Trace number 4103113

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 64.1902 64.2117

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-4.opb
MD5SUM4acf18ad1cd52676d2699a99f210ed0a
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 benchmark32.806
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved YES
Number of variables595
Total number of constraints27842
Number of constraints which are clauses27842
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-18T09:00:12+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-4103113-1466233212.opb"]
0.00/0.01	c use --random-gen="676480146 3081056983 2701840300 3439681611 1267424531 1200831983 2722076911 2302777506 2669108708 993540904 2494436525 2447406239 639321601 1888606213 848900313 3975323284 2379290959 3854256354 1226570209 4195506346 864392016 2987076579 906124357 2345387967 3680110088 713431900 2160405553 1216186837 3237308737 236231402 401783717 2851994264 1100759481 3338705929 3342677145 2214303451 2172037253 2980039216 4027196855 2077212973 391272389 4002137132 4108661749 3959729804 2508640657 3787423418 2037052004 177729077 1763026619 1509197273 3076422928 864442515 1617943771 313541481 2990361599 1839177041 753572745 2519197217 3805055053 191239017 4276008694 2126085715 1597248742 862837861 1428487226 2291520150 2317748258 2326349973 1710412768 3391559034 2144663576 13932694 3191374795 3425926921 1089363955 825540101 3213901410 924779876 1570146350 1949867498 487381451 4256639150 2237921543 1154834221 2515725456 2628643079 787838617 1167311879 1022828921 3730989158 3689468261 2720607619 2614055998 98488436 1977489886 2920694644 1488834650 370527123 1363216155 2601823948 844399095 199011243 2023820317 1357284842 4127928412 2758569846 3051785214 1624365867 1187670555 1480612122 29784894 3476626667 1885818669 696179877 860625008 3367235683 502593499 3276261761 283217558 984818998 3410891309 1974998536 2962989114 2479340585 1070279733 419960485 2625996542 1257566500 1790386491 962335608 2398194291 2824679041 3150145889 638488560 2882413402 50929612 2610869606 135922487 4251690211 1683273964 392310543 416044341 468748938 3856880187 1084904040 1293492229 479890520 3539583680 3226913231 885260277 2693060836 3396062890 3626235633 3103927715 2277442171 1962803343 3810414559 4248893628 3644789431 4181002256 3926793492 477684456 1853938679 751746033 4176599761 276237292 3986244387 3542308205 314682358 2115879643 1951250900 79262155 1320505660 3722837602 4178809598 4148211330 2703921040 1674115367 1087859326 363880054 525846835 1537299623 2833904922 1312871302 1395469116 1509499139 2260204483 2154961244 306284118 3939074317 3648840777 4083969102 1414933589 2475194870 1546021827 2244765446 256239316 3535075961 2507968686 3937540391 349355562 2219420665 1935744409 2178841022 801800839 1705858338 1849969467 1551747079 2842483808 3840702038 3472357146 2480823731 9259468 156261544 616963531 3297044028 3008021529 1492007658 2344299773 2572533307 1212912723 3625072908 3069688721 315106131 2629929490 2043769125 2399463683 1226285433 3139754223 2264197905 3608042033 332823874 2782191016 1244641834 2535373158 249674503 2991865691 3395647129 4177066426 54612382 100796203 3098376907 2799075353 1545053461 1490572748 1776762127 1416724236 606088073 2197372322 3996299332 1817951965 873279864 1297175443 1384126382 1539735805 1001998899 255 362436" option to reproduce the execution
0.09/0.17	c #vars 595
0.09/0.17	c #constraints 27842
0.49/0.50	c BCD2: Hardening is enabled.
0.49/0.50	c BCD2: BiasedSearch is enabled.
0.49/0.50	c Solving starts ...
0.49/0.50	c ============================[ Search Statistics ]============================
0.49/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.50	c =============================================================================
0.49/0.50	c  0.0s |       0 |        0 |        0 |     9479      0 |        0 |        0
0.49/0.52	c  0.0s |       0 |       29 |        0 |     9479      0 |        0 |        0
0.49/0.52	c #cpu_time = 0.022s
0.49/0.52	c #wall_clock_time = 0.022s
0.49/0.52	c #decision = 29
0.49/0.52	c #random_decision = 0
0.49/0.52	c #conflict = 0
0.49/0.52	c #restart = 0
0.49/0.52	o -29
0.49/0.52	c BCD2: updating upper bound: 595 -> 565
0.49/0.53	c BCD2: 0 <= obj <= 565
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 |     9479      0 |        0 |        0
0.49/0.55	c  0.0s |       0 |        1 |        0 |     9479      0 |        0 |        0
0.49/0.55	c #cpu_time = 0.019s
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 <= 565
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 |     9479      0 |        0 |        1
0.49/0.57	c  0.0s |       0 |        2 |        1 |     9479      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.59/0.61	c BCD2: 2 <= obj <= 565
0.59/0.61	c BCD2: #cores=1, #unrelaxed=592, #relaxed=3, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=3 bias=3/4
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |     9479      0 |        1 |        1
0.59/0.61	c  0.0s |       0 |        2 |        1 |     9479      0 |        1 |        2
0.59/0.61	c #cpu_time = 0.005s
0.59/0.61	c #wall_clock_time = 0.006s
0.59/0.61	c #decision = 2
0.59/0.61	c #random_decision = 0
0.59/0.61	c #conflict = 1
0.59/0.61	c #restart = 0
0.59/0.61	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.61	c lower bound updated to -592
0.59/0.61	c BCD2: 3 <= obj <= 565
0.59/0.61	c BCD2: #cores=1, #unrelaxed=591, #relaxed=4, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=4 bias=4/5
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |     9479      0 |        2 |        2
0.59/0.62	c  0.0s |       0 |        2 |        1 |     9479      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.62	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.62	c lower bound updated to -591
0.59/0.62	c BCD2: 4 <= obj <= 565
0.59/0.62	c BCD2: #cores=1, #unrelaxed=590, #relaxed=5, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=5 bias=5/6
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 |     9479      0 |        3 |        3
0.59/0.63	c  0.0s |       0 |        2 |        1 |     9479      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 <= 565
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 |     9479      0 |        4 |        4
0.59/0.63	c  0.0s |       0 |        2 |        1 |     9479      0 |        4 |        5
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 7: cost of the new core is >=6
0.59/0.63	c lower bound updated to -589
0.59/0.63	c BCD2: 6 <= obj <= 565
0.59/0.63	c BCD2: #cores=1, #unrelaxed=588, #relaxed=7, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=7 bias=7/8
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 |     9479      0 |        5 |        5
0.59/0.64	c  0.0s |       0 |        2 |        1 |     9479      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.64	c BCD2: 7 <= obj <= 565
0.59/0.64	c BCD2: #cores=1, #unrelaxed=587, #relaxed=8, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=8 bias=8/9
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 |     9479      0 |        6 |        6
0.59/0.65	c  0.0s |       0 |        2 |        1 |     9479      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 <= 565
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 |     9479      0 |        7 |        7
0.59/0.65	c  0.0s |       0 |        2 |        1 |     9479      0 |        7 |        8
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 10: cost of the new core is >=9
0.59/0.65	c lower bound updated to -586
0.59/0.65	c BCD2: 9 <= obj <= 565
0.59/0.65	c BCD2: #cores=1, #unrelaxed=585, #relaxed=10, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=10 bias=10/11
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 |     9479      0 |        8 |        8
0.59/0.66	c  0.0s |       0 |        2 |        1 |     9479      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.66	c BCD2: 10 <= obj <= 565
0.59/0.66	c BCD2: #cores=1, #unrelaxed=584, #relaxed=11, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=11 bias=11/12
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 |     9479      0 |        9 |        9
0.59/0.67	c  0.0s |       0 |        2 |        1 |     9479      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 <= 565
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 |     9479      0 |       10 |       10
0.59/0.67	c  0.0s |       0 |        2 |        1 |     9479      0 |       10 |       11
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 13: cost of the new core is >=12
0.59/0.67	c lower bound updated to -583
0.59/0.67	c BCD2: 12 <= obj <= 565
0.59/0.67	c BCD2: #cores=1, #unrelaxed=582, #relaxed=13, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=13 bias=13/14
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 |     9479      0 |       11 |       11
0.59/0.68	c  0.0s |       0 |        2 |        1 |     9479      0 |       11 |       12
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 14: cost of the new core is >=13
0.59/0.68	c lower bound updated to -582
0.59/0.68	c BCD2: 13 <= obj <= 565
0.59/0.68	c BCD2: #cores=1, #unrelaxed=581, #relaxed=14, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=14 bias=14/15
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 |     9479      0 |       12 |       12
0.59/0.69	c  0.0s |       0 |        2 |        1 |     9479      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 <= 565
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 |     9479      0 |       13 |       13
0.59/0.69	c  0.0s |       0 |        2 |        1 |     9479      0 |       13 |       14
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 16: cost of the new core is >=15
0.59/0.69	c lower bound updated to -580
0.59/0.69	c BCD2: 15 <= obj <= 565
0.59/0.69	c BCD2: #cores=1, #unrelaxed=579, #relaxed=16, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=16 bias=16/17
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 |     9479      0 |       14 |       14
0.69/0.70	c  0.0s |       0 |        2 |        1 |     9479      0 |       14 |       15
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 17: cost of the new core is >=16
0.69/0.70	c lower bound updated to -579
0.69/0.70	c BCD2: 16 <= obj <= 565
0.69/0.70	c BCD2: #cores=1, #unrelaxed=578, #relaxed=17, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=17 bias=17/18
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 |     9479      0 |       15 |       15
0.69/0.70	c  0.0s |       0 |        2 |        0 |     9479      0 |       15 |       16
0.69/0.70	c #cpu_time = 0.006s
0.69/0.70	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 <= 565
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 |     9479      0 |       15 |       17
0.69/0.71	c  0.0s |       0 |        3 |        1 |     9479      0 |       15 |       17
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 = 3
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 3: cost of the new core is >=2
0.69/0.71	c lower bound updated to -577
0.69/0.71	c BCD2: 18 <= obj <= 565
0.69/0.71	c BCD2: #cores=2, #unrelaxed=575, #relaxed=20, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=19 bias=19/20
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 |     9479      0 |       16 |       17
0.69/0.72	c  0.0s |       0 |        3 |        1 |     9479      0 |       16 |       18
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 4: cost of the new core is >=3
0.69/0.72	c lower bound updated to -576
0.69/0.72	c BCD2: 19 <= obj <= 565
0.69/0.72	c BCD2: #cores=2, #unrelaxed=574, #relaxed=21, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=20 bias=20/21
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 |     9479      0 |       17 |       18
0.69/0.73	c  0.0s |       0 |        3 |        1 |     9479      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 <= 565
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 |     9479      0 |       18 |       19
0.69/0.73	c  0.0s |       0 |        3 |        1 |     9479      0 |       18 |       20
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 6: cost of the new core is >=5
0.69/0.73	c lower bound updated to -574
0.69/0.73	c BCD2: 21 <= obj <= 565
0.69/0.73	c BCD2: #cores=2, #unrelaxed=572, #relaxed=23, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=22 bias=22/23
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 |     9479      0 |       19 |       20
0.69/0.74	c  0.0s |       0 |        3 |        1 |     9479      0 |       19 |       21
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 7: cost of the new core is >=6
0.69/0.74	c lower bound updated to -573
0.69/0.76	c BCD2: 22 <= obj <= 565
0.69/0.76	c BCD2: #cores=2, #unrelaxed=571, #relaxed=24, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=23 bias=23/24
0.69/0.76	c Solving starts ...
0.69/0.76	c ============================[ Search Statistics ]============================
0.69/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.76	c =============================================================================
0.69/0.76	c  0.0s |       0 |        0 |        0 |     9479      0 |       20 |       21
0.69/0.77	c  0.0s |       0 |        3 |        1 |     9479      0 |       20 |       22
0.69/0.77	c #cpu_time = 0.012s
0.69/0.77	c #wall_clock_time = 0.012s
0.69/0.77	c #decision = 3
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 1
0.69/0.77	c #restart = 0
0.69/0.77	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.77	c lower bound updated to -572
0.69/0.77	c BCD2: 23 <= obj <= 565
0.69/0.77	c BCD2: #cores=2, #unrelaxed=570, #relaxed=25, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=24 bias=24/25
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 |     9479      0 |       21 |       22
0.69/0.78	c  0.0s |       0 |        3 |        1 |     9479      0 |       21 |       23
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 9: cost of the new core is >=8
0.69/0.78	c lower bound updated to -571
0.69/0.78	c BCD2: 24 <= obj <= 565
0.69/0.78	c BCD2: #cores=2, #unrelaxed=569, #relaxed=26, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=25 bias=25/26
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 |     9479      0 |       22 |       23
0.79/0.80	c  0.0s |       0 |        3 |        1 |     9479      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 <= 565
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 |     9479      0 |       23 |       24
0.79/0.81	c  0.0s |       0 |        3 |        1 |     9479      0 |       23 |       25
0.79/0.81	c #cpu_time = 0.011s
0.79/0.81	c #wall_clock_time = 0.011s
0.79/0.81	c #decision = 3
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 1
0.79/0.81	c #restart = 0
0.79/0.81	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.81	c lower bound updated to -569
0.79/0.81	c BCD2: 26 <= obj <= 565
0.79/0.81	c BCD2: #cores=2, #unrelaxed=567, #relaxed=28, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=27 bias=27/28
0.79/0.81	c Solving starts ...
0.79/0.81	c ============================[ Search Statistics ]============================
0.79/0.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.81	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.81	c =============================================================================
0.79/0.81	c  0.0s |       0 |        0 |        0 |     9479      0 |       24 |       25
0.79/0.82	c  0.0s |       0 |        3 |        1 |     9479      0 |       24 |       26
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 12: cost of the new core is >=11
0.79/0.82	c lower bound updated to -568
0.79/0.82	c BCD2: 27 <= obj <= 565
0.79/0.82	c BCD2: #cores=2, #unrelaxed=566, #relaxed=29, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=28 bias=28/29
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 |     9479      0 |       25 |       26
0.79/0.83	c  0.0s |       0 |        3 |        1 |     9479      0 |       25 |       27
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 13: cost of the new core is >=12
0.79/0.83	c lower bound updated to -567
0.79/0.83	c BCD2: 28 <= obj <= 565
0.79/0.83	c BCD2: #cores=2, #unrelaxed=565, #relaxed=30, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=29 bias=29/30
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 |     9479      0 |       26 |       27
0.79/0.84	c  0.0s |       0 |        3 |        1 |     9479      0 |       26 |       28
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 14: cost of the new core is >=13
0.79/0.84	c lower bound updated to -566
0.79/0.84	c BCD2: 29 <= obj <= 565
0.79/0.84	c BCD2: #cores=2, #unrelaxed=564, #relaxed=31, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=30 bias=30/31
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 |     9479      0 |       27 |       28
0.79/0.86	c  0.0s |       0 |        3 |        1 |     9479      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 <= 565
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 |     9479      0 |       28 |       29
0.79/0.87	c  0.0s |       0 |        3 |        1 |     9479      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 <= 565
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.87	c  0.0s |       0 |        0 |        0 |     9479      0 |       29 |       30
0.79/0.88	c  0.0s |       0 |        3 |        1 |     9479      0 |       29 |       31
0.79/0.88	c #cpu_time = 0.011s
0.79/0.88	c #wall_clock_time = 0.011s
0.79/0.88	c #decision = 3
0.79/0.88	c #random_decision = 0
0.79/0.88	c #conflict = 1
0.79/0.88	c #restart = 0
0.79/0.88	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.88	c lower bound updated to -563
0.79/0.88	c BCD2: 32 <= obj <= 565
0.79/0.88	c BCD2: #cores=2, #unrelaxed=561, #relaxed=34, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=33 bias=33/34
0.79/0.88	c Solving starts ...
0.79/0.88	c ============================[ Search Statistics ]============================
0.79/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.88	c =============================================================================
0.79/0.88	c  0.0s |       0 |        0 |        0 |     9479      0 |       30 |       31
0.79/0.89	c  0.0s |       0 |        3 |        0 |     9479      0 |       30 |       32
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 = 0
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.89	c lower bound updated to -562
0.79/0.89	c BCD2: 33 <= obj <= 565
0.79/0.89	c BCD2: #cores=3, #unrelaxed=559, #relaxed=36, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=34 bias=34/35
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 |     9479      0 |       30 |       33
0.89/0.90	c  0.0s |       0 |        4 |        1 |     9479      0 |       30 |       33
0.89/0.90	c #cpu_time = 0.011s
0.89/0.90	c #wall_clock_time = 0.011s
0.89/0.90	c #decision = 4
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 1
0.89/0.90	c #restart = 0
0.89/0.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
0.89/0.90	c lower bound updated to -561
0.89/0.90	c BCD2: 34 <= obj <= 565
0.89/0.90	c BCD2: #cores=3, #unrelaxed=558, #relaxed=37, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=35 bias=35/36
0.89/0.90	c Solving starts ...
0.89/0.90	c ============================[ Search Statistics ]============================
0.89/0.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.90	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.90	c =============================================================================
0.89/0.90	c  0.0s |       0 |        0 |        0 |     9479      0 |       31 |       33
0.89/0.92	c  0.0s |       0 |        4 |        1 |     9479      0 |       31 |       34
0.89/0.92	c #cpu_time = 0.011s
0.89/0.92	c #wall_clock_time = 0.011s
0.89/0.92	c #decision = 4
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 1
0.89/0.92	c #restart = 0
0.89/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.89/0.92	c lower bound updated to -560
0.89/0.92	c BCD2: 35 <= obj <= 565
0.89/0.92	c BCD2: #cores=3, #unrelaxed=557, #relaxed=38, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=36 bias=36/37
0.89/0.92	c Solving starts ...
0.89/0.92	c ============================[ Search Statistics ]============================
0.89/0.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.92	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.92	c =============================================================================
0.89/0.92	c  0.0s |       0 |        0 |        0 |     9479      0 |       32 |       34
0.89/0.93	c  0.0s |       0 |        4 |        1 |     9479      0 |       32 |       35
0.89/0.93	c #cpu_time = 0.011s
0.89/0.93	c #wall_clock_time = 0.011s
0.89/0.93	c #decision = 4
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 1
0.89/0.93	c #restart = 0
0.89/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.89/0.93	c lower bound updated to -559
0.89/0.93	c BCD2: 36 <= obj <= 565
0.89/0.93	c BCD2: #cores=3, #unrelaxed=556, #relaxed=39, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=37 bias=37/38
0.89/0.93	c Solving starts ...
0.89/0.93	c ============================[ Search Statistics ]============================
0.89/0.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.93	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.93	c =============================================================================
0.89/0.93	c  0.0s |       0 |        0 |        0 |     9479      0 |       33 |       35
0.89/0.94	c  0.0s |       0 |        4 |        1 |     9479      0 |       33 |       36
0.89/0.94	c #cpu_time = 0.011s
0.89/0.94	c #wall_clock_time = 0.011s
0.89/0.94	c #decision = 4
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 1
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
0.89/0.94	c lower bound updated to -558
0.89/0.94	c BCD2: 37 <= obj <= 565
0.89/0.94	c BCD2: #cores=3, #unrelaxed=555, #relaxed=40, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=38 bias=38/39
0.89/0.94	c Solving starts ...
0.89/0.94	c ============================[ Search Statistics ]============================
0.89/0.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.94	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.94	c =============================================================================
0.89/0.94	c  0.0s |       0 |        0 |        0 |     9479      0 |       34 |       36
0.89/0.95	c  0.0s |       0 |        4 |        1 |     9479      0 |       34 |       37
0.89/0.95	c #cpu_time = 0.011s
0.89/0.95	c #wall_clock_time = 0.011s
0.89/0.95	c #decision = 4
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 1
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
0.89/0.95	c lower bound updated to -557
0.89/0.95	c BCD2: 38 <= obj <= 565
0.89/0.95	c BCD2: #cores=3, #unrelaxed=554, #relaxed=41, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=39 bias=39/40
0.89/0.95	c Solving starts ...
0.89/0.95	c ============================[ Search Statistics ]============================
0.89/0.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.95	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.95	c =============================================================================
0.89/0.95	c  0.0s |       0 |        0 |        0 |     9479      0 |       35 |       37
0.89/0.96	c  0.0s |       0 |        4 |        1 |     9479      0 |       35 |       38
0.89/0.96	c #cpu_time = 0.011s
0.89/0.96	c #wall_clock_time = 0.011s
0.89/0.96	c #decision = 4
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 1
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
0.89/0.96	c lower bound updated to -556
0.89/0.96	c BCD2: 39 <= obj <= 565
0.89/0.96	c BCD2: #cores=3, #unrelaxed=553, #relaxed=42, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=40 bias=40/41
0.89/0.96	c Solving starts ...
0.89/0.96	c ============================[ Search Statistics ]============================
0.89/0.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.96	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.96	c =============================================================================
0.89/0.96	c  0.0s |       0 |        0 |        0 |     9479      0 |       36 |       38
0.89/0.97	c  0.0s |       0 |        4 |        1 |     9479      0 |       36 |       39
0.89/0.97	c #cpu_time = 0.011s
0.89/0.97	c #wall_clock_time = 0.011s
0.89/0.97	c #decision = 4
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 1
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
0.89/0.97	c lower bound updated to -555
0.89/0.97	c BCD2: 40 <= obj <= 565
0.89/0.97	c BCD2: #cores=3, #unrelaxed=552, #relaxed=43, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=41 bias=41/42
0.89/0.97	c Solving starts ...
0.89/0.97	c ============================[ Search Statistics ]============================
0.89/0.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.97	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.97	c =============================================================================
0.89/0.97	c  0.0s |       0 |        0 |        0 |     9479      0 |       37 |       39
0.89/0.99	c  0.0s |       0 |        4 |        1 |     9479      0 |       37 |       40
0.89/0.99	c #cpu_time = 0.011s
0.89/0.99	c #wall_clock_time = 0.011s
0.89/0.99	c #decision = 4
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 1
0.89/0.99	c #restart = 0
0.89/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.89/0.99	c lower bound updated to -554
0.89/0.99	c BCD2: 41 <= obj <= 565
0.89/0.99	c BCD2: #cores=3, #unrelaxed=551, #relaxed=44, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=42 bias=42/43
0.89/0.99	c Solving starts ...
0.89/0.99	c ============================[ Search Statistics ]============================
0.89/0.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.99	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.99	c =============================================================================
0.99/1.01	c  0.0s |       0 |        0 |        0 |     9479      0 |       38 |       40
0.99/1.02	c  0.0s |       0 |        4 |        1 |     9479      0 |       38 |       41
0.99/1.02	c #cpu_time = 0.011s
0.99/1.02	c #wall_clock_time = 0.011s
0.99/1.02	c #decision = 4
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 1
0.99/1.02	c #restart = 0
0.99/1.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
0.99/1.02	c lower bound updated to -553
0.99/1.02	c BCD2: 42 <= obj <= 565
0.99/1.02	c BCD2: #cores=3, #unrelaxed=550, #relaxed=45, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=43 bias=43/44
0.99/1.02	c Solving starts ...
0.99/1.02	c ============================[ Search Statistics ]============================
0.99/1.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.02	c =============================================================================
0.99/1.02	c  0.0s |       0 |        0 |        0 |     9479      0 |       39 |       41
0.99/1.03	c  0.0s |       0 |        4 |        1 |     9479      0 |       39 |       42
0.99/1.03	c #cpu_time = 0.011s
0.99/1.03	c #wall_clock_time = 0.011s
0.99/1.03	c #decision = 4
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 1
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
0.99/1.03	c lower bound updated to -552
0.99/1.03	c BCD2: 43 <= obj <= 565
0.99/1.03	c BCD2: #cores=3, #unrelaxed=549, #relaxed=46, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=44 bias=44/45
0.99/1.03	c Solving starts ...
0.99/1.03	c ============================[ Search Statistics ]============================
0.99/1.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.03	c =============================================================================
0.99/1.03	c  0.0s |       0 |        0 |        0 |     9479      0 |       40 |       42
0.99/1.04	c  0.0s |       0 |        4 |        1 |     9479      0 |       40 |       43
0.99/1.04	c #cpu_time = 0.011s
0.99/1.04	c #wall_clock_time = 0.011s
0.99/1.04	c #decision = 4
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 1
0.99/1.04	c #restart = 0
0.99/1.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
0.99/1.04	c lower bound updated to -551
0.99/1.04	c BCD2: 44 <= obj <= 565
0.99/1.04	c BCD2: #cores=3, #unrelaxed=548, #relaxed=47, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=45 bias=45/46
0.99/1.04	c Solving starts ...
0.99/1.04	c ============================[ Search Statistics ]============================
0.99/1.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.04	c =============================================================================
0.99/1.04	c  0.0s |       0 |        0 |        0 |     9479      0 |       41 |       43
0.99/1.05	c  0.0s |       0 |        4 |        1 |     9479      0 |       41 |       44
0.99/1.05	c #cpu_time = 0.011s
0.99/1.05	c #wall_clock_time = 0.011s
0.99/1.05	c #decision = 4
0.99/1.05	c #random_decision = 0
0.99/1.05	c #conflict = 1
0.99/1.05	c #restart = 0
0.99/1.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
0.99/1.05	c lower bound updated to -550
0.99/1.05	c BCD2: 45 <= obj <= 565
0.99/1.05	c BCD2: #cores=3, #unrelaxed=547, #relaxed=48, #hardened=0
0.99/1.05	c BCD2: #sat=1 #unsat=46 bias=46/47
0.99/1.05	c Solving starts ...
0.99/1.05	c ============================[ Search Statistics ]============================
0.99/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.05	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |     9479      0 |       42 |       44
0.99/1.06	c  0.0s |       0 |        4 |        1 |     9479      0 |       42 |       45
0.99/1.06	c #cpu_time = 0.011s
0.99/1.06	c #wall_clock_time = 0.011s
0.99/1.06	c #decision = 4
0.99/1.06	c #random_decision = 0
0.99/1.06	c #conflict = 1
0.99/1.06	c #restart = 0
0.99/1.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
0.99/1.06	c lower bound updated to -549
0.99/1.06	c BCD2: 46 <= obj <= 565
0.99/1.06	c BCD2: #cores=3, #unrelaxed=546, #relaxed=49, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=47 bias=47/48
0.99/1.06	c Solving starts ...
0.99/1.06	c ============================[ Search Statistics ]============================
0.99/1.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.06	c =============================================================================
0.99/1.06	c  0.0s |       0 |        0 |        0 |     9479      0 |       43 |       45
0.99/1.08	c  0.0s |       0 |        4 |        1 |     9479      0 |       43 |       46
0.99/1.08	c #cpu_time = 0.011s
0.99/1.08	c #wall_clock_time = 0.011s
0.99/1.08	c #decision = 4
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 1
0.99/1.08	c #restart = 0
0.99/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.99/1.08	c lower bound updated to -548
0.99/1.08	c BCD2: 47 <= obj <= 565
0.99/1.08	c BCD2: #cores=3, #unrelaxed=545, #relaxed=50, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=48 bias=48/49
0.99/1.08	c Solving starts ...
0.99/1.08	c ============================[ Search Statistics ]============================
0.99/1.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.08	c =============================================================================
0.99/1.08	c  0.0s |       0 |        0 |        0 |     9479      0 |       44 |       46
0.99/1.09	c  0.0s |       0 |        4 |        1 |     9479      0 |       44 |       47
0.99/1.09	c #cpu_time = 0.011s
0.99/1.09	c #wall_clock_time = 0.011s
0.99/1.09	c #decision = 4
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 1
0.99/1.09	c #restart = 0
0.99/1.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
0.99/1.09	c lower bound updated to -547
0.99/1.09	c BCD2: 48 <= obj <= 565
0.99/1.09	c BCD2: #cores=3, #unrelaxed=544, #relaxed=51, #hardened=0
0.99/1.09	c BCD2: #sat=1 #unsat=49 bias=49/50
0.99/1.09	c Solving starts ...
0.99/1.09	c ============================[ Search Statistics ]============================
0.99/1.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.09	c =============================================================================
0.99/1.09	c  0.0s |       0 |        0 |        0 |     9479      0 |       45 |       47
0.99/1.10	c  0.0s |       0 |        4 |        0 |     9479      0 |       45 |       48
0.99/1.10	c #cpu_time = 0.011s
0.99/1.10	c #wall_clock_time = 0.011s
0.99/1.10	c #decision = 4
0.99/1.10	c #random_decision = 0
0.99/1.10	c #conflict = 0
0.99/1.10	c #restart = 0
0.99/1.10	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.10	c lower bound updated to -546
0.99/1.10	c BCD2: 49 <= obj <= 565
0.99/1.10	c BCD2: #cores=4, #unrelaxed=542, #relaxed=53, #hardened=0
0.99/1.10	c BCD2: #sat=1 #unsat=50 bias=50/51
0.99/1.10	c Solving starts ...
0.99/1.10	c ============================[ Search Statistics ]============================
0.99/1.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.10	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.10	c =============================================================================
0.99/1.10	c  0.0s |       0 |        0 |        0 |     9479      0 |       45 |       49
1.10/1.11	c  0.0s |       0 |        5 |        1 |     9479      0 |       45 |       49
1.10/1.11	c #cpu_time = 0.010s
1.10/1.11	c #wall_clock_time = 0.010s
1.10/1.11	c #decision = 5
1.10/1.11	c #random_decision = 0
1.10/1.11	c #conflict = 1
1.10/1.11	c #restart = 0
1.10/1.11	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.11	c lower bound updated to -545
1.10/1.11	c BCD2: 50 <= obj <= 565
1.10/1.11	c BCD2: #cores=4, #unrelaxed=541, #relaxed=54, #hardened=0
1.10/1.11	c BCD2: #sat=1 #unsat=51 bias=51/52
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 |     9479      0 |       46 |       49
1.10/1.12	c  0.0s |       0 |        5 |        1 |     9479      0 |       46 |       50
1.10/1.12	c #cpu_time = 0.011s
1.10/1.12	c #wall_clock_time = 0.011s
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 4: cost of the new core is >=3
1.10/1.12	c lower bound updated to -544
1.10/1.12	c BCD2: 51 <= obj <= 565
1.10/1.12	c BCD2: #cores=4, #unrelaxed=540, #relaxed=55, #hardened=0
1.10/1.12	c BCD2: #sat=1 #unsat=52 bias=52/53
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 |     9479      0 |       47 |       50
1.10/1.13	c  0.0s |       0 |        5 |        1 |     9479      0 |       47 |       51
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 5: cost of the new core is >=4
1.10/1.13	c lower bound updated to -543
1.10/1.13	c BCD2: 52 <= obj <= 565
1.10/1.13	c BCD2: #cores=4, #unrelaxed=539, #relaxed=56, #hardened=0
1.10/1.13	c BCD2: #sat=1 #unsat=53 bias=53/54
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 |     9479      0 |       48 |       51
1.10/1.15	c  0.0s |       0 |        5 |        1 |     9479      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.15	c BCD2: 53 <= obj <= 565
1.10/1.15	c BCD2: #cores=4, #unrelaxed=538, #relaxed=57, #hardened=0
1.10/1.15	c BCD2: #sat=1 #unsat=54 bias=54/55
1.10/1.15	c Solving starts ...
1.10/1.15	c ============================[ Search Statistics ]============================
1.10/1.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.15	c =============================================================================
1.10/1.15	c  0.0s |       0 |        0 |        0 |     9479      0 |       49 |       52
1.10/1.16	c  0.0s |       0 |        5 |        1 |     9479      0 |       49 |       53
1.10/1.16	c #cpu_time = 0.011s
1.10/1.16	c #wall_clock_time = 0.011s
1.10/1.16	c #decision = 5
1.10/1.16	c #random_decision = 0
1.10/1.16	c #conflict = 1
1.10/1.16	c #restart = 0
1.10/1.16	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.16	c lower bound updated to -541
1.10/1.16	c BCD2: 54 <= obj <= 565
1.10/1.16	c BCD2: #cores=4, #unrelaxed=537, #relaxed=58, #hardened=0
1.10/1.16	c BCD2: #sat=1 #unsat=55 bias=55/56
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 |     9479      0 |       50 |       53
1.10/1.17	c  0.0s |       0 |        5 |        1 |     9479      0 |       50 |       54
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 8: cost of the new core is >=7
1.10/1.17	c lower bound updated to -540
1.10/1.17	c BCD2: 55 <= obj <= 565
1.10/1.17	c BCD2: #cores=4, #unrelaxed=536, #relaxed=59, #hardened=0
1.10/1.17	c BCD2: #sat=1 #unsat=56 bias=56/57
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 |     9479      0 |       51 |       54
1.10/1.18	c  0.0s |       0 |        5 |        1 |     9479      0 |       51 |       55
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 9: cost of the new core is >=8
1.10/1.18	c lower bound updated to -539
1.10/1.18	c BCD2: 56 <= obj <= 565
1.10/1.18	c BCD2: #cores=4, #unrelaxed=535, #relaxed=60, #hardened=0
1.10/1.18	c BCD2: #sat=1 #unsat=57 bias=57/58
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 |     9479      0 |       52 |       55
1.10/1.19	c  0.0s |       0 |        5 |        1 |     9479      0 |       52 |       56
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 10: cost of the new core is >=9
1.10/1.19	c lower bound updated to -538
1.10/1.19	c BCD2: 57 <= obj <= 565
1.10/1.19	c BCD2: #cores=4, #unrelaxed=534, #relaxed=61, #hardened=0
1.10/1.19	c BCD2: #sat=1 #unsat=58 bias=58/59
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 |     9479      0 |       53 |       56
1.10/1.20	c  0.0s |       0 |        5 |        1 |     9479      0 |       53 |       57
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 11: cost of the new core is >=10
1.10/1.20	c lower bound updated to -537
1.10/1.20	c BCD2: 58 <= obj <= 565
1.10/1.20	c BCD2: #cores=4, #unrelaxed=533, #relaxed=62, #hardened=0
1.10/1.20	c BCD2: #sat=1 #unsat=59 bias=59/60
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 |     9479      0 |       54 |       57
1.20/1.21	c  0.0s |       0 |        5 |        1 |     9479      0 |       54 |       58
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 12: cost of the new core is >=11
1.20/1.21	c lower bound updated to -536
1.20/1.21	c BCD2: 59 <= obj <= 565
1.20/1.21	c BCD2: #cores=4, #unrelaxed=532, #relaxed=63, #hardened=0
1.20/1.21	c BCD2: #sat=1 #unsat=60 bias=60/61
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 |     9479      0 |       55 |       58
1.20/1.23	c  0.0s |       0 |        5 |        1 |     9479      0 |       55 |       59
1.20/1.23	c #cpu_time = 0.011s
1.20/1.23	c #wall_clock_time = 0.011s
1.20/1.23	c #decision = 5
1.20/1.23	c #random_decision = 0
1.20/1.23	c #conflict = 1
1.20/1.23	c #restart = 0
1.20/1.23	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.23	c lower bound updated to -535
1.20/1.23	c BCD2: 60 <= obj <= 565
1.20/1.23	c BCD2: #cores=4, #unrelaxed=531, #relaxed=64, #hardened=0
1.20/1.23	c BCD2: #sat=1 #unsat=61 bias=61/62
1.20/1.23	c Solving starts ...
1.20/1.23	c ============================[ Search Statistics ]============================
1.20/1.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.23	c =============================================================================
1.20/1.23	c  0.0s |       0 |        0 |        0 |     9479      0 |       56 |       59
1.20/1.24	c  0.0s |       0 |        5 |        1 |     9479      0 |       56 |       60
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 14: cost of the new core is >=13
1.20/1.24	c lower bound updated to -534
1.20/1.24	c BCD2: 61 <= obj <= 565
1.20/1.24	c BCD2: #cores=4, #unrelaxed=530, #relaxed=65, #hardened=0
1.20/1.24	c BCD2: #sat=1 #unsat=62 bias=62/63
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 |     9479      0 |       57 |       60
1.20/1.25	c  0.0s |       0 |        5 |        1 |     9479      0 |       57 |       61
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 15: cost of the new core is >=14
1.20/1.25	c lower bound updated to -533
1.20/1.25	c BCD2: 62 <= obj <= 565
1.20/1.25	c BCD2: #cores=4, #unrelaxed=529, #relaxed=66, #hardened=0
1.20/1.25	c BCD2: #sat=1 #unsat=63 bias=63/64
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 |     9479      0 |       58 |       61
1.20/1.26	c  0.0s |       0 |        5 |        1 |     9479      0 |       58 |       62
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 16: cost of the new core is >=15
1.20/1.26	c lower bound updated to -532
1.20/1.26	c BCD2: 63 <= obj <= 565
1.20/1.26	c BCD2: #cores=4, #unrelaxed=528, #relaxed=67, #hardened=0
1.20/1.26	c BCD2: #sat=1 #unsat=64 bias=64/65
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 |     9479      0 |       59 |       62
1.20/1.27	c  0.0s |       0 |        5 |        1 |     9479      0 |       59 |       63
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 17: cost of the new core is >=16
1.20/1.27	c lower bound updated to -531
1.20/1.27	c BCD2: 64 <= obj <= 565
1.20/1.27	c BCD2: #cores=4, #unrelaxed=527, #relaxed=68, #hardened=0
1.20/1.27	c BCD2: #sat=1 #unsat=65 bias=65/66
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 |     9479      0 |       60 |       63
1.20/1.29	c  0.0s |       0 |        5 |        0 |     9479      0 |       60 |       64
1.20/1.29	c #cpu_time = 0.011s
1.20/1.29	c #wall_clock_time = 0.011s
1.20/1.29	c #decision = 5
1.20/1.29	c #random_decision = 0
1.20/1.29	c #conflict = 0
1.20/1.29	c #restart = 0
1.20/1.29	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.29	c lower bound updated to -530
1.20/1.29	c BCD2: 65 <= obj <= 565
1.20/1.29	c BCD2: #cores=5, #unrelaxed=525, #relaxed=70, #hardened=0
1.20/1.29	c BCD2: #sat=1 #unsat=66 bias=66/67
1.20/1.29	c Solving starts ...
1.20/1.29	c ============================[ Search Statistics ]============================
1.20/1.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.29	c =============================================================================
1.20/1.29	c  0.0s |       0 |        0 |        0 |     9479      0 |       60 |       65
1.29/1.30	c  0.0s |       0 |        6 |        1 |     9479      0 |       60 |       65
1.29/1.30	c #cpu_time = 0.010s
1.29/1.30	c #wall_clock_time = 0.010s
1.29/1.30	c #decision = 6
1.29/1.30	c #random_decision = 0
1.29/1.30	c #conflict = 1
1.29/1.30	c #restart = 0
1.29/1.30	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.30	c lower bound updated to -529
1.29/1.30	c BCD2: 66 <= obj <= 565
1.29/1.30	c BCD2: #cores=5, #unrelaxed=524, #relaxed=71, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=67 bias=67/68
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 |     9479      0 |       61 |       65
1.29/1.31	c  0.0s |       0 |        6 |        1 |     9479      0 |       61 |       66
1.29/1.31	c #cpu_time = 0.011s
1.29/1.31	c #wall_clock_time = 0.011s
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 4: cost of the new core is >=3
1.29/1.31	c lower bound updated to -528
1.29/1.31	c BCD2: 67 <= obj <= 565
1.29/1.31	c BCD2: #cores=5, #unrelaxed=523, #relaxed=72, #hardened=0
1.29/1.31	c BCD2: #sat=1 #unsat=68 bias=68/69
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 |     9479      0 |       62 |       66
1.29/1.32	c  0.0s |       0 |        6 |        1 |     9479      0 |       62 |       67
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 5: cost of the new core is >=4
1.29/1.32	c lower bound updated to -527
1.29/1.32	c BCD2: 68 <= obj <= 565
1.29/1.32	c BCD2: #cores=5, #unrelaxed=522, #relaxed=73, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=69 bias=69/70
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 |     9479      0 |       63 |       67
1.29/1.33	c  0.0s |       0 |        6 |        1 |     9479      0 |       63 |       68
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 6: cost of the new core is >=5
1.29/1.33	c lower bound updated to -526
1.29/1.33	c BCD2: 69 <= obj <= 565
1.29/1.33	c BCD2: #cores=5, #unrelaxed=521, #relaxed=74, #hardened=0
1.29/1.33	c BCD2: #sat=1 #unsat=70 bias=70/71
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 |     9479      0 |       64 |       68
1.29/1.34	c  0.0s |       0 |        6 |        1 |     9479      0 |       64 |       69
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 7: cost of the new core is >=6
1.29/1.34	c lower bound updated to -525
1.29/1.34	c BCD2: 70 <= obj <= 565
1.29/1.34	c BCD2: #cores=5, #unrelaxed=520, #relaxed=75, #hardened=0
1.29/1.34	c BCD2: #sat=1 #unsat=71 bias=71/72
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 |     9479      0 |       65 |       69
1.29/1.35	c  0.0s |       0 |        6 |        1 |     9479      0 |       65 |       70
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 8: cost of the new core is >=7
1.29/1.35	c lower bound updated to -524
1.29/1.35	c BCD2: 71 <= obj <= 565
1.29/1.35	c BCD2: #cores=5, #unrelaxed=519, #relaxed=76, #hardened=0
1.29/1.35	c BCD2: #sat=1 #unsat=72 bias=72/73
1.29/1.36	c Solving starts ...
1.29/1.36	c ============================[ Search Statistics ]============================
1.29/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.36	c =============================================================================
1.29/1.36	c  0.0s |       0 |        0 |        0 |     9479      0 |       66 |       70
1.29/1.37	c  0.0s |       0 |        6 |        1 |     9479      0 |       66 |       71
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 9: cost of the new core is >=8
1.29/1.37	c lower bound updated to -523
1.29/1.37	c BCD2: 72 <= obj <= 565
1.29/1.37	c BCD2: #cores=5, #unrelaxed=518, #relaxed=77, #hardened=0
1.29/1.37	c BCD2: #sat=1 #unsat=73 bias=73/74
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 |     9479      0 |       67 |       71
1.29/1.38	c  0.0s |       0 |        6 |        1 |     9479      0 |       67 |       72
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 10: cost of the new core is >=9
1.29/1.38	c lower bound updated to -522
1.29/1.38	c BCD2: 73 <= obj <= 565
1.29/1.38	c BCD2: #cores=5, #unrelaxed=517, #relaxed=78, #hardened=0
1.29/1.38	c BCD2: #sat=1 #unsat=74 bias=74/75
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 |     9479      0 |       68 |       72
1.29/1.39	c  0.0s |       0 |        6 |        1 |     9479      0 |       68 |       73
1.29/1.39	c #cpu_time = 0.012s
1.29/1.39	c #wall_clock_time = 0.012s
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 11: cost of the new core is >=10
1.29/1.39	c lower bound updated to -521
1.29/1.39	c BCD2: 74 <= obj <= 565
1.29/1.39	c BCD2: #cores=5, #unrelaxed=516, #relaxed=79, #hardened=0
1.29/1.39	c BCD2: #sat=1 #unsat=75 bias=75/76
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 |     9479      0 |       69 |       73
1.39/1.40	c  0.0s |       0 |        6 |        1 |     9479      0 |       69 |       74
1.39/1.40	c #cpu_time = 0.012s
1.39/1.40	c #wall_clock_time = 0.012s
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 12: cost of the new core is >=11
1.39/1.40	c lower bound updated to -520
1.39/1.40	c BCD2: 75 <= obj <= 565
1.39/1.40	c BCD2: #cores=5, #unrelaxed=515, #relaxed=80, #hardened=0
1.39/1.40	c BCD2: #sat=1 #unsat=76 bias=76/77
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 |     9479      0 |       70 |       74
1.39/1.42	c  0.0s |       0 |        6 |        1 |     9479      0 |       70 |       75
1.39/1.42	c #cpu_time = 0.012s
1.39/1.42	c #wall_clock_time = 0.012s
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 <= 565
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 |     9479      0 |       71 |       75
1.39/1.43	c  0.0s |       0 |        6 |        1 |     9479      0 |       71 |       76
1.39/1.43	c #cpu_time = 0.012s
1.39/1.43	c #wall_clock_time = 0.012s
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.43	c BCD2: 77 <= obj <= 565
1.39/1.43	c BCD2: #cores=5, #unrelaxed=513, #relaxed=82, #hardened=0
1.39/1.43	c BCD2: #sat=1 #unsat=78 bias=78/79
1.39/1.43	c Solving starts ...
1.39/1.43	c ============================[ Search Statistics ]============================
1.39/1.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.43	c =============================================================================
1.39/1.43	c  0.0s |       0 |        0 |        0 |     9479      0 |       72 |       76
1.39/1.44	c  0.0s |       0 |        6 |        1 |     9479      0 |       72 |       77
1.39/1.44	c #cpu_time = 0.011s
1.39/1.44	c #wall_clock_time = 0.011s
1.39/1.44	c #decision = 6
1.39/1.44	c #random_decision = 0
1.39/1.44	c #conflict = 1
1.39/1.44	c #restart = 0
1.39/1.44	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.44	c lower bound updated to -517
1.39/1.44	c BCD2: 78 <= obj <= 565
1.39/1.44	c BCD2: #cores=5, #unrelaxed=512, #relaxed=83, #hardened=0
1.39/1.44	c BCD2: #sat=1 #unsat=79 bias=79/80
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 |     9479      0 |       73 |       77
1.39/1.45	c  0.0s |       0 |        6 |        1 |     9479      0 |       73 |       78
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 16: cost of the new core is >=15
1.39/1.45	c lower bound updated to -516
1.39/1.45	c BCD2: 79 <= obj <= 565
1.39/1.45	c BCD2: #cores=5, #unrelaxed=511, #relaxed=84, #hardened=0
1.39/1.45	c BCD2: #sat=1 #unsat=80 bias=80/81
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 |     9479      0 |       74 |       78
1.39/1.46	c  0.0s |       0 |        6 |        1 |     9479      0 |       74 |       79
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 17: cost of the new core is >=16
1.39/1.46	c lower bound updated to -515
1.39/1.47	c BCD2: 80 <= obj <= 565
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 |     9479      0 |       75 |       79
1.39/1.48	c  0.0s |       0 |        6 |        0 |     9479      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.48	c BCD2: 81 <= obj <= 565
1.39/1.48	c BCD2: #cores=6, #unrelaxed=508, #relaxed=87, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=82 bias=82/83
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     9479      0 |       75 |       81
1.39/1.49	c  0.0s |       0 |        7 |        1 |     9479      0 |       75 |       81
1.39/1.49	c #cpu_time = 0.011s
1.39/1.49	c #wall_clock_time = 0.011s
1.39/1.49	c #decision = 7
1.39/1.49	c #random_decision = 0
1.39/1.49	c #conflict = 1
1.39/1.49	c #restart = 0
1.39/1.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.39/1.49	c lower bound updated to -513
1.39/1.49	c BCD2: 82 <= obj <= 565
1.39/1.49	c BCD2: #cores=6, #unrelaxed=507, #relaxed=88, #hardened=0
1.39/1.49	c BCD2: #sat=1 #unsat=83 bias=83/84
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 |     9479      0 |       76 |       81
1.49/1.50	c  0.0s |       0 |        7 |        1 |     9479      0 |       76 |       82
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 4: cost of the new core is >=3
1.49/1.50	c lower bound updated to -512
1.49/1.50	c BCD2: 83 <= obj <= 565
1.49/1.50	c BCD2: #cores=6, #unrelaxed=506, #relaxed=89, #hardened=0
1.49/1.50	c BCD2: #sat=1 #unsat=84 bias=84/85
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 |     9479      0 |       77 |       82
1.49/1.51	c  0.0s |       0 |        7 |        1 |     9479      0 |       77 |       83
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 5: cost of the new core is >=4
1.49/1.51	c lower bound updated to -511
1.49/1.51	c BCD2: 84 <= obj <= 565
1.49/1.51	c BCD2: #cores=6, #unrelaxed=505, #relaxed=90, #hardened=0
1.49/1.51	c BCD2: #sat=1 #unsat=85 bias=85/86
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 |     9479      0 |       78 |       83
1.49/1.52	c  0.0s |       0 |        7 |        1 |     9479      0 |       78 |       84
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 6: cost of the new core is >=5
1.49/1.52	c lower bound updated to -510
1.49/1.52	c BCD2: 85 <= obj <= 565
1.49/1.52	c BCD2: #cores=6, #unrelaxed=504, #relaxed=91, #hardened=0
1.49/1.52	c BCD2: #sat=1 #unsat=86 bias=86/87
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 |     9479      0 |       79 |       84
1.49/1.54	c  0.0s |       0 |        7 |        1 |     9479      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 <= 565
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 |     9479      0 |       80 |       85
1.49/1.55	c  0.0s |       0 |        7 |        1 |     9479      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 <= 565
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 |     9479      0 |       81 |       86
1.49/1.56	c  0.0s |       0 |        7 |        1 |     9479      0 |       81 |       87
1.49/1.56	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 7
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.68/1.78	c lower bound updated to -507
1.68/1.78	c BCD2: 88 <= obj <= 565
1.68/1.78	c BCD2: #cores=6, #unrelaxed=501, #relaxed=94, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=89 bias=89/90
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       82 |       87
1.68/1.78	c  0.0s |       0 |        7 |        1 |     9479      0 |       82 |       88
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 7
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.68/1.78	c lower bound updated to -506
1.68/1.78	c BCD2: 89 <= obj <= 565
1.68/1.78	c BCD2: #cores=6, #unrelaxed=500, #relaxed=95, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=90 bias=90/91
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       83 |       88
1.68/1.78	c  0.0s |       0 |        7 |        1 |     9479      0 |       83 |       89
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 7
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/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.68/1.78	c lower bound updated to -505
1.68/1.78	c BCD2: 90 <= obj <= 565
1.68/1.78	c BCD2: #cores=6, #unrelaxed=499, #relaxed=96, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=91 bias=91/92
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       84 |       89
1.68/1.78	c  0.0s |       0 |        7 |        1 |     9479      0 |       84 |       90
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 7
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.68/1.78	c lower bound updated to -504
1.68/1.78	c BCD2: 91 <= obj <= 565
1.68/1.78	c BCD2: #cores=6, #unrelaxed=498, #relaxed=97, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=92 bias=92/93
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       85 |       90
1.68/1.78	c  0.0s |       0 |        7 |        1 |     9479      0 |       85 |       91
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 7
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.68/1.78	c lower bound updated to -503
1.68/1.78	c BCD2: 92 <= obj <= 565
1.68/1.78	c BCD2: #cores=6, #unrelaxed=497, #relaxed=98, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=93 bias=93/94
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       86 |       91
1.68/1.78	c  0.0s |       0 |        7 |        1 |     9479      0 |       86 |       92
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 7
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.68/1.78	c lower bound updated to -502
1.68/1.78	c BCD2: 93 <= obj <= 565
1.68/1.78	c BCD2: #cores=6, #unrelaxed=496, #relaxed=99, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=94 bias=94/95
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       87 |       92
1.68/1.78	c  0.0s |       0 |        7 |        1 |     9479      0 |       87 |       93
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 7
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.68/1.78	c lower bound updated to -501
1.68/1.78	c BCD2: 94 <= obj <= 565
1.68/1.78	c BCD2: #cores=6, #unrelaxed=495, #relaxed=100, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=95 bias=95/96
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       88 |       93
1.68/1.78	c  0.0s |       0 |        7 |        1 |     9479      0 |       88 |       94
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 7
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
1.68/1.78	c lower bound updated to -500
1.68/1.78	c BCD2: 95 <= obj <= 565
1.68/1.78	c BCD2: #cores=6, #unrelaxed=494, #relaxed=101, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=96 bias=96/97
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       89 |       94
1.68/1.78	c  0.0s |       0 |        7 |        1 |     9479      0 |       89 |       95
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 7
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
1.68/1.78	c lower bound updated to -499
1.68/1.78	c BCD2: 96 <= obj <= 565
1.68/1.78	c BCD2: #cores=6, #unrelaxed=493, #relaxed=102, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=97 bias=97/98
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       90 |       95
1.68/1.78	c  0.0s |       0 |        7 |        0 |     9479      0 |       90 |       96
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 7
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 0
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: found a new core of size 2: cost of the new core is >=1
1.68/1.78	c lower bound updated to -498
1.68/1.78	c BCD2: 97 <= obj <= 565
1.68/1.78	c BCD2: #cores=7, #unrelaxed=491, #relaxed=104, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=98 bias=98/99
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       90 |       97
1.68/1.78	c  0.0s |       0 |        8 |        1 |     9479      0 |       90 |       97
1.68/1.78	c #cpu_time = 0.010s
1.68/1.78	c #wall_clock_time = 0.010s
1.68/1.78	c #decision = 8
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.68/1.78	c lower bound updated to -497
1.68/1.78	c BCD2: 98 <= obj <= 565
1.68/1.78	c BCD2: #cores=7, #unrelaxed=490, #relaxed=105, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=99 bias=99/100
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       91 |       97
1.68/1.78	c  0.0s |       0 |        8 |        1 |     9479      0 |       91 |       98
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 8
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.68/1.78	c lower bound updated to -496
1.68/1.78	c BCD2: 99 <= obj <= 565
1.68/1.78	c BCD2: #cores=7, #unrelaxed=489, #relaxed=106, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=100 bias=100/101
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       92 |       98
1.68/1.78	c  0.0s |       0 |        8 |        1 |     9479      0 |       92 |       99
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 8
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.68/1.78	c lower bound updated to -495
1.68/1.78	c BCD2: 100 <= obj <= 565
1.68/1.78	c BCD2: #cores=7, #unrelaxed=488, #relaxed=107, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=101 bias=101/102
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       93 |       99
1.68/1.78	c  0.0s |       0 |        8 |        1 |     9479      0 |       93 |      100
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 8
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.68/1.78	c lower bound updated to -494
1.68/1.78	c BCD2: 101 <= obj <= 565
1.68/1.78	c BCD2: #cores=7, #unrelaxed=487, #relaxed=108, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=102 bias=102/103
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       94 |      100
1.68/1.78	c  0.0s |       0 |        8 |        1 |     9479      0 |       94 |      101
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 8
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.68/1.78	c lower bound updated to -493
1.68/1.78	c BCD2: 102 <= obj <= 565
1.68/1.78	c BCD2: #cores=7, #unrelaxed=486, #relaxed=109, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=103 bias=103/104
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       95 |      101
1.68/1.78	c  0.0s |       0 |        8 |        1 |     9479      0 |       95 |      102
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 8
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.68/1.78	c lower bound updated to -492
1.68/1.78	c BCD2: 103 <= obj <= 565
1.68/1.78	c BCD2: #cores=7, #unrelaxed=485, #relaxed=110, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=104 bias=104/105
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       96 |      102
1.68/1.78	c  0.0s |       0 |        8 |        1 |     9479      0 |       96 |      103
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 8
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.68/1.78	c lower bound updated to -491
1.68/1.78	c BCD2: 104 <= obj <= 565
1.68/1.78	c BCD2: #cores=7, #unrelaxed=484, #relaxed=111, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=105 bias=105/106
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       97 |      103
1.68/1.78	c  0.0s |       0 |        8 |        1 |     9479      0 |       97 |      104
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 8
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.68/1.78	c lower bound updated to -490
1.68/1.78	c BCD2: 105 <= obj <= 565
1.68/1.78	c BCD2: #cores=7, #unrelaxed=483, #relaxed=112, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=106 bias=106/107
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       98 |      104
1.68/1.78	c  0.0s |       0 |        8 |        1 |     9479      0 |       98 |      105
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 8
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/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.68/1.78	c lower bound updated to -489
1.68/1.78	c BCD2: 106 <= obj <= 565
1.68/1.78	c BCD2: #cores=7, #unrelaxed=482, #relaxed=113, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=107 bias=107/108
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |       99 |      105
1.68/1.78	c  0.0s |       0 |        8 |        1 |     9479      0 |       99 |      106
1.68/1.78	c #cpu_time = 0.011s
1.68/1.78	c #wall_clock_time = 0.011s
1.68/1.78	c #decision = 8
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 1
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.68/1.78	c lower bound updated to -488
1.68/1.78	c BCD2: 107 <= obj <= 565
1.68/1.78	c BCD2: #cores=7, #unrelaxed=481, #relaxed=114, #hardened=0
1.68/1.78	c BCD2: #sat=1 #unsat=108 bias=108/109
1.68/1.78	c Solving starts ...
1.68/1.78	c ============================[ Search Statistics ]============================
1.68/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.78	c =============================================================================
1.68/1.78	c  0.0s |       0 |        0 |        0 |     9479      0 |      100 |      106
1.79/1.80	c  0.0s |       0 |        8 |        1 |    10427      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 <= 565
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 |    10427      0 |      101 |      107
1.79/1.81	c  0.0s |       0 |        8 |        1 |    10427      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 <= 565
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 |    10427      0 |      102 |      108
1.79/1.82	c  0.0s |       0 |        8 |        1 |    10427      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 <= 565
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 |    10427      0 |      103 |      109
1.79/1.83	c  0.0s |       0 |        8 |        1 |    10427      0 |      103 |      110
1.79/1.83	c #cpu_time = 0.011s
1.79/1.83	c #wall_clock_time = 0.011s
1.79/1.83	c #decision = 8
1.79/1.83	c #random_decision = 0
1.79/1.83	c #conflict = 1
1.79/1.83	c #restart = 0
1.79/1.83	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.83	c lower bound updated to -484
1.79/1.83	c BCD2: 111 <= obj <= 565
1.79/1.83	c BCD2: #cores=7, #unrelaxed=477, #relaxed=118, #hardened=0
1.79/1.83	c BCD2: #sat=1 #unsat=112 bias=112/113
1.79/1.83	c Solving starts ...
1.79/1.83	c ============================[ Search Statistics ]============================
1.79/1.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.83	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.83	c =============================================================================
1.79/1.83	c  0.0s |       0 |        0 |        0 |    10427      0 |      104 |      110
1.79/1.84	c  0.0s |       0 |        8 |        1 |    10427      0 |      104 |      111
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 17: cost of the new core is >=16
1.79/1.84	c lower bound updated to -483
1.79/1.84	c BCD2: 112 <= obj <= 565
1.79/1.84	c BCD2: #cores=7, #unrelaxed=476, #relaxed=119, #hardened=0
1.79/1.84	c BCD2: #sat=1 #unsat=113 bias=113/114
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 |    10427      0 |      105 |      111
1.79/1.85	c  0.0s |       0 |        8 |        0 |    10427      0 |      105 |      112
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 = 0
1.79/1.85	c #restart = 0
1.79/1.85	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.85	c lower bound updated to -482
1.79/1.86	c BCD2: 113 <= obj <= 565
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 |    10427      0 |      105 |      113
1.79/1.87	c  0.0s |       0 |        9 |        1 |    10427      0 |      105 |      113
1.79/1.87	c #cpu_time = 0.010s
1.79/1.87	c #wall_clock_time = 0.010s
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 <= 565
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 |    10427      0 |      106 |      113
1.79/1.88	c  0.0s |       0 |        9 |        1 |    10427      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 <= 565
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 |    10427      0 |      107 |      114
1.79/1.89	c  0.0s |       0 |        9 |        1 |    10427      0 |      107 |      115
1.79/1.89	c #cpu_time = 0.011s
1.79/1.89	c #wall_clock_time = 0.011s
1.79/1.89	c #decision = 9
1.79/1.89	c #random_decision = 0
1.79/1.89	c #conflict = 1
1.79/1.89	c #restart = 0
1.79/1.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.79/1.89	c lower bound updated to -479
1.79/1.89	c BCD2: 116 <= obj <= 565
1.79/1.89	c BCD2: #cores=8, #unrelaxed=471, #relaxed=124, #hardened=0
1.79/1.89	c BCD2: #sat=1 #unsat=117 bias=117/118
1.79/1.89	c Solving starts ...
1.79/1.89	c ============================[ Search Statistics ]============================
1.79/1.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.89	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.89	c =============================================================================
1.79/1.89	c  0.0s |       0 |        0 |        0 |    10427      0 |      108 |      115
1.89/1.90	c  0.0s |       0 |        9 |        1 |    10427      0 |      108 |      116
1.89/1.90	c #cpu_time = 0.011s
1.89/1.90	c #wall_clock_time = 0.011s
1.89/1.90	c #decision = 9
1.89/1.90	c #random_decision = 0
1.89/1.90	c #conflict = 1
1.89/1.90	c #restart = 0
1.89/1.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.89/1.90	c lower bound updated to -478
1.89/1.90	c BCD2: 117 <= obj <= 565
1.89/1.90	c BCD2: #cores=8, #unrelaxed=470, #relaxed=125, #hardened=0
1.89/1.90	c BCD2: #sat=1 #unsat=118 bias=118/119
1.89/1.90	c Solving starts ...
1.89/1.90	c ============================[ Search Statistics ]============================
1.89/1.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.90	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.90	c =============================================================================
1.89/1.90	c  0.0s |       0 |        0 |        0 |    10427      0 |      109 |      116
1.89/1.91	c  0.0s |       0 |        9 |        1 |    10427      0 |      109 |      117
1.89/1.91	c #cpu_time = 0.011s
1.89/1.91	c #wall_clock_time = 0.011s
1.89/1.91	c #decision = 9
1.89/1.91	c #random_decision = 0
1.89/1.91	c #conflict = 1
1.89/1.91	c #restart = 0
1.89/1.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.89/1.91	c lower bound updated to -477
1.89/1.91	c BCD2: 118 <= obj <= 565
1.89/1.91	c BCD2: #cores=8, #unrelaxed=469, #relaxed=126, #hardened=0
1.89/1.91	c BCD2: #sat=1 #unsat=119 bias=119/120
1.89/1.91	c Solving starts ...
1.89/1.91	c ============================[ Search Statistics ]============================
1.89/1.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.91	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.91	c =============================================================================
1.89/1.91	c  0.0s |       0 |        0 |        0 |    10427      0 |      110 |      117
1.89/1.92	c  0.0s |       0 |        9 |        1 |    10427      0 |      110 |      118
1.89/1.92	c #cpu_time = 0.011s
1.89/1.92	c #wall_clock_time = 0.011s
1.89/1.92	c #decision = 9
1.89/1.92	c #random_decision = 0
1.89/1.92	c #conflict = 1
1.89/1.92	c #restart = 0
1.89/1.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.89/1.92	c lower bound updated to -476
1.89/1.93	c BCD2: 119 <= obj <= 565
1.89/1.93	c BCD2: #cores=8, #unrelaxed=468, #relaxed=127, #hardened=0
1.89/1.93	c BCD2: #sat=1 #unsat=120 bias=120/121
1.89/1.93	c Solving starts ...
1.89/1.93	c ============================[ Search Statistics ]============================
1.89/1.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.93	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.93	c =============================================================================
1.89/1.93	c  0.0s |       0 |        0 |        0 |    10427      0 |      111 |      118
1.89/1.94	c  0.0s |       0 |        9 |        1 |    10427      0 |      111 |      119
1.89/1.94	c #cpu_time = 0.011s
1.89/1.94	c #wall_clock_time = 0.011s
1.89/1.94	c #decision = 9
1.89/1.94	c #random_decision = 0
1.89/1.94	c #conflict = 1
1.89/1.94	c #restart = 0
1.89/1.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.89/1.94	c lower bound updated to -475
1.89/1.94	c BCD2: 120 <= obj <= 565
1.89/1.94	c BCD2: #cores=8, #unrelaxed=467, #relaxed=128, #hardened=0
1.89/1.94	c BCD2: #sat=1 #unsat=121 bias=121/122
1.89/1.94	c Solving starts ...
1.89/1.94	c ============================[ Search Statistics ]============================
1.89/1.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.94	c =============================================================================
1.89/1.94	c  0.0s |       0 |        0 |        0 |    10427      0 |      112 |      119
1.89/1.95	c  0.0s |       0 |        9 |        1 |    10427      0 |      112 |      120
1.89/1.95	c #cpu_time = 0.011s
1.89/1.95	c #wall_clock_time = 0.011s
1.89/1.95	c #decision = 9
1.89/1.95	c #random_decision = 0
1.89/1.95	c #conflict = 1
1.89/1.95	c #restart = 0
1.89/1.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.89/1.95	c lower bound updated to -474
1.89/1.95	c BCD2: 121 <= obj <= 565
1.89/1.95	c BCD2: #cores=8, #unrelaxed=466, #relaxed=129, #hardened=0
1.89/1.95	c BCD2: #sat=1 #unsat=122 bias=122/123
1.89/1.95	c Solving starts ...
1.89/1.95	c ============================[ Search Statistics ]============================
1.89/1.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.95	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.95	c =============================================================================
1.89/1.95	c  0.0s |       0 |        0 |        0 |    10427      0 |      113 |      120
1.89/1.96	c  0.0s |       0 |        9 |        1 |    10427      0 |      113 |      121
1.89/1.96	c #cpu_time = 0.011s
1.89/1.96	c #wall_clock_time = 0.011s
1.89/1.96	c #decision = 9
1.89/1.96	c #random_decision = 0
1.89/1.96	c #conflict = 1
1.89/1.96	c #restart = 0
1.89/1.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.89/1.96	c lower bound updated to -473
1.89/1.96	c BCD2: 122 <= obj <= 565
1.89/1.96	c BCD2: #cores=8, #unrelaxed=465, #relaxed=130, #hardened=0
1.89/1.96	c BCD2: #sat=1 #unsat=123 bias=123/124
1.89/1.96	c Solving starts ...
1.89/1.96	c ============================[ Search Statistics ]============================
1.89/1.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.96	c =============================================================================
1.89/1.96	c  0.0s |       0 |        0 |        0 |    10427      0 |      114 |      121
1.89/1.97	c  0.0s |       0 |        9 |        1 |    10427      0 |      114 |      122
1.89/1.97	c #cpu_time = 0.011s
1.89/1.97	c #wall_clock_time = 0.011s
1.89/1.97	c #decision = 9
1.89/1.97	c #random_decision = 0
1.89/1.97	c #conflict = 1
1.89/1.97	c #restart = 0
1.89/1.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.89/1.97	c lower bound updated to -472
1.89/1.97	c BCD2: 123 <= obj <= 565
1.89/1.97	c BCD2: #cores=8, #unrelaxed=464, #relaxed=131, #hardened=0
1.89/1.97	c BCD2: #sat=1 #unsat=124 bias=124/125
1.89/1.97	c Solving starts ...
1.89/1.97	c ============================[ Search Statistics ]============================
1.89/1.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.97	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.97	c =============================================================================
1.89/1.97	c  0.0s |       0 |        0 |        0 |    10427      0 |      115 |      122
1.89/1.98	c  0.0s |       0 |        9 |        1 |    10427      0 |      115 |      123
1.89/1.98	c #cpu_time = 0.011s
1.89/1.98	c #wall_clock_time = 0.011s
1.89/1.98	c #decision = 9
1.89/1.98	c #random_decision = 0
1.89/1.98	c #conflict = 1
1.89/1.98	c #restart = 0
1.89/1.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.89/1.98	c lower bound updated to -471
1.89/1.98	c BCD2: 124 <= obj <= 565
1.89/1.98	c BCD2: #cores=8, #unrelaxed=463, #relaxed=132, #hardened=0
1.89/1.98	c BCD2: #sat=1 #unsat=125 bias=125/126
1.89/1.99	c Solving starts ...
1.89/1.99	c ============================[ Search Statistics ]============================
1.89/1.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.99	c =============================================================================
1.89/1.99	c  0.0s |       0 |        0 |        0 |    10427      0 |      116 |      123
1.99/2.00	c  0.0s |       0 |        9 |        1 |    10427      0 |      116 |      124
1.99/2.00	c #cpu_time = 0.011s
1.99/2.00	c #wall_clock_time = 0.011s
1.99/2.00	c #decision = 9
1.99/2.00	c #random_decision = 0
1.99/2.00	c #conflict = 1
1.99/2.00	c #restart = 0
1.99/2.00	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.00	c lower bound updated to -470
1.99/2.00	c BCD2: 125 <= obj <= 565
1.99/2.00	c BCD2: #cores=8, #unrelaxed=462, #relaxed=133, #hardened=0
1.99/2.00	c BCD2: #sat=1 #unsat=126 bias=126/127
1.99/2.00	c Solving starts ...
1.99/2.00	c ============================[ Search Statistics ]============================
1.99/2.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.00	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.00	c =============================================================================
1.99/2.00	c  0.0s |       0 |        0 |        0 |    10427      0 |      117 |      124
1.99/2.01	c  0.0s |       0 |        9 |        1 |    10427      0 |      117 |      125
1.99/2.01	c #cpu_time = 0.011s
1.99/2.01	c #wall_clock_time = 0.011s
1.99/2.01	c #decision = 9
1.99/2.01	c #random_decision = 0
1.99/2.01	c #conflict = 1
1.99/2.01	c #restart = 0
1.99/2.01	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.01	c lower bound updated to -469
1.99/2.01	c BCD2: 126 <= obj <= 565
1.99/2.01	c BCD2: #cores=8, #unrelaxed=461, #relaxed=134, #hardened=0
1.99/2.01	c BCD2: #sat=1 #unsat=127 bias=127/128
1.99/2.01	c Solving starts ...
1.99/2.01	c ============================[ Search Statistics ]============================
1.99/2.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.01	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.01	c =============================================================================
1.99/2.01	c  0.0s |       0 |        0 |        0 |    10427      0 |      118 |      125
1.99/2.02	c  0.0s |       0 |        9 |        1 |    10427      0 |      118 |      126
1.99/2.02	c #cpu_time = 0.011s
1.99/2.02	c #wall_clock_time = 0.011s
1.99/2.02	c #decision = 9
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 1
1.99/2.02	c #restart = 0
1.99/2.02	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.02	c lower bound updated to -468
1.99/2.02	c BCD2: 127 <= obj <= 565
1.99/2.02	c BCD2: #cores=8, #unrelaxed=460, #relaxed=135, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=128 bias=128/129
1.99/2.02	c Solving starts ...
1.99/2.02	c ============================[ Search Statistics ]============================
1.99/2.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.02	c =============================================================================
1.99/2.02	c  0.0s |       0 |        0 |        0 |    10427      0 |      119 |      126
1.99/2.03	c  0.0s |       0 |        9 |        1 |    10427      0 |      119 |      127
1.99/2.03	c #cpu_time = 0.011s
1.99/2.03	c #wall_clock_time = 0.011s
1.99/2.03	c #decision = 9
1.99/2.03	c #random_decision = 0
1.99/2.03	c #conflict = 1
1.99/2.03	c #restart = 0
1.99/2.03	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.03	c lower bound updated to -467
1.99/2.03	c BCD2: 128 <= obj <= 565
1.99/2.03	c BCD2: #cores=8, #unrelaxed=459, #relaxed=136, #hardened=0
1.99/2.03	c BCD2: #sat=1 #unsat=129 bias=129/130
1.99/2.03	c Solving starts ...
1.99/2.03	c ============================[ Search Statistics ]============================
1.99/2.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.03	c =============================================================================
1.99/2.03	c  0.0s |       0 |        0 |        0 |    10427      0 |      120 |      127
1.99/2.04	c  0.0s |       0 |        9 |        0 |    10427      0 |      120 |      128
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 = 0
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: found a new core of size 2: cost of the new core is >=1
1.99/2.04	c lower bound updated to -466
1.99/2.04	c BCD2: 129 <= obj <= 565
1.99/2.04	c BCD2: #cores=9, #unrelaxed=457, #relaxed=138, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=130 bias=130/131
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 |    10427      0 |      120 |      129
1.99/2.06	c  0.0s |       0 |       10 |        1 |    10427      0 |      120 |      129
1.99/2.06	c #cpu_time = 0.010s
1.99/2.06	c #wall_clock_time = 0.010s
1.99/2.06	c #decision = 10
1.99/2.06	c #random_decision = 0
1.99/2.06	c #conflict = 1
1.99/2.06	c #restart = 0
1.99/2.06	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.06	c lower bound updated to -465
1.99/2.06	c BCD2: 130 <= obj <= 565
1.99/2.06	c BCD2: #cores=9, #unrelaxed=456, #relaxed=139, #hardened=0
1.99/2.06	c BCD2: #sat=1 #unsat=131 bias=131/132
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 |    10427      0 |      121 |      129
1.99/2.07	c  0.0s |       0 |       10 |        1 |    10427      0 |      121 |      130
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 4: cost of the new core is >=3
1.99/2.07	c lower bound updated to -464
1.99/2.07	c BCD2: 131 <= obj <= 565
1.99/2.07	c BCD2: #cores=9, #unrelaxed=455, #relaxed=140, #hardened=0
1.99/2.07	c BCD2: #sat=1 #unsat=132 bias=132/133
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 |    10427      0 |      122 |      130
1.99/2.08	c  0.0s |       0 |       10 |        1 |    10427      0 |      122 |      131
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 5: cost of the new core is >=4
1.99/2.08	c lower bound updated to -463
1.99/2.08	c BCD2: 132 <= obj <= 565
1.99/2.08	c BCD2: #cores=9, #unrelaxed=454, #relaxed=141, #hardened=0
1.99/2.08	c BCD2: #sat=1 #unsat=133 bias=133/134
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 |    10427      0 |      123 |      131
1.99/2.09	c  0.0s |       0 |       10 |        1 |    10427      0 |      123 |      132
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 6: cost of the new core is >=5
1.99/2.09	c lower bound updated to -462
1.99/2.09	c BCD2: 133 <= obj <= 565
1.99/2.09	c BCD2: #cores=9, #unrelaxed=453, #relaxed=142, #hardened=0
1.99/2.09	c BCD2: #sat=1 #unsat=134 bias=134/135
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 |    10427      0 |      124 |      132
2.09/2.10	c  0.0s |       0 |       10 |        1 |    10427      0 |      124 |      133
2.09/2.10	c #cpu_time = 0.011s
2.09/2.10	c #wall_clock_time = 0.011s
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 7: cost of the new core is >=6
2.09/2.10	c lower bound updated to -461
2.09/2.10	c BCD2: 134 <= obj <= 565
2.09/2.10	c BCD2: #cores=9, #unrelaxed=452, #relaxed=143, #hardened=0
2.09/2.10	c BCD2: #sat=1 #unsat=135 bias=135/136
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 |    10427      0 |      125 |      133
2.09/2.11	c  0.0s |       0 |       10 |        1 |    10427      0 |      125 |      134
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 8: cost of the new core is >=7
2.09/2.11	c lower bound updated to -460
2.09/2.11	c BCD2: 135 <= obj <= 565
2.09/2.11	c BCD2: #cores=9, #unrelaxed=451, #relaxed=144, #hardened=0
2.09/2.11	c BCD2: #sat=1 #unsat=136 bias=136/137
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 |    10427      0 |      126 |      134
2.09/2.12	c  0.0s |       0 |       10 |        1 |    10427      0 |      126 |      135
2.09/2.12	c #cpu_time = 0.011s
2.09/2.12	c #wall_clock_time = 0.011s
2.09/2.12	c #decision = 10
2.09/2.12	c #random_decision = 0
2.09/2.12	c #conflict = 1
2.09/2.12	c #restart = 0
2.09/2.12	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.12	c lower bound updated to -459
2.09/2.12	c BCD2: 136 <= obj <= 565
2.09/2.12	c BCD2: #cores=9, #unrelaxed=450, #relaxed=145, #hardened=0
2.09/2.12	c BCD2: #sat=1 #unsat=137 bias=137/138
2.09/2.12	c Solving starts ...
2.09/2.12	c ============================[ Search Statistics ]============================
2.09/2.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.12	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.12	c =============================================================================
2.09/2.12	c  0.0s |       0 |        0 |        0 |    10427      0 |      127 |      135
2.09/2.14	c  0.0s |       0 |       10 |        1 |    10427      0 |      127 |      136
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 10: cost of the new core is >=9
2.09/2.14	c lower bound updated to -458
2.09/2.14	c BCD2: 137 <= obj <= 565
2.09/2.14	c BCD2: #cores=9, #unrelaxed=449, #relaxed=146, #hardened=0
2.09/2.14	c BCD2: #sat=1 #unsat=138 bias=138/139
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 |    10427      0 |      128 |      136
2.09/2.15	c  0.0s |       0 |       10 |        1 |    10427      0 |      128 |      137
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 11: cost of the new core is >=10
2.09/2.15	c lower bound updated to -457
2.09/2.15	c BCD2: 138 <= obj <= 565
2.09/2.15	c BCD2: #cores=9, #unrelaxed=448, #relaxed=147, #hardened=0
2.09/2.15	c BCD2: #sat=1 #unsat=139 bias=139/140
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 |    10427      0 |      129 |      137
2.09/2.16	c  0.0s |       0 |       10 |        1 |    10427      0 |      129 |      138
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 12: cost of the new core is >=11
2.09/2.16	c lower bound updated to -456
2.09/2.16	c BCD2: 139 <= obj <= 565
2.09/2.16	c BCD2: #cores=9, #unrelaxed=447, #relaxed=148, #hardened=0
2.09/2.16	c BCD2: #sat=1 #unsat=140 bias=140/141
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 |    10427      0 |      130 |      138
2.09/2.17	c  0.0s |       0 |       10 |        1 |    10427      0 |      130 |      139
2.09/2.17	c #cpu_time = 0.011s
2.09/2.17	c #wall_clock_time = 0.011s
2.09/2.17	c #decision = 10
2.09/2.17	c #random_decision = 0
2.09/2.17	c #conflict = 1
2.09/2.17	c #restart = 0
2.09/2.17	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.17	c lower bound updated to -455
2.09/2.17	c BCD2: 140 <= obj <= 565
2.09/2.17	c BCD2: #cores=9, #unrelaxed=446, #relaxed=149, #hardened=0
2.09/2.17	c BCD2: #sat=1 #unsat=141 bias=141/142
2.09/2.17	c Solving starts ...
2.09/2.17	c ============================[ Search Statistics ]============================
2.09/2.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.17	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.17	c =============================================================================
2.09/2.17	c  0.0s |       0 |        0 |        0 |    10427      0 |      131 |      139
2.09/2.18	c  0.0s |       0 |       10 |        1 |    10427      0 |      131 |      140
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 14: cost of the new core is >=13
2.09/2.18	c lower bound updated to -454
2.09/2.18	c BCD2: 141 <= obj <= 565
2.09/2.18	c BCD2: #cores=9, #unrelaxed=445, #relaxed=150, #hardened=0
2.09/2.18	c BCD2: #sat=1 #unsat=142 bias=142/143
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 |    10427      0 |      132 |      140
2.09/2.20	c  0.0s |       0 |       10 |        1 |    10427      0 |      132 |      141
2.09/2.20	c #cpu_time = 0.011s
2.09/2.20	c #wall_clock_time = 0.011s
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 15: cost of the new core is >=14
2.09/2.20	c lower bound updated to -453
2.09/2.20	c BCD2: 142 <= obj <= 565
2.09/2.20	c BCD2: #cores=9, #unrelaxed=444, #relaxed=151, #hardened=0
2.09/2.20	c BCD2: #sat=1 #unsat=143 bias=143/144
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 |    10427      0 |      133 |      141
2.20/2.21	c  0.0s |       0 |       10 |        1 |    10427      0 |      133 |      142
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 16: cost of the new core is >=15
2.20/2.21	c lower bound updated to -452
2.20/2.21	c BCD2: 143 <= obj <= 565
2.20/2.21	c BCD2: #cores=9, #unrelaxed=443, #relaxed=152, #hardened=0
2.20/2.21	c BCD2: #sat=1 #unsat=144 bias=144/145
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 |    10427      0 |      134 |      142
2.20/2.22	c  0.0s |       0 |       10 |        1 |    10427      0 |      134 |      143
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 17: cost of the new core is >=16
2.20/2.22	c lower bound updated to -451
2.20/2.22	c BCD2: 144 <= obj <= 565
2.20/2.22	c BCD2: #cores=9, #unrelaxed=442, #relaxed=153, #hardened=0
2.20/2.22	c BCD2: #sat=1 #unsat=145 bias=145/146
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 |    10427      0 |      135 |      143
2.20/2.23	c  0.0s |       0 |       10 |        0 |    10427      0 |      135 |      144
2.20/2.23	c #cpu_time = 0.011s
2.20/2.23	c #wall_clock_time = 0.011s
2.20/2.23	c #decision = 10
2.20/2.23	c #random_decision = 0
2.20/2.23	c #conflict = 0
2.20/2.23	c #restart = 0
2.20/2.23	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.23	c lower bound updated to -450
2.20/2.23	c BCD2: 145 <= obj <= 565
2.20/2.23	c BCD2: #cores=10, #unrelaxed=440, #relaxed=155, #hardened=0
2.20/2.23	c BCD2: #sat=1 #unsat=146 bias=146/147
2.20/2.23	c Solving starts ...
2.20/2.23	c ============================[ Search Statistics ]============================
2.20/2.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.23	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.23	c =============================================================================
2.20/2.23	c  0.0s |       0 |        0 |        0 |    10427      0 |      135 |      145
2.20/2.24	c  0.0s |       0 |       11 |        1 |    10427      0 |      135 |      145
2.20/2.24	c #cpu_time = 0.010s
2.20/2.24	c #wall_clock_time = 0.010s
2.20/2.24	c #decision = 11
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 3: cost of the new core is >=2
2.20/2.24	c lower bound updated to -449
2.20/2.24	c BCD2: 146 <= obj <= 565
2.20/2.24	c BCD2: #cores=10, #unrelaxed=439, #relaxed=156, #hardened=0
2.20/2.24	c BCD2: #sat=1 #unsat=147 bias=147/148
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 |    10427      0 |      136 |      145
2.20/2.26	c  0.0s |       0 |       11 |        1 |    10427      0 |      136 |      146
2.20/2.26	c #cpu_time = 0.011s
2.20/2.26	c #wall_clock_time = 0.011s
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 4: cost of the new core is >=3
2.20/2.26	c lower bound updated to -448
2.20/2.26	c BCD2: 147 <= obj <= 565
2.20/2.26	c BCD2: #cores=10, #unrelaxed=438, #relaxed=157, #hardened=0
2.20/2.26	c BCD2: #sat=1 #unsat=148 bias=148/149
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 |    10427      0 |      137 |      146
2.20/2.27	c  0.0s |       0 |       11 |        1 |    10427      0 |      137 |      147
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 5: cost of the new core is >=4
2.20/2.27	c lower bound updated to -447
2.20/2.27	c BCD2: 148 <= obj <= 565
2.20/2.27	c BCD2: #cores=10, #unrelaxed=437, #relaxed=158, #hardened=0
2.20/2.27	c BCD2: #sat=1 #unsat=149 bias=149/150
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 |    10427      0 |      138 |      147
2.20/2.28	c  0.0s |       0 |       11 |        1 |    10427      0 |      138 |      148
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 6: cost of the new core is >=5
2.20/2.28	c lower bound updated to -446
2.20/2.28	c BCD2: 149 <= obj <= 565
2.20/2.28	c BCD2: #cores=10, #unrelaxed=436, #relaxed=159, #hardened=0
2.20/2.28	c BCD2: #sat=1 #unsat=150 bias=150/151
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 |    10427      0 |      139 |      148
2.20/2.29	c  0.0s |       0 |       11 |        1 |    10427      0 |      139 |      149
2.20/2.29	c #cpu_time = 0.011s
2.20/2.29	c #wall_clock_time = 0.011s
2.20/2.29	c #decision = 11
2.20/2.29	c #random_decision = 0
2.20/2.29	c #conflict = 1
2.20/2.29	c #restart = 0
2.20/2.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.20/2.29	c lower bound updated to -445
2.20/2.29	c BCD2: 150 <= obj <= 565
2.20/2.29	c BCD2: #cores=10, #unrelaxed=435, #relaxed=160, #hardened=0
2.20/2.29	c BCD2: #sat=1 #unsat=151 bias=151/152
2.20/2.29	c Solving starts ...
2.20/2.29	c ============================[ Search Statistics ]============================
2.20/2.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.29	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.29	c =============================================================================
2.20/2.29	c  0.0s |       0 |        0 |        0 |    10427      0 |      140 |      149
2.20/2.30	c  0.0s |       0 |       11 |        1 |    10427      0 |      140 |      150
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 8: cost of the new core is >=7
2.20/2.30	c lower bound updated to -444
2.20/2.30	c BCD2: 151 <= obj <= 565
2.20/2.30	c BCD2: #cores=10, #unrelaxed=434, #relaxed=161, #hardened=0
2.20/2.30	c BCD2: #sat=1 #unsat=152 bias=152/153
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 |    10427      0 |      141 |      150
2.30/2.31	c  0.0s |       0 |       11 |        1 |    10427      0 |      141 |      151
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 9: cost of the new core is >=8
2.30/2.31	c lower bound updated to -443
2.30/2.31	c BCD2: 152 <= obj <= 565
2.30/2.31	c BCD2: #cores=10, #unrelaxed=433, #relaxed=162, #hardened=0
2.30/2.31	c BCD2: #sat=1 #unsat=153 bias=153/154
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 |    10427      0 |      142 |      151
2.30/2.32	c  0.0s |       0 |       11 |        1 |    10427      0 |      142 |      152
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 10: cost of the new core is >=9
2.30/2.32	c lower bound updated to -442
2.30/2.32	c BCD2: 153 <= obj <= 565
2.30/2.32	c BCD2: #cores=10, #unrelaxed=432, #relaxed=163, #hardened=0
2.30/2.32	c BCD2: #sat=1 #unsat=154 bias=154/155
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 |    10427      0 |      143 |      152
2.30/2.34	c  0.0s |       0 |       11 |        1 |    10427      0 |      143 |      153
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 11: cost of the new core is >=10
2.30/2.34	c lower bound updated to -441
2.30/2.34	c BCD2: 154 <= obj <= 565
2.30/2.34	c BCD2: #cores=10, #unrelaxed=431, #relaxed=164, #hardened=0
2.30/2.34	c BCD2: #sat=1 #unsat=155 bias=155/156
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 |    10427      0 |      144 |      153
2.30/2.35	c  0.0s |       0 |       11 |        1 |    10427      0 |      144 |      154
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 12: cost of the new core is >=11
2.30/2.35	c lower bound updated to -440
2.30/2.35	c BCD2: 155 <= obj <= 565
2.30/2.35	c BCD2: #cores=10, #unrelaxed=430, #relaxed=165, #hardened=0
2.30/2.35	c BCD2: #sat=1 #unsat=156 bias=156/157
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 |    10427      0 |      145 |      154
2.30/2.36	c  0.0s |       0 |       11 |        1 |    10427      0 |      145 |      155
2.30/2.36	c #cpu_time = 0.011s
2.30/2.36	c #wall_clock_time = 0.011s
2.30/2.36	c #decision = 11
2.30/2.36	c #random_decision = 0
2.30/2.36	c #conflict = 1
2.30/2.36	c #restart = 0
2.30/2.36	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.36	c lower bound updated to -439
2.30/2.36	c BCD2: 156 <= obj <= 565
2.30/2.36	c BCD2: #cores=10, #unrelaxed=429, #relaxed=166, #hardened=0
2.30/2.36	c BCD2: #sat=1 #unsat=157 bias=157/158
2.30/2.36	c Solving starts ...
2.30/2.36	c ============================[ Search Statistics ]============================
2.30/2.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.36	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.36	c =============================================================================
2.30/2.36	c  0.0s |       0 |        0 |        0 |    10427      0 |      146 |      155
2.30/2.37	c  0.0s |       0 |       11 |        1 |    10427      0 |      146 |      156
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 14: cost of the new core is >=13
2.30/2.37	c lower bound updated to -438
2.30/2.37	c BCD2: 157 <= obj <= 565
2.30/2.37	c BCD2: #cores=10, #unrelaxed=428, #relaxed=167, #hardened=0
2.30/2.37	c BCD2: #sat=1 #unsat=158 bias=158/159
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 |    10427      0 |      147 |      156
2.30/2.38	c  0.0s |       0 |       11 |        1 |    10427      0 |      147 |      157
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 15: cost of the new core is >=14
2.30/2.38	c lower bound updated to -437
2.30/2.38	c BCD2: 158 <= obj <= 565
2.30/2.38	c BCD2: #cores=10, #unrelaxed=427, #relaxed=168, #hardened=0
2.30/2.38	c BCD2: #sat=1 #unsat=159 bias=159/160
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.39	c  0.0s |       0 |        0 |        0 |    10427      0 |      148 |      157
2.39/2.40	c  0.0s |       0 |       11 |        1 |    10427      0 |      148 |      158
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 16: cost of the new core is >=15
2.39/2.40	c lower bound updated to -436
2.39/2.40	c BCD2: 159 <= obj <= 565
2.39/2.40	c BCD2: #cores=10, #unrelaxed=426, #relaxed=169, #hardened=0
2.39/2.40	c BCD2: #sat=1 #unsat=160 bias=160/161
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 |    10427      0 |      149 |      158
2.39/2.41	c  0.0s |       0 |       11 |        1 |    10427      0 |      149 |      159
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 17: cost of the new core is >=16
2.39/2.41	c lower bound updated to -435
2.39/2.41	c BCD2: 160 <= obj <= 565
2.39/2.41	c BCD2: #cores=10, #unrelaxed=425, #relaxed=170, #hardened=0
2.39/2.41	c BCD2: #sat=1 #unsat=161 bias=161/162
2.39/2.41	c Solving starts ...
2.39/2.41	c ============================[ Search Statistics ]============================
2.39/2.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.41	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.41	c =============================================================================
2.39/2.41	c  0.0s |       0 |        0 |        0 |    10427      0 |      150 |      159
2.39/2.42	c  0.0s |       0 |       11 |        0 |    10427      0 |      150 |      160
2.39/2.42	c #cpu_time = 0.011s
2.39/2.42	c #wall_clock_time = 0.011s
2.39/2.42	c #decision = 11
2.39/2.42	c #random_decision = 0
2.39/2.42	c #conflict = 0
2.39/2.42	c #restart = 0
2.39/2.42	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.42	c lower bound updated to -434
2.39/2.42	c BCD2: 161 <= obj <= 565
2.39/2.42	c BCD2: #cores=11, #unrelaxed=423, #relaxed=172, #hardened=0
2.39/2.42	c BCD2: #sat=1 #unsat=162 bias=162/163
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 |    10427      0 |      150 |      161
2.39/2.43	c  0.0s |       0 |       12 |        1 |    10427      0 |      150 |      161
2.39/2.43	c #cpu_time = 0.010s
2.39/2.43	c #wall_clock_time = 0.010s
2.39/2.43	c #decision = 12
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 3: cost of the new core is >=2
2.39/2.43	c lower bound updated to -433
2.39/2.43	c BCD2: 162 <= obj <= 565
2.39/2.43	c BCD2: #cores=11, #unrelaxed=422, #relaxed=173, #hardened=0
2.39/2.43	c BCD2: #sat=1 #unsat=163 bias=163/164
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 |    10427      0 |      151 |      161
2.39/2.44	c  0.0s |       0 |       12 |        1 |    10427      0 |      151 |      162
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 = 12
2.39/2.44	c #random_decision = 0
2.39/2.44	c #conflict = 1
2.39/2.44	c #restart = 0
2.39/2.44	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.44	c lower bound updated to -432
2.39/2.44	c BCD2: 163 <= obj <= 565
2.39/2.44	c BCD2: #cores=11, #unrelaxed=421, #relaxed=174, #hardened=0
2.39/2.44	c BCD2: #sat=1 #unsat=164 bias=164/165
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 |    10427      0 |      152 |      162
2.39/2.46	c  0.0s |       0 |       12 |        1 |    10427      0 |      152 |      163
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 5: cost of the new core is >=4
2.39/2.46	c lower bound updated to -431
2.39/2.46	c BCD2: 164 <= obj <= 565
2.39/2.46	c BCD2: #cores=11, #unrelaxed=420, #relaxed=175, #hardened=0
2.39/2.46	c BCD2: #sat=1 #unsat=165 bias=165/166
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 |    10427      0 |      153 |      163
2.39/2.47	c  0.0s |       0 |       12 |        1 |    10427      0 |      153 |      164
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 6: cost of the new core is >=5
2.39/2.47	c lower bound updated to -430
2.39/2.47	c BCD2: 165 <= obj <= 565
2.39/2.47	c BCD2: #cores=11, #unrelaxed=419, #relaxed=176, #hardened=0
2.39/2.47	c BCD2: #sat=1 #unsat=166 bias=166/167
2.39/2.47	c Solving starts ...
2.39/2.47	c ============================[ Search Statistics ]============================
2.39/2.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.47	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.47	c =============================================================================
2.39/2.47	c  0.0s |       0 |        0 |        0 |    10427      0 |      154 |      164
2.39/2.48	c  0.0s |       0 |       12 |        1 |    10427      0 |      154 |      165
2.39/2.48	c #cpu_time = 0.011s
2.39/2.48	c #wall_clock_time = 0.011s
2.39/2.48	c #decision = 12
2.39/2.48	c #random_decision = 0
2.39/2.48	c #conflict = 1
2.39/2.48	c #restart = 0
2.39/2.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.39/2.48	c lower bound updated to -429
2.39/2.48	c BCD2: 166 <= obj <= 565
2.39/2.48	c BCD2: #cores=11, #unrelaxed=418, #relaxed=177, #hardened=0
2.39/2.48	c BCD2: #sat=1 #unsat=167 bias=167/168
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 |    10427      0 |      155 |      165
2.39/2.49	c  0.0s |       0 |       12 |        1 |    10427      0 |      155 |      166
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 8: cost of the new core is >=7
2.39/2.49	c lower bound updated to -428
2.39/2.49	c BCD2: 167 <= obj <= 565
2.39/2.49	c BCD2: #cores=11, #unrelaxed=417, #relaxed=178, #hardened=0
2.39/2.49	c BCD2: #sat=1 #unsat=168 bias=168/169
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 |    10427      0 |      156 |      166
2.49/2.50	c  0.0s |       0 |       12 |        1 |    10427      0 |      156 |      167
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 9: cost of the new core is >=8
2.49/2.50	c lower bound updated to -427
2.49/2.50	c BCD2: 168 <= obj <= 565
2.49/2.50	c BCD2: #cores=11, #unrelaxed=416, #relaxed=179, #hardened=0
2.49/2.50	c BCD2: #sat=1 #unsat=169 bias=169/170
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 |    10427      0 |      157 |      167
2.49/2.51	c  0.0s |       0 |       12 |        1 |    10427      0 |      157 |      168
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 10: cost of the new core is >=9
2.49/2.51	c lower bound updated to -426
2.49/2.51	c BCD2: 169 <= obj <= 565
2.49/2.51	c BCD2: #cores=11, #unrelaxed=415, #relaxed=180, #hardened=0
2.49/2.51	c BCD2: #sat=1 #unsat=170 bias=170/171
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 |    10427      0 |      158 |      168
2.49/2.52	c  0.0s |       0 |       12 |        1 |    10427      0 |      158 |      169
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 11: cost of the new core is >=10
2.49/2.52	c lower bound updated to -425
2.49/2.53	c BCD2: 170 <= obj <= 565
2.49/2.53	c BCD2: #cores=11, #unrelaxed=414, #relaxed=181, #hardened=0
2.49/2.53	c BCD2: #sat=1 #unsat=171 bias=171/172
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 |    10427      0 |      159 |      169
2.49/2.54	c  0.0s |       0 |       12 |        1 |    10427      0 |      159 |      170
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 12: cost of the new core is >=11
2.49/2.54	c lower bound updated to -424
2.49/2.54	c BCD2: 171 <= obj <= 565
2.49/2.54	c BCD2: #cores=11, #unrelaxed=413, #relaxed=182, #hardened=0
2.49/2.54	c BCD2: #sat=1 #unsat=172 bias=172/173
2.49/2.54	c Solving starts ...
2.49/2.54	c ============================[ Search Statistics ]============================
2.49/2.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.54	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.54	c =============================================================================
2.49/2.54	c  0.0s |       0 |        0 |        0 |    10427      0 |      160 |      170
2.49/2.55	c  0.0s |       0 |       12 |        1 |    10427      0 |      160 |      171
2.49/2.55	c #cpu_time = 0.011s
2.49/2.55	c #wall_clock_time = 0.011s
2.49/2.55	c #decision = 12
2.49/2.55	c #random_decision = 0
2.49/2.55	c #conflict = 1
2.49/2.55	c #restart = 0
2.49/2.55	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.55	c lower bound updated to -423
2.49/2.55	c BCD2: 172 <= obj <= 565
2.49/2.55	c BCD2: #cores=11, #unrelaxed=412, #relaxed=183, #hardened=0
2.49/2.55	c BCD2: #sat=1 #unsat=173 bias=173/174
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 |    10427      0 |      161 |      171
2.49/2.56	c  0.0s |       0 |       12 |        1 |    10427      0 |      161 |      172
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 14: cost of the new core is >=13
2.49/2.56	c lower bound updated to -422
2.49/2.56	c BCD2: 173 <= obj <= 565
2.49/2.56	c BCD2: #cores=11, #unrelaxed=411, #relaxed=184, #hardened=0
2.49/2.56	c BCD2: #sat=1 #unsat=174 bias=174/175
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 |    10427      0 |      162 |      172
2.49/2.57	c  0.0s |       0 |       12 |        1 |    10427      0 |      162 |      173
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 15: cost of the new core is >=14
2.49/2.57	c lower bound updated to -421
2.49/2.57	c BCD2: 174 <= obj <= 565
2.49/2.57	c BCD2: #cores=11, #unrelaxed=410, #relaxed=185, #hardened=0
2.49/2.57	c BCD2: #sat=1 #unsat=175 bias=175/176
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 |    10427      0 |      163 |      173
2.49/2.58	c  0.0s |       0 |       12 |        1 |    10427      0 |      163 |      174
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 16: cost of the new core is >=15
2.49/2.58	c lower bound updated to -420
2.49/2.59	c BCD2: 175 <= obj <= 565
2.49/2.59	c BCD2: #cores=11, #unrelaxed=409, #relaxed=186, #hardened=0
2.49/2.59	c BCD2: #sat=1 #unsat=176 bias=176/177
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 |    10427      0 |      164 |      174
2.59/2.60	c  0.0s |       0 |       12 |        1 |    10427      0 |      164 |      175
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 17: cost of the new core is >=16
2.59/2.60	c lower bound updated to -419
2.59/2.60	c BCD2: 176 <= obj <= 565
2.59/2.60	c BCD2: #cores=11, #unrelaxed=408, #relaxed=187, #hardened=0
2.59/2.60	c BCD2: #sat=1 #unsat=177 bias=177/178
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 |    10427      0 |      165 |      175
2.59/2.61	c  0.0s |       0 |       12 |        0 |    10427      0 |      165 |      176
2.59/2.61	c #cpu_time = 0.011s
2.59/2.61	c #wall_clock_time = 0.011s
2.59/2.61	c #decision = 12
2.59/2.61	c #random_decision = 0
2.59/2.61	c #conflict = 0
2.59/2.61	c #restart = 0
2.59/2.61	c BCD2: found a new core of size 2: cost of the new core is >=1
2.59/2.61	c lower bound updated to -418
2.59/2.61	c BCD2: 177 <= obj <= 565
2.59/2.61	c BCD2: #cores=12, #unrelaxed=406, #relaxed=189, #hardened=0
2.59/2.61	c BCD2: #sat=1 #unsat=178 bias=178/179
2.59/2.61	c Solving starts ...
2.59/2.61	c ============================[ Search Statistics ]============================
2.59/2.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.61	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.61	c =============================================================================
2.59/2.61	c  0.0s |       0 |        0 |        0 |    10427      0 |      165 |      177
2.59/2.62	c  0.0s |       0 |       13 |        1 |    10427      0 |      165 |      177
2.59/2.62	c #cpu_time = 0.010s
2.59/2.62	c #wall_clock_time = 0.011s
2.59/2.62	c #decision = 13
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 3: cost of the new core is >=2
2.59/2.62	c lower bound updated to -417
2.59/2.62	c BCD2: 178 <= obj <= 565
2.59/2.62	c BCD2: #cores=12, #unrelaxed=405, #relaxed=190, #hardened=0
2.59/2.62	c BCD2: #sat=1 #unsat=179 bias=179/180
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 |    10427      0 |      166 |      177
2.59/2.63	c  0.0s |       0 |       13 |        1 |    10427      0 |      166 |      178
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 = 13
2.59/2.63	c #random_decision = 0
2.59/2.63	c #conflict = 1
2.59/2.63	c #restart = 0
2.59/2.63	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.63	c lower bound updated to -416
2.59/2.63	c BCD2: 179 <= obj <= 565
2.59/2.63	c BCD2: #cores=12, #unrelaxed=404, #relaxed=191, #hardened=0
2.59/2.63	c BCD2: #sat=1 #unsat=180 bias=180/181
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 |    10427      0 |      167 |      178
2.59/2.65	c  0.0s |       0 |       13 |        1 |    10427      0 |      167 |      179
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 5: cost of the new core is >=4
2.59/2.65	c lower bound updated to -415
2.59/2.65	c BCD2: 180 <= obj <= 565
2.59/2.65	c BCD2: #cores=12, #unrelaxed=403, #relaxed=192, #hardened=0
2.59/2.65	c BCD2: #sat=1 #unsat=181 bias=181/182
2.59/2.65	c Solving starts ...
2.59/2.65	c ============================[ Search Statistics ]============================
2.59/2.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.65	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.65	c =============================================================================
2.59/2.65	c  0.0s |       0 |        0 |        0 |    10427      0 |      168 |      179
2.59/2.66	c  0.0s |       0 |       13 |        1 |    10427      0 |      168 |      180
2.59/2.66	c #cpu_time = 0.011s
2.59/2.66	c #wall_clock_time = 0.011s
2.59/2.66	c #decision = 13
2.59/2.66	c #random_decision = 0
2.59/2.66	c #conflict = 1
2.59/2.66	c #restart = 0
2.59/2.66	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.66	c lower bound updated to -414
2.59/2.66	c BCD2: 181 <= obj <= 565
2.59/2.66	c BCD2: #cores=12, #unrelaxed=402, #relaxed=193, #hardened=0
2.59/2.66	c BCD2: #sat=1 #unsat=182 bias=182/183
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 |    10427      0 |      169 |      180
2.59/2.67	c  0.0s |       0 |       13 |        1 |    10427      0 |      169 |      181
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 7: cost of the new core is >=6
2.59/2.67	c lower bound updated to -413
2.59/2.67	c BCD2: 182 <= obj <= 565
2.59/2.67	c BCD2: #cores=12, #unrelaxed=401, #relaxed=194, #hardened=0
2.59/2.67	c BCD2: #sat=1 #unsat=183 bias=183/184
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 |    10427      0 |      170 |      181
2.59/2.68	c  0.0s |       0 |       13 |        1 |    10427      0 |      170 |      182
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 8: cost of the new core is >=7
2.59/2.68	c lower bound updated to -412
2.59/2.68	c BCD2: 183 <= obj <= 565
2.59/2.68	c BCD2: #cores=12, #unrelaxed=400, #relaxed=195, #hardened=0
2.59/2.68	c BCD2: #sat=1 #unsat=184 bias=184/185
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 |    10427      0 |      171 |      182
2.59/2.69	c  0.0s |       0 |       13 |        1 |    10427      0 |      171 |      183
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 9: cost of the new core is >=8
2.59/2.69	c lower bound updated to -411
2.59/2.69	c BCD2: 184 <= obj <= 565
2.59/2.69	c BCD2: #cores=12, #unrelaxed=399, #relaxed=196, #hardened=0
2.59/2.69	c BCD2: #sat=1 #unsat=185 bias=185/186
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 |    10427      0 |      172 |      183
2.69/2.70	c  0.0s |       0 |       13 |        1 |    10427      0 |      172 |      184
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 10: cost of the new core is >=9
2.69/2.70	c lower bound updated to -410
2.69/2.70	c BCD2: 185 <= obj <= 565
2.69/2.70	c BCD2: #cores=12, #unrelaxed=398, #relaxed=197, #hardened=0
2.69/2.70	c BCD2: #sat=1 #unsat=186 bias=186/187
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 |    10427      0 |      173 |      184
2.69/2.72	c  0.0s |       0 |       13 |        1 |    10427      0 |      173 |      185
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 11: cost of the new core is >=10
2.69/2.72	c lower bound updated to -409
2.69/2.72	c BCD2: 186 <= obj <= 565
2.69/2.72	c BCD2: #cores=12, #unrelaxed=397, #relaxed=198, #hardened=0
2.69/2.72	c BCD2: #sat=1 #unsat=187 bias=187/188
2.69/2.72	c Solving starts ...
2.69/2.72	c ============================[ Search Statistics ]============================
2.69/2.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.72	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.72	c =============================================================================
2.69/2.72	c  0.0s |       0 |        0 |        0 |    10427      0 |      174 |      185
2.69/2.73	c  0.0s |       0 |       13 |        1 |    10427      0 |      174 |      186
2.69/2.73	c #cpu_time = 0.011s
2.69/2.73	c #wall_clock_time = 0.011s
2.69/2.73	c #decision = 13
2.69/2.73	c #random_decision = 0
2.69/2.73	c #conflict = 1
2.69/2.73	c #restart = 0
2.69/2.73	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.73	c lower bound updated to -408
2.69/2.73	c BCD2: 187 <= obj <= 565
2.69/2.73	c BCD2: #cores=12, #unrelaxed=396, #relaxed=199, #hardened=0
2.69/2.73	c BCD2: #sat=1 #unsat=188 bias=188/189
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 |    10427      0 |      175 |      186
2.69/2.74	c  0.0s |       0 |       13 |        1 |    10427      0 |      175 |      187
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 13: cost of the new core is >=12
2.69/2.74	c lower bound updated to -407
2.69/2.74	c BCD2: 188 <= obj <= 565
2.69/2.74	c BCD2: #cores=12, #unrelaxed=395, #relaxed=200, #hardened=0
2.69/2.74	c BCD2: #sat=1 #unsat=189 bias=189/190
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 |    10427      0 |      176 |      187
2.69/2.75	c  0.0s |       0 |       13 |        1 |    10427      0 |      176 |      188
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 14: cost of the new core is >=13
2.69/2.75	c lower bound updated to -406
2.69/2.75	c BCD2: 189 <= obj <= 565
2.69/2.75	c BCD2: #cores=12, #unrelaxed=394, #relaxed=201, #hardened=0
2.69/2.75	c BCD2: #sat=1 #unsat=190 bias=190/191
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 |    10427      0 |      177 |      188
2.69/2.76	c  0.0s |       0 |       13 |        1 |    10427      0 |      177 |      189
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 15: cost of the new core is >=14
2.69/2.76	c lower bound updated to -405
2.69/2.76	c BCD2: 190 <= obj <= 565
2.69/2.76	c BCD2: #cores=12, #unrelaxed=393, #relaxed=202, #hardened=0
2.69/2.76	c BCD2: #sat=1 #unsat=191 bias=191/192
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 |    10427      0 |      178 |      189
2.69/2.77	c  0.0s |       0 |       13 |        1 |    10427      0 |      178 |      190
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 16: cost of the new core is >=15
2.69/2.77	c lower bound updated to -404
2.69/2.77	c BCD2: 191 <= obj <= 565
2.69/2.77	c BCD2: #cores=12, #unrelaxed=392, #relaxed=203, #hardened=0
2.69/2.77	c BCD2: #sat=1 #unsat=192 bias=192/193
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 |    10427      0 |      179 |      190
2.69/2.79	c  0.0s |       0 |       13 |        1 |    10427      0 |      179 |      191
2.69/2.79	c #cpu_time = 0.011s
2.69/2.79	c #wall_clock_time = 0.011s
2.69/2.79	c #decision = 13
2.69/2.79	c #random_decision = 0
2.69/2.79	c #conflict = 1
2.69/2.79	c #restart = 0
2.69/2.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
2.69/2.79	c lower bound updated to -403
2.69/2.79	c BCD2: 192 <= obj <= 565
2.69/2.79	c BCD2: #cores=12, #unrelaxed=391, #relaxed=204, #hardened=0
2.69/2.79	c BCD2: #sat=1 #unsat=193 bias=193/194
2.69/2.79	c Solving starts ...
2.69/2.79	c ============================[ Search Statistics ]============================
2.69/2.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.79	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.79	c =============================================================================
2.69/2.79	c  0.0s |       0 |        0 |        0 |    10427      0 |      180 |      191
2.79/2.80	c  0.0s |       0 |       13 |        0 |    10427      0 |      180 |      192
2.79/2.80	c #cpu_time = 0.011s
2.79/2.80	c #wall_clock_time = 0.011s
2.79/2.80	c #decision = 13
2.79/2.80	c #random_decision = 0
2.79/2.80	c #conflict = 0
2.79/2.80	c #restart = 0
2.79/2.80	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.80	c lower bound updated to -402
2.79/2.80	c BCD2: 193 <= obj <= 565
2.79/2.80	c BCD2: #cores=13, #unrelaxed=389, #relaxed=206, #hardened=0
2.79/2.80	c BCD2: #sat=1 #unsat=194 bias=194/195
2.79/2.80	c Solving starts ...
2.79/2.80	c ============================[ Search Statistics ]============================
2.79/2.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.80	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.80	c =============================================================================
2.79/2.80	c  0.0s |       0 |        0 |        0 |    10427      0 |      180 |      193
2.79/2.81	c  0.0s |       0 |       14 |        1 |    10427      0 |      180 |      193
2.79/2.81	c #cpu_time = 0.010s
2.79/2.81	c #wall_clock_time = 0.010s
2.79/2.81	c #decision = 14
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 3: cost of the new core is >=2
2.79/2.81	c lower bound updated to -401
2.79/2.81	c BCD2: 194 <= obj <= 565
2.79/2.81	c BCD2: #cores=13, #unrelaxed=388, #relaxed=207, #hardened=0
2.79/2.81	c BCD2: #sat=1 #unsat=195 bias=195/196
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 |    10427      0 |      181 |      193
2.79/2.82	c  0.0s |       0 |       14 |        1 |    10427      0 |      181 |      194
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 = 14
2.79/2.82	c #random_decision = 0
2.79/2.82	c #conflict = 1
2.79/2.82	c #restart = 0
2.79/2.82	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.82	c lower bound updated to -400
2.79/2.82	c BCD2: 195 <= obj <= 565
2.79/2.82	c BCD2: #cores=13, #unrelaxed=387, #relaxed=208, #hardened=0
2.79/2.82	c BCD2: #sat=1 #unsat=196 bias=196/197
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 |    10427      0 |      182 |      194
2.79/2.84	c  0.0s |       0 |       14 |        1 |    10427      0 |      182 |      195
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 5: cost of the new core is >=4
2.79/2.84	c lower bound updated to -399
2.79/2.84	c BCD2: 196 <= obj <= 565
2.79/2.84	c BCD2: #cores=13, #unrelaxed=386, #relaxed=209, #hardened=0
2.79/2.84	c BCD2: #sat=1 #unsat=197 bias=197/198
2.79/2.84	c Solving starts ...
2.79/2.84	c ============================[ Search Statistics ]============================
2.79/2.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.84	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.84	c =============================================================================
2.79/2.84	c  0.0s |       0 |        0 |        0 |    10427      0 |      183 |      195
2.79/2.85	c  0.0s |       0 |       14 |        1 |    10427      0 |      183 |      196
2.79/2.85	c #cpu_time = 0.011s
2.79/2.85	c #wall_clock_time = 0.011s
2.79/2.85	c #decision = 14
2.79/2.85	c #random_decision = 0
2.79/2.85	c #conflict = 1
2.79/2.85	c #restart = 0
2.79/2.85	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.85	c lower bound updated to -398
2.79/2.85	c BCD2: 197 <= obj <= 565
2.79/2.85	c BCD2: #cores=13, #unrelaxed=385, #relaxed=210, #hardened=0
2.79/2.85	c BCD2: #sat=1 #unsat=198 bias=198/199
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 |    10427      0 |      184 |      196
2.79/2.86	c  0.0s |       0 |       14 |        1 |    10427      0 |      184 |      197
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 7: cost of the new core is >=6
2.79/2.86	c lower bound updated to -397
2.79/2.86	c BCD2: 198 <= obj <= 565
2.79/2.86	c BCD2: #cores=13, #unrelaxed=384, #relaxed=211, #hardened=0
2.79/2.86	c BCD2: #sat=1 #unsat=199 bias=199/200
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 |    10427      0 |      185 |      197
2.79/2.87	c  0.0s |       0 |       14 |        1 |    10427      0 |      185 |      198
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 8: cost of the new core is >=7
2.79/2.87	c lower bound updated to -396
2.79/2.87	c BCD2: 199 <= obj <= 565
2.79/2.87	c BCD2: #cores=13, #unrelaxed=383, #relaxed=212, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=200 bias=200/201
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 |    10427      0 |      186 |      198
2.79/2.88	c  0.0s |       0 |       14 |        1 |    10427      0 |      186 |      199
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 9: cost of the new core is >=8
2.79/2.88	c lower bound updated to -395
2.79/2.88	c BCD2: 200 <= obj <= 565
2.79/2.88	c BCD2: #cores=13, #unrelaxed=382, #relaxed=213, #hardened=0
2.79/2.88	c BCD2: #sat=1 #unsat=201 bias=201/202
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 |    10427      0 |      187 |      199
2.79/2.89	c  0.0s |       0 |       14 |        1 |    10427      0 |      187 |      200
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 10: cost of the new core is >=9
2.79/2.89	c lower bound updated to -394
2.79/2.89	c BCD2: 201 <= obj <= 565
2.79/2.89	c BCD2: #cores=13, #unrelaxed=381, #relaxed=214, #hardened=0
2.79/2.89	c BCD2: #sat=1 #unsat=202 bias=202/203
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 |    10427      0 |      188 |      200
2.89/2.91	c  0.0s |       0 |       14 |        1 |    10427      0 |      188 |      201
2.89/2.91	c #cpu_time = 0.011s
2.89/2.91	c #wall_clock_time = 0.011s
2.89/2.91	c #decision = 14
2.89/2.91	c #random_decision = 0
2.89/2.91	c #conflict = 1
2.89/2.91	c #restart = 0
2.89/2.91	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.91	c lower bound updated to -393
2.89/2.91	c BCD2: 202 <= obj <= 565
2.89/2.91	c BCD2: #cores=13, #unrelaxed=380, #relaxed=215, #hardened=0
2.89/2.91	c BCD2: #sat=1 #unsat=203 bias=203/204
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 |    10427      0 |      189 |      201
2.89/2.92	c  0.0s |       0 |       14 |        1 |    10427      0 |      189 |      202
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 12: cost of the new core is >=11
2.89/2.92	c lower bound updated to -392
2.89/2.92	c BCD2: 203 <= obj <= 565
2.89/2.92	c BCD2: #cores=13, #unrelaxed=379, #relaxed=216, #hardened=0
2.89/2.92	c BCD2: #sat=1 #unsat=204 bias=204/205
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 |    10427      0 |      190 |      202
2.89/2.93	c  0.0s |       0 |       14 |        1 |    10427      0 |      190 |      203
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 13: cost of the new core is >=12
2.89/2.93	c lower bound updated to -391
2.89/2.93	c BCD2: 204 <= obj <= 565
2.89/2.93	c BCD2: #cores=13, #unrelaxed=378, #relaxed=217, #hardened=0
2.89/2.93	c BCD2: #sat=1 #unsat=205 bias=205/206
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 |    10427      0 |      191 |      203
2.89/2.94	c  0.0s |       0 |       14 |        1 |    10427      0 |      191 |      204
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 14: cost of the new core is >=13
2.89/2.94	c lower bound updated to -390
2.89/2.94	c BCD2: 205 <= obj <= 565
2.89/2.94	c BCD2: #cores=13, #unrelaxed=377, #relaxed=218, #hardened=0
2.89/2.94	c BCD2: #sat=1 #unsat=206 bias=206/207
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 |    10427      0 |      192 |      204
2.89/2.95	c  0.0s |       0 |       14 |        1 |    10427      0 |      192 |      205
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 15: cost of the new core is >=14
2.89/2.95	c lower bound updated to -389
2.89/2.95	c BCD2: 206 <= obj <= 565
2.89/2.95	c BCD2: #cores=13, #unrelaxed=376, #relaxed=219, #hardened=0
2.89/2.95	c BCD2: #sat=1 #unsat=207 bias=207/208
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 |    10427      0 |      193 |      205
2.89/2.97	c  0.0s |       0 |       14 |        1 |    10427      0 |      193 |      206
2.89/2.97	c #cpu_time = 0.011s
2.89/2.97	c #wall_clock_time = 0.011s
2.89/2.97	c #decision = 14
2.89/2.97	c #random_decision = 0
2.89/2.97	c #conflict = 1
2.89/2.97	c #restart = 0
2.89/2.97	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.97	c lower bound updated to -388
2.89/2.97	c BCD2: 207 <= obj <= 565
2.89/2.97	c BCD2: #cores=13, #unrelaxed=375, #relaxed=220, #hardened=0
2.89/2.97	c BCD2: #sat=1 #unsat=208 bias=208/209
2.89/2.97	c Solving starts ...
2.89/2.97	c ============================[ Search Statistics ]============================
2.89/2.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.97	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.97	c =============================================================================
2.89/2.97	c  0.0s |       0 |        0 |        0 |    10427      0 |      194 |      206
2.89/2.98	c  0.0s |       0 |       14 |        1 |    10427      0 |      194 |      207
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 17: cost of the new core is >=16
2.89/2.98	c lower bound updated to -387
2.89/2.98	c BCD2: 208 <= obj <= 565
2.89/2.98	c BCD2: #cores=13, #unrelaxed=374, #relaxed=221, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=209 bias=209/210
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 |    10427      0 |      195 |      207
2.89/2.99	c  0.0s |       0 |       14 |        0 |    10427      0 |      195 |      208
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 = 0
2.89/2.99	c #restart = 0
2.89/2.99	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.99	c lower bound updated to -386
2.89/2.99	c BCD2: 209 <= obj <= 565
2.89/2.99	c BCD2: #cores=14, #unrelaxed=372, #relaxed=223, #hardened=0
2.89/2.99	c BCD2: #sat=1 #unsat=210 bias=210/211
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 |    10427      0 |      195 |      209
2.99/3.00	c  0.0s |       0 |       15 |        1 |    10427      0 |      195 |      209
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 = 15
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 3: cost of the new core is >=2
2.99/3.00	c lower bound updated to -385
2.99/3.00	c BCD2: 210 <= obj <= 565
2.99/3.00	c BCD2: #cores=14, #unrelaxed=371, #relaxed=224, #hardened=0
2.99/3.00	c BCD2: #sat=1 #unsat=211 bias=211/212
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 |    10427      0 |      196 |      209
2.99/3.01	c  0.0s |       0 |       15 |        1 |    10427      0 |      196 |      210
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 = 15
2.99/3.01	c #random_decision = 0
2.99/3.01	c #conflict = 1
2.99/3.01	c #restart = 0
2.99/3.01	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.01	c lower bound updated to -384
2.99/3.01	c BCD2: 211 <= obj <= 565
2.99/3.01	c BCD2: #cores=14, #unrelaxed=370, #relaxed=225, #hardened=0
2.99/3.01	c BCD2: #sat=1 #unsat=212 bias=212/213
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 |    10427      0 |      197 |      210
2.99/3.03	c  0.0s |       0 |       15 |        1 |    10427      0 |      197 |      211
2.99/3.03	c #cpu_time = 0.011s
2.99/3.03	c #wall_clock_time = 0.011s
2.99/3.03	c #decision = 15
2.99/3.03	c #random_decision = 0
2.99/3.03	c #conflict = 1
2.99/3.03	c #restart = 0
2.99/3.03	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.03	c lower bound updated to -383
2.99/3.03	c BCD2: 212 <= obj <= 565
2.99/3.03	c BCD2: #cores=14, #unrelaxed=369, #relaxed=226, #hardened=0
2.99/3.03	c BCD2: #sat=1 #unsat=213 bias=213/214
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 |    10427      0 |      198 |      211
2.99/3.04	c  0.0s |       0 |       15 |        1 |    10427      0 |      198 |      212
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 6: cost of the new core is >=5
2.99/3.04	c lower bound updated to -382
2.99/3.04	c BCD2: 213 <= obj <= 565
2.99/3.04	c BCD2: #cores=14, #unrelaxed=368, #relaxed=227, #hardened=0
2.99/3.04	c BCD2: #sat=1 #unsat=214 bias=214/215
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 |    10427      0 |      199 |      212
2.99/3.05	c  0.0s |       0 |       15 |        1 |    10427      0 |      199 |      213
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 7: cost of the new core is >=6
2.99/3.05	c lower bound updated to -381
2.99/3.05	c BCD2: 214 <= obj <= 565
2.99/3.05	c BCD2: #cores=14, #unrelaxed=367, #relaxed=228, #hardened=0
2.99/3.05	c BCD2: #sat=1 #unsat=215 bias=215/216
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 |    10427      0 |      200 |      213
2.99/3.06	c  0.0s |       0 |       15 |        1 |    10427      0 |      200 |      214
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 8: cost of the new core is >=7
2.99/3.06	c lower bound updated to -380
2.99/3.06	c BCD2: 215 <= obj <= 565
2.99/3.06	c BCD2: #cores=14, #unrelaxed=366, #relaxed=229, #hardened=0
2.99/3.06	c BCD2: #sat=1 #unsat=216 bias=216/217
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 |    10427      0 |      201 |      214
2.99/3.08	c  0.0s |       0 |       15 |        1 |    10427      0 |      201 |      215
2.99/3.08	c #cpu_time = 0.011s
2.99/3.08	c #wall_clock_time = 0.011s
2.99/3.08	c #decision = 15
2.99/3.08	c #random_decision = 0
2.99/3.08	c #conflict = 1
2.99/3.08	c #restart = 0
2.99/3.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.99/3.08	c lower bound updated to -379
2.99/3.08	c BCD2: 216 <= obj <= 565
2.99/3.08	c BCD2: #cores=14, #unrelaxed=365, #relaxed=230, #hardened=0
2.99/3.08	c BCD2: #sat=1 #unsat=217 bias=217/218
2.99/3.08	c Solving starts ...
2.99/3.08	c ============================[ Search Statistics ]============================
2.99/3.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.08	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.08	c =============================================================================
2.99/3.08	c  0.0s |       0 |        0 |        0 |    10427      0 |      202 |      215
2.99/3.09	c  0.0s |       0 |       15 |        1 |    10427      0 |      202 |      216
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 10: cost of the new core is >=9
2.99/3.09	c lower bound updated to -378
2.99/3.09	c BCD2: 217 <= obj <= 565
2.99/3.09	c BCD2: #cores=14, #unrelaxed=364, #relaxed=231, #hardened=0
2.99/3.09	c BCD2: #sat=1 #unsat=218 bias=218/219
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 |    10427      0 |      203 |      216
3.09/3.10	c  0.0s |       0 |       15 |        1 |    10427      0 |      203 |      217
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 11: cost of the new core is >=10
3.09/3.10	c lower bound updated to -377
3.09/3.10	c BCD2: 218 <= obj <= 565
3.09/3.10	c BCD2: #cores=14, #unrelaxed=363, #relaxed=232, #hardened=0
3.09/3.10	c BCD2: #sat=1 #unsat=219 bias=219/220
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 |    10427      0 |      204 |      217
3.09/3.11	c  0.0s |       0 |       15 |        1 |    10427      0 |      204 |      218
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 12: cost of the new core is >=11
3.09/3.11	c lower bound updated to -376
3.09/3.11	c BCD2: 219 <= obj <= 565
3.09/3.11	c BCD2: #cores=14, #unrelaxed=362, #relaxed=233, #hardened=0
3.09/3.11	c BCD2: #sat=1 #unsat=220 bias=220/221
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 |    10427      0 |      205 |      218
3.09/3.12	c  0.0s |       0 |       15 |        1 |    10427      0 |      205 |      219
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 13: cost of the new core is >=12
3.09/3.12	c lower bound updated to -375
3.09/3.12	c BCD2: 220 <= obj <= 565
3.09/3.12	c BCD2: #cores=14, #unrelaxed=361, #relaxed=234, #hardened=0
3.09/3.12	c BCD2: #sat=1 #unsat=221 bias=221/222
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 |    10427      0 |      206 |      219
3.09/3.13	c  0.0s |       0 |       15 |        1 |    10427      0 |      206 |      220
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 14: cost of the new core is >=13
3.09/3.13	c lower bound updated to -374
3.09/3.13	c BCD2: 221 <= obj <= 565
3.09/3.13	c BCD2: #cores=14, #unrelaxed=360, #relaxed=235, #hardened=0
3.09/3.13	c BCD2: #sat=1 #unsat=222 bias=222/223
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.14	c  0.0s |       0 |        0 |        0 |    10427      0 |      207 |      220
3.09/3.15	c  0.0s |       0 |       15 |        1 |    10427      0 |      207 |      221
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 15: cost of the new core is >=14
3.09/3.15	c lower bound updated to -373
3.09/3.15	c BCD2: 222 <= obj <= 565
3.09/3.15	c BCD2: #cores=14, #unrelaxed=359, #relaxed=236, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=223 bias=223/224
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 |    10427      0 |      208 |      221
3.09/3.16	c  0.0s |       0 |       15 |        1 |    10427      0 |      208 |      222
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 16: cost of the new core is >=15
3.09/3.16	c lower bound updated to -372
3.09/3.16	c BCD2: 223 <= obj <= 565
3.09/3.16	c BCD2: #cores=14, #unrelaxed=358, #relaxed=237, #hardened=0
3.09/3.16	c BCD2: #sat=1 #unsat=224 bias=224/225
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 |    10427      0 |      209 |      222
3.09/3.17	c  0.0s |       0 |       15 |        1 |    10427      0 |      209 |      223
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 17: cost of the new core is >=16
3.09/3.17	c lower bound updated to -371
3.09/3.17	c BCD2: 224 <= obj <= 565
3.09/3.17	c BCD2: #cores=14, #unrelaxed=357, #relaxed=238, #hardened=0
3.09/3.17	c BCD2: #sat=1 #unsat=225 bias=225/226
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 |    10427      0 |      210 |      223
3.09/3.18	c  0.0s |       0 |       15 |        0 |    10427      0 |      210 |      224
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 = 0
3.09/3.18	c #restart = 0
3.09/3.18	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.18	c lower bound updated to -370
3.09/3.18	c BCD2: 225 <= obj <= 565
3.09/3.18	c BCD2: #cores=15, #unrelaxed=355, #relaxed=240, #hardened=0
3.09/3.18	c BCD2: #sat=1 #unsat=226 bias=226/227
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 |    10427      0 |      210 |      225
3.09/3.19	c  0.0s |       0 |       16 |        1 |    10427      0 |      210 |      225
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 = 16
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 3: cost of the new core is >=2
3.09/3.19	c lower bound updated to -369
3.09/3.19	c BCD2: 226 <= obj <= 565
3.09/3.19	c BCD2: #cores=15, #unrelaxed=354, #relaxed=241, #hardened=0
3.09/3.19	c BCD2: #sat=1 #unsat=227 bias=227/228
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.20	c  0.0s |       0 |        0 |        0 |    10427      0 |      211 |      225
3.19/3.21	c  0.0s |       0 |       16 |        1 |    10427      0 |      211 |      226
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 = 16
3.19/3.21	c #random_decision = 0
3.19/3.21	c #conflict = 1
3.19/3.21	c #restart = 0
3.19/3.21	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.21	c lower bound updated to -368
3.19/3.21	c BCD2: 227 <= obj <= 565
3.19/3.21	c BCD2: #cores=15, #unrelaxed=353, #relaxed=242, #hardened=0
3.19/3.21	c BCD2: #sat=1 #unsat=228 bias=228/229
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 |    10427      0 |      212 |      226
3.19/3.22	c  0.0s |       0 |       16 |        1 |    10427      0 |      212 |      227
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 5: cost of the new core is >=4
3.19/3.22	c lower bound updated to -367
3.19/3.22	c BCD2: 228 <= obj <= 565
3.19/3.22	c BCD2: #cores=15, #unrelaxed=352, #relaxed=243, #hardened=0
3.19/3.22	c BCD2: #sat=1 #unsat=229 bias=229/230
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 |    10427      0 |      213 |      227
3.19/3.23	c  0.0s |       0 |       16 |        1 |    10427      0 |      213 |      228
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 6: cost of the new core is >=5
3.19/3.23	c lower bound updated to -366
3.19/3.23	c BCD2: 229 <= obj <= 565
3.19/3.23	c BCD2: #cores=15, #unrelaxed=351, #relaxed=244, #hardened=0
3.19/3.23	c BCD2: #sat=1 #unsat=230 bias=230/231
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 |    10427      0 |      214 |      228
3.19/3.24	c  0.0s |       0 |       16 |        1 |    10427      0 |      214 |      229
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 7: cost of the new core is >=6
3.19/3.24	c lower bound updated to -365
3.19/3.24	c BCD2: 230 <= obj <= 565
3.19/3.24	c BCD2: #cores=15, #unrelaxed=350, #relaxed=245, #hardened=0
3.19/3.24	c BCD2: #sat=1 #unsat=231 bias=231/232
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 |    10427      0 |      215 |      229
3.19/3.25	c  0.0s |       0 |       16 |        1 |    10427      0 |      215 |      230
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 8: cost of the new core is >=7
3.19/3.25	c lower bound updated to -364
3.19/3.26	c BCD2: 231 <= obj <= 565
3.19/3.26	c BCD2: #cores=15, #unrelaxed=349, #relaxed=246, #hardened=0
3.19/3.26	c BCD2: #sat=1 #unsat=232 bias=232/233
3.19/3.26	c Solving starts ...
3.19/3.26	c ============================[ Search Statistics ]============================
3.19/3.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.26	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.26	c =============================================================================
3.19/3.26	c  0.0s |       0 |        0 |        0 |    10427      0 |      216 |      230
3.19/3.27	c  0.0s |       0 |       16 |        1 |    10427      0 |      216 |      231
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 9: cost of the new core is >=8
3.19/3.27	c lower bound updated to -363
3.19/3.27	c BCD2: 232 <= obj <= 565
3.19/3.27	c BCD2: #cores=15, #unrelaxed=348, #relaxed=247, #hardened=0
3.19/3.27	c BCD2: #sat=1 #unsat=233 bias=233/234
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 |    10427      0 |      217 |      231
3.19/3.28	c  0.0s |       0 |       16 |        1 |    10427      0 |      217 |      232
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 10: cost of the new core is >=9
3.19/3.28	c lower bound updated to -362
3.19/3.28	c BCD2: 233 <= obj <= 565
3.19/3.28	c BCD2: #cores=15, #unrelaxed=347, #relaxed=248, #hardened=0
3.19/3.28	c BCD2: #sat=1 #unsat=234 bias=234/235
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 |    10427      0 |      218 |      232
3.19/3.29	c  0.0s |       0 |       16 |        1 |    10427      0 |      218 |      233
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 11: cost of the new core is >=10
3.19/3.29	c lower bound updated to -361
3.19/3.29	c BCD2: 234 <= obj <= 565
3.19/3.29	c BCD2: #cores=15, #unrelaxed=346, #relaxed=249, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=235 bias=235/236
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 |    10427      0 |      219 |      233
3.30/3.30	c  0.0s |       0 |       16 |        1 |    10427      0 |      219 |      234
3.30/3.30	c #cpu_time = 0.011s
3.30/3.30	c #wall_clock_time = 0.011s
3.30/3.30	c #decision = 16
3.30/3.30	c #random_decision = 0
3.30/3.30	c #conflict = 1
3.30/3.30	c #restart = 0
3.30/3.30	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.30	c lower bound updated to -360
3.30/3.30	c BCD2: 235 <= obj <= 565
3.30/3.30	c BCD2: #cores=15, #unrelaxed=345, #relaxed=250, #hardened=0
3.30/3.30	c BCD2: #sat=1 #unsat=236 bias=236/237
3.30/3.30	c Solving starts ...
3.30/3.30	c ============================[ Search Statistics ]============================
3.30/3.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.30	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.30	c =============================================================================
3.30/3.30	c  0.0s |       0 |        0 |        0 |    10427      0 |      220 |      234
3.30/3.31	c  0.0s |       0 |       16 |        1 |    10427      0 |      220 |      235
3.30/3.31	c #cpu_time = 0.011s
3.30/3.31	c #wall_clock_time = 0.011s
3.30/3.31	c #decision = 16
3.30/3.31	c #random_decision = 0
3.30/3.31	c #conflict = 1
3.30/3.31	c #restart = 0
3.30/3.32	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.32	c lower bound updated to -359
3.30/3.32	c BCD2: 236 <= obj <= 565
3.30/3.32	c BCD2: #cores=15, #unrelaxed=344, #relaxed=251, #hardened=0
3.30/3.32	c BCD2: #sat=1 #unsat=237 bias=237/238
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 |    10427      0 |      221 |      235
3.30/3.33	c  0.0s |       0 |       16 |        1 |    10427      0 |      221 |      236
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 14: cost of the new core is >=13
3.30/3.33	c lower bound updated to -358
3.30/3.33	c BCD2: 237 <= obj <= 565
3.30/3.33	c BCD2: #cores=15, #unrelaxed=343, #relaxed=252, #hardened=0
3.30/3.33	c BCD2: #sat=1 #unsat=238 bias=238/239
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 |    10427      0 |      222 |      236
3.30/3.34	c  0.0s |       0 |       16 |        1 |    10427      0 |      222 |      237
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 15: cost of the new core is >=14
3.30/3.34	c lower bound updated to -357
3.30/3.34	c BCD2: 238 <= obj <= 565
3.30/3.34	c BCD2: #cores=15, #unrelaxed=342, #relaxed=253, #hardened=0
3.30/3.34	c BCD2: #sat=1 #unsat=239 bias=239/240
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 |    10427      0 |      223 |      237
3.30/3.35	c  0.0s |       0 |       16 |        1 |    10427      0 |      223 |      238
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 16: cost of the new core is >=15
3.30/3.35	c lower bound updated to -356
3.30/3.35	c BCD2: 239 <= obj <= 565
3.30/3.35	c BCD2: #cores=15, #unrelaxed=341, #relaxed=254, #hardened=0
3.30/3.35	c BCD2: #sat=1 #unsat=240 bias=240/241
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 |    10427      0 |      224 |      238
3.30/3.36	c  0.0s |       0 |       16 |        1 |    10427      0 |      224 |      239
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 17: cost of the new core is >=16
3.30/3.36	c lower bound updated to -355
3.30/3.36	c BCD2: 240 <= obj <= 565
3.30/3.36	c BCD2: #cores=15, #unrelaxed=340, #relaxed=255, #hardened=0
3.30/3.36	c BCD2: #sat=1 #unsat=241 bias=241/242
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 |    10427      0 |      225 |      239
3.30/3.37	c  0.0s |       0 |       16 |        0 |    10427      0 |      225 |      240
3.30/3.37	c #cpu_time = 0.011s
3.30/3.37	c #wall_clock_time = 0.011s
3.30/3.37	c #decision = 16
3.30/3.37	c #random_decision = 0
3.30/3.37	c #conflict = 0
3.30/3.37	c #restart = 0
3.30/3.37	c BCD2: found a new core of size 2: cost of the new core is >=1
3.30/3.37	c lower bound updated to -354
3.30/3.38	c BCD2: 241 <= obj <= 565
3.30/3.38	c BCD2: #cores=16, #unrelaxed=338, #relaxed=257, #hardened=0
3.30/3.38	c BCD2: #sat=1 #unsat=242 bias=242/243
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 |    10427      0 |      225 |      241
3.30/3.39	c  0.0s |       0 |       17 |        1 |    10427      0 |      225 |      241
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 = 17
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 3: cost of the new core is >=2
3.30/3.39	c lower bound updated to -353
3.30/3.39	c BCD2: 242 <= obj <= 565
3.30/3.39	c BCD2: #cores=16, #unrelaxed=337, #relaxed=258, #hardened=0
3.30/3.39	c BCD2: #sat=1 #unsat=243 bias=243/244
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 |    10427      0 |      226 |      241
3.30/3.40	c  0.0s |       0 |       17 |        1 |    10427      0 |      226 |      242
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 = 17
3.30/3.40	c #random_decision = 0
3.30/3.40	c #conflict = 1
3.30/3.40	c #restart = 0
3.30/3.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.30/3.40	c lower bound updated to -352
3.30/3.40	c BCD2: 243 <= obj <= 565
3.30/3.40	c BCD2: #cores=16, #unrelaxed=336, #relaxed=259, #hardened=0
3.30/3.40	c BCD2: #sat=1 #unsat=244 bias=244/245
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 |    10427      0 |      227 |      242
3.40/3.41	c  0.0s |       0 |       17 |        1 |    10427      0 |      227 |      243
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 5: cost of the new core is >=4
3.40/3.41	c lower bound updated to -351
3.40/3.41	c BCD2: 244 <= obj <= 565
3.40/3.41	c BCD2: #cores=16, #unrelaxed=335, #relaxed=260, #hardened=0
3.40/3.41	c BCD2: #sat=1 #unsat=245 bias=245/246
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 |    10427      0 |      228 |      243
3.40/3.42	c  0.0s |       0 |       17 |        1 |    10427      0 |      228 |      244
3.40/3.42	c #cpu_time = 0.011s
3.40/3.42	c #wall_clock_time = 0.011s
3.40/3.42	c #decision = 17
3.40/3.42	c #random_decision = 0
3.40/3.42	c #conflict = 1
3.40/3.42	c #restart = 0
3.40/3.42	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.42	c lower bound updated to -350
3.40/3.42	c BCD2: 245 <= obj <= 565
3.40/3.42	c BCD2: #cores=16, #unrelaxed=334, #relaxed=261, #hardened=0
3.40/3.42	c BCD2: #sat=1 #unsat=246 bias=246/247
3.40/3.42	c Solving starts ...
3.40/3.42	c ============================[ Search Statistics ]============================
3.40/3.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.42	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.42	c =============================================================================
3.40/3.42	c  0.0s |       0 |        0 |        0 |    10427      0 |      229 |      244
3.40/3.43	c  0.0s |       0 |       17 |        1 |    10427      0 |      229 |      245
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 7: cost of the new core is >=6
3.40/3.43	c lower bound updated to -349
3.40/3.43	c BCD2: 246 <= obj <= 565
3.40/3.43	c BCD2: #cores=16, #unrelaxed=333, #relaxed=262, #hardened=0
3.40/3.43	c BCD2: #sat=1 #unsat=247 bias=247/248
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 |    10427      0 |      230 |      245
3.40/3.45	c  0.0s |       0 |       17 |        1 |    10427      0 |      230 |      246
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 8: cost of the new core is >=7
3.40/3.45	c lower bound updated to -348
3.40/3.45	c BCD2: 247 <= obj <= 565
3.40/3.45	c BCD2: #cores=16, #unrelaxed=332, #relaxed=263, #hardened=0
3.40/3.45	c BCD2: #sat=1 #unsat=248 bias=248/249
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 |    10427      0 |      231 |      246
3.40/3.46	c  0.0s |       0 |       17 |        1 |    10427      0 |      231 |      247
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 9: cost of the new core is >=8
3.40/3.46	c lower bound updated to -347
3.40/3.46	c BCD2: 248 <= obj <= 565
3.40/3.46	c BCD2: #cores=16, #unrelaxed=331, #relaxed=264, #hardened=0
3.40/3.46	c BCD2: #sat=1 #unsat=249 bias=249/250
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 |    10427      0 |      232 |      247
3.40/3.47	c  0.0s |       0 |       17 |        1 |    10427      0 |      232 |      248
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 10: cost of the new core is >=9
3.40/3.47	c lower bound updated to -346
3.40/3.47	c BCD2: 249 <= obj <= 565
3.40/3.47	c BCD2: #cores=16, #unrelaxed=330, #relaxed=265, #hardened=0
3.40/3.47	c BCD2: #sat=1 #unsat=250 bias=250/251
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 |    10427      0 |      233 |      248
3.40/3.48	c  0.0s |       0 |       17 |        1 |    10427      0 |      233 |      249
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 11: cost of the new core is >=10
3.40/3.48	c lower bound updated to -345
3.40/3.48	c BCD2: 250 <= obj <= 565
3.40/3.48	c BCD2: #cores=16, #unrelaxed=329, #relaxed=266, #hardened=0
3.40/3.48	c BCD2: #sat=1 #unsat=251 bias=251/252
3.40/3.48	c Solving starts ...
3.40/3.48	c ============================[ Search Statistics ]============================
3.40/3.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.48	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.48	c =============================================================================
3.40/3.48	c  0.0s |       0 |        0 |        0 |    10427      0 |      234 |      249
3.40/3.50	c  0.0s |       0 |       17 |        1 |    10427      0 |      234 |      250
3.40/3.50	c #cpu_time = 0.011s
3.40/3.50	c #wall_clock_time = 0.011s
3.40/3.50	c #decision = 17
3.40/3.50	c #random_decision = 0
3.40/3.50	c #conflict = 1
3.40/3.50	c #restart = 0
3.40/3.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
3.40/3.50	c lower bound updated to -344
3.40/3.50	c BCD2: 251 <= obj <= 565
3.40/3.50	c BCD2: #cores=16, #unrelaxed=328, #relaxed=267, #hardened=0
3.40/3.50	c BCD2: #sat=1 #unsat=252 bias=252/253
3.49/3.50	c Solving starts ...
3.49/3.50	c ============================[ Search Statistics ]============================
3.49/3.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.50	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.50	c =============================================================================
3.49/3.50	c  0.0s |       0 |        0 |        0 |    10427      0 |      235 |      250
3.49/3.51	c  0.0s |       0 |       17 |        1 |    10427      0 |      235 |      251
3.49/3.51	c #cpu_time = 0.011s
3.49/3.51	c #wall_clock_time = 0.011s
3.49/3.51	c #decision = 17
3.49/3.51	c #random_decision = 0
3.49/3.51	c #conflict = 1
3.49/3.51	c #restart = 0
3.49/3.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
3.49/3.51	c lower bound updated to -343
3.49/3.51	c BCD2: 252 <= obj <= 565
3.49/3.51	c BCD2: #cores=16, #unrelaxed=327, #relaxed=268, #hardened=0
3.49/3.51	c BCD2: #sat=1 #unsat=253 bias=253/254
3.49/3.51	c Solving starts ...
3.49/3.51	c ============================[ Search Statistics ]============================
3.49/3.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.51	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.51	c =============================================================================
3.49/3.51	c  0.0s |       0 |        0 |        0 |    10427      0 |      236 |      251
3.49/3.52	c  0.0s |       0 |       17 |        1 |    10427      0 |      236 |      252
3.49/3.52	c #cpu_time = 0.011s
3.49/3.52	c #wall_clock_time = 0.011s
3.49/3.52	c #decision = 17
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 1
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
3.49/3.52	c lower bound updated to -342
3.49/3.52	c BCD2: 253 <= obj <= 565
3.49/3.52	c BCD2: #cores=16, #unrelaxed=326, #relaxed=269, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=254 bias=254/255
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    10427      0 |      237 |      252
3.49/3.53	c  0.0s |       0 |       17 |        1 |    10427      0 |      237 |      253
3.49/3.53	c #cpu_time = 0.011s
3.49/3.53	c #wall_clock_time = 0.011s
3.49/3.53	c #decision = 17
3.49/3.53	c #random_decision = 0
3.49/3.53	c #conflict = 1
3.49/3.53	c #restart = 0
3.49/3.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
3.49/3.53	c lower bound updated to -341
3.49/3.53	c BCD2: 254 <= obj <= 565
3.49/3.53	c BCD2: #cores=16, #unrelaxed=325, #relaxed=270, #hardened=0
3.49/3.53	c BCD2: #sat=1 #unsat=255 bias=255/256
3.49/3.53	c Solving starts ...
3.49/3.53	c ============================[ Search Statistics ]============================
3.49/3.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.53	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.53	c =============================================================================
3.49/3.53	c  0.0s |       0 |        0 |        0 |    10427      0 |      238 |      253
3.49/3.54	c  0.0s |       0 |       17 |        1 |    10427      0 |      238 |      254
3.49/3.54	c #cpu_time = 0.011s
3.49/3.54	c #wall_clock_time = 0.011s
3.49/3.54	c #decision = 17
3.49/3.54	c #random_decision = 0
3.49/3.54	c #conflict = 1
3.49/3.54	c #restart = 0
3.49/3.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
3.49/3.54	c lower bound updated to -340
3.49/3.54	c BCD2: 255 <= obj <= 565
3.49/3.54	c BCD2: #cores=16, #unrelaxed=324, #relaxed=271, #hardened=0
3.49/3.54	c BCD2: #sat=1 #unsat=256 bias=256/257
3.49/3.54	c Solving starts ...
3.49/3.54	c ============================[ Search Statistics ]============================
3.49/3.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.54	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.54	c =============================================================================
3.49/3.54	c  0.0s |       0 |        0 |        0 |    10427      0 |      239 |      254
3.49/3.55	c  0.0s |       0 |       17 |        1 |    10427      0 |      239 |      255
3.49/3.55	c #cpu_time = 0.011s
3.49/3.56	c #wall_clock_time = 0.011s
3.49/3.56	c #decision = 17
3.49/3.56	c #random_decision = 0
3.49/3.56	c #conflict = 1
3.49/3.56	c #restart = 0
3.49/3.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
3.49/3.56	c lower bound updated to -339
3.49/3.56	c BCD2: 256 <= obj <= 565
3.49/3.56	c BCD2: #cores=16, #unrelaxed=323, #relaxed=272, #hardened=0
3.49/3.56	c BCD2: #sat=1 #unsat=257 bias=257/258
3.49/3.56	c Solving starts ...
3.49/3.56	c ============================[ Search Statistics ]============================
3.49/3.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.56	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.56	c =============================================================================
3.49/3.56	c  0.0s |       0 |        0 |        0 |    10427      0 |      240 |      255
3.49/3.57	c  0.0s |       0 |       17 |        0 |    10427      0 |      240 |      256
3.49/3.57	c #cpu_time = 0.011s
3.49/3.57	c #wall_clock_time = 0.011s
3.49/3.57	c #decision = 17
3.49/3.57	c #random_decision = 0
3.49/3.57	c #conflict = 0
3.49/3.57	c #restart = 0
3.49/3.57	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.57	c lower bound updated to -338
3.49/3.57	c BCD2: 257 <= obj <= 565
3.49/3.57	c BCD2: #cores=17, #unrelaxed=321, #relaxed=274, #hardened=0
3.49/3.57	c BCD2: #sat=1 #unsat=258 bias=258/259
3.49/3.57	c Solving starts ...
3.49/3.57	c ============================[ Search Statistics ]============================
3.49/3.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.57	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.57	c =============================================================================
3.49/3.57	c  0.0s |       0 |        0 |        0 |    10427      0 |      240 |      257
3.49/3.58	c  0.0s |       0 |       18 |        1 |    10427      0 |      240 |      257
3.49/3.58	c #cpu_time = 0.011s
3.49/3.58	c #wall_clock_time = 0.011s
3.49/3.58	c #decision = 18
3.49/3.58	c #random_decision = 0
3.49/3.58	c #conflict = 1
3.49/3.58	c #restart = 0
3.49/3.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.49/3.58	c lower bound updated to -337
3.49/3.58	c BCD2: 258 <= obj <= 565
3.49/3.58	c BCD2: #cores=17, #unrelaxed=320, #relaxed=275, #hardened=0
3.49/3.58	c BCD2: #sat=1 #unsat=259 bias=259/260
3.49/3.58	c Solving starts ...
3.49/3.58	c ============================[ Search Statistics ]============================
3.49/3.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.58	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.58	c =============================================================================
3.49/3.58	c  0.0s |       0 |        0 |        0 |    10427      0 |      241 |      257
3.49/3.59	c  0.0s |       0 |       18 |        1 |    10427      0 |      241 |      258
3.49/3.59	c #cpu_time = 0.011s
3.49/3.59	c #wall_clock_time = 0.011s
3.49/3.59	c #decision = 18
3.49/3.59	c #random_decision = 0
3.49/3.59	c #conflict = 1
3.49/3.59	c #restart = 0
3.49/3.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.49/3.59	c lower bound updated to -336
3.49/3.59	c BCD2: 259 <= obj <= 565
3.49/3.59	c BCD2: #cores=17, #unrelaxed=319, #relaxed=276, #hardened=0
3.49/3.59	c BCD2: #sat=1 #unsat=260 bias=260/261
3.49/3.59	c Solving starts ...
3.49/3.59	c ============================[ Search Statistics ]============================
3.49/3.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.59	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.59	c =============================================================================
3.49/3.59	c  0.0s |       0 |        0 |        0 |    10427      0 |      242 |      258
3.59/3.60	c  0.0s |       0 |       18 |        1 |    10427      0 |      242 |      259
3.59/3.60	c #cpu_time = 0.011s
3.59/3.60	c #wall_clock_time = 0.011s
3.59/3.60	c #decision = 18
3.59/3.60	c #random_decision = 0
3.59/3.60	c #conflict = 1
3.59/3.60	c #restart = 0
3.59/3.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
3.59/3.60	c lower bound updated to -335
3.59/3.60	c BCD2: 260 <= obj <= 565
3.59/3.60	c BCD2: #cores=17, #unrelaxed=318, #relaxed=277, #hardened=0
3.59/3.60	c BCD2: #sat=1 #unsat=261 bias=261/262
3.59/3.60	c Solving starts ...
3.59/3.60	c ============================[ Search Statistics ]============================
3.59/3.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.60	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.60	c =============================================================================
3.59/3.60	c  0.0s |       0 |        0 |        0 |    10427      0 |      243 |      259
3.59/3.62	c  0.0s |       0 |       18 |        1 |    10427      0 |      243 |      260
3.59/3.62	c #cpu_time = 0.011s
3.59/3.62	c #wall_clock_time = 0.011s
3.59/3.62	c #decision = 18
3.59/3.62	c #random_decision = 0
3.59/3.62	c #conflict = 1
3.59/3.62	c #restart = 0
3.59/3.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
3.59/3.62	c lower bound updated to -334
3.59/3.62	c BCD2: 261 <= obj <= 565
3.59/3.62	c BCD2: #cores=17, #unrelaxed=317, #relaxed=278, #hardened=0
3.59/3.62	c BCD2: #sat=1 #unsat=262 bias=262/263
3.59/3.62	c Solving starts ...
3.59/3.62	c ============================[ Search Statistics ]============================
3.59/3.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.62	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.62	c =============================================================================
3.59/3.62	c  0.0s |       0 |        0 |        0 |    10427      0 |      244 |      260
3.59/3.63	c  0.0s |       0 |       18 |        1 |    10427      0 |      244 |      261
3.59/3.63	c #cpu_time = 0.011s
3.59/3.63	c #wall_clock_time = 0.011s
3.59/3.63	c #decision = 18
3.59/3.63	c #random_decision = 0
3.59/3.63	c #conflict = 1
3.59/3.63	c #restart = 0
3.59/3.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
3.59/3.63	c lower bound updated to -333
3.59/3.63	c BCD2: 262 <= obj <= 565
3.59/3.63	c BCD2: #cores=17, #unrelaxed=316, #relaxed=279, #hardened=0
3.59/3.63	c BCD2: #sat=1 #unsat=263 bias=263/264
3.59/3.63	c Solving starts ...
3.59/3.63	c ============================[ Search Statistics ]============================
3.59/3.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.63	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.63	c =============================================================================
3.59/3.63	c  0.0s |       0 |        0 |        0 |    10427      0 |      245 |      261
3.59/3.64	c  0.0s |       0 |       18 |        1 |    10427      0 |      245 |      262
3.59/3.64	c #cpu_time = 0.011s
3.59/3.64	c #wall_clock_time = 0.011s
3.59/3.64	c #decision = 18
3.59/3.64	c #random_decision = 0
3.59/3.64	c #conflict = 1
3.59/3.64	c #restart = 0
3.59/3.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
3.59/3.64	c lower bound updated to -332
3.59/3.64	c BCD2: 263 <= obj <= 565
3.59/3.64	c BCD2: #cores=17, #unrelaxed=315, #relaxed=280, #hardened=0
3.59/3.64	c BCD2: #sat=1 #unsat=264 bias=264/265
3.59/3.64	c Solving starts ...
3.59/3.64	c ============================[ Search Statistics ]============================
3.59/3.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.64	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.64	c =============================================================================
3.59/3.64	c  0.0s |       0 |        0 |        0 |    10427      0 |      246 |      262
3.59/3.65	c  0.0s |       0 |       18 |        1 |    10427      0 |      246 |      263
3.59/3.65	c #cpu_time = 0.011s
3.59/3.65	c #wall_clock_time = 0.011s
3.59/3.65	c #decision = 18
3.59/3.65	c #random_decision = 0
3.59/3.65	c #conflict = 1
3.59/3.65	c #restart = 0
3.59/3.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
3.59/3.65	c lower bound updated to -331
3.59/3.65	c BCD2: 264 <= obj <= 565
3.59/3.65	c BCD2: #cores=17, #unrelaxed=314, #relaxed=281, #hardened=0
3.59/3.65	c BCD2: #sat=1 #unsat=265 bias=265/266
3.59/3.65	c Solving starts ...
3.59/3.65	c ============================[ Search Statistics ]============================
3.59/3.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.65	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.65	c =============================================================================
3.59/3.65	c  0.0s |       0 |        0 |        0 |    10427      0 |      247 |      263
3.59/3.66	c  0.0s |       0 |       18 |        1 |    10427      0 |      247 |      264
3.59/3.66	c #cpu_time = 0.011s
3.59/3.66	c #wall_clock_time = 0.011s
3.59/3.66	c #decision = 18
3.59/3.66	c #random_decision = 0
3.59/3.66	c #conflict = 1
3.59/3.66	c #restart = 0
3.59/3.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
3.59/3.66	c lower bound updated to -330
3.59/3.66	c BCD2: 265 <= obj <= 565
3.59/3.66	c BCD2: #cores=17, #unrelaxed=313, #relaxed=282, #hardened=0
3.59/3.66	c BCD2: #sat=1 #unsat=266 bias=266/267
3.59/3.66	c Solving starts ...
3.59/3.66	c ============================[ Search Statistics ]============================
3.59/3.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.66	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.66	c =============================================================================
3.59/3.66	c  0.0s |       0 |        0 |        0 |    10427      0 |      248 |      264
3.59/3.67	c  0.0s |       0 |       18 |        1 |    10427      0 |      248 |      265
3.59/3.67	c #cpu_time = 0.011s
3.59/3.67	c #wall_clock_time = 0.011s
3.59/3.67	c #decision = 18
3.59/3.67	c #random_decision = 0
3.59/3.67	c #conflict = 1
3.59/3.67	c #restart = 0
3.59/3.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
3.59/3.67	c lower bound updated to -329
3.59/3.68	c BCD2: 266 <= obj <= 565
3.59/3.68	c BCD2: #cores=17, #unrelaxed=312, #relaxed=283, #hardened=0
3.59/3.68	c BCD2: #sat=1 #unsat=267 bias=267/268
3.59/3.68	c Solving starts ...
3.59/3.68	c ============================[ Search Statistics ]============================
3.59/3.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.68	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.68	c =============================================================================
3.59/3.68	c  0.0s |       0 |        0 |        0 |    10427      0 |      249 |      265
3.59/3.69	c  0.0s |       0 |       18 |        1 |    10427      0 |      249 |      266
3.59/3.69	c #cpu_time = 0.011s
3.59/3.69	c #wall_clock_time = 0.011s
3.59/3.69	c #decision = 18
3.59/3.69	c #random_decision = 0
3.59/3.69	c #conflict = 1
3.59/3.69	c #restart = 0
3.59/3.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
3.59/3.69	c lower bound updated to -328
3.59/3.69	c BCD2: 267 <= obj <= 565
3.59/3.69	c BCD2: #cores=17, #unrelaxed=311, #relaxed=284, #hardened=0
3.59/3.69	c BCD2: #sat=1 #unsat=268 bias=268/269
3.59/3.69	c Solving starts ...
3.59/3.69	c ============================[ Search Statistics ]============================
3.59/3.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.69	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.69	c =============================================================================
3.59/3.69	c  0.0s |       0 |        0 |        0 |    10427      0 |      250 |      266
3.69/3.70	c  0.0s |       0 |       18 |        1 |    10427      0 |      250 |      267
3.69/3.70	c #cpu_time = 0.011s
3.69/3.70	c #wall_clock_time = 0.011s
3.69/3.70	c #decision = 18
3.69/3.70	c #random_decision = 0
3.69/3.70	c #conflict = 1
3.69/3.70	c #restart = 0
3.69/3.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
3.69/3.70	c lower bound updated to -327
3.69/3.70	c BCD2: 268 <= obj <= 565
3.69/3.70	c BCD2: #cores=17, #unrelaxed=310, #relaxed=285, #hardened=0
3.69/3.70	c BCD2: #sat=1 #unsat=269 bias=269/270
3.69/3.70	c Solving starts ...
3.69/3.70	c ============================[ Search Statistics ]============================
3.69/3.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.70	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.70	c =============================================================================
3.69/3.70	c  0.0s |       0 |        0 |        0 |    10427      0 |      251 |      267
3.69/3.71	c  0.0s |       0 |       18 |        1 |    11470      0 |      251 |      268
3.69/3.71	c #cpu_time = 0.011s
3.69/3.71	c #wall_clock_time = 0.011s
3.69/3.71	c #decision = 18
3.69/3.71	c #random_decision = 0
3.69/3.71	c #conflict = 1
3.69/3.71	c #restart = 0
3.69/3.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
3.69/3.71	c lower bound updated to -326
3.69/3.71	c BCD2: 269 <= obj <= 565
3.69/3.71	c BCD2: #cores=17, #unrelaxed=309, #relaxed=286, #hardened=0
3.69/3.71	c BCD2: #sat=1 #unsat=270 bias=270/271
3.69/3.71	c Solving starts ...
3.69/3.71	c ============================[ Search Statistics ]============================
3.69/3.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.71	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.71	c =============================================================================
3.69/3.71	c  0.0s |       0 |        0 |        0 |    11470      0 |      252 |      268
3.69/3.73	c  0.0s |       0 |       18 |        1 |    11470      0 |      252 |      269
3.69/3.73	c #cpu_time = 0.011s
3.69/3.73	c #wall_clock_time = 0.011s
3.69/3.73	c #decision = 18
3.69/3.73	c #random_decision = 0
3.69/3.73	c #conflict = 1
3.69/3.73	c #restart = 0
3.69/3.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
3.69/3.73	c lower bound updated to -325
3.69/3.73	c BCD2: 270 <= obj <= 565
3.69/3.73	c BCD2: #cores=17, #unrelaxed=308, #relaxed=287, #hardened=0
3.69/3.73	c BCD2: #sat=1 #unsat=271 bias=271/272
3.69/3.73	c Solving starts ...
3.69/3.73	c ============================[ Search Statistics ]============================
3.69/3.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.73	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.73	c =============================================================================
3.69/3.73	c  0.0s |       0 |        0 |        0 |    11470      0 |      253 |      269
3.69/3.74	c  0.0s |       0 |       18 |        1 |    11470      0 |      253 |      270
3.69/3.74	c #cpu_time = 0.011s
3.69/3.74	c #wall_clock_time = 0.011s
3.69/3.74	c #decision = 18
3.69/3.74	c #random_decision = 0
3.69/3.74	c #conflict = 1
3.69/3.74	c #restart = 0
3.69/3.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
3.69/3.74	c lower bound updated to -324
3.69/3.74	c BCD2: 271 <= obj <= 565
3.69/3.74	c BCD2: #cores=17, #unrelaxed=307, #relaxed=288, #hardened=0
3.69/3.74	c BCD2: #sat=1 #unsat=272 bias=272/273
3.69/3.74	c Solving starts ...
3.69/3.74	c ============================[ Search Statistics ]============================
3.69/3.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.74	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.74	c =============================================================================
3.69/3.74	c  0.0s |       0 |        0 |        0 |    11470      0 |      254 |      270
3.69/3.75	c  0.0s |       0 |       18 |        1 |    11470      0 |      254 |      271
3.69/3.75	c #cpu_time = 0.011s
3.69/3.75	c #wall_clock_time = 0.011s
3.69/3.75	c #decision = 18
3.69/3.75	c #random_decision = 0
3.69/3.75	c #conflict = 1
3.69/3.75	c #restart = 0
3.69/3.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
3.69/3.75	c lower bound updated to -323
3.69/3.75	c BCD2: 272 <= obj <= 565
3.69/3.75	c BCD2: #cores=17, #unrelaxed=306, #relaxed=289, #hardened=0
3.69/3.75	c BCD2: #sat=1 #unsat=273 bias=273/274
3.69/3.75	c Solving starts ...
3.69/3.75	c ============================[ Search Statistics ]============================
3.69/3.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.75	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.75	c =============================================================================
3.69/3.75	c  0.0s |       0 |        0 |        0 |    11470      0 |      255 |      271
3.69/3.76	c  0.0s |       0 |       18 |        0 |    11470      0 |      255 |      272
3.69/3.76	c #cpu_time = 0.011s
3.69/3.76	c #wall_clock_time = 0.011s
3.69/3.76	c #decision = 18
3.69/3.76	c #random_decision = 0
3.69/3.76	c #conflict = 0
3.69/3.76	c #restart = 0
3.69/3.76	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.76	c lower bound updated to -322
3.69/3.76	c BCD2: 273 <= obj <= 565
3.69/3.76	c BCD2: #cores=18, #unrelaxed=304, #relaxed=291, #hardened=0
3.69/3.76	c BCD2: #sat=1 #unsat=274 bias=274/275
3.69/3.76	c Solving starts ...
3.69/3.76	c ============================[ Search Statistics ]============================
3.69/3.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.76	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.76	c =============================================================================
3.69/3.76	c  0.0s |       0 |        0 |        0 |    11470      0 |      255 |      273
3.69/3.77	c  0.0s |       0 |       19 |        1 |    11470      0 |      255 |      273
3.69/3.77	c #cpu_time = 0.011s
3.69/3.77	c #wall_clock_time = 0.011s
3.69/3.77	c #decision = 19
3.69/3.77	c #random_decision = 0
3.69/3.77	c #conflict = 1
3.69/3.77	c #restart = 0
3.69/3.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.69/3.77	c lower bound updated to -321
3.69/3.77	c BCD2: 274 <= obj <= 565
3.69/3.77	c BCD2: #cores=18, #unrelaxed=303, #relaxed=292, #hardened=0
3.69/3.77	c BCD2: #sat=1 #unsat=275 bias=275/276
3.69/3.77	c Solving starts ...
3.69/3.77	c ============================[ Search Statistics ]============================
3.69/3.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.77	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.77	c =============================================================================
3.69/3.77	c  0.0s |       0 |        0 |        0 |    11470      0 |      256 |      273
3.69/3.79	c  0.0s |       0 |       19 |        1 |    11470      0 |      256 |      274
3.69/3.79	c #cpu_time = 0.011s
3.69/3.79	c #wall_clock_time = 0.011s
3.69/3.79	c #decision = 19
3.69/3.79	c #random_decision = 0
3.69/3.79	c #conflict = 1
3.69/3.79	c #restart = 0
3.69/3.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.69/3.79	c lower bound updated to -320
3.69/3.79	c BCD2: 275 <= obj <= 565
3.69/3.79	c BCD2: #cores=18, #unrelaxed=302, #relaxed=293, #hardened=0
3.69/3.79	c BCD2: #sat=1 #unsat=276 bias=276/277
3.69/3.79	c Solving starts ...
3.69/3.79	c ============================[ Search Statistics ]============================
3.69/3.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.79	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.79	c =============================================================================
3.69/3.79	c  0.0s |       0 |        0 |        0 |    11470      0 |      257 |      274
3.79/3.80	c  0.0s |       0 |       19 |        1 |    11470      0 |      257 |      275
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 5: cost of the new core is >=4
3.79/3.80	c lower bound updated to -319
3.79/3.80	c BCD2: 276 <= obj <= 565
3.79/3.80	c BCD2: #cores=18, #unrelaxed=301, #relaxed=294, #hardened=0
3.79/3.80	c BCD2: #sat=1 #unsat=277 bias=277/278
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 |    11470      0 |      258 |      275
3.79/3.81	c  0.0s |       0 |       19 |        1 |    11470      0 |      258 |      276
3.79/3.81	c #cpu_time = 0.011s
3.79/3.81	c #wall_clock_time = 0.011s
3.79/3.81	c #decision = 19
3.79/3.81	c #random_decision = 0
3.79/3.81	c #conflict = 1
3.79/3.81	c #restart = 0
3.79/3.81	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.81	c lower bound updated to -318
3.79/3.81	c BCD2: 277 <= obj <= 565
3.79/3.81	c BCD2: #cores=18, #unrelaxed=300, #relaxed=295, #hardened=0
3.79/3.81	c BCD2: #sat=1 #unsat=278 bias=278/279
3.79/3.81	c Solving starts ...
3.79/3.81	c ============================[ Search Statistics ]============================
3.79/3.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.81	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.81	c =============================================================================
3.79/3.81	c  0.0s |       0 |        0 |        0 |    11470      0 |      259 |      276
3.79/3.82	c  0.0s |       0 |       19 |        1 |    11470      0 |      259 |      277
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 7: cost of the new core is >=6
3.79/3.82	c lower bound updated to -317
3.79/3.82	c BCD2: 278 <= obj <= 565
3.79/3.82	c BCD2: #cores=18, #unrelaxed=299, #relaxed=296, #hardened=0
3.79/3.82	c BCD2: #sat=1 #unsat=279 bias=279/280
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 |    11470      0 |      260 |      277
3.79/3.83	c  0.0s |       0 |       19 |        1 |    11470      0 |      260 |      278
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 8: cost of the new core is >=7
3.79/3.83	c lower bound updated to -316
3.79/3.83	c BCD2: 279 <= obj <= 565
3.79/3.83	c BCD2: #cores=18, #unrelaxed=298, #relaxed=297, #hardened=0
3.79/3.83	c BCD2: #sat=1 #unsat=280 bias=280/281
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 |    11470      0 |      261 |      278
3.79/3.84	c  0.0s |       0 |       19 |        1 |    11470      0 |      261 |      279
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 9: cost of the new core is >=8
3.79/3.84	c lower bound updated to -315
3.79/3.84	c BCD2: 280 <= obj <= 565
3.79/3.84	c BCD2: #cores=18, #unrelaxed=297, #relaxed=298, #hardened=0
3.79/3.84	c BCD2: #sat=1 #unsat=281 bias=281/282
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 |    11470      0 |      262 |      279
3.79/3.86	c  0.0s |       0 |       19 |        1 |    11470      0 |      262 |      280
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 10: cost of the new core is >=9
3.79/3.86	c lower bound updated to -314
3.79/3.86	c BCD2: 281 <= obj <= 565
3.79/3.86	c BCD2: #cores=18, #unrelaxed=296, #relaxed=299, #hardened=0
3.79/3.86	c BCD2: #sat=1 #unsat=282 bias=282/283
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 |    11470      0 |      263 |      280
3.79/3.87	c  0.0s |       0 |       19 |        1 |    11470      0 |      263 |      281
3.79/3.87	c #cpu_time = 0.011s
3.79/3.87	c #wall_clock_time = 0.011s
3.79/3.87	c #decision = 19
3.79/3.87	c #random_decision = 0
3.79/3.87	c #conflict = 1
3.79/3.87	c #restart = 0
3.79/3.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
3.79/3.87	c lower bound updated to -313
3.79/3.87	c BCD2: 282 <= obj <= 565
3.79/3.87	c BCD2: #cores=18, #unrelaxed=295, #relaxed=300, #hardened=0
3.79/3.87	c BCD2: #sat=1 #unsat=283 bias=283/284
3.79/3.87	c Solving starts ...
3.79/3.87	c ============================[ Search Statistics ]============================
3.79/3.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.87	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.87	c =============================================================================
3.79/3.87	c  0.0s |       0 |        0 |        0 |    11470      0 |      264 |      281
3.79/3.88	c  0.0s |       0 |       19 |        1 |    11470      0 |      264 |      282
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 12: cost of the new core is >=11
3.79/3.88	c lower bound updated to -312
3.79/3.88	c BCD2: 283 <= obj <= 565
3.79/3.88	c BCD2: #cores=18, #unrelaxed=294, #relaxed=301, #hardened=0
3.79/3.88	c BCD2: #sat=1 #unsat=284 bias=284/285
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 |    11470      0 |      265 |      282
3.79/3.89	c  0.0s |       0 |       19 |        1 |    11470      0 |      265 |      283
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 13: cost of the new core is >=12
3.79/3.89	c lower bound updated to -311
3.79/3.89	c BCD2: 284 <= obj <= 565
3.79/3.89	c BCD2: #cores=18, #unrelaxed=293, #relaxed=302, #hardened=0
3.79/3.89	c BCD2: #sat=1 #unsat=285 bias=285/286
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 |    11470      0 |      266 |      283
3.89/3.90	c  0.0s |       0 |       19 |        1 |    11470      0 |      266 |      284
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 14: cost of the new core is >=13
3.89/3.90	c lower bound updated to -310
3.89/3.90	c BCD2: 285 <= obj <= 565
3.89/3.90	c BCD2: #cores=18, #unrelaxed=292, #relaxed=303, #hardened=0
3.89/3.90	c BCD2: #sat=1 #unsat=286 bias=286/287
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 |    11470      0 |      267 |      284
3.89/3.92	c  0.0s |       0 |       19 |        1 |    11470      0 |      267 |      285
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 15: cost of the new core is >=14
3.89/3.92	c lower bound updated to -309
3.89/3.92	c BCD2: 286 <= obj <= 565
3.89/3.92	c BCD2: #cores=18, #unrelaxed=291, #relaxed=304, #hardened=0
3.89/3.92	c BCD2: #sat=1 #unsat=287 bias=287/288
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 |    11470      0 |      268 |      285
3.89/3.93	c  0.0s |       0 |       19 |        1 |    11470      0 |      268 |      286
3.89/3.93	c #cpu_time = 0.011s
3.89/3.93	c #wall_clock_time = 0.011s
3.89/3.93	c #decision = 19
3.89/3.93	c #random_decision = 0
3.89/3.93	c #conflict = 1
3.89/3.93	c #restart = 0
3.89/3.93	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.93	c lower bound updated to -308
3.89/3.93	c BCD2: 287 <= obj <= 565
3.89/3.93	c BCD2: #cores=18, #unrelaxed=290, #relaxed=305, #hardened=0
3.89/3.93	c BCD2: #sat=1 #unsat=288 bias=288/289
3.89/3.93	c Solving starts ...
3.89/3.93	c ============================[ Search Statistics ]============================
3.89/3.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.93	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.93	c =============================================================================
3.89/3.93	c  0.0s |       0 |        0 |        0 |    11470      0 |      269 |      286
3.89/3.94	c  0.0s |       0 |       19 |        1 |    11470      0 |      269 |      287
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 17: cost of the new core is >=16
3.89/3.94	c lower bound updated to -307
3.89/3.94	c BCD2: 288 <= obj <= 565
3.89/3.94	c BCD2: #cores=18, #unrelaxed=289, #relaxed=306, #hardened=0
3.89/3.94	c BCD2: #sat=1 #unsat=289 bias=289/290
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 |    11470      0 |      270 |      287
3.89/3.95	c  0.0s |       0 |       19 |        0 |    11470      0 |      270 |      288
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 = 0
3.89/3.95	c #restart = 0
3.89/3.95	c BCD2: found a new core of size 2: cost of the new core is >=1
3.89/3.95	c lower bound updated to -306
3.89/3.96	c BCD2: 289 <= obj <= 565
3.89/3.96	c BCD2: #cores=19, #unrelaxed=287, #relaxed=308, #hardened=0
3.89/3.96	c BCD2: #sat=1 #unsat=290 bias=290/291
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 |    11470      0 |      270 |      289
3.89/3.97	c  0.0s |       0 |       20 |        1 |    11470      0 |      270 |      289
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 = 20
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 3: cost of the new core is >=2
3.89/3.97	c lower bound updated to -305
3.89/3.97	c BCD2: 290 <= obj <= 565
3.89/3.97	c BCD2: #cores=19, #unrelaxed=286, #relaxed=309, #hardened=0
3.89/3.97	c BCD2: #sat=1 #unsat=291 bias=291/292
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 |    11470      0 |      271 |      289
3.89/3.98	c  0.0s |       0 |       20 |        1 |    11470      0 |      271 |      290
3.89/3.98	c #cpu_time = 0.011s
3.89/3.98	c #wall_clock_time = 0.011s
3.89/3.98	c #decision = 20
3.89/3.98	c #random_decision = 0
3.89/3.98	c #conflict = 1
3.89/3.98	c #restart = 0
3.89/3.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.89/3.98	c lower bound updated to -304
3.89/3.98	c BCD2: 291 <= obj <= 565
3.89/3.98	c BCD2: #cores=19, #unrelaxed=285, #relaxed=310, #hardened=0
3.89/3.98	c BCD2: #sat=1 #unsat=292 bias=292/293
3.89/3.98	c Solving starts ...
3.89/3.98	c ============================[ Search Statistics ]============================
3.89/3.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.98	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.98	c =============================================================================
3.89/3.98	c  0.0s |       0 |        0 |        0 |    11470      0 |      272 |      290
3.89/3.99	c  0.0s |       0 |       20 |        1 |    11470      0 |      272 |      291
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 = 20
3.89/3.99	c #random_decision = 0
3.89/3.99	c #conflict = 1
3.89/3.99	c #restart = 0
3.89/3.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
3.89/3.99	c lower bound updated to -303
3.89/3.99	c BCD2: 292 <= obj <= 565
3.89/3.99	c BCD2: #cores=19, #unrelaxed=284, #relaxed=311, #hardened=0
3.89/3.99	c BCD2: #sat=1 #unsat=293 bias=293/294
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 |    11470      0 |      273 |      291
3.99/4.00	c  0.0s |       0 |       20 |        1 |    11470      0 |      273 |      292
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 6: cost of the new core is >=5
3.99/4.00	c lower bound updated to -302
3.99/4.00	c BCD2: 293 <= obj <= 565
3.99/4.00	c BCD2: #cores=19, #unrelaxed=283, #relaxed=312, #hardened=0
3.99/4.00	c BCD2: #sat=1 #unsat=294 bias=294/295
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 |    11470      0 |      274 |      292
3.99/4.01	c  0.0s |       0 |       20 |        1 |    11470      0 |      274 |      293
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 7: cost of the new core is >=6
3.99/4.01	c lower bound updated to -301
3.99/4.01	c BCD2: 294 <= obj <= 565
3.99/4.01	c BCD2: #cores=19, #unrelaxed=282, #relaxed=313, #hardened=0
3.99/4.01	c BCD2: #sat=1 #unsat=295 bias=295/296
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 |    11470      0 |      275 |      293
3.99/4.03	c  0.0s |       0 |       20 |        1 |    11470      0 |      275 |      294
3.99/4.03	c #cpu_time = 0.011s
3.99/4.03	c #wall_clock_time = 0.011s
3.99/4.03	c #decision = 20
3.99/4.03	c #random_decision = 0
3.99/4.03	c #conflict = 1
3.99/4.03	c #restart = 0
3.99/4.03	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.03	c lower bound updated to -300
3.99/4.03	c BCD2: 295 <= obj <= 565
3.99/4.03	c BCD2: #cores=19, #unrelaxed=281, #relaxed=314, #hardened=0
3.99/4.03	c BCD2: #sat=1 #unsat=296 bias=296/297
3.99/4.03	c Solving starts ...
3.99/4.03	c ============================[ Search Statistics ]============================
3.99/4.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.03	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.03	c =============================================================================
3.99/4.03	c  0.0s |       0 |        0 |        0 |    11470      0 |      276 |      294
3.99/4.04	c  0.0s |       0 |       20 |        1 |    11470      0 |      276 |      295
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 9: cost of the new core is >=8
3.99/4.04	c lower bound updated to -299
3.99/4.04	c BCD2: 296 <= obj <= 565
3.99/4.04	c BCD2: #cores=19, #unrelaxed=280, #relaxed=315, #hardened=0
3.99/4.04	c BCD2: #sat=1 #unsat=297 bias=297/298
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 |    11470      0 |      277 |      295
3.99/4.05	c  0.0s |       0 |       20 |        1 |    11470      0 |      277 |      296
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 10: cost of the new core is >=9
3.99/4.05	c lower bound updated to -298
3.99/4.05	c BCD2: 297 <= obj <= 565
3.99/4.05	c BCD2: #cores=19, #unrelaxed=279, #relaxed=316, #hardened=0
3.99/4.05	c BCD2: #sat=1 #unsat=298 bias=298/299
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 |    11470      0 |      278 |      296
3.99/4.06	c  0.0s |       0 |       20 |        1 |    11470      0 |      278 |      297
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 11: cost of the new core is >=10
3.99/4.06	c lower bound updated to -297
3.99/4.06	c BCD2: 298 <= obj <= 565
3.99/4.06	c BCD2: #cores=19, #unrelaxed=278, #relaxed=317, #hardened=0
3.99/4.06	c BCD2: #sat=1 #unsat=299 bias=299/300
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 |    11470      0 |      279 |      297
3.99/4.07	c  0.0s |       0 |       20 |        1 |    11470      0 |      279 |      298
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 12: cost of the new core is >=11
3.99/4.07	c lower bound updated to -296
3.99/4.07	c BCD2: 299 <= obj <= 565
3.99/4.07	c BCD2: #cores=19, #unrelaxed=277, #relaxed=318, #hardened=0
3.99/4.07	c BCD2: #sat=1 #unsat=300 bias=300/301
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 |    11470      0 |      280 |      298
3.99/4.09	c  0.0s |       0 |       20 |        1 |    11470      0 |      280 |      299
3.99/4.09	c #cpu_time = 0.011s
3.99/4.09	c #wall_clock_time = 0.011s
3.99/4.09	c #decision = 20
3.99/4.09	c #random_decision = 0
3.99/4.09	c #conflict = 1
3.99/4.09	c #restart = 0
3.99/4.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
3.99/4.09	c lower bound updated to -295
3.99/4.09	c BCD2: 300 <= obj <= 565
3.99/4.09	c BCD2: #cores=19, #unrelaxed=276, #relaxed=319, #hardened=0
3.99/4.09	c BCD2: #sat=1 #unsat=301 bias=301/302
3.99/4.09	c Solving starts ...
3.99/4.09	c ============================[ Search Statistics ]============================
3.99/4.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.09	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.09	c =============================================================================
3.99/4.09	c  0.0s |       0 |        0 |        0 |    11470      0 |      281 |      299
4.09/4.10	c  0.0s |       0 |       20 |        1 |    11470      0 |      281 |      300
4.09/4.10	c #cpu_time = 0.011s
4.09/4.10	c #wall_clock_time = 0.011s
4.09/4.10	c #decision = 20
4.09/4.10	c #random_decision = 0
4.09/4.10	c #conflict = 1
4.09/4.10	c #restart = 0
4.09/4.10	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.10	c lower bound updated to -294
4.09/4.10	c BCD2: 301 <= obj <= 565
4.09/4.10	c BCD2: #cores=19, #unrelaxed=275, #relaxed=320, #hardened=0
4.09/4.10	c BCD2: #sat=1 #unsat=302 bias=302/303
4.09/4.10	c Solving starts ...
4.09/4.10	c ============================[ Search Statistics ]============================
4.09/4.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.10	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.10	c =============================================================================
4.09/4.10	c  0.0s |       0 |        0 |        0 |    11470      0 |      282 |      300
4.09/4.11	c  0.0s |       0 |       20 |        1 |    11470      0 |      282 |      301
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 15: cost of the new core is >=14
4.09/4.11	c lower bound updated to -293
4.09/4.11	c BCD2: 302 <= obj <= 565
4.09/4.11	c BCD2: #cores=19, #unrelaxed=274, #relaxed=321, #hardened=0
4.09/4.11	c BCD2: #sat=1 #unsat=303 bias=303/304
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 |    11470      0 |      283 |      301
4.09/4.12	c  0.0s |       0 |       20 |        1 |    11470      0 |      283 |      302
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 16: cost of the new core is >=15
4.09/4.12	c lower bound updated to -292
4.09/4.12	c BCD2: 303 <= obj <= 565
4.09/4.12	c BCD2: #cores=19, #unrelaxed=273, #relaxed=322, #hardened=0
4.09/4.12	c BCD2: #sat=1 #unsat=304 bias=304/305
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 |    11470      0 |      284 |      302
4.09/4.14	c  0.0s |       0 |       20 |        1 |    11470      0 |      284 |      303
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 17: cost of the new core is >=16
4.09/4.14	c lower bound updated to -291
4.09/4.14	c BCD2: 304 <= obj <= 565
4.09/4.14	c BCD2: #cores=19, #unrelaxed=272, #relaxed=323, #hardened=0
4.09/4.14	c BCD2: #sat=1 #unsat=305 bias=305/306
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 |    11470      0 |      285 |      303
4.09/4.15	c  0.0s |       0 |       20 |        0 |    11470      0 |      285 |      304
4.09/4.15	c #cpu_time = 0.011s
4.09/4.15	c #wall_clock_time = 0.011s
4.09/4.15	c #decision = 20
4.09/4.15	c #random_decision = 0
4.09/4.15	c #conflict = 0
4.09/4.15	c #restart = 0
4.09/4.15	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.15	c lower bound updated to -290
4.09/4.15	c BCD2: 305 <= obj <= 565
4.09/4.15	c BCD2: #cores=20, #unrelaxed=270, #relaxed=325, #hardened=0
4.09/4.15	c BCD2: #sat=1 #unsat=306 bias=306/307
4.09/4.15	c Solving starts ...
4.09/4.15	c ============================[ Search Statistics ]============================
4.09/4.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.15	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.15	c =============================================================================
4.09/4.15	c  0.0s |       0 |        0 |        0 |    11470      0 |      285 |      305
4.09/4.16	c  0.0s |       0 |       21 |        1 |    11470      0 |      285 |      305
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 = 21
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 3: cost of the new core is >=2
4.09/4.16	c lower bound updated to -289
4.09/4.16	c BCD2: 306 <= obj <= 565
4.09/4.16	c BCD2: #cores=20, #unrelaxed=269, #relaxed=326, #hardened=0
4.09/4.16	c BCD2: #sat=1 #unsat=307 bias=307/308
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 |    11470      0 |      286 |      305
4.09/4.17	c  0.0s |       0 |       21 |        1 |    11470      0 |      286 |      306
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 = 21
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 4: cost of the new core is >=3
4.09/4.17	c lower bound updated to -288
4.09/4.17	c BCD2: 307 <= obj <= 565
4.09/4.17	c BCD2: #cores=20, #unrelaxed=268, #relaxed=327, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=308 bias=308/309
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 |    11470      0 |      287 |      306
4.09/4.18	c  0.0s |       0 |       21 |        1 |    11470      0 |      287 |      307
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 = 21
4.09/4.18	c #random_decision = 0
4.09/4.18	c #conflict = 1
4.09/4.18	c #restart = 0
4.09/4.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
4.09/4.18	c lower bound updated to -287
4.09/4.19	c BCD2: 308 <= obj <= 565
4.09/4.19	c BCD2: #cores=20, #unrelaxed=267, #relaxed=328, #hardened=0
4.09/4.19	c BCD2: #sat=1 #unsat=309 bias=309/310
4.09/4.19	c Solving starts ...
4.09/4.19	c ============================[ Search Statistics ]============================
4.09/4.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.19	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.19	c =============================================================================
4.09/4.19	c  0.0s |       0 |        0 |        0 |    11470      0 |      288 |      307
4.19/4.20	c  0.0s |       0 |       21 |        1 |    11470      0 |      288 |      308
4.19/4.20	c #cpu_time = 0.011s
4.19/4.20	c #wall_clock_time = 0.011s
4.19/4.20	c #decision = 21
4.19/4.20	c #random_decision = 0
4.19/4.20	c #conflict = 1
4.19/4.20	c #restart = 0
4.19/4.20	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.20	c lower bound updated to -286
4.19/4.20	c BCD2: 309 <= obj <= 565
4.19/4.20	c BCD2: #cores=20, #unrelaxed=266, #relaxed=329, #hardened=0
4.19/4.20	c BCD2: #sat=1 #unsat=310 bias=310/311
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 |    11470      0 |      289 |      308
4.19/4.21	c  0.0s |       0 |       21 |        1 |    11470      0 |      289 |      309
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 7: cost of the new core is >=6
4.19/4.21	c lower bound updated to -285
4.19/4.21	c BCD2: 310 <= obj <= 565
4.19/4.21	c BCD2: #cores=20, #unrelaxed=265, #relaxed=330, #hardened=0
4.19/4.21	c BCD2: #sat=1 #unsat=311 bias=311/312
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 |    11470      0 |      290 |      309
4.19/4.22	c  0.0s |       0 |       21 |        1 |    11470      0 |      290 |      310
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 8: cost of the new core is >=7
4.19/4.22	c lower bound updated to -284
4.19/4.22	c BCD2: 311 <= obj <= 565
4.19/4.22	c BCD2: #cores=20, #unrelaxed=264, #relaxed=331, #hardened=0
4.19/4.22	c BCD2: #sat=1 #unsat=312 bias=312/313
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 |    11470      0 |      291 |      310
4.19/4.23	c  0.0s |       0 |       21 |        1 |    11470      0 |      291 |      311
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 9: cost of the new core is >=8
4.19/4.23	c lower bound updated to -283
4.19/4.23	c BCD2: 312 <= obj <= 565
4.19/4.23	c BCD2: #cores=20, #unrelaxed=263, #relaxed=332, #hardened=0
4.19/4.23	c BCD2: #sat=1 #unsat=313 bias=313/314
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 |    11470      0 |      292 |      311
4.19/4.24	c  0.0s |       0 |       21 |        1 |    11470      0 |      292 |      312
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 10: cost of the new core is >=9
4.19/4.24	c lower bound updated to -282
4.19/4.24	c BCD2: 313 <= obj <= 565
4.19/4.24	c BCD2: #cores=20, #unrelaxed=262, #relaxed=333, #hardened=0
4.19/4.24	c BCD2: #sat=1 #unsat=314 bias=314/315
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.25	c  0.0s |       0 |        0 |        0 |    11470      0 |      293 |      312
4.19/4.26	c  0.0s |       0 |       21 |        1 |    11470      0 |      293 |      313
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 11: cost of the new core is >=10
4.19/4.26	c lower bound updated to -281
4.19/4.26	c BCD2: 314 <= obj <= 565
4.19/4.26	c BCD2: #cores=20, #unrelaxed=261, #relaxed=334, #hardened=0
4.19/4.26	c BCD2: #sat=1 #unsat=315 bias=315/316
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 |    11470      0 |      294 |      313
4.19/4.27	c  0.0s |       0 |       21 |        1 |    11470      0 |      294 |      314
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 12: cost of the new core is >=11
4.19/4.27	c lower bound updated to -280
4.19/4.27	c BCD2: 315 <= obj <= 565
4.19/4.27	c BCD2: #cores=20, #unrelaxed=260, #relaxed=335, #hardened=0
4.19/4.27	c BCD2: #sat=1 #unsat=316 bias=316/317
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 |    11470      0 |      295 |      314
4.19/4.28	c  0.0s |       0 |       21 |        1 |    11470      0 |      295 |      315
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 13: cost of the new core is >=12
4.19/4.28	c lower bound updated to -279
4.19/4.28	c BCD2: 316 <= obj <= 565
4.19/4.28	c BCD2: #cores=20, #unrelaxed=259, #relaxed=336, #hardened=0
4.19/4.28	c BCD2: #sat=1 #unsat=317 bias=317/318
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 |    11470      0 |      296 |      315
4.19/4.29	c  0.0s |       0 |       21 |        1 |    11470      0 |      296 |      316
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 14: cost of the new core is >=13
4.19/4.29	c lower bound updated to -278
4.19/4.29	c BCD2: 317 <= obj <= 565
4.19/4.29	c BCD2: #cores=20, #unrelaxed=258, #relaxed=337, #hardened=0
4.19/4.29	c BCD2: #sat=1 #unsat=318 bias=318/319
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 |    11470      0 |      297 |      316
4.29/4.30	c  0.0s |       0 |       21 |        1 |    11470      0 |      297 |      317
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 15: cost of the new core is >=14
4.29/4.30	c lower bound updated to -277
4.29/4.30	c BCD2: 318 <= obj <= 565
4.29/4.30	c BCD2: #cores=20, #unrelaxed=257, #relaxed=338, #hardened=0
4.29/4.30	c BCD2: #sat=1 #unsat=319 bias=319/320
4.29/4.31	c Solving starts ...
4.29/4.31	c ============================[ Search Statistics ]============================
4.29/4.31	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 |    11470      0 |      298 |      317
4.29/4.32	c  0.0s |       0 |       21 |        1 |    11470      0 |      298 |      318
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 16: cost of the new core is >=15
4.29/4.32	c lower bound updated to -276
4.29/4.32	c BCD2: 319 <= obj <= 565
4.29/4.32	c BCD2: #cores=20, #unrelaxed=256, #relaxed=339, #hardened=0
4.29/4.32	c BCD2: #sat=1 #unsat=320 bias=320/321
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 |    11470      0 |      299 |      318
4.29/4.33	c  0.0s |       0 |       21 |        1 |    11470      0 |      299 |      319
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 17: cost of the new core is >=16
4.29/4.33	c lower bound updated to -275
4.29/4.33	c BCD2: 320 <= obj <= 565
4.29/4.33	c BCD2: #cores=20, #unrelaxed=255, #relaxed=340, #hardened=0
4.29/4.33	c BCD2: #sat=1 #unsat=321 bias=321/322
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 |    11470      0 |      300 |      319
4.29/4.34	c  0.0s |       0 |       21 |        0 |    11470      0 |      300 |      320
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 = 0
4.29/4.34	c #restart = 0
4.29/4.34	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.34	c lower bound updated to -274
4.29/4.34	c BCD2: 321 <= obj <= 565
4.29/4.34	c BCD2: #cores=21, #unrelaxed=253, #relaxed=342, #hardened=0
4.29/4.34	c BCD2: #sat=1 #unsat=322 bias=322/323
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 |    11470      0 |      300 |      321
4.29/4.36	c  0.0s |       0 |       22 |        1 |    11470      0 |      300 |      321
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 = 22
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 3: cost of the new core is >=2
4.29/4.36	c lower bound updated to -273
4.29/4.36	c BCD2: 322 <= obj <= 565
4.29/4.36	c BCD2: #cores=21, #unrelaxed=252, #relaxed=343, #hardened=0
4.29/4.36	c BCD2: #sat=1 #unsat=323 bias=323/324
4.29/4.36	c Solving starts ...
4.29/4.36	c ============================[ Search Statistics ]============================
4.29/4.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.36	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.36	c =============================================================================
4.29/4.36	c  0.0s |       0 |        0 |        0 |    11470      0 |      301 |      321
4.29/4.37	c  0.0s |       0 |       22 |        1 |    11470      0 |      301 |      322
4.29/4.37	c #cpu_time = 0.012s
4.29/4.37	c #wall_clock_time = 0.012s
4.29/4.37	c #decision = 22
4.29/4.37	c #random_decision = 0
4.29/4.37	c #conflict = 1
4.29/4.37	c #restart = 0
4.29/4.37	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.37	c lower bound updated to -272
4.29/4.37	c BCD2: 323 <= obj <= 565
4.29/4.37	c BCD2: #cores=21, #unrelaxed=251, #relaxed=344, #hardened=0
4.29/4.37	c BCD2: #sat=1 #unsat=324 bias=324/325
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 |    11470      0 |      302 |      322
4.29/4.38	c  0.0s |       0 |       22 |        1 |    11470      0 |      302 |      323
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 = 22
4.29/4.38	c #random_decision = 0
4.29/4.38	c #conflict = 1
4.29/4.38	c #restart = 0
4.29/4.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
4.29/4.38	c lower bound updated to -271
4.29/4.38	c BCD2: 324 <= obj <= 565
4.29/4.38	c BCD2: #cores=21, #unrelaxed=250, #relaxed=345, #hardened=0
4.29/4.38	c BCD2: #sat=1 #unsat=325 bias=325/326
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 |    11470      0 |      303 |      323
4.29/4.39	c  0.0s |       0 |       22 |        1 |    11470      0 |      303 |      324
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 6: cost of the new core is >=5
4.29/4.39	c lower bound updated to -270
4.29/4.39	c BCD2: 325 <= obj <= 565
4.29/4.39	c BCD2: #cores=21, #unrelaxed=249, #relaxed=346, #hardened=0
4.29/4.39	c BCD2: #sat=1 #unsat=326 bias=326/327
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 |    11470      0 |      304 |      324
4.39/4.40	c  0.0s |       0 |       22 |        1 |    11470      0 |      304 |      325
4.39/4.40	c #cpu_time = 0.011s
4.39/4.40	c #wall_clock_time = 0.011s
4.39/4.40	c #decision = 22
4.39/4.40	c #random_decision = 0
4.39/4.40	c #conflict = 1
4.39/4.40	c #restart = 0
4.39/4.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
4.39/4.40	c lower bound updated to -269
4.39/4.40	c BCD2: 326 <= obj <= 565
4.39/4.40	c BCD2: #cores=21, #unrelaxed=248, #relaxed=347, #hardened=0
4.39/4.40	c BCD2: #sat=1 #unsat=327 bias=327/328
4.39/4.40	c Solving starts ...
4.39/4.40	c ============================[ Search Statistics ]============================
4.39/4.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.40	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.40	c =============================================================================
4.39/4.41	c  0.0s |       0 |        0 |        0 |    11470      0 |      305 |      325
4.39/4.42	c  0.0s |       0 |       22 |        1 |    11470      0 |      305 |      326
4.39/4.42	c #cpu_time = 0.011s
4.39/4.42	c #wall_clock_time = 0.011s
4.39/4.42	c #decision = 22
4.39/4.42	c #random_decision = 0
4.39/4.42	c #conflict = 1
4.39/4.42	c #restart = 0
4.39/4.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
4.39/4.42	c lower bound updated to -268
4.39/4.42	c BCD2: 327 <= obj <= 565
4.39/4.42	c BCD2: #cores=21, #unrelaxed=247, #relaxed=348, #hardened=0
4.39/4.42	c BCD2: #sat=1 #unsat=328 bias=328/329
4.39/4.42	c Solving starts ...
4.39/4.42	c ============================[ Search Statistics ]============================
4.39/4.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.42	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.42	c =============================================================================
4.39/4.42	c  0.0s |       0 |        0 |        0 |    11470      0 |      306 |      326
4.39/4.43	c  0.0s |       0 |       22 |        1 |    11470      0 |      306 |      327
4.39/4.43	c #cpu_time = 0.011s
4.39/4.43	c #wall_clock_time = 0.011s
4.39/4.43	c #decision = 22
4.39/4.43	c #random_decision = 0
4.39/4.43	c #conflict = 1
4.39/4.43	c #restart = 0
4.39/4.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
4.39/4.43	c lower bound updated to -267
4.39/4.43	c BCD2: 328 <= obj <= 565
4.39/4.43	c BCD2: #cores=21, #unrelaxed=246, #relaxed=349, #hardened=0
4.39/4.43	c BCD2: #sat=1 #unsat=329 bias=329/330
4.39/4.43	c Solving starts ...
4.39/4.43	c ============================[ Search Statistics ]============================
4.39/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.43	c =============================================================================
4.39/4.43	c  0.0s |       0 |        0 |        0 |    11470      0 |      307 |      327
4.39/4.44	c  0.0s |       0 |       22 |        1 |    11470      0 |      307 |      328
4.39/4.44	c #cpu_time = 0.011s
4.39/4.44	c #wall_clock_time = 0.011s
4.39/4.44	c #decision = 22
4.39/4.44	c #random_decision = 0
4.39/4.44	c #conflict = 1
4.39/4.44	c #restart = 0
4.39/4.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
4.39/4.44	c lower bound updated to -266
4.39/4.44	c BCD2: 329 <= obj <= 565
4.39/4.44	c BCD2: #cores=21, #unrelaxed=245, #relaxed=350, #hardened=0
4.39/4.44	c BCD2: #sat=1 #unsat=330 bias=330/331
4.39/4.44	c Solving starts ...
4.39/4.44	c ============================[ Search Statistics ]============================
4.39/4.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.44	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.44	c =============================================================================
4.39/4.44	c  0.0s |       0 |        0 |        0 |    11470      0 |      308 |      328
4.39/4.45	c  0.0s |       0 |       22 |        1 |    11470      0 |      308 |      329
4.39/4.45	c #cpu_time = 0.011s
4.39/4.45	c #wall_clock_time = 0.011s
4.39/4.45	c #decision = 22
4.39/4.45	c #random_decision = 0
4.39/4.45	c #conflict = 1
4.39/4.45	c #restart = 0
4.39/4.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
4.39/4.45	c lower bound updated to -265
4.39/4.45	c BCD2: 330 <= obj <= 565
4.39/4.45	c BCD2: #cores=21, #unrelaxed=244, #relaxed=351, #hardened=0
4.39/4.45	c BCD2: #sat=1 #unsat=331 bias=331/332
4.39/4.45	c Solving starts ...
4.39/4.45	c ============================[ Search Statistics ]============================
4.39/4.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.45	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.45	c =============================================================================
4.39/4.45	c  0.0s |       0 |        0 |        0 |    11470      0 |      309 |      329
4.39/4.46	c  0.0s |       0 |       22 |        1 |    11470      0 |      309 |      330
4.39/4.46	c #cpu_time = 0.011s
4.39/4.46	c #wall_clock_time = 0.011s
4.39/4.46	c #decision = 22
4.39/4.46	c #random_decision = 0
4.39/4.46	c #conflict = 1
4.39/4.46	c #restart = 0
4.39/4.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
4.39/4.46	c lower bound updated to -264
4.39/4.47	c BCD2: 331 <= obj <= 565
4.39/4.47	c BCD2: #cores=21, #unrelaxed=243, #relaxed=352, #hardened=0
4.39/4.47	c BCD2: #sat=1 #unsat=332 bias=332/333
4.39/4.47	c Solving starts ...
4.39/4.47	c ============================[ Search Statistics ]============================
4.39/4.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.47	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.47	c =============================================================================
4.39/4.47	c  0.0s |       0 |        0 |        0 |    11470      0 |      310 |      330
4.39/4.48	c  0.0s |       0 |       22 |        1 |    11470      0 |      310 |      331
4.39/4.48	c #cpu_time = 0.011s
4.39/4.48	c #wall_clock_time = 0.011s
4.39/4.48	c #decision = 22
4.39/4.48	c #random_decision = 0
4.39/4.48	c #conflict = 1
4.39/4.48	c #restart = 0
4.39/4.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
4.39/4.48	c lower bound updated to -263
4.39/4.48	c BCD2: 332 <= obj <= 565
4.39/4.48	c BCD2: #cores=21, #unrelaxed=242, #relaxed=353, #hardened=0
4.39/4.48	c BCD2: #sat=1 #unsat=333 bias=333/334
4.39/4.48	c Solving starts ...
4.39/4.48	c ============================[ Search Statistics ]============================
4.39/4.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.48	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.48	c =============================================================================
4.39/4.48	c  0.0s |       0 |        0 |        0 |    11470      0 |      311 |      331
4.39/4.49	c  0.0s |       0 |       22 |        1 |    11470      0 |      311 |      332
4.39/4.49	c #cpu_time = 0.011s
4.39/4.49	c #wall_clock_time = 0.011s
4.39/4.49	c #decision = 22
4.39/4.49	c #random_decision = 0
4.39/4.49	c #conflict = 1
4.39/4.49	c #restart = 0
4.39/4.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
4.39/4.49	c lower bound updated to -262
4.39/4.49	c BCD2: 333 <= obj <= 565
4.39/4.49	c BCD2: #cores=21, #unrelaxed=241, #relaxed=354, #hardened=0
4.39/4.49	c BCD2: #sat=1 #unsat=334 bias=334/335
4.39/4.49	c Solving starts ...
4.39/4.49	c ============================[ Search Statistics ]============================
4.39/4.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.49	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.49	c =============================================================================
4.39/4.49	c  0.0s |       0 |        0 |        0 |    11470      0 |      312 |      332
4.39/4.50	c  0.0s |       0 |       22 |        1 |    11470      0 |      312 |      333
4.39/4.50	c #cpu_time = 0.011s
4.39/4.50	c #wall_clock_time = 0.011s
4.39/4.50	c #decision = 22
4.39/4.50	c #random_decision = 0
4.39/4.50	c #conflict = 1
4.39/4.50	c #restart = 0
4.39/4.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
4.39/4.50	c lower bound updated to -261
4.39/4.50	c BCD2: 334 <= obj <= 565
4.39/4.50	c BCD2: #cores=21, #unrelaxed=240, #relaxed=355, #hardened=0
4.39/4.50	c BCD2: #sat=1 #unsat=335 bias=335/336
4.39/4.50	c Solving starts ...
4.39/4.50	c ============================[ Search Statistics ]============================
4.39/4.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.50	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.50	c =============================================================================
4.39/4.50	c  0.0s |       0 |        0 |        0 |    11470      0 |      313 |      333
4.49/4.51	c  0.0s |       0 |       22 |        1 |    11470      0 |      313 |      334
4.49/4.51	c #cpu_time = 0.011s
4.49/4.51	c #wall_clock_time = 0.011s
4.49/4.51	c #decision = 22
4.49/4.51	c #random_decision = 0
4.49/4.51	c #conflict = 1
4.49/4.51	c #restart = 0
4.49/4.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
4.49/4.51	c lower bound updated to -260
4.49/4.51	c BCD2: 335 <= obj <= 565
4.49/4.51	c BCD2: #cores=21, #unrelaxed=239, #relaxed=356, #hardened=0
4.49/4.51	c BCD2: #sat=1 #unsat=336 bias=336/337
4.49/4.51	c Solving starts ...
4.49/4.51	c ============================[ Search Statistics ]============================
4.49/4.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.51	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.51	c =============================================================================
4.49/4.51	c  0.0s |       0 |        0 |        0 |    11470      0 |      314 |      334
4.49/4.52	c  0.0s |       0 |       22 |        1 |    11470      0 |      314 |      335
4.49/4.52	c #cpu_time = 0.011s
4.49/4.52	c #wall_clock_time = 0.011s
4.49/4.52	c #decision = 22
4.49/4.52	c #random_decision = 0
4.49/4.52	c #conflict = 1
4.49/4.52	c #restart = 0
4.49/4.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
4.49/4.52	c lower bound updated to -259
4.49/4.53	c BCD2: 336 <= obj <= 565
4.49/4.53	c BCD2: #cores=21, #unrelaxed=238, #relaxed=357, #hardened=0
4.49/4.53	c BCD2: #sat=1 #unsat=337 bias=337/338
4.49/4.53	c Solving starts ...
4.49/4.53	c ============================[ Search Statistics ]============================
4.49/4.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.53	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.53	c =============================================================================
4.49/4.53	c  0.0s |       0 |        0 |        0 |    11470      0 |      315 |      335
4.49/4.54	c  0.0s |       0 |       22 |        0 |    11470      0 |      315 |      336
4.49/4.54	c #cpu_time = 0.011s
4.49/4.54	c #wall_clock_time = 0.011s
4.49/4.54	c #decision = 22
4.49/4.54	c #random_decision = 0
4.49/4.54	c #conflict = 0
4.49/4.54	c #restart = 0
4.49/4.54	c BCD2: found a new core of size 2: cost of the new core is >=1
4.49/4.54	c lower bound updated to -258
4.49/4.54	c BCD2: 337 <= obj <= 565
4.49/4.54	c BCD2: #cores=22, #unrelaxed=236, #relaxed=359, #hardened=0
4.49/4.54	c BCD2: #sat=1 #unsat=338 bias=338/339
4.49/4.54	c Solving starts ...
4.49/4.54	c ============================[ Search Statistics ]============================
4.49/4.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.54	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.54	c =============================================================================
4.49/4.54	c  0.0s |       0 |        0 |        0 |    11470      0 |      315 |      337
4.49/4.55	c  0.0s |       0 |       23 |        1 |    11470      0 |      315 |      337
4.49/4.55	c #cpu_time = 0.011s
4.49/4.55	c #wall_clock_time = 0.011s
4.49/4.55	c #decision = 23
4.49/4.55	c #random_decision = 0
4.49/4.55	c #conflict = 1
4.49/4.55	c #restart = 0
4.49/4.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
4.49/4.55	c lower bound updated to -257
4.49/4.55	c BCD2: 338 <= obj <= 565
4.49/4.55	c BCD2: #cores=22, #unrelaxed=235, #relaxed=360, #hardened=0
4.49/4.55	c BCD2: #sat=1 #unsat=339 bias=339/340
4.49/4.55	c Solving starts ...
4.49/4.55	c ============================[ Search Statistics ]============================
4.49/4.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.55	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.55	c =============================================================================
4.49/4.55	c  0.0s |       0 |        0 |        0 |    11470      0 |      316 |      337
4.49/4.56	c  0.0s |       0 |       23 |        1 |    11470      0 |      316 |      338
4.49/4.56	c #cpu_time = 0.011s
4.49/4.56	c #wall_clock_time = 0.011s
4.49/4.56	c #decision = 23
4.49/4.56	c #random_decision = 0
4.49/4.56	c #conflict = 1
4.49/4.56	c #restart = 0
4.49/4.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
4.49/4.56	c lower bound updated to -256
4.49/4.56	c BCD2: 339 <= obj <= 565
4.49/4.56	c BCD2: #cores=22, #unrelaxed=234, #relaxed=361, #hardened=0
4.49/4.56	c BCD2: #sat=1 #unsat=340 bias=340/341
4.49/4.56	c Solving starts ...
4.49/4.56	c ============================[ Search Statistics ]============================
4.49/4.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.56	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.56	c =============================================================================
4.49/4.57	c  0.0s |       0 |        0 |        0 |    11470      0 |      317 |      338
4.49/4.58	c  0.0s |       0 |       23 |        1 |    11470      0 |      317 |      339
4.49/4.58	c #cpu_time = 0.011s
4.49/4.58	c #wall_clock_time = 0.011s
4.49/4.58	c #decision = 23
4.49/4.58	c #random_decision = 0
4.49/4.58	c #conflict = 1
4.49/4.58	c #restart = 0
4.49/4.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
4.49/4.58	c lower bound updated to -255
4.49/4.58	c BCD2: 340 <= obj <= 565
4.49/4.58	c BCD2: #cores=22, #unrelaxed=233, #relaxed=362, #hardened=0
4.49/4.58	c BCD2: #sat=1 #unsat=341 bias=341/342
4.49/4.58	c Solving starts ...
4.49/4.58	c ============================[ Search Statistics ]============================
4.49/4.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.58	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.58	c =============================================================================
4.49/4.58	c  0.0s |       0 |        0 |        0 |    11470      0 |      318 |      339
4.49/4.59	c  0.0s |       0 |       23 |        1 |    11470      0 |      318 |      340
4.49/4.59	c #cpu_time = 0.012s
4.49/4.59	c #wall_clock_time = 0.012s
4.49/4.59	c #decision = 23
4.49/4.59	c #random_decision = 0
4.49/4.59	c #conflict = 1
4.49/4.59	c #restart = 0
4.49/4.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
4.49/4.59	c lower bound updated to -254
4.49/4.59	c BCD2: 341 <= obj <= 565
4.49/4.59	c BCD2: #cores=22, #unrelaxed=232, #relaxed=363, #hardened=0
4.49/4.59	c BCD2: #sat=1 #unsat=342 bias=342/343
4.49/4.59	c Solving starts ...
4.49/4.59	c ============================[ Search Statistics ]============================
4.49/4.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.59	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.59	c =============================================================================
4.49/4.59	c  0.0s |       0 |        0 |        0 |    11470      0 |      319 |      340
4.59/4.60	c  0.0s |       0 |       23 |        1 |    11470      0 |      319 |      341
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 7: cost of the new core is >=6
4.59/4.60	c lower bound updated to -253
4.59/4.60	c BCD2: 342 <= obj <= 565
4.59/4.60	c BCD2: #cores=22, #unrelaxed=231, #relaxed=364, #hardened=0
4.59/4.60	c BCD2: #sat=1 #unsat=343 bias=343/344
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 |    11470      0 |      320 |      341
4.59/4.61	c  0.0s |       0 |       23 |        1 |    11470      0 |      320 |      342
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 8: cost of the new core is >=7
4.59/4.61	c lower bound updated to -252
4.59/4.61	c BCD2: 343 <= obj <= 565
4.59/4.61	c BCD2: #cores=22, #unrelaxed=230, #relaxed=365, #hardened=0
4.59/4.61	c BCD2: #sat=1 #unsat=344 bias=344/345
4.59/4.61	c Solving starts ...
4.59/4.61	c ============================[ Search Statistics ]============================
4.59/4.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.61	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.61	c =============================================================================
4.59/4.61	c  0.0s |       0 |        0 |        0 |    11470      0 |      321 |      342
4.59/4.63	c  0.0s |       0 |       23 |        1 |    11470      0 |      321 |      343
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 9: cost of the new core is >=8
4.59/4.63	c lower bound updated to -251
4.59/4.63	c BCD2: 344 <= obj <= 565
4.59/4.63	c BCD2: #cores=22, #unrelaxed=229, #relaxed=366, #hardened=0
4.59/4.63	c BCD2: #sat=1 #unsat=345 bias=345/346
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 |    11470      0 |      322 |      343
4.59/4.64	c  0.0s |       0 |       23 |        1 |    11470      0 |      322 |      344
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 10: cost of the new core is >=9
4.59/4.64	c lower bound updated to -250
4.59/4.64	c BCD2: 345 <= obj <= 565
4.59/4.64	c BCD2: #cores=22, #unrelaxed=228, #relaxed=367, #hardened=0
4.59/4.64	c BCD2: #sat=1 #unsat=346 bias=346/347
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 |    11470      0 |      323 |      344
4.59/4.65	c  0.0s |       0 |       23 |        1 |    11470      0 |      323 |      345
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 11: cost of the new core is >=10
4.59/4.65	c lower bound updated to -249
4.59/4.65	c BCD2: 346 <= obj <= 565
4.59/4.65	c BCD2: #cores=22, #unrelaxed=227, #relaxed=368, #hardened=0
4.59/4.65	c BCD2: #sat=1 #unsat=347 bias=347/348
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 |    11470      0 |      324 |      345
4.59/4.66	c  0.0s |       0 |       23 |        1 |    11470      0 |      324 |      346
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 12: cost of the new core is >=11
4.59/4.66	c lower bound updated to -248
4.59/4.66	c BCD2: 347 <= obj <= 565
4.59/4.66	c BCD2: #cores=22, #unrelaxed=226, #relaxed=369, #hardened=0
4.59/4.66	c BCD2: #sat=1 #unsat=348 bias=348/349
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 |    11470      0 |      325 |      346
4.59/4.67	c  0.0s |       0 |       23 |        1 |    11470      0 |      325 |      347
4.59/4.67	c #cpu_time = 0.011s
4.59/4.67	c #wall_clock_time = 0.011s
4.59/4.67	c #decision = 23
4.59/4.67	c #random_decision = 0
4.59/4.67	c #conflict = 1
4.59/4.67	c #restart = 0
4.59/4.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
4.59/4.67	c lower bound updated to -247
4.59/4.67	c BCD2: 348 <= obj <= 565
4.59/4.67	c BCD2: #cores=22, #unrelaxed=225, #relaxed=370, #hardened=0
4.59/4.67	c BCD2: #sat=1 #unsat=349 bias=349/350
4.59/4.67	c Solving starts ...
4.59/4.67	c ============================[ Search Statistics ]============================
4.59/4.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.67	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.67	c =============================================================================
4.59/4.67	c  0.0s |       0 |        0 |        0 |    11470      0 |      326 |      347
4.59/4.69	c  0.0s |       0 |       23 |        1 |    11470      0 |      326 |      348
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 14: cost of the new core is >=13
4.59/4.69	c lower bound updated to -246
4.59/4.69	c BCD2: 349 <= obj <= 565
4.59/4.69	c BCD2: #cores=22, #unrelaxed=224, #relaxed=371, #hardened=0
4.59/4.69	c BCD2: #sat=1 #unsat=350 bias=350/351
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 |    11470      0 |      327 |      348
4.69/4.70	c  0.0s |       0 |       23 |        1 |    11470      0 |      327 |      349
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 15: cost of the new core is >=14
4.69/4.70	c lower bound updated to -245
4.69/4.70	c BCD2: 350 <= obj <= 565
4.69/4.70	c BCD2: #cores=22, #unrelaxed=223, #relaxed=372, #hardened=0
4.69/4.70	c BCD2: #sat=1 #unsat=351 bias=351/352
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 |    11470      0 |      328 |      349
4.69/4.71	c  0.0s |       0 |       23 |        1 |    11470      0 |      328 |      350
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 16: cost of the new core is >=15
4.69/4.71	c lower bound updated to -244
4.69/4.71	c BCD2: 351 <= obj <= 565
4.69/4.71	c BCD2: #cores=22, #unrelaxed=222, #relaxed=373, #hardened=0
4.69/4.71	c BCD2: #sat=1 #unsat=352 bias=352/353
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 |    11470      0 |      329 |      350
4.69/4.72	c  0.0s |       0 |       23 |        1 |    11470      0 |      329 |      351
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 17: cost of the new core is >=16
4.69/4.72	c lower bound updated to -243
4.69/4.72	c BCD2: 352 <= obj <= 565
4.69/4.72	c BCD2: #cores=22, #unrelaxed=221, #relaxed=374, #hardened=0
4.69/4.72	c BCD2: #sat=1 #unsat=353 bias=353/354
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 |    11470      0 |      330 |      351
4.69/4.73	c  0.0s |       0 |       23 |        0 |    11470      0 |      330 |      352
4.69/4.73	c #cpu_time = 0.011s
4.69/4.73	c #wall_clock_time = 0.011s
4.69/4.73	c #decision = 23
4.69/4.73	c #random_decision = 0
4.69/4.73	c #conflict = 0
4.69/4.73	c #restart = 0
4.69/4.73	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.73	c lower bound updated to -242
4.69/4.74	c BCD2: 353 <= obj <= 565
4.69/4.74	c BCD2: #cores=23, #unrelaxed=219, #relaxed=376, #hardened=0
4.69/4.74	c BCD2: #sat=1 #unsat=354 bias=354/355
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 |    11470      0 |      330 |      353
4.69/4.75	c  0.0s |       0 |       24 |        1 |    11470      0 |      330 |      353
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 = 24
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 3: cost of the new core is >=2
4.69/4.75	c lower bound updated to -241
4.69/4.75	c BCD2: 354 <= obj <= 565
4.69/4.75	c BCD2: #cores=23, #unrelaxed=218, #relaxed=377, #hardened=0
4.69/4.75	c BCD2: #sat=1 #unsat=355 bias=355/356
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 |    11470      0 |      331 |      353
4.69/4.76	c  0.0s |       0 |       24 |        1 |    11470      0 |      331 |      354
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 = 24
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 4: cost of the new core is >=3
4.69/4.76	c lower bound updated to -240
4.69/4.76	c BCD2: 355 <= obj <= 565
4.69/4.76	c BCD2: #cores=23, #unrelaxed=217, #relaxed=378, #hardened=0
4.69/4.76	c BCD2: #sat=1 #unsat=356 bias=356/357
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 |    11470      0 |      332 |      354
4.69/4.77	c  0.0s |       0 |       24 |        1 |    11470      0 |      332 |      355
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 = 24
4.69/4.77	c #random_decision = 0
4.69/4.77	c #conflict = 1
4.69/4.77	c #restart = 0
4.69/4.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
4.69/4.77	c lower bound updated to -239
4.69/4.77	c BCD2: 356 <= obj <= 565
4.69/4.77	c BCD2: #cores=23, #unrelaxed=216, #relaxed=379, #hardened=0
4.69/4.77	c BCD2: #sat=1 #unsat=357 bias=357/358
4.69/4.77	c Solving starts ...
4.69/4.77	c ============================[ Search Statistics ]============================
4.69/4.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.77	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.77	c =============================================================================
4.69/4.77	c  0.0s |       0 |        0 |        0 |    11470      0 |      333 |      355
4.69/4.79	c  0.0s |       0 |       24 |        1 |    11470      0 |      333 |      356
4.69/4.79	c #cpu_time = 0.012s
4.69/4.79	c #wall_clock_time = 0.012s
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 6: cost of the new core is >=5
4.69/4.79	c lower bound updated to -238
4.69/4.79	c BCD2: 357 <= obj <= 565
4.69/4.79	c BCD2: #cores=23, #unrelaxed=215, #relaxed=380, #hardened=0
4.69/4.79	c BCD2: #sat=1 #unsat=358 bias=358/359
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 |    11470      0 |      334 |      356
4.79/4.80	c  0.0s |       0 |       24 |        1 |    11470      0 |      334 |      357
4.79/4.80	c #cpu_time = 0.012s
4.79/4.80	c #wall_clock_time = 0.012s
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 7: cost of the new core is >=6
4.79/4.80	c lower bound updated to -237
4.79/4.80	c BCD2: 358 <= obj <= 565
4.79/4.80	c BCD2: #cores=23, #unrelaxed=214, #relaxed=381, #hardened=0
4.79/4.80	c BCD2: #sat=1 #unsat=359 bias=359/360
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 |    11470      0 |      335 |      357
4.79/4.81	c  0.0s |       0 |       24 |        1 |    11470      0 |      335 |      358
4.79/4.81	c #cpu_time = 0.012s
4.79/4.81	c #wall_clock_time = 0.012s
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 8: cost of the new core is >=7
4.79/4.81	c lower bound updated to -236
4.79/4.81	c BCD2: 359 <= obj <= 565
4.79/4.81	c BCD2: #cores=23, #unrelaxed=213, #relaxed=382, #hardened=0
4.79/4.81	c BCD2: #sat=1 #unsat=360 bias=360/361
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 |    11470      0 |      336 |      358
4.79/4.82	c  0.0s |       0 |       24 |        1 |    11470      0 |      336 |      359
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 9: cost of the new core is >=8
4.79/4.82	c lower bound updated to -235
4.79/4.82	c BCD2: 360 <= obj <= 565
4.79/4.82	c BCD2: #cores=23, #unrelaxed=212, #relaxed=383, #hardened=0
4.79/4.82	c BCD2: #sat=1 #unsat=361 bias=361/362
4.79/4.82	c Solving starts ...
4.79/4.82	c ============================[ Search Statistics ]============================
4.79/4.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.82	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.82	c =============================================================================
4.79/4.82	c  0.0s |       0 |        0 |        0 |    11470      0 |      337 |      359
4.79/4.83	c  0.0s |       0 |       24 |        1 |    11470      0 |      337 |      360
4.79/4.83	c #cpu_time = 0.011s
4.79/4.83	c #wall_clock_time = 0.011s
4.79/4.83	c #decision = 24
4.79/4.83	c #random_decision = 0
4.79/4.83	c #conflict = 1
4.79/4.83	c #restart = 0
4.79/4.83	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.83	c lower bound updated to -234
4.79/4.83	c BCD2: 361 <= obj <= 565
4.79/4.83	c BCD2: #cores=23, #unrelaxed=211, #relaxed=384, #hardened=0
4.79/4.83	c BCD2: #sat=1 #unsat=362 bias=362/363
4.79/4.83	c Solving starts ...
4.79/4.83	c ============================[ Search Statistics ]============================
4.79/4.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.83	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.83	c =============================================================================
4.79/4.83	c  0.0s |       0 |        0 |        0 |    11470      0 |      338 |      360
4.79/4.85	c  0.0s |       0 |       24 |        1 |    11470      0 |      338 |      361
4.79/4.85	c #cpu_time = 0.011s
4.79/4.85	c #wall_clock_time = 0.011s
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 11: cost of the new core is >=10
4.79/4.85	c lower bound updated to -233
4.79/4.85	c BCD2: 362 <= obj <= 565
4.79/4.85	c BCD2: #cores=23, #unrelaxed=210, #relaxed=385, #hardened=0
4.79/4.85	c BCD2: #sat=1 #unsat=363 bias=363/364
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 |    11470      0 |      339 |      361
4.79/4.86	c  0.0s |       0 |       24 |        1 |    11470      0 |      339 |      362
4.79/4.86	c #cpu_time = 0.011s
4.79/4.86	c #wall_clock_time = 0.011s
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 12: cost of the new core is >=11
4.79/4.86	c lower bound updated to -232
4.79/4.86	c BCD2: 363 <= obj <= 565
4.79/4.86	c BCD2: #cores=23, #unrelaxed=209, #relaxed=386, #hardened=0
4.79/4.86	c BCD2: #sat=1 #unsat=364 bias=364/365
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 |    11470      0 |      340 |      362
4.79/4.87	c  0.0s |       0 |       24 |        1 |    11470      0 |      340 |      363
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 13: cost of the new core is >=12
4.79/4.87	c lower bound updated to -231
4.79/4.87	c BCD2: 364 <= obj <= 565
4.79/4.87	c BCD2: #cores=23, #unrelaxed=208, #relaxed=387, #hardened=0
4.79/4.87	c BCD2: #sat=1 #unsat=365 bias=365/366
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 |    11470      0 |      341 |      363
4.79/4.88	c  0.0s |       0 |       24 |        1 |    11470      0 |      341 |      364
4.79/4.88	c #cpu_time = 0.011s
4.79/4.88	c #wall_clock_time = 0.011s
4.79/4.88	c #decision = 24
4.79/4.88	c #random_decision = 0
4.79/4.88	c #conflict = 1
4.79/4.88	c #restart = 0
4.79/4.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
4.79/4.88	c lower bound updated to -230
4.79/4.88	c BCD2: 365 <= obj <= 565
4.79/4.88	c BCD2: #cores=23, #unrelaxed=207, #relaxed=388, #hardened=0
4.79/4.88	c BCD2: #sat=1 #unsat=366 bias=366/367
4.79/4.88	c Solving starts ...
4.79/4.88	c ============================[ Search Statistics ]============================
4.79/4.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.88	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.88	c =============================================================================
4.79/4.88	c  0.0s |       0 |        0 |        0 |    11470      0 |      342 |      364
4.79/4.89	c  0.0s |       0 |       24 |        1 |    11470      0 |      342 |      365
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 15: cost of the new core is >=14
4.79/4.89	c lower bound updated to -229
4.79/4.89	c BCD2: 366 <= obj <= 565
4.79/4.89	c BCD2: #cores=23, #unrelaxed=206, #relaxed=389, #hardened=0
4.79/4.89	c BCD2: #sat=1 #unsat=367 bias=367/368
4.79/4.90	c Solving starts ...
4.79/4.90	c ============================[ Search Statistics ]============================
4.79/4.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.90	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.90	c =============================================================================
4.79/4.90	c  0.0s |       0 |        0 |        0 |    11470      0 |      343 |      365
4.89/4.91	c  0.0s |       0 |       24 |        1 |    11470      0 |      343 |      366
4.89/4.91	c #cpu_time = 0.011s
4.89/4.91	c #wall_clock_time = 0.011s
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 16: cost of the new core is >=15
4.89/4.91	c lower bound updated to -228
4.89/4.91	c BCD2: 367 <= obj <= 565
4.89/4.91	c BCD2: #cores=23, #unrelaxed=205, #relaxed=390, #hardened=0
4.89/4.91	c BCD2: #sat=1 #unsat=368 bias=368/369
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 |    11470      0 |      344 |      366
4.89/4.92	c  0.0s |       0 |       24 |        1 |    11470      0 |      344 |      367
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 17: cost of the new core is >=16
4.89/4.92	c lower bound updated to -227
4.89/4.92	c BCD2: 368 <= obj <= 565
4.89/4.92	c BCD2: #cores=23, #unrelaxed=204, #relaxed=391, #hardened=0
4.89/4.92	c BCD2: #sat=1 #unsat=369 bias=369/370
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 |    11470      0 |      345 |      367
4.89/4.93	c  0.0s |       0 |       24 |        0 |    11470      0 |      345 |      368
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 = 0
4.89/4.93	c #restart = 0
4.89/4.93	c BCD2: found a new core of size 2: cost of the new core is >=1
4.89/4.93	c lower bound updated to -226
4.89/4.93	c BCD2: 369 <= obj <= 565
4.89/4.93	c BCD2: #cores=24, #unrelaxed=202, #relaxed=393, #hardened=0
4.89/4.93	c BCD2: #sat=1 #unsat=370 bias=370/371
4.89/4.93	c Solving starts ...
4.89/4.93	c ============================[ Search Statistics ]============================
4.89/4.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.93	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.93	c =============================================================================
4.89/4.93	c  0.0s |       0 |        0 |        0 |    11470      0 |      345 |      369
4.89/4.94	c  0.0s |       0 |       25 |        1 |    11470      0 |      345 |      369
4.89/4.94	c #cpu_time = 0.011s
4.89/4.94	c #wall_clock_time = 0.011s
4.89/4.94	c #decision = 25
4.89/4.94	c #random_decision = 0
4.89/4.94	c #conflict = 1
4.89/4.94	c #restart = 0
4.89/4.94	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.94	c lower bound updated to -225
4.89/4.94	c BCD2: 370 <= obj <= 565
4.89/4.94	c BCD2: #cores=24, #unrelaxed=201, #relaxed=394, #hardened=0
4.89/4.94	c BCD2: #sat=1 #unsat=371 bias=371/372
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 |    11470      0 |      346 |      369
4.89/4.96	c  0.0s |       0 |       25 |        1 |    11470      0 |      346 |      370
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 = 25
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 4: cost of the new core is >=3
4.89/4.96	c lower bound updated to -224
4.89/4.96	c BCD2: 371 <= obj <= 565
4.89/4.96	c BCD2: #cores=24, #unrelaxed=200, #relaxed=395, #hardened=0
4.89/4.96	c BCD2: #sat=1 #unsat=372 bias=372/373
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 |    11470      0 |      347 |      370
4.89/4.97	c  0.0s |       0 |       25 |        1 |    11470      0 |      347 |      371
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 = 25
4.89/4.97	c #random_decision = 0
4.89/4.97	c #conflict = 1
4.89/4.97	c #restart = 0
4.89/4.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
4.89/4.97	c lower bound updated to -223
4.89/4.97	c BCD2: 372 <= obj <= 565
4.89/4.97	c BCD2: #cores=24, #unrelaxed=199, #relaxed=396, #hardened=0
4.89/4.97	c BCD2: #sat=1 #unsat=373 bias=373/374
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 |    11470      0 |      348 |      371
4.89/4.98	c  0.0s |       0 |       25 |        1 |    11470      0 |      348 |      372
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.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
4.89/4.98	c lower bound updated to -222
4.89/4.98	c BCD2: 373 <= obj <= 565
4.89/4.98	c BCD2: #cores=24, #unrelaxed=198, #relaxed=397, #hardened=0
4.89/4.98	c BCD2: #sat=1 #unsat=374 bias=374/375
4.89/4.98	c Solving starts ...
4.89/4.98	c ============================[ Search Statistics ]============================
4.89/4.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.98	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.98	c =============================================================================
4.89/4.98	c  0.0s |       0 |        0 |        0 |    11470      0 |      349 |      372
4.89/4.99	c  0.0s |       0 |       25 |        1 |    11470      0 |      349 |      373
4.89/4.99	c #cpu_time = 0.011s
4.89/4.99	c #wall_clock_time = 0.011s
4.89/4.99	c #decision = 25
4.89/4.99	c #random_decision = 0
4.89/4.99	c #conflict = 1
4.89/4.99	c #restart = 0
4.89/4.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
4.89/4.99	c lower bound updated to -221
4.89/4.99	c BCD2: 374 <= obj <= 565
4.89/4.99	c BCD2: #cores=24, #unrelaxed=197, #relaxed=398, #hardened=0
4.89/4.99	c BCD2: #sat=1 #unsat=375 bias=375/376
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/5.00	c  0.0s |       0 |        0 |        0 |    11470      0 |      350 |      373
4.99/5.01	c  0.0s |       0 |       25 |        1 |    11470      0 |      350 |      374
4.99/5.01	c #cpu_time = 0.012s
4.99/5.01	c #wall_clock_time = 0.012s
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 8: cost of the new core is >=7
4.99/5.01	c lower bound updated to -220
4.99/5.01	c BCD2: 375 <= obj <= 565
4.99/5.01	c BCD2: #cores=24, #unrelaxed=196, #relaxed=399, #hardened=0
4.99/5.01	c BCD2: #sat=1 #unsat=376 bias=376/377
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 |    11470      0 |      351 |      374
4.99/5.02	c  0.0s |       0 |       25 |        1 |    11470      0 |      351 |      375
4.99/5.02	c #cpu_time = 0.012s
4.99/5.02	c #wall_clock_time = 0.012s
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 9: cost of the new core is >=8
4.99/5.02	c lower bound updated to -219
4.99/5.02	c BCD2: 376 <= obj <= 565
4.99/5.02	c BCD2: #cores=24, #unrelaxed=195, #relaxed=400, #hardened=0
4.99/5.02	c BCD2: #sat=1 #unsat=377 bias=377/378
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 |    11470      0 |      352 |      375
4.99/5.03	c  0.0s |       0 |       25 |        1 |    11470      0 |      352 |      376
4.99/5.03	c #cpu_time = 0.011s
4.99/5.03	c #wall_clock_time = 0.012s
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 10: cost of the new core is >=9
4.99/5.03	c lower bound updated to -218
4.99/5.03	c BCD2: 377 <= obj <= 565
4.99/5.03	c BCD2: #cores=24, #unrelaxed=194, #relaxed=401, #hardened=0
4.99/5.03	c BCD2: #sat=1 #unsat=378 bias=378/379
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 |    11470      0 |      353 |      376
4.99/5.04	c  0.0s |       0 |       25 |        1 |    11470      0 |      353 |      377
4.99/5.04	c #cpu_time = 0.011s
4.99/5.04	c #wall_clock_time = 0.011s
4.99/5.04	c #decision = 25
4.99/5.04	c #random_decision = 0
4.99/5.04	c #conflict = 1
4.99/5.04	c #restart = 0
4.99/5.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
4.99/5.04	c lower bound updated to -217
4.99/5.04	c BCD2: 378 <= obj <= 565
4.99/5.04	c BCD2: #cores=24, #unrelaxed=193, #relaxed=402, #hardened=0
4.99/5.04	c BCD2: #sat=1 #unsat=379 bias=379/380
4.99/5.04	c Solving starts ...
4.99/5.04	c ============================[ Search Statistics ]============================
4.99/5.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.04	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.04	c =============================================================================
4.99/5.04	c  0.0s |       0 |        0 |        0 |    11470      0 |      354 |      377
4.99/5.06	c  0.0s |       0 |       25 |        1 |    11470      0 |      354 |      378
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 12: cost of the new core is >=11
4.99/5.06	c lower bound updated to -216
4.99/5.06	c BCD2: 379 <= obj <= 565
4.99/5.06	c BCD2: #cores=24, #unrelaxed=192, #relaxed=403, #hardened=0
4.99/5.06	c BCD2: #sat=1 #unsat=380 bias=380/381
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 |    11470      0 |      355 |      378
4.99/5.07	c  0.0s |       0 |       25 |        1 |    11470      0 |      355 |      379
4.99/5.07	c #cpu_time = 0.011s
4.99/5.07	c #wall_clock_time = 0.011s
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 13: cost of the new core is >=12
4.99/5.07	c lower bound updated to -215
4.99/5.07	c BCD2: 380 <= obj <= 565
4.99/5.07	c BCD2: #cores=24, #unrelaxed=191, #relaxed=404, #hardened=0
4.99/5.07	c BCD2: #sat=1 #unsat=381 bias=381/382
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 |    11470      0 |      356 |      379
4.99/5.08	c  0.0s |       0 |       25 |        1 |    11470      0 |      356 |      380
4.99/5.08	c #cpu_time = 0.011s
4.99/5.08	c #wall_clock_time = 0.011s
4.99/5.08	c #decision = 25
4.99/5.08	c #random_decision = 0
4.99/5.08	c #conflict = 1
4.99/5.08	c #restart = 0
4.99/5.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
4.99/5.08	c lower bound updated to -214
4.99/5.08	c BCD2: 381 <= obj <= 565
4.99/5.08	c BCD2: #cores=24, #unrelaxed=190, #relaxed=405, #hardened=0
4.99/5.08	c BCD2: #sat=1 #unsat=382 bias=382/383
4.99/5.08	c Solving starts ...
4.99/5.08	c ============================[ Search Statistics ]============================
4.99/5.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.08	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.08	c =============================================================================
4.99/5.08	c  0.0s |       0 |        0 |        0 |    11470      0 |      357 |      380
4.99/5.09	c  0.0s |       0 |       25 |        1 |    11470      0 |      357 |      381
4.99/5.09	c #cpu_time = 0.011s
4.99/5.09	c #wall_clock_time = 0.011s
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 15: cost of the new core is >=14
4.99/5.09	c lower bound updated to -213
4.99/5.09	c BCD2: 382 <= obj <= 565
4.99/5.09	c BCD2: #cores=24, #unrelaxed=189, #relaxed=406, #hardened=0
4.99/5.09	c BCD2: #sat=1 #unsat=383 bias=383/384
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 |    11470      0 |      358 |      381
5.09/5.10	c  0.0s |       0 |       25 |        1 |    11470      0 |      358 |      382
5.09/5.10	c #cpu_time = 0.011s
5.09/5.10	c #wall_clock_time = 0.011s
5.09/5.10	c #decision = 25
5.09/5.10	c #random_decision = 0
5.09/5.10	c #conflict = 1
5.09/5.10	c #restart = 0
5.09/5.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
5.09/5.10	c lower bound updated to -212
5.09/5.10	c BCD2: 383 <= obj <= 565
5.09/5.10	c BCD2: #cores=24, #unrelaxed=188, #relaxed=407, #hardened=0
5.09/5.10	c BCD2: #sat=1 #unsat=384 bias=384/385
5.09/5.10	c Solving starts ...
5.09/5.10	c ============================[ Search Statistics ]============================
5.09/5.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.10	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.10	c =============================================================================
5.09/5.10	c  0.0s |       0 |        0 |        0 |    11470      0 |      359 |      382
5.09/5.12	c  0.0s |       0 |       25 |        1 |    11470      0 |      359 |      383
5.09/5.12	c #cpu_time = 0.011s
5.09/5.12	c #wall_clock_time = 0.011s
5.09/5.12	c #decision = 25
5.09/5.12	c #random_decision = 0
5.09/5.12	c #conflict = 1
5.09/5.12	c #restart = 0
5.09/5.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
5.09/5.12	c lower bound updated to -211
5.09/5.12	c BCD2: 384 <= obj <= 565
5.09/5.12	c BCD2: #cores=24, #unrelaxed=187, #relaxed=408, #hardened=0
5.09/5.12	c BCD2: #sat=1 #unsat=385 bias=385/386
5.09/5.12	c Solving starts ...
5.09/5.12	c ============================[ Search Statistics ]============================
5.09/5.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.12	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.12	c =============================================================================
5.09/5.12	c  0.0s |       0 |        0 |        0 |    11470      0 |      360 |      383
5.09/5.13	c  0.0s |       0 |       25 |        0 |    11470      0 |      360 |      384
5.09/5.13	c #cpu_time = 0.011s
5.09/5.13	c #wall_clock_time = 0.011s
5.09/5.13	c #decision = 25
5.09/5.13	c #random_decision = 0
5.09/5.13	c #conflict = 0
5.09/5.13	c #restart = 0
5.09/5.13	c BCD2: found a new core of size 2: cost of the new core is >=1
5.09/5.13	c lower bound updated to -210
5.09/5.13	c BCD2: 385 <= obj <= 565
5.09/5.13	c BCD2: #cores=25, #unrelaxed=185, #relaxed=410, #hardened=0
5.09/5.13	c BCD2: #sat=1 #unsat=386 bias=386/387
5.09/5.13	c Solving starts ...
5.09/5.13	c ============================[ Search Statistics ]============================
5.09/5.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.13	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.13	c =============================================================================
5.09/5.13	c  0.0s |       0 |        0 |        0 |    11470      0 |      360 |      385
5.09/5.14	c  0.0s |       0 |       26 |        1 |    11470      0 |      360 |      385
5.09/5.14	c #cpu_time = 0.011s
5.09/5.14	c #wall_clock_time = 0.011s
5.09/5.14	c #decision = 26
5.09/5.14	c #random_decision = 0
5.09/5.14	c #conflict = 1
5.09/5.14	c #restart = 0
5.09/5.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
5.09/5.14	c lower bound updated to -209
5.09/5.14	c BCD2: 386 <= obj <= 565
5.09/5.14	c BCD2: #cores=25, #unrelaxed=184, #relaxed=411, #hardened=0
5.09/5.14	c BCD2: #sat=1 #unsat=387 bias=387/388
5.09/5.14	c Solving starts ...
5.09/5.14	c ============================[ Search Statistics ]============================
5.09/5.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.14	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.14	c =============================================================================
5.09/5.14	c  0.0s |       0 |        0 |        0 |    11470      0 |      361 |      385
5.09/5.15	c  0.0s |       0 |       26 |        1 |    11470      0 |      361 |      386
5.09/5.15	c #cpu_time = 0.011s
5.09/5.15	c #wall_clock_time = 0.011s
5.09/5.15	c #decision = 26
5.09/5.15	c #random_decision = 0
5.09/5.15	c #conflict = 1
5.09/5.15	c #restart = 0
5.09/5.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
5.09/5.15	c lower bound updated to -208
5.09/5.15	c BCD2: 387 <= obj <= 565
5.09/5.15	c BCD2: #cores=25, #unrelaxed=183, #relaxed=412, #hardened=0
5.09/5.15	c BCD2: #sat=1 #unsat=388 bias=388/389
5.09/5.15	c Solving starts ...
5.09/5.15	c ============================[ Search Statistics ]============================
5.09/5.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.15	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.15	c =============================================================================
5.09/5.15	c  0.0s |       0 |        0 |        0 |    11470      0 |      362 |      386
5.09/5.17	c  0.0s |       0 |       26 |        1 |    11470      0 |      362 |      387
5.09/5.17	c #cpu_time = 0.011s
5.09/5.17	c #wall_clock_time = 0.011s
5.09/5.17	c #decision = 26
5.09/5.17	c #random_decision = 0
5.09/5.17	c #conflict = 1
5.09/5.17	c #restart = 0
5.09/5.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
5.09/5.17	c lower bound updated to -207
5.09/5.17	c BCD2: 388 <= obj <= 565
5.09/5.17	c BCD2: #cores=25, #unrelaxed=182, #relaxed=413, #hardened=0
5.09/5.17	c BCD2: #sat=1 #unsat=389 bias=389/390
5.09/5.17	c Solving starts ...
5.09/5.17	c ============================[ Search Statistics ]============================
5.09/5.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.17	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.17	c =============================================================================
5.09/5.17	c  0.0s |       0 |        0 |        0 |    11470      0 |      363 |      387
5.09/5.18	c  0.0s |       0 |       26 |        1 |    11470      0 |      363 |      388
5.09/5.18	c #cpu_time = 0.011s
5.09/5.18	c #wall_clock_time = 0.011s
5.09/5.18	c #decision = 26
5.09/5.18	c #random_decision = 0
5.09/5.18	c #conflict = 1
5.09/5.18	c #restart = 0
5.09/5.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
5.09/5.18	c lower bound updated to -206
5.09/5.18	c BCD2: 389 <= obj <= 565
5.09/5.18	c BCD2: #cores=25, #unrelaxed=181, #relaxed=414, #hardened=0
5.09/5.18	c BCD2: #sat=1 #unsat=390 bias=390/391
5.09/5.18	c Solving starts ...
5.09/5.18	c ============================[ Search Statistics ]============================
5.09/5.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.18	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.18	c =============================================================================
5.09/5.18	c  0.0s |       0 |        0 |        0 |    11470      0 |      364 |      388
5.09/5.19	c  0.0s |       0 |       26 |        1 |    11470      0 |      364 |      389
5.09/5.19	c #cpu_time = 0.011s
5.09/5.19	c #wall_clock_time = 0.011s
5.09/5.19	c #decision = 26
5.09/5.19	c #random_decision = 0
5.09/5.19	c #conflict = 1
5.09/5.19	c #restart = 0
5.09/5.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
5.09/5.19	c lower bound updated to -205
5.09/5.19	c BCD2: 390 <= obj <= 565
5.09/5.19	c BCD2: #cores=25, #unrelaxed=180, #relaxed=415, #hardened=0
5.09/5.19	c BCD2: #sat=1 #unsat=391 bias=391/392
5.09/5.19	c Solving starts ...
5.09/5.19	c ============================[ Search Statistics ]============================
5.09/5.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.19	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.19	c =============================================================================
5.09/5.19	c  0.0s |       0 |        0 |        0 |    11470      0 |      365 |      389
5.19/5.20	c  0.0s |       0 |       26 |        1 |    11470      0 |      365 |      390
5.19/5.20	c #cpu_time = 0.011s
5.19/5.20	c #wall_clock_time = 0.011s
5.19/5.20	c #decision = 26
5.19/5.20	c #random_decision = 0
5.19/5.20	c #conflict = 1
5.19/5.20	c #restart = 0
5.19/5.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
5.19/5.20	c lower bound updated to -204
5.19/5.20	c BCD2: 391 <= obj <= 565
5.19/5.20	c BCD2: #cores=25, #unrelaxed=179, #relaxed=416, #hardened=0
5.19/5.20	c BCD2: #sat=1 #unsat=392 bias=392/393
5.19/5.20	c Solving starts ...
5.19/5.20	c ============================[ Search Statistics ]============================
5.19/5.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.20	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.20	c =============================================================================
5.19/5.20	c  0.0s |       0 |        0 |        0 |    11470      0 |      366 |      390
5.19/5.21	c  0.0s |       0 |       26 |        1 |    11470      0 |      366 |      391
5.19/5.21	c #cpu_time = 0.011s
5.19/5.21	c #wall_clock_time = 0.011s
5.19/5.21	c #decision = 26
5.19/5.21	c #random_decision = 0
5.19/5.21	c #conflict = 1
5.19/5.21	c #restart = 0
5.19/5.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
5.19/5.21	c lower bound updated to -203
5.19/5.22	c BCD2: 392 <= obj <= 565
5.19/5.22	c BCD2: #cores=25, #unrelaxed=178, #relaxed=417, #hardened=0
5.19/5.22	c BCD2: #sat=1 #unsat=393 bias=393/394
5.19/5.22	c Solving starts ...
5.19/5.22	c ============================[ Search Statistics ]============================
5.19/5.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.22	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.22	c =============================================================================
5.19/5.22	c  0.0s |       0 |        0 |        0 |    11470      0 |      367 |      391
5.19/5.23	c  0.0s |       0 |       26 |        1 |    11470      0 |      367 |      392
5.19/5.23	c #cpu_time = 0.012s
5.19/5.23	c #wall_clock_time = 0.012s
5.19/5.23	c #decision = 26
5.19/5.23	c #random_decision = 0
5.19/5.23	c #conflict = 1
5.19/5.23	c #restart = 0
5.19/5.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
5.19/5.23	c lower bound updated to -202
5.19/5.23	c BCD2: 393 <= obj <= 565
5.19/5.23	c BCD2: #cores=25, #unrelaxed=177, #relaxed=418, #hardened=0
5.19/5.23	c BCD2: #sat=1 #unsat=394 bias=394/395
5.19/5.23	c Solving starts ...
5.19/5.23	c ============================[ Search Statistics ]============================
5.19/5.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.23	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.23	c =============================================================================
5.19/5.23	c  0.0s |       0 |        0 |        0 |    11470      0 |      368 |      392
5.19/5.24	c  0.0s |       0 |       26 |        1 |    11470      0 |      368 |      393
5.19/5.24	c #cpu_time = 0.012s
5.19/5.24	c #wall_clock_time = 0.012s
5.19/5.24	c #decision = 26
5.19/5.24	c #random_decision = 0
5.19/5.24	c #conflict = 1
5.19/5.24	c #restart = 0
5.19/5.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
5.19/5.24	c lower bound updated to -201
5.19/5.24	c BCD2: 394 <= obj <= 565
5.19/5.24	c BCD2: #cores=25, #unrelaxed=176, #relaxed=419, #hardened=0
5.19/5.24	c BCD2: #sat=1 #unsat=395 bias=395/396
5.19/5.24	c Solving starts ...
5.19/5.24	c ============================[ Search Statistics ]============================
5.19/5.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.24	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.24	c =============================================================================
5.19/5.24	c  0.0s |       0 |        0 |        0 |    11470      0 |      369 |      393
5.19/5.25	c  0.0s |       0 |       26 |        1 |    11470      0 |      369 |      394
5.19/5.25	c #cpu_time = 0.012s
5.19/5.25	c #wall_clock_time = 0.012s
5.19/5.25	c #decision = 26
5.19/5.25	c #random_decision = 0
5.19/5.25	c #conflict = 1
5.19/5.25	c #restart = 0
5.19/5.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
5.19/5.25	c lower bound updated to -200
5.19/5.25	c BCD2: 395 <= obj <= 565
5.19/5.25	c BCD2: #cores=25, #unrelaxed=175, #relaxed=420, #hardened=0
5.19/5.25	c BCD2: #sat=1 #unsat=396 bias=396/397
5.19/5.25	c Solving starts ...
5.19/5.25	c ============================[ Search Statistics ]============================
5.19/5.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.25	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.25	c =============================================================================
5.19/5.25	c  0.0s |       0 |        0 |        0 |    11470      0 |      370 |      394
5.19/5.27	c  0.0s |       0 |       26 |        1 |    11470      0 |      370 |      395
5.19/5.27	c #cpu_time = 0.012s
5.19/5.27	c #wall_clock_time = 0.012s
5.19/5.27	c #decision = 26
5.19/5.27	c #random_decision = 0
5.19/5.27	c #conflict = 1
5.19/5.27	c #restart = 0
5.19/5.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
5.19/5.27	c lower bound updated to -199
5.19/5.27	c BCD2: 396 <= obj <= 565
5.19/5.27	c BCD2: #cores=25, #unrelaxed=174, #relaxed=421, #hardened=0
5.19/5.27	c BCD2: #sat=1 #unsat=397 bias=397/398
5.19/5.27	c Solving starts ...
5.19/5.27	c ============================[ Search Statistics ]============================
5.19/5.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.27	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.27	c =============================================================================
5.19/5.27	c  0.0s |       0 |        0 |        0 |    11470      0 |      371 |      395
5.19/5.28	c  0.0s |       0 |       26 |        1 |    11470      0 |      371 |      396
5.19/5.28	c #cpu_time = 0.012s
5.19/5.28	c #wall_clock_time = 0.012s
5.19/5.28	c #decision = 26
5.19/5.28	c #random_decision = 0
5.19/5.28	c #conflict = 1
5.19/5.28	c #restart = 0
5.19/5.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
5.19/5.28	c lower bound updated to -198
5.19/5.28	c BCD2: 397 <= obj <= 565
5.19/5.28	c BCD2: #cores=25, #unrelaxed=173, #relaxed=422, #hardened=0
5.19/5.28	c BCD2: #sat=1 #unsat=398 bias=398/399
5.19/5.28	c Solving starts ...
5.19/5.28	c ============================[ Search Statistics ]============================
5.19/5.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.28	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.28	c =============================================================================
5.19/5.28	c  0.0s |       0 |        0 |        0 |    11470      0 |      372 |      396
5.19/5.29	c  0.0s |       0 |       26 |        1 |    11470      0 |      372 |      397
5.19/5.29	c #cpu_time = 0.012s
5.19/5.29	c #wall_clock_time = 0.012s
5.19/5.29	c #decision = 26
5.19/5.29	c #random_decision = 0
5.19/5.29	c #conflict = 1
5.19/5.29	c #restart = 0
5.19/5.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
5.19/5.29	c lower bound updated to -197
5.19/5.29	c BCD2: 398 <= obj <= 565
5.19/5.29	c BCD2: #cores=25, #unrelaxed=172, #relaxed=423, #hardened=0
5.19/5.29	c BCD2: #sat=1 #unsat=399 bias=399/400
5.19/5.29	c Solving starts ...
5.19/5.29	c ============================[ Search Statistics ]============================
5.19/5.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.29	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.29	c =============================================================================
5.19/5.29	c  0.0s |       0 |        0 |        0 |    11470      0 |      373 |      397
5.29/5.30	c  0.0s |       0 |       26 |        1 |    11470      0 |      373 |      398
5.29/5.30	c #cpu_time = 0.012s
5.29/5.30	c #wall_clock_time = 0.012s
5.29/5.30	c #decision = 26
5.29/5.30	c #random_decision = 0
5.29/5.30	c #conflict = 1
5.29/5.30	c #restart = 0
5.29/5.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
5.29/5.30	c lower bound updated to -196
5.29/5.30	c BCD2: 399 <= obj <= 565
5.29/5.30	c BCD2: #cores=25, #unrelaxed=171, #relaxed=424, #hardened=0
5.29/5.30	c BCD2: #sat=1 #unsat=400 bias=400/401
5.29/5.30	c Solving starts ...
5.29/5.30	c ============================[ Search Statistics ]============================
5.29/5.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.30	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.30	c =============================================================================
5.29/5.30	c  0.0s |       0 |        0 |        0 |    11470      0 |      374 |      398
5.29/5.32	c  0.0s |       0 |       26 |        1 |    11470      0 |      374 |      399
5.29/5.32	c #cpu_time = 0.011s
5.29/5.32	c #wall_clock_time = 0.012s
5.29/5.32	c #decision = 26
5.29/5.32	c #random_decision = 0
5.29/5.32	c #conflict = 1
5.29/5.32	c #restart = 0
5.29/5.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
5.29/5.32	c lower bound updated to -195
5.29/5.32	c BCD2: 400 <= obj <= 565
5.29/5.32	c BCD2: #cores=25, #unrelaxed=170, #relaxed=425, #hardened=0
5.29/5.32	c BCD2: #sat=1 #unsat=401 bias=401/402
5.29/5.32	c Solving starts ...
5.29/5.32	c ============================[ Search Statistics ]============================
5.29/5.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.32	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.32	c =============================================================================
5.29/5.32	c  0.0s |       0 |        0 |        0 |    11470      0 |      375 |      399
5.29/5.33	c  0.0s |       0 |       26 |        0 |    11470      0 |      375 |      400
5.29/5.33	c #cpu_time = 0.011s
5.29/5.33	c #wall_clock_time = 0.012s
5.29/5.33	c #decision = 26
5.29/5.33	c #random_decision = 0
5.29/5.33	c #conflict = 0
5.29/5.33	c #restart = 0
5.29/5.33	c BCD2: found a new core of size 2: cost of the new core is >=1
5.29/5.33	c lower bound updated to -194
5.29/5.33	c BCD2: 401 <= obj <= 565
5.29/5.33	c BCD2: #cores=26, #unrelaxed=168, #relaxed=427, #hardened=0
5.29/5.33	c BCD2: #sat=1 #unsat=402 bias=402/403
5.29/5.33	c Solving starts ...
5.29/5.33	c ============================[ Search Statistics ]============================
5.29/5.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.33	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.33	c =============================================================================
5.29/5.33	c  0.0s |       0 |        0 |        0 |    11470      0 |      375 |      401
5.29/5.34	c  0.0s |       0 |       27 |        1 |    11470      0 |      375 |      401
5.29/5.34	c #cpu_time = 0.011s
5.29/5.34	c #wall_clock_time = 0.011s
5.29/5.34	c #decision = 27
5.29/5.34	c #random_decision = 0
5.29/5.34	c #conflict = 1
5.29/5.34	c #restart = 0
5.29/5.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
5.29/5.34	c lower bound updated to -193
5.29/5.34	c BCD2: 402 <= obj <= 565
5.29/5.34	c BCD2: #cores=26, #unrelaxed=167, #relaxed=428, #hardened=0
5.29/5.34	c BCD2: #sat=1 #unsat=403 bias=403/404
5.29/5.34	c Solving starts ...
5.29/5.34	c ============================[ Search Statistics ]============================
5.29/5.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.34	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.34	c =============================================================================
5.29/5.34	c  0.0s |       0 |        0 |        0 |    11470      0 |      376 |      401
5.29/5.35	c  0.0s |       0 |       27 |        1 |    11470      0 |      376 |      402
5.29/5.35	c #cpu_time = 0.011s
5.29/5.35	c #wall_clock_time = 0.011s
5.29/5.35	c #decision = 27
5.29/5.35	c #random_decision = 0
5.29/5.35	c #conflict = 1
5.29/5.35	c #restart = 0
5.29/5.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
5.29/5.35	c lower bound updated to -192
5.29/5.35	c BCD2: 403 <= obj <= 565
5.29/5.35	c BCD2: #cores=26, #unrelaxed=166, #relaxed=429, #hardened=0
5.29/5.35	c BCD2: #sat=1 #unsat=404 bias=404/405
5.29/5.35	c Solving starts ...
5.29/5.35	c ============================[ Search Statistics ]============================
5.29/5.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.35	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.35	c =============================================================================
5.29/5.35	c  0.0s |       0 |        0 |        0 |    11470      0 |      377 |      402
5.29/5.37	c  0.0s |       0 |       27 |        1 |    11470      0 |      377 |      403
5.29/5.37	c #cpu_time = 0.011s
5.29/5.37	c #wall_clock_time = 0.011s
5.29/5.37	c #decision = 27
5.29/5.37	c #random_decision = 0
5.29/5.37	c #conflict = 1
5.29/5.37	c #restart = 0
5.29/5.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
5.29/5.37	c lower bound updated to -191
5.29/5.37	c BCD2: 404 <= obj <= 565
5.29/5.37	c BCD2: #cores=26, #unrelaxed=165, #relaxed=430, #hardened=0
5.29/5.37	c BCD2: #sat=1 #unsat=405 bias=405/406
5.29/5.37	c Solving starts ...
5.29/5.37	c ============================[ Search Statistics ]============================
5.29/5.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.37	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.37	c =============================================================================
5.29/5.37	c  0.0s |       0 |        0 |        0 |    11470      0 |      378 |      403
5.29/5.38	c  0.0s |       0 |       27 |        1 |    11470      0 |      378 |      404
5.29/5.38	c #cpu_time = 0.011s
5.29/5.38	c #wall_clock_time = 0.011s
5.29/5.38	c #decision = 27
5.29/5.38	c #random_decision = 0
5.29/5.38	c #conflict = 1
5.29/5.38	c #restart = 0
5.29/5.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
5.29/5.38	c lower bound updated to -190
5.29/5.38	c BCD2: 405 <= obj <= 565
5.29/5.38	c BCD2: #cores=26, #unrelaxed=164, #relaxed=431, #hardened=0
5.29/5.38	c BCD2: #sat=1 #unsat=406 bias=406/407
5.29/5.38	c Solving starts ...
5.29/5.38	c ============================[ Search Statistics ]============================
5.29/5.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.38	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.38	c =============================================================================
5.29/5.38	c  0.0s |       0 |        0 |        0 |    11470      0 |      379 |      404
5.29/5.39	c  0.0s |       0 |       27 |        1 |    11470      0 |      379 |      405
5.29/5.39	c #cpu_time = 0.011s
5.29/5.39	c #wall_clock_time = 0.011s
5.29/5.39	c #decision = 27
5.29/5.39	c #random_decision = 0
5.29/5.39	c #conflict = 1
5.29/5.39	c #restart = 0
5.29/5.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
5.29/5.39	c lower bound updated to -189
5.29/5.39	c BCD2: 406 <= obj <= 565
5.29/5.39	c BCD2: #cores=26, #unrelaxed=163, #relaxed=432, #hardened=0
5.29/5.39	c BCD2: #sat=1 #unsat=407 bias=407/408
5.29/5.39	c Solving starts ...
5.29/5.39	c ============================[ Search Statistics ]============================
5.29/5.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.39	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.39	c =============================================================================
5.29/5.39	c  0.0s |       0 |        0 |        0 |    11470      0 |      380 |      405
5.38/5.40	c  0.0s |       0 |       27 |        1 |    11470      0 |      380 |      406
5.38/5.40	c #cpu_time = 0.011s
5.38/5.40	c #wall_clock_time = 0.011s
5.38/5.40	c #decision = 27
5.38/5.40	c #random_decision = 0
5.38/5.40	c #conflict = 1
5.38/5.40	c #restart = 0
5.38/5.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
5.38/5.40	c lower bound updated to -188
5.38/5.40	c BCD2: 407 <= obj <= 565
5.38/5.40	c BCD2: #cores=26, #unrelaxed=162, #relaxed=433, #hardened=0
5.38/5.40	c BCD2: #sat=1 #unsat=408 bias=408/409
5.38/5.40	c Solving starts ...
5.38/5.40	c ============================[ Search Statistics ]============================
5.38/5.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.40	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.40	c =============================================================================
5.38/5.40	c  0.0s |       0 |        0 |        0 |    11470      0 |      381 |      406
5.38/5.41	c  0.0s |       0 |       27 |        1 |    11470      0 |      381 |      407
5.38/5.41	c #cpu_time = 0.011s
5.38/5.41	c #wall_clock_time = 0.011s
5.38/5.41	c #decision = 27
5.38/5.41	c #random_decision = 0
5.38/5.41	c #conflict = 1
5.38/5.41	c #restart = 0
5.38/5.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
5.38/5.41	c lower bound updated to -187
5.38/5.41	c BCD2: 408 <= obj <= 565
5.38/5.41	c BCD2: #cores=26, #unrelaxed=161, #relaxed=434, #hardened=0
5.38/5.41	c BCD2: #sat=1 #unsat=409 bias=409/410
5.38/5.41	c Solving starts ...
5.38/5.41	c ============================[ Search Statistics ]============================
5.38/5.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.41	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.41	c =============================================================================
5.38/5.41	c  0.0s |       0 |        0 |        0 |    11470      0 |      382 |      407
5.38/5.43	c  0.0s |       0 |       27 |        1 |    11470      0 |      382 |      408
5.38/5.43	c #cpu_time = 0.011s
5.38/5.43	c #wall_clock_time = 0.011s
5.38/5.43	c #decision = 27
5.38/5.43	c #random_decision = 0
5.38/5.43	c #conflict = 1
5.38/5.43	c #restart = 0
5.38/5.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
5.38/5.43	c lower bound updated to -186
5.38/5.43	c BCD2: 409 <= obj <= 565
5.38/5.43	c BCD2: #cores=26, #unrelaxed=160, #relaxed=435, #hardened=0
5.38/5.43	c BCD2: #sat=1 #unsat=410 bias=410/411
5.38/5.43	c Solving starts ...
5.38/5.43	c ============================[ Search Statistics ]============================
5.38/5.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.43	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.43	c =============================================================================
5.38/5.43	c  0.0s |       0 |        0 |        0 |    11470      0 |      383 |      408
5.38/5.44	c  0.0s |       0 |       27 |        1 |    11470      0 |      383 |      409
5.38/5.44	c #cpu_time = 0.011s
5.38/5.44	c #wall_clock_time = 0.011s
5.38/5.44	c #decision = 27
5.38/5.44	c #random_decision = 0
5.38/5.44	c #conflict = 1
5.38/5.44	c #restart = 0
5.38/5.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
5.38/5.44	c lower bound updated to -185
5.38/5.44	c BCD2: 410 <= obj <= 565
5.38/5.44	c BCD2: #cores=26, #unrelaxed=159, #relaxed=436, #hardened=0
5.38/5.44	c BCD2: #sat=1 #unsat=411 bias=411/412
5.38/5.44	c Solving starts ...
5.38/5.44	c ============================[ Search Statistics ]============================
5.38/5.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.44	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.44	c =============================================================================
5.38/5.44	c  0.0s |       0 |        0 |        0 |    11470      0 |      384 |      409
5.38/5.45	c  0.0s |       0 |       27 |        1 |    11470      0 |      384 |      410
5.38/5.45	c #cpu_time = 0.012s
5.38/5.45	c #wall_clock_time = 0.012s
5.38/5.45	c #decision = 27
5.38/5.45	c #random_decision = 0
5.38/5.45	c #conflict = 1
5.38/5.45	c #restart = 0
5.38/5.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
5.38/5.45	c lower bound updated to -184
5.38/5.45	c BCD2: 411 <= obj <= 565
5.38/5.45	c BCD2: #cores=26, #unrelaxed=158, #relaxed=437, #hardened=0
5.38/5.45	c BCD2: #sat=1 #unsat=412 bias=412/413
5.38/5.45	c Solving starts ...
5.38/5.45	c ============================[ Search Statistics ]============================
5.38/5.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.45	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.45	c =============================================================================
5.38/5.45	c  0.0s |       0 |        0 |        0 |    11470      0 |      385 |      410
5.38/5.47	c  0.0s |       0 |       27 |        1 |    11470      0 |      385 |      411
5.38/5.47	c #cpu_time = 0.012s
5.38/5.47	c #wall_clock_time = 0.012s
5.38/5.47	c #decision = 27
5.38/5.47	c #random_decision = 0
5.38/5.47	c #conflict = 1
5.38/5.47	c #restart = 0
5.38/5.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
5.38/5.47	c lower bound updated to -183
5.38/5.47	c BCD2: 412 <= obj <= 565
5.38/5.47	c BCD2: #cores=26, #unrelaxed=157, #relaxed=438, #hardened=0
5.38/5.47	c BCD2: #sat=1 #unsat=413 bias=413/414
5.38/5.47	c Solving starts ...
5.38/5.47	c ============================[ Search Statistics ]============================
5.38/5.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.47	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.47	c =============================================================================
5.38/5.47	c  0.0s |       0 |        0 |        0 |    11470      0 |      386 |      411
5.38/5.48	c  0.0s |       0 |       27 |        1 |    11470      0 |      386 |      412
5.38/5.48	c #cpu_time = 0.011s
5.38/5.48	c #wall_clock_time = 0.011s
5.38/5.48	c #decision = 27
5.38/5.48	c #random_decision = 0
5.38/5.48	c #conflict = 1
5.38/5.48	c #restart = 0
5.38/5.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
5.38/5.48	c lower bound updated to -182
5.38/5.48	c BCD2: 413 <= obj <= 565
5.38/5.48	c BCD2: #cores=26, #unrelaxed=156, #relaxed=439, #hardened=0
5.38/5.48	c BCD2: #sat=1 #unsat=414 bias=414/415
5.38/5.48	c Solving starts ...
5.38/5.48	c ============================[ Search Statistics ]============================
5.38/5.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.48	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.48	c =============================================================================
5.38/5.48	c  0.0s |       0 |        0 |        0 |    11470      0 |      387 |      412
5.38/5.49	c  0.0s |       0 |       27 |        1 |    11470      0 |      387 |      413
5.38/5.49	c #cpu_time = 0.011s
5.38/5.49	c #wall_clock_time = 0.011s
5.38/5.49	c #decision = 27
5.38/5.49	c #random_decision = 0
5.38/5.49	c #conflict = 1
5.38/5.49	c #restart = 0
5.38/5.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
5.38/5.49	c lower bound updated to -181
5.38/5.49	c BCD2: 414 <= obj <= 565
5.38/5.49	c BCD2: #cores=26, #unrelaxed=155, #relaxed=440, #hardened=0
5.38/5.49	c BCD2: #sat=1 #unsat=415 bias=415/416
5.38/5.49	c Solving starts ...
5.38/5.49	c ============================[ Search Statistics ]============================
5.38/5.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.49	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.49	c =============================================================================
5.38/5.49	c  0.0s |       0 |        0 |        0 |    11470      0 |      388 |      413
5.38/5.50	c  0.0s |       0 |       27 |        1 |    11470      0 |      388 |      414
5.38/5.50	c #cpu_time = 0.012s
5.38/5.50	c #wall_clock_time = 0.012s
5.38/5.50	c #decision = 27
5.38/5.50	c #random_decision = 0
5.38/5.50	c #conflict = 1
5.38/5.50	c #restart = 0
5.38/5.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
5.38/5.50	c lower bound updated to -180
5.38/5.50	c BCD2: 415 <= obj <= 565
5.38/5.50	c BCD2: #cores=26, #unrelaxed=154, #relaxed=441, #hardened=0
5.38/5.50	c BCD2: #sat=1 #unsat=416 bias=416/417
5.49/5.50	c Solving starts ...
5.49/5.50	c ============================[ Search Statistics ]============================
5.49/5.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.50	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.50	c =============================================================================
5.49/5.50	c  0.0s |       0 |        0 |        0 |    11470      0 |      389 |      414
5.49/5.51	c  0.0s |       0 |       27 |        1 |    11470      0 |      389 |      415
5.49/5.51	c #cpu_time = 0.012s
5.49/5.51	c #wall_clock_time = 0.012s
5.49/5.51	c #decision = 27
5.49/5.51	c #random_decision = 0
5.49/5.51	c #conflict = 1
5.49/5.51	c #restart = 0
5.49/5.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
5.49/5.51	c lower bound updated to -179
5.49/5.52	c BCD2: 416 <= obj <= 565
5.49/5.52	c BCD2: #cores=26, #unrelaxed=153, #relaxed=442, #hardened=0
5.49/5.52	c BCD2: #sat=1 #unsat=417 bias=417/418
5.49/5.52	c Solving starts ...
5.49/5.52	c ============================[ Search Statistics ]============================
5.49/5.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.52	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.52	c =============================================================================
5.49/5.52	c  0.0s |       0 |        0 |        0 |    11470      0 |      390 |      415
5.49/5.53	c  0.0s |       0 |       27 |        0 |    11470      0 |      390 |      416
5.49/5.53	c #cpu_time = 0.011s
5.49/5.53	c #wall_clock_time = 0.011s
5.49/5.53	c #decision = 27
5.49/5.53	c #random_decision = 0
5.49/5.53	c #conflict = 0
5.49/5.53	c #restart = 0
5.49/5.53	c BCD2: found a new core of size 2: cost of the new core is >=1
5.49/5.53	c lower bound updated to -178
5.49/5.53	c BCD2: 417 <= obj <= 565
5.49/5.53	c BCD2: #cores=27, #unrelaxed=151, #relaxed=444, #hardened=0
5.49/5.53	c BCD2: #sat=1 #unsat=418 bias=418/419
5.49/5.53	c Solving starts ...
5.49/5.53	c ============================[ Search Statistics ]============================
5.49/5.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.53	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.53	c =============================================================================
5.49/5.53	c  0.0s |       0 |        0 |        0 |    11470      0 |      390 |      417
5.49/5.54	c  0.0s |       0 |       28 |        1 |    11470      0 |      390 |      417
5.49/5.54	c #cpu_time = 0.011s
5.49/5.54	c #wall_clock_time = 0.011s
5.49/5.54	c #decision = 28
5.49/5.54	c #random_decision = 0
5.49/5.54	c #conflict = 1
5.49/5.54	c #restart = 0
5.49/5.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
5.49/5.54	c lower bound updated to -177
5.49/5.54	c BCD2: 418 <= obj <= 565
5.49/5.54	c BCD2: #cores=27, #unrelaxed=150, #relaxed=445, #hardened=0
5.49/5.54	c BCD2: #sat=1 #unsat=419 bias=419/420
5.49/5.54	c Solving starts ...
5.49/5.54	c ============================[ Search Statistics ]============================
5.49/5.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.54	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.54	c =============================================================================
5.49/5.54	c  0.0s |       0 |        0 |        0 |    11470      0 |      391 |      417
5.49/5.55	c  0.0s |       0 |       28 |        1 |    11470      0 |      391 |      418
5.49/5.55	c #cpu_time = 0.011s
5.49/5.55	c #wall_clock_time = 0.011s
5.49/5.55	c #decision = 28
5.49/5.55	c #random_decision = 0
5.49/5.55	c #conflict = 1
5.49/5.55	c #restart = 0
5.49/5.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
5.49/5.55	c lower bound updated to -176
5.49/5.55	c BCD2: 419 <= obj <= 565
5.49/5.55	c BCD2: #cores=27, #unrelaxed=149, #relaxed=446, #hardened=0
5.49/5.55	c BCD2: #sat=1 #unsat=420 bias=420/421
5.49/5.55	c Solving starts ...
5.49/5.55	c ============================[ Search Statistics ]============================
5.49/5.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.55	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.55	c =============================================================================
5.49/5.55	c  0.0s |       0 |        0 |        0 |    11470      0 |      392 |      418
5.49/5.56	c  0.0s |       0 |       28 |        1 |    11470      0 |      392 |      419
5.49/5.56	c #cpu_time = 0.012s
5.49/5.56	c #wall_clock_time = 0.012s
5.49/5.56	c #decision = 28
5.49/5.56	c #random_decision = 0
5.49/5.56	c #conflict = 1
5.49/5.56	c #restart = 0
5.49/5.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
5.49/5.56	c lower bound updated to -175
5.49/5.57	c BCD2: 420 <= obj <= 565
5.49/5.57	c BCD2: #cores=27, #unrelaxed=148, #relaxed=447, #hardened=0
5.49/5.57	c BCD2: #sat=1 #unsat=421 bias=421/422
5.49/5.57	c Solving starts ...
5.49/5.57	c ============================[ Search Statistics ]============================
5.49/5.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.57	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.57	c =============================================================================
5.49/5.57	c  0.0s |       0 |        0 |        0 |    11470      0 |      393 |      419
5.49/5.58	c  0.0s |       0 |       28 |        1 |    11470      0 |      393 |      420
5.49/5.58	c #cpu_time = 0.011s
5.49/5.58	c #wall_clock_time = 0.011s
5.49/5.58	c #decision = 28
5.49/5.58	c #random_decision = 0
5.49/5.58	c #conflict = 1
5.49/5.58	c #restart = 0
5.49/5.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
5.49/5.58	c lower bound updated to -174
5.49/5.58	c BCD2: 421 <= obj <= 565
5.49/5.58	c BCD2: #cores=27, #unrelaxed=147, #relaxed=448, #hardened=0
5.49/5.58	c BCD2: #sat=1 #unsat=422 bias=422/423
5.49/5.58	c Solving starts ...
5.49/5.58	c ============================[ Search Statistics ]============================
5.49/5.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.58	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.58	c =============================================================================
5.49/5.58	c  0.0s |       0 |        0 |        0 |    11470      0 |      394 |      420
5.49/5.59	c  0.0s |       0 |       28 |        1 |    11470      0 |      394 |      421
5.49/5.59	c #cpu_time = 0.011s
5.49/5.59	c #wall_clock_time = 0.011s
5.49/5.59	c #decision = 28
5.49/5.59	c #random_decision = 0
5.49/5.59	c #conflict = 1
5.49/5.59	c #restart = 0
5.49/5.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
5.49/5.59	c lower bound updated to -173
5.49/5.59	c BCD2: 422 <= obj <= 565
5.49/5.59	c BCD2: #cores=27, #unrelaxed=146, #relaxed=449, #hardened=0
5.49/5.59	c BCD2: #sat=1 #unsat=423 bias=423/424
5.49/5.59	c Solving starts ...
5.49/5.59	c ============================[ Search Statistics ]============================
5.49/5.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.59	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.59	c =============================================================================
5.49/5.59	c  0.0s |       0 |        0 |        0 |    11470      0 |      395 |      421
5.49/5.60	c  0.0s |       0 |       28 |        1 |    11470      0 |      395 |      422
5.49/5.60	c #cpu_time = 0.011s
5.49/5.60	c #wall_clock_time = 0.011s
5.49/5.60	c #decision = 28
5.49/5.60	c #random_decision = 0
5.49/5.60	c #conflict = 1
5.49/5.60	c #restart = 0
5.49/5.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
5.49/5.60	c lower bound updated to -172
5.49/5.60	c BCD2: 423 <= obj <= 565
5.49/5.60	c BCD2: #cores=27, #unrelaxed=145, #relaxed=450, #hardened=0
5.49/5.60	c BCD2: #sat=1 #unsat=424 bias=424/425
5.49/5.60	c Solving starts ...
5.49/5.60	c ============================[ Search Statistics ]============================
5.49/5.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.60	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.60	c =============================================================================
5.49/5.60	c  0.0s |       0 |        0 |        0 |    11470      0 |      396 |      422
5.60/5.61	c  0.0s |       0 |       28 |        1 |    11470      0 |      396 |      423
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 9: cost of the new core is >=8
5.60/5.61	c lower bound updated to -171
5.60/5.61	c BCD2: 424 <= obj <= 565
5.60/5.61	c BCD2: #cores=27, #unrelaxed=144, #relaxed=451, #hardened=0
5.60/5.61	c BCD2: #sat=1 #unsat=425 bias=425/426
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 |    11470      0 |      397 |      423
5.60/5.63	c  0.0s |       0 |       28 |        1 |    11470      0 |      397 |      424
5.60/5.63	c #cpu_time = 0.011s
5.60/5.63	c #wall_clock_time = 0.011s
5.60/5.63	c #decision = 28
5.60/5.63	c #random_decision = 0
5.60/5.63	c #conflict = 1
5.60/5.63	c #restart = 0
5.60/5.63	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.63	c lower bound updated to -170
5.60/5.63	c BCD2: 425 <= obj <= 565
5.60/5.63	c BCD2: #cores=27, #unrelaxed=143, #relaxed=452, #hardened=0
5.60/5.63	c BCD2: #sat=1 #unsat=426 bias=426/427
5.60/5.63	c Solving starts ...
5.60/5.63	c ============================[ Search Statistics ]============================
5.60/5.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.63	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.63	c =============================================================================
5.60/5.63	c  0.0s |       0 |        0 |        0 |    11470      0 |      398 |      424
5.60/5.64	c  0.0s |       0 |       28 |        1 |    11470      0 |      398 |      425
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 11: cost of the new core is >=10
5.60/5.64	c lower bound updated to -169
5.60/5.64	c BCD2: 426 <= obj <= 565
5.60/5.64	c BCD2: #cores=27, #unrelaxed=142, #relaxed=453, #hardened=0
5.60/5.64	c BCD2: #sat=1 #unsat=427 bias=427/428
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 |    11470      0 |      399 |      425
5.60/5.65	c  0.0s |       0 |       28 |        1 |    11470      0 |      399 |      426
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 12: cost of the new core is >=11
5.60/5.65	c lower bound updated to -168
5.60/5.65	c BCD2: 427 <= obj <= 565
5.60/5.65	c BCD2: #cores=27, #unrelaxed=141, #relaxed=454, #hardened=0
5.60/5.65	c BCD2: #sat=1 #unsat=428 bias=428/429
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 |    11470      0 |      400 |      426
5.60/5.66	c  0.0s |       0 |       28 |        1 |    11470      0 |      400 |      427
5.60/5.66	c #cpu_time = 0.011s
5.60/5.66	c #wall_clock_time = 0.012s
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 13: cost of the new core is >=12
5.60/5.66	c lower bound updated to -167
5.60/5.66	c BCD2: 428 <= obj <= 565
5.60/5.66	c BCD2: #cores=27, #unrelaxed=140, #relaxed=455, #hardened=0
5.60/5.66	c BCD2: #sat=1 #unsat=429 bias=429/430
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 |    11470      0 |      401 |      427
5.60/5.68	c  0.0s |       0 |       28 |        1 |    11470      0 |      401 |      428
5.60/5.68	c #cpu_time = 0.012s
5.60/5.68	c #wall_clock_time = 0.012s
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 14: cost of the new core is >=13
5.60/5.68	c lower bound updated to -166
5.60/5.68	c BCD2: 429 <= obj <= 565
5.60/5.68	c BCD2: #cores=27, #unrelaxed=139, #relaxed=456, #hardened=0
5.60/5.68	c BCD2: #sat=1 #unsat=430 bias=430/431
5.60/5.68	c Solving starts ...
5.60/5.68	c ============================[ Search Statistics ]============================
5.60/5.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.68	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.68	c =============================================================================
5.60/5.68	c  0.0s |       0 |        0 |        0 |    11470      0 |      402 |      428
5.60/5.69	c  0.0s |       0 |       28 |        1 |    11470      0 |      402 |      429
5.60/5.69	c #cpu_time = 0.012s
5.60/5.69	c #wall_clock_time = 0.012s
5.60/5.69	c #decision = 28
5.60/5.69	c #random_decision = 0
5.60/5.69	c #conflict = 1
5.60/5.69	c #restart = 0
5.60/5.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
5.60/5.69	c lower bound updated to -165
5.60/5.69	c BCD2: 430 <= obj <= 565
5.60/5.69	c BCD2: #cores=27, #unrelaxed=138, #relaxed=457, #hardened=0
5.60/5.69	c BCD2: #sat=1 #unsat=431 bias=431/432
5.60/5.69	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 |    11470      0 |      403 |      429
5.69/5.70	c  0.0s |       0 |       28 |        1 |    11470      0 |      403 |      430
5.69/5.70	c #cpu_time = 0.011s
5.69/5.70	c #wall_clock_time = 0.012s
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 16: cost of the new core is >=15
5.69/5.70	c lower bound updated to -164
5.69/5.70	c BCD2: 431 <= obj <= 565
5.69/5.70	c BCD2: #cores=27, #unrelaxed=137, #relaxed=458, #hardened=0
5.69/5.70	c BCD2: #sat=1 #unsat=432 bias=432/433
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 |    11470      0 |      404 |      430
5.69/5.71	c  0.0s |       0 |       28 |        1 |    11470      0 |      404 |      431
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 17: cost of the new core is >=16
5.69/5.71	c lower bound updated to -163
5.69/5.71	c BCD2: 432 <= obj <= 565
5.69/5.71	c BCD2: #cores=27, #unrelaxed=136, #relaxed=459, #hardened=0
5.69/5.71	c BCD2: #sat=1 #unsat=433 bias=433/434
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 |    11470      0 |      405 |      431
5.69/5.73	c  0.0s |       0 |       28 |        0 |    11470      0 |      405 |      432
5.69/5.73	c #cpu_time = 0.011s
5.69/5.73	c #wall_clock_time = 0.011s
5.69/5.73	c #decision = 28
5.69/5.73	c #random_decision = 0
5.69/5.73	c #conflict = 0
5.69/5.73	c #restart = 0
5.69/5.73	c BCD2: found a new core of size 2: cost of the new core is >=1
5.69/5.73	c lower bound updated to -162
5.69/5.73	c BCD2: 433 <= obj <= 565
5.69/5.73	c BCD2: #cores=28, #unrelaxed=134, #relaxed=461, #hardened=0
5.69/5.73	c BCD2: #sat=1 #unsat=434 bias=434/435
5.69/5.73	c Solving starts ...
5.69/5.73	c ============================[ Search Statistics ]============================
5.69/5.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.73	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.73	c =============================================================================
5.69/5.73	c  0.0s |       0 |        0 |        0 |    11470      0 |      405 |      433
5.69/5.74	c  0.0s |       0 |       29 |        1 |    11470      0 |      405 |      433
5.69/5.74	c #cpu_time = 0.011s
5.69/5.74	c #wall_clock_time = 0.011s
5.69/5.74	c #decision = 29
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 3: cost of the new core is >=2
5.69/5.74	c lower bound updated to -161
5.69/5.74	c BCD2: 434 <= obj <= 565
5.69/5.74	c BCD2: #cores=28, #unrelaxed=133, #relaxed=462, #hardened=0
5.69/5.74	c BCD2: #sat=1 #unsat=435 bias=435/436
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 |    11470      0 |      406 |      433
5.69/5.75	c  0.0s |       0 |       29 |        1 |    11470      0 |      406 |      434
5.69/5.75	c #cpu_time = 0.011s
5.69/5.75	c #wall_clock_time = 0.011s
5.69/5.75	c #decision = 29
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 4: cost of the new core is >=3
5.69/5.75	c lower bound updated to -160
5.69/5.75	c BCD2: 435 <= obj <= 565
5.69/5.75	c BCD2: #cores=28, #unrelaxed=132, #relaxed=463, #hardened=0
5.69/5.75	c BCD2: #sat=1 #unsat=436 bias=436/437
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 |    11470      0 |      407 |      434
5.69/5.76	c  0.0s |       0 |       29 |        1 |    11470      0 |      407 |      435
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 = 29
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 5: cost of the new core is >=4
5.69/5.76	c lower bound updated to -159
5.69/5.76	c BCD2: 436 <= obj <= 565
5.69/5.76	c BCD2: #cores=28, #unrelaxed=131, #relaxed=464, #hardened=0
5.69/5.76	c BCD2: #sat=1 #unsat=437 bias=437/438
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 |    11470      0 |      408 |      435
5.69/5.78	c  0.0s |       0 |       29 |        1 |    11470      0 |      408 |      436
5.69/5.78	c #cpu_time = 0.011s
5.69/5.78	c #wall_clock_time = 0.011s
5.69/5.78	c #decision = 29
5.69/5.78	c #random_decision = 0
5.69/5.78	c #conflict = 1
5.69/5.78	c #restart = 0
5.69/5.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
5.69/5.78	c lower bound updated to -158
5.69/5.78	c BCD2: 437 <= obj <= 565
5.69/5.78	c BCD2: #cores=28, #unrelaxed=130, #relaxed=465, #hardened=0
5.69/5.78	c BCD2: #sat=1 #unsat=438 bias=438/439
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 |    11470      0 |      409 |      436
5.69/5.79	c  0.0s |       0 |       29 |        1 |    11470      0 |      409 |      437
5.69/5.79	c #cpu_time = 0.012s
5.69/5.79	c #wall_clock_time = 0.012s
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 7: cost of the new core is >=6
5.69/5.79	c lower bound updated to -157
5.69/5.79	c BCD2: 438 <= obj <= 565
5.69/5.79	c BCD2: #cores=28, #unrelaxed=129, #relaxed=466, #hardened=0
5.69/5.79	c BCD2: #sat=1 #unsat=439 bias=439/440
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 |    11470      0 |      410 |      437
5.79/5.80	c  0.0s |       0 |       29 |        1 |    11470      0 |      410 |      438
5.79/5.80	c #cpu_time = 0.012s
5.79/5.80	c #wall_clock_time = 0.012s
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 8: cost of the new core is >=7
5.79/5.80	c lower bound updated to -156
5.79/5.80	c BCD2: 439 <= obj <= 565
5.79/5.80	c BCD2: #cores=28, #unrelaxed=128, #relaxed=467, #hardened=0
5.79/5.80	c BCD2: #sat=1 #unsat=440 bias=440/441
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 |    11470      0 |      411 |      438
5.79/5.81	c  0.0s |       0 |       29 |        1 |    11470      0 |      411 |      439
5.79/5.81	c #cpu_time = 0.011s
5.79/5.81	c #wall_clock_time = 0.012s
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 9: cost of the new core is >=8
5.79/5.81	c lower bound updated to -155
5.79/5.81	c BCD2: 440 <= obj <= 565
5.79/5.81	c BCD2: #cores=28, #unrelaxed=127, #relaxed=468, #hardened=0
5.79/5.81	c BCD2: #sat=1 #unsat=441 bias=441/442
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 |    11470      0 |      412 |      439
5.79/5.83	c  0.0s |       0 |       29 |        1 |    11470      0 |      412 |      440
5.79/5.83	c #cpu_time = 0.012s
5.79/5.83	c #wall_clock_time = 0.012s
5.79/5.83	c #decision = 29
5.79/5.83	c #random_decision = 0
5.79/5.83	c #conflict = 1
5.79/5.83	c #restart = 0
5.79/5.83	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.83	c lower bound updated to -154
5.79/5.83	c BCD2: 441 <= obj <= 565
5.79/5.83	c BCD2: #cores=28, #unrelaxed=126, #relaxed=469, #hardened=0
5.79/5.83	c BCD2: #sat=1 #unsat=442 bias=442/443
5.79/5.83	c Solving starts ...
5.79/5.83	c ============================[ Search Statistics ]============================
5.79/5.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.83	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.83	c =============================================================================
5.79/5.83	c  0.0s |       0 |        0 |        0 |    11470      0 |      413 |      440
5.79/5.84	c  0.0s |       0 |       29 |        1 |    11470      0 |      413 |      441
5.79/5.84	c #cpu_time = 0.012s
5.79/5.84	c #wall_clock_time = 0.012s
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 11: cost of the new core is >=10
5.79/5.84	c lower bound updated to -153
5.79/5.84	c BCD2: 442 <= obj <= 565
5.79/5.84	c BCD2: #cores=28, #unrelaxed=125, #relaxed=470, #hardened=0
5.79/5.84	c BCD2: #sat=1 #unsat=443 bias=443/444
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 |    11470      0 |      414 |      441
5.79/5.85	c  0.0s |       0 |       29 |        1 |    11470      0 |      414 |      442
5.79/5.85	c #cpu_time = 0.011s
5.79/5.85	c #wall_clock_time = 0.012s
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 12: cost of the new core is >=11
5.79/5.85	c lower bound updated to -152
5.79/5.85	c BCD2: 443 <= obj <= 565
5.79/5.85	c BCD2: #cores=28, #unrelaxed=124, #relaxed=471, #hardened=0
5.79/5.85	c BCD2: #sat=1 #unsat=444 bias=444/445
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 |    11470      0 |      415 |      442
5.79/5.86	c  0.0s |       0 |       29 |        1 |    11470      0 |      415 |      443
5.79/5.86	c #cpu_time = 0.011s
5.79/5.86	c #wall_clock_time = 0.012s
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 13: cost of the new core is >=12
5.79/5.86	c lower bound updated to -151
5.79/5.86	c BCD2: 444 <= obj <= 565
5.79/5.86	c BCD2: #cores=28, #unrelaxed=123, #relaxed=472, #hardened=0
5.79/5.86	c BCD2: #sat=1 #unsat=445 bias=445/446
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.87	c  0.0s |       0 |        0 |        0 |    11470      0 |      416 |      443
5.79/5.88	c  0.0s |       0 |       29 |        1 |    11470      0 |      416 |      444
5.79/5.88	c #cpu_time = 0.012s
5.79/5.88	c #wall_clock_time = 0.012s
5.79/5.88	c #decision = 29
5.79/5.88	c #random_decision = 0
5.79/5.88	c #conflict = 1
5.79/5.88	c #restart = 0
5.79/5.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
5.79/5.88	c lower bound updated to -150
5.79/5.88	c BCD2: 445 <= obj <= 565
5.79/5.88	c BCD2: #cores=28, #unrelaxed=122, #relaxed=473, #hardened=0
5.79/5.88	c BCD2: #sat=1 #unsat=446 bias=446/447
5.79/5.88	c Solving starts ...
5.79/5.88	c ============================[ Search Statistics ]============================
5.79/5.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.88	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.88	c =============================================================================
5.79/5.88	c  0.0s |       0 |        0 |        0 |    11470      0 |      417 |      444
5.79/5.89	c  0.0s |       0 |       29 |        1 |    11470      0 |      417 |      445
5.79/5.89	c #cpu_time = 0.012s
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 15: cost of the new core is >=14
5.79/5.89	c lower bound updated to -149
5.79/5.89	c BCD2: 446 <= obj <= 565
5.79/5.89	c BCD2: #cores=28, #unrelaxed=121, #relaxed=474, #hardened=0
5.79/5.89	c BCD2: #sat=1 #unsat=447 bias=447/448
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 |    11470      0 |      418 |      445
5.89/5.90	c  0.0s |       0 |       29 |        1 |    11470      0 |      418 |      446
5.89/5.90	c #cpu_time = 0.012s
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 16: cost of the new core is >=15
5.89/5.90	c lower bound updated to -148
5.89/5.90	c BCD2: 447 <= obj <= 565
5.89/5.90	c BCD2: #cores=28, #unrelaxed=120, #relaxed=475, #hardened=0
5.89/5.90	c BCD2: #sat=1 #unsat=448 bias=448/449
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 |    11470      0 |      419 |      446
5.89/5.91	c  0.0s |       0 |       29 |        1 |    11470      0 |      419 |      447
5.89/5.91	c #cpu_time = 0.012s
5.89/5.92	c #wall_clock_time = 0.012s
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 17: cost of the new core is >=16
5.89/5.92	c lower bound updated to -147
5.89/5.92	c BCD2: 448 <= obj <= 565
5.89/5.92	c BCD2: #cores=28, #unrelaxed=119, #relaxed=476, #hardened=0
5.89/5.92	c BCD2: #sat=1 #unsat=449 bias=449/450
5.89/5.92	c Solving starts ...
5.89/5.92	c ============================[ Search Statistics ]============================
5.89/5.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.92	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.92	c =============================================================================
5.89/5.92	c  0.0s |       0 |        0 |        0 |    11470      0 |      420 |      447
5.89/5.93	c  0.0s |       0 |       29 |        0 |    11470      0 |      420 |      448
5.89/5.93	c #cpu_time = 0.011s
5.89/5.93	c #wall_clock_time = 0.012s
5.89/5.93	c #decision = 29
5.89/5.93	c #random_decision = 0
5.89/5.93	c #conflict = 0
5.89/5.93	c #restart = 0
5.89/5.93	c BCD2: found a new core of size 2: cost of the new core is >=1
5.89/5.93	c lower bound updated to -146
5.89/5.93	c BCD2: 449 <= obj <= 565
5.89/5.93	c BCD2: #cores=29, #unrelaxed=117, #relaxed=478, #hardened=0
5.89/5.93	c BCD2: #sat=1 #unsat=450 bias=450/451
5.89/5.93	c Solving starts ...
5.89/5.93	c ============================[ Search Statistics ]============================
5.89/5.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.93	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.93	c =============================================================================
5.89/5.93	c  0.0s |       0 |        0 |        0 |    11470      0 |      420 |      449
5.89/5.94	c  0.0s |       0 |       30 |        1 |    11470      0 |      420 |      449
5.89/5.94	c #cpu_time = 0.011s
5.89/5.94	c #wall_clock_time = 0.011s
5.89/5.94	c #decision = 30
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 3: cost of the new core is >=2
5.89/5.94	c lower bound updated to -145
5.89/5.94	c BCD2: 450 <= obj <= 565
5.89/5.94	c BCD2: #cores=29, #unrelaxed=116, #relaxed=479, #hardened=0
5.89/5.94	c BCD2: #sat=1 #unsat=451 bias=451/452
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 |    11470      0 |      421 |      449
5.89/5.95	c  0.0s |       0 |       30 |        1 |    11470      0 |      421 |      450
5.89/5.95	c #cpu_time = 0.011s
5.89/5.95	c #wall_clock_time = 0.011s
5.89/5.95	c #decision = 30
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 4: cost of the new core is >=3
5.89/5.95	c lower bound updated to -144
5.89/5.95	c BCD2: 451 <= obj <= 565
5.89/5.95	c BCD2: #cores=29, #unrelaxed=115, #relaxed=480, #hardened=0
5.89/5.95	c BCD2: #sat=1 #unsat=452 bias=452/453
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 |    11470      0 |      422 |      450
5.89/5.97	c  0.0s |       0 |       30 |        1 |    11470      0 |      422 |      451
5.89/5.97	c #cpu_time = 0.011s
5.89/5.97	c #wall_clock_time = 0.011s
5.89/5.97	c #decision = 30
5.89/5.97	c #random_decision = 0
5.89/5.97	c #conflict = 1
5.89/5.97	c #restart = 0
5.89/5.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
5.89/5.97	c lower bound updated to -143
5.89/5.97	c BCD2: 452 <= obj <= 565
5.89/5.97	c BCD2: #cores=29, #unrelaxed=114, #relaxed=481, #hardened=0
5.89/5.97	c BCD2: #sat=1 #unsat=453 bias=453/454
5.89/5.97	c Solving starts ...
5.89/5.97	c ============================[ Search Statistics ]============================
5.89/5.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.97	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.97	c =============================================================================
5.89/5.97	c  0.0s |       0 |        0 |        0 |    11470      0 |      423 |      451
5.89/5.98	c  0.0s |       0 |       30 |        1 |    11470      0 |      423 |      452
5.89/5.98	c #cpu_time = 0.011s
5.89/5.98	c #wall_clock_time = 0.011s
5.89/5.98	c #decision = 30
5.89/5.98	c #random_decision = 0
5.89/5.98	c #conflict = 1
5.89/5.98	c #restart = 0
5.89/5.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
5.89/5.98	c lower bound updated to -142
5.89/5.98	c BCD2: 453 <= obj <= 565
5.89/5.98	c BCD2: #cores=29, #unrelaxed=113, #relaxed=482, #hardened=0
5.89/5.98	c BCD2: #sat=1 #unsat=454 bias=454/455
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 |    11470      0 |      424 |      452
5.89/5.99	c  0.0s |       0 |       30 |        1 |    11470      0 |      424 |      453
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 7: cost of the new core is >=6
5.89/5.99	c lower bound updated to -141
5.89/5.99	c BCD2: 454 <= obj <= 565
5.89/5.99	c BCD2: #cores=29, #unrelaxed=112, #relaxed=483, #hardened=0
5.89/5.99	c BCD2: #sat=1 #unsat=455 bias=455/456
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 |    11470      0 |      425 |      453
5.99/6.00	c  0.0s |       0 |       30 |        1 |    11470      0 |      425 |      454
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 8: cost of the new core is >=7
5.99/6.00	c lower bound updated to -140
5.99/6.00	c BCD2: 455 <= obj <= 565
5.99/6.00	c BCD2: #cores=29, #unrelaxed=111, #relaxed=484, #hardened=0
5.99/6.00	c BCD2: #sat=1 #unsat=456 bias=456/457
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 |    11470      0 |      426 |      454
5.99/6.01	c  0.0s |       0 |       30 |        1 |    11470      0 |      426 |      455
5.99/6.01	c #cpu_time = 0.011s
5.99/6.01	c #wall_clock_time = 0.011s
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 9: cost of the new core is >=8
5.99/6.01	c lower bound updated to -139
5.99/6.01	c BCD2: 456 <= obj <= 565
5.99/6.01	c BCD2: #cores=29, #unrelaxed=110, #relaxed=485, #hardened=0
5.99/6.01	c BCD2: #sat=1 #unsat=457 bias=457/458
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 |    11470      0 |      427 |      455
5.99/6.03	c  0.0s |       0 |       30 |        1 |    11470      0 |      427 |      456
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 10: cost of the new core is >=9
5.99/6.03	c lower bound updated to -138
5.99/6.03	c BCD2: 457 <= obj <= 565
5.99/6.03	c BCD2: #cores=29, #unrelaxed=109, #relaxed=486, #hardened=0
5.99/6.03	c BCD2: #sat=1 #unsat=458 bias=458/459
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 |    11470      0 |      428 |      456
5.99/6.04	c  0.0s |       0 |       30 |        1 |    11470      0 |      428 |      457
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 11: cost of the new core is >=10
5.99/6.04	c lower bound updated to -137
5.99/6.04	c BCD2: 458 <= obj <= 565
5.99/6.04	c BCD2: #cores=29, #unrelaxed=108, #relaxed=487, #hardened=0
5.99/6.04	c BCD2: #sat=1 #unsat=459 bias=459/460
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 |    11470      0 |      429 |      457
5.99/6.05	c  0.0s |       0 |       30 |        1 |    11470      0 |      429 |      458
5.99/6.05	c #cpu_time = 0.011s
5.99/6.05	c #wall_clock_time = 0.011s
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 12: cost of the new core is >=11
5.99/6.05	c lower bound updated to -136
5.99/6.05	c BCD2: 459 <= obj <= 565
5.99/6.05	c BCD2: #cores=29, #unrelaxed=107, #relaxed=488, #hardened=0
5.99/6.05	c BCD2: #sat=1 #unsat=460 bias=460/461
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 |    11470      0 |      430 |      458
5.99/6.06	c  0.0s |       0 |       30 |        1 |    11470      0 |      430 |      459
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 13: cost of the new core is >=12
5.99/6.06	c lower bound updated to -135
5.99/6.06	c BCD2: 460 <= obj <= 565
5.99/6.06	c BCD2: #cores=29, #unrelaxed=106, #relaxed=489, #hardened=0
5.99/6.06	c BCD2: #sat=1 #unsat=461 bias=461/462
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 |    11470      0 |      431 |      459
5.99/6.08	c  0.0s |       0 |       30 |        1 |    11470      0 |      431 |      460
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 14: cost of the new core is >=13
5.99/6.08	c lower bound updated to -134
5.99/6.08	c BCD2: 461 <= obj <= 565
5.99/6.08	c BCD2: #cores=29, #unrelaxed=105, #relaxed=490, #hardened=0
5.99/6.08	c BCD2: #sat=1 #unsat=462 bias=462/463
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 |    11470      0 |      432 |      460
5.99/6.09	c  0.0s |       0 |       30 |        1 |    11470      0 |      432 |      461
5.99/6.09	c #cpu_time = 0.012s
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 15: cost of the new core is >=14
5.99/6.09	c lower bound updated to -133
5.99/6.09	c BCD2: 462 <= obj <= 565
5.99/6.09	c BCD2: #cores=29, #unrelaxed=104, #relaxed=491, #hardened=0
5.99/6.09	c BCD2: #sat=1 #unsat=463 bias=463/464
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 |    11470      0 |      433 |      461
6.09/6.10	c  0.0s |       0 |       30 |        1 |    11470      0 |      433 |      462
6.09/6.10	c #cpu_time = 0.012s
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 16: cost of the new core is >=15
6.09/6.10	c lower bound updated to -132
6.09/6.10	c BCD2: 463 <= obj <= 565
6.09/6.10	c BCD2: #cores=29, #unrelaxed=103, #relaxed=492, #hardened=0
6.09/6.10	c BCD2: #sat=1 #unsat=464 bias=464/465
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 |    11470      0 |      434 |      462
6.09/6.11	c  0.0s |       0 |       30 |        1 |    11470      0 |      434 |      463
6.09/6.11	c #cpu_time = 0.012s
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 17: cost of the new core is >=16
6.09/6.11	c lower bound updated to -131
6.09/6.11	c BCD2: 464 <= obj <= 565
6.09/6.11	c BCD2: #cores=29, #unrelaxed=102, #relaxed=493, #hardened=0
6.09/6.11	c BCD2: #sat=1 #unsat=465 bias=465/466
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.12	c  0.0s |       0 |        0 |        0 |    11470      0 |      435 |      463
6.09/6.13	c  0.0s |       0 |       30 |        0 |    11470      0 |      435 |      464
6.09/6.13	c #cpu_time = 0.012s
6.09/6.13	c #wall_clock_time = 0.012s
6.09/6.13	c #decision = 30
6.09/6.13	c #random_decision = 0
6.09/6.13	c #conflict = 0
6.09/6.13	c #restart = 0
6.09/6.13	c BCD2: found a new core of size 2: cost of the new core is >=1
6.09/6.13	c lower bound updated to -130
6.09/6.13	c BCD2: 465 <= obj <= 565
6.09/6.13	c BCD2: #cores=30, #unrelaxed=100, #relaxed=495, #hardened=0
6.09/6.13	c BCD2: #sat=1 #unsat=466 bias=466/467
6.09/6.13	c Solving starts ...
6.09/6.13	c ============================[ Search Statistics ]============================
6.09/6.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.13	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.13	c =============================================================================
6.09/6.13	c  0.0s |       0 |        0 |        0 |    11470      0 |      435 |      465
6.09/6.14	c  0.0s |       0 |       31 |        1 |    11470      0 |      435 |      465
6.09/6.14	c #cpu_time = 0.011s
6.09/6.14	c #wall_clock_time = 0.011s
6.09/6.14	c #decision = 31
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 3: cost of the new core is >=2
6.09/6.14	c lower bound updated to -129
6.09/6.14	c BCD2: 466 <= obj <= 565
6.09/6.14	c BCD2: #cores=30, #unrelaxed=99, #relaxed=496, #hardened=0
6.09/6.14	c BCD2: #sat=1 #unsat=467 bias=467/468
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 |    11470      0 |      436 |      465
6.09/6.15	c  0.0s |       0 |       31 |        1 |    11470      0 |      436 |      466
6.09/6.15	c #cpu_time = 0.011s
6.09/6.15	c #wall_clock_time = 0.011s
6.09/6.15	c #decision = 31
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 4: cost of the new core is >=3
6.09/6.15	c lower bound updated to -128
6.09/6.15	c BCD2: 467 <= obj <= 565
6.09/6.15	c BCD2: #cores=30, #unrelaxed=98, #relaxed=497, #hardened=0
6.09/6.15	c BCD2: #sat=1 #unsat=468 bias=468/469
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 |    11470      0 |      437 |      466
6.09/6.17	c  0.0s |       0 |       31 |        1 |    11470      0 |      437 |      467
6.09/6.17	c #cpu_time = 0.012s
6.09/6.17	c #wall_clock_time = 0.012s
6.09/6.17	c #decision = 31
6.09/6.17	c #random_decision = 0
6.09/6.17	c #conflict = 1
6.09/6.17	c #restart = 0
6.09/6.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
6.09/6.17	c lower bound updated to -127
6.09/6.17	c BCD2: 468 <= obj <= 565
6.09/6.17	c BCD2: #cores=30, #unrelaxed=97, #relaxed=498, #hardened=0
6.09/6.17	c BCD2: #sat=1 #unsat=469 bias=469/470
6.09/6.17	c Solving starts ...
6.09/6.17	c ============================[ Search Statistics ]============================
6.09/6.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.17	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.17	c =============================================================================
6.09/6.17	c  0.0s |       0 |        0 |        0 |    11470      0 |      438 |      467
6.09/6.18	c  0.0s |       0 |       31 |        1 |    11470      0 |      438 |      468
6.09/6.18	c #cpu_time = 0.011s
6.09/6.18	c #wall_clock_time = 0.011s
6.09/6.18	c #decision = 31
6.09/6.18	c #random_decision = 0
6.09/6.18	c #conflict = 1
6.09/6.18	c #restart = 0
6.09/6.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
6.09/6.18	c lower bound updated to -126
6.09/6.18	c BCD2: 469 <= obj <= 565
6.09/6.18	c BCD2: #cores=30, #unrelaxed=96, #relaxed=499, #hardened=0
6.09/6.18	c BCD2: #sat=1 #unsat=470 bias=470/471
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 |    11470      0 |      439 |      468
6.09/6.19	c  0.0s |       0 |       31 |        1 |    11470      0 |      439 |      469
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 7: cost of the new core is >=6
6.09/6.19	c lower bound updated to -125
6.09/6.19	c BCD2: 470 <= obj <= 565
6.09/6.19	c BCD2: #cores=30, #unrelaxed=95, #relaxed=500, #hardened=0
6.09/6.19	c BCD2: #sat=1 #unsat=471 bias=471/472
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 |    11470      0 |      440 |      469
6.19/6.20	c  0.0s |       0 |       31 |        1 |    11470      0 |      440 |      470
6.19/6.20	c #cpu_time = 0.011s
6.19/6.20	c #wall_clock_time = 0.012s
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 8: cost of the new core is >=7
6.19/6.20	c lower bound updated to -124
6.19/6.20	c BCD2: 471 <= obj <= 565
6.19/6.20	c BCD2: #cores=30, #unrelaxed=94, #relaxed=501, #hardened=0
6.19/6.20	c BCD2: #sat=1 #unsat=472 bias=472/473
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 |    11470      0 |      441 |      470
6.19/6.21	c  0.0s |       0 |       31 |        1 |    11470      0 |      441 |      471
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 9: cost of the new core is >=8
6.19/6.21	c lower bound updated to -123
6.19/6.21	c BCD2: 472 <= obj <= 565
6.19/6.21	c BCD2: #cores=30, #unrelaxed=93, #relaxed=502, #hardened=0
6.19/6.21	c BCD2: #sat=1 #unsat=473 bias=473/474
6.19/6.21	c Solving starts ...
6.19/6.21	c ============================[ Search Statistics ]============================
6.19/6.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.21	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.21	c =============================================================================
6.19/6.21	c  0.0s |       0 |        0 |        0 |    11470      0 |      442 |      471
6.19/6.23	c  0.0s |       0 |       31 |        1 |    11470      0 |      442 |      472
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 10: cost of the new core is >=9
6.19/6.23	c lower bound updated to -122
6.19/6.23	c BCD2: 473 <= obj <= 565
6.19/6.23	c BCD2: #cores=30, #unrelaxed=92, #relaxed=503, #hardened=0
6.19/6.23	c BCD2: #sat=1 #unsat=474 bias=474/475
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 |    11470      0 |      443 |      472
6.19/6.24	c  0.0s |       0 |       31 |        1 |    11470      0 |      443 |      473
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 11: cost of the new core is >=10
6.19/6.24	c lower bound updated to -121
6.19/6.24	c BCD2: 474 <= obj <= 565
6.19/6.24	c BCD2: #cores=30, #unrelaxed=91, #relaxed=504, #hardened=0
6.19/6.24	c BCD2: #sat=1 #unsat=475 bias=475/476
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 |    11470      0 |      444 |      473
6.19/6.25	c  0.0s |       0 |       31 |        1 |    11470      0 |      444 |      474
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 12: cost of the new core is >=11
6.19/6.25	c lower bound updated to -120
6.19/6.25	c BCD2: 475 <= obj <= 565
6.19/6.25	c BCD2: #cores=30, #unrelaxed=90, #relaxed=505, #hardened=0
6.19/6.25	c BCD2: #sat=1 #unsat=476 bias=476/477
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 |    11470      0 |      445 |      474
6.19/6.26	c  0.0s |       0 |       31 |        1 |    11470      0 |      445 |      475
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 13: cost of the new core is >=12
6.19/6.26	c lower bound updated to -119
6.19/6.26	c BCD2: 476 <= obj <= 565
6.19/6.26	c BCD2: #cores=30, #unrelaxed=89, #relaxed=506, #hardened=0
6.19/6.26	c BCD2: #sat=1 #unsat=477 bias=477/478
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 |    11470      0 |      446 |      475
6.19/6.28	c  0.0s |       0 |       31 |        1 |    11470      0 |      446 |      476
6.19/6.28	c #cpu_time = 0.011s
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 14: cost of the new core is >=13
6.19/6.28	c lower bound updated to -118
6.19/6.28	c BCD2: 477 <= obj <= 565
6.19/6.28	c BCD2: #cores=30, #unrelaxed=88, #relaxed=507, #hardened=0
6.19/6.28	c BCD2: #sat=1 #unsat=478 bias=478/479
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 |    11470      0 |      447 |      476
6.19/6.29	c  0.0s |       0 |       31 |        1 |    11470      0 |      447 |      477
6.19/6.29	c #cpu_time = 0.012s
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 15: cost of the new core is >=14
6.19/6.29	c lower bound updated to -117
6.19/6.29	c BCD2: 478 <= obj <= 565
6.19/6.29	c BCD2: #cores=30, #unrelaxed=87, #relaxed=508, #hardened=0
6.19/6.29	c BCD2: #sat=1 #unsat=479 bias=479/480
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 |    11470      0 |      448 |      477
6.29/6.30	c  0.0s |       0 |       31 |        1 |    11470      0 |      448 |      478
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 16: cost of the new core is >=15
6.29/6.30	c lower bound updated to -116
6.29/6.30	c BCD2: 479 <= obj <= 565
6.29/6.30	c BCD2: #cores=30, #unrelaxed=86, #relaxed=509, #hardened=0
6.29/6.30	c BCD2: #sat=1 #unsat=480 bias=480/481
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 |    11470      0 |      449 |      478
6.29/6.31	c  0.0s |       0 |       31 |        1 |    11470      0 |      449 |      479
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 17: cost of the new core is >=16
6.29/6.31	c lower bound updated to -115
6.29/6.32	c BCD2: 480 <= obj <= 565
6.29/6.32	c BCD2: #cores=30, #unrelaxed=85, #relaxed=510, #hardened=0
6.29/6.32	c BCD2: #sat=1 #unsat=481 bias=481/482
6.29/6.32	c Solving starts ...
6.29/6.32	c ============================[ Search Statistics ]============================
6.29/6.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.32	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.32	c =============================================================================
6.29/6.32	c  0.0s |       0 |        0 |        0 |    11470      0 |      450 |      479
6.29/6.33	c  0.0s |       0 |       31 |        0 |    11470      0 |      450 |      480
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 = 0
6.29/6.33	c #restart = 0
6.29/6.33	c BCD2: found a new core of size 2: cost of the new core is >=1
6.29/6.33	c lower bound updated to -114
6.29/6.33	c BCD2: 481 <= obj <= 565
6.29/6.33	c BCD2: #cores=31, #unrelaxed=83, #relaxed=512, #hardened=0
6.29/6.33	c BCD2: #sat=1 #unsat=482 bias=482/483
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 |    11470      0 |      450 |      481
6.29/6.34	c  0.0s |       0 |       32 |        1 |    11470      0 |      450 |      481
6.29/6.34	c #cpu_time = 0.011s
6.29/6.34	c #wall_clock_time = 0.011s
6.29/6.34	c #decision = 32
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 3: cost of the new core is >=2
6.29/6.34	c lower bound updated to -113
6.29/6.34	c BCD2: 482 <= obj <= 565
6.29/6.34	c BCD2: #cores=31, #unrelaxed=82, #relaxed=513, #hardened=0
6.29/6.34	c BCD2: #sat=1 #unsat=483 bias=483/484
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 |    11470      0 |      451 |      481
6.29/6.35	c  0.0s |       0 |       32 |        1 |    11470      0 |      451 |      482
6.29/6.35	c #cpu_time = 0.011s
6.29/6.35	c #wall_clock_time = 0.011s
6.29/6.35	c #decision = 32
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 4: cost of the new core is >=3
6.29/6.35	c lower bound updated to -112
6.29/6.35	c BCD2: 483 <= obj <= 565
6.29/6.35	c BCD2: #cores=31, #unrelaxed=81, #relaxed=514, #hardened=0
6.29/6.35	c BCD2: #sat=1 #unsat=484 bias=484/485
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 |    11470      0 |      452 |      482
6.29/6.37	c  0.0s |       0 |       32 |        1 |    11470      0 |      452 |      483
6.29/6.37	c #cpu_time = 0.011s
6.29/6.37	c #wall_clock_time = 0.011s
6.29/6.37	c #decision = 32
6.29/6.37	c #random_decision = 0
6.29/6.37	c #conflict = 1
6.29/6.37	c #restart = 0
6.29/6.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
6.29/6.37	c lower bound updated to -111
6.29/6.37	c BCD2: 484 <= obj <= 565
6.29/6.37	c BCD2: #cores=31, #unrelaxed=80, #relaxed=515, #hardened=0
6.29/6.37	c BCD2: #sat=1 #unsat=485 bias=485/486
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 |    11470      0 |      453 |      483
6.29/6.38	c  0.0s |       0 |       32 |        1 |    11470      0 |      453 |      484
6.29/6.38	c #cpu_time = 0.011s
6.29/6.38	c #wall_clock_time = 0.011s
6.29/6.38	c #decision = 32
6.29/6.38	c #random_decision = 0
6.29/6.38	c #conflict = 1
6.29/6.38	c #restart = 0
6.29/6.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
6.29/6.38	c lower bound updated to -110
6.29/6.38	c BCD2: 485 <= obj <= 565
6.29/6.38	c BCD2: #cores=31, #unrelaxed=79, #relaxed=516, #hardened=0
6.29/6.38	c BCD2: #sat=1 #unsat=486 bias=486/487
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 |    11470      0 |      454 |      484
6.29/6.39	c  0.0s |       0 |       32 |        1 |    11470      0 |      454 |      485
6.29/6.39	c #cpu_time = 0.011s
6.29/6.39	c #wall_clock_time = 0.012s
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 7: cost of the new core is >=6
6.29/6.39	c lower bound updated to -109
6.29/6.39	c BCD2: 486 <= obj <= 565
6.29/6.39	c BCD2: #cores=31, #unrelaxed=78, #relaxed=517, #hardened=0
6.29/6.39	c BCD2: #sat=1 #unsat=487 bias=487/488
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 |    11470      0 |      455 |      485
6.39/6.40	c  0.0s |       0 |       32 |        1 |    11470      0 |      455 |      486
6.39/6.40	c #cpu_time = 0.011s
6.39/6.40	c #wall_clock_time = 0.011s
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 8: cost of the new core is >=7
6.39/6.40	c lower bound updated to -108
6.39/6.40	c BCD2: 487 <= obj <= 565
6.39/6.40	c BCD2: #cores=31, #unrelaxed=77, #relaxed=518, #hardened=0
6.39/6.40	c BCD2: #sat=1 #unsat=488 bias=488/489
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 |    11470      0 |      456 |      486
6.39/6.41	c  0.0s |       0 |       32 |        1 |    11470      0 |      456 |      487
6.39/6.41	c #cpu_time = 0.011s
6.39/6.41	c #wall_clock_time = 0.011s
6.39/6.41	c #decision = 32
6.39/6.41	c #random_decision = 0
6.39/6.41	c #conflict = 1
6.39/6.41	c #restart = 0
6.39/6.41	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.41	c lower bound updated to -107
6.39/6.41	c BCD2: 488 <= obj <= 565
6.39/6.41	c BCD2: #cores=31, #unrelaxed=76, #relaxed=519, #hardened=0
6.39/6.41	c BCD2: #sat=1 #unsat=489 bias=489/490
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 |    11470      0 |      457 |      487
6.39/6.43	c  0.0s |       0 |       32 |        1 |    11470      0 |      457 |      488
6.39/6.43	c #cpu_time = 0.012s
6.39/6.43	c #wall_clock_time = 0.012s
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 10: cost of the new core is >=9
6.39/6.43	c lower bound updated to -106
6.39/6.43	c BCD2: 489 <= obj <= 565
6.39/6.43	c BCD2: #cores=31, #unrelaxed=75, #relaxed=520, #hardened=0
6.39/6.43	c BCD2: #sat=1 #unsat=490 bias=490/491
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 |    11470      0 |      458 |      488
6.39/6.44	c  0.0s |       0 |       32 |        1 |    11470      0 |      458 |      489
6.39/6.44	c #cpu_time = 0.012s
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 11: cost of the new core is >=10
6.39/6.44	c lower bound updated to -105
6.39/6.44	c BCD2: 490 <= obj <= 565
6.39/6.44	c BCD2: #cores=31, #unrelaxed=74, #relaxed=521, #hardened=0
6.39/6.44	c BCD2: #sat=1 #unsat=491 bias=491/492
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 |    11470      0 |      459 |      489
6.39/6.45	c  0.0s |       0 |       32 |        1 |    11470      0 |      459 |      490
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 12: cost of the new core is >=11
6.39/6.45	c lower bound updated to -104
6.39/6.45	c BCD2: 491 <= obj <= 565
6.39/6.45	c BCD2: #cores=31, #unrelaxed=73, #relaxed=522, #hardened=0
6.39/6.45	c BCD2: #sat=1 #unsat=492 bias=492/493
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 |    11470      0 |      460 |      490
6.39/6.46	c  0.0s |       0 |       32 |        1 |    11470      0 |      460 |      491
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 13: cost of the new core is >=12
6.39/6.46	c lower bound updated to -103
6.39/6.46	c BCD2: 492 <= obj <= 565
6.39/6.46	c BCD2: #cores=31, #unrelaxed=72, #relaxed=523, #hardened=0
6.39/6.46	c BCD2: #sat=1 #unsat=493 bias=493/494
6.39/6.46	c Solving starts ...
6.39/6.46	c ============================[ Search Statistics ]============================
6.39/6.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.46	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.46	c =============================================================================
6.39/6.46	c  0.0s |       0 |        0 |        0 |    11470      0 |      461 |      491
6.39/6.48	c  0.0s |       0 |       32 |        1 |    11470      0 |      461 |      492
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 14: cost of the new core is >=13
6.39/6.48	c lower bound updated to -102
6.39/6.48	c BCD2: 493 <= obj <= 565
6.39/6.48	c BCD2: #cores=31, #unrelaxed=71, #relaxed=524, #hardened=0
6.39/6.48	c BCD2: #sat=1 #unsat=494 bias=494/495
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 |    11470      0 |      462 |      492
6.39/6.49	c  0.0s |       0 |       32 |        1 |    11470      0 |      462 |      493
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 15: cost of the new core is >=14
6.39/6.49	c lower bound updated to -101
6.39/6.49	c BCD2: 494 <= obj <= 565
6.39/6.49	c BCD2: #cores=31, #unrelaxed=70, #relaxed=525, #hardened=0
6.39/6.49	c BCD2: #sat=1 #unsat=495 bias=495/496
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 |    11470      0 |      463 |      493
6.49/6.50	c  0.0s |       0 |       32 |        1 |    11470      0 |      463 |      494
6.49/6.50	c #cpu_time = 0.012s
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 16: cost of the new core is >=15
6.49/6.50	c lower bound updated to -100
6.49/6.50	c BCD2: 495 <= obj <= 565
6.49/6.50	c BCD2: #cores=31, #unrelaxed=69, #relaxed=526, #hardened=0
6.49/6.50	c BCD2: #sat=1 #unsat=496 bias=496/497
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 |    11470      0 |      464 |      494
6.49/6.51	c  0.0s |       0 |       32 |        1 |    11470      0 |      464 |      495
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 17: cost of the new core is >=16
6.49/6.51	c lower bound updated to -99
6.49/6.51	c BCD2: 496 <= obj <= 565
6.49/6.51	c BCD2: #cores=31, #unrelaxed=68, #relaxed=527, #hardened=0
6.49/6.51	c BCD2: #sat=1 #unsat=497 bias=497/498
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.52	c  0.0s |       0 |        0 |        0 |    11470      0 |      465 |      495
6.49/6.53	c  0.0s |       0 |       32 |        0 |    11470      0 |      465 |      496
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 = 0
6.49/6.53	c #restart = 0
6.49/6.53	c BCD2: found a new core of size 2: cost of the new core is >=1
6.49/6.53	c lower bound updated to -98
6.49/6.53	c BCD2: 497 <= obj <= 565
6.49/6.53	c BCD2: #cores=32, #unrelaxed=66, #relaxed=529, #hardened=0
6.49/6.53	c BCD2: #sat=1 #unsat=498 bias=498/499
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 |    11470      0 |      465 |      497
6.49/6.54	c  0.0s |       0 |       33 |        1 |    11470      0 |      465 |      497
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 = 33
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 3: cost of the new core is >=2
6.49/6.54	c lower bound updated to -97
6.49/6.54	c BCD2: 498 <= obj <= 565
6.49/6.54	c BCD2: #cores=32, #unrelaxed=65, #relaxed=530, #hardened=0
6.49/6.54	c BCD2: #sat=1 #unsat=499 bias=499/500
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 |    11470      0 |      466 |      497
6.49/6.56	c  0.0s |       0 |       33 |        1 |    11470      0 |      466 |      498
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 = 33
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 4: cost of the new core is >=3
6.49/6.56	c lower bound updated to -96
6.49/6.56	c BCD2: 499 <= obj <= 565
6.49/6.56	c BCD2: #cores=32, #unrelaxed=64, #relaxed=531, #hardened=0
6.49/6.56	c BCD2: #sat=1 #unsat=500 bias=500/501
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 |    11470      0 |      467 |      498
6.49/6.57	c  0.0s |       0 |       33 |        1 |    11470      0 |      467 |      499
6.49/6.57	c #cpu_time = 0.012s
6.49/6.57	c #wall_clock_time = 0.012s
6.49/6.57	c #decision = 33
6.49/6.57	c #random_decision = 0
6.49/6.57	c #conflict = 1
6.49/6.57	c #restart = 0
6.49/6.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
6.49/6.57	c lower bound updated to -95
6.49/6.57	c BCD2: 500 <= obj <= 565
6.49/6.57	c BCD2: #cores=32, #unrelaxed=63, #relaxed=532, #hardened=0
6.49/6.57	c BCD2: #sat=1 #unsat=501 bias=501/502
6.49/6.57	c Solving starts ...
6.49/6.57	c ============================[ Search Statistics ]============================
6.49/6.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.57	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.57	c =============================================================================
6.49/6.57	c  0.0s |       0 |        0 |        0 |    11470      0 |      468 |      499
6.49/6.58	c  0.0s |       0 |       33 |        1 |    11470      0 |      468 |      500
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 = 33
6.49/6.58	c #random_decision = 0
6.49/6.58	c #conflict = 1
6.49/6.58	c #restart = 0
6.49/6.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
6.49/6.58	c lower bound updated to -94
6.49/6.58	c BCD2: 501 <= obj <= 565
6.49/6.58	c BCD2: #cores=32, #unrelaxed=62, #relaxed=533, #hardened=0
6.49/6.58	c BCD2: #sat=1 #unsat=502 bias=502/503
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 |    11470      0 |      469 |      500
6.49/6.59	c  0.0s |       0 |       33 |        1 |    11470      0 |      469 |      501
6.49/6.59	c #cpu_time = 0.012s
6.49/6.59	c #wall_clock_time = 0.012s
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 7: cost of the new core is >=6
6.49/6.59	c lower bound updated to -93
6.49/6.59	c BCD2: 502 <= obj <= 565
6.49/6.59	c BCD2: #cores=32, #unrelaxed=61, #relaxed=534, #hardened=0
6.49/6.59	c BCD2: #sat=1 #unsat=503 bias=503/504
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 |    11470      0 |      470 |      501
6.60/6.61	c  0.0s |       0 |       33 |        1 |    11470      0 |      470 |      502
6.60/6.61	c #cpu_time = 0.012s
6.60/6.61	c #wall_clock_time = 0.012s
6.60/6.61	c #decision = 33
6.60/6.61	c #random_decision = 0
6.60/6.61	c #conflict = 1
6.60/6.61	c #restart = 0
6.60/6.61	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.61	c lower bound updated to -92
6.60/6.61	c BCD2: 503 <= obj <= 565
6.60/6.61	c BCD2: #cores=32, #unrelaxed=60, #relaxed=535, #hardened=0
6.60/6.61	c BCD2: #sat=1 #unsat=504 bias=504/505
6.60/6.61	c Solving starts ...
6.60/6.61	c ============================[ Search Statistics ]============================
6.60/6.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.61	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.61	c =============================================================================
6.60/6.61	c  0.0s |       0 |        0 |        0 |    11470      0 |      471 |      502
6.60/6.62	c  0.0s |       0 |       33 |        1 |    11470      0 |      471 |      503
6.60/6.62	c #cpu_time = 0.011s
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 9: cost of the new core is >=8
6.60/6.62	c lower bound updated to -91
6.60/6.62	c BCD2: 504 <= obj <= 565
6.60/6.62	c BCD2: #cores=32, #unrelaxed=59, #relaxed=536, #hardened=0
6.60/6.62	c BCD2: #sat=1 #unsat=505 bias=505/506
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 |    11470      0 |      472 |      503
6.60/6.63	c  0.0s |       0 |       33 |        1 |    11470      0 |      472 |      504
6.60/6.63	c #cpu_time = 0.011s
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 10: cost of the new core is >=9
6.60/6.63	c lower bound updated to -90
6.60/6.63	c BCD2: 505 <= obj <= 565
6.60/6.63	c BCD2: #cores=32, #unrelaxed=58, #relaxed=537, #hardened=0
6.60/6.63	c BCD2: #sat=1 #unsat=506 bias=506/507
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 |    11470      0 |      473 |      504
6.60/6.64	c  0.0s |       0 |       33 |        1 |    11470      0 |      473 |      505
6.60/6.64	c #cpu_time = 0.012s
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 11: cost of the new core is >=10
6.60/6.64	c lower bound updated to -89
6.60/6.64	c BCD2: 506 <= obj <= 565
6.60/6.64	c BCD2: #cores=32, #unrelaxed=57, #relaxed=538, #hardened=0
6.60/6.64	c BCD2: #sat=1 #unsat=507 bias=507/508
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 |    11470      0 |      474 |      505
6.60/6.66	c  0.0s |       0 |       33 |        1 |    11470      0 |      474 |      506
6.60/6.66	c #cpu_time = 0.012s
6.60/6.66	c #wall_clock_time = 0.012s
6.60/6.66	c #decision = 33
6.60/6.66	c #random_decision = 0
6.60/6.66	c #conflict = 1
6.60/6.66	c #restart = 0
6.60/6.66	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.66	c lower bound updated to -88
6.60/6.66	c BCD2: 507 <= obj <= 565
6.60/6.66	c BCD2: #cores=32, #unrelaxed=56, #relaxed=539, #hardened=0
6.60/6.66	c BCD2: #sat=1 #unsat=508 bias=508/509
6.60/6.66	c Solving starts ...
6.60/6.66	c ============================[ Search Statistics ]============================
6.60/6.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.66	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.66	c =============================================================================
6.60/6.66	c  0.0s |       0 |        0 |        0 |    11470      0 |      475 |      506
6.60/6.67	c  0.0s |       0 |       33 |        1 |    11470      0 |      475 |      507
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 13: cost of the new core is >=12
6.60/6.67	c lower bound updated to -87
6.60/6.67	c BCD2: 508 <= obj <= 565
6.60/6.67	c BCD2: #cores=32, #unrelaxed=55, #relaxed=540, #hardened=0
6.60/6.67	c BCD2: #sat=1 #unsat=509 bias=509/510
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 |    11470      0 |      476 |      507
6.60/6.68	c  0.0s |       0 |       33 |        1 |    11470      0 |      476 |      508
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 14: cost of the new core is >=13
6.60/6.68	c lower bound updated to -86
6.60/6.68	c BCD2: 509 <= obj <= 565
6.60/6.68	c BCD2: #cores=32, #unrelaxed=54, #relaxed=541, #hardened=0
6.60/6.68	c BCD2: #sat=1 #unsat=510 bias=510/511
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 |    11470      0 |      477 |      508
6.60/6.69	c  0.0s |       0 |       33 |        1 |    12618      0 |      477 |      509
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 15: cost of the new core is >=14
6.60/6.69	c lower bound updated to -85
6.60/6.69	c BCD2: 510 <= obj <= 565
6.60/6.69	c BCD2: #cores=32, #unrelaxed=53, #relaxed=542, #hardened=0
6.60/6.69	c BCD2: #sat=1 #unsat=511 bias=511/512
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 |    12618      0 |      478 |      509
6.70/6.71	c  0.0s |       0 |       33 |        1 |    12618      0 |      478 |      510
6.70/6.71	c #cpu_time = 0.012s
6.70/6.71	c #wall_clock_time = 0.012s
6.70/6.71	c #decision = 33
6.70/6.71	c #random_decision = 0
6.70/6.71	c #conflict = 1
6.70/6.71	c #restart = 0
6.70/6.71	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.71	c lower bound updated to -84
6.70/6.71	c BCD2: 511 <= obj <= 565
6.70/6.71	c BCD2: #cores=32, #unrelaxed=52, #relaxed=543, #hardened=0
6.70/6.71	c BCD2: #sat=1 #unsat=512 bias=512/513
6.70/6.71	c Solving starts ...
6.70/6.71	c ============================[ Search Statistics ]============================
6.70/6.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.71	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.71	c =============================================================================
6.70/6.71	c  0.0s |       0 |        0 |        0 |    12618      0 |      479 |      510
6.70/6.72	c  0.0s |       0 |       33 |        1 |    12618      0 |      479 |      511
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 17: cost of the new core is >=16
6.70/6.72	c lower bound updated to -83
6.70/6.72	c BCD2: 512 <= obj <= 565
6.70/6.72	c BCD2: #cores=32, #unrelaxed=51, #relaxed=544, #hardened=0
6.70/6.72	c BCD2: #sat=1 #unsat=513 bias=513/514
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 |    12618      0 |      480 |      511
6.70/6.73	c  0.0s |       0 |       33 |        0 |    12618      0 |      480 |      512
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 = 0
6.70/6.73	c #restart = 0
6.70/6.73	c BCD2: found a new core of size 2: cost of the new core is >=1
6.70/6.73	c lower bound updated to -82
6.70/6.73	c BCD2: 513 <= obj <= 565
6.70/6.73	c BCD2: #cores=33, #unrelaxed=49, #relaxed=546, #hardened=0
6.70/6.73	c BCD2: #sat=1 #unsat=514 bias=514/515
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 |    12618      0 |      480 |      513
6.70/6.74	c  0.0s |       0 |       34 |        1 |    12618      0 |      480 |      513
6.70/6.74	c #cpu_time = 0.011s
6.70/6.74	c #wall_clock_time = 0.011s
6.70/6.74	c #decision = 34
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 3: cost of the new core is >=2
6.70/6.74	c lower bound updated to -81
6.70/6.75	c BCD2: 514 <= obj <= 565
6.70/6.75	c BCD2: #cores=33, #unrelaxed=48, #relaxed=547, #hardened=0
6.70/6.75	c BCD2: #sat=1 #unsat=515 bias=515/516
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 |    12618      0 |      481 |      513
6.70/6.76	c  0.0s |       0 |       34 |        1 |    12618      0 |      481 |      514
6.70/6.76	c #cpu_time = 0.012s
6.70/6.76	c #wall_clock_time = 0.012s
6.70/6.76	c #decision = 34
6.70/6.76	c #random_decision = 0
6.70/6.76	c #conflict = 1
6.70/6.76	c #restart = 0
6.70/6.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
6.70/6.76	c lower bound updated to -80
6.70/6.76	c BCD2: 515 <= obj <= 565
6.70/6.76	c BCD2: #cores=33, #unrelaxed=47, #relaxed=548, #hardened=0
6.70/6.76	c BCD2: #sat=1 #unsat=516 bias=516/517
6.70/6.76	c Solving starts ...
6.70/6.76	c ============================[ Search Statistics ]============================
6.70/6.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.76	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.76	c =============================================================================
6.70/6.76	c  0.0s |       0 |        0 |        0 |    12618      0 |      482 |      514
6.70/6.77	c  0.0s |       0 |       34 |        1 |    12618      0 |      482 |      515
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 = 34
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 5: cost of the new core is >=4
6.70/6.77	c lower bound updated to -79
6.70/6.77	c BCD2: 516 <= obj <= 565
6.70/6.77	c BCD2: #cores=33, #unrelaxed=46, #relaxed=549, #hardened=0
6.70/6.77	c BCD2: #sat=1 #unsat=517 bias=517/518
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 |    12618      0 |      483 |      515
6.70/6.78	c  0.0s |       0 |       34 |        1 |    12618      0 |      483 |      516
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 = 34
6.70/6.78	c #random_decision = 0
6.70/6.78	c #conflict = 1
6.70/6.78	c #restart = 0
6.70/6.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
6.70/6.78	c lower bound updated to -78
6.70/6.78	c BCD2: 517 <= obj <= 565
6.70/6.78	c BCD2: #cores=33, #unrelaxed=45, #relaxed=550, #hardened=0
6.70/6.78	c BCD2: #sat=1 #unsat=518 bias=518/519
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 |    12618      0 |      484 |      516
6.79/6.80	c  0.0s |       0 |       34 |        1 |    12618      0 |      484 |      517
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 7: cost of the new core is >=6
6.79/6.80	c lower bound updated to -77
6.79/6.80	c BCD2: 518 <= obj <= 565
6.79/6.80	c BCD2: #cores=33, #unrelaxed=44, #relaxed=551, #hardened=0
6.79/6.80	c BCD2: #sat=1 #unsat=519 bias=519/520
6.79/6.80	c Solving starts ...
6.79/6.80	c ============================[ Search Statistics ]============================
6.79/6.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.80	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.80	c =============================================================================
6.79/6.80	c  0.0s |       0 |        0 |        0 |    12618      0 |      485 |      517
6.79/6.81	c  0.0s |       0 |       34 |        1 |    12618      0 |      485 |      518
6.79/6.81	c #cpu_time = 0.012s
6.79/6.81	c #wall_clock_time = 0.012s
6.79/6.81	c #decision = 34
6.79/6.81	c #random_decision = 0
6.79/6.81	c #conflict = 1
6.79/6.81	c #restart = 0
6.79/6.81	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.81	c lower bound updated to -76
6.79/6.81	c BCD2: 519 <= obj <= 565
6.79/6.81	c BCD2: #cores=33, #unrelaxed=43, #relaxed=552, #hardened=0
6.79/6.81	c BCD2: #sat=1 #unsat=520 bias=520/521
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 |    12618      0 |      486 |      518
6.79/6.82	c  0.0s |       0 |       34 |        1 |    12618      0 |      486 |      519
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 9: cost of the new core is >=8
6.79/6.82	c lower bound updated to -75
6.79/6.82	c BCD2: 520 <= obj <= 565
6.79/6.82	c BCD2: #cores=33, #unrelaxed=42, #relaxed=553, #hardened=0
6.79/6.82	c BCD2: #sat=1 #unsat=521 bias=521/522
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 |    12618      0 |      487 |      519
6.79/6.83	c  0.0s |       0 |       34 |        1 |    12618      0 |      487 |      520
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 10: cost of the new core is >=9
6.79/6.83	c lower bound updated to -74
6.79/6.83	c BCD2: 521 <= obj <= 565
6.79/6.83	c BCD2: #cores=33, #unrelaxed=41, #relaxed=554, #hardened=0
6.79/6.83	c BCD2: #sat=1 #unsat=522 bias=522/523
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 |    12618      0 |      488 |      520
6.79/6.85	c  0.0s |       0 |       34 |        1 |    12618      0 |      488 |      521
6.79/6.85	c #cpu_time = 0.012s
6.79/6.85	c #wall_clock_time = 0.012s
6.79/6.85	c #decision = 34
6.79/6.85	c #random_decision = 0
6.79/6.85	c #conflict = 1
6.79/6.85	c #restart = 0
6.79/6.85	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.85	c lower bound updated to -73
6.79/6.85	c BCD2: 522 <= obj <= 565
6.79/6.85	c BCD2: #cores=33, #unrelaxed=40, #relaxed=555, #hardened=0
6.79/6.85	c BCD2: #sat=1 #unsat=523 bias=523/524
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 |    12618      0 |      489 |      521
6.79/6.86	c  0.0s |       0 |       34 |        1 |    12618      0 |      489 |      522
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 12: cost of the new core is >=11
6.79/6.86	c lower bound updated to -72
6.79/6.86	c BCD2: 523 <= obj <= 565
6.79/6.86	c BCD2: #cores=33, #unrelaxed=39, #relaxed=556, #hardened=0
6.79/6.86	c BCD2: #sat=1 #unsat=524 bias=524/525
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 |    12618      0 |      490 |      522
6.79/6.87	c  0.0s |       0 |       34 |        1 |    12618      0 |      490 |      523
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 13: cost of the new core is >=12
6.79/6.87	c lower bound updated to -71
6.79/6.87	c BCD2: 524 <= obj <= 565
6.79/6.87	c BCD2: #cores=33, #unrelaxed=38, #relaxed=557, #hardened=0
6.79/6.87	c BCD2: #sat=1 #unsat=525 bias=525/526
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 |    12618      0 |      491 |      523
6.79/6.88	c  0.0s |       0 |       34 |        1 |    12618      0 |      491 |      524
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 14: cost of the new core is >=13
6.79/6.88	c lower bound updated to -70
6.79/6.88	c BCD2: 525 <= obj <= 565
6.79/6.88	c BCD2: #cores=33, #unrelaxed=37, #relaxed=558, #hardened=0
6.79/6.88	c BCD2: #sat=1 #unsat=526 bias=526/527
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 |    12618      0 |      492 |      524
6.79/6.90	c  0.0s |       0 |       34 |        1 |    12618      0 |      492 |      525
6.79/6.90	c #cpu_time = 0.012s
6.79/6.90	c #wall_clock_time = 0.012s
6.79/6.90	c #decision = 34
6.79/6.90	c #random_decision = 0
6.79/6.90	c #conflict = 1
6.79/6.90	c #restart = 0
6.79/6.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
6.79/6.90	c lower bound updated to -69
6.89/6.90	c BCD2: 526 <= obj <= 565
6.89/6.90	c BCD2: #cores=33, #unrelaxed=36, #relaxed=559, #hardened=0
6.89/6.90	c BCD2: #sat=1 #unsat=527 bias=527/528
6.89/6.90	c Solving starts ...
6.89/6.90	c ============================[ Search Statistics ]============================
6.89/6.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.90	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.90	c =============================================================================
6.89/6.90	c  0.0s |       0 |        0 |        0 |    12618      0 |      493 |      525
6.89/6.91	c  0.0s |       0 |       34 |        1 |    12618      0 |      493 |      526
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 16: cost of the new core is >=15
6.89/6.91	c lower bound updated to -68
6.89/6.91	c BCD2: 527 <= obj <= 565
6.89/6.91	c BCD2: #cores=33, #unrelaxed=35, #relaxed=560, #hardened=0
6.89/6.91	c BCD2: #sat=1 #unsat=528 bias=528/529
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 |    12618      0 |      494 |      526
6.89/6.92	c  0.0s |       0 |       34 |        1 |    12618      0 |      494 |      527
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 17: cost of the new core is >=16
6.89/6.92	c lower bound updated to -67
6.89/6.92	c BCD2: 528 <= obj <= 565
6.89/6.92	c BCD2: #cores=33, #unrelaxed=34, #relaxed=561, #hardened=0
6.89/6.92	c BCD2: #sat=1 #unsat=529 bias=529/530
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 |    12618      0 |      495 |      527
6.89/6.93	c  0.0s |       0 |       34 |        0 |    12618      0 |      495 |      528
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 = 0
6.89/6.93	c #restart = 0
6.89/6.93	c BCD2: found a new core of size 2: cost of the new core is >=1
6.89/6.93	c lower bound updated to -66
6.89/6.94	c BCD2: 529 <= obj <= 565
6.89/6.94	c BCD2: #cores=34, #unrelaxed=32, #relaxed=563, #hardened=0
6.89/6.94	c BCD2: #sat=1 #unsat=530 bias=530/531
6.89/6.94	c Solving starts ...
6.89/6.94	c ============================[ Search Statistics ]============================
6.89/6.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.94	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.94	c =============================================================================
6.89/6.94	c  0.0s |       0 |        0 |        0 |    12618      0 |      495 |      529
6.89/6.95	c  0.0s |       0 |       35 |        1 |    12618      0 |      495 |      529
6.89/6.95	c #cpu_time = 0.011s
6.89/6.95	c #wall_clock_time = 0.011s
6.89/6.95	c #decision = 35
6.89/6.95	c #random_decision = 0
6.89/6.95	c #conflict = 1
6.89/6.95	c #restart = 0
6.89/6.95	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/6.95	c lower bound updated to -65
6.89/6.95	c BCD2: 530 <= obj <= 565
6.89/6.95	c BCD2: #cores=34, #unrelaxed=31, #relaxed=564, #hardened=0
6.89/6.95	c BCD2: #sat=1 #unsat=531 bias=531/532
6.89/6.95	c Solving starts ...
6.89/6.95	c ============================[ Search Statistics ]============================
6.89/6.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.95	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.95	c =============================================================================
6.89/6.95	c  0.0s |       0 |        0 |        0 |    12618      0 |      496 |      529
6.89/6.96	c  0.0s |       0 |       35 |        1 |    12618      0 |      496 |      530
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 = 35
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 4: cost of the new core is >=3
6.89/6.96	c lower bound updated to -64
6.89/6.96	c BCD2: 531 <= obj <= 565
6.89/6.96	c BCD2: #cores=34, #unrelaxed=30, #relaxed=565, #hardened=0
6.89/6.96	c BCD2: #sat=1 #unsat=532 bias=532/533
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 |    12618      0 |      497 |      530
6.89/6.97	c  0.0s |       0 |       35 |        1 |    12618      0 |      497 |      531
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 = 35
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 5: cost of the new core is >=4
6.89/6.97	c lower bound updated to -63
6.89/6.97	c BCD2: 532 <= obj <= 565
6.89/6.97	c BCD2: #cores=34, #unrelaxed=29, #relaxed=566, #hardened=0
6.89/6.97	c BCD2: #sat=1 #unsat=533 bias=533/534
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 |    12618      0 |      498 |      531
6.89/6.99	c  0.0s |       0 |       35 |        1 |    12618      0 |      498 |      532
6.89/6.99	c #cpu_time = 0.012s
6.89/6.99	c #wall_clock_time = 0.012s
6.89/6.99	c #decision = 35
6.89/6.99	c #random_decision = 0
6.89/6.99	c #conflict = 1
6.89/6.99	c #restart = 0
6.89/6.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
6.89/6.99	c lower bound updated to -62
6.89/6.99	c BCD2: 533 <= obj <= 565
6.89/6.99	c BCD2: #cores=34, #unrelaxed=28, #relaxed=567, #hardened=0
6.89/6.99	c BCD2: #sat=1 #unsat=534 bias=534/535
6.89/6.99	c Solving starts ...
6.89/6.99	c ============================[ Search Statistics ]============================
6.89/6.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.99	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.99	c =============================================================================
6.89/6.99	c  0.0s |       0 |        0 |        0 |    12618      0 |      499 |      532
6.99/7.00	c  0.0s |       0 |       35 |        1 |    12618      0 |      499 |      533
6.99/7.00	c #cpu_time = 0.012s
6.99/7.00	c #wall_clock_time = 0.012s
6.99/7.00	c #decision = 35
6.99/7.00	c #random_decision = 0
6.99/7.00	c #conflict = 1
6.99/7.00	c #restart = 0
6.99/7.00	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.00	c lower bound updated to -61
6.99/7.00	c BCD2: 534 <= obj <= 565
6.99/7.00	c BCD2: #cores=34, #unrelaxed=27, #relaxed=568, #hardened=0
6.99/7.00	c BCD2: #sat=1 #unsat=535 bias=535/536
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 |    12618      0 |      500 |      533
6.99/7.01	c  0.0s |       0 |       35 |        1 |    12618      0 |      500 |      534
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 8: cost of the new core is >=7
6.99/7.01	c lower bound updated to -60
6.99/7.01	c BCD2: 535 <= obj <= 565
6.99/7.01	c BCD2: #cores=34, #unrelaxed=26, #relaxed=569, #hardened=0
6.99/7.01	c BCD2: #sat=1 #unsat=536 bias=536/537
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 |    12618      0 |      501 |      534
6.99/7.02	c  0.0s |       0 |       35 |        1 |    12618      0 |      501 |      535
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 9: cost of the new core is >=8
6.99/7.02	c lower bound updated to -59
6.99/7.02	c BCD2: 536 <= obj <= 565
6.99/7.02	c BCD2: #cores=34, #unrelaxed=25, #relaxed=570, #hardened=0
6.99/7.02	c BCD2: #sat=1 #unsat=537 bias=537/538
6.99/7.03	c Solving starts ...
6.99/7.03	c ============================[ Search Statistics ]============================
6.99/7.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.03	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.03	c =============================================================================
6.99/7.03	c  0.0s |       0 |        0 |        0 |    12618      0 |      502 |      535
6.99/7.04	c  0.0s |       0 |       35 |        1 |    12618      0 |      502 |      536
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 10: cost of the new core is >=9
6.99/7.04	c lower bound updated to -58
6.99/7.04	c BCD2: 537 <= obj <= 565
6.99/7.04	c BCD2: #cores=34, #unrelaxed=24, #relaxed=571, #hardened=0
6.99/7.04	c BCD2: #sat=1 #unsat=538 bias=538/539
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 |    12618      0 |      503 |      536
6.99/7.05	c  0.0s |       0 |       35 |        1 |    12618      0 |      503 |      537
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 11: cost of the new core is >=10
6.99/7.05	c lower bound updated to -57
6.99/7.05	c BCD2: 538 <= obj <= 565
6.99/7.05	c BCD2: #cores=34, #unrelaxed=23, #relaxed=572, #hardened=0
6.99/7.05	c BCD2: #sat=1 #unsat=539 bias=539/540
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 |    12618      0 |      504 |      537
6.99/7.06	c  0.0s |       0 |       35 |        1 |    12618      0 |      504 |      538
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 12: cost of the new core is >=11
6.99/7.06	c lower bound updated to -56
6.99/7.06	c BCD2: 539 <= obj <= 565
6.99/7.06	c BCD2: #cores=34, #unrelaxed=22, #relaxed=573, #hardened=0
6.99/7.06	c BCD2: #sat=1 #unsat=540 bias=540/541
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 |    12618      0 |      505 |      538
6.99/7.07	c  0.0s |       0 |       35 |        1 |    12618      0 |      505 |      539
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 13: cost of the new core is >=12
6.99/7.07	c lower bound updated to -55
6.99/7.07	c BCD2: 540 <= obj <= 565
6.99/7.07	c BCD2: #cores=34, #unrelaxed=21, #relaxed=574, #hardened=0
6.99/7.07	c BCD2: #sat=1 #unsat=541 bias=541/542
6.99/7.08	c Solving starts ...
6.99/7.08	c ============================[ Search Statistics ]============================
6.99/7.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.08	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.08	c =============================================================================
6.99/7.08	c  0.0s |       0 |        0 |        0 |    12618      0 |      506 |      539
6.99/7.09	c  0.0s |       0 |       35 |        1 |    12618      0 |      506 |      540
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 14: cost of the new core is >=13
6.99/7.09	c lower bound updated to -54
6.99/7.09	c BCD2: 541 <= obj <= 565
6.99/7.09	c BCD2: #cores=34, #unrelaxed=20, #relaxed=575, #hardened=0
6.99/7.09	c BCD2: #sat=1 #unsat=542 bias=542/543
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 |    12618      0 |      507 |      540
7.09/7.10	c  0.0s |       0 |       35 |        1 |    12618      0 |      507 |      541
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 15: cost of the new core is >=14
7.09/7.10	c lower bound updated to -53
7.09/7.10	c BCD2: 542 <= obj <= 565
7.09/7.10	c BCD2: #cores=34, #unrelaxed=19, #relaxed=576, #hardened=0
7.09/7.10	c BCD2: #sat=1 #unsat=543 bias=543/544
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 |    12618      0 |      508 |      541
7.09/7.11	c  0.0s |       0 |       35 |        1 |    12618      0 |      508 |      542
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 16: cost of the new core is >=15
7.09/7.11	c lower bound updated to -52
7.09/7.11	c BCD2: 543 <= obj <= 565
7.09/7.11	c BCD2: #cores=34, #unrelaxed=18, #relaxed=577, #hardened=0
7.09/7.11	c BCD2: #sat=1 #unsat=544 bias=544/545
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 |    12618      0 |      509 |      542
7.09/7.12	c  0.0s |       0 |       35 |        1 |    12618      0 |      509 |      543
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 17: cost of the new core is >=16
7.09/7.12	c lower bound updated to -51
7.09/7.13	c BCD2: 544 <= obj <= 565
7.09/7.13	c BCD2: #cores=34, #unrelaxed=17, #relaxed=578, #hardened=0
7.09/7.13	c BCD2: #sat=1 #unsat=545 bias=545/546
7.09/7.13	c Solving starts ...
7.09/7.13	c ============================[ Search Statistics ]============================
7.09/7.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.13	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.13	c =============================================================================
7.09/7.13	c  0.0s |       0 |        0 |        0 |    12618      0 |      510 |      543
7.09/7.14	c  0.0s |       0 |       35 |        0 |    12618      0 |      510 |      544
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 = 0
7.09/7.14	c #restart = 0
7.09/7.14	c BCD2: found a new core of size 2: cost of the new core is >=1
7.09/7.14	c lower bound updated to -50
7.09/7.14	c BCD2: 545 <= obj <= 565
7.09/7.14	c BCD2: #cores=35, #unrelaxed=15, #relaxed=580, #hardened=0
7.09/7.14	c BCD2: #sat=1 #unsat=546 bias=546/547
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 |    12618      0 |      510 |      545
7.09/7.15	c  0.0s |       0 |       36 |        1 |    12618      0 |      510 |      545
7.09/7.15	c #cpu_time = 0.011s
7.09/7.15	c #wall_clock_time = 0.011s
7.09/7.15	c #decision = 36
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 3: cost of the new core is >=2
7.09/7.15	c lower bound updated to -49
7.09/7.15	c BCD2: 546 <= obj <= 565
7.09/7.15	c BCD2: #cores=35, #unrelaxed=14, #relaxed=581, #hardened=0
7.09/7.15	c BCD2: #sat=1 #unsat=547 bias=547/548
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 |    12618      0 |      511 |      545
7.09/7.16	c  0.0s |       0 |       36 |        1 |    12618      0 |      511 |      546
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 = 36
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 4: cost of the new core is >=3
7.09/7.16	c lower bound updated to -48
7.09/7.16	c BCD2: 547 <= obj <= 565
7.09/7.16	c BCD2: #cores=35, #unrelaxed=13, #relaxed=582, #hardened=0
7.09/7.16	c BCD2: #sat=1 #unsat=548 bias=548/549
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 |    12618      0 |      512 |      546
7.09/7.18	c  0.0s |       0 |       36 |        1 |    12618      0 |      512 |      547
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 = 36
7.09/7.18	c #random_decision = 0
7.09/7.18	c #conflict = 1
7.09/7.18	c #restart = 0
7.09/7.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
7.09/7.18	c lower bound updated to -47
7.09/7.18	c BCD2: 548 <= obj <= 565
7.09/7.18	c BCD2: #cores=35, #unrelaxed=12, #relaxed=583, #hardened=0
7.09/7.18	c BCD2: #sat=1 #unsat=549 bias=549/550
7.09/7.18	c Solving starts ...
7.09/7.18	c ============================[ Search Statistics ]============================
7.09/7.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.18	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.18	c =============================================================================
7.09/7.18	c  0.0s |       0 |        0 |        0 |    12618      0 |      513 |      547
7.09/7.19	c  0.0s |       0 |       36 |        1 |    12618      0 |      513 |      548
7.09/7.19	c #cpu_time = 0.012s
7.09/7.19	c #wall_clock_time = 0.012s
7.09/7.19	c #decision = 36
7.09/7.19	c #random_decision = 0
7.09/7.19	c #conflict = 1
7.09/7.19	c #restart = 0
7.09/7.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
7.09/7.19	c lower bound updated to -46
7.09/7.19	c BCD2: 549 <= obj <= 565
7.09/7.19	c BCD2: #cores=35, #unrelaxed=11, #relaxed=584, #hardened=0
7.09/7.19	c BCD2: #sat=1 #unsat=550 bias=550/551
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 |    12618      0 |      514 |      548
7.19/7.20	c  0.0s |       0 |       36 |        1 |    12618      0 |      514 |      549
7.19/7.20	c #cpu_time = 0.012s
7.19/7.20	c #wall_clock_time = 0.012s
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 7: cost of the new core is >=6
7.19/7.20	c lower bound updated to -45
7.19/7.20	c BCD2: 550 <= obj <= 565
7.19/7.20	c BCD2: #cores=35, #unrelaxed=10, #relaxed=585, #hardened=0
7.19/7.20	c BCD2: #sat=1 #unsat=551 bias=551/552
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 |    12618      0 |      515 |      549
7.19/7.22	c  0.0s |       0 |       36 |        1 |    12618      0 |      515 |      550
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 8: cost of the new core is >=7
7.19/7.22	c lower bound updated to -44
7.19/7.22	c BCD2: 551 <= obj <= 565
7.19/7.22	c BCD2: #cores=35, #unrelaxed=9, #relaxed=586, #hardened=0
7.19/7.22	c BCD2: #sat=1 #unsat=552 bias=552/553
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 |    12618      0 |      516 |      550
7.19/7.23	c  0.0s |       0 |       36 |        1 |    12618      0 |      516 |      551
7.19/7.23	c #cpu_time = 0.012s
7.19/7.23	c #wall_clock_time = 0.012s
7.19/7.23	c #decision = 36
7.19/7.23	c #random_decision = 0
7.19/7.23	c #conflict = 1
7.19/7.23	c #restart = 0
7.19/7.23	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.23	c lower bound updated to -43
7.19/7.23	c BCD2: 552 <= obj <= 565
7.19/7.23	c BCD2: #cores=35, #unrelaxed=8, #relaxed=587, #hardened=0
7.19/7.23	c BCD2: #sat=1 #unsat=553 bias=553/554
7.19/7.23	c Solving starts ...
7.19/7.23	c ============================[ Search Statistics ]============================
7.19/7.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.23	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.23	c =============================================================================
7.19/7.23	c  0.0s |       0 |        0 |        0 |    12618      0 |      517 |      551
7.19/7.24	c  0.0s |       0 |       36 |        1 |    12618      0 |      517 |      552
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 10: cost of the new core is >=9
7.19/7.24	c lower bound updated to -42
7.19/7.24	c BCD2: 553 <= obj <= 565
7.19/7.24	c BCD2: #cores=35, #unrelaxed=7, #relaxed=588, #hardened=0
7.19/7.24	c BCD2: #sat=1 #unsat=554 bias=554/555
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 |    12618      0 |      518 |      552
7.19/7.25	c  0.0s |       0 |       36 |        1 |    12618      0 |      518 |      553
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 11: cost of the new core is >=10
7.19/7.25	c lower bound updated to -41
7.19/7.25	c BCD2: 554 <= obj <= 565
7.19/7.25	c BCD2: #cores=35, #unrelaxed=6, #relaxed=589, #hardened=0
7.19/7.25	c BCD2: #sat=1 #unsat=555 bias=555/556
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 |    12618      0 |      519 |      553
7.19/7.27	c  0.0s |       0 |       36 |        1 |    12618      0 |      519 |      554
7.19/7.27	c #cpu_time = 0.012s
7.19/7.27	c #wall_clock_time = 0.012s
7.19/7.27	c #decision = 36
7.19/7.27	c #random_decision = 0
7.19/7.27	c #conflict = 1
7.19/7.27	c #restart = 0
7.19/7.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
7.19/7.27	c lower bound updated to -40
7.19/7.27	c BCD2: 555 <= obj <= 565
7.19/7.27	c BCD2: #cores=35, #unrelaxed=5, #relaxed=590, #hardened=0
7.19/7.27	c BCD2: #sat=1 #unsat=556 bias=556/557
7.19/7.27	c Solving starts ...
7.19/7.27	c ============================[ Search Statistics ]============================
7.19/7.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.27	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.27	c =============================================================================
7.19/7.27	c  0.0s |       0 |        0 |        0 |    12618      0 |      520 |      554
7.19/7.28	c  0.0s |       0 |       36 |        1 |    12618      0 |      520 |      555
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 13: cost of the new core is >=12
7.19/7.28	c lower bound updated to -39
7.19/7.28	c BCD2: 556 <= obj <= 565
7.19/7.28	c BCD2: #cores=35, #unrelaxed=4, #relaxed=591, #hardened=0
7.19/7.28	c BCD2: #sat=1 #unsat=557 bias=557/558
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 |    12618      0 |      521 |      555
7.19/7.29	c  0.0s |       0 |       36 |        1 |    12618      0 |      521 |      556
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 14: cost of the new core is >=13
7.19/7.29	c lower bound updated to -38
7.19/7.29	c BCD2: 557 <= obj <= 565
7.19/7.29	c BCD2: #cores=35, #unrelaxed=3, #relaxed=592, #hardened=0
7.19/7.29	c BCD2: #sat=1 #unsat=558 bias=558/559
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 |    12618      0 |      522 |      556
7.29/7.30	c  0.0s |       0 |       36 |        1 |    12618      0 |      522 |      557
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 15: cost of the new core is >=14
7.29/7.30	c lower bound updated to -37
7.29/7.30	c BCD2: 558 <= obj <= 565
7.29/7.30	c BCD2: #cores=35, #unrelaxed=2, #relaxed=593, #hardened=0
7.29/7.30	c BCD2: #sat=1 #unsat=559 bias=559/560
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 |    12618      0 |      523 |      557
7.29/7.32	c  0.0s |       0 |       36 |        1 |    12618      0 |      523 |      558
7.29/7.32	c #cpu_time = 0.012s
7.29/7.32	c #wall_clock_time = 0.012s
7.29/7.32	c #decision = 36
7.29/7.32	c #random_decision = 0
7.29/7.32	c #conflict = 1
7.29/7.32	c #restart = 0
7.29/7.32	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.32	c lower bound updated to -36
7.29/7.32	c BCD2: 559 <= obj <= 565
7.29/7.32	c BCD2: #cores=35, #unrelaxed=1, #relaxed=594, #hardened=0
7.29/7.32	c BCD2: #sat=1 #unsat=560 bias=560/561
7.29/7.32	c Solving starts ...
7.29/7.32	c ============================[ Search Statistics ]============================
7.29/7.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.32	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.32	c =============================================================================
7.29/7.32	c  0.0s |       0 |        0 |        0 |    12618      0 |      524 |      558
7.29/7.33	c  0.0s |       0 |       36 |        1 |    12618      0 |      524 |      559
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 17: cost of the new core is >=16
7.29/7.33	c lower bound updated to -35
7.29/7.33	c BCD2: 560 <= obj <= 565
7.29/7.33	c BCD2: #cores=35, #unrelaxed=0, #relaxed=595, #hardened=0
7.29/7.33	c BCD2: #sat=1 #unsat=561 bias=561/562
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 |    12618      0 |      525 |      559
7.29/7.37	c  0.0s |       1 |      261 |      100 |    12618      0 |      525 |      560
7.39/7.43	c  0.1s |       2 |      584 |      250 |    12618      0 |      525 |      560
7.49/7.54	c  0.2s |       3 |     1073 |      475 |    13880      0 |      525 |      560
7.69/7.74	c  0.4s |       4 |     1767 |      813 |    15269      0 |      525 |      560
7.99/8.01	c  0.7s |       5 |     2809 |     1320 |    15269      0 |      525 |      560
8.38/8.40	c  1.1s |       6 |     4075 |     2081 |    16796      0 |      525 |      560
8.89/8.98	c  1.6s |       7 |     5831 |     3223 |    18476      0 |      525 |      560
9.99/10.01	c  2.7s |       8 |     8334 |     4936 |    20324      0 |      525 |      560
11.98/12.03	c  4.7s |       9 |    11839 |     7506 |    22357      0 |      525 |      560
14.08/14.12	c  6.8s |       9 |    15239 |     9806 |    22357      0 |      525 |      560
15.58/15.66	c  8.3s |      10 |    17433 |    11361 |    24593      0 |      525 |      560
17.59/17.67	c 10.3s |      10 |    19918 |    13161 |    24593      0 |      525 |      560
19.58/19.69	c 12.4s |      10 |    22144 |    14861 |    24593      0 |      525 |      560
21.68/21.78	c 14.5s |      10 |    24395 |    16561 |    27053      0 |      525 |      560
22.58/22.65	c 15.3s |      11 |    25175 |    17144 |    27053      0 |      525 |      560
24.58/24.65	c 17.3s |      11 |    27175 |    18544 |    27053      0 |      525 |      560
26.68/26.72	c 19.4s |      11 |    29019 |    19944 |    27053      0 |      525 |      560
28.78/28.82	c 21.5s |      11 |    31013 |    21344 |    27053      0 |      525 |      560
30.98/31.02	c 23.7s |      11 |    32597 |    22544 |    27053      0 |      525 |      560
33.09/33.16	c 25.8s |      11 |    34088 |    23744 |    27053      0 |      525 |      560
35.29/35.31	c 28.0s |      11 |    35442 |    24844 |    27053      0 |      525 |      560
37.28/37.40	c 30.1s |      12 |    36646 |    25819 |    29759      0 |      525 |      560
39.48/39.53	c 32.2s |      12 |    37990 |    26819 |    29759      0 |      525 |      560
41.58/41.68	c 34.3s |      12 |    39548 |    28019 |    29759      0 |      525 |      560
43.68/43.79	c 36.5s |      12 |    40804 |    29019 |    29759      0 |      525 |      560
45.78/45.88	c 38.5s |      12 |    41939 |    29919 |    29759      0 |      525 |      560
47.89/47.93	c 40.6s |      12 |    43090 |    30819 |    29759      1 |      525 |      560
49.98/50.06	c 42.7s |      12 |    44768 |    32119 |    29759      1 |      525 |      560
52.08/52.12	c 44.8s |      12 |    46597 |    33519 |    29759      1 |      525 |      560
54.08/54.13	c 46.8s |      12 |    48377 |    34819 |    29759      1 |      525 |      560
56.09/56.15	c 48.8s |      12 |    50074 |    36119 |    29759      1 |      525 |      560
58.18/58.29	c 51.0s |      12 |    51567 |    37319 |    29759      1 |      525 |      560
60.38/60.40	c 53.1s |      12 |    53068 |    38519 |    32735      1 |      525 |      560
60.98/61.04	c 53.7s |      13 |    53463 |    38832 |    32735      1 |      525 |      560
63.08/63.11	c 55.8s |      13 |    54825 |    39832 |    32735      1 |      525 |      560
64.08/64.14	c 56.8s |      13 |    55525 |    40355 |    32735      1 |      525 |      560
64.08/64.14	c #cpu_time = 56.670s
64.08/64.14	c #wall_clock_time = 56.814s
64.08/64.14	c #decision = 55525
64.08/64.14	c #random_decision = 74
64.08/64.14	c #conflict = 40355
64.08/64.14	c #restart = 13
64.08/64.14	o -35
64.08/64.14	s OPTIMUM FOUND
64.08/64.14	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
64.08/64.14	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
64.08/64.14	v -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
64.08/64.14	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
64.08/64.14	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
64.08/64.14	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
64.08/64.14	v -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
64.08/64.14	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
64.08/64.14	v -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90
64.08/64.14	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
64.08/64.14	v -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110
64.08/64.14	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
64.08/64.14	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
64.08/64.14	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 x140
64.08/64.14	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
64.08/64.14	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
64.08/64.14	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 -x170
64.08/64.14	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180
64.08/64.14	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190
64.08/64.14	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200
64.08/64.14	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
64.08/64.14	v -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
64.08/64.14	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
64.08/64.14	v -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240
64.08/64.14	v -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250
64.08/64.14	v x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260
64.08/64.14	v -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 x270
64.08/64.14	v -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 x280
64.08/64.14	v -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290
64.08/64.14	v x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300
64.08/64.14	v -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310
64.08/64.14	v -x311 -x312 -x313 -x314 x315 -x316 -x317 -x318 -x319 -x320
64.08/64.14	v -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330
64.08/64.14	v -x331 x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340
64.08/64.14	v -x341 -x342 -x343 -x344 -x345 -x346 -x347 x348 -x349 -x350
64.08/64.14	v -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360
64.08/64.14	v -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370
64.08/64.14	v -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380
64.08/64.14	v -x381 x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390
64.08/64.14	v -x391 -x392 -x393 -x394 -x395 x396 -x397 -x398 -x399 -x400
64.08/64.14	v -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410
64.08/64.14	v -x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 -x419 -x420
64.08/64.14	v -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430
64.08/64.14	v -x431 x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440
64.08/64.14	v -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450
64.08/64.14	v -x451 -x452 x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460
64.08/64.14	v -x461 x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470
64.08/64.14	v -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480
64.08/64.14	v -x481 -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490
64.08/64.14	v -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 -x500
64.08/64.14	v -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510
64.08/64.14	v -x511 -x512 -x513 -x514 -x515 -x516 -x517 x518 -x519 -x520
64.08/64.14	v -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530
64.08/64.14	v -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540
64.08/64.14	v -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550
64.08/64.14	v -x551 -x552 -x553 -x554 -x555 x556 -x557 -x558 -x559 -x560
64.08/64.14	v -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 x570
64.08/64.14	v -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580
64.08/64.14	v -x581 -x582 -x583 -x584 -x585 -x586 x587 -x588 -x589 -x590
64.08/64.14	v -x591 -x592 -x593 -x594 -x595
64.08/64.14	c total CPU time = 63.983s
64.08/64.14	c total wall clock time = 64.147s

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

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

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


[startup+0 s]
/proc/loadavg: 2.28 2.25 2.19 3/180 18591
/proc/meminfo: memFree=29447236/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=689732 CPUtime=0 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 2566 0 0 0 0 0 0 0 20 0 4 0 25367804 706285568 3438 33554432000 4194304 16246674 140735725391040 140735725390464 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 172945 3447 442 2943 0 169839 0
[pid=18591/tid=18592] ppid=18588 vsize=708164 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 725159936 3507 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=712260 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 729354240 3524 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=716356 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25367804 733548544 3540 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100139 s]
/proc/loadavg: 2.28 2.25 2.19 3/180 18591
/proc/meminfo: memFree=29447236/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 29843 0 0 0 5 4 0 0 20 0 4 0 25367804 1250496512 30652 33554432000 4194304 16246674 140735725391040 140735725390352 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 305297 30652 801 2943 0 302191 0
[pid=18591/tid=18592] ppid=18588 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1250496512 30652 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1250496512 30652 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1250496512 30652 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200524 s]
/proc/loadavg: 2.28 2.25 2.19 3/180 18591
/proc/meminfo: memFree=29447236/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1301060 CPUtime=0.19 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 49851 0 0 0 12 7 0 0 20 0 4 0 25367804 1332285440 50660 33554432000 4194304 16246674 140735725391040 140735725390352 13950335 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 325265 50660 833 2943 0 322159 0
[pid=18591/tid=18592] ppid=18588 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1332285440 50660 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1332285440 50660 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1332285440 50660 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1301060

[startup+0.300441 s]
/proc/loadavg: 2.28 2.25 2.19 3/180 18591
/proc/meminfo: memFree=29447236/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1301060 CPUtime=0.29 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 64366 0 0 0 20 9 0 0 20 0 4 0 25367804 1332285440 65176 33554432000 4194304 16246674 140735725391040 140735725390352 13954914 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 325265 65186 833 2943 0 322159 0
[pid=18591/tid=18592] ppid=18588 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1332285440 65191 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1332285440 65196 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1332285440 65201 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1301060

[startup+0.700419 s]
/proc/loadavg: 2.28 2.25 2.19 3/180 18591
/proc/meminfo: memFree=29447236/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 112887 0 0 0 51 18 0 0 20 0 4 0 25367804 1344868352 113696 33554432000 4194304 16246674 140735725391040 140735725374032 5841100 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 328337 113696 907 2943 0 325231 0
[pid=18591/tid=18592] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 113696 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 113696 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 113696 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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.28 2.25 2.19 3/184 18595
/proc/meminfo: memFree=28993228/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 113077 0 0 0 131 18 0 0 20 0 4 0 25367804 1344868352 113886 33554432000 4194304 16246674 140735725391040 140735725374032 5991592 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 328337 113886 909 2943 0 325231 0
[pid=18591/tid=18592] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 113886 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 113886 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 113886 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10043 s]
/proc/loadavg: 2.28 2.25 2.19 4/184 18595
/proc/meminfo: memFree=28991740/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1313348 CPUtime=3.09 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 113077 0 0 0 290 19 0 0 20 0 4 0 25367804 1344868352 113886 33554432000 4194304 16246674 140735725391040 140735725372928 5991539 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 328337 113886 909 2943 0 325231 0
[pid=18591/tid=18592] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 113886 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 113886 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 113886 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1313348

[startup+6.30043 s]
/proc/loadavg: 2.26 2.25 2.19 3/184 18595
/proc/meminfo: memFree=28992132/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1313348 CPUtime=6.29 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 113077 0 0 0 609 20 0 0 20 0 4 0 25367804 1344868352 113886 33554432000 4194304 16246674 140735725391040 140735725374032 5532218 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 328337 113886 909 2943 0 325231 0
[pid=18591/tid=18592] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 113886 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 113886 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 113886 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1313348

[startup+12.7004 s]
/proc/loadavg: 2.24 2.25 2.19 3/184 18595
/proc/meminfo: memFree=28366160/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1313348 CPUtime=12.68 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 269546 0 0 0 1230 38 0 0 20 0 4 0 25367804 1344868352 270355 33554432000 4194304 16246674 140735725391040 140735725372928 5827966 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 328337 270355 911 2943 0 325231 0
[pid=18591/tid=18592] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 270355 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 270355 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 270355 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1313348

[startup+25.5005 s]
/proc/loadavg: 2.26 2.25 2.19 3/184 18595
/proc/meminfo: memFree=28367044/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1313348 CPUtime=25.48 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 269548 0 0 0 2510 38 0 0 20 0 4 0 25367804 1344868352 270357 33554432000 4194304 16246674 140735725391040 140735725372928 5722816 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 328337 270357 913 2943 0 325231 0
[pid=18591/tid=18592] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 270357 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 270357 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1344868352 270357 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1313348

[startup+51.1005 s]
/proc/loadavg: 2.32 2.26 2.19 3/184 18618
/proc/meminfo: memFree=28354160/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1324612 CPUtime=51.08 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 272366 0 0 0 5069 39 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 140735725372928 5827966 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 331153 273175 915 2943 0 328047 0
[pid=18591/tid=18592] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1324612

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

[startup+51.2005 s]
/proc/loadavg: 2.32 2.26 2.19 3/184 18618
/proc/meminfo: memFree=28354160/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1324612 CPUtime=51.18 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 272366 0 0 0 5079 39 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 140735725372928 5822604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 331153 273175 915 2943 0 328047 0
[pid=18591/tid=18592] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1324612

[startup+57.6004 s]
/proc/loadavg: 2.30 2.26 2.19 3/184 18618
/proc/meminfo: memFree=28355464/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1324612 CPUtime=57.58 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 272366 0 0 0 5719 39 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 140735725372928 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 331153 273175 915 2943 0 328047 0
[pid=18591/tid=18592] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 57.58
Current children cumulated vsize (KiB) 1324612

[startup+60.8004 s]
/proc/loadavg: 2.27 2.25 2.19 3/184 18619
/proc/meminfo: memFree=28355656/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1324612 CPUtime=60.78 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 272366 0 0 0 6039 39 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 140735725372928 5827966 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 331153 273175 915 2943 0 328047 0
[pid=18591/tid=18592] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 60.78
Current children cumulated vsize (KiB) 1324612

[startup+62.4004 s]
/proc/loadavg: 2.27 2.25 2.19 3/184 18619
/proc/meminfo: memFree=28355524/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1324612 CPUtime=62.38 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 272366 0 0 0 6199 39 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 140735725372928 13950230 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 331153 273175 915 2943 0 328047 0
[pid=18591/tid=18592] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 62.38
Current children cumulated vsize (KiB) 1324612

[startup+63.2004 s]
/proc/loadavg: 2.27 2.25 2.19 3/184 18619
/proc/meminfo: memFree=28355400/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1324612 CPUtime=63.18 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 272366 0 0 0 6279 39 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 140735725372928 5822548 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 331153 273175 915 2943 0 328047 0
[pid=18591/tid=18592] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 63.18
Current children cumulated vsize (KiB) 1324612

[startup+64.0004 s]
/proc/loadavg: 2.33 2.26 2.19 3/184 18619
/proc/meminfo: memFree=28355524/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=1324612 CPUtime=63.98 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) R 18588 18591 14522 0 -1 4202496 272366 0 0 0 6359 39 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 140735725372928 5822240 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 331153 273175 915 2943 0 328047 0
[pid=18591/tid=18592] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18592/stat : 18592 (toysat) S 18588 18591 14522 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891264433392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) S 18588 18591 14522 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891178450160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=18591/tid=18594] ppid=18588 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/18591/task/18594/stat : 18594 (toysat) S 18588 18591 14522 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25367804 1356402688 273175 33554432000 4194304 16246674 140735725391040 139891167976624 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 1324612

[startup+64.2003 s]
/proc/loadavg: 2.33 2.26 2.19 3/184 18619
/proc/meminfo: memFree=28355524/32872528 swapFree=1191052/1305516
[pid=18591] ppid=18588 vsize=0 CPUtime=64.18 cores=1,3,5,7
/proc/18591/stat : 18591 (toysat) Z 18588 18591 14522 0 -1 4202508 272369 0 0 0 6374 44 0 0 20 0 2 0 25367804 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18591/statm: 0 0 0 0 0 0 0
[pid=18591/tid=18593] ppid=18588 vsize=0 CPUtime=0.03 cores=1,3,5,7
/proc/18591/task/18593/stat : 18593 (toysat) R 18588 18591 14522 0 -1 4203588 7 0 0 0 0 3 0 0 20 0 2 0 25367804 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 64.18
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 64.2117
CPU time (s): 64.1902
CPU user time (s): 63.7433
CPU system time (s): 0.446932
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 1324612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.7433
system time used= 0.446932
maximum resident set size= 1092708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272369
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= 20
involuntary context switches= 66

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.19397 second user time and 0.32295 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 09:00:12
IDJOB=4103113
IDBENCH=2270
IDSOLVER=2542
FILE ID=node127/4103113-1466233212
RUNJOBID= node127-1466206072-14539
PBS_JOBID= 19918150
Free space on /tmp= 71724 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-4.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103113-1466233212/watcher-4103113-1466233212 -o /tmp/evaluation-result-4103113-1466233212/solver-4103113-1466233212 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466206072-14539 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103113-1466233212.opb

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

MD5SUM BENCH= 4acf18ad1cd52676d2699a99f210ed0a
RANDOM SEED=490965533

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29447764 kB
Buffers:          130396 kB
Cached:           140684 kB
SwapCached:          528 kB
Active:          1205776 kB
Inactive:         171504 kB
Active(anon):    1107568 kB
Inactive(anon):      864 kB
Active(file):      98208 kB
Inactive(file):   170640 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:             17172 kB
Writeback:             0 kB
AnonPages:       2415116 kB
Mapped:            10748 kB
Shmem:                 0 kB
Slab:             603928 kB
SReclaimable:      47972 kB
SUnreclaim:       555956 kB
KernelStack:        1480 kB
PageTables:         8928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2555236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1216512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node127 at 2016-06-18 09:01:16