Trace number 4102729

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-02OPT802 273.675 273.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32d3.opb
MD5SUMa4212e7e4d5e950e6ac9fce9bc7b8e0a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark802
Best CPU time to get the best result obtained on this benchmark5.54116
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 802
Optimality of the best value was proved YES
Number of variables1648
Total number of constraints20302
Number of constraints which are clauses20302
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 constraint32
Number of terms in the objective function 1648
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 1648
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1648
Number of bits of the biggest sum of numbers11
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-18T08:30:34+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.08/0.14	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4102729-1466231434.opb"]
0.08/0.14	c use --random-gen="621060555 2732121316 3213076127 1153097142 2209644928 1358120579 2518628834 1435783180 2682707954 1369002708 2432583196 2671472338 1074475679 1609624091 3433476637 3460958820 3219038220 2091025712 1967822995 1600823133 4170960725 2063094241 3440022794 593825619 3946482572 787381782 2616302364 78801913 1249106280 440355569 3328167626 1287419267 2350006233 4128628438 1636104455 1941408625 2083637407 4034568828 3103031940 526794637 4111445982 822060798 1159734034 1559069710 2492915934 3624041060 3782437751 1221221919 329118870 1985034908 847919415 1393762767 2753021326 911900090 732523443 1819439655 1573028790 3259588126 2972106621 3016704647 564916927 2280782047 2175885532 3713392656 3319388118 1729451475 1050050620 3497766816 457192273 2209826427 710895058 3319376157 2178554741 3807718282 4095959915 3916947198 314292318 1246463877 3849873491 2974251830 805563913 68487760 2652584161 2845772634 2494314712 1329686808 2003576050 2733357203 1831649746 3820665625 3871049058 1756424404 1591488494 2865724778 1738317008 1188742891 3905409141 247402518 764008694 3780963689 1457472295 1963625238 3830139794 196291295 109348266 2688208374 2414918145 265099230 1421119807 4149774708 3796893658 1469172314 2027299299 1398576579 2257619136 917448094 232711807 1987980001 3939847642 1216094953 989806518 4253798770 3401599788 2416521125 2597781860 672120190 769002049 75927245 2010633726 2306351039 3558999146 3636258528 162524085 1437051926 1416232218 2875615801 3167237202 1938037233 1034773214 843794860 3512902271 3309112022 2493912006 3075505393 2923143618 1218707196 1523315683 2691511548 201934502 700231046 3564197519 4040774258 95993400 490747703 3023592663 1749933410 192788413 3543723805 464853369 4282870955 1954197203 2486376237 1787192567 2927536031 3665183224 2172264786 747326044 3086858667 2466917194 2186064469 1900932630 1987580511 3965688250 3577317095 2852758523 2324515256 1717637467 2912317696 452900018 876972317 2479484613 2554761999 1536796781 2323395432 3634177555 3890331517 849908988 3730621351 464388369 1860462153 3781329768 1102758824 4042911380 3907142951 578951784 3333716978 2201462393 221711117 2388677038 1215497753 3725390629 3514518446 1491620204 775389164 860280266 1675470467 4167937523 2965303270 3511246475 59962821 2374327706 3928992489 4180487354 3713567512 2636259955 551061284 304052966 979037811 553949276 2212342019 2479954812 2803966875 664601334 744593380 3977486545 589212308 1896059666 3094954995 2882557139 1373311248 1737151635 719553858 677115158 3243249835 1111612110 381030847 2072354627 2949287589 2100608561 2470064780 3599166137 3673371184 2413562275 3390333086 567769231 481152228 251704627 4130618628 3410536659 2847238776 1360553878 574702157 3038254994 1155462125 42413267 2445474480 255 362436" option to reproduce the execution
0.08/0.20	c #vars 1648
0.08/0.20	c #constraints 20302
0.38/0.45	c BCD2: Hardening is enabled.
0.38/0.45	c BCD2: BiasedSearch is enabled.
0.38/0.45	c Solving starts ...
0.38/0.45	c ============================[ Search Statistics ]============================
0.38/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.38/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.38/0.45	c =============================================================================
0.38/0.45	c  0.0s |       0 |        0 |        0 |     7316      0 |        0 |        0
0.49/0.57	c  0.1s |       1 |      225 |      100 |     7316      0 |        0 |        0
0.69/0.71	c  0.3s |       2 |     1021 |      250 |     8048      0 |        0 |        0
0.89/0.92	c  0.5s |       3 |     1509 |      475 |     8853      0 |        0 |        0
1.30/1.31	c  0.9s |       4 |     2300 |      813 |     9739      0 |        0 |        0
1.69/1.74	c  1.3s |       5 |     3700 |     1320 |    10713      0 |        0 |        0
2.40/2.41	c  2.0s |       6 |     5146 |     2081 |    12964      0 |        0 |        0
3.29/3.34	c  2.9s |       6 |     7240 |     3152 |    12964      0 |        0 |        0
3.29/3.34	c #cpu_time = 2.887s
3.29/3.34	c #wall_clock_time = 2.895s
3.29/3.34	c #decision = 7240
3.29/3.34	c #random_decision = 23
3.29/3.34	c #conflict = 3152
3.29/3.34	c #restart = 6
3.29/3.34	o 824
3.29/3.34	c BCD2: updating upper bound: 1648 -> 823
3.29/3.35	c BCD2: 0 <= obj <= 823
3.29/3.35	c BCD2: #cores=0, #unrelaxed=1648, #relaxed=0, #hardened=0
3.29/3.35	c BCD2: #sat=1 #unsat=1 bias=1/2
3.29/3.35	c Solving starts ...
3.29/3.35	c ============================[ Search Statistics ]============================
3.29/3.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.35	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.35	c =============================================================================
3.29/3.35	c  0.0s |       0 |        0 |        0 |    12964      0 |        0 |        0
3.29/3.37	c  0.0s |       0 |        6 |        0 |    12964      0 |        0 |        0
3.29/3.37	c #cpu_time = 0.019s
3.29/3.37	c #wall_clock_time = 0.020s
3.29/3.37	c #decision = 6
3.29/3.37	c #random_decision = 0
3.29/3.37	c #conflict = 0
3.29/3.37	c #restart = 0
3.29/3.37	c BCD2: found a new core of size 4: cost of the new core is >=1
3.29/3.37	c lower bound updated to 1
3.29/3.37	c BCD2: 1 <= obj <= 823
3.29/3.37	c BCD2: #cores=1, #unrelaxed=1644, #relaxed=4, #hardened=0
3.29/3.37	c BCD2: #sat=1 #unsat=2 bias=2/3
3.29/3.37	c Solving starts ...
3.29/3.37	c ============================[ Search Statistics ]============================
3.29/3.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.37	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.37	c =============================================================================
3.29/3.37	c  0.0s |       0 |        0 |        0 |    12964      0 |        0 |        1
3.29/3.39	c  0.0s |       0 |       11 |        0 |    12964      0 |        0 |        1
3.29/3.39	c #cpu_time = 0.020s
3.29/3.39	c #wall_clock_time = 0.020s
3.29/3.39	c #decision = 11
3.29/3.39	c #random_decision = 0
3.29/3.39	c #conflict = 0
3.29/3.39	c #restart = 0
3.29/3.39	c BCD2: found a new core of size 4: cost of the new core is >=1
3.29/3.39	c lower bound updated to 2
3.29/3.39	c BCD2: 2 <= obj <= 823
3.29/3.39	c BCD2: #cores=2, #unrelaxed=1640, #relaxed=8, #hardened=0
3.29/3.39	c BCD2: #sat=1 #unsat=3 bias=3/4
3.29/3.39	c Solving starts ...
3.29/3.39	c ============================[ Search Statistics ]============================
3.29/3.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.39	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.39	c =============================================================================
3.29/3.40	c  0.0s |       0 |        0 |        0 |    12964      0 |        0 |        2
3.40/3.42	c  0.0s |       0 |       16 |        0 |    12964      0 |        0 |        2
3.40/3.42	c #cpu_time = 0.021s
3.40/3.42	c #wall_clock_time = 0.021s
3.40/3.42	c #decision = 16
3.40/3.42	c #random_decision = 0
3.40/3.42	c #conflict = 0
3.40/3.42	c #restart = 0
3.40/3.42	c BCD2: found a new core of size 4: cost of the new core is >=1
3.40/3.42	c lower bound updated to 3
3.40/3.42	c BCD2: 3 <= obj <= 823
3.40/3.42	c BCD2: #cores=3, #unrelaxed=1636, #relaxed=12, #hardened=0
3.40/3.42	c BCD2: #sat=1 #unsat=4 bias=4/5
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 |    12964      0 |        0 |        3
3.40/3.44	c  0.0s |       0 |       19 |        1 |    12964      0 |        0 |        3
3.40/3.44	c #cpu_time = 0.019s
3.40/3.44	c #wall_clock_time = 0.019s
3.40/3.44	c #decision = 19
3.40/3.44	c #random_decision = 0
3.40/3.44	c #conflict = 1
3.40/3.44	c #restart = 0
3.40/3.44	c BCD2: found a new core of size 4: cost of the new core is >=1
3.40/3.44	c lower bound updated to 4
3.40/3.44	c BCD2: 4 <= obj <= 823
3.40/3.44	c BCD2: #cores=4, #unrelaxed=1632, #relaxed=16, #hardened=0
3.40/3.44	c BCD2: #sat=1 #unsat=5 bias=5/6
3.40/3.44	c Solving starts ...
3.40/3.44	c ============================[ Search Statistics ]============================
3.40/3.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.44	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.44	c =============================================================================
3.40/3.44	c  0.0s |       0 |        0 |        0 |    12964      0 |        0 |        3
3.40/3.46	c  0.0s |       0 |       18 |        1 |    12964      0 |        0 |        3
3.40/3.46	c #cpu_time = 0.020s
3.40/3.46	c #wall_clock_time = 0.020s
3.40/3.46	c #decision = 18
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: found a new core of size 4: cost of the new core is >=1
3.40/3.46	c lower bound updated to 5
3.40/3.46	c BCD2: 5 <= obj <= 823
3.40/3.46	c BCD2: #cores=5, #unrelaxed=1628, #relaxed=20, #hardened=0
3.40/3.46	c BCD2: #sat=1 #unsat=6 bias=6/7
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 |    12964      0 |        0 |        3
3.40/3.48	c  0.0s |       0 |       18 |        2 |    12964      0 |        0 |        3
3.40/3.48	c #cpu_time = 0.020s
3.40/3.48	c #wall_clock_time = 0.020s
3.40/3.48	c #decision = 18
3.40/3.48	c #random_decision = 0
3.40/3.48	c #conflict = 2
3.40/3.48	c #restart = 0
3.40/3.48	c BCD2: found a new core of size 8: cost of the new core is >=1
3.40/3.48	c lower bound updated to 6
3.40/3.48	c BCD2: 6 <= obj <= 823
3.40/3.48	c BCD2: #cores=6, #unrelaxed=1620, #relaxed=28, #hardened=0
3.40/3.48	c BCD2: #sat=1 #unsat=7 bias=7/8
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 |    12964      0 |        0 |        3
3.50/3.50	c  0.0s |       0 |       16 |        0 |    12964      0 |        0 |        3
3.50/3.50	c #cpu_time = 0.022s
3.50/3.50	c #wall_clock_time = 0.022s
3.50/3.50	c #decision = 16
3.50/3.50	c #random_decision = 0
3.50/3.50	c #conflict = 0
3.50/3.50	c #restart = 0
3.50/3.50	c BCD2: found a new core of size 4: cost of the new core is >=1
3.50/3.50	c lower bound updated to 7
3.50/3.51	c BCD2: 7 <= obj <= 823
3.50/3.51	c BCD2: #cores=7, #unrelaxed=1616, #relaxed=32, #hardened=0
3.50/3.51	c BCD2: #sat=1 #unsat=8 bias=8/9
3.50/3.51	c Solving starts ...
3.50/3.51	c ============================[ Search Statistics ]============================
3.50/3.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.50/3.51	c       |         |          |          |    Limit     GC | Var      | Constra 
3.50/3.51	c =============================================================================
3.50/3.51	c  0.0s |       0 |        0 |        0 |    12964      0 |        0 |        4
3.50/3.53	c  0.0s |       0 |       32 |        4 |    12964      0 |        0 |        4
3.50/3.53	c #cpu_time = 0.024s
3.50/3.53	c #wall_clock_time = 0.024s
3.50/3.53	c #decision = 32
3.50/3.53	c #random_decision = 0
3.50/3.53	c #conflict = 4
3.50/3.53	c #restart = 0
3.50/3.53	c BCD2: relaxing 6 and merging with 2 cores into a new core of size 14: cost of the new core is >=3
3.50/3.53	c lower bound updated to 8
3.50/3.53	c BCD2: 8 <= obj <= 823
3.50/3.53	c BCD2: #cores=6, #unrelaxed=1610, #relaxed=38, #hardened=0
3.50/3.53	c BCD2: #sat=1 #unsat=9 bias=9/10
3.50/3.53	c Solving starts ...
3.50/3.53	c ============================[ Search Statistics ]============================
3.50/3.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.50/3.53	c       |         |          |          |    Limit     GC | Var      | Constra 
3.50/3.53	c =============================================================================
3.50/3.53	c  0.0s |       0 |        0 |        0 |    12964      0 |        2 |        4
3.50/3.55	c  0.0s |       0 |       14 |        0 |    12964      0 |        2 |        6
3.50/3.55	c #cpu_time = 0.020s
3.50/3.55	c #wall_clock_time = 0.020s
3.50/3.55	c #decision = 14
3.50/3.55	c #random_decision = 0
3.50/3.55	c #conflict = 0
3.50/3.55	c #restart = 0
3.50/3.55	c BCD2: found a new core of size 4: cost of the new core is >=1
3.50/3.55	c lower bound updated to 9
3.50/3.55	c BCD2: 9 <= obj <= 823
3.50/3.55	c BCD2: #cores=7, #unrelaxed=1606, #relaxed=42, #hardened=0
3.50/3.55	c BCD2: #sat=1 #unsat=10 bias=10/11
3.50/3.55	c Solving starts ...
3.50/3.55	c ============================[ Search Statistics ]============================
3.50/3.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.50/3.55	c       |         |          |          |    Limit     GC | Var      | Constra 
3.50/3.55	c =============================================================================
3.50/3.55	c  0.0s |       0 |        0 |        0 |    12964      0 |        2 |        7
3.50/3.57	c  0.0s |       0 |       19 |        0 |    12964      0 |        2 |        7
3.50/3.57	c #cpu_time = 0.020s
3.50/3.57	c #wall_clock_time = 0.020s
3.50/3.57	c #decision = 19
3.50/3.57	c #random_decision = 0
3.50/3.57	c #conflict = 0
3.50/3.57	c #restart = 0
3.50/3.57	c BCD2: found a new core of size 4: cost of the new core is >=1
3.50/3.57	c lower bound updated to 10
3.50/3.58	c BCD2: 10 <= obj <= 823
3.50/3.58	c BCD2: #cores=8, #unrelaxed=1602, #relaxed=46, #hardened=0
3.50/3.58	c BCD2: #sat=1 #unsat=11 bias=11/12
3.50/3.58	c Solving starts ...
3.50/3.58	c ============================[ Search Statistics ]============================
3.50/3.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.50/3.58	c       |         |          |          |    Limit     GC | Var      | Constra 
3.50/3.58	c =============================================================================
3.50/3.58	c  0.0s |       0 |        0 |        0 |    12964      0 |        2 |        8
3.59/3.60	c  0.0s |       0 |       18 |        0 |    12964      0 |        2 |        8
3.59/3.60	c #cpu_time = 0.019s
3.59/3.60	c #wall_clock_time = 0.019s
3.59/3.60	c #decision = 18
3.59/3.60	c #random_decision = 0
3.59/3.60	c #conflict = 0
3.59/3.60	c #restart = 0
3.59/3.60	c BCD2: found a new core of size 3: cost of the new core is >=1
3.59/3.60	c lower bound updated to 11
3.59/3.60	c BCD2: 11 <= obj <= 823
3.59/3.60	c BCD2: #cores=9, #unrelaxed=1599, #relaxed=49, #hardened=0
3.59/3.60	c BCD2: #sat=1 #unsat=12 bias=12/13
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 |    12964      0 |        2 |        8
3.59/3.62	c  0.0s |       0 |       18 |        0 |    12964      0 |        2 |        8
3.59/3.62	c #cpu_time = 0.020s
3.59/3.62	c #wall_clock_time = 0.020s
3.59/3.62	c #decision = 18
3.59/3.62	c #random_decision = 0
3.59/3.62	c #conflict = 0
3.59/3.62	c #restart = 0
3.59/3.62	c BCD2: found a new core of size 3: cost of the new core is >=1
3.59/3.62	c lower bound updated to 12
3.59/3.62	c BCD2: 12 <= obj <= 823
3.59/3.62	c BCD2: #cores=10, #unrelaxed=1596, #relaxed=52, #hardened=0
3.59/3.62	c BCD2: #sat=1 #unsat=13 bias=13/14
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 |    12964      0 |        2 |        8
3.59/3.64	c  0.0s |       0 |       23 |        2 |    12964      0 |        2 |        8
3.59/3.64	c #cpu_time = 0.020s
3.59/3.64	c #wall_clock_time = 0.020s
3.59/3.64	c #decision = 23
3.59/3.64	c #random_decision = 0
3.59/3.64	c #conflict = 2
3.59/3.64	c #restart = 0
3.59/3.64	c BCD2: found a new core of size 6: cost of the new core is >=1
3.59/3.64	c lower bound updated to 13
3.59/3.64	c BCD2: 13 <= obj <= 823
3.59/3.64	c BCD2: #cores=11, #unrelaxed=1590, #relaxed=58, #hardened=0
3.59/3.64	c BCD2: #sat=1 #unsat=14 bias=14/15
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 |    12964      0 |        2 |        8
3.59/3.66	c  0.0s |       0 |       25 |        1 |    12964      0 |        2 |        8
3.59/3.66	c #cpu_time = 0.022s
3.59/3.66	c #wall_clock_time = 0.022s
3.59/3.66	c #decision = 25
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: found a new core of size 7: cost of the new core is >=1
3.59/3.66	c lower bound updated to 14
3.59/3.66	c BCD2: 14 <= obj <= 823
3.59/3.66	c BCD2: #cores=12, #unrelaxed=1583, #relaxed=65, #hardened=0
3.59/3.66	c BCD2: #sat=1 #unsat=15 bias=15/16
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 |    12964      0 |        2 |        8
3.59/3.69	c  0.0s |       0 |       30 |        1 |    12964      0 |        2 |        8
3.59/3.69	c #cpu_time = 0.021s
3.59/3.69	c #wall_clock_time = 0.021s
3.59/3.69	c #decision = 30
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: found a new core of size 5: cost of the new core is >=1
3.59/3.69	c lower bound updated to 15
3.59/3.69	c BCD2: 15 <= obj <= 823
3.59/3.69	c BCD2: #cores=13, #unrelaxed=1578, #relaxed=70, #hardened=0
3.59/3.69	c BCD2: #sat=1 #unsat=16 bias=16/17
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 |    12964      0 |        2 |        8
3.69/3.71	c  0.0s |       0 |       28 |        1 |    12964      0 |        2 |        8
3.69/3.71	c #cpu_time = 0.022s
3.69/3.71	c #wall_clock_time = 0.022s
3.69/3.71	c #decision = 28
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 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
3.69/3.71	c lower bound updated to 16
3.69/3.71	c BCD2: 16 <= obj <= 823
3.69/3.71	c BCD2: #cores=13, #unrelaxed=1576, #relaxed=72, #hardened=0
3.69/3.71	c BCD2: #sat=1 #unsat=17 bias=17/18
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 |    12964      0 |        3 |        8
3.69/3.73	c  0.0s |       0 |       28 |        1 |    12964      0 |        3 |        9
3.69/3.73	c #cpu_time = 0.020s
3.69/3.73	c #wall_clock_time = 0.020s
3.69/3.73	c #decision = 28
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 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
3.69/3.73	c lower bound updated to 17
3.69/3.73	c BCD2: 17 <= obj <= 823
3.69/3.73	c BCD2: #cores=13, #unrelaxed=1574, #relaxed=74, #hardened=0
3.69/3.73	c BCD2: #sat=1 #unsat=18 bias=18/19
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 |    12964      0 |        4 |        9
3.69/3.75	c  0.0s |       0 |       31 |        2 |    12964      0 |        4 |       10
3.69/3.75	c #cpu_time = 0.022s
3.69/3.75	c #wall_clock_time = 0.022s
3.69/3.75	c #decision = 31
3.69/3.75	c #random_decision = 0
3.69/3.75	c #conflict = 2
3.69/3.75	c #restart = 0
3.69/3.75	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 10: cost of the new core is >=2
3.69/3.75	c lower bound updated to 18
3.69/3.76	c BCD2: 18 <= obj <= 823
3.69/3.76	c BCD2: #cores=13, #unrelaxed=1569, #relaxed=79, #hardened=0
3.69/3.76	c BCD2: #sat=1 #unsat=19 bias=19/20
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 |    12964      0 |        5 |       10
3.69/3.78	c  0.0s |       0 |       26 |        0 |    12964      0 |        5 |       11
3.69/3.78	c #cpu_time = 0.020s
3.69/3.78	c #wall_clock_time = 0.021s
3.69/3.78	c #decision = 26
3.69/3.78	c #random_decision = 0
3.69/3.78	c #conflict = 0
3.69/3.78	c #restart = 0
3.69/3.78	c BCD2: found a new core of size 3: cost of the new core is >=1
3.69/3.78	c lower bound updated to 19
3.69/3.78	c BCD2: 19 <= obj <= 823
3.69/3.78	c BCD2: #cores=14, #unrelaxed=1566, #relaxed=82, #hardened=0
3.69/3.78	c BCD2: #sat=1 #unsat=20 bias=20/21
3.69/3.78	c Solving starts ...
3.69/3.78	c ============================[ Search Statistics ]============================
3.69/3.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.78	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.78	c =============================================================================
3.69/3.78	c  0.0s |       0 |        0 |        0 |    12964      0 |        5 |       11
3.79/3.80	c  0.0s |       0 |       26 |        0 |    12964      0 |        5 |       11
3.79/3.80	c #cpu_time = 0.020s
3.79/3.80	c #wall_clock_time = 0.020s
3.79/3.80	c #decision = 26
3.79/3.80	c #random_decision = 0
3.79/3.80	c #conflict = 0
3.79/3.80	c #restart = 0
3.79/3.80	c BCD2: found a new core of size 4: cost of the new core is >=1
3.79/3.80	c lower bound updated to 20
3.79/3.80	c BCD2: 20 <= obj <= 823
3.79/3.80	c BCD2: #cores=15, #unrelaxed=1562, #relaxed=86, #hardened=0
3.79/3.80	c BCD2: #sat=1 #unsat=21 bias=21/22
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 |    12964      0 |        5 |       12
3.79/3.82	c  0.0s |       0 |       27 |        0 |    12964      0 |        5 |       12
3.79/3.82	c #cpu_time = 0.020s
3.79/3.82	c #wall_clock_time = 0.020s
3.79/3.82	c #decision = 27
3.79/3.82	c #random_decision = 0
3.79/3.82	c #conflict = 0
3.79/3.82	c #restart = 0
3.79/3.82	c BCD2: found a new core of size 6: cost of the new core is >=1
3.79/3.82	c lower bound updated to 21
3.79/3.82	c BCD2: 21 <= obj <= 823
3.79/3.82	c BCD2: #cores=16, #unrelaxed=1556, #relaxed=92, #hardened=0
3.79/3.82	c BCD2: #sat=1 #unsat=22 bias=22/23
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 |    12964      0 |        5 |       12
3.79/3.84	c  0.0s |       0 |       26 |        0 |    12964      0 |        5 |       12
3.79/3.84	c #cpu_time = 0.021s
3.79/3.84	c #wall_clock_time = 0.021s
3.79/3.84	c #decision = 26
3.79/3.84	c #random_decision = 0
3.79/3.84	c #conflict = 0
3.79/3.84	c #restart = 0
3.79/3.84	c BCD2: found a new core of size 4: cost of the new core is >=1
3.79/3.84	c lower bound updated to 22
3.79/3.84	c BCD2: 22 <= obj <= 823
3.79/3.84	c BCD2: #cores=17, #unrelaxed=1552, #relaxed=96, #hardened=0
3.79/3.84	c BCD2: #sat=1 #unsat=23 bias=23/24
3.79/3.84	c Solving starts ...
3.79/3.84	c ============================[ Search Statistics ]============================
3.79/3.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.84	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.84	c =============================================================================
3.79/3.84	c  0.0s |       0 |        0 |        0 |    12964      0 |        5 |       13
3.79/3.86	c  0.0s |       0 |       31 |        0 |    12964      0 |        5 |       13
3.79/3.86	c #cpu_time = 0.021s
3.79/3.86	c #wall_clock_time = 0.021s
3.79/3.86	c #decision = 31
3.79/3.86	c #random_decision = 0
3.79/3.86	c #conflict = 0
3.79/3.86	c #restart = 0
3.79/3.86	c BCD2: found a new core of size 4: cost of the new core is >=1
3.79/3.86	c lower bound updated to 23
3.79/3.87	c BCD2: 23 <= obj <= 823
3.79/3.87	c BCD2: #cores=18, #unrelaxed=1548, #relaxed=100, #hardened=0
3.79/3.87	c BCD2: #sat=1 #unsat=24 bias=24/25
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 |    12964      0 |        5 |       14
3.79/3.89	c  0.0s |       0 |       37 |        1 |    12964      0 |        5 |       14
3.79/3.89	c #cpu_time = 0.021s
3.79/3.89	c #wall_clock_time = 0.021s
3.79/3.89	c #decision = 37
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 8 and merging with 1 cores into a new core of size 11: cost of the new core is >=2
3.79/3.89	c lower bound updated to 24
3.79/3.89	c BCD2: 24 <= obj <= 823
3.79/3.89	c BCD2: #cores=18, #unrelaxed=1540, #relaxed=108, #hardened=0
3.79/3.89	c BCD2: #sat=1 #unsat=25 bias=25/26
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 |    12964      0 |        6 |       14
3.89/3.91	c  0.0s |       0 |       36 |        1 |    12964      0 |        6 |       15
3.89/3.91	c #cpu_time = 0.021s
3.89/3.91	c #wall_clock_time = 0.021s
3.89/3.91	c #decision = 36
3.89/3.91	c #random_decision = 0
3.89/3.91	c #conflict = 1
3.89/3.91	c #restart = 0
3.89/3.91	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
3.89/3.91	c lower bound updated to 25
3.89/3.91	c BCD2: 25 <= obj <= 823
3.89/3.91	c BCD2: #cores=18, #unrelaxed=1537, #relaxed=111, #hardened=0
3.89/3.91	c BCD2: #sat=1 #unsat=26 bias=26/27
3.89/3.91	c Solving starts ...
3.89/3.91	c ============================[ Search Statistics ]============================
3.89/3.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.91	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.91	c =============================================================================
3.89/3.91	c  0.0s |       0 |        0 |        0 |    12964      0 |        7 |       15
3.89/3.93	c  0.0s |       0 |       35 |        1 |    12964      0 |        7 |       16
3.89/3.93	c #cpu_time = 0.021s
3.89/3.93	c #wall_clock_time = 0.021s
3.89/3.93	c #decision = 35
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 3 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
3.89/3.93	c lower bound updated to 26
3.89/3.94	c BCD2: 26 <= obj <= 823
3.89/3.94	c BCD2: #cores=18, #unrelaxed=1534, #relaxed=114, #hardened=0
3.89/3.94	c BCD2: #sat=1 #unsat=27 bias=27/28
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 |    12964      0 |        8 |       16
3.89/3.96	c  0.0s |       0 |       30 |        0 |    12964      0 |        8 |       17
3.89/3.96	c #cpu_time = 0.020s
3.89/3.96	c #wall_clock_time = 0.020s
3.89/3.96	c #decision = 30
3.89/3.96	c #random_decision = 0
3.89/3.96	c #conflict = 0
3.89/3.96	c #restart = 0
3.89/3.96	c BCD2: found a new core of size 4: cost of the new core is >=1
3.89/3.96	c lower bound updated to 27
3.89/3.96	c BCD2: 27 <= obj <= 823
3.89/3.96	c BCD2: #cores=19, #unrelaxed=1530, #relaxed=118, #hardened=0
3.89/3.96	c BCD2: #sat=1 #unsat=28 bias=28/29
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 |    12964      0 |        8 |       18
3.89/3.98	c  0.0s |       0 |       53 |        4 |    12964      0 |        8 |       18
3.89/3.98	c #cpu_time = 0.022s
3.89/3.98	c #wall_clock_time = 0.022s
3.89/3.98	c #decision = 53
3.89/3.98	c #random_decision = 0
3.89/3.98	c #conflict = 4
3.89/3.98	c #restart = 0
3.89/3.98	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 19: cost of the new core is >=3
3.89/3.98	c lower bound updated to 28
3.89/3.98	c BCD2: 28 <= obj <= 823
3.89/3.98	c BCD2: #cores=19, #unrelaxed=1522, #relaxed=126, #hardened=0
3.89/3.98	c BCD2: #sat=1 #unsat=29 bias=29/30
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 |    12964      0 |        9 |       18
3.99/4.00	c  0.0s |       0 |       35 |        0 |    12964      0 |        9 |       19
3.99/4.00	c #cpu_time = 0.020s
3.99/4.00	c #wall_clock_time = 0.020s
3.99/4.00	c #decision = 35
3.99/4.00	c #random_decision = 0
3.99/4.00	c #conflict = 0
3.99/4.00	c #restart = 0
3.99/4.00	c BCD2: found a new core of size 4: cost of the new core is >=1
3.99/4.00	c lower bound updated to 29
3.99/4.00	c BCD2: 29 <= obj <= 823
3.99/4.00	c BCD2: #cores=20, #unrelaxed=1518, #relaxed=130, #hardened=0
3.99/4.00	c BCD2: #sat=1 #unsat=30 bias=30/31
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 |    12964      0 |        9 |       20
3.99/4.02	c  0.0s |       0 |       38 |        1 |    12964      0 |        9 |       20
3.99/4.02	c #cpu_time = 0.020s
3.99/4.02	c #wall_clock_time = 0.020s
3.99/4.02	c #decision = 38
3.99/4.02	c #random_decision = 0
3.99/4.02	c #conflict = 1
3.99/4.02	c #restart = 0
3.99/4.02	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 11: cost of the new core is >=4
3.99/4.02	c lower bound updated to 30
3.99/4.02	c BCD2: 30 <= obj <= 823
3.99/4.02	c BCD2: #cores=20, #unrelaxed=1515, #relaxed=133, #hardened=0
3.99/4.02	c BCD2: #sat=1 #unsat=31 bias=31/32
3.99/4.02	c Solving starts ...
3.99/4.02	c ============================[ Search Statistics ]============================
3.99/4.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.02	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.02	c =============================================================================
3.99/4.02	c  0.0s |       0 |        0 |        0 |    12964      0 |       10 |       20
3.99/4.05	c  0.0s |       0 |       37 |        1 |    12964      0 |       10 |       21
3.99/4.05	c #cpu_time = 0.021s
3.99/4.05	c #wall_clock_time = 0.021s
3.99/4.05	c #decision = 37
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 3 and merging with 1 cores into a new core of size 11: cost of the new core is >=4
3.99/4.05	c lower bound updated to 31
3.99/4.05	c BCD2: 31 <= obj <= 823
3.99/4.05	c BCD2: #cores=20, #unrelaxed=1512, #relaxed=136, #hardened=0
3.99/4.05	c BCD2: #sat=1 #unsat=32 bias=32/33
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 |    12964      0 |       11 |       21
3.99/4.07	c  0.0s |       0 |       34 |        1 |    12964      0 |       11 |       22
3.99/4.07	c #cpu_time = 0.022s
3.99/4.07	c #wall_clock_time = 0.022s
3.99/4.07	c #decision = 34
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 8 and merging with 1 cores into a new core of size 27: cost of the new core is >=4
3.99/4.07	c lower bound updated to 32
3.99/4.07	c BCD2: 32 <= obj <= 823
3.99/4.07	c BCD2: #cores=20, #unrelaxed=1504, #relaxed=144, #hardened=0
3.99/4.07	c BCD2: #sat=1 #unsat=33 bias=33/34
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 |    12964      0 |       12 |       22
3.99/4.09	c  0.0s |       0 |       34 |        0 |    12964      0 |       12 |       23
3.99/4.09	c #cpu_time = 0.021s
3.99/4.09	c #wall_clock_time = 0.021s
3.99/4.09	c #decision = 34
3.99/4.09	c #random_decision = 0
3.99/4.09	c #conflict = 0
3.99/4.09	c #restart = 0
3.99/4.09	c BCD2: found a new core of size 4: cost of the new core is >=1
3.99/4.09	c lower bound updated to 33
3.99/4.09	c BCD2: 33 <= obj <= 823
3.99/4.09	c BCD2: #cores=21, #unrelaxed=1500, #relaxed=148, #hardened=0
3.99/4.09	c BCD2: #sat=1 #unsat=34 bias=34/35
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 |    12964      0 |       12 |       24
4.09/4.11	c  0.0s |       0 |       39 |        0 |    12964      0 |       12 |       24
4.09/4.11	c #cpu_time = 0.021s
4.09/4.11	c #wall_clock_time = 0.021s
4.09/4.11	c #decision = 39
4.09/4.11	c #random_decision = 0
4.09/4.11	c #conflict = 0
4.09/4.11	c #restart = 0
4.09/4.11	c BCD2: found a new core of size 4: cost of the new core is >=1
4.09/4.11	c lower bound updated to 34
4.09/4.12	c BCD2: 34 <= obj <= 823
4.09/4.12	c BCD2: #cores=22, #unrelaxed=1496, #relaxed=152, #hardened=0
4.09/4.12	c BCD2: #sat=1 #unsat=35 bias=35/36
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 |    12964      0 |       12 |       25
4.09/4.14	c  0.0s |       0 |       42 |        1 |    12964      0 |       12 |       25
4.09/4.14	c #cpu_time = 0.021s
4.09/4.14	c #wall_clock_time = 0.021s
4.09/4.14	c #decision = 42
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 3 and merging with 1 cores into a new core of size 14: cost of the new core is >=5
4.09/4.14	c lower bound updated to 35
4.09/4.14	c BCD2: 35 <= obj <= 823
4.09/4.14	c BCD2: #cores=22, #unrelaxed=1493, #relaxed=155, #hardened=0
4.09/4.14	c BCD2: #sat=1 #unsat=36 bias=36/37
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 |    12964      0 |       13 |       25
4.09/4.16	c  0.0s |       0 |       41 |        1 |    12964      0 |       13 |       26
4.09/4.16	c #cpu_time = 0.021s
4.09/4.16	c #wall_clock_time = 0.021s
4.09/4.16	c #decision = 41
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 3 and merging with 1 cores into a new core of size 14: cost of the new core is >=5
4.09/4.16	c lower bound updated to 36
4.09/4.16	c BCD2: 36 <= obj <= 823
4.09/4.16	c BCD2: #cores=22, #unrelaxed=1490, #relaxed=158, #hardened=0
4.09/4.16	c BCD2: #sat=1 #unsat=37 bias=37/38
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 |    12964      0 |       14 |       26
4.09/4.19	c  0.0s |       0 |       43 |        3 |    12964      0 |       14 |       27
4.09/4.19	c #cpu_time = 0.022s
4.09/4.19	c #wall_clock_time = 0.022s
4.09/4.19	c #decision = 43
4.09/4.19	c #random_decision = 0
4.09/4.19	c #conflict = 3
4.09/4.19	c #restart = 0
4.09/4.19	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 15: cost of the new core is >=2
4.09/4.19	c lower bound updated to 37
4.09/4.19	c BCD2: 37 <= obj <= 823
4.09/4.19	c BCD2: #cores=22, #unrelaxed=1483, #relaxed=165, #hardened=0
4.09/4.19	c BCD2: #sat=1 #unsat=38 bias=38/39
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 |    12964      0 |       15 |       27
4.19/4.21	c  0.0s |       0 |       39 |        0 |    12964      0 |       15 |       28
4.19/4.21	c #cpu_time = 0.021s
4.19/4.21	c #wall_clock_time = 0.021s
4.19/4.21	c #decision = 39
4.19/4.21	c #random_decision = 0
4.19/4.21	c #conflict = 0
4.19/4.21	c #restart = 0
4.19/4.21	c BCD2: found a new core of size 4: cost of the new core is >=1
4.19/4.21	c lower bound updated to 38
4.19/4.21	c BCD2: 38 <= obj <= 823
4.19/4.21	c BCD2: #cores=23, #unrelaxed=1479, #relaxed=169, #hardened=0
4.19/4.21	c BCD2: #sat=1 #unsat=39 bias=39/40
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 |    12964      0 |       15 |       29
4.19/4.23	c  0.0s |       0 |       42 |        2 |    12964      0 |       15 |       29
4.19/4.23	c #cpu_time = 0.022s
4.19/4.23	c #wall_clock_time = 0.023s
4.19/4.23	c #decision = 42
4.19/4.23	c #random_decision = 0
4.19/4.23	c #conflict = 2
4.19/4.23	c #restart = 0
4.19/4.23	c BCD2: relaxing 11 and merging with 1 cores into a new core of size 18: cost of the new core is >=2
4.19/4.23	c lower bound updated to 39
4.19/4.23	c BCD2: 39 <= obj <= 823
4.19/4.23	c BCD2: #cores=23, #unrelaxed=1468, #relaxed=180, #hardened=0
4.19/4.23	c BCD2: #sat=1 #unsat=40 bias=40/41
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 |    12964      0 |       16 |       29
4.19/4.25	c  0.0s |       0 |       36 |        1 |    12964      0 |       16 |       30
4.19/4.25	c #cpu_time = 0.021s
4.19/4.25	c #wall_clock_time = 0.021s
4.19/4.25	c #decision = 36
4.19/4.25	c #random_decision = 0
4.19/4.25	c #conflict = 1
4.19/4.25	c #restart = 0
4.19/4.25	c BCD2: found a new core of size 5: cost of the new core is >=1
4.19/4.25	c lower bound updated to 40
4.19/4.25	c BCD2: 40 <= obj <= 823
4.19/4.25	c BCD2: #cores=24, #unrelaxed=1463, #relaxed=185, #hardened=0
4.19/4.25	c BCD2: #sat=1 #unsat=41 bias=41/42
4.19/4.25	c Solving starts ...
4.19/4.25	c ============================[ Search Statistics ]============================
4.19/4.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.25	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.25	c =============================================================================
4.19/4.25	c  0.0s |       0 |        0 |        0 |    12964      0 |       16 |       30
4.19/4.28	c  0.0s |       0 |       39 |        1 |    12964      0 |       16 |       30
4.19/4.28	c #cpu_time = 0.021s
4.19/4.28	c #wall_clock_time = 0.021s
4.19/4.28	c #decision = 39
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 2 and merging with 1 cores into a new core of size 16: cost of the new core is >=6
4.19/4.28	c lower bound updated to 41
4.19/4.28	c BCD2: 41 <= obj <= 823
4.19/4.28	c BCD2: #cores=24, #unrelaxed=1461, #relaxed=187, #hardened=0
4.19/4.28	c BCD2: #sat=1 #unsat=42 bias=42/43
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 |    12964      0 |       17 |       30
4.29/4.30	c  0.0s |       0 |       39 |        1 |    12964      0 |       17 |       31
4.29/4.30	c #cpu_time = 0.021s
4.29/4.30	c #wall_clock_time = 0.021s
4.29/4.30	c #decision = 39
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 4 and merging with 1 cores into a new core of size 9: cost of the new core is >=2
4.29/4.30	c lower bound updated to 42
4.29/4.30	c BCD2: 42 <= obj <= 823
4.29/4.30	c BCD2: #cores=24, #unrelaxed=1457, #relaxed=191, #hardened=0
4.29/4.30	c BCD2: #sat=1 #unsat=43 bias=43/44
4.29/4.30	c Solving starts ...
4.29/4.30	c ============================[ Search Statistics ]============================
4.29/4.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.30	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.30	c =============================================================================
4.29/4.30	c  0.0s |       0 |        0 |        0 |    12964      0 |       18 |       31
4.29/4.32	c  0.0s |       0 |       37 |        1 |    12964      0 |       18 |       32
4.29/4.32	c #cpu_time = 0.020s
4.29/4.32	c #wall_clock_time = 0.020s
4.29/4.32	c #decision = 37
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: found a new core of size 2: cost of the new core is >=1
4.29/4.32	c lower bound updated to 43
4.29/4.32	c BCD2: 43 <= obj <= 823
4.29/4.32	c BCD2: #cores=25, #unrelaxed=1455, #relaxed=193, #hardened=0
4.29/4.32	c BCD2: #sat=1 #unsat=44 bias=44/45
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 |    12964      0 |       18 |       32
4.29/4.34	c  0.0s |       0 |       38 |        1 |    12964      0 |       18 |       32
4.29/4.34	c #cpu_time = 0.021s
4.29/4.34	c #wall_clock_time = 0.021s
4.29/4.34	c #decision = 38
4.29/4.34	c #random_decision = 0
4.29/4.34	c #conflict = 1
4.29/4.34	c #restart = 0
4.29/4.34	c BCD2: found a new core of size 5: cost of the new core is >=1
4.29/4.34	c lower bound updated to 44
4.29/4.35	c BCD2: 44 <= obj <= 823
4.29/4.35	c BCD2: #cores=26, #unrelaxed=1450, #relaxed=198, #hardened=0
4.29/4.35	c BCD2: #sat=1 #unsat=45 bias=45/46
4.29/4.35	c Solving starts ...
4.29/4.35	c ============================[ Search Statistics ]============================
4.29/4.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.35	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.35	c =============================================================================
4.29/4.35	c  0.0s |       0 |        0 |        0 |    12964      0 |       18 |       32
4.29/4.37	c  0.0s |       0 |       45 |        1 |    12964      0 |       18 |       32
4.29/4.37	c #cpu_time = 0.022s
4.29/4.37	c #wall_clock_time = 0.022s
4.29/4.37	c #decision = 45
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 2 and merging with 1 cores into a new core of size 18: cost of the new core is >=7
4.29/4.37	c lower bound updated to 45
4.29/4.37	c BCD2: 45 <= obj <= 823
4.29/4.37	c BCD2: #cores=26, #unrelaxed=1448, #relaxed=200, #hardened=0
4.29/4.37	c BCD2: #sat=1 #unsat=46 bias=46/47
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 |    12964      0 |       19 |       32
4.29/4.39	c  0.0s |       0 |       56 |        3 |    12964      0 |       19 |       33
4.29/4.39	c #cpu_time = 0.022s
4.29/4.39	c #wall_clock_time = 0.022s
4.29/4.39	c #decision = 56
4.29/4.39	c #random_decision = 0
4.29/4.39	c #conflict = 3
4.29/4.39	c #restart = 0
4.29/4.39	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 19: cost of the new core is >=4
4.29/4.39	c lower bound updated to 46
4.29/4.39	c BCD2: 46 <= obj <= 823
4.29/4.39	c BCD2: #cores=25, #unrelaxed=1443, #relaxed=205, #hardened=0
4.29/4.39	c BCD2: #sat=1 #unsat=47 bias=47/48
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 |    12964      0 |       21 |       33
4.39/4.41	c  0.0s |       0 |       42 |        0 |    12964      0 |       21 |       35
4.39/4.41	c #cpu_time = 0.021s
4.39/4.41	c #wall_clock_time = 0.021s
4.39/4.41	c #decision = 42
4.39/4.41	c #random_decision = 0
4.39/4.41	c #conflict = 0
4.39/4.41	c #restart = 0
4.39/4.41	c BCD2: found a new core of size 4: cost of the new core is >=1
4.39/4.41	c lower bound updated to 47
4.39/4.41	c BCD2: 47 <= obj <= 823
4.39/4.41	c BCD2: #cores=26, #unrelaxed=1439, #relaxed=209, #hardened=0
4.39/4.41	c BCD2: #sat=1 #unsat=48 bias=48/49
4.39/4.41	c Solving starts ...
4.39/4.41	c ============================[ Search Statistics ]============================
4.39/4.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.41	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.41	c =============================================================================
4.39/4.41	c  0.0s |       0 |        0 |        0 |    12964      0 |       21 |       36
4.39/4.44	c  0.0s |       0 |       47 |        0 |    12964      0 |       21 |       36
4.39/4.44	c #cpu_time = 0.020s
4.39/4.44	c #wall_clock_time = 0.020s
4.39/4.44	c #decision = 47
4.39/4.44	c #random_decision = 0
4.39/4.44	c #conflict = 0
4.39/4.44	c #restart = 0
4.39/4.44	c BCD2: found a new core of size 4: cost of the new core is >=1
4.39/4.44	c lower bound updated to 48
4.39/4.44	c BCD2: 48 <= obj <= 823
4.39/4.44	c BCD2: #cores=27, #unrelaxed=1435, #relaxed=213, #hardened=0
4.39/4.44	c BCD2: #sat=1 #unsat=49 bias=49/50
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 |    12964      0 |       21 |       37
4.39/4.46	c  0.0s |       0 |       50 |        1 |    12964      0 |       21 |       37
4.39/4.46	c #cpu_time = 0.019s
4.39/4.46	c #wall_clock_time = 0.019s
4.39/4.46	c #decision = 50
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: found a new core of size 4: cost of the new core is >=1
4.39/4.46	c lower bound updated to 49
4.39/4.46	c BCD2: 49 <= obj <= 823
4.39/4.46	c BCD2: #cores=28, #unrelaxed=1431, #relaxed=217, #hardened=0
4.39/4.46	c BCD2: #sat=1 #unsat=50 bias=50/51
4.39/4.46	c Solving starts ...
4.39/4.46	c ============================[ Search Statistics ]============================
4.39/4.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.46	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.46	c =============================================================================
4.39/4.46	c  0.0s |       0 |        0 |        0 |    12964      0 |       21 |       37
4.39/4.48	c  0.0s |       0 |       49 |        1 |    12964      0 |       21 |       37
4.39/4.48	c #cpu_time = 0.020s
4.39/4.48	c #wall_clock_time = 0.020s
4.39/4.48	c #decision = 49
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: found a new core of size 3: cost of the new core is >=1
4.39/4.48	c lower bound updated to 50
4.39/4.48	c BCD2: 50 <= obj <= 823
4.39/4.48	c BCD2: #cores=29, #unrelaxed=1428, #relaxed=220, #hardened=0
4.39/4.48	c BCD2: #sat=1 #unsat=51 bias=51/52
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 |    12964      0 |       21 |       37
4.39/4.50	c  0.0s |       0 |       50 |        2 |    12964      0 |       21 |       37
4.39/4.50	c #cpu_time = 0.020s
4.39/4.50	c #wall_clock_time = 0.021s
4.39/4.50	c #decision = 50
4.39/4.50	c #random_decision = 0
4.39/4.50	c #conflict = 2
4.39/4.50	c #restart = 0
4.39/4.50	c BCD2: found a new core of size 8: cost of the new core is >=1
4.39/4.50	c lower bound updated to 51
4.39/4.50	c BCD2: 51 <= obj <= 823
4.39/4.50	c BCD2: #cores=30, #unrelaxed=1420, #relaxed=228, #hardened=0
4.39/4.50	c BCD2: #sat=1 #unsat=52 bias=52/53
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 |    12964      0 |       21 |       37
4.50/4.52	c  0.0s |       0 |       48 |        0 |    12964      0 |       21 |       37
4.50/4.52	c #cpu_time = 0.021s
4.50/4.52	c #wall_clock_time = 0.021s
4.50/4.52	c #decision = 48
4.50/4.52	c #random_decision = 0
4.50/4.52	c #conflict = 0
4.50/4.52	c #restart = 0
4.50/4.52	c BCD2: found a new core of size 4: cost of the new core is >=1
4.50/4.52	c lower bound updated to 52
4.50/4.53	c BCD2: 52 <= obj <= 823
4.50/4.53	c BCD2: #cores=31, #unrelaxed=1416, #relaxed=232, #hardened=0
4.50/4.53	c BCD2: #sat=1 #unsat=53 bias=53/54
4.50/4.53	c Solving starts ...
4.50/4.53	c ============================[ Search Statistics ]============================
4.50/4.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.53	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.53	c =============================================================================
4.50/4.53	c  0.0s |       0 |        0 |        0 |    12964      0 |       21 |       38
4.50/4.55	c  0.0s |       0 |       59 |        2 |    12964      0 |       21 |       38
4.50/4.55	c #cpu_time = 0.020s
4.50/4.55	c #wall_clock_time = 0.020s
4.50/4.55	c #decision = 59
4.50/4.55	c #random_decision = 0
4.50/4.55	c #conflict = 2
4.50/4.55	c #restart = 0
4.50/4.55	c BCD2: found a new core of size 6: cost of the new core is >=1
4.50/4.55	c lower bound updated to 53
4.50/4.55	c BCD2: 53 <= obj <= 823
4.50/4.55	c BCD2: #cores=32, #unrelaxed=1410, #relaxed=238, #hardened=0
4.50/4.55	c BCD2: #sat=1 #unsat=54 bias=54/55
4.50/4.55	c Solving starts ...
4.50/4.55	c ============================[ Search Statistics ]============================
4.50/4.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.55	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.55	c =============================================================================
4.50/4.55	c  0.0s |       0 |        0 |        0 |    12964      0 |       21 |       38
4.50/4.57	c  0.0s |       0 |       56 |        1 |    12964      0 |       21 |       38
4.50/4.57	c #cpu_time = 0.021s
4.50/4.57	c #wall_clock_time = 0.021s
4.50/4.57	c #decision = 56
4.50/4.57	c #random_decision = 0
4.50/4.57	c #conflict = 1
4.50/4.57	c #restart = 0
4.50/4.57	c BCD2: found a new core of size 3: cost of the new core is >=1
4.50/4.57	c lower bound updated to 54
4.50/4.57	c BCD2: 54 <= obj <= 823
4.50/4.57	c BCD2: #cores=33, #unrelaxed=1407, #relaxed=241, #hardened=0
4.50/4.57	c BCD2: #sat=1 #unsat=55 bias=55/56
4.50/4.57	c Solving starts ...
4.50/4.57	c ============================[ Search Statistics ]============================
4.50/4.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.57	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.57	c =============================================================================
4.50/4.57	c  0.0s |       0 |        0 |        0 |    12964      0 |       21 |       38
4.50/4.59	c  0.0s |       0 |       56 |        1 |    12964      0 |       21 |       38
4.50/4.59	c #cpu_time = 0.020s
4.50/4.59	c #wall_clock_time = 0.020s
4.50/4.59	c #decision = 56
4.50/4.59	c #random_decision = 0
4.50/4.59	c #conflict = 1
4.50/4.59	c #restart = 0
4.50/4.59	c BCD2: found a new core of size 3: cost of the new core is >=1
4.50/4.59	c lower bound updated to 55
4.50/4.59	c BCD2: 55 <= obj <= 823
4.50/4.59	c BCD2: #cores=34, #unrelaxed=1404, #relaxed=244, #hardened=0
4.50/4.59	c BCD2: #sat=1 #unsat=56 bias=56/57
4.50/4.59	c Solving starts ...
4.50/4.59	c ============================[ Search Statistics ]============================
4.50/4.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.59	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.59	c =============================================================================
4.50/4.59	c  0.0s |       0 |        0 |        0 |    12964      0 |       21 |       38
4.59/4.61	c  0.0s |       0 |       52 |        0 |    12964      0 |       21 |       38
4.59/4.61	c #cpu_time = 0.020s
4.59/4.61	c #wall_clock_time = 0.020s
4.59/4.61	c #decision = 52
4.59/4.61	c #random_decision = 0
4.59/4.61	c #conflict = 0
4.59/4.61	c #restart = 0
4.59/4.61	c BCD2: found a new core of size 4: cost of the new core is >=1
4.59/4.61	c lower bound updated to 56
4.59/4.61	c BCD2: 56 <= obj <= 823
4.59/4.61	c BCD2: #cores=35, #unrelaxed=1400, #relaxed=248, #hardened=0
4.59/4.61	c BCD2: #sat=1 #unsat=57 bias=57/58
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 |    12964      0 |       21 |       39
4.59/4.64	c  0.0s |       0 |       84 |        4 |    12964      0 |       21 |       39
4.59/4.64	c #cpu_time = 0.021s
4.59/4.64	c #wall_clock_time = 0.021s
4.59/4.64	c #decision = 84
4.59/4.64	c #random_decision = 0
4.59/4.64	c #conflict = 4
4.59/4.64	c #restart = 0
4.59/4.64	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 16: cost of the new core is >=2
4.59/4.64	c lower bound updated to 57
4.59/4.64	c BCD2: 57 <= obj <= 823
4.59/4.64	c BCD2: #cores=35, #unrelaxed=1392, #relaxed=256, #hardened=0
4.59/4.64	c BCD2: #sat=1 #unsat=58 bias=58/59
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 |    12964      0 |       22 |       39
4.59/4.66	c  0.0s |       0 |       57 |        0 |    12964      0 |       22 |       40
4.59/4.66	c #cpu_time = 0.021s
4.59/4.66	c #wall_clock_time = 0.021s
4.59/4.66	c #decision = 57
4.59/4.66	c #random_decision = 0
4.59/4.66	c #conflict = 0
4.59/4.66	c #restart = 0
4.59/4.66	c BCD2: found a new core of size 4: cost of the new core is >=1
4.59/4.66	c lower bound updated to 58
4.59/4.66	c BCD2: 58 <= obj <= 823
4.59/4.66	c BCD2: #cores=36, #unrelaxed=1388, #relaxed=260, #hardened=0
4.59/4.66	c BCD2: #sat=1 #unsat=59 bias=59/60
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 |    12964      0 |       22 |       41
4.59/4.68	c  0.0s |       0 |       64 |        2 |    12964      0 |       22 |       41
4.59/4.68	c #cpu_time = 0.021s
4.59/4.68	c #wall_clock_time = 0.021s
4.59/4.68	c #decision = 64
4.59/4.68	c #random_decision = 0
4.59/4.68	c #conflict = 2
4.59/4.68	c #restart = 0
4.59/4.68	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 8: cost of the new core is >=3
4.59/4.68	c lower bound updated to 59
4.59/4.68	c BCD2: 59 <= obj <= 823
4.59/4.68	c BCD2: #cores=35, #unrelaxed=1385, #relaxed=263, #hardened=0
4.59/4.68	c BCD2: #sat=1 #unsat=60 bias=60/61
4.59/4.68	c Solving starts ...
4.59/4.68	c ============================[ Search Statistics ]============================
4.59/4.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.68	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.68	c =============================================================================
4.59/4.68	c  0.0s |       0 |        0 |        0 |    12964      0 |       24 |       41
4.69/4.71	c  0.0s |       0 |       58 |        1 |    12964      0 |       24 |       43
4.69/4.71	c #cpu_time = 0.023s
4.69/4.71	c #wall_clock_time = 0.023s
4.69/4.71	c #decision = 58
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 9 and merging with 1 cores into a new core of size 12: cost of the new core is >=2
4.69/4.71	c lower bound updated to 60
4.69/4.71	c BCD2: 60 <= obj <= 823
4.69/4.71	c BCD2: #cores=35, #unrelaxed=1376, #relaxed=272, #hardened=0
4.69/4.71	c BCD2: #sat=1 #unsat=61 bias=61/62
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 |    12964      0 |       25 |       43
4.69/4.73	c  0.0s |       0 |       49 |        0 |    12964      0 |       25 |       44
4.69/4.73	c #cpu_time = 0.020s
4.69/4.73	c #wall_clock_time = 0.020s
4.69/4.73	c #decision = 49
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 4: cost of the new core is >=1
4.69/4.73	c lower bound updated to 61
4.69/4.73	c BCD2: 61 <= obj <= 823
4.69/4.73	c BCD2: #cores=36, #unrelaxed=1372, #relaxed=276, #hardened=0
4.69/4.73	c BCD2: #sat=1 #unsat=62 bias=62/63
4.69/4.73	c Solving starts ...
4.69/4.73	c ============================[ Search Statistics ]============================
4.69/4.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.73	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.73	c =============================================================================
4.69/4.73	c  0.0s |       0 |        0 |        0 |    12964      0 |       25 |       45
4.69/4.75	c  0.0s |       0 |       58 |        1 |    12964      0 |       25 |       45
4.69/4.75	c #cpu_time = 0.020s
4.69/4.75	c #wall_clock_time = 0.020s
4.69/4.75	c #decision = 58
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: found a new core of size 6: cost of the new core is >=1
4.69/4.75	c lower bound updated to 62
4.69/4.75	c BCD2: 62 <= obj <= 823
4.69/4.75	c BCD2: #cores=37, #unrelaxed=1366, #relaxed=282, #hardened=0
4.69/4.75	c BCD2: #sat=1 #unsat=63 bias=63/64
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 |    12964      0 |       25 |       45
4.69/4.77	c  0.0s |       0 |       57 |        0 |    12964      0 |       25 |       45
4.69/4.77	c #cpu_time = 0.021s
4.69/4.77	c #wall_clock_time = 0.021s
4.69/4.77	c #decision = 57
4.69/4.77	c #random_decision = 0
4.69/4.77	c #conflict = 0
4.69/4.77	c #restart = 0
4.69/4.77	c BCD2: found a new core of size 4: cost of the new core is >=1
4.69/4.77	c lower bound updated to 63
4.69/4.77	c BCD2: 63 <= obj <= 823
4.69/4.77	c BCD2: #cores=38, #unrelaxed=1362, #relaxed=286, #hardened=0
4.69/4.77	c BCD2: #sat=1 #unsat=64 bias=64/65
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.78	c  0.0s |       0 |        0 |        0 |    12964      0 |       25 |       46
4.69/4.80	c  0.0s |       0 |       60 |        1 |    12964      0 |       25 |       46
4.69/4.80	c #cpu_time = 0.020s
4.69/4.80	c #wall_clock_time = 0.020s
4.69/4.80	c #decision = 60
4.69/4.80	c #random_decision = 0
4.69/4.80	c #conflict = 1
4.69/4.80	c #restart = 0
4.69/4.80	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 11: cost of the new core is >=4
4.69/4.80	c lower bound updated to 64
4.79/4.80	c BCD2: 64 <= obj <= 823
4.79/4.80	c BCD2: #cores=38, #unrelaxed=1359, #relaxed=289, #hardened=0
4.79/4.80	c BCD2: #sat=1 #unsat=65 bias=65/66
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 |    12964      0 |       26 |       46
4.79/4.82	c  0.0s |       0 |       59 |        1 |    12964      0 |       26 |       47
4.79/4.82	c #cpu_time = 0.021s
4.79/4.82	c #wall_clock_time = 0.021s
4.79/4.82	c #decision = 59
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 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
4.79/4.82	c lower bound updated to 65
4.79/4.82	c BCD2: 65 <= obj <= 823
4.79/4.82	c BCD2: #cores=38, #unrelaxed=1356, #relaxed=292, #hardened=0
4.79/4.82	c BCD2: #sat=1 #unsat=66 bias=66/67
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 |    12964      0 |       27 |       47
4.79/4.84	c  0.0s |       0 |       56 |        1 |    12964      0 |       27 |       48
4.79/4.84	c #cpu_time = 0.021s
4.79/4.84	c #wall_clock_time = 0.021s
4.79/4.84	c #decision = 56
4.79/4.84	c #random_decision = 0
4.79/4.84	c #conflict = 1
4.79/4.84	c #restart = 0
4.79/4.84	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 23: cost of the new core is >=3
4.79/4.84	c lower bound updated to 66
4.79/4.84	c BCD2: 66 <= obj <= 823
4.79/4.84	c BCD2: #cores=38, #unrelaxed=1348, #relaxed=300, #hardened=0
4.79/4.84	c BCD2: #sat=1 #unsat=67 bias=67/68
4.79/4.84	c Solving starts ...
4.79/4.84	c ============================[ Search Statistics ]============================
4.79/4.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.84	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.84	c =============================================================================
4.79/4.84	c  0.0s |       0 |        0 |        0 |    12964      0 |       28 |       48
4.79/4.86	c  0.0s |       0 |       56 |        0 |    12964      0 |       28 |       49
4.79/4.86	c #cpu_time = 0.021s
4.79/4.86	c #wall_clock_time = 0.021s
4.79/4.86	c #decision = 56
4.79/4.86	c #random_decision = 0
4.79/4.86	c #conflict = 0
4.79/4.86	c #restart = 0
4.79/4.86	c BCD2: found a new core of size 4: cost of the new core is >=1
4.79/4.86	c lower bound updated to 67
4.79/4.87	c BCD2: 67 <= obj <= 823
4.79/4.87	c BCD2: #cores=39, #unrelaxed=1344, #relaxed=304, #hardened=0
4.79/4.87	c BCD2: #sat=1 #unsat=68 bias=68/69
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 |    12964      0 |       28 |       50
4.79/4.89	c  0.0s |       0 |       65 |        1 |    12964      0 |       28 |       50
4.79/4.89	c #cpu_time = 0.021s
4.79/4.89	c #wall_clock_time = 0.021s
4.79/4.89	c #decision = 65
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 5 and merging with 1 cores into a new core of size 24: cost of the new core is >=5
4.79/4.89	c lower bound updated to 68
4.79/4.89	c BCD2: 68 <= obj <= 823
4.79/4.89	c BCD2: #cores=39, #unrelaxed=1339, #relaxed=309, #hardened=0
4.79/4.89	c BCD2: #sat=1 #unsat=69 bias=69/70
4.79/4.89	c Solving starts ...
4.79/4.89	c ============================[ Search Statistics ]============================
4.79/4.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.89	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.89	c =============================================================================
4.79/4.89	c  0.0s |       0 |        0 |        0 |    12964      0 |       29 |       50
4.89/4.91	c  0.0s |       0 |       63 |        1 |    12964      0 |       29 |       51
4.89/4.91	c #cpu_time = 0.020s
4.89/4.91	c #wall_clock_time = 0.020s
4.89/4.91	c #decision = 63
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: found a new core of size 3: cost of the new core is >=1
4.89/4.91	c lower bound updated to 69
4.89/4.91	c BCD2: 69 <= obj <= 823
4.89/4.91	c BCD2: #cores=40, #unrelaxed=1336, #relaxed=312, #hardened=0
4.89/4.91	c BCD2: #sat=1 #unsat=70 bias=70/71
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 |    12964      0 |       29 |       51
4.89/4.93	c  0.0s |       0 |       63 |        1 |    14261      0 |       29 |       51
4.89/4.93	c #cpu_time = 0.020s
4.89/4.93	c #wall_clock_time = 0.020s
4.89/4.93	c #decision = 63
4.89/4.93	c #random_decision = 0
4.89/4.93	c #conflict = 1
4.89/4.93	c #restart = 0
4.89/4.93	c BCD2: found a new core of size 3: cost of the new core is >=1
4.89/4.93	c lower bound updated to 70
4.89/4.93	c BCD2: 70 <= obj <= 823
4.89/4.93	c BCD2: #cores=41, #unrelaxed=1333, #relaxed=315, #hardened=0
4.89/4.93	c BCD2: #sat=1 #unsat=71 bias=71/72
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 |    14261      0 |       29 |       51
4.89/4.95	c  0.0s |       0 |       63 |        1 |    14261      0 |       29 |       51
4.89/4.95	c #cpu_time = 0.020s
4.89/4.95	c #wall_clock_time = 0.020s
4.89/4.95	c #decision = 63
4.89/4.95	c #random_decision = 0
4.89/4.95	c #conflict = 1
4.89/4.95	c #restart = 0
4.89/4.95	c BCD2: found a new core of size 3: cost of the new core is >=1
4.89/4.95	c lower bound updated to 71
4.89/4.95	c BCD2: 71 <= obj <= 823
4.89/4.95	c BCD2: #cores=42, #unrelaxed=1330, #relaxed=318, #hardened=0
4.89/4.95	c BCD2: #sat=1 #unsat=72 bias=72/73
4.89/4.95	c Solving starts ...
4.89/4.95	c ============================[ Search Statistics ]============================
4.89/4.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.95	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.95	c =============================================================================
4.89/4.95	c  0.0s |       0 |        0 |        0 |    14261      0 |       29 |       51
4.89/4.97	c  0.0s |       0 |       58 |        0 |    14261      0 |       29 |       51
4.89/4.97	c #cpu_time = 0.020s
4.89/4.97	c #wall_clock_time = 0.020s
4.89/4.97	c #decision = 58
4.89/4.97	c #random_decision = 0
4.89/4.97	c #conflict = 0
4.89/4.97	c #restart = 0
4.89/4.97	c BCD2: found a new core of size 4: cost of the new core is >=1
4.89/4.97	c lower bound updated to 72
4.89/4.98	c BCD2: 72 <= obj <= 823
4.89/4.98	c BCD2: #cores=43, #unrelaxed=1326, #relaxed=322, #hardened=0
4.89/4.98	c BCD2: #sat=1 #unsat=73 bias=73/74
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 |    14261      0 |       29 |       52
4.99/5.00	c  0.0s |       0 |       63 |        0 |    14261      0 |       29 |       52
4.99/5.00	c #cpu_time = 0.021s
4.99/5.00	c #wall_clock_time = 0.021s
4.99/5.00	c #decision = 63
4.99/5.00	c #random_decision = 0
4.99/5.00	c #conflict = 0
4.99/5.00	c #restart = 0
4.99/5.00	c BCD2: found a new core of size 4: cost of the new core is >=1
4.99/5.00	c lower bound updated to 73
4.99/5.00	c BCD2: 73 <= obj <= 823
4.99/5.00	c BCD2: #cores=44, #unrelaxed=1322, #relaxed=326, #hardened=0
4.99/5.00	c BCD2: #sat=1 #unsat=74 bias=74/75
4.99/5.00	c Solving starts ...
4.99/5.00	c ============================[ Search Statistics ]============================
4.99/5.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.00	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.00	c =============================================================================
4.99/5.00	c  0.0s |       0 |        0 |        0 |    14261      0 |       29 |       53
4.99/5.02	c  0.0s |       0 |       68 |        0 |    14261      0 |       29 |       53
4.99/5.02	c #cpu_time = 0.020s
4.99/5.02	c #wall_clock_time = 0.021s
4.99/5.02	c #decision = 68
4.99/5.02	c #random_decision = 0
4.99/5.02	c #conflict = 0
4.99/5.02	c #restart = 0
4.99/5.02	c BCD2: found a new core of size 4: cost of the new core is >=1
4.99/5.02	c lower bound updated to 74
4.99/5.02	c BCD2: 74 <= obj <= 823
4.99/5.02	c BCD2: #cores=45, #unrelaxed=1318, #relaxed=330, #hardened=0
4.99/5.02	c BCD2: #sat=1 #unsat=75 bias=75/76
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 |    14261      0 |       29 |       54
4.99/5.04	c  0.0s |       0 |       71 |        1 |    14261      0 |       29 |       54
4.99/5.04	c #cpu_time = 0.020s
4.99/5.04	c #wall_clock_time = 0.020s
4.99/5.04	c #decision = 71
4.99/5.04	c #random_decision = 0
4.99/5.04	c #conflict = 1
4.99/5.04	c #restart = 0
4.99/5.04	c BCD2: found a new core of size 3: cost of the new core is >=1
4.99/5.04	c lower bound updated to 75
4.99/5.05	c BCD2: 75 <= obj <= 823
4.99/5.05	c BCD2: #cores=46, #unrelaxed=1315, #relaxed=333, #hardened=0
4.99/5.05	c BCD2: #sat=1 #unsat=76 bias=76/77
4.99/5.05	c Solving starts ...
4.99/5.05	c ============================[ Search Statistics ]============================
4.99/5.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.05	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.05	c =============================================================================
4.99/5.05	c  0.0s |       0 |        0 |        0 |    14261      0 |       29 |       54
4.99/5.07	c  0.0s |       0 |       72 |        2 |    14261      0 |       29 |       54
4.99/5.07	c #cpu_time = 0.021s
4.99/5.07	c #wall_clock_time = 0.021s
4.99/5.07	c #decision = 72
4.99/5.07	c #random_decision = 0
4.99/5.07	c #conflict = 2
4.99/5.07	c #restart = 0
4.99/5.07	c BCD2: found a new core of size 8: cost of the new core is >=1
4.99/5.07	c lower bound updated to 76
4.99/5.07	c BCD2: 76 <= obj <= 823
4.99/5.07	c BCD2: #cores=47, #unrelaxed=1307, #relaxed=341, #hardened=0
4.99/5.07	c BCD2: #sat=1 #unsat=77 bias=77/78
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 |    14261      0 |       29 |       54
4.99/5.09	c  0.0s |       0 |       77 |        1 |    14261      0 |       29 |       54
4.99/5.09	c #cpu_time = 0.022s
4.99/5.09	c #wall_clock_time = 0.022s
4.99/5.09	c #decision = 77
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: found a new core of size 5: cost of the new core is >=1
4.99/5.09	c lower bound updated to 77
4.99/5.09	c BCD2: 77 <= obj <= 823
4.99/5.09	c BCD2: #cores=48, #unrelaxed=1302, #relaxed=346, #hardened=0
4.99/5.09	c BCD2: #sat=1 #unsat=78 bias=78/79
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 |    14261      0 |       29 |       54
5.09/5.11	c  0.0s |       0 |       75 |        1 |    14261      0 |       29 |       54
5.09/5.11	c #cpu_time = 0.021s
5.09/5.11	c #wall_clock_time = 0.021s
5.09/5.11	c #decision = 75
5.09/5.11	c #random_decision = 0
5.09/5.11	c #conflict = 1
5.09/5.11	c #restart = 0
5.09/5.11	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 8: cost of the new core is >=2
5.09/5.11	c lower bound updated to 78
5.09/5.11	c BCD2: 78 <= obj <= 823
5.09/5.11	c BCD2: #cores=48, #unrelaxed=1297, #relaxed=351, #hardened=0
5.09/5.11	c BCD2: #sat=1 #unsat=79 bias=79/80
5.09/5.11	c Solving starts ...
5.09/5.11	c ============================[ Search Statistics ]============================
5.09/5.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.11	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.11	c =============================================================================
5.09/5.11	c  0.0s |       0 |        0 |        0 |    14261      0 |       30 |       54
5.09/5.13	c  0.0s |       0 |       72 |        1 |    14261      0 |       30 |       55
5.09/5.13	c #cpu_time = 0.021s
5.09/5.13	c #wall_clock_time = 0.021s
5.09/5.13	c #decision = 72
5.09/5.13	c #random_decision = 0
5.09/5.13	c #conflict = 1
5.09/5.13	c #restart = 0
5.09/5.13	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 21: cost of the new core is >=8
5.09/5.13	c lower bound updated to 79
5.09/5.14	c BCD2: 79 <= obj <= 823
5.09/5.14	c BCD2: #cores=48, #unrelaxed=1294, #relaxed=354, #hardened=0
5.09/5.14	c BCD2: #sat=1 #unsat=80 bias=80/81
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 |    14261      0 |       31 |       55
5.09/5.16	c  0.0s |       0 |       71 |        1 |    14261      0 |       31 |       56
5.09/5.16	c #cpu_time = 0.021s
5.09/5.16	c #wall_clock_time = 0.021s
5.09/5.16	c #decision = 71
5.09/5.16	c #random_decision = 0
5.09/5.16	c #conflict = 1
5.09/5.16	c #restart = 0
5.09/5.16	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
5.09/5.16	c lower bound updated to 80
5.09/5.16	c BCD2: 80 <= obj <= 823
5.09/5.16	c BCD2: #cores=48, #unrelaxed=1291, #relaxed=357, #hardened=0
5.09/5.16	c BCD2: #sat=1 #unsat=81 bias=81/82
5.09/5.16	c Solving starts ...
5.09/5.16	c ============================[ Search Statistics ]============================
5.09/5.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.16	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.16	c =============================================================================
5.09/5.16	c  0.0s |       0 |        0 |        0 |    14261      0 |       32 |       56
5.09/5.18	c  0.0s |       0 |       65 |        0 |    14261      0 |       32 |       57
5.09/5.18	c #cpu_time = 0.019s
5.09/5.18	c #wall_clock_time = 0.019s
5.09/5.18	c #decision = 65
5.09/5.18	c #random_decision = 0
5.09/5.18	c #conflict = 0
5.09/5.18	c #restart = 0
5.09/5.18	c BCD2: found a new core of size 4: cost of the new core is >=1
5.09/5.18	c lower bound updated to 81
5.09/5.18	c BCD2: 81 <= obj <= 823
5.09/5.18	c BCD2: #cores=49, #unrelaxed=1287, #relaxed=361, #hardened=0
5.09/5.18	c BCD2: #sat=1 #unsat=82 bias=82/83
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 |    14261      0 |       32 |       58
5.19/5.20	c  0.0s |       0 |       74 |        1 |    14261      0 |       32 |       58
5.19/5.20	c #cpu_time = 0.021s
5.19/5.20	c #wall_clock_time = 0.021s
5.19/5.20	c #decision = 74
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 6 and merging with 1 cores into a new core of size 12: cost of the new core is >=2
5.19/5.20	c lower bound updated to 82
5.19/5.20	c BCD2: 82 <= obj <= 823
5.19/5.20	c BCD2: #cores=49, #unrelaxed=1281, #relaxed=367, #hardened=0
5.19/5.20	c BCD2: #sat=1 #unsat=83 bias=83/84
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 |    14261      0 |       33 |       58
5.19/5.23	c  0.0s |       0 |       72 |        0 |    14261      0 |       33 |       59
5.19/5.23	c #cpu_time = 0.021s
5.19/5.23	c #wall_clock_time = 0.021s
5.19/5.23	c #decision = 72
5.19/5.23	c #random_decision = 0
5.19/5.23	c #conflict = 0
5.19/5.23	c #restart = 0
5.19/5.23	c BCD2: found a new core of size 4: cost of the new core is >=1
5.19/5.23	c lower bound updated to 83
5.19/5.23	c BCD2: 83 <= obj <= 823
5.19/5.23	c BCD2: #cores=50, #unrelaxed=1277, #relaxed=371, #hardened=0
5.19/5.23	c BCD2: #sat=1 #unsat=84 bias=84/85
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 |    14261      0 |       33 |       60
5.19/5.25	c  0.0s |       0 |      105 |        2 |    14261      0 |       33 |       60
5.19/5.25	c #cpu_time = 0.020s
5.19/5.25	c #wall_clock_time = 0.020s
5.19/5.25	c #decision = 105
5.19/5.25	c #random_decision = 0
5.19/5.25	c #conflict = 2
5.19/5.25	c #restart = 0
5.19/5.25	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
5.19/5.25	c lower bound updated to 84
5.19/5.25	c BCD2: 84 <= obj <= 823
5.19/5.25	c BCD2: #cores=50, #unrelaxed=1274, #relaxed=374, #hardened=0
5.19/5.25	c BCD2: #sat=1 #unsat=85 bias=85/86
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 |    14261      0 |       34 |       60
5.19/5.27	c  0.0s |       0 |       74 |        1 |    14261      0 |       34 |       61
5.19/5.27	c #cpu_time = 0.021s
5.19/5.27	c #wall_clock_time = 0.021s
5.19/5.27	c #decision = 74
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 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
5.19/5.27	c lower bound updated to 85
5.19/5.27	c BCD2: 85 <= obj <= 823
5.19/5.27	c BCD2: #cores=50, #unrelaxed=1271, #relaxed=377, #hardened=0
5.19/5.27	c BCD2: #sat=1 #unsat=86 bias=86/87
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 |    14261      0 |       35 |       61
5.19/5.29	c  0.0s |       0 |       71 |        1 |    14261      0 |       35 |       62
5.19/5.29	c #cpu_time = 0.022s
5.19/5.29	c #wall_clock_time = 0.022s
5.19/5.29	c #decision = 71
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 8 and merging with 1 cores into a new core of size 24: cost of the new core is >=3
5.19/5.29	c lower bound updated to 86
5.19/5.29	c BCD2: 86 <= obj <= 823
5.19/5.29	c BCD2: #cores=50, #unrelaxed=1263, #relaxed=385, #hardened=0
5.19/5.29	c BCD2: #sat=1 #unsat=87 bias=87/88
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 |    14261      0 |       36 |       62
5.28/5.32	c  0.0s |       0 |       71 |        0 |    14261      0 |       36 |       63
5.28/5.32	c #cpu_time = 0.021s
5.28/5.32	c #wall_clock_time = 0.021s
5.28/5.32	c #decision = 71
5.28/5.32	c #random_decision = 0
5.28/5.32	c #conflict = 0
5.28/5.32	c #restart = 0
5.28/5.32	c BCD2: found a new core of size 4: cost of the new core is >=1
5.28/5.32	c lower bound updated to 87
5.28/5.32	c BCD2: 87 <= obj <= 823
5.28/5.32	c BCD2: #cores=51, #unrelaxed=1259, #relaxed=389, #hardened=0
5.28/5.32	c BCD2: #sat=1 #unsat=88 bias=88/89
5.28/5.32	c Solving starts ...
5.28/5.32	c ============================[ Search Statistics ]============================
5.28/5.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.32	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.32	c =============================================================================
5.28/5.32	c  0.0s |       0 |        0 |        0 |    14261      0 |       36 |       64
5.28/5.34	c  0.0s |       0 |       80 |        1 |    14261      0 |       36 |       64
5.28/5.34	c #cpu_time = 0.021s
5.28/5.34	c #wall_clock_time = 0.021s
5.28/5.34	c #decision = 80
5.28/5.34	c #random_decision = 0
5.28/5.34	c #conflict = 1
5.28/5.34	c #restart = 0
5.28/5.34	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 11: cost of the new core is >=2
5.28/5.34	c lower bound updated to 88
5.28/5.34	c BCD2: 88 <= obj <= 823
5.28/5.34	c BCD2: #cores=51, #unrelaxed=1253, #relaxed=395, #hardened=0
5.28/5.34	c BCD2: #sat=1 #unsat=89 bias=89/90
5.28/5.34	c Solving starts ...
5.28/5.34	c ============================[ Search Statistics ]============================
5.28/5.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.34	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.34	c =============================================================================
5.28/5.34	c  0.0s |       0 |        0 |        0 |    14261      0 |       37 |       64
5.28/5.36	c  0.0s |       0 |      126 |        2 |    14261      0 |       37 |       65
5.28/5.36	c #cpu_time = 0.021s
5.28/5.36	c #wall_clock_time = 0.021s
5.28/5.36	c #decision = 126
5.28/5.36	c #random_decision = 0
5.28/5.36	c #conflict = 2
5.28/5.36	c #restart = 0
5.28/5.36	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=2
5.28/5.36	c lower bound updated to 89
5.28/5.37	c BCD2: 89 <= obj <= 823
5.28/5.37	c BCD2: #cores=51, #unrelaxed=1250, #relaxed=398, #hardened=0
5.28/5.37	c BCD2: #sat=1 #unsat=90 bias=90/91
5.28/5.37	c Solving starts ...
5.28/5.37	c ============================[ Search Statistics ]============================
5.28/5.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.37	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.37	c =============================================================================
5.28/5.37	c  0.0s |       0 |        0 |        0 |    14261      0 |       38 |       65
5.28/5.39	c  0.0s |       0 |       76 |        1 |    14261      0 |       38 |       66
5.28/5.39	c #cpu_time = 0.021s
5.28/5.39	c #wall_clock_time = 0.021s
5.28/5.39	c #decision = 76
5.28/5.39	c #random_decision = 0
5.28/5.39	c #conflict = 1
5.28/5.39	c #restart = 0
5.28/5.39	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
5.28/5.39	c lower bound updated to 90
5.28/5.39	c BCD2: 90 <= obj <= 823
5.28/5.39	c BCD2: #cores=51, #unrelaxed=1247, #relaxed=401, #hardened=0
5.28/5.39	c BCD2: #sat=1 #unsat=91 bias=91/92
5.28/5.39	c Solving starts ...
5.28/5.39	c ============================[ Search Statistics ]============================
5.28/5.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.39	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.39	c =============================================================================
5.28/5.39	c  0.0s |       0 |        0 |        0 |    14261      0 |       39 |       66
5.39/5.41	c  0.0s |       0 |       75 |        1 |    14261      0 |       39 |       67
5.39/5.41	c #cpu_time = 0.021s
5.39/5.41	c #wall_clock_time = 0.021s
5.39/5.41	c #decision = 75
5.39/5.41	c #random_decision = 0
5.39/5.41	c #conflict = 1
5.39/5.41	c #restart = 0
5.39/5.41	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
5.39/5.41	c lower bound updated to 91
5.39/5.41	c BCD2: 91 <= obj <= 823
5.39/5.41	c BCD2: #cores=51, #unrelaxed=1244, #relaxed=404, #hardened=0
5.39/5.41	c BCD2: #sat=1 #unsat=92 bias=92/93
5.39/5.41	c Solving starts ...
5.39/5.41	c ============================[ Search Statistics ]============================
5.39/5.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.41	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.41	c =============================================================================
5.39/5.41	c  0.0s |       0 |        0 |        0 |    14261      0 |       40 |       67
5.39/5.43	c  0.0s |       0 |       69 |        0 |    14261      0 |       40 |       68
5.39/5.43	c #cpu_time = 0.020s
5.39/5.43	c #wall_clock_time = 0.020s
5.39/5.43	c #decision = 69
5.39/5.43	c #random_decision = 0
5.39/5.43	c #conflict = 0
5.39/5.43	c #restart = 0
5.39/5.43	c BCD2: found a new core of size 4: cost of the new core is >=1
5.39/5.43	c lower bound updated to 92
5.39/5.43	c BCD2: 92 <= obj <= 823
5.39/5.43	c BCD2: #cores=52, #unrelaxed=1240, #relaxed=408, #hardened=0
5.39/5.43	c BCD2: #sat=1 #unsat=93 bias=93/94
5.39/5.43	c Solving starts ...
5.39/5.43	c ============================[ Search Statistics ]============================
5.39/5.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.43	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.43	c =============================================================================
5.39/5.43	c  0.0s |       0 |        0 |        0 |    14261      0 |       40 |       69
5.39/5.45	c  0.0s |       0 |       78 |        1 |    14261      0 |       40 |       69
5.39/5.45	c #cpu_time = 0.021s
5.39/5.45	c #wall_clock_time = 0.021s
5.39/5.45	c #decision = 78
5.39/5.45	c #random_decision = 0
5.39/5.45	c #conflict = 1
5.39/5.45	c #restart = 0
5.39/5.45	c BCD2: found a new core of size 5: cost of the new core is >=1
5.39/5.45	c lower bound updated to 93
5.39/5.45	c BCD2: 93 <= obj <= 823
5.39/5.45	c BCD2: #cores=53, #unrelaxed=1235, #relaxed=413, #hardened=0
5.39/5.45	c BCD2: #sat=1 #unsat=94 bias=94/95
5.39/5.45	c Solving starts ...
5.39/5.45	c ============================[ Search Statistics ]============================
5.39/5.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.45	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.45	c =============================================================================
5.39/5.45	c  0.0s |       0 |        0 |        0 |    14261      0 |       40 |       69
5.39/5.48	c  0.0s |       0 |       78 |        0 |    14261      0 |       40 |       69
5.39/5.48	c #cpu_time = 0.021s
5.39/5.48	c #wall_clock_time = 0.021s
5.39/5.48	c #decision = 78
5.39/5.48	c #random_decision = 0
5.39/5.48	c #conflict = 0
5.39/5.48	c #restart = 0
5.39/5.48	c BCD2: found a new core of size 4: cost of the new core is >=1
5.39/5.48	c lower bound updated to 94
5.39/5.48	c BCD2: 94 <= obj <= 823
5.39/5.48	c BCD2: #cores=54, #unrelaxed=1231, #relaxed=417, #hardened=0
5.39/5.48	c BCD2: #sat=1 #unsat=95 bias=95/96
5.39/5.48	c Solving starts ...
5.39/5.48	c ============================[ Search Statistics ]============================
5.39/5.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.48	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.48	c =============================================================================
5.39/5.48	c  0.0s |       0 |        0 |        0 |    14261      0 |       40 |       70
5.49/5.50	c  0.0s |       0 |       83 |        0 |    14261      0 |       40 |       70
5.49/5.50	c #cpu_time = 0.020s
5.49/5.50	c #wall_clock_time = 0.020s
5.49/5.50	c #decision = 83
5.49/5.50	c #random_decision = 0
5.49/5.50	c #conflict = 0
5.49/5.50	c #restart = 0
5.49/5.50	c BCD2: found a new core of size 4: cost of the new core is >=1
5.49/5.50	c lower bound updated to 95
5.49/5.50	c BCD2: 95 <= obj <= 823
5.49/5.50	c BCD2: #cores=55, #unrelaxed=1227, #relaxed=421, #hardened=0
5.49/5.50	c BCD2: #sat=1 #unsat=96 bias=96/97
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 |    14261      0 |       40 |       71
5.49/5.52	c  0.0s |       0 |       86 |        1 |    14261      0 |       40 |       71
5.49/5.52	c #cpu_time = 0.020s
5.49/5.52	c #wall_clock_time = 0.020s
5.49/5.52	c #decision = 86
5.49/5.52	c #random_decision = 0
5.49/5.52	c #conflict = 1
5.49/5.52	c #restart = 0
5.49/5.52	c BCD2: found a new core of size 4: cost of the new core is >=1
5.49/5.52	c lower bound updated to 96
5.49/5.52	c BCD2: 96 <= obj <= 823
5.49/5.52	c BCD2: #cores=56, #unrelaxed=1223, #relaxed=425, #hardened=0
5.49/5.52	c BCD2: #sat=1 #unsat=97 bias=97/98
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 |    14261      0 |       40 |       71
5.49/5.54	c  0.0s |       0 |       85 |        1 |    14261      0 |       40 |       71
5.49/5.54	c #cpu_time = 0.020s
5.49/5.54	c #wall_clock_time = 0.021s
5.49/5.54	c #decision = 85
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: found a new core of size 4: cost of the new core is >=1
5.49/5.54	c lower bound updated to 97
5.49/5.54	c BCD2: 97 <= obj <= 823
5.49/5.54	c BCD2: #cores=57, #unrelaxed=1219, #relaxed=429, #hardened=0
5.49/5.54	c BCD2: #sat=1 #unsat=98 bias=98/99
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 |    14261      0 |       40 |       71
5.49/5.57	c  0.0s |       0 |       85 |        2 |    14261      0 |       40 |       71
5.49/5.57	c #cpu_time = 0.021s
5.49/5.57	c #wall_clock_time = 0.021s
5.49/5.57	c #decision = 85
5.49/5.57	c #random_decision = 0
5.49/5.57	c #conflict = 2
5.49/5.57	c #restart = 0
5.49/5.57	c BCD2: found a new core of size 8: cost of the new core is >=1
5.49/5.57	c lower bound updated to 98
5.49/5.57	c BCD2: 98 <= obj <= 823
5.49/5.57	c BCD2: #cores=58, #unrelaxed=1211, #relaxed=437, #hardened=0
5.49/5.57	c BCD2: #sat=1 #unsat=99 bias=99/100
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 |    14261      0 |       40 |       71
5.49/5.59	c  0.0s |       0 |       83 |        0 |    14261      0 |       40 |       71
5.49/5.59	c #cpu_time = 0.021s
5.49/5.59	c #wall_clock_time = 0.021s
5.49/5.59	c #decision = 83
5.49/5.59	c #random_decision = 0
5.49/5.59	c #conflict = 0
5.49/5.59	c #restart = 0
5.49/5.59	c BCD2: found a new core of size 4: cost of the new core is >=1
5.49/5.59	c lower bound updated to 99
5.49/5.59	c BCD2: 99 <= obj <= 823
5.49/5.59	c BCD2: #cores=59, #unrelaxed=1207, #relaxed=441, #hardened=0
5.49/5.59	c BCD2: #sat=1 #unsat=100 bias=100/101
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 |    14261      0 |       40 |       72
5.60/5.61	c  0.0s |       0 |      104 |        3 |    14261      0 |       40 |       72
5.60/5.61	c #cpu_time = 0.022s
5.60/5.61	c #wall_clock_time = 0.022s
5.60/5.61	c #decision = 104
5.60/5.61	c #random_decision = 0
5.60/5.61	c #conflict = 3
5.60/5.61	c #restart = 0
5.60/5.61	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 20: cost of the new core is >=4
5.60/5.61	c lower bound updated to 100
5.60/5.61	c BCD2: 100 <= obj <= 823
5.60/5.61	c BCD2: #cores=58, #unrelaxed=1204, #relaxed=444, #hardened=0
5.60/5.61	c BCD2: #sat=1 #unsat=101 bias=101/102
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 |    14261      0 |       42 |       72
5.60/5.63	c  0.0s |       0 |       82 |        0 |    14261      0 |       42 |       74
5.60/5.63	c #cpu_time = 0.020s
5.60/5.63	c #wall_clock_time = 0.020s
5.60/5.63	c #decision = 82
5.60/5.63	c #random_decision = 0
5.60/5.63	c #conflict = 0
5.60/5.63	c #restart = 0
5.60/5.63	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 12: cost of the new core is >=4
5.60/5.63	c lower bound updated to 101
5.60/5.63	c BCD2: 101 <= obj <= 823
5.60/5.63	c BCD2: #cores=58, #unrelaxed=1201, #relaxed=447, #hardened=0
5.60/5.63	c BCD2: #sat=1 #unsat=102 bias=102/103
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 |    14261      0 |       43 |       74
5.60/5.66	c  0.0s |       0 |       81 |        0 |    14261      0 |       43 |       75
5.60/5.66	c #cpu_time = 0.020s
5.60/5.66	c #wall_clock_time = 0.020s
5.60/5.66	c #decision = 81
5.60/5.66	c #random_decision = 0
5.60/5.66	c #conflict = 0
5.60/5.66	c #restart = 0
5.60/5.66	c BCD2: found a new core of size 4: cost of the new core is >=1
5.60/5.66	c lower bound updated to 102
5.60/5.66	c BCD2: 102 <= obj <= 823
5.60/5.66	c BCD2: #cores=59, #unrelaxed=1197, #relaxed=451, #hardened=0
5.60/5.66	c BCD2: #sat=1 #unsat=103 bias=103/104
5.60/5.66	c Solving starts ...
5.60/5.66	c ============================[ Search Statistics ]============================
5.60/5.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.66	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.66	c =============================================================================
5.60/5.66	c  0.0s |       0 |        0 |        0 |    14261      0 |       43 |       76
5.60/5.68	c  0.0s |       0 |       83 |        1 |    14261      0 |       43 |       76
5.60/5.68	c #cpu_time = 0.020s
5.60/5.68	c #wall_clock_time = 0.020s
5.60/5.68	c #decision = 83
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 3 and merging with 1 cores into a new core of size 17: cost of the new core is >=6
5.60/5.68	c lower bound updated to 103
5.60/5.68	c BCD2: 103 <= obj <= 823
5.60/5.68	c BCD2: #cores=59, #unrelaxed=1194, #relaxed=454, #hardened=0
5.60/5.68	c BCD2: #sat=1 #unsat=104 bias=104/105
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 |    14261      0 |       44 |       76
5.60/5.70	c  0.0s |       0 |      109 |        2 |    14261      0 |       44 |       77
5.60/5.70	c #cpu_time = 0.020s
5.60/5.70	c #wall_clock_time = 0.021s
5.60/5.70	c #decision = 109
5.60/5.70	c #random_decision = 0
5.60/5.70	c #conflict = 2
5.60/5.70	c #restart = 0
5.60/5.70	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=2
5.60/5.70	c lower bound updated to 104
5.70/5.70	c BCD2: 104 <= obj <= 823
5.70/5.70	c BCD2: #cores=59, #unrelaxed=1191, #relaxed=457, #hardened=0
5.70/5.70	c BCD2: #sat=1 #unsat=105 bias=105/106
5.70/5.70	c Solving starts ...
5.70/5.70	c ============================[ Search Statistics ]============================
5.70/5.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.70/5.70	c       |         |          |          |    Limit     GC | Var      | Constra 
5.70/5.70	c =============================================================================
5.70/5.70	c  0.0s |       0 |        0 |        0 |    14261      0 |       45 |       77
5.70/5.72	c  0.0s |       0 |       80 |        0 |    14261      0 |       45 |       78
5.70/5.72	c #cpu_time = 0.021s
5.70/5.72	c #wall_clock_time = 0.021s
5.70/5.72	c #decision = 80
5.70/5.72	c #random_decision = 0
5.70/5.72	c #conflict = 0
5.70/5.72	c #restart = 0
5.70/5.72	c BCD2: found a new core of size 4: cost of the new core is >=1
5.70/5.72	c lower bound updated to 105
5.70/5.73	c BCD2: 105 <= obj <= 823
5.70/5.73	c BCD2: #cores=60, #unrelaxed=1187, #relaxed=461, #hardened=0
5.70/5.73	c BCD2: #sat=1 #unsat=106 bias=106/107
5.70/5.73	c Solving starts ...
5.70/5.73	c ============================[ Search Statistics ]============================
5.70/5.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.70/5.73	c       |         |          |          |    Limit     GC | Var      | Constra 
5.70/5.73	c =============================================================================
5.70/5.73	c  0.0s |       0 |        0 |        0 |    14261      0 |       45 |       79
5.70/5.75	c  0.0s |       0 |       89 |        1 |    14261      0 |       45 |       79
5.70/5.75	c #cpu_time = 0.020s
5.70/5.75	c #wall_clock_time = 0.020s
5.70/5.75	c #decision = 89
5.70/5.75	c #random_decision = 0
5.70/5.75	c #conflict = 1
5.70/5.75	c #restart = 0
5.70/5.75	c BCD2: found a new core of size 5: cost of the new core is >=1
5.70/5.75	c lower bound updated to 106
5.70/5.75	c BCD2: 106 <= obj <= 823
5.70/5.75	c BCD2: #cores=61, #unrelaxed=1182, #relaxed=466, #hardened=0
5.70/5.75	c BCD2: #sat=1 #unsat=107 bias=107/108
5.70/5.75	c Solving starts ...
5.70/5.75	c ============================[ Search Statistics ]============================
5.70/5.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.70/5.75	c       |         |          |          |    Limit     GC | Var      | Constra 
5.70/5.75	c =============================================================================
5.70/5.75	c  0.0s |       0 |        0 |        0 |    14261      0 |       45 |       79
5.70/5.77	c  0.0s |       0 |       89 |        0 |    14261      0 |       45 |       79
5.70/5.77	c #cpu_time = 0.021s
5.70/5.77	c #wall_clock_time = 0.021s
5.70/5.77	c #decision = 89
5.70/5.77	c #random_decision = 0
5.70/5.77	c #conflict = 0
5.70/5.77	c #restart = 0
5.70/5.77	c BCD2: found a new core of size 4: cost of the new core is >=1
5.70/5.77	c lower bound updated to 107
5.70/5.77	c BCD2: 107 <= obj <= 823
5.70/5.77	c BCD2: #cores=62, #unrelaxed=1178, #relaxed=470, #hardened=0
5.70/5.77	c BCD2: #sat=1 #unsat=108 bias=108/109
5.70/5.77	c Solving starts ...
5.70/5.77	c ============================[ Search Statistics ]============================
5.70/5.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.70/5.77	c       |         |          |          |    Limit     GC | Var      | Constra 
5.70/5.77	c =============================================================================
5.70/5.77	c  0.0s |       0 |        0 |        0 |    14261      0 |       45 |       80
5.70/5.79	c  0.0s |       0 |       98 |        1 |    14261      0 |       45 |       80
5.70/5.79	c #cpu_time = 0.020s
5.70/5.79	c #wall_clock_time = 0.020s
5.70/5.79	c #decision = 98
5.70/5.79	c #random_decision = 0
5.70/5.79	c #conflict = 1
5.70/5.79	c #restart = 0
5.70/5.79	c BCD2: found a new core of size 4: cost of the new core is >=1
5.70/5.79	c lower bound updated to 108
5.70/5.79	c BCD2: 108 <= obj <= 823
5.70/5.79	c BCD2: #cores=63, #unrelaxed=1174, #relaxed=474, #hardened=0
5.70/5.79	c BCD2: #sat=1 #unsat=109 bias=109/110
5.70/5.79	c Solving starts ...
5.70/5.79	c ============================[ Search Statistics ]============================
5.70/5.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.70/5.79	c       |         |          |          |    Limit     GC | Var      | Constra 
5.70/5.79	c =============================================================================
5.70/5.79	c  0.0s |       0 |        0 |        0 |    14261      0 |       45 |       80
5.79/5.81	c  0.0s |       0 |       91 |        0 |    14261      0 |       45 |       80
5.79/5.81	c #cpu_time = 0.020s
5.79/5.81	c #wall_clock_time = 0.020s
5.79/5.81	c #decision = 91
5.79/5.81	c #random_decision = 0
5.79/5.81	c #conflict = 0
5.79/5.81	c #restart = 0
5.79/5.81	c BCD2: found a new core of size 4: cost of the new core is >=1
5.79/5.81	c lower bound updated to 109
5.79/5.82	c BCD2: 109 <= obj <= 823
5.79/5.82	c BCD2: #cores=64, #unrelaxed=1170, #relaxed=478, #hardened=0
5.79/5.82	c BCD2: #sat=1 #unsat=110 bias=110/111
5.79/5.82	c Solving starts ...
5.79/5.82	c ============================[ Search Statistics ]============================
5.79/5.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.82	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.82	c =============================================================================
5.79/5.82	c  0.0s |       0 |        0 |        0 |    14261      0 |       45 |       81
5.79/5.84	c  0.0s |       0 |       93 |        1 |    14261      0 |       45 |       81
5.79/5.84	c #cpu_time = 0.020s
5.79/5.84	c #wall_clock_time = 0.020s
5.79/5.84	c #decision = 93
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 4 and merging with 1 cores into a new core of size 11: cost of the new core is >=3
5.79/5.84	c lower bound updated to 110
5.79/5.84	c BCD2: 110 <= obj <= 823
5.79/5.84	c BCD2: #cores=64, #unrelaxed=1166, #relaxed=482, #hardened=0
5.79/5.84	c BCD2: #sat=1 #unsat=111 bias=111/112
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 |    14261      0 |       46 |       81
5.79/5.86	c  0.0s |       0 |      184 |        3 |    14261      0 |       46 |       82
5.79/5.86	c #cpu_time = 0.021s
5.79/5.86	c #wall_clock_time = 0.021s
5.79/5.86	c #decision = 184
5.79/5.86	c #random_decision = 0
5.79/5.86	c #conflict = 3
5.79/5.86	c #restart = 0
5.79/5.86	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 18: cost of the new core is >=6
5.79/5.86	c lower bound updated to 111
5.79/5.86	c BCD2: 111 <= obj <= 823
5.79/5.86	c BCD2: #cores=63, #unrelaxed=1163, #relaxed=485, #hardened=0
5.79/5.86	c BCD2: #sat=1 #unsat=112 bias=112/113
5.79/5.86	c Solving starts ...
5.79/5.86	c ============================[ Search Statistics ]============================
5.79/5.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.86	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.86	c =============================================================================
5.79/5.86	c  0.0s |       0 |        0 |        0 |    14261      0 |       48 |       82
5.79/5.88	c  0.0s |       0 |       88 |        0 |    14261      0 |       48 |       84
5.79/5.88	c #cpu_time = 0.021s
5.79/5.88	c #wall_clock_time = 0.021s
5.79/5.88	c #decision = 88
5.79/5.88	c #random_decision = 0
5.79/5.88	c #conflict = 0
5.79/5.88	c #restart = 0
5.79/5.88	c BCD2: found a new core of size 4: cost of the new core is >=1
5.79/5.88	c lower bound updated to 112
5.79/5.88	c BCD2: 112 <= obj <= 823
5.79/5.88	c BCD2: #cores=64, #unrelaxed=1159, #relaxed=489, #hardened=0
5.79/5.88	c BCD2: #sat=1 #unsat=113 bias=113/114
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 |    14261      0 |       48 |       85
5.89/5.91	c  0.0s |       0 |       91 |        0 |    14261      0 |       48 |       85
5.89/5.91	c #cpu_time = 0.020s
5.89/5.91	c #wall_clock_time = 0.020s
5.89/5.91	c #decision = 91
5.89/5.91	c #random_decision = 0
5.89/5.91	c #conflict = 0
5.89/5.91	c #restart = 0
5.89/5.91	c BCD2: found a new core of size 7: cost of the new core is >=1
5.89/5.91	c lower bound updated to 113
5.89/5.91	c BCD2: 113 <= obj <= 823
5.89/5.91	c BCD2: #cores=65, #unrelaxed=1152, #relaxed=496, #hardened=0
5.89/5.91	c BCD2: #sat=1 #unsat=114 bias=114/115
5.89/5.91	c Solving starts ...
5.89/5.91	c ============================[ Search Statistics ]============================
5.89/5.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.91	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.91	c =============================================================================
5.89/5.91	c  0.0s |       0 |        0 |        0 |    14261      0 |       48 |       85
5.89/5.93	c  0.0s |       0 |       97 |        1 |    14261      0 |       48 |       85
5.89/5.93	c #cpu_time = 0.022s
5.89/5.93	c #wall_clock_time = 0.022s
5.89/5.93	c #decision = 97
5.89/5.93	c #random_decision = 0
5.89/5.93	c #conflict = 1
5.89/5.93	c #restart = 0
5.89/5.93	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 21: cost of the new core is >=7
5.89/5.93	c lower bound updated to 114
5.89/5.93	c BCD2: 114 <= obj <= 823
5.89/5.93	c BCD2: #cores=65, #unrelaxed=1149, #relaxed=499, #hardened=0
5.89/5.93	c BCD2: #sat=1 #unsat=115 bias=115/116
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 |    14261      0 |       49 |       85
5.89/5.95	c  0.0s |       0 |       96 |        1 |    14261      0 |       49 |       86
5.89/5.95	c #cpu_time = 0.021s
5.89/5.95	c #wall_clock_time = 0.021s
5.89/5.95	c #decision = 96
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 3 and merging with 1 cores into a new core of size 15: cost of the new core is >=5
5.89/5.95	c lower bound updated to 115
5.89/5.95	c BCD2: 115 <= obj <= 823
5.89/5.95	c BCD2: #cores=65, #unrelaxed=1146, #relaxed=502, #hardened=0
5.89/5.95	c BCD2: #sat=1 #unsat=116 bias=116/117
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 |    14261      0 |       50 |       86
5.89/5.97	c  0.0s |       0 |       89 |        0 |    14261      0 |       50 |       87
5.89/5.97	c #cpu_time = 0.020s
5.89/5.97	c #wall_clock_time = 0.020s
5.89/5.97	c #decision = 89
5.89/5.97	c #random_decision = 0
5.89/5.97	c #conflict = 0
5.89/5.97	c #restart = 0
5.89/5.97	c BCD2: found a new core of size 4: cost of the new core is >=1
5.89/5.97	c lower bound updated to 116
5.89/5.97	c BCD2: 116 <= obj <= 823
5.89/5.97	c BCD2: #cores=66, #unrelaxed=1142, #relaxed=506, #hardened=0
5.89/5.97	c BCD2: #sat=1 #unsat=117 bias=117/118
5.89/5.97	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 |    14261      0 |       50 |       88
5.99/6.00	c  0.0s |       0 |       90 |        1 |    14261      0 |       50 |       88
5.99/6.00	c #cpu_time = 0.020s
5.99/6.00	c #wall_clock_time = 0.020s
5.99/6.00	c #decision = 90
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: found a new core of size 3: cost of the new core is >=1
5.99/6.00	c lower bound updated to 117
5.99/6.00	c BCD2: 117 <= obj <= 823
5.99/6.00	c BCD2: #cores=67, #unrelaxed=1139, #relaxed=509, #hardened=0
5.99/6.00	c BCD2: #sat=1 #unsat=118 bias=118/119
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 |    14261      0 |       50 |       88
5.99/6.02	c  0.0s |       0 |       95 |        1 |    14261      0 |       50 |       88
5.99/6.02	c #cpu_time = 0.021s
5.99/6.02	c #wall_clock_time = 0.021s
5.99/6.02	c #decision = 95
5.99/6.02	c #random_decision = 0
5.99/6.02	c #conflict = 1
5.99/6.02	c #restart = 0
5.99/6.02	c BCD2: found a new core of size 5: cost of the new core is >=1
5.99/6.02	c lower bound updated to 118
5.99/6.02	c BCD2: 118 <= obj <= 823
5.99/6.02	c BCD2: #cores=68, #unrelaxed=1134, #relaxed=514, #hardened=0
5.99/6.02	c BCD2: #sat=1 #unsat=119 bias=119/120
5.99/6.02	c Solving starts ...
5.99/6.02	c ============================[ Search Statistics ]============================
5.99/6.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.02	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.02	c =============================================================================
5.99/6.02	c  0.0s |       0 |        0 |        0 |    14261      0 |       50 |       88
5.99/6.04	c  0.0s |       0 |      136 |        2 |    14261      0 |       50 |       88
5.99/6.04	c #cpu_time = 0.021s
5.99/6.04	c #wall_clock_time = 0.021s
5.99/6.04	c #decision = 136
5.99/6.04	c #random_decision = 0
5.99/6.04	c #conflict = 2
5.99/6.04	c #restart = 0
5.99/6.04	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
5.99/6.04	c lower bound updated to 119
5.99/6.04	c BCD2: 119 <= obj <= 823
5.99/6.04	c BCD2: #cores=68, #unrelaxed=1132, #relaxed=516, #hardened=0
5.99/6.04	c BCD2: #sat=1 #unsat=120 bias=120/121
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 |    14261      0 |       51 |       88
5.99/6.06	c  0.0s |       0 |      103 |        3 |    14261      0 |       51 |       89
5.99/6.06	c #cpu_time = 0.022s
5.99/6.06	c #wall_clock_time = 0.022s
5.99/6.06	c #decision = 103
5.99/6.06	c #random_decision = 0
5.99/6.06	c #conflict = 3
5.99/6.06	c #restart = 0
5.99/6.06	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 14: cost of the new core is >=3
5.99/6.06	c lower bound updated to 120
5.99/6.06	c BCD2: 120 <= obj <= 823
5.99/6.06	c BCD2: #cores=67, #unrelaxed=1127, #relaxed=521, #hardened=0
5.99/6.06	c BCD2: #sat=1 #unsat=121 bias=121/122
5.99/6.07	c Solving starts ...
5.99/6.07	c ============================[ Search Statistics ]============================
5.99/6.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.07	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.07	c =============================================================================
5.99/6.07	c  0.0s |       0 |        0 |        0 |    14261      0 |       53 |       89
5.99/6.09	c  0.0s |       0 |       96 |        0 |    14261      0 |       53 |       91
5.99/6.09	c #cpu_time = 0.021s
5.99/6.09	c #wall_clock_time = 0.021s
5.99/6.09	c #decision = 96
5.99/6.09	c #random_decision = 0
5.99/6.09	c #conflict = 0
5.99/6.09	c #restart = 0
5.99/6.09	c BCD2: found a new core of size 4: cost of the new core is >=1
5.99/6.09	c lower bound updated to 121
5.99/6.09	c BCD2: 121 <= obj <= 823
5.99/6.09	c BCD2: #cores=68, #unrelaxed=1123, #relaxed=525, #hardened=0
5.99/6.09	c BCD2: #sat=1 #unsat=122 bias=122/123
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 |    14261      0 |       53 |       92
6.09/6.11	c  0.0s |       0 |      146 |        2 |    14261      0 |       53 |       92
6.09/6.11	c #cpu_time = 0.021s
6.09/6.11	c #wall_clock_time = 0.021s
6.09/6.11	c #decision = 146
6.09/6.11	c #random_decision = 0
6.09/6.11	c #conflict = 2
6.09/6.11	c #restart = 0
6.09/6.11	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=2
6.09/6.11	c lower bound updated to 122
6.09/6.11	c BCD2: 122 <= obj <= 823
6.09/6.11	c BCD2: #cores=68, #unrelaxed=1120, #relaxed=528, #hardened=0
6.09/6.11	c BCD2: #sat=1 #unsat=123 bias=123/124
6.09/6.11	c Solving starts ...
6.09/6.11	c ============================[ Search Statistics ]============================
6.09/6.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.11	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.11	c =============================================================================
6.09/6.11	c  0.0s |       0 |        0 |        0 |    14261      0 |       54 |       92
6.09/6.14	c  0.0s |       0 |      139 |        2 |    14261      0 |       54 |       93
6.09/6.14	c #cpu_time = 0.022s
6.09/6.14	c #wall_clock_time = 0.022s
6.09/6.14	c #decision = 139
6.09/6.14	c #random_decision = 0
6.09/6.14	c #conflict = 2
6.09/6.14	c #restart = 0
6.09/6.14	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 12: cost of the new core is >=2
6.09/6.14	c lower bound updated to 123
6.09/6.14	c BCD2: 123 <= obj <= 823
6.09/6.14	c BCD2: #cores=68, #unrelaxed=1115, #relaxed=533, #hardened=0
6.09/6.14	c BCD2: #sat=1 #unsat=124 bias=124/125
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 |    14261      0 |       55 |       93
6.09/6.16	c  0.0s |       0 |      101 |        0 |    14261      0 |       55 |       94
6.09/6.16	c #cpu_time = 0.021s
6.09/6.16	c #wall_clock_time = 0.021s
6.09/6.16	c #decision = 101
6.09/6.16	c #random_decision = 0
6.09/6.16	c #conflict = 0
6.09/6.16	c #restart = 0
6.09/6.16	c BCD2: found a new core of size 4: cost of the new core is >=1
6.09/6.16	c lower bound updated to 124
6.09/6.16	c BCD2: 124 <= obj <= 823
6.09/6.16	c BCD2: #cores=69, #unrelaxed=1111, #relaxed=537, #hardened=0
6.09/6.16	c BCD2: #sat=1 #unsat=125 bias=125/126
6.09/6.16	c Solving starts ...
6.09/6.16	c ============================[ Search Statistics ]============================
6.09/6.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.16	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.16	c =============================================================================
6.09/6.16	c  0.0s |       0 |        0 |        0 |    14261      0 |       55 |       95
6.09/6.18	c  0.0s |       0 |      107 |        2 |    14261      0 |       55 |       95
6.09/6.18	c #cpu_time = 0.020s
6.09/6.18	c #wall_clock_time = 0.021s
6.09/6.18	c #decision = 107
6.09/6.18	c #random_decision = 0
6.09/6.18	c #conflict = 2
6.09/6.18	c #restart = 0
6.09/6.18	c BCD2: found a new core of size 9: cost of the new core is >=1
6.09/6.18	c lower bound updated to 125
6.09/6.18	c BCD2: 125 <= obj <= 823
6.09/6.18	c BCD2: #cores=70, #unrelaxed=1102, #relaxed=546, #hardened=0
6.09/6.18	c BCD2: #sat=1 #unsat=126 bias=126/127
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 |    14261      0 |       55 |       95
6.19/6.20	c  0.0s |       0 |      107 |        1 |    14261      0 |       55 |       95
6.19/6.20	c #cpu_time = 0.022s
6.19/6.20	c #wall_clock_time = 0.022s
6.19/6.20	c #decision = 107
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: found a new core of size 3: cost of the new core is >=1
6.19/6.20	c lower bound updated to 126
6.19/6.20	c BCD2: 126 <= obj <= 823
6.19/6.20	c BCD2: #cores=71, #unrelaxed=1099, #relaxed=549, #hardened=0
6.19/6.20	c BCD2: #sat=1 #unsat=127 bias=127/128
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 |    14261      0 |       55 |       95
6.19/6.23	c  0.0s |       0 |      107 |        1 |    14261      0 |       55 |       95
6.19/6.23	c #cpu_time = 0.022s
6.19/6.23	c #wall_clock_time = 0.022s
6.19/6.23	c #decision = 107
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 2 and merging with 1 cores into a new core of size 23: cost of the new core is >=8
6.19/6.23	c lower bound updated to 127
6.19/6.23	c BCD2: 127 <= obj <= 823
6.19/6.23	c BCD2: #cores=71, #unrelaxed=1097, #relaxed=551, #hardened=0
6.19/6.23	c BCD2: #sat=1 #unsat=128 bias=128/129
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 |    14261      0 |       56 |       95
6.19/6.25	c  0.0s |       0 |      119 |        3 |    14261      0 |       56 |       96
6.19/6.25	c #cpu_time = 0.021s
6.19/6.25	c #wall_clock_time = 0.021s
6.19/6.25	c #decision = 119
6.19/6.25	c #random_decision = 0
6.19/6.25	c #conflict = 3
6.19/6.25	c #restart = 0
6.19/6.25	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 18: cost of the new core is >=3
6.19/6.25	c lower bound updated to 128
6.19/6.25	c BCD2: 128 <= obj <= 823
6.19/6.25	c BCD2: #cores=71, #unrelaxed=1091, #relaxed=557, #hardened=0
6.19/6.25	c BCD2: #sat=1 #unsat=129 bias=129/130
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 |    14261      0 |       57 |       96
6.19/6.27	c  0.0s |       0 |      104 |        0 |    14261      0 |       57 |       97
6.19/6.27	c #cpu_time = 0.021s
6.19/6.27	c #wall_clock_time = 0.021s
6.19/6.27	c #decision = 104
6.19/6.27	c #random_decision = 0
6.19/6.27	c #conflict = 0
6.19/6.27	c #restart = 0
6.19/6.27	c BCD2: found a new core of size 4: cost of the new core is >=1
6.19/6.27	c lower bound updated to 129
6.19/6.28	c BCD2: 129 <= obj <= 823
6.19/6.28	c BCD2: #cores=72, #unrelaxed=1087, #relaxed=561, #hardened=0
6.19/6.28	c BCD2: #sat=1 #unsat=130 bias=130/131
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 |    14261      0 |       57 |       98
6.29/6.30	c  0.0s |       0 |      149 |        2 |    14261      0 |       57 |       98
6.29/6.30	c #cpu_time = 0.021s
6.29/6.30	c #wall_clock_time = 0.021s
6.29/6.30	c #decision = 149
6.29/6.30	c #random_decision = 0
6.29/6.30	c #conflict = 2
6.29/6.30	c #restart = 0
6.29/6.30	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 8: cost of the new core is >=2
6.29/6.30	c lower bound updated to 130
6.29/6.30	c BCD2: 130 <= obj <= 823
6.29/6.30	c BCD2: #cores=72, #unrelaxed=1082, #relaxed=566, #hardened=0
6.29/6.30	c BCD2: #sat=1 #unsat=131 bias=131/132
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 |    14261      0 |       58 |       98
6.29/6.32	c  0.0s |       0 |      107 |        1 |    14261      0 |       58 |       99
6.29/6.32	c #cpu_time = 0.022s
6.29/6.32	c #wall_clock_time = 0.022s
6.29/6.32	c #decision = 107
6.29/6.32	c #random_decision = 0
6.29/6.32	c #conflict = 1
6.29/6.32	c #restart = 0
6.29/6.32	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 18: cost of the new core is >=6
6.29/6.32	c lower bound updated to 131
6.29/6.32	c BCD2: 131 <= obj <= 823
6.29/6.32	c BCD2: #cores=72, #unrelaxed=1079, #relaxed=569, #hardened=0
6.29/6.32	c BCD2: #sat=1 #unsat=132 bias=132/133
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 |    14261      0 |       59 |       99
6.29/6.34	c  0.0s |       0 |      101 |        0 |    14261      0 |       59 |      100
6.29/6.34	c #cpu_time = 0.020s
6.29/6.34	c #wall_clock_time = 0.020s
6.29/6.34	c #decision = 101
6.29/6.34	c #random_decision = 0
6.29/6.34	c #conflict = 0
6.29/6.34	c #restart = 0
6.29/6.34	c BCD2: found a new core of size 4: cost of the new core is >=1
6.29/6.34	c lower bound updated to 132
6.29/6.35	c BCD2: 132 <= obj <= 823
6.29/6.35	c BCD2: #cores=73, #unrelaxed=1075, #relaxed=573, #hardened=0
6.29/6.35	c BCD2: #sat=1 #unsat=133 bias=133/134
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 |    14261      0 |       59 |      101
6.29/6.37	c  0.0s |       0 |      106 |        1 |    14261      0 |       59 |      101
6.29/6.37	c #cpu_time = 0.021s
6.29/6.37	c #wall_clock_time = 0.021s
6.29/6.37	c #decision = 106
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 3 and merging with 1 cores into a new core of size 12: cost of the new core is >=4
6.29/6.37	c lower bound updated to 133
6.29/6.37	c BCD2: 133 <= obj <= 823
6.29/6.37	c BCD2: #cores=73, #unrelaxed=1072, #relaxed=576, #hardened=0
6.29/6.37	c BCD2: #sat=1 #unsat=134 bias=134/135
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 |    14261      0 |       60 |      101
6.29/6.39	c  0.0s |       0 |      106 |        1 |    14261      0 |       60 |      102
6.29/6.39	c #cpu_time = 0.021s
6.29/6.39	c #wall_clock_time = 0.021s
6.29/6.39	c #decision = 106
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: found a new core of size 6: cost of the new core is >=1
6.29/6.39	c lower bound updated to 134
6.29/6.39	c BCD2: 134 <= obj <= 823
6.29/6.39	c BCD2: #cores=74, #unrelaxed=1066, #relaxed=582, #hardened=0
6.29/6.39	c BCD2: #sat=1 #unsat=135 bias=135/136
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 |    14261      0 |       60 |      102
6.39/6.41	c  0.0s |       0 |      106 |        0 |    14261      0 |       60 |      102
6.39/6.41	c #cpu_time = 0.021s
6.39/6.41	c #wall_clock_time = 0.021s
6.39/6.41	c #decision = 106
6.39/6.41	c #random_decision = 0
6.39/6.41	c #conflict = 0
6.39/6.41	c #restart = 0
6.39/6.41	c BCD2: found a new core of size 4: cost of the new core is >=1
6.39/6.41	c lower bound updated to 135
6.39/6.41	c BCD2: 135 <= obj <= 823
6.39/6.41	c BCD2: #cores=75, #unrelaxed=1062, #relaxed=586, #hardened=0
6.39/6.41	c BCD2: #sat=1 #unsat=136 bias=136/137
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 |    14261      0 |       60 |      103
6.39/6.44	c  0.0s |       0 |      109 |        1 |    14261      0 |       60 |      103
6.39/6.44	c #cpu_time = 0.020s
6.39/6.44	c #wall_clock_time = 0.020s
6.39/6.44	c #decision = 109
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: found a new core of size 3: cost of the new core is >=1
6.39/6.44	c lower bound updated to 136
6.39/6.44	c BCD2: 136 <= obj <= 823
6.39/6.44	c BCD2: #cores=76, #unrelaxed=1059, #relaxed=589, #hardened=0
6.39/6.44	c BCD2: #sat=1 #unsat=137 bias=137/138
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 |    14261      0 |       60 |      103
6.39/6.46	c  0.0s |       0 |      113 |        2 |    14261      0 |       60 |      103
6.39/6.46	c #cpu_time = 0.021s
6.39/6.46	c #wall_clock_time = 0.021s
6.39/6.46	c #decision = 113
6.39/6.46	c #random_decision = 0
6.39/6.46	c #conflict = 2
6.39/6.46	c #restart = 0
6.39/6.46	c BCD2: found a new core of size 6: cost of the new core is >=1
6.39/6.46	c lower bound updated to 137
6.39/6.46	c BCD2: 137 <= obj <= 823
6.39/6.46	c BCD2: #cores=77, #unrelaxed=1053, #relaxed=595, #hardened=0
6.39/6.46	c BCD2: #sat=1 #unsat=138 bias=138/139
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 |    14261      0 |       60 |      103
6.39/6.48	c  0.0s |       0 |      115 |        1 |    14261      0 |       60 |      103
6.39/6.48	c #cpu_time = 0.021s
6.39/6.48	c #wall_clock_time = 0.021s
6.39/6.48	c #decision = 115
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: found a new core of size 3: cost of the new core is >=1
6.39/6.48	c lower bound updated to 138
6.39/6.48	c BCD2: 138 <= obj <= 823
6.39/6.48	c BCD2: #cores=78, #unrelaxed=1050, #relaxed=598, #hardened=0
6.39/6.48	c BCD2: #sat=1 #unsat=139 bias=139/140
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 |    14261      0 |       60 |      103
6.49/6.50	c  0.0s |       0 |      111 |        2 |    14261      0 |       60 |      103
6.49/6.50	c #cpu_time = 0.022s
6.49/6.50	c #wall_clock_time = 0.022s
6.49/6.50	c #decision = 111
6.49/6.50	c #random_decision = 0
6.49/6.50	c #conflict = 2
6.49/6.50	c #restart = 0
6.49/6.50	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 12: cost of the new core is >=2
6.49/6.50	c lower bound updated to 139
6.49/6.51	c BCD2: 139 <= obj <= 823
6.49/6.51	c BCD2: #cores=78, #unrelaxed=1044, #relaxed=604, #hardened=0
6.49/6.51	c BCD2: #sat=1 #unsat=140 bias=140/141
6.49/6.51	c Solving starts ...
6.49/6.51	c ============================[ Search Statistics ]============================
6.49/6.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.51	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.51	c =============================================================================
6.49/6.51	c  0.0s |       0 |        0 |        0 |    14261      0 |       61 |      103
6.49/6.53	c  0.0s |       0 |      112 |        0 |    14261      0 |       61 |      104
6.49/6.53	c #cpu_time = 0.021s
6.49/6.53	c #wall_clock_time = 0.021s
6.49/6.53	c #decision = 112
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 4: cost of the new core is >=1
6.49/6.53	c lower bound updated to 140
6.49/6.53	c BCD2: 140 <= obj <= 823
6.49/6.53	c BCD2: #cores=79, #unrelaxed=1040, #relaxed=608, #hardened=0
6.49/6.53	c BCD2: #sat=1 #unsat=141 bias=141/142
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 |    14261      0 |       61 |      105
6.49/6.55	c  0.0s |       0 |      115 |        1 |    14261      0 |       61 |      105
6.49/6.55	c #cpu_time = 0.021s
6.49/6.55	c #wall_clock_time = 0.021s
6.49/6.55	c #decision = 115
6.49/6.55	c #random_decision = 0
6.49/6.55	c #conflict = 1
6.49/6.55	c #restart = 0
6.49/6.55	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 11: cost of the new core is >=3
6.49/6.55	c lower bound updated to 141
6.49/6.55	c BCD2: 141 <= obj <= 823
6.49/6.55	c BCD2: #cores=79, #unrelaxed=1037, #relaxed=611, #hardened=0
6.49/6.55	c BCD2: #sat=1 #unsat=142 bias=142/143
6.49/6.55	c Solving starts ...
6.49/6.55	c ============================[ Search Statistics ]============================
6.49/6.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.55	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.55	c =============================================================================
6.49/6.55	c  0.0s |       0 |        0 |        0 |    14261      0 |       62 |      105
6.49/6.57	c  0.0s |       0 |      114 |        0 |    14261      0 |       62 |      106
6.49/6.57	c #cpu_time = 0.021s
6.49/6.57	c #wall_clock_time = 0.021s
6.49/6.57	c #decision = 114
6.49/6.57	c #random_decision = 0
6.49/6.57	c #conflict = 0
6.49/6.57	c #restart = 0
6.49/6.57	c BCD2: found a new core of size 4: cost of the new core is >=1
6.49/6.57	c lower bound updated to 142
6.49/6.58	c BCD2: 142 <= obj <= 823
6.49/6.58	c BCD2: #cores=80, #unrelaxed=1033, #relaxed=615, #hardened=0
6.49/6.58	c BCD2: #sat=1 #unsat=143 bias=143/144
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 |    14261      0 |       62 |      107
6.59/6.60	c  0.0s |       0 |      120 |        1 |    14261      0 |       62 |      107
6.59/6.60	c #cpu_time = 0.021s
6.59/6.60	c #wall_clock_time = 0.021s
6.59/6.60	c #decision = 120
6.59/6.60	c #random_decision = 0
6.59/6.60	c #conflict = 1
6.59/6.60	c #restart = 0
6.59/6.60	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 15: cost of the new core is >=5
6.59/6.60	c lower bound updated to 143
6.59/6.60	c BCD2: 143 <= obj <= 823
6.59/6.60	c BCD2: #cores=80, #unrelaxed=1030, #relaxed=618, #hardened=0
6.59/6.60	c BCD2: #sat=1 #unsat=144 bias=144/145
6.59/6.60	c Solving starts ...
6.59/6.60	c ============================[ Search Statistics ]============================
6.59/6.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.60	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.60	c =============================================================================
6.59/6.60	c  0.0s |       0 |        0 |        0 |    14261      0 |       63 |      107
6.59/6.62	c  0.0s |       0 |      121 |        2 |    14261      0 |       63 |      108
6.59/6.62	c #cpu_time = 0.022s
6.59/6.62	c #wall_clock_time = 0.022s
6.59/6.62	c #decision = 121
6.59/6.62	c #random_decision = 0
6.59/6.62	c #conflict = 2
6.59/6.62	c #restart = 0
6.59/6.62	c BCD2: relaxing 9 and merging with 1 cores into a new core of size 15: cost of the new core is >=2
6.59/6.62	c lower bound updated to 144
6.59/6.62	c BCD2: 144 <= obj <= 823
6.59/6.62	c BCD2: #cores=80, #unrelaxed=1021, #relaxed=627, #hardened=0
6.59/6.62	c BCD2: #sat=1 #unsat=145 bias=145/146
6.59/6.62	c Solving starts ...
6.59/6.62	c ============================[ Search Statistics ]============================
6.59/6.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.62	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.62	c =============================================================================
6.59/6.62	c  0.0s |       0 |        0 |        0 |    14261      0 |       64 |      108
6.59/6.64	c  0.0s |       0 |      115 |        0 |    14261      0 |       64 |      109
6.59/6.64	c #cpu_time = 0.021s
6.59/6.64	c #wall_clock_time = 0.021s
6.59/6.64	c #decision = 115
6.59/6.64	c #random_decision = 0
6.59/6.64	c #conflict = 0
6.59/6.64	c #restart = 0
6.59/6.64	c BCD2: found a new core of size 4: cost of the new core is >=1
6.59/6.64	c lower bound updated to 145
6.59/6.65	c BCD2: 145 <= obj <= 823
6.59/6.65	c BCD2: #cores=81, #unrelaxed=1017, #relaxed=631, #hardened=0
6.59/6.65	c BCD2: #sat=1 #unsat=146 bias=146/147
6.59/6.65	c Solving starts ...
6.59/6.65	c ============================[ Search Statistics ]============================
6.59/6.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.65	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.65	c =============================================================================
6.59/6.65	c  0.0s |       0 |        0 |        0 |    14261      0 |       64 |      110
6.59/6.67	c  0.0s |       0 |      120 |        0 |    14261      0 |       64 |      110
6.59/6.67	c #cpu_time = 0.020s
6.59/6.67	c #wall_clock_time = 0.020s
6.59/6.67	c #decision = 120
6.59/6.67	c #random_decision = 0
6.59/6.67	c #conflict = 0
6.59/6.67	c #restart = 0
6.59/6.67	c BCD2: found a new core of size 4: cost of the new core is >=1
6.59/6.67	c lower bound updated to 146
6.59/6.67	c BCD2: 146 <= obj <= 823
6.59/6.67	c BCD2: #cores=82, #unrelaxed=1013, #relaxed=635, #hardened=0
6.59/6.67	c BCD2: #sat=1 #unsat=147 bias=147/148
6.59/6.67	c Solving starts ...
6.59/6.67	c ============================[ Search Statistics ]============================
6.59/6.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.67	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.67	c =============================================================================
6.59/6.67	c  0.0s |       0 |        0 |        0 |    14261      0 |       64 |      111
6.59/6.69	c  0.0s |       0 |      123 |        1 |    14261      0 |       64 |      111
6.59/6.69	c #cpu_time = 0.021s
6.59/6.69	c #wall_clock_time = 0.021s
6.59/6.69	c #decision = 123
6.59/6.69	c #random_decision = 0
6.59/6.69	c #conflict = 1
6.59/6.69	c #restart = 0
6.59/6.69	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=3
6.59/6.69	c lower bound updated to 147
6.59/6.69	c BCD2: 147 <= obj <= 823
6.59/6.69	c BCD2: #cores=81, #unrelaxed=1009, #relaxed=639, #hardened=0
6.59/6.69	c BCD2: #sat=1 #unsat=148 bias=148/149
6.59/6.69	c Solving starts ...
6.59/6.69	c ============================[ Search Statistics ]============================
6.59/6.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.69	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.69	c =============================================================================
6.59/6.69	c  0.0s |       0 |        0 |        0 |    14261      0 |       66 |      111
6.70/6.71	c  0.0s |       0 |      165 |        2 |    14261      0 |       66 |      113
6.70/6.71	c #cpu_time = 0.021s
6.70/6.71	c #wall_clock_time = 0.021s
6.70/6.71	c #decision = 165
6.70/6.71	c #random_decision = 0
6.70/6.71	c #conflict = 2
6.70/6.71	c #restart = 0
6.70/6.71	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
6.70/6.71	c lower bound updated to 148
6.70/6.72	c BCD2: 148 <= obj <= 823
6.70/6.72	c BCD2: #cores=81, #unrelaxed=1006, #relaxed=642, #hardened=0
6.70/6.72	c BCD2: #sat=1 #unsat=149 bias=149/150
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 |    14261      0 |       67 |      113
6.70/6.74	c  0.0s |       0 |      117 |        1 |    14261      0 |       67 |      114
6.70/6.74	c #cpu_time = 0.021s
6.70/6.74	c #wall_clock_time = 0.021s
6.70/6.74	c #decision = 117
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 10 and merging with 1 cores into a new core of size 34: cost of the new core is >=6
6.70/6.74	c lower bound updated to 149
6.70/6.74	c BCD2: 149 <= obj <= 823
6.70/6.74	c BCD2: #cores=81, #unrelaxed=996, #relaxed=652, #hardened=0
6.70/6.74	c BCD2: #sat=1 #unsat=150 bias=150/151
6.70/6.74	c Solving starts ...
6.70/6.74	c ============================[ Search Statistics ]============================
6.70/6.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.74	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.74	c =============================================================================
6.70/6.74	c  0.0s |       0 |        0 |        0 |    14261      0 |       68 |      114
6.70/6.76	c  0.0s |       0 |      115 |        0 |    14261      0 |       68 |      115
6.70/6.76	c #cpu_time = 0.021s
6.70/6.76	c #wall_clock_time = 0.021s
6.70/6.76	c #decision = 115
6.70/6.76	c #random_decision = 0
6.70/6.76	c #conflict = 0
6.70/6.76	c #restart = 0
6.70/6.76	c BCD2: found a new core of size 4: cost of the new core is >=1
6.70/6.76	c lower bound updated to 150
6.70/6.76	c BCD2: 150 <= obj <= 823
6.70/6.76	c BCD2: #cores=82, #unrelaxed=992, #relaxed=656, #hardened=0
6.70/6.76	c BCD2: #sat=1 #unsat=151 bias=151/152
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 |    14261      0 |       68 |      116
6.70/6.78	c  0.0s |       0 |      120 |        0 |    14261      0 |       68 |      116
6.70/6.78	c #cpu_time = 0.020s
6.70/6.78	c #wall_clock_time = 0.020s
6.70/6.78	c #decision = 120
6.70/6.78	c #random_decision = 0
6.70/6.78	c #conflict = 0
6.70/6.78	c #restart = 0
6.70/6.78	c BCD2: found a new core of size 4: cost of the new core is >=1
6.70/6.78	c lower bound updated to 151
6.70/6.79	c BCD2: 151 <= obj <= 823
6.70/6.79	c BCD2: #cores=83, #unrelaxed=988, #relaxed=660, #hardened=0
6.70/6.79	c BCD2: #sat=1 #unsat=152 bias=152/153
6.70/6.79	c Solving starts ...
6.70/6.79	c ============================[ Search Statistics ]============================
6.70/6.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.79	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.79	c =============================================================================
6.70/6.79	c  0.0s |       0 |        0 |        0 |    14261      0 |       68 |      117
6.80/6.81	c  0.0s |       0 |      123 |        1 |    14261      0 |       68 |      117
6.80/6.81	c #cpu_time = 0.020s
6.80/6.81	c #wall_clock_time = 0.020s
6.80/6.81	c #decision = 123
6.80/6.81	c #random_decision = 0
6.80/6.81	c #conflict = 1
6.80/6.81	c #restart = 0
6.80/6.81	c BCD2: found a new core of size 3: cost of the new core is >=1
6.80/6.81	c lower bound updated to 152
6.80/6.81	c BCD2: 152 <= obj <= 823
6.80/6.81	c BCD2: #cores=84, #unrelaxed=985, #relaxed=663, #hardened=0
6.80/6.81	c BCD2: #sat=1 #unsat=153 bias=153/154
6.80/6.81	c Solving starts ...
6.80/6.81	c ============================[ Search Statistics ]============================
6.80/6.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.80/6.81	c       |         |          |          |    Limit     GC | Var      | Constra 
6.80/6.81	c =============================================================================
6.80/6.81	c  0.0s |       0 |        0 |        0 |    14261      0 |       68 |      117
6.80/6.83	c  0.0s |       0 |      123 |        1 |    14261      0 |       68 |      117
6.80/6.83	c #cpu_time = 0.020s
6.80/6.83	c #wall_clock_time = 0.020s
6.80/6.83	c #decision = 123
6.80/6.83	c #random_decision = 0
6.80/6.83	c #conflict = 1
6.80/6.83	c #restart = 0
6.80/6.83	c BCD2: found a new core of size 3: cost of the new core is >=1
6.80/6.83	c lower bound updated to 153
6.80/6.83	c BCD2: 153 <= obj <= 823
6.80/6.83	c BCD2: #cores=85, #unrelaxed=982, #relaxed=666, #hardened=0
6.80/6.83	c BCD2: #sat=1 #unsat=154 bias=154/155
6.80/6.83	c Solving starts ...
6.80/6.83	c ============================[ Search Statistics ]============================
6.80/6.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.80/6.83	c       |         |          |          |    Limit     GC | Var      | Constra 
6.80/6.83	c =============================================================================
6.80/6.83	c  0.0s |       0 |        0 |        0 |    14261      0 |       68 |      117
6.80/6.85	c  0.0s |       0 |      124 |        2 |    14261      0 |       68 |      117
6.80/6.85	c #cpu_time = 0.020s
6.80/6.85	c #wall_clock_time = 0.020s
6.80/6.85	c #decision = 124
6.80/6.85	c #random_decision = 0
6.80/6.85	c #conflict = 2
6.80/6.85	c #restart = 0
6.80/6.85	c BCD2: found a new core of size 7: cost of the new core is >=1
6.80/6.85	c lower bound updated to 154
6.80/6.85	c BCD2: 154 <= obj <= 823
6.80/6.85	c BCD2: #cores=86, #unrelaxed=975, #relaxed=673, #hardened=0
6.80/6.85	c BCD2: #sat=1 #unsat=155 bias=155/156
6.80/6.85	c Solving starts ...
6.80/6.85	c ============================[ Search Statistics ]============================
6.80/6.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.80/6.85	c       |         |          |          |    Limit     GC | Var      | Constra 
6.80/6.85	c =============================================================================
6.80/6.85	c  0.0s |       0 |        0 |        0 |    14261      0 |       68 |      117
6.80/6.88	c  0.0s |       0 |      144 |        3 |    14261      0 |       68 |      117
6.80/6.88	c #cpu_time = 0.023s
6.80/6.88	c #wall_clock_time = 0.023s
6.80/6.88	c #decision = 144
6.80/6.88	c #random_decision = 0
6.80/6.88	c #conflict = 3
6.80/6.88	c #restart = 0
6.80/6.88	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 29: cost of the new core is >=8
6.80/6.88	c lower bound updated to 155
6.80/6.88	c BCD2: 155 <= obj <= 823
6.80/6.88	c BCD2: #cores=85, #unrelaxed=970, #relaxed=678, #hardened=0
6.80/6.88	c BCD2: #sat=1 #unsat=156 bias=156/157
6.80/6.88	c Solving starts ...
6.80/6.88	c ============================[ Search Statistics ]============================
6.80/6.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.80/6.88	c       |         |          |          |    Limit     GC | Var      | Constra 
6.80/6.88	c =============================================================================
6.80/6.88	c  0.0s |       0 |        0 |        0 |    14261      0 |       70 |      117
6.89/6.90	c  0.0s |       0 |      125 |        0 |    14261      0 |       70 |      119
6.89/6.90	c #cpu_time = 0.021s
6.89/6.90	c #wall_clock_time = 0.021s
6.89/6.90	c #decision = 125
6.89/6.90	c #random_decision = 0
6.89/6.90	c #conflict = 0
6.89/6.90	c #restart = 0
6.89/6.90	c BCD2: found a new core of size 4: cost of the new core is >=1
6.89/6.90	c lower bound updated to 156
6.89/6.90	c BCD2: 156 <= obj <= 823
6.89/6.90	c BCD2: #cores=86, #unrelaxed=966, #relaxed=682, #hardened=0
6.89/6.90	c BCD2: #sat=1 #unsat=157 bias=157/158
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 |    14261      0 |       70 |      120
6.89/6.92	c  0.0s |       0 |      130 |        0 |    14261      0 |       70 |      120
6.89/6.92	c #cpu_time = 0.020s
6.89/6.92	c #wall_clock_time = 0.020s
6.89/6.92	c #decision = 130
6.89/6.92	c #random_decision = 0
6.89/6.92	c #conflict = 0
6.89/6.92	c #restart = 0
6.89/6.92	c BCD2: found a new core of size 4: cost of the new core is >=1
6.89/6.92	c lower bound updated to 157
6.89/6.92	c BCD2: 157 <= obj <= 823
6.89/6.92	c BCD2: #cores=87, #unrelaxed=962, #relaxed=686, #hardened=0
6.89/6.92	c BCD2: #sat=1 #unsat=158 bias=158/159
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 |    14261      0 |       70 |      121
6.89/6.95	c  0.0s |       0 |      133 |        1 |    14261      0 |       70 |      121
6.89/6.95	c #cpu_time = 0.021s
6.89/6.95	c #wall_clock_time = 0.021s
6.89/6.95	c #decision = 133
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 4 and merging with 1 cores into a new core of size 15: cost of the new core is >=5
6.89/6.95	c lower bound updated to 158
6.89/6.95	c BCD2: 158 <= obj <= 823
6.89/6.95	c BCD2: #cores=87, #unrelaxed=958, #relaxed=690, #hardened=0
6.89/6.95	c BCD2: #sat=1 #unsat=159 bias=159/160
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 |    14261      0 |       71 |      121
6.89/6.97	c  0.0s |       0 |      131 |        1 |    14261      0 |       71 |      122
6.89/6.97	c #cpu_time = 0.021s
6.89/6.97	c #wall_clock_time = 0.021s
6.89/6.97	c #decision = 131
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 4 and merging with 1 cores into a new core of size 19: cost of the new core is >=6
6.89/6.97	c lower bound updated to 159
6.89/6.97	c BCD2: 159 <= obj <= 823
6.89/6.97	c BCD2: #cores=87, #unrelaxed=954, #relaxed=694, #hardened=0
6.89/6.97	c BCD2: #sat=1 #unsat=160 bias=160/161
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 |    14261      0 |       72 |      122
6.89/6.99	c  0.0s |       0 |      127 |        1 |    14261      0 |       72 |      123
6.89/6.99	c #cpu_time = 0.022s
6.89/6.99	c #wall_clock_time = 0.022s
6.89/6.99	c #decision = 127
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 10 and merging with 1 cores into a new core of size 34: cost of the new core is >=4
6.89/6.99	c lower bound updated to 160
6.89/6.99	c BCD2: 160 <= obj <= 823
6.89/6.99	c BCD2: #cores=87, #unrelaxed=944, #relaxed=704, #hardened=0
6.89/6.99	c BCD2: #sat=1 #unsat=161 bias=161/162
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 |    14261      0 |       73 |      123
6.99/7.02	c  0.0s |       0 |      125 |        0 |    14261      0 |       73 |      124
6.99/7.02	c #cpu_time = 0.021s
6.99/7.02	c #wall_clock_time = 0.021s
6.99/7.02	c #decision = 125
6.99/7.02	c #random_decision = 0
6.99/7.02	c #conflict = 0
6.99/7.02	c #restart = 0
6.99/7.02	c BCD2: found a new core of size 4: cost of the new core is >=1
6.99/7.02	c lower bound updated to 161
6.99/7.02	c BCD2: 161 <= obj <= 823
6.99/7.02	c BCD2: #cores=88, #unrelaxed=940, #relaxed=708, #hardened=0
6.99/7.02	c BCD2: #sat=1 #unsat=162 bias=162/163
6.99/7.02	c Solving starts ...
6.99/7.02	c ============================[ Search Statistics ]============================
6.99/7.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.02	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.02	c =============================================================================
6.99/7.02	c  0.0s |       0 |        0 |        0 |    14261      0 |       73 |      125
6.99/7.04	c  0.0s |       0 |      130 |        0 |    14261      0 |       73 |      125
6.99/7.04	c #cpu_time = 0.020s
6.99/7.04	c #wall_clock_time = 0.020s
6.99/7.04	c #decision = 130
6.99/7.04	c #random_decision = 0
6.99/7.04	c #conflict = 0
6.99/7.04	c #restart = 0
6.99/7.04	c BCD2: found a new core of size 4: cost of the new core is >=1
6.99/7.04	c lower bound updated to 162
6.99/7.04	c BCD2: 162 <= obj <= 823
6.99/7.04	c BCD2: #cores=89, #unrelaxed=936, #relaxed=712, #hardened=0
6.99/7.04	c BCD2: #sat=1 #unsat=163 bias=163/164
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 |    14261      0 |       73 |      126
6.99/7.06	c  0.0s |       0 |      184 |        2 |    14261      0 |       73 |      126
6.99/7.06	c #cpu_time = 0.020s
6.99/7.06	c #wall_clock_time = 0.021s
6.99/7.06	c #decision = 184
6.99/7.06	c #random_decision = 0
6.99/7.06	c #conflict = 2
6.99/7.06	c #restart = 0
6.99/7.06	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
6.99/7.06	c lower bound updated to 163
6.99/7.06	c BCD2: 163 <= obj <= 823
6.99/7.06	c BCD2: #cores=89, #unrelaxed=933, #relaxed=715, #hardened=0
6.99/7.06	c BCD2: #sat=1 #unsat=164 bias=164/165
6.99/7.06	c Solving starts ...
6.99/7.07	c ============================[ Search Statistics ]============================
6.99/7.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.07	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.07	c =============================================================================
6.99/7.07	c  0.0s |       0 |        0 |        0 |    14261      0 |       74 |      126
6.99/7.09	c  0.0s |       0 |      182 |        2 |    14261      0 |       74 |      127
6.99/7.09	c #cpu_time = 0.021s
6.99/7.09	c #wall_clock_time = 0.021s
6.99/7.09	c #decision = 182
6.99/7.09	c #random_decision = 0
6.99/7.09	c #conflict = 2
6.99/7.09	c #restart = 0
6.99/7.09	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
6.99/7.09	c lower bound updated to 164
6.99/7.09	c BCD2: 164 <= obj <= 823
6.99/7.09	c BCD2: #cores=89, #unrelaxed=930, #relaxed=718, #hardened=0
6.99/7.09	c BCD2: #sat=1 #unsat=165 bias=165/166
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 |    14261      0 |       75 |      127
7.09/7.11	c  0.0s |       0 |      129 |        1 |    14261      0 |       75 |      128
7.09/7.11	c #cpu_time = 0.022s
7.09/7.11	c #wall_clock_time = 0.022s
7.09/7.11	c #decision = 129
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 11 and merging with 1 cores into a new core of size 18: cost of the new core is >=2
7.09/7.11	c lower bound updated to 165
7.09/7.11	c BCD2: 165 <= obj <= 823
7.09/7.11	c BCD2: #cores=89, #unrelaxed=919, #relaxed=729, #hardened=0
7.09/7.11	c BCD2: #sat=1 #unsat=166 bias=166/167
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 |    14261      0 |       76 |      128
7.09/7.13	c  0.0s |       0 |      126 |        0 |    14261      0 |       76 |      129
7.09/7.13	c #cpu_time = 0.021s
7.09/7.13	c #wall_clock_time = 0.021s
7.09/7.13	c #decision = 126
7.09/7.13	c #random_decision = 0
7.09/7.13	c #conflict = 0
7.09/7.13	c #restart = 0
7.09/7.13	c BCD2: found a new core of size 4: cost of the new core is >=1
7.09/7.13	c lower bound updated to 166
7.09/7.13	c BCD2: 166 <= obj <= 823
7.09/7.13	c BCD2: #cores=90, #unrelaxed=915, #relaxed=733, #hardened=0
7.09/7.13	c BCD2: #sat=1 #unsat=167 bias=167/168
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 |    14261      0 |       76 |      130
7.09/7.16	c  0.0s |       0 |      159 |        2 |    14261      0 |       76 |      130
7.09/7.16	c #cpu_time = 0.021s
7.09/7.16	c #wall_clock_time = 0.022s
7.09/7.16	c #decision = 159
7.09/7.16	c #random_decision = 0
7.09/7.16	c #conflict = 2
7.09/7.16	c #restart = 0
7.09/7.16	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 11: cost of the new core is >=2
7.09/7.16	c lower bound updated to 167
7.09/7.16	c BCD2: 167 <= obj <= 823
7.09/7.16	c BCD2: #cores=90, #unrelaxed=909, #relaxed=739, #hardened=0
7.09/7.16	c BCD2: #sat=1 #unsat=168 bias=168/169
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 |    14261      0 |       77 |      130
7.09/7.18	c  0.0s |       0 |      133 |        0 |    14261      0 |       77 |      131
7.09/7.18	c #cpu_time = 0.021s
7.09/7.18	c #wall_clock_time = 0.021s
7.09/7.18	c #decision = 133
7.09/7.18	c #random_decision = 0
7.09/7.18	c #conflict = 0
7.09/7.18	c #restart = 0
7.09/7.18	c BCD2: found a new core of size 4: cost of the new core is >=1
7.09/7.18	c lower bound updated to 168
7.09/7.18	c BCD2: 168 <= obj <= 823
7.09/7.18	c BCD2: #cores=91, #unrelaxed=905, #relaxed=743, #hardened=0
7.09/7.18	c BCD2: #sat=1 #unsat=169 bias=169/170
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 |    14261      0 |       77 |      132
7.19/7.20	c  0.0s |       0 |      136 |        1 |    14261      0 |       77 |      132
7.19/7.20	c #cpu_time = 0.020s
7.19/7.20	c #wall_clock_time = 0.020s
7.19/7.20	c #decision = 136
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: found a new core of size 4: cost of the new core is >=1
7.19/7.20	c lower bound updated to 169
7.19/7.20	c BCD2: 169 <= obj <= 823
7.19/7.20	c BCD2: #cores=92, #unrelaxed=901, #relaxed=747, #hardened=0
7.19/7.20	c BCD2: #sat=1 #unsat=170 bias=170/171
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 |    14261      0 |       77 |      132
7.19/7.23	c  0.0s |       0 |      135 |        1 |    14261      0 |       77 |      132
7.19/7.23	c #cpu_time = 0.021s
7.19/7.23	c #wall_clock_time = 0.021s
7.19/7.23	c #decision = 135
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: found a new core of size 4: cost of the new core is >=1
7.19/7.23	c lower bound updated to 170
7.19/7.23	c BCD2: 170 <= obj <= 823
7.19/7.23	c BCD2: #cores=93, #unrelaxed=897, #relaxed=751, #hardened=0
7.19/7.23	c BCD2: #sat=1 #unsat=171 bias=171/172
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 |    14261      0 |       77 |      132
7.19/7.25	c  0.0s |       0 |      135 |        2 |    14261      0 |       77 |      132
7.19/7.25	c #cpu_time = 0.021s
7.19/7.25	c #wall_clock_time = 0.021s
7.19/7.25	c #decision = 135
7.19/7.25	c #random_decision = 0
7.19/7.25	c #conflict = 2
7.19/7.25	c #restart = 0
7.19/7.25	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 18: cost of the new core is >=3
7.19/7.25	c lower bound updated to 171
7.19/7.25	c BCD2: 171 <= obj <= 823
7.19/7.25	c BCD2: #cores=93, #unrelaxed=890, #relaxed=758, #hardened=0
7.19/7.25	c BCD2: #sat=1 #unsat=172 bias=172/173
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 |    14261      0 |       78 |      132
7.19/7.27	c  0.0s |       0 |      133 |        0 |    14261      0 |       78 |      133
7.19/7.27	c #cpu_time = 0.021s
7.19/7.27	c #wall_clock_time = 0.021s
7.19/7.27	c #decision = 133
7.19/7.27	c #random_decision = 0
7.19/7.27	c #conflict = 0
7.19/7.27	c #restart = 0
7.19/7.27	c BCD2: found a new core of size 4: cost of the new core is >=1
7.19/7.27	c lower bound updated to 172
7.19/7.27	c BCD2: 172 <= obj <= 823
7.19/7.27	c BCD2: #cores=94, #unrelaxed=886, #relaxed=762, #hardened=0
7.19/7.27	c BCD2: #sat=1 #unsat=173 bias=173/174
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 |    14261      0 |       78 |      134
7.19/7.29	c  0.0s |       0 |      138 |        0 |    14261      0 |       78 |      134
7.19/7.29	c #cpu_time = 0.020s
7.19/7.29	c #wall_clock_time = 0.020s
7.19/7.29	c #decision = 138
7.19/7.29	c #random_decision = 0
7.19/7.29	c #conflict = 0
7.19/7.29	c #restart = 0
7.19/7.29	c BCD2: found a new core of size 4: cost of the new core is >=1
7.19/7.29	c lower bound updated to 173
7.19/7.30	c BCD2: 173 <= obj <= 823
7.19/7.30	c BCD2: #cores=95, #unrelaxed=882, #relaxed=766, #hardened=0
7.19/7.30	c BCD2: #sat=1 #unsat=174 bias=174/175
7.19/7.30	c Solving starts ...
7.19/7.30	c ============================[ Search Statistics ]============================
7.19/7.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.30	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.30	c =============================================================================
7.29/7.30	c  0.0s |       0 |        0 |        0 |    14261      0 |       78 |      135
7.29/7.32	c  0.0s |       0 |      143 |        2 |    14261      0 |       78 |      135
7.29/7.32	c #cpu_time = 0.021s
7.29/7.32	c #wall_clock_time = 0.021s
7.29/7.32	c #decision = 143
7.29/7.32	c #random_decision = 0
7.29/7.32	c #conflict = 2
7.29/7.32	c #restart = 0
7.29/7.32	c BCD2: found a new core of size 9: cost of the new core is >=1
7.29/7.32	c lower bound updated to 174
7.29/7.32	c BCD2: 174 <= obj <= 823
7.29/7.32	c BCD2: #cores=96, #unrelaxed=873, #relaxed=775, #hardened=0
7.29/7.32	c BCD2: #sat=1 #unsat=175 bias=175/176
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 |    14261      0 |       78 |      135
7.29/7.34	c  0.0s |       0 |      135 |        1 |    14261      0 |       78 |      135
7.29/7.34	c #cpu_time = 0.022s
7.29/7.34	c #wall_clock_time = 0.022s
7.29/7.34	c #decision = 135
7.29/7.34	c #random_decision = 0
7.29/7.34	c #conflict = 1
7.29/7.34	c #restart = 0
7.29/7.34	c BCD2: relaxing 10 and merging with 1 cores into a new core of size 33: cost of the new core is >=4
7.29/7.34	c lower bound updated to 175
7.29/7.34	c BCD2: 175 <= obj <= 823
7.29/7.34	c BCD2: #cores=96, #unrelaxed=863, #relaxed=785, #hardened=0
7.29/7.34	c BCD2: #sat=1 #unsat=176 bias=176/177
7.29/7.34	c Solving starts ...
7.29/7.34	c ============================[ Search Statistics ]============================
7.29/7.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.34	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.34	c =============================================================================
7.29/7.34	c  0.0s |       0 |        0 |        0 |    14261      0 |       79 |      135
7.29/7.37	c  0.0s |       0 |      133 |        0 |    14261      0 |       79 |      136
7.29/7.37	c #cpu_time = 0.021s
7.29/7.37	c #wall_clock_time = 0.021s
7.29/7.37	c #decision = 133
7.29/7.37	c #random_decision = 0
7.29/7.37	c #conflict = 0
7.29/7.37	c #restart = 0
7.29/7.37	c BCD2: found a new core of size 4: cost of the new core is >=1
7.29/7.37	c lower bound updated to 176
7.29/7.37	c BCD2: 176 <= obj <= 823
7.29/7.37	c BCD2: #cores=97, #unrelaxed=859, #relaxed=789, #hardened=0
7.29/7.37	c BCD2: #sat=1 #unsat=177 bias=177/178
7.29/7.37	c Solving starts ...
7.29/7.37	c ============================[ Search Statistics ]============================
7.29/7.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.37	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.37	c =============================================================================
7.29/7.37	c  0.0s |       0 |        0 |        0 |    14261      0 |       79 |      137
7.29/7.39	c  0.0s |       0 |      138 |        0 |    14261      0 |       79 |      137
7.29/7.39	c #cpu_time = 0.021s
7.29/7.39	c #wall_clock_time = 0.021s
7.29/7.39	c #decision = 138
7.29/7.39	c #random_decision = 0
7.29/7.39	c #conflict = 0
7.29/7.39	c #restart = 0
7.29/7.39	c BCD2: found a new core of size 4: cost of the new core is >=1
7.29/7.39	c lower bound updated to 177
7.29/7.39	c BCD2: 177 <= obj <= 823
7.29/7.39	c BCD2: #cores=98, #unrelaxed=855, #relaxed=793, #hardened=0
7.29/7.39	c BCD2: #sat=1 #unsat=178 bias=178/179
7.29/7.39	c Solving starts ...
7.29/7.39	c ============================[ Search Statistics ]============================
7.29/7.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.39	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.39	c =============================================================================
7.29/7.39	c  0.0s |       0 |        0 |        0 |    14261      0 |       79 |      138
7.39/7.41	c  0.0s |       0 |      141 |        1 |    14261      0 |       79 |      138
7.39/7.41	c #cpu_time = 0.020s
7.39/7.41	c #wall_clock_time = 0.020s
7.39/7.41	c #decision = 141
7.39/7.41	c #random_decision = 0
7.39/7.41	c #conflict = 1
7.39/7.41	c #restart = 0
7.39/7.41	c BCD2: found a new core of size 3: cost of the new core is >=1
7.39/7.41	c lower bound updated to 178
7.39/7.41	c BCD2: 178 <= obj <= 823
7.39/7.41	c BCD2: #cores=99, #unrelaxed=852, #relaxed=796, #hardened=0
7.39/7.41	c BCD2: #sat=1 #unsat=179 bias=179/180
7.39/7.41	c Solving starts ...
7.39/7.41	c ============================[ Search Statistics ]============================
7.39/7.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.41	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.41	c =============================================================================
7.39/7.41	c  0.0s |       0 |        0 |        0 |    14261      0 |       79 |      138
7.39/7.43	c  0.0s |       0 |      141 |        1 |    14261      0 |       79 |      138
7.39/7.43	c #cpu_time = 0.021s
7.39/7.43	c #wall_clock_time = 0.021s
7.39/7.43	c #decision = 141
7.39/7.43	c #random_decision = 0
7.39/7.43	c #conflict = 1
7.39/7.44	c #restart = 0
7.39/7.44	c BCD2: found a new core of size 4: cost of the new core is >=1
7.39/7.44	c lower bound updated to 179
7.39/7.44	c BCD2: 179 <= obj <= 823
7.39/7.44	c BCD2: #cores=100, #unrelaxed=848, #relaxed=800, #hardened=0
7.39/7.44	c BCD2: #sat=1 #unsat=180 bias=180/181
7.39/7.44	c Solving starts ...
7.39/7.44	c ============================[ Search Statistics ]============================
7.39/7.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.44	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.44	c =============================================================================
7.39/7.44	c  0.0s |       0 |        0 |        0 |    14261      0 |       79 |      138
7.39/7.46	c  0.0s |       0 |      141 |        2 |    14261      0 |       79 |      138
7.39/7.46	c #cpu_time = 0.021s
7.39/7.46	c #wall_clock_time = 0.021s
7.39/7.46	c #decision = 141
7.39/7.46	c #random_decision = 0
7.39/7.46	c #conflict = 2
7.39/7.46	c #restart = 0
7.39/7.46	c BCD2: found a new core of size 7: cost of the new core is >=1
7.39/7.46	c lower bound updated to 180
7.39/7.46	c BCD2: 180 <= obj <= 823
7.39/7.46	c BCD2: #cores=101, #unrelaxed=841, #relaxed=807, #hardened=0
7.39/7.46	c BCD2: #sat=1 #unsat=181 bias=181/182
7.39/7.46	c Solving starts ...
7.39/7.46	c ============================[ Search Statistics ]============================
7.39/7.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.46	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.46	c =============================================================================
7.39/7.46	c  0.0s |       0 |        0 |        0 |    14261      0 |       79 |      138
7.39/7.48	c  0.0s |       0 |      140 |        0 |    14261      0 |       79 |      138
7.39/7.48	c #cpu_time = 0.022s
7.39/7.48	c #wall_clock_time = 0.022s
7.39/7.48	c #decision = 140
7.39/7.48	c #random_decision = 0
7.39/7.48	c #conflict = 0
7.39/7.48	c #restart = 0
7.39/7.48	c BCD2: found a new core of size 4: cost of the new core is >=1
7.39/7.48	c lower bound updated to 181
7.39/7.48	c BCD2: 181 <= obj <= 823
7.39/7.48	c BCD2: #cores=102, #unrelaxed=837, #relaxed=811, #hardened=0
7.39/7.48	c BCD2: #sat=1 #unsat=182 bias=182/183
7.39/7.49	c Solving starts ...
7.39/7.49	c ============================[ Search Statistics ]============================
7.39/7.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.49	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.49	c =============================================================================
7.39/7.49	c  0.0s |       0 |        0 |        0 |    14261      0 |       79 |      139
7.49/7.51	c  0.0s |       0 |      145 |        0 |    14261      0 |       79 |      139
7.49/7.51	c #cpu_time = 0.020s
7.49/7.51	c #wall_clock_time = 0.020s
7.49/7.51	c #decision = 145
7.49/7.51	c #random_decision = 0
7.49/7.51	c #conflict = 0
7.49/7.51	c #restart = 0
7.49/7.51	c BCD2: found a new core of size 4: cost of the new core is >=1
7.49/7.51	c lower bound updated to 182
7.49/7.51	c BCD2: 182 <= obj <= 823
7.49/7.51	c BCD2: #cores=103, #unrelaxed=833, #relaxed=815, #hardened=0
7.49/7.51	c BCD2: #sat=1 #unsat=183 bias=183/184
7.49/7.51	c Solving starts ...
7.49/7.51	c ============================[ Search Statistics ]============================
7.49/7.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.51	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.51	c =============================================================================
7.49/7.51	c  0.0s |       0 |        0 |        0 |    14261      0 |       79 |      140
7.49/7.53	c  0.0s |       0 |      150 |        0 |    14261      0 |       79 |      140
7.49/7.53	c #cpu_time = 0.020s
7.49/7.53	c #wall_clock_time = 0.021s
7.49/7.53	c #decision = 150
7.49/7.53	c #random_decision = 0
7.49/7.53	c #conflict = 0
7.49/7.53	c #restart = 0
7.49/7.53	c BCD2: found a new core of size 4: cost of the new core is >=1
7.49/7.53	c lower bound updated to 183
7.49/7.53	c BCD2: 183 <= obj <= 823
7.49/7.53	c BCD2: #cores=104, #unrelaxed=829, #relaxed=819, #hardened=0
7.49/7.53	c BCD2: #sat=1 #unsat=184 bias=184/185
7.49/7.53	c Solving starts ...
7.49/7.53	c ============================[ Search Statistics ]============================
7.49/7.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.53	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.53	c =============================================================================
7.49/7.53	c  0.0s |       0 |        0 |        0 |    14261      0 |       79 |      141
7.49/7.55	c  0.0s |       0 |      153 |        1 |    14261      0 |       79 |      141
7.49/7.55	c #cpu_time = 0.021s
7.49/7.55	c #wall_clock_time = 0.021s
7.49/7.55	c #decision = 153
7.49/7.55	c #random_decision = 0
7.49/7.55	c #conflict = 1
7.49/7.55	c #restart = 0
7.49/7.55	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 15: cost of the new core is >=4
7.49/7.55	c lower bound updated to 184
7.49/7.56	c BCD2: 184 <= obj <= 823
7.49/7.56	c BCD2: #cores=104, #unrelaxed=825, #relaxed=823, #hardened=0
7.49/7.56	c BCD2: #sat=1 #unsat=185 bias=185/186
7.49/7.56	c Solving starts ...
7.49/7.56	c ============================[ Search Statistics ]============================
7.49/7.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.56	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.56	c =============================================================================
7.49/7.56	c  0.0s |       0 |        0 |        0 |    14261      0 |       80 |      141
7.49/7.58	c  0.0s |       0 |      151 |        1 |    14261      0 |       80 |      142
7.49/7.58	c #cpu_time = 0.021s
7.49/7.58	c #wall_clock_time = 0.021s
7.49/7.58	c #decision = 151
7.49/7.58	c #random_decision = 0
7.49/7.58	c #conflict = 1
7.49/7.58	c #restart = 0
7.49/7.58	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 10: cost of the new core is >=3
7.49/7.58	c lower bound updated to 185
7.49/7.58	c BCD2: 185 <= obj <= 823
7.49/7.58	c BCD2: #cores=104, #unrelaxed=821, #relaxed=827, #hardened=0
7.49/7.58	c BCD2: #sat=1 #unsat=186 bias=186/187
7.49/7.58	c Solving starts ...
7.49/7.58	c ============================[ Search Statistics ]============================
7.49/7.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.58	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.58	c =============================================================================
7.49/7.58	c  0.0s |       0 |        0 |        0 |    14261      0 |       81 |      142
7.59/7.60	c  0.0s |       0 |      154 |        2 |    14261      0 |       81 |      143
7.59/7.60	c #cpu_time = 0.021s
7.59/7.60	c #wall_clock_time = 0.021s
7.59/7.60	c #decision = 154
7.59/7.60	c #random_decision = 0
7.59/7.60	c #conflict = 2
7.59/7.60	c #restart = 0
7.59/7.60	c BCD2: found a new core of size 8: cost of the new core is >=1
7.59/7.60	c lower bound updated to 186
7.59/7.60	c BCD2: 186 <= obj <= 823
7.59/7.60	c BCD2: #cores=105, #unrelaxed=813, #relaxed=835, #hardened=0
7.59/7.60	c BCD2: #sat=1 #unsat=187 bias=187/188
7.59/7.60	c Solving starts ...
7.59/7.60	c ============================[ Search Statistics ]============================
7.59/7.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.60	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.60	c =============================================================================
7.59/7.60	c  0.0s |       0 |        0 |        0 |    14261      0 |       81 |      143
7.59/7.62	c  0.0s |       0 |      157 |        2 |    14261      0 |       81 |      143
7.59/7.62	c #cpu_time = 0.022s
7.59/7.62	c #wall_clock_time = 0.022s
7.59/7.62	c #decision = 157
7.59/7.62	c #random_decision = 0
7.59/7.62	c #conflict = 2
7.59/7.62	c #restart = 0
7.59/7.62	c BCD2: found a new core of size 6: cost of the new core is >=1
7.59/7.62	c lower bound updated to 187
7.59/7.63	c BCD2: 187 <= obj <= 823
7.59/7.63	c BCD2: #cores=106, #unrelaxed=807, #relaxed=841, #hardened=0
7.59/7.63	c BCD2: #sat=1 #unsat=188 bias=188/189
7.59/7.63	c Solving starts ...
7.59/7.63	c ============================[ Search Statistics ]============================
7.59/7.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.63	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.63	c =============================================================================
7.59/7.63	c  0.0s |       0 |        0 |        0 |    14261      0 |       81 |      143
7.59/7.65	c  0.0s |       0 |      151 |        0 |    14261      0 |       81 |      143
7.59/7.65	c #cpu_time = 0.022s
7.59/7.65	c #wall_clock_time = 0.022s
7.59/7.65	c #decision = 151
7.59/7.65	c #random_decision = 0
7.59/7.65	c #conflict = 0
7.59/7.65	c #restart = 0
7.59/7.65	c BCD2: found a new core of size 4: cost of the new core is >=1
7.59/7.65	c lower bound updated to 188
7.59/7.65	c BCD2: 188 <= obj <= 823
7.59/7.65	c BCD2: #cores=107, #unrelaxed=803, #relaxed=845, #hardened=0
7.59/7.65	c BCD2: #sat=1 #unsat=189 bias=189/190
7.59/7.65	c Solving starts ...
7.59/7.65	c ============================[ Search Statistics ]============================
7.59/7.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.65	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.65	c =============================================================================
7.59/7.65	c  0.0s |       0 |        0 |        0 |    14261      0 |       81 |      144
7.59/7.67	c  0.0s |       0 |      154 |        1 |    14261      0 |       81 |      144
7.59/7.67	c #cpu_time = 0.020s
7.59/7.67	c #wall_clock_time = 0.020s
7.59/7.67	c #decision = 154
7.59/7.67	c #random_decision = 0
7.59/7.67	c #conflict = 1
7.59/7.67	c #restart = 0
7.59/7.67	c BCD2: found a new core of size 3: cost of the new core is >=1
7.59/7.67	c lower bound updated to 189
7.59/7.67	c BCD2: 189 <= obj <= 823
7.59/7.67	c BCD2: #cores=108, #unrelaxed=800, #relaxed=848, #hardened=0
7.59/7.67	c BCD2: #sat=1 #unsat=190 bias=190/191
7.59/7.67	c Solving starts ...
7.59/7.67	c ============================[ Search Statistics ]============================
7.59/7.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.67	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.67	c =============================================================================
7.59/7.67	c  0.0s |       0 |        0 |        0 |    14261      0 |       81 |      144
7.59/7.70	c  0.0s |       0 |      154 |        1 |    14261      0 |       81 |      144
7.59/7.70	c #cpu_time = 0.020s
7.59/7.70	c #wall_clock_time = 0.020s
7.59/7.70	c #decision = 154
7.59/7.70	c #random_decision = 0
7.59/7.70	c #conflict = 1
7.59/7.70	c #restart = 0
7.59/7.70	c BCD2: found a new core of size 3: cost of the new core is >=1
7.59/7.70	c lower bound updated to 190
7.69/7.70	c BCD2: 190 <= obj <= 823
7.69/7.70	c BCD2: #cores=109, #unrelaxed=797, #relaxed=851, #hardened=0
7.69/7.70	c BCD2: #sat=1 #unsat=191 bias=191/192
7.69/7.70	c Solving starts ...
7.69/7.70	c ============================[ Search Statistics ]============================
7.69/7.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.69/7.70	c       |         |          |          |    Limit     GC | Var      | Constra 
7.69/7.70	c =============================================================================
7.69/7.70	c  0.0s |       0 |        0 |        0 |    14261      0 |       81 |      144
7.69/7.72	c  0.0s |       0 |      155 |        2 |    14261      0 |       81 |      144
7.69/7.72	c #cpu_time = 0.021s
7.69/7.72	c #wall_clock_time = 0.021s
7.69/7.72	c #decision = 155
7.69/7.72	c #random_decision = 0
7.69/7.72	c #conflict = 2
7.69/7.72	c #restart = 0
7.69/7.72	c BCD2: found a new core of size 6: cost of the new core is >=1
7.69/7.72	c lower bound updated to 191
7.69/7.72	c BCD2: 191 <= obj <= 823
7.69/7.72	c BCD2: #cores=110, #unrelaxed=791, #relaxed=857, #hardened=0
7.69/7.72	c BCD2: #sat=1 #unsat=192 bias=192/193
7.69/7.72	c Solving starts ...
7.69/7.72	c ============================[ Search Statistics ]============================
7.69/7.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.69/7.72	c       |         |          |          |    Limit     GC | Var      | Constra 
7.69/7.72	c =============================================================================
7.69/7.72	c  0.0s |       0 |        0 |        0 |    14261      0 |       81 |      144
7.69/7.74	c  0.0s |       0 |      155 |        0 |    14261      0 |       81 |      144
7.69/7.74	c #cpu_time = 0.022s
7.69/7.74	c #wall_clock_time = 0.022s
7.69/7.74	c #decision = 155
7.69/7.74	c #random_decision = 0
7.69/7.74	c #conflict = 0
7.69/7.74	c #restart = 0
7.69/7.74	c BCD2: found a new core of size 4: cost of the new core is >=1
7.69/7.74	c lower bound updated to 192
7.69/7.74	c BCD2: 192 <= obj <= 823
7.69/7.74	c BCD2: #cores=111, #unrelaxed=787, #relaxed=861, #hardened=0
7.69/7.74	c BCD2: #sat=1 #unsat=193 bias=193/194
7.69/7.74	c Solving starts ...
7.69/7.74	c ============================[ Search Statistics ]============================
7.69/7.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.69/7.74	c       |         |          |          |    Limit     GC | Var      | Constra 
7.69/7.74	c =============================================================================
7.69/7.74	c  0.0s |       0 |        0 |        0 |    14261      0 |       81 |      145
7.69/7.76	c  0.0s |       0 |      160 |        0 |    14261      0 |       81 |      145
7.69/7.76	c #cpu_time = 0.020s
7.69/7.76	c #wall_clock_time = 0.020s
7.69/7.76	c #decision = 160
7.69/7.76	c #random_decision = 0
7.69/7.76	c #conflict = 0
7.69/7.76	c #restart = 0
7.69/7.76	c BCD2: found a new core of size 4: cost of the new core is >=1
7.69/7.76	c lower bound updated to 193
7.69/7.77	c BCD2: 193 <= obj <= 823
7.69/7.77	c BCD2: #cores=112, #unrelaxed=783, #relaxed=865, #hardened=0
7.69/7.77	c BCD2: #sat=1 #unsat=194 bias=194/195
7.69/7.77	c Solving starts ...
7.69/7.77	c ============================[ Search Statistics ]============================
7.69/7.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.69/7.77	c       |         |          |          |    Limit     GC | Var      | Constra 
7.69/7.77	c =============================================================================
7.69/7.77	c  0.0s |       0 |        0 |        0 |    14261      0 |       81 |      146
7.69/7.79	c  0.0s |       0 |      171 |        2 |    14261      0 |       81 |      146
7.69/7.79	c #cpu_time = 0.023s
7.69/7.79	c #wall_clock_time = 0.023s
7.69/7.79	c #decision = 171
7.69/7.79	c #random_decision = 0
7.69/7.79	c #conflict = 2
7.69/7.79	c #restart = 0
7.69/7.79	c BCD2: relaxing 12 and merging with 2 cores into a new core of size 24: cost of the new core is >=3
7.69/7.79	c lower bound updated to 194
7.69/7.79	c BCD2: 194 <= obj <= 823
7.69/7.79	c BCD2: #cores=111, #unrelaxed=771, #relaxed=877, #hardened=0
7.69/7.79	c BCD2: #sat=1 #unsat=195 bias=195/196
7.69/7.79	c Solving starts ...
7.69/7.79	c ============================[ Search Statistics ]============================
7.69/7.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.69/7.79	c       |         |          |          |    Limit     GC | Var      | Constra 
7.69/7.79	c =============================================================================
7.69/7.79	c  0.0s |       0 |        0 |        0 |    14261      0 |       83 |      146
7.79/7.82	c  0.0s |       0 |      160 |        1 |    14261      0 |       83 |      148
7.79/7.82	c #cpu_time = 0.021s
7.79/7.82	c #wall_clock_time = 0.021s
7.79/7.82	c #decision = 160
7.79/7.82	c #random_decision = 0
7.79/7.82	c #conflict = 1
7.79/7.82	c #restart = 0
7.79/7.82	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=2
7.79/7.82	c lower bound updated to 195
7.79/7.82	c BCD2: 195 <= obj <= 823
7.79/7.82	c BCD2: #cores=111, #unrelaxed=767, #relaxed=881, #hardened=0
7.79/7.82	c BCD2: #sat=1 #unsat=196 bias=196/197
7.79/7.82	c Solving starts ...
7.79/7.82	c ============================[ Search Statistics ]============================
7.79/7.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.82	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.82	c =============================================================================
7.79/7.82	c  0.0s |       0 |        0 |        0 |    14261      0 |       84 |      148
7.79/7.84	c  0.0s |       0 |      158 |        1 |    14261      0 |       84 |      149
7.79/7.84	c #cpu_time = 0.021s
7.79/7.84	c #wall_clock_time = 0.021s
7.79/7.84	c #decision = 158
7.79/7.84	c #random_decision = 0
7.79/7.84	c #conflict = 1
7.79/7.84	c #restart = 0
7.79/7.84	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=2
7.79/7.84	c lower bound updated to 196
7.79/7.84	c BCD2: 196 <= obj <= 823
7.79/7.84	c BCD2: #cores=111, #unrelaxed=763, #relaxed=885, #hardened=0
7.79/7.84	c BCD2: #sat=1 #unsat=197 bias=197/198
7.79/7.84	c Solving starts ...
7.79/7.84	c ============================[ Search Statistics ]============================
7.79/7.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.84	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.84	c =============================================================================
7.79/7.84	c  0.0s |       0 |        0 |        0 |    14261      0 |       85 |      149
7.79/7.86	c  0.0s |       0 |      152 |        0 |    14261      0 |       85 |      150
7.79/7.86	c #cpu_time = 0.021s
7.79/7.86	c #wall_clock_time = 0.021s
7.79/7.86	c #decision = 152
7.79/7.86	c #random_decision = 0
7.79/7.86	c #conflict = 0
7.79/7.86	c #restart = 0
7.79/7.86	c BCD2: found a new core of size 4: cost of the new core is >=1
7.79/7.86	c lower bound updated to 197
7.79/7.86	c BCD2: 197 <= obj <= 823
7.79/7.86	c BCD2: #cores=112, #unrelaxed=759, #relaxed=889, #hardened=0
7.79/7.86	c BCD2: #sat=1 #unsat=198 bias=198/199
7.79/7.86	c Solving starts ...
7.79/7.86	c ============================[ Search Statistics ]============================
7.79/7.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.86	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.86	c =============================================================================
7.79/7.86	c  0.0s |       0 |        0 |        0 |    14261      0 |       85 |      151
7.79/7.88	c  0.0s |       0 |      163 |        2 |    14261      0 |       85 |      151
7.79/7.88	c #cpu_time = 0.021s
7.79/7.88	c #wall_clock_time = 0.021s
7.79/7.88	c #decision = 163
7.79/7.88	c #random_decision = 0
7.79/7.88	c #conflict = 2
7.79/7.88	c #restart = 0
7.79/7.88	c BCD2: found a new core of size 6: cost of the new core is >=1
7.79/7.88	c lower bound updated to 198
7.79/7.88	c BCD2: 198 <= obj <= 823
7.79/7.88	c BCD2: #cores=113, #unrelaxed=753, #relaxed=895, #hardened=0
7.79/7.88	c BCD2: #sat=1 #unsat=199 bias=199/200
7.79/7.88	c Solving starts ...
7.79/7.88	c ============================[ Search Statistics ]============================
7.79/7.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.88	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.88	c =============================================================================
7.79/7.88	c  0.0s |       0 |        0 |        0 |    14261      0 |       85 |      151
7.89/7.91	c  0.0s |       0 |      160 |        0 |    14261      0 |       85 |      151
7.89/7.91	c #cpu_time = 0.022s
7.89/7.91	c #wall_clock_time = 0.022s
7.89/7.91	c #decision = 160
7.89/7.91	c #random_decision = 0
7.89/7.91	c #conflict = 0
7.89/7.91	c #restart = 0
7.89/7.91	c BCD2: found a new core of size 4: cost of the new core is >=1
7.89/7.91	c lower bound updated to 199
7.89/7.91	c BCD2: 199 <= obj <= 823
7.89/7.91	c BCD2: #cores=114, #unrelaxed=749, #relaxed=899, #hardened=0
7.89/7.91	c BCD2: #sat=1 #unsat=200 bias=200/201
7.89/7.91	c Solving starts ...
7.89/7.91	c ============================[ Search Statistics ]============================
7.89/7.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.91	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.91	c =============================================================================
7.89/7.91	c  0.0s |       0 |        0 |        0 |    14261      0 |       85 |      152
7.89/7.93	c  0.0s |       0 |      163 |        1 |    14261      0 |       85 |      152
7.89/7.93	c #cpu_time = 0.020s
7.89/7.93	c #wall_clock_time = 0.020s
7.89/7.93	c #decision = 163
7.89/7.93	c #random_decision = 0
7.89/7.93	c #conflict = 1
7.89/7.93	c #restart = 0
7.89/7.93	c BCD2: found a new core of size 3: cost of the new core is >=1
7.89/7.93	c lower bound updated to 200
7.89/7.93	c BCD2: 200 <= obj <= 823
7.89/7.93	c BCD2: #cores=115, #unrelaxed=746, #relaxed=902, #hardened=0
7.89/7.93	c BCD2: #sat=1 #unsat=201 bias=201/202
7.89/7.93	c Solving starts ...
7.89/7.93	c ============================[ Search Statistics ]============================
7.89/7.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.93	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.93	c =============================================================================
7.89/7.93	c  0.0s |       0 |        0 |        0 |    14261      0 |       85 |      152
7.89/7.95	c  0.0s |       0 |      163 |        1 |    14261      0 |       85 |      152
7.89/7.95	c #cpu_time = 0.021s
7.89/7.95	c #wall_clock_time = 0.021s
7.89/7.95	c #decision = 163
7.89/7.95	c #random_decision = 0
7.89/7.95	c #conflict = 1
7.89/7.95	c #restart = 0
7.89/7.95	c BCD2: found a new core of size 3: cost of the new core is >=1
7.89/7.95	c lower bound updated to 201
7.89/7.95	c BCD2: 201 <= obj <= 823
7.89/7.95	c BCD2: #cores=116, #unrelaxed=743, #relaxed=905, #hardened=0
7.89/7.95	c BCD2: #sat=1 #unsat=202 bias=202/203
7.89/7.95	c Solving starts ...
7.89/7.95	c ============================[ Search Statistics ]============================
7.89/7.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.95	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.95	c =============================================================================
7.89/7.95	c  0.0s |       0 |        0 |        0 |    14261      0 |       85 |      152
7.89/7.98	c  0.0s |       0 |      164 |        2 |    14261      0 |       85 |      152
7.89/7.98	c #cpu_time = 0.021s
7.89/7.98	c #wall_clock_time = 0.021s
7.89/7.98	c #decision = 164
7.89/7.98	c #random_decision = 0
7.89/7.98	c #conflict = 2
7.89/7.98	c #restart = 0
7.89/7.98	c BCD2: found a new core of size 6: cost of the new core is >=1
7.89/7.98	c lower bound updated to 202
7.89/7.98	c BCD2: 202 <= obj <= 823
7.89/7.98	c BCD2: #cores=117, #unrelaxed=737, #relaxed=911, #hardened=0
7.89/7.98	c BCD2: #sat=1 #unsat=203 bias=203/204
7.89/7.98	c Solving starts ...
7.89/7.98	c ============================[ Search Statistics ]============================
7.89/7.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.98	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.98	c =============================================================================
7.89/7.98	c  0.0s |       0 |        0 |        0 |    14261      0 |       85 |      152
7.98/8.00	c  0.0s |       0 |      164 |        0 |    14261      0 |       85 |      152
7.98/8.00	c #cpu_time = 0.021s
7.98/8.00	c #wall_clock_time = 0.021s
7.98/8.00	c #decision = 164
7.98/8.00	c #random_decision = 0
7.98/8.00	c #conflict = 0
7.98/8.00	c #restart = 0
7.98/8.00	c BCD2: found a new core of size 4: cost of the new core is >=1
7.98/8.00	c lower bound updated to 203
7.98/8.00	c BCD2: 203 <= obj <= 823
7.98/8.00	c BCD2: #cores=118, #unrelaxed=733, #relaxed=915, #hardened=0
7.98/8.00	c BCD2: #sat=1 #unsat=204 bias=204/205
7.98/8.00	c Solving starts ...
7.98/8.00	c ============================[ Search Statistics ]============================
7.98/8.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.98/8.00	c       |         |          |          |    Limit     GC | Var      | Constra 
7.98/8.00	c =============================================================================
7.98/8.00	c  0.0s |       0 |        0 |        0 |    14261      0 |       85 |      153
7.98/8.02	c  0.0s |       0 |      169 |        0 |    14261      0 |       85 |      153
7.98/8.02	c #cpu_time = 0.020s
7.98/8.02	c #wall_clock_time = 0.021s
7.98/8.02	c #decision = 169
7.98/8.02	c #random_decision = 0
7.98/8.02	c #conflict = 0
7.98/8.02	c #restart = 0
7.98/8.02	c BCD2: found a new core of size 4: cost of the new core is >=1
7.98/8.02	c lower bound updated to 204
7.98/8.02	c BCD2: 204 <= obj <= 823
7.98/8.02	c BCD2: #cores=119, #unrelaxed=729, #relaxed=919, #hardened=0
7.98/8.02	c BCD2: #sat=1 #unsat=205 bias=205/206
7.98/8.02	c Solving starts ...
7.98/8.02	c ============================[ Search Statistics ]============================
7.98/8.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.98/8.02	c       |         |          |          |    Limit     GC | Var      | Constra 
7.98/8.02	c =============================================================================
7.98/8.02	c  0.0s |       0 |        0 |        0 |    14261      0 |       85 |      154
7.98/8.05	c  0.0s |       0 |      172 |        1 |    14261      0 |       85 |      154
7.98/8.05	c #cpu_time = 0.021s
7.98/8.05	c #wall_clock_time = 0.021s
7.98/8.05	c #decision = 172
7.98/8.05	c #random_decision = 0
7.98/8.05	c #conflict = 1
7.98/8.05	c #restart = 0
7.98/8.05	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 17: cost of the new core is >=5
7.98/8.05	c lower bound updated to 205
7.98/8.05	c BCD2: 205 <= obj <= 823
7.98/8.05	c BCD2: #cores=118, #unrelaxed=726, #relaxed=922, #hardened=0
7.98/8.05	c BCD2: #sat=1 #unsat=206 bias=206/207
7.98/8.05	c Solving starts ...
7.98/8.05	c ============================[ Search Statistics ]============================
7.98/8.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.98/8.05	c       |         |          |          |    Limit     GC | Var      | Constra 
7.98/8.05	c =============================================================================
7.98/8.05	c  0.0s |       0 |        0 |        0 |    14261      0 |       87 |      154
7.98/8.07	c  0.0s |       0 |      311 |        2 |    14261      0 |       87 |      156
7.98/8.07	c #cpu_time = 0.021s
7.98/8.07	c #wall_clock_time = 0.021s
7.98/8.07	c #decision = 311
7.98/8.07	c #random_decision = 0
7.98/8.07	c #conflict = 2
7.98/8.07	c #restart = 0
7.98/8.07	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 15: cost of the new core is >=3
7.98/8.07	c lower bound updated to 206
7.98/8.07	c BCD2: 206 <= obj <= 823
7.98/8.07	c BCD2: #cores=118, #unrelaxed=723, #relaxed=925, #hardened=0
7.98/8.07	c BCD2: #sat=1 #unsat=207 bias=207/208
7.98/8.07	c Solving starts ...
7.98/8.07	c ============================[ Search Statistics ]============================
7.98/8.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.98/8.07	c       |         |          |          |    Limit     GC | Var      | Constra 
7.98/8.07	c =============================================================================
7.98/8.07	c  0.0s |       0 |        0 |        0 |    14261      0 |       88 |      156
7.98/8.09	c  0.0s |       0 |      170 |        2 |    14261      0 |       88 |      157
7.98/8.09	c #cpu_time = 0.021s
7.98/8.09	c #wall_clock_time = 0.021s
7.98/8.09	c #decision = 170
7.98/8.09	c #random_decision = 0
7.98/8.09	c #conflict = 2
7.98/8.09	c #restart = 0
7.98/8.09	c BCD2: found a new core of size 8: cost of the new core is >=1
7.98/8.09	c lower bound updated to 207
7.98/8.09	c BCD2: 207 <= obj <= 823
7.98/8.09	c BCD2: #cores=119, #unrelaxed=715, #relaxed=933, #hardened=0
7.98/8.09	c BCD2: #sat=1 #unsat=208 bias=208/209
7.98/8.09	c Solving starts ...
7.98/8.09	c ============================[ Search Statistics ]============================
7.98/8.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.98/8.09	c       |         |          |          |    Limit     GC | Var      | Constra 
7.98/8.09	c =============================================================================
7.98/8.09	c  0.0s |       0 |        0 |        0 |    14261      0 |       88 |      157
8.08/8.12	c  0.0s |       0 |      168 |        0 |    14261      0 |       88 |      157
8.08/8.12	c #cpu_time = 0.022s
8.08/8.12	c #wall_clock_time = 0.022s
8.08/8.12	c #decision = 168
8.08/8.12	c #random_decision = 0
8.08/8.12	c #conflict = 0
8.08/8.12	c #restart = 0
8.08/8.12	c BCD2: found a new core of size 4: cost of the new core is >=1
8.08/8.12	c lower bound updated to 208
8.08/8.12	c BCD2: 208 <= obj <= 823
8.08/8.12	c BCD2: #cores=120, #unrelaxed=711, #relaxed=937, #hardened=0
8.08/8.12	c BCD2: #sat=1 #unsat=209 bias=209/210
8.08/8.12	c Solving starts ...
8.08/8.12	c ============================[ Search Statistics ]============================
8.08/8.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.08/8.12	c       |         |          |          |    Limit     GC | Var      | Constra 
8.08/8.12	c =============================================================================
8.08/8.12	c  0.0s |       0 |        0 |        0 |    14261      0 |       88 |      158
8.08/8.14	c  0.0s |       0 |      177 |        4 |    14261      0 |       88 |      158
8.08/8.14	c #cpu_time = 0.022s
8.08/8.14	c #wall_clock_time = 0.022s
8.08/8.14	c #decision = 177
8.08/8.14	c #random_decision = 0
8.08/8.14	c #conflict = 4
8.08/8.14	c #restart = 0
8.08/8.14	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 12: cost of the new core is >=2
8.08/8.14	c lower bound updated to 209
8.08/8.14	c BCD2: 209 <= obj <= 823
8.08/8.14	c BCD2: #cores=120, #unrelaxed=707, #relaxed=941, #hardened=0
8.08/8.14	c BCD2: #sat=1 #unsat=210 bias=210/211
8.08/8.14	c Solving starts ...
8.08/8.14	c ============================[ Search Statistics ]============================
8.08/8.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.08/8.14	c       |         |          |          |    Limit     GC | Var      | Constra 
8.08/8.14	c =============================================================================
8.08/8.14	c  0.0s |       0 |        0 |        0 |    14261      0 |       89 |      158
8.08/8.16	c  0.0s |       0 |      169 |        0 |    14261      0 |       89 |      159
8.08/8.16	c #cpu_time = 0.021s
8.08/8.16	c #wall_clock_time = 0.021s
8.08/8.16	c #decision = 169
8.08/8.16	c #random_decision = 0
8.08/8.16	c #conflict = 0
8.08/8.16	c #restart = 0
8.08/8.16	c BCD2: found a new core of size 4: cost of the new core is >=1
8.08/8.16	c lower bound updated to 210
8.08/8.17	c BCD2: 210 <= obj <= 823
8.08/8.17	c BCD2: #cores=121, #unrelaxed=703, #relaxed=945, #hardened=0
8.08/8.17	c BCD2: #sat=1 #unsat=211 bias=211/212
8.08/8.17	c Solving starts ...
8.08/8.17	c ============================[ Search Statistics ]============================
8.08/8.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.08/8.17	c       |         |          |          |    Limit     GC | Var      | Constra 
8.08/8.17	c =============================================================================
8.08/8.17	c  0.0s |       0 |        0 |        0 |    14261      0 |       89 |      160
8.08/8.19	c  0.0s |       0 |      172 |        1 |    14261      0 |       89 |      160
8.08/8.19	c #cpu_time = 0.020s
8.08/8.19	c #wall_clock_time = 0.020s
8.08/8.19	c #decision = 172
8.08/8.19	c #random_decision = 0
8.08/8.19	c #conflict = 1
8.08/8.19	c #restart = 0
8.08/8.19	c BCD2: found a new core of size 3: cost of the new core is >=1
8.08/8.19	c lower bound updated to 211
8.08/8.19	c BCD2: 211 <= obj <= 823
8.08/8.19	c BCD2: #cores=122, #unrelaxed=700, #relaxed=948, #hardened=0
8.08/8.19	c BCD2: #sat=1 #unsat=212 bias=212/213
8.08/8.19	c Solving starts ...
8.08/8.19	c ============================[ Search Statistics ]============================
8.08/8.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.08/8.19	c       |         |          |          |    Limit     GC | Var      | Constra 
8.08/8.19	c =============================================================================
8.08/8.19	c  0.0s |       0 |        0 |        0 |    14261      0 |       89 |      160
8.19/8.21	c  0.0s |       0 |      172 |        1 |    14261      0 |       89 |      160
8.19/8.21	c #cpu_time = 0.021s
8.19/8.21	c #wall_clock_time = 0.021s
8.19/8.21	c #decision = 172
8.19/8.21	c #random_decision = 0
8.19/8.21	c #conflict = 1
8.19/8.21	c #restart = 0
8.19/8.21	c BCD2: found a new core of size 3: cost of the new core is >=1
8.19/8.21	c lower bound updated to 212
8.19/8.21	c BCD2: 212 <= obj <= 823
8.19/8.21	c BCD2: #cores=123, #unrelaxed=697, #relaxed=951, #hardened=0
8.19/8.21	c BCD2: #sat=1 #unsat=213 bias=213/214
8.19/8.21	c Solving starts ...
8.19/8.21	c ============================[ Search Statistics ]============================
8.19/8.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.21	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.21	c =============================================================================
8.19/8.21	c  0.0s |       0 |        0 |        0 |    14261      0 |       89 |      160
8.19/8.23	c  0.0s |       0 |      170 |        0 |    14261      0 |       89 |      160
8.19/8.23	c #cpu_time = 0.021s
8.19/8.23	c #wall_clock_time = 0.021s
8.19/8.23	c #decision = 170
8.19/8.23	c #random_decision = 0
8.19/8.23	c #conflict = 0
8.19/8.23	c #restart = 0
8.19/8.23	c BCD2: found a new core of size 4: cost of the new core is >=1
8.19/8.23	c lower bound updated to 213
8.19/8.24	c BCD2: 213 <= obj <= 823
8.19/8.24	c BCD2: #cores=124, #unrelaxed=693, #relaxed=955, #hardened=0
8.19/8.24	c BCD2: #sat=1 #unsat=214 bias=214/215
8.19/8.24	c Solving starts ...
8.19/8.24	c ============================[ Search Statistics ]============================
8.19/8.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.24	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.24	c =============================================================================
8.19/8.24	c  0.0s |       0 |        0 |        0 |    14261      0 |       89 |      161
8.19/8.26	c  0.0s |       0 |      181 |        2 |    14261      0 |       89 |      161
8.19/8.26	c #cpu_time = 0.021s
8.19/8.26	c #wall_clock_time = 0.021s
8.19/8.26	c #decision = 181
8.19/8.26	c #random_decision = 0
8.19/8.26	c #conflict = 2
8.19/8.26	c #restart = 0
8.19/8.26	c BCD2: found a new core of size 6: cost of the new core is >=1
8.19/8.26	c lower bound updated to 214
8.19/8.26	c BCD2: 214 <= obj <= 823
8.19/8.26	c BCD2: #cores=125, #unrelaxed=687, #relaxed=961, #hardened=0
8.19/8.26	c BCD2: #sat=1 #unsat=215 bias=215/216
8.19/8.26	c Solving starts ...
8.19/8.26	c ============================[ Search Statistics ]============================
8.19/8.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.26	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.26	c =============================================================================
8.19/8.26	c  0.0s |       0 |        0 |        0 |    14261      0 |       89 |      161
8.19/8.28	c  0.0s |       0 |      178 |        0 |    14261      0 |       89 |      161
8.19/8.28	c #cpu_time = 0.021s
8.19/8.28	c #wall_clock_time = 0.021s
8.19/8.28	c #decision = 178
8.19/8.28	c #random_decision = 0
8.19/8.28	c #conflict = 0
8.19/8.28	c #restart = 0
8.19/8.28	c BCD2: found a new core of size 4: cost of the new core is >=1
8.19/8.28	c lower bound updated to 215
8.19/8.28	c BCD2: 215 <= obj <= 823
8.19/8.28	c BCD2: #cores=126, #unrelaxed=683, #relaxed=965, #hardened=0
8.19/8.28	c BCD2: #sat=1 #unsat=216 bias=216/217
8.19/8.28	c Solving starts ...
8.19/8.28	c ============================[ Search Statistics ]============================
8.19/8.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.28	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.28	c =============================================================================
8.19/8.28	c  0.0s |       0 |        0 |        0 |    14261      0 |       89 |      162
8.29/8.31	c  0.0s |       0 |      181 |        1 |    14261      0 |       89 |      162
8.29/8.31	c #cpu_time = 0.021s
8.29/8.31	c #wall_clock_time = 0.021s
8.29/8.31	c #decision = 181
8.29/8.31	c #random_decision = 0
8.29/8.31	c #conflict = 1
8.29/8.31	c #restart = 0
8.29/8.31	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 10: cost of the new core is >=3
8.29/8.31	c lower bound updated to 216
8.29/8.31	c BCD2: 216 <= obj <= 823
8.29/8.31	c BCD2: #cores=126, #unrelaxed=680, #relaxed=968, #hardened=0
8.29/8.31	c BCD2: #sat=1 #unsat=217 bias=217/218
8.29/8.31	c Solving starts ...
8.29/8.31	c ============================[ Search Statistics ]============================
8.29/8.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.31	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.31	c =============================================================================
8.29/8.31	c  0.0s |       0 |        0 |        0 |    14261      0 |       90 |      162
8.29/8.33	c  0.0s |       0 |      235 |        2 |    14261      0 |       90 |      163
8.29/8.33	c #cpu_time = 0.021s
8.29/8.33	c #wall_clock_time = 0.022s
8.29/8.33	c #decision = 235
8.29/8.33	c #random_decision = 0
8.29/8.33	c #conflict = 2
8.29/8.33	c #restart = 0
8.29/8.33	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
8.29/8.33	c lower bound updated to 217
8.29/8.33	c BCD2: 217 <= obj <= 823
8.29/8.33	c BCD2: #cores=126, #unrelaxed=677, #relaxed=971, #hardened=0
8.29/8.33	c BCD2: #sat=1 #unsat=218 bias=218/219
8.29/8.33	c Solving starts ...
8.29/8.33	c ============================[ Search Statistics ]============================
8.29/8.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.33	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.33	c =============================================================================
8.29/8.33	c  0.0s |       0 |        0 |        0 |    14261      0 |       91 |      163
8.29/8.35	c  0.0s |       0 |      205 |        4 |    14261      0 |       91 |      164
8.29/8.35	c #cpu_time = 0.023s
8.29/8.35	c #wall_clock_time = 0.023s
8.29/8.35	c #decision = 205
8.29/8.35	c #random_decision = 0
8.29/8.35	c #conflict = 4
8.29/8.35	c #restart = 0
8.29/8.35	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 14: cost of the new core is >=2
8.29/8.35	c lower bound updated to 218
8.29/8.35	c BCD2: 218 <= obj <= 823
8.29/8.35	c BCD2: #cores=126, #unrelaxed=669, #relaxed=979, #hardened=0
8.29/8.35	c BCD2: #sat=1 #unsat=219 bias=219/220
8.29/8.35	c Solving starts ...
8.29/8.35	c ============================[ Search Statistics ]============================
8.29/8.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.35	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.35	c =============================================================================
8.29/8.35	c  0.0s |       0 |        0 |        0 |    14261      0 |       92 |      164
8.29/8.38	c  0.0s |       0 |      177 |        0 |    14261      0 |       92 |      165
8.29/8.38	c #cpu_time = 0.022s
8.29/8.38	c #wall_clock_time = 0.022s
8.29/8.38	c #decision = 177
8.29/8.38	c #random_decision = 0
8.29/8.38	c #conflict = 0
8.29/8.38	c #restart = 0
8.29/8.38	c BCD2: found a new core of size 4: cost of the new core is >=1
8.29/8.38	c lower bound updated to 219
8.29/8.38	c BCD2: 219 <= obj <= 823
8.29/8.38	c BCD2: #cores=127, #unrelaxed=665, #relaxed=983, #hardened=0
8.29/8.38	c BCD2: #sat=1 #unsat=220 bias=220/221
8.29/8.38	c Solving starts ...
8.29/8.38	c ============================[ Search Statistics ]============================
8.29/8.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.38	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.38	c =============================================================================
8.29/8.38	c  0.0s |       0 |        0 |        0 |    14261      0 |       92 |      166
8.39/8.40	c  0.0s |       0 |      276 |        2 |    14261      0 |       92 |      166
8.39/8.40	c #cpu_time = 0.021s
8.39/8.40	c #wall_clock_time = 0.021s
8.39/8.40	c #decision = 276
8.39/8.40	c #random_decision = 0
8.39/8.40	c #conflict = 2
8.39/8.40	c #restart = 0
8.39/8.40	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
8.39/8.40	c lower bound updated to 220
8.39/8.40	c BCD2: 220 <= obj <= 823
8.39/8.40	c BCD2: #cores=127, #unrelaxed=663, #relaxed=985, #hardened=0
8.39/8.40	c BCD2: #sat=1 #unsat=221 bias=221/222
8.39/8.40	c Solving starts ...
8.39/8.40	c ============================[ Search Statistics ]============================
8.39/8.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.40	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.40	c =============================================================================
8.39/8.40	c  0.0s |       0 |        0 |        0 |    14261      0 |       93 |      166
8.39/8.42	c  0.0s |       0 |      233 |        2 |    14261      0 |       93 |      167
8.39/8.42	c #cpu_time = 0.021s
8.39/8.42	c #wall_clock_time = 0.021s
8.39/8.42	c #decision = 233
8.39/8.42	c #random_decision = 0
8.39/8.42	c #conflict = 2
8.39/8.42	c #restart = 0
8.39/8.42	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
8.39/8.42	c lower bound updated to 221
8.39/8.43	c BCD2: 221 <= obj <= 823
8.39/8.43	c BCD2: #cores=127, #unrelaxed=661, #relaxed=987, #hardened=0
8.39/8.43	c BCD2: #sat=1 #unsat=222 bias=222/223
8.39/8.43	c Solving starts ...
8.39/8.43	c ============================[ Search Statistics ]============================
8.39/8.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.43	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.43	c =============================================================================
8.39/8.43	c  0.0s |       0 |        0 |        0 |    14261      0 |       94 |      167
8.39/8.45	c  0.0s |       0 |      181 |        2 |    14261      0 |       94 |      168
8.39/8.45	c #cpu_time = 0.021s
8.39/8.45	c #wall_clock_time = 0.021s
8.39/8.45	c #decision = 181
8.39/8.45	c #random_decision = 0
8.39/8.45	c #conflict = 2
8.39/8.45	c #restart = 0
8.39/8.45	c BCD2: found a new core of size 6: cost of the new core is >=1
8.39/8.45	c lower bound updated to 222
8.39/8.45	c BCD2: 222 <= obj <= 823
8.39/8.45	c BCD2: #cores=128, #unrelaxed=655, #relaxed=993, #hardened=0
8.39/8.45	c BCD2: #sat=1 #unsat=223 bias=223/224
8.39/8.45	c Solving starts ...
8.39/8.45	c ============================[ Search Statistics ]============================
8.39/8.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.45	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.45	c =============================================================================
8.39/8.45	c  0.0s |       0 |        0 |        0 |    14261      0 |       94 |      168
8.39/8.47	c  0.0s |       0 |      181 |        0 |    14261      0 |       94 |      168
8.39/8.47	c #cpu_time = 0.023s
8.39/8.47	c #wall_clock_time = 0.023s
8.39/8.47	c #decision = 181
8.39/8.47	c #random_decision = 0
8.39/8.47	c #conflict = 0
8.39/8.47	c #restart = 0
8.39/8.47	c BCD2: found a new core of size 4: cost of the new core is >=1
8.39/8.47	c lower bound updated to 223
8.39/8.47	c BCD2: 223 <= obj <= 823
8.39/8.47	c BCD2: #cores=129, #unrelaxed=651, #relaxed=997, #hardened=0
8.39/8.47	c BCD2: #sat=1 #unsat=224 bias=224/225
8.39/8.47	c Solving starts ...
8.39/8.47	c ============================[ Search Statistics ]============================
8.39/8.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.47	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.47	c =============================================================================
8.39/8.47	c  0.0s |       0 |        0 |        0 |    14261      0 |       94 |      169
8.39/8.50	c  0.0s |       0 |      192 |        2 |    14261      0 |       94 |      169
8.39/8.50	c #cpu_time = 0.021s
8.39/8.50	c #wall_clock_time = 0.021s
8.39/8.50	c #decision = 192
8.39/8.50	c #random_decision = 0
8.39/8.50	c #conflict = 2
8.39/8.50	c #restart = 0
8.39/8.50	c BCD2: found a new core of size 6: cost of the new core is >=1
8.39/8.50	c lower bound updated to 224
8.49/8.50	c BCD2: 224 <= obj <= 823
8.49/8.50	c BCD2: #cores=130, #unrelaxed=645, #relaxed=1003, #hardened=0
8.49/8.50	c BCD2: #sat=1 #unsat=225 bias=225/226
8.49/8.50	c Solving starts ...
8.49/8.50	c ============================[ Search Statistics ]============================
8.49/8.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.50	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.50	c =============================================================================
8.49/8.50	c  0.0s |       0 |        0 |        0 |    14261      0 |       94 |      169
8.49/8.52	c  0.0s |       0 |      189 |        1 |    14261      0 |       94 |      169
8.49/8.52	c #cpu_time = 0.021s
8.49/8.52	c #wall_clock_time = 0.021s
8.49/8.52	c #decision = 189
8.49/8.52	c #random_decision = 0
8.49/8.52	c #conflict = 1
8.49/8.52	c #restart = 0
8.49/8.52	c BCD2: found a new core of size 3: cost of the new core is >=1
8.49/8.52	c lower bound updated to 225
8.49/8.52	c BCD2: 225 <= obj <= 823
8.49/8.52	c BCD2: #cores=131, #unrelaxed=642, #relaxed=1006, #hardened=0
8.49/8.52	c BCD2: #sat=1 #unsat=226 bias=226/227
8.49/8.52	c Solving starts ...
8.49/8.52	c ============================[ Search Statistics ]============================
8.49/8.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.52	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.52	c =============================================================================
8.49/8.52	c  0.0s |       0 |        0 |        0 |    14261      0 |       94 |      169
8.49/8.54	c  0.0s |       0 |      189 |        1 |    14261      0 |       94 |      169
8.49/8.54	c #cpu_time = 0.021s
8.49/8.54	c #wall_clock_time = 0.021s
8.49/8.54	c #decision = 189
8.49/8.54	c #random_decision = 0
8.49/8.54	c #conflict = 1
8.49/8.54	c #restart = 0
8.49/8.54	c BCD2: found a new core of size 3: cost of the new core is >=1
8.49/8.54	c lower bound updated to 226
8.49/8.54	c BCD2: 226 <= obj <= 823
8.49/8.54	c BCD2: #cores=132, #unrelaxed=639, #relaxed=1009, #hardened=0
8.49/8.54	c BCD2: #sat=1 #unsat=227 bias=227/228
8.49/8.54	c Solving starts ...
8.49/8.54	c ============================[ Search Statistics ]============================
8.49/8.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.54	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.54	c =============================================================================
8.49/8.54	c  0.0s |       0 |        0 |        0 |    14261      0 |       94 |      169
8.49/8.57	c  0.0s |       0 |      185 |        0 |    14261      0 |       94 |      169
8.49/8.57	c #cpu_time = 0.021s
8.49/8.57	c #wall_clock_time = 0.021s
8.49/8.57	c #decision = 185
8.49/8.57	c #random_decision = 0
8.49/8.57	c #conflict = 0
8.49/8.57	c #restart = 0
8.49/8.57	c BCD2: found a new core of size 4: cost of the new core is >=1
8.49/8.57	c lower bound updated to 227
8.49/8.57	c BCD2: 227 <= obj <= 823
8.49/8.57	c BCD2: #cores=133, #unrelaxed=635, #relaxed=1013, #hardened=0
8.49/8.57	c BCD2: #sat=1 #unsat=228 bias=228/229
8.49/8.57	c Solving starts ...
8.49/8.57	c ============================[ Search Statistics ]============================
8.49/8.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.57	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.57	c =============================================================================
8.49/8.57	c  0.0s |       0 |        0 |        0 |    14261      0 |       94 |      170
8.49/8.59	c  0.0s |       0 |      196 |        2 |    14261      0 |       94 |      170
8.49/8.59	c #cpu_time = 0.021s
8.49/8.59	c #wall_clock_time = 0.021s
8.49/8.59	c #decision = 196
8.49/8.59	c #random_decision = 0
8.49/8.59	c #conflict = 2
8.49/8.59	c #restart = 0
8.49/8.59	c BCD2: found a new core of size 6: cost of the new core is >=1
8.49/8.59	c lower bound updated to 228
8.49/8.59	c BCD2: 228 <= obj <= 823
8.49/8.59	c BCD2: #cores=134, #unrelaxed=629, #relaxed=1019, #hardened=0
8.49/8.59	c BCD2: #sat=1 #unsat=229 bias=229/230
8.49/8.59	c Solving starts ...
8.49/8.59	c ============================[ Search Statistics ]============================
8.49/8.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.59	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.59	c =============================================================================
8.49/8.59	c  0.0s |       0 |        0 |        0 |    14261      0 |       94 |      170
8.59/8.61	c  0.0s |       0 |      193 |        0 |    14261      0 |       94 |      170
8.59/8.61	c #cpu_time = 0.021s
8.59/8.61	c #wall_clock_time = 0.022s
8.59/8.61	c #decision = 193
8.59/8.61	c #random_decision = 0
8.59/8.61	c #conflict = 0
8.59/8.61	c #restart = 0
8.59/8.61	c BCD2: found a new core of size 4: cost of the new core is >=1
8.59/8.61	c lower bound updated to 229
8.59/8.62	c BCD2: 229 <= obj <= 823
8.59/8.62	c BCD2: #cores=135, #unrelaxed=625, #relaxed=1023, #hardened=0
8.59/8.62	c BCD2: #sat=1 #unsat=230 bias=230/231
8.59/8.62	c Solving starts ...
8.59/8.62	c ============================[ Search Statistics ]============================
8.59/8.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.62	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.62	c =============================================================================
8.59/8.62	c  0.0s |       0 |        0 |        0 |    14261      0 |       94 |      171
8.59/8.64	c  0.0s |       0 |      270 |        2 |    14261      0 |       94 |      171
8.59/8.64	c #cpu_time = 0.021s
8.59/8.64	c #wall_clock_time = 0.021s
8.59/8.64	c #decision = 270
8.59/8.64	c #random_decision = 0
8.59/8.64	c #conflict = 2
8.59/8.64	c #restart = 0
8.59/8.64	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
8.59/8.64	c lower bound updated to 230
8.59/8.64	c BCD2: 230 <= obj <= 823
8.59/8.64	c BCD2: #cores=135, #unrelaxed=622, #relaxed=1026, #hardened=0
8.59/8.64	c BCD2: #sat=1 #unsat=231 bias=231/232
8.59/8.64	c Solving starts ...
8.59/8.64	c ============================[ Search Statistics ]============================
8.59/8.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.64	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.64	c =============================================================================
8.59/8.64	c  0.0s |       0 |        0 |        0 |    14261      0 |       95 |      171
8.59/8.66	c  0.0s |       0 |      261 |        2 |    14261      0 |       95 |      172
8.59/8.66	c #cpu_time = 0.021s
8.59/8.66	c #wall_clock_time = 0.022s
8.59/8.66	c #decision = 261
8.59/8.66	c #random_decision = 0
8.59/8.66	c #conflict = 2
8.59/8.66	c #restart = 0
8.59/8.66	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 11: cost of the new core is >=4
8.59/8.66	c lower bound updated to 231
8.59/8.66	c BCD2: 231 <= obj <= 823
8.59/8.66	c BCD2: #cores=135, #unrelaxed=619, #relaxed=1029, #hardened=0
8.59/8.66	c BCD2: #sat=1 #unsat=232 bias=232/233
8.59/8.66	c Solving starts ...
8.59/8.66	c ============================[ Search Statistics ]============================
8.59/8.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.66	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.66	c =============================================================================
8.59/8.66	c  0.0s |       0 |        0 |        0 |    14261      0 |       96 |      172
8.59/8.68	c  0.0s |       0 |      199 |        2 |    14261      0 |       96 |      173
8.59/8.68	c #cpu_time = 0.022s
8.59/8.68	c #wall_clock_time = 0.022s
8.59/8.68	c #decision = 199
8.59/8.68	c #random_decision = 0
8.59/8.68	c #conflict = 2
8.59/8.68	c #restart = 0
8.59/8.68	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 10: cost of the new core is >=2
8.59/8.68	c lower bound updated to 232
8.59/8.69	c BCD2: 232 <= obj <= 823
8.59/8.69	c BCD2: #cores=135, #unrelaxed=615, #relaxed=1033, #hardened=0
8.59/8.69	c BCD2: #sat=1 #unsat=233 bias=233/234
8.59/8.69	c Solving starts ...
8.59/8.69	c ============================[ Search Statistics ]============================
8.59/8.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.69	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.69	c =============================================================================
8.59/8.69	c  0.0s |       0 |        0 |        0 |    14261      0 |       97 |      173
8.69/8.71	c  0.0s |       0 |      202 |        2 |    14261      0 |       97 |      174
8.69/8.71	c #cpu_time = 0.022s
8.69/8.71	c #wall_clock_time = 0.022s
8.69/8.71	c #decision = 202
8.69/8.71	c #random_decision = 0
8.69/8.71	c #conflict = 2
8.69/8.71	c #restart = 0
8.69/8.71	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 13: cost of the new core is >=2
8.69/8.71	c lower bound updated to 233
8.69/8.71	c BCD2: 233 <= obj <= 823
8.69/8.71	c BCD2: #cores=135, #unrelaxed=608, #relaxed=1040, #hardened=0
8.69/8.71	c BCD2: #sat=1 #unsat=234 bias=234/235
8.69/8.71	c Solving starts ...
8.69/8.71	c ============================[ Search Statistics ]============================
8.69/8.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.71	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.71	c =============================================================================
8.69/8.71	c  0.0s |       0 |        0 |        0 |    14261      0 |       98 |      174
8.69/8.73	c  0.0s |       0 |      189 |        0 |    14261      0 |       98 |      175
8.69/8.73	c #cpu_time = 0.022s
8.69/8.73	c #wall_clock_time = 0.022s
8.69/8.73	c #decision = 189
8.69/8.73	c #random_decision = 0
8.69/8.73	c #conflict = 0
8.69/8.73	c #restart = 0
8.69/8.73	c BCD2: found a new core of size 4: cost of the new core is >=1
8.69/8.73	c lower bound updated to 234
8.69/8.74	c BCD2: 234 <= obj <= 823
8.69/8.74	c BCD2: #cores=136, #unrelaxed=604, #relaxed=1044, #hardened=0
8.69/8.74	c BCD2: #sat=1 #unsat=235 bias=235/236
8.69/8.74	c Solving starts ...
8.69/8.74	c ============================[ Search Statistics ]============================
8.69/8.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.74	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.74	c =============================================================================
8.69/8.74	c  0.0s |       0 |        0 |        0 |    14261      0 |       98 |      176
8.69/8.76	c  0.0s |       0 |      200 |        2 |    14261      0 |       98 |      176
8.69/8.76	c #cpu_time = 0.021s
8.69/8.76	c #wall_clock_time = 0.021s
8.69/8.76	c #decision = 200
8.69/8.76	c #random_decision = 0
8.69/8.76	c #conflict = 2
8.69/8.76	c #restart = 0
8.69/8.76	c BCD2: found a new core of size 6: cost of the new core is >=1
8.69/8.76	c lower bound updated to 235
8.69/8.76	c BCD2: 235 <= obj <= 823
8.69/8.76	c BCD2: #cores=137, #unrelaxed=598, #relaxed=1050, #hardened=0
8.69/8.76	c BCD2: #sat=1 #unsat=236 bias=236/237
8.69/8.76	c Solving starts ...
8.69/8.76	c ============================[ Search Statistics ]============================
8.69/8.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.76	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.76	c =============================================================================
8.69/8.76	c  0.0s |       0 |        0 |        0 |    14261      0 |       98 |      176
8.69/8.78	c  0.0s |       0 |      197 |        0 |    14261      0 |       98 |      176
8.69/8.78	c #cpu_time = 0.022s
8.69/8.78	c #wall_clock_time = 0.022s
8.69/8.78	c #decision = 197
8.69/8.78	c #random_decision = 0
8.69/8.78	c #conflict = 0
8.69/8.78	c #restart = 0
8.69/8.78	c BCD2: found a new core of size 4: cost of the new core is >=1
8.69/8.78	c lower bound updated to 236
8.69/8.78	c BCD2: 236 <= obj <= 823
8.69/8.78	c BCD2: #cores=138, #unrelaxed=594, #relaxed=1054, #hardened=0
8.69/8.78	c BCD2: #sat=1 #unsat=237 bias=237/238
8.69/8.78	c Solving starts ...
8.69/8.79	c ============================[ Search Statistics ]============================
8.69/8.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.79	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.79	c =============================================================================
8.69/8.79	c  0.0s |       0 |        0 |        0 |    14261      0 |       98 |      177
8.79/8.81	c  0.0s |       0 |      200 |        1 |    14261      0 |       98 |      177
8.79/8.81	c #cpu_time = 0.020s
8.79/8.81	c #wall_clock_time = 0.020s
8.79/8.81	c #decision = 200
8.79/8.81	c #random_decision = 0
8.79/8.81	c #conflict = 1
8.79/8.81	c #restart = 0
8.79/8.81	c BCD2: found a new core of size 4: cost of the new core is >=1
8.79/8.81	c lower bound updated to 237
8.79/8.81	c BCD2: 237 <= obj <= 823
8.79/8.81	c BCD2: #cores=139, #unrelaxed=590, #relaxed=1058, #hardened=0
8.79/8.81	c BCD2: #sat=1 #unsat=238 bias=238/239
8.79/8.81	c Solving starts ...
8.79/8.81	c ============================[ Search Statistics ]============================
8.79/8.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.79/8.81	c       |         |          |          |    Limit     GC | Var      | Constra 
8.79/8.81	c =============================================================================
8.79/8.81	c  0.0s |       0 |        0 |        0 |    14261      0 |       98 |      177
8.79/8.83	c  0.0s |       0 |      199 |        1 |    14261      0 |       98 |      177
8.79/8.83	c #cpu_time = 0.021s
8.79/8.83	c #wall_clock_time = 0.021s
8.79/8.83	c #decision = 199
8.79/8.83	c #random_decision = 0
8.79/8.83	c #conflict = 1
8.79/8.83	c #restart = 0
8.79/8.83	c BCD2: found a new core of size 4: cost of the new core is >=1
8.79/8.83	c lower bound updated to 238
8.79/8.83	c BCD2: 238 <= obj <= 823
8.79/8.83	c BCD2: #cores=140, #unrelaxed=586, #relaxed=1062, #hardened=0
8.79/8.83	c BCD2: #sat=1 #unsat=239 bias=239/240
8.79/8.83	c Solving starts ...
8.79/8.83	c ============================[ Search Statistics ]============================
8.79/8.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.79/8.83	c       |         |          |          |    Limit     GC | Var      | Constra 
8.79/8.83	c =============================================================================
8.79/8.83	c  0.0s |       0 |        0 |        0 |    14261      0 |       98 |      177
8.79/8.85	c  0.0s |       0 |      208 |        4 |    14261      0 |       98 |      177
8.79/8.85	c #cpu_time = 0.023s
8.79/8.85	c #wall_clock_time = 0.023s
8.79/8.85	c #decision = 208
8.79/8.85	c #random_decision = 0
8.79/8.85	c #conflict = 4
8.79/8.85	c #restart = 0
8.79/8.85	c BCD2: relaxing 8 and merging with 1 cores into a new core of size 14: cost of the new core is >=2
8.79/8.85	c lower bound updated to 239
8.79/8.85	c BCD2: 239 <= obj <= 823
8.79/8.85	c BCD2: #cores=140, #unrelaxed=578, #relaxed=1070, #hardened=0
8.79/8.85	c BCD2: #sat=1 #unsat=240 bias=240/241
8.79/8.85	c Solving starts ...
8.79/8.85	c ============================[ Search Statistics ]============================
8.79/8.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.79/8.85	c       |         |          |          |    Limit     GC | Var      | Constra 
8.79/8.85	c =============================================================================
8.79/8.85	c  0.0s |       0 |        0 |        0 |    14261      0 |       99 |      177
8.79/8.88	c  0.0s |       0 |      263 |        2 |    14261      0 |       99 |      178
8.79/8.88	c #cpu_time = 0.023s
8.79/8.88	c #wall_clock_time = 0.023s
8.79/8.88	c #decision = 263
8.79/8.88	c #random_decision = 0
8.79/8.88	c #conflict = 2
8.79/8.88	c #restart = 0
8.79/8.88	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 12: cost of the new core is >=3
8.79/8.88	c lower bound updated to 240
8.79/8.88	c BCD2: 240 <= obj <= 823
8.79/8.88	c BCD2: #cores=140, #unrelaxed=576, #relaxed=1072, #hardened=0
8.79/8.88	c BCD2: #sat=1 #unsat=241 bias=241/242
8.79/8.88	c Solving starts ...
8.79/8.88	c ============================[ Search Statistics ]============================
8.79/8.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.79/8.88	c       |         |          |          |    Limit     GC | Var      | Constra 
8.79/8.88	c =============================================================================
8.79/8.88	c  0.0s |       0 |        0 |        0 |    14261      0 |      100 |      178
8.79/8.90	c  0.0s |       0 |      194 |        0 |    14261      0 |      100 |      179
8.79/8.90	c #cpu_time = 0.020s
8.79/8.90	c #wall_clock_time = 0.021s
8.79/8.90	c #decision = 194
8.79/8.90	c #random_decision = 0
8.79/8.90	c #conflict = 0
8.79/8.90	c #restart = 0
8.79/8.90	c BCD2: found a new core of size 4: cost of the new core is >=1
8.79/8.90	c lower bound updated to 241
8.90/8.90	c BCD2: 241 <= obj <= 823
8.90/8.90	c BCD2: #cores=141, #unrelaxed=572, #relaxed=1076, #hardened=0
8.90/8.90	c BCD2: #sat=1 #unsat=242 bias=242/243
8.90/8.91	c Solving starts ...
8.90/8.91	c ============================[ Search Statistics ]============================
8.90/8.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.90/8.91	c       |         |          |          |    Limit     GC | Var      | Constra 
8.90/8.91	c =============================================================================
8.90/8.91	c  0.0s |       0 |        0 |        0 |    14261      0 |      100 |      180
8.90/8.93	c  0.0s |       0 |      197 |        0 |    14261      0 |      100 |      180
8.90/8.93	c #cpu_time = 0.021s
8.90/8.93	c #wall_clock_time = 0.021s
8.90/8.93	c #decision = 197
8.90/8.93	c #random_decision = 0
8.90/8.93	c #conflict = 0
8.90/8.93	c #restart = 0
8.90/8.93	c BCD2: found a new core of size 5: cost of the new core is >=1
8.90/8.93	c lower bound updated to 242
8.90/8.93	c BCD2: 242 <= obj <= 823
8.90/8.93	c BCD2: #cores=142, #unrelaxed=567, #relaxed=1081, #hardened=0
8.90/8.93	c BCD2: #sat=1 #unsat=243 bias=243/244
8.90/8.93	c Solving starts ...
8.90/8.93	c ============================[ Search Statistics ]============================
8.90/8.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.90/8.93	c       |         |          |          |    Limit     GC | Var      | Constra 
8.90/8.93	c =============================================================================
8.90/8.93	c  0.0s |       0 |        0 |        0 |    14261      0 |      100 |      180
8.90/8.95	c  0.0s |       0 |      197 |        0 |    14261      0 |      100 |      180
8.90/8.95	c #cpu_time = 0.021s
8.90/8.95	c #wall_clock_time = 0.021s
8.90/8.95	c #decision = 197
8.90/8.95	c #random_decision = 0
8.90/8.95	c #conflict = 0
8.90/8.95	c #restart = 0
8.90/8.95	c BCD2: found a new core of size 2: cost of the new core is >=1
8.90/8.95	c lower bound updated to 243
8.90/8.95	c BCD2: 243 <= obj <= 823
8.90/8.95	c BCD2: #cores=143, #unrelaxed=565, #relaxed=1083, #hardened=0
8.90/8.95	c BCD2: #sat=1 #unsat=244 bias=244/245
8.90/8.95	c Solving starts ...
8.90/8.95	c ============================[ Search Statistics ]============================
8.90/8.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.90/8.95	c       |         |          |          |    Limit     GC | Var      | Constra 
8.90/8.95	c =============================================================================
8.90/8.95	c  0.0s |       0 |        0 |        0 |    14261      0 |      100 |      181
8.90/8.97	c  0.0s |       0 |      198 |        0 |    14261      0 |      100 |      181
8.90/8.97	c #cpu_time = 0.020s
8.90/8.97	c #wall_clock_time = 0.020s
8.90/8.97	c #decision = 198
8.90/8.97	c #random_decision = 0
8.90/8.97	c #conflict = 0
8.90/8.97	c #restart = 0
8.90/8.97	c BCD2: found a new core of size 2: cost of the new core is >=1
8.90/8.97	c lower bound updated to 244
8.90/8.97	c BCD2: 244 <= obj <= 823
8.90/8.97	c BCD2: #cores=144, #unrelaxed=563, #relaxed=1085, #hardened=0
8.90/8.97	c BCD2: #sat=1 #unsat=245 bias=245/246
8.90/8.97	c Solving starts ...
8.90/8.98	c ============================[ Search Statistics ]============================
8.90/8.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.90/8.98	c       |         |          |          |    Limit     GC | Var      | Constra 
8.90/8.98	c =============================================================================
8.90/8.98	c  0.0s |       0 |        0 |        0 |    14261      0 |      100 |      182
8.90/9.00	c  0.0s |       0 |      301 |        1 |    14261      0 |      100 |      182
8.90/9.00	c #cpu_time = 0.021s
8.90/9.00	c #wall_clock_time = 0.021s
8.90/9.00	c #decision = 301
8.90/9.00	c #random_decision = 0
8.90/9.00	c #conflict = 1
8.90/9.00	c #restart = 0
8.90/9.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=5
8.90/9.00	c lower bound updated to 245
8.90/9.00	c BCD2: 245 <= obj <= 823
8.90/9.00	c BCD2: #cores=144, #unrelaxed=562, #relaxed=1086, #hardened=0
8.90/9.00	c BCD2: #sat=1 #unsat=246 bias=246/247
8.90/9.00	c Solving starts ...
8.90/9.00	c ============================[ Search Statistics ]============================
8.90/9.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.90/9.00	c       |         |          |          |    Limit     GC | Var      | Constra 
8.90/9.00	c =============================================================================
8.90/9.00	c  0.0s |       0 |        0 |        0 |    14261      0 |      101 |      182
9.00/9.02	c  0.0s |       0 |      279 |        1 |    14261      0 |      101 |      183
9.00/9.02	c #cpu_time = 0.021s
9.00/9.02	c #wall_clock_time = 0.021s
9.00/9.02	c #decision = 279
9.00/9.02	c #random_decision = 0
9.00/9.02	c #conflict = 1
9.00/9.02	c #restart = 0
9.00/9.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
9.00/9.02	c lower bound updated to 246
9.00/9.02	c BCD2: 246 <= obj <= 823
9.00/9.02	c BCD2: #cores=144, #unrelaxed=561, #relaxed=1087, #hardened=0
9.00/9.02	c BCD2: #sat=1 #unsat=247 bias=247/248
9.00/9.02	c Solving starts ...
9.00/9.02	c ============================[ Search Statistics ]============================
9.00/9.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.00/9.02	c       |         |          |          |    Limit     GC | Var      | Constra 
9.00/9.02	c =============================================================================
9.00/9.02	c  0.0s |       0 |        0 |        0 |    14261      0 |      102 |      183
9.00/9.04	c  0.0s |       0 |      279 |        1 |    14261      0 |      102 |      184
9.00/9.04	c #cpu_time = 0.021s
9.00/9.04	c #wall_clock_time = 0.021s
9.00/9.04	c #decision = 279
9.00/9.04	c #random_decision = 0
9.00/9.04	c #conflict = 1
9.00/9.04	c #restart = 0
9.00/9.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
9.00/9.04	c lower bound updated to 247
9.00/9.04	c BCD2: 247 <= obj <= 823
9.00/9.04	c BCD2: #cores=144, #unrelaxed=560, #relaxed=1088, #hardened=0
9.00/9.04	c BCD2: #sat=1 #unsat=248 bias=248/249
9.00/9.04	c Solving starts ...
9.00/9.04	c ============================[ Search Statistics ]============================
9.00/9.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.00/9.04	c       |         |          |          |    Limit     GC | Var      | Constra 
9.00/9.04	c =============================================================================
9.00/9.04	c  0.0s |       0 |        0 |        0 |    14261      0 |      103 |      184
9.00/9.07	c  0.0s |       0 |      298 |        1 |    14261      0 |      103 |      185
9.00/9.07	c #cpu_time = 0.021s
9.00/9.07	c #wall_clock_time = 0.021s
9.00/9.07	c #decision = 298
9.00/9.07	c #random_decision = 0
9.00/9.07	c #conflict = 1
9.00/9.07	c #restart = 0
9.00/9.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
9.00/9.07	c lower bound updated to 248
9.00/9.07	c BCD2: 248 <= obj <= 823
9.00/9.07	c BCD2: #cores=144, #unrelaxed=559, #relaxed=1089, #hardened=0
9.00/9.07	c BCD2: #sat=1 #unsat=249 bias=249/250
9.00/9.07	c Solving starts ...
9.00/9.07	c ============================[ Search Statistics ]============================
9.00/9.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.00/9.07	c       |         |          |          |    Limit     GC | Var      | Constra 
9.00/9.07	c =============================================================================
9.00/9.07	c  0.0s |       0 |        0 |        0 |    14261      0 |      104 |      185
9.00/9.09	c  0.0s |       0 |      313 |        4 |    14261      0 |      104 |      186
9.00/9.09	c #cpu_time = 0.023s
9.00/9.09	c #wall_clock_time = 0.023s
9.00/9.09	c #decision = 313
9.00/9.09	c #random_decision = 0
9.00/9.09	c #conflict = 4
9.00/9.09	c #restart = 0
9.00/9.09	c BCD2: relaxing 4 and merging with 3 cores into a new core of size 14: cost of the new core is >=5
9.00/9.09	c lower bound updated to 249
9.00/9.09	c BCD2: 249 <= obj <= 823
9.00/9.09	c BCD2: #cores=142, #unrelaxed=555, #relaxed=1093, #hardened=0
9.00/9.09	c BCD2: #sat=1 #unsat=250 bias=250/251
9.00/9.09	c Solving starts ...
9.00/9.09	c ============================[ Search Statistics ]============================
9.00/9.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.00/9.09	c       |         |          |          |    Limit     GC | Var      | Constra 
9.00/9.09	c =============================================================================
9.00/9.09	c  0.0s |       0 |        0 |        0 |    14261      0 |      107 |      186
9.09/9.11	c  0.0s |       0 |      199 |        0 |    14261      0 |      107 |      189
9.09/9.11	c #cpu_time = 0.022s
9.09/9.11	c #wall_clock_time = 0.022s
9.09/9.11	c #decision = 199
9.09/9.11	c #random_decision = 0
9.09/9.11	c #conflict = 0
9.09/9.11	c #restart = 0
9.09/9.11	c BCD2: found a new core of size 2: cost of the new core is >=1
9.09/9.12	c lower bound updated to 250
9.09/9.12	c BCD2: 250 <= obj <= 823
9.09/9.12	c BCD2: #cores=143, #unrelaxed=553, #relaxed=1095, #hardened=0
9.09/9.12	c BCD2: #sat=1 #unsat=251 bias=251/252
9.09/9.12	c Solving starts ...
9.09/9.12	c ============================[ Search Statistics ]============================
9.09/9.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.12	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.12	c =============================================================================
9.09/9.12	c  0.0s |       0 |        0 |        0 |    14261      0 |      107 |      190
9.09/9.14	c  0.0s |       0 |      259 |        1 |    14261      0 |      107 |      190
9.09/9.14	c #cpu_time = 0.020s
9.09/9.14	c #wall_clock_time = 0.020s
9.09/9.14	c #decision = 259
9.09/9.14	c #random_decision = 0
9.09/9.14	c #conflict = 1
9.09/9.14	c #restart = 0
9.09/9.14	c BCD2: relaxing 1 and merging with 3 cores into a new core of size 14: cost of the new core is >=5
9.09/9.14	c lower bound updated to 251
9.09/9.14	c BCD2: 251 <= obj <= 823
9.09/9.14	c BCD2: #cores=141, #unrelaxed=552, #relaxed=1096, #hardened=0
9.09/9.14	c BCD2: #sat=1 #unsat=252 bias=252/253
9.09/9.14	c Solving starts ...
9.09/9.14	c ============================[ Search Statistics ]============================
9.09/9.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.14	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.14	c =============================================================================
9.09/9.14	c  0.0s |       0 |        0 |        0 |    14261      0 |      110 |      190
9.09/9.16	c  0.0s |       0 |      224 |        1 |    14261      0 |      110 |      193
9.09/9.16	c #cpu_time = 0.022s
9.09/9.16	c #wall_clock_time = 0.022s
9.09/9.16	c #decision = 224
9.09/9.16	c #random_decision = 0
9.09/9.16	c #conflict = 1
9.09/9.16	c #restart = 0
9.09/9.16	c BCD2: found a new core of size 13: cost of the new core is >=1
9.09/9.16	c lower bound updated to 252
9.09/9.16	c BCD2: 252 <= obj <= 823
9.09/9.16	c BCD2: #cores=142, #unrelaxed=539, #relaxed=1109, #hardened=0
9.09/9.16	c BCD2: #sat=1 #unsat=253 bias=253/254
9.09/9.16	c Solving starts ...
9.09/9.17	c ============================[ Search Statistics ]============================
9.09/9.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.17	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.17	c =============================================================================
9.09/9.17	c  0.0s |       0 |        0 |        0 |    14261      0 |      110 |      193
9.09/9.19	c  0.0s |       0 |      204 |        1 |    14261      0 |      110 |      193
9.09/9.19	c #cpu_time = 0.021s
9.09/9.19	c #wall_clock_time = 0.021s
9.09/9.19	c #decision = 204
9.09/9.19	c #random_decision = 0
9.09/9.19	c #conflict = 1
9.09/9.19	c #restart = 0
9.09/9.19	c BCD2: found a new core of size 11: cost of the new core is >=1
9.09/9.19	c lower bound updated to 253
9.09/9.19	c BCD2: 253 <= obj <= 823
9.09/9.19	c BCD2: #cores=143, #unrelaxed=528, #relaxed=1120, #hardened=0
9.09/9.19	c BCD2: #sat=1 #unsat=254 bias=254/255
9.09/9.19	c Solving starts ...
9.09/9.19	c ============================[ Search Statistics ]============================
9.09/9.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.19	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.19	c =============================================================================
9.09/9.19	c  0.0s |       0 |        0 |        0 |    14261      0 |      110 |      193
9.19/9.21	c  0.0s |       0 |      198 |        1 |    14261      0 |      110 |      193
9.19/9.21	c #cpu_time = 0.022s
9.19/9.21	c #wall_clock_time = 0.022s
9.19/9.21	c #decision = 198
9.19/9.21	c #random_decision = 0
9.19/9.21	c #conflict = 1
9.19/9.21	c #restart = 0
9.19/9.21	c BCD2: found a new core of size 9: cost of the new core is >=1
9.19/9.21	c lower bound updated to 254
9.19/9.21	c BCD2: 254 <= obj <= 823
9.19/9.21	c BCD2: #cores=144, #unrelaxed=519, #relaxed=1129, #hardened=0
9.19/9.21	c BCD2: #sat=1 #unsat=255 bias=255/256
9.19/9.21	c Solving starts ...
9.19/9.21	c ============================[ Search Statistics ]============================
9.19/9.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.21	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.21	c =============================================================================
9.19/9.21	c  0.0s |       0 |        0 |        0 |    14261      0 |      110 |      193
9.19/9.23	c  0.0s |       0 |      216 |        1 |    14261      0 |      110 |      193
9.19/9.23	c #cpu_time = 0.021s
9.19/9.23	c #wall_clock_time = 0.021s
9.19/9.23	c #decision = 216
9.19/9.23	c #random_decision = 0
9.19/9.23	c #conflict = 1
9.19/9.23	c #restart = 0
9.19/9.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=6
9.19/9.23	c lower bound updated to 255
9.19/9.23	c BCD2: 255 <= obj <= 823
9.19/9.23	c BCD2: #cores=144, #unrelaxed=518, #relaxed=1130, #hardened=0
9.19/9.23	c BCD2: #sat=1 #unsat=256 bias=256/257
9.19/9.23	c Solving starts ...
9.19/9.23	c ============================[ Search Statistics ]============================
9.19/9.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.23	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.23	c =============================================================================
9.19/9.23	c  0.0s |       0 |        0 |        0 |    14261      0 |      111 |      193
9.19/9.26	c  0.0s |       0 |      218 |        1 |    14261      0 |      111 |      194
9.19/9.26	c #cpu_time = 0.021s
9.19/9.26	c #wall_clock_time = 0.021s
9.19/9.26	c #decision = 218
9.19/9.26	c #random_decision = 0
9.19/9.26	c #conflict = 1
9.19/9.26	c #restart = 0
9.19/9.26	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 21: cost of the new core is >=8
9.19/9.26	c lower bound updated to 256
9.19/9.26	c BCD2: 256 <= obj <= 823
9.19/9.26	c BCD2: #cores=143, #unrelaxed=517, #relaxed=1131, #hardened=0
9.19/9.26	c BCD2: #sat=1 #unsat=257 bias=257/258
9.19/9.26	c Solving starts ...
9.19/9.26	c ============================[ Search Statistics ]============================
9.19/9.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.26	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.26	c =============================================================================
9.19/9.26	c  0.0s |       0 |        0 |        0 |    14261      0 |      113 |      194
9.19/9.28	c  0.0s |       0 |      178 |        1 |    14261      0 |      113 |      196
9.19/9.28	c #cpu_time = 0.021s
9.19/9.28	c #wall_clock_time = 0.021s
9.19/9.28	c #decision = 178
9.19/9.28	c #random_decision = 0
9.19/9.28	c #conflict = 1
9.19/9.28	c #restart = 0
9.19/9.28	c BCD2: relaxing 8 and merging with 2 cores into a new core of size 19: cost of the new core is >=5
9.19/9.28	c lower bound updated to 257
9.19/9.28	c BCD2: 257 <= obj <= 823
9.19/9.28	c BCD2: #cores=142, #unrelaxed=509, #relaxed=1139, #hardened=0
9.19/9.28	c BCD2: #sat=1 #unsat=258 bias=258/259
9.19/9.28	c Solving starts ...
9.19/9.28	c ============================[ Search Statistics ]============================
9.19/9.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.28	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.28	c =============================================================================
9.19/9.28	c  0.0s |       0 |        0 |        0 |    14261      0 |      115 |      196
9.29/9.30	c  0.0s |       0 |      206 |        1 |    14261      0 |      115 |      198
9.29/9.30	c #cpu_time = 0.021s
9.29/9.30	c #wall_clock_time = 0.021s
9.29/9.30	c #decision = 206
9.29/9.30	c #random_decision = 0
9.29/9.30	c #conflict = 1
9.29/9.30	c #restart = 0
9.29/9.30	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 22: cost of the new core is >=9
9.29/9.30	c lower bound updated to 258
9.29/9.30	c BCD2: 258 <= obj <= 823
9.29/9.30	c BCD2: #cores=141, #unrelaxed=508, #relaxed=1140, #hardened=0
9.29/9.30	c BCD2: #sat=1 #unsat=259 bias=259/260
9.29/9.30	c Solving starts ...
9.29/9.30	c ============================[ Search Statistics ]============================
9.29/9.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.30	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.30	c =============================================================================
9.29/9.30	c  0.0s |       0 |        0 |        0 |    14261      0 |      117 |      198
9.29/9.33	c  0.0s |       0 |      171 |        0 |    14261      0 |      117 |      200
9.29/9.33	c #cpu_time = 0.021s
9.29/9.33	c #wall_clock_time = 0.021s
9.29/9.33	c #decision = 171
9.29/9.33	c #random_decision = 0
9.29/9.33	c #conflict = 0
9.29/9.33	c #restart = 0
9.29/9.33	c BCD2: found a new core of size 2: cost of the new core is >=1
9.29/9.33	c lower bound updated to 259
9.29/9.33	c BCD2: 259 <= obj <= 823
9.29/9.33	c BCD2: #cores=142, #unrelaxed=506, #relaxed=1142, #hardened=0
9.29/9.33	c BCD2: #sat=1 #unsat=260 bias=260/261
9.29/9.33	c Solving starts ...
9.29/9.33	c ============================[ Search Statistics ]============================
9.29/9.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.33	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.33	c =============================================================================
9.29/9.33	c  0.0s |       0 |        0 |        0 |    14261      0 |      117 |      201
9.29/9.35	c  0.0s |       0 |      204 |        1 |    14261      0 |      117 |      201
9.29/9.35	c #cpu_time = 0.021s
9.29/9.35	c #wall_clock_time = 0.021s
9.29/9.35	c #decision = 204
9.29/9.35	c #random_decision = 0
9.29/9.35	c #conflict = 1
9.29/9.35	c #restart = 0
9.29/9.35	c BCD2: relaxing 1 and merging with 3 cores into a new core of size 30: cost of the new core is >=12
9.29/9.35	c lower bound updated to 260
9.29/9.35	c BCD2: 260 <= obj <= 823
9.29/9.35	c BCD2: #cores=140, #unrelaxed=505, #relaxed=1143, #hardened=0
9.29/9.35	c BCD2: #sat=1 #unsat=261 bias=261/262
9.29/9.35	c Solving starts ...
9.29/9.35	c ============================[ Search Statistics ]============================
9.29/9.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.35	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.35	c =============================================================================
9.29/9.35	c  0.0s |       0 |        0 |        0 |    14261      0 |      120 |      201
9.29/9.37	c  0.0s |       0 |      209 |        1 |    14261      0 |      120 |      204
9.29/9.37	c #cpu_time = 0.021s
9.29/9.37	c #wall_clock_time = 0.021s
9.29/9.37	c #decision = 209
9.29/9.37	c #random_decision = 0
9.29/9.37	c #conflict = 1
9.29/9.37	c #restart = 0
9.29/9.37	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 16: cost of the new core is >=3
9.29/9.37	c lower bound updated to 261
9.29/9.38	c BCD2: 261 <= obj <= 823
9.29/9.38	c BCD2: #cores=139, #unrelaxed=504, #relaxed=1144, #hardened=0
9.29/9.38	c BCD2: #sat=1 #unsat=262 bias=262/263
9.29/9.38	c Solving starts ...
9.29/9.38	c ============================[ Search Statistics ]============================
9.29/9.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.38	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.38	c =============================================================================
9.29/9.38	c  0.0s |       0 |        0 |        0 |    14261      0 |      122 |      204
9.39/9.40	c  0.0s |       0 |      173 |        0 |    14261      0 |      122 |      206
9.39/9.40	c #cpu_time = 0.021s
9.39/9.40	c #wall_clock_time = 0.021s
9.39/9.40	c #decision = 173
9.39/9.40	c #random_decision = 0
9.39/9.40	c #conflict = 0
9.39/9.40	c #restart = 0
9.39/9.40	c BCD2: found a new core of size 2: cost of the new core is >=1
9.39/9.40	c lower bound updated to 262
9.39/9.40	c BCD2: 262 <= obj <= 823
9.39/9.40	c BCD2: #cores=140, #unrelaxed=502, #relaxed=1146, #hardened=0
9.39/9.40	c BCD2: #sat=1 #unsat=263 bias=263/264
9.39/9.40	c Solving starts ...
9.39/9.40	c ============================[ Search Statistics ]============================
9.39/9.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.39/9.40	c       |         |          |          |    Limit     GC | Var      | Constra 
9.39/9.40	c =============================================================================
9.39/9.40	c  0.0s |       0 |        0 |        0 |    14261      0 |      122 |      207
9.39/9.42	c  0.0s |       0 |      215 |        1 |    14261      0 |      122 |      207
9.39/9.42	c #cpu_time = 0.020s
9.39/9.42	c #wall_clock_time = 0.020s
9.39/9.42	c #decision = 215
9.39/9.42	c #random_decision = 0
9.39/9.42	c #conflict = 1
9.39/9.42	c #restart = 0
9.39/9.42	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 28: cost of the new core is >=10
9.39/9.42	c lower bound updated to 263
9.39/9.42	c BCD2: 263 <= obj <= 823
9.39/9.42	c BCD2: #cores=139, #unrelaxed=501, #relaxed=1147, #hardened=0
9.39/9.42	c BCD2: #sat=1 #unsat=264 bias=264/265
9.39/9.42	c Solving starts ...
9.39/9.42	c ============================[ Search Statistics ]============================
9.39/9.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.39/9.42	c       |         |          |          |    Limit     GC | Var      | Constra 
9.39/9.42	c =============================================================================
9.39/9.42	c  0.0s |       0 |        0 |        0 |    14261      0 |      124 |      207
9.39/9.44	c  0.0s |       0 |      178 |        1 |    14261      0 |      124 |      209
9.39/9.44	c #cpu_time = 0.021s
9.39/9.44	c #wall_clock_time = 0.021s
9.39/9.44	c #decision = 178
9.39/9.44	c #random_decision = 0
9.39/9.44	c #conflict = 1
9.39/9.44	c #restart = 0
9.39/9.44	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 19: cost of the new core is >=6
9.39/9.44	c lower bound updated to 264
9.39/9.44	c BCD2: 264 <= obj <= 823
9.39/9.44	c BCD2: #cores=139, #unrelaxed=499, #relaxed=1149, #hardened=0
9.39/9.44	c BCD2: #sat=1 #unsat=265 bias=265/266
9.39/9.44	c Solving starts ...
9.39/9.45	c ============================[ Search Statistics ]============================
9.39/9.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.39/9.45	c       |         |          |          |    Limit     GC | Var      | Constra 
9.39/9.45	c =============================================================================
9.39/9.45	c  0.0s |       0 |        0 |        0 |    14261      0 |      125 |      209
9.39/9.47	c  0.0s |       0 |      180 |        0 |    14261      0 |      125 |      210
9.39/9.47	c #cpu_time = 0.021s
9.39/9.47	c #wall_clock_time = 0.021s
9.39/9.47	c #decision = 180
9.39/9.47	c #random_decision = 0
9.39/9.47	c #conflict = 0
9.39/9.47	c #restart = 0
9.39/9.47	c BCD2: found a new core of size 2: cost of the new core is >=1
9.39/9.47	c lower bound updated to 265
9.39/9.47	c BCD2: 265 <= obj <= 823
9.39/9.47	c BCD2: #cores=140, #unrelaxed=497, #relaxed=1151, #hardened=0
9.39/9.47	c BCD2: #sat=1 #unsat=266 bias=266/267
9.39/9.47	c Solving starts ...
9.39/9.47	c ============================[ Search Statistics ]============================
9.39/9.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.39/9.47	c       |         |          |          |    Limit     GC | Var      | Constra 
9.39/9.47	c =============================================================================
9.39/9.47	c  0.0s |       0 |        0 |        0 |    14261      0 |      125 |      211
9.39/9.49	c  0.0s |       0 |      183 |        0 |    14261      0 |      125 |      211
9.39/9.49	c #cpu_time = 0.020s
9.39/9.49	c #wall_clock_time = 0.020s
9.39/9.49	c #decision = 183
9.39/9.49	c #random_decision = 0
9.39/9.49	c #conflict = 0
9.39/9.49	c #restart = 0
9.39/9.49	c BCD2: found a new core of size 2: cost of the new core is >=1
9.39/9.49	c lower bound updated to 266
9.39/9.49	c BCD2: 266 <= obj <= 823
9.39/9.49	c BCD2: #cores=141, #unrelaxed=495, #relaxed=1153, #hardened=0
9.39/9.49	c BCD2: #sat=1 #unsat=267 bias=267/268
9.39/9.49	c Solving starts ...
9.39/9.49	c ============================[ Search Statistics ]============================
9.39/9.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.39/9.49	c       |         |          |          |    Limit     GC | Var      | Constra 
9.39/9.49	c =============================================================================
9.39/9.49	c  0.0s |       0 |        0 |        0 |    14261      0 |      125 |      212
9.49/9.51	c  0.0s |       0 |      190 |        1 |    14261      0 |      125 |      212
9.49/9.51	c #cpu_time = 0.020s
9.49/9.51	c #wall_clock_time = 0.020s
9.49/9.51	c #decision = 190
9.49/9.51	c #random_decision = 0
9.49/9.51	c #conflict = 1
9.49/9.51	c #restart = 0
9.49/9.51	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 21: cost of the new core is >=7
9.49/9.51	c lower bound updated to 267
9.49/9.51	c BCD2: 267 <= obj <= 823
9.49/9.51	c BCD2: #cores=141, #unrelaxed=493, #relaxed=1155, #hardened=0
9.49/9.51	c BCD2: #sat=1 #unsat=268 bias=268/269
9.49/9.51	c Solving starts ...
9.49/9.51	c ============================[ Search Statistics ]============================
9.49/9.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.51	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.51	c =============================================================================
9.49/9.52	c  0.0s |       0 |        0 |        0 |    14261      0 |      126 |      212
9.49/9.54	c  0.0s |       0 |      188 |        1 |    14261      0 |      126 |      213
9.49/9.54	c #cpu_time = 0.021s
9.49/9.54	c #wall_clock_time = 0.021s
9.49/9.54	c #decision = 188
9.49/9.54	c #random_decision = 0
9.49/9.54	c #conflict = 1
9.49/9.54	c #restart = 0
9.49/9.54	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 24: cost of the new core is >=10
9.49/9.54	c lower bound updated to 268
9.49/9.54	c BCD2: 268 <= obj <= 823
9.49/9.54	c BCD2: #cores=141, #unrelaxed=491, #relaxed=1157, #hardened=0
9.49/9.54	c BCD2: #sat=1 #unsat=269 bias=269/270
9.49/9.54	c Solving starts ...
9.49/9.54	c ============================[ Search Statistics ]============================
9.49/9.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.54	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.54	c =============================================================================
9.49/9.54	c  0.0s |       0 |        0 |        0 |    14261      0 |      127 |      213
9.49/9.56	c  0.0s |       0 |      190 |        0 |    14261      0 |      127 |      214
9.49/9.56	c #cpu_time = 0.021s
9.49/9.56	c #wall_clock_time = 0.021s
9.49/9.56	c #decision = 190
9.49/9.56	c #random_decision = 0
9.49/9.56	c #conflict = 0
9.49/9.56	c #restart = 0
9.49/9.56	c BCD2: found a new core of size 2: cost of the new core is >=1
9.49/9.56	c lower bound updated to 269
9.49/9.56	c BCD2: 269 <= obj <= 823
9.49/9.56	c BCD2: #cores=142, #unrelaxed=489, #relaxed=1159, #hardened=0
9.49/9.56	c BCD2: #sat=1 #unsat=270 bias=270/271
9.49/9.56	c Solving starts ...
9.49/9.56	c ============================[ Search Statistics ]============================
9.49/9.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.56	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.56	c =============================================================================
9.49/9.56	c  0.0s |       0 |        0 |        0 |    14261      0 |      127 |      215
9.49/9.58	c  0.0s |       0 |      193 |        0 |    14261      0 |      127 |      215
9.49/9.58	c #cpu_time = 0.020s
9.49/9.58	c #wall_clock_time = 0.020s
9.49/9.58	c #decision = 193
9.49/9.58	c #random_decision = 0
9.49/9.58	c #conflict = 0
9.49/9.58	c #restart = 0
9.49/9.58	c BCD2: found a new core of size 2: cost of the new core is >=1
9.49/9.58	c lower bound updated to 270
9.49/9.59	c BCD2: 270 <= obj <= 823
9.49/9.59	c BCD2: #cores=143, #unrelaxed=487, #relaxed=1161, #hardened=0
9.49/9.59	c BCD2: #sat=1 #unsat=271 bias=271/272
9.49/9.59	c Solving starts ...
9.49/9.59	c ============================[ Search Statistics ]============================
9.49/9.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.59	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.59	c =============================================================================
9.49/9.59	c  0.0s |       0 |        0 |        0 |    14261      0 |      127 |      216
9.59/9.61	c  0.0s |       0 |      196 |        0 |    14261      0 |      127 |      216
9.59/9.61	c #cpu_time = 0.020s
9.59/9.61	c #wall_clock_time = 0.020s
9.59/9.61	c #decision = 196
9.59/9.61	c #random_decision = 0
9.59/9.61	c #conflict = 0
9.59/9.61	c #restart = 0
9.59/9.61	c BCD2: found a new core of size 2: cost of the new core is >=1
9.59/9.61	c lower bound updated to 271
9.59/9.61	c BCD2: 271 <= obj <= 823
9.59/9.61	c BCD2: #cores=144, #unrelaxed=485, #relaxed=1163, #hardened=0
9.59/9.61	c BCD2: #sat=1 #unsat=272 bias=272/273
9.59/9.61	c Solving starts ...
9.59/9.61	c ============================[ Search Statistics ]============================
9.59/9.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.61	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.61	c =============================================================================
9.59/9.61	c  0.0s |       0 |        0 |        0 |    14261      0 |      127 |      217
9.59/9.63	c  0.0s |       0 |      199 |        0 |    14261      0 |      127 |      217
9.59/9.63	c #cpu_time = 0.020s
9.59/9.63	c #wall_clock_time = 0.020s
9.59/9.63	c #decision = 199
9.59/9.63	c #random_decision = 0
9.59/9.63	c #conflict = 0
9.59/9.63	c #restart = 0
9.59/9.63	c BCD2: found a new core of size 2: cost of the new core is >=1
9.59/9.63	c lower bound updated to 272
9.59/9.63	c BCD2: 272 <= obj <= 823
9.59/9.63	c BCD2: #cores=145, #unrelaxed=483, #relaxed=1165, #hardened=0
9.59/9.63	c BCD2: #sat=1 #unsat=273 bias=273/274
9.59/9.63	c Solving starts ...
9.59/9.63	c ============================[ Search Statistics ]============================
9.59/9.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.63	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.63	c =============================================================================
9.59/9.64	c  0.0s |       0 |        0 |        0 |    14261      0 |      127 |      218
9.59/9.66	c  0.0s |       0 |      202 |        0 |    14261      0 |      127 |      218
9.59/9.66	c #cpu_time = 0.021s
9.59/9.66	c #wall_clock_time = 0.021s
9.59/9.66	c #decision = 202
9.59/9.66	c #random_decision = 0
9.59/9.66	c #conflict = 0
9.59/9.66	c #restart = 0
9.59/9.66	c BCD2: found a new core of size 2: cost of the new core is >=1
9.59/9.66	c lower bound updated to 273
9.59/9.66	c BCD2: 273 <= obj <= 823
9.59/9.66	c BCD2: #cores=146, #unrelaxed=481, #relaxed=1167, #hardened=0
9.59/9.66	c BCD2: #sat=1 #unsat=274 bias=274/275
9.59/9.66	c Solving starts ...
9.59/9.66	c ============================[ Search Statistics ]============================
9.59/9.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.66	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.66	c =============================================================================
9.59/9.66	c  0.0s |       0 |        0 |        0 |    14261      0 |      127 |      219
9.59/9.68	c  0.0s |       0 |      205 |        0 |    14261      0 |      127 |      219
9.59/9.68	c #cpu_time = 0.020s
9.59/9.68	c #wall_clock_time = 0.020s
9.59/9.68	c #decision = 205
9.59/9.68	c #random_decision = 0
9.59/9.68	c #conflict = 0
9.59/9.68	c #restart = 0
9.59/9.68	c BCD2: found a new core of size 2: cost of the new core is >=1
9.59/9.68	c lower bound updated to 274
9.59/9.68	c BCD2: 274 <= obj <= 823
9.59/9.68	c BCD2: #cores=147, #unrelaxed=479, #relaxed=1169, #hardened=0
9.59/9.68	c BCD2: #sat=1 #unsat=275 bias=275/276
9.59/9.68	c Solving starts ...
9.59/9.68	c ============================[ Search Statistics ]============================
9.59/9.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.68	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.68	c =============================================================================
9.59/9.68	c  0.0s |       0 |        0 |        0 |    14261      0 |      127 |      220
9.69/9.70	c  0.0s |       0 |      208 |        0 |    14261      0 |      127 |      220
9.69/9.70	c #cpu_time = 0.020s
9.69/9.70	c #wall_clock_time = 0.020s
9.69/9.70	c #decision = 208
9.69/9.70	c #random_decision = 0
9.69/9.70	c #conflict = 0
9.69/9.70	c #restart = 0
9.69/9.70	c BCD2: found a new core of size 2: cost of the new core is >=1
9.69/9.70	c lower bound updated to 275
9.69/9.71	c BCD2: 275 <= obj <= 823
9.69/9.71	c BCD2: #cores=148, #unrelaxed=477, #relaxed=1171, #hardened=0
9.69/9.71	c BCD2: #sat=1 #unsat=276 bias=276/277
9.69/9.71	c Solving starts ...
9.69/9.71	c ============================[ Search Statistics ]============================
9.69/9.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.71	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.71	c =============================================================================
9.69/9.71	c  0.0s |       0 |        0 |        0 |    14261      0 |      127 |      221
9.69/9.73	c  0.0s |       0 |      211 |        1 |    14261      0 |      127 |      221
9.69/9.73	c #cpu_time = 0.021s
9.69/9.73	c #wall_clock_time = 0.021s
9.69/9.73	c #decision = 211
9.69/9.73	c #random_decision = 0
9.69/9.73	c #conflict = 1
9.69/9.73	c #restart = 0
9.69/9.73	c BCD2: relaxing 24 and merging with 1 cores into a new core of size 39: cost of the new core is >=6
9.69/9.73	c lower bound updated to 276
9.69/9.73	c BCD2: 276 <= obj <= 823
9.69/9.73	c BCD2: #cores=148, #unrelaxed=453, #relaxed=1195, #hardened=0
9.69/9.73	c BCD2: #sat=1 #unsat=277 bias=277/278
9.69/9.73	c Solving starts ...
9.69/9.73	c ============================[ Search Statistics ]============================
9.69/9.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.73	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.73	c =============================================================================
9.69/9.73	c  0.0s |       0 |        0 |        0 |    14261      0 |      128 |      221
9.69/9.75	c  0.0s |       0 |      191 |        0 |    14261      0 |      128 |      222
9.69/9.75	c #cpu_time = 0.021s
9.69/9.75	c #wall_clock_time = 0.021s
9.69/9.75	c #decision = 191
9.69/9.75	c #random_decision = 0
9.69/9.75	c #conflict = 0
9.69/9.75	c #restart = 0
9.69/9.75	c BCD2: found a new core of size 2: cost of the new core is >=1
9.69/9.75	c lower bound updated to 277
9.69/9.75	c BCD2: 277 <= obj <= 823
9.69/9.75	c BCD2: #cores=149, #unrelaxed=451, #relaxed=1197, #hardened=0
9.69/9.75	c BCD2: #sat=1 #unsat=278 bias=278/279
9.69/9.75	c Solving starts ...
9.69/9.75	c ============================[ Search Statistics ]============================
9.69/9.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.75	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.75	c =============================================================================
9.69/9.75	c  0.0s |       0 |        0 |        0 |    14261      0 |      128 |      223
9.69/9.77	c  0.0s |       0 |      194 |        0 |    14261      0 |      128 |      223
9.69/9.77	c #cpu_time = 0.020s
9.69/9.77	c #wall_clock_time = 0.021s
9.69/9.77	c #decision = 194
9.69/9.77	c #random_decision = 0
9.69/9.77	c #conflict = 0
9.69/9.77	c #restart = 0
9.69/9.77	c BCD2: found a new core of size 2: cost of the new core is >=1
9.69/9.77	c lower bound updated to 278
9.69/9.78	c BCD2: 278 <= obj <= 823
9.69/9.78	c BCD2: #cores=150, #unrelaxed=449, #relaxed=1199, #hardened=0
9.69/9.78	c BCD2: #sat=1 #unsat=279 bias=279/280
9.69/9.78	c Solving starts ...
9.69/9.78	c ============================[ Search Statistics ]============================
9.69/9.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.78	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.78	c =============================================================================
9.69/9.78	c  0.0s |       0 |        0 |        0 |    14261      0 |      128 |      224
9.79/9.80	c  0.0s |       0 |      197 |        0 |    14261      0 |      128 |      224
9.79/9.80	c #cpu_time = 0.020s
9.79/9.80	c #wall_clock_time = 0.020s
9.79/9.80	c #decision = 197
9.79/9.80	c #random_decision = 0
9.79/9.80	c #conflict = 0
9.79/9.80	c #restart = 0
9.79/9.80	c BCD2: found a new core of size 2: cost of the new core is >=1
9.79/9.80	c lower bound updated to 279
9.79/9.80	c BCD2: 279 <= obj <= 823
9.79/9.80	c BCD2: #cores=151, #unrelaxed=447, #relaxed=1201, #hardened=0
9.79/9.80	c BCD2: #sat=1 #unsat=280 bias=280/281
9.79/9.80	c Solving starts ...
9.79/9.80	c ============================[ Search Statistics ]============================
9.79/9.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.80	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.80	c =============================================================================
9.79/9.80	c  0.0s |       0 |        0 |        0 |    14261      0 |      128 |      225
9.79/9.82	c  0.0s |       0 |      206 |        1 |    14261      0 |      128 |      225
9.79/9.82	c #cpu_time = 0.020s
9.79/9.82	c #wall_clock_time = 0.020s
9.79/9.82	c #decision = 206
9.79/9.82	c #random_decision = 0
9.79/9.82	c #conflict = 1
9.79/9.82	c #restart = 0
9.79/9.82	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 30: cost of the new core is >=11
9.79/9.82	c lower bound updated to 280
9.79/9.82	c BCD2: 280 <= obj <= 823
9.79/9.82	c BCD2: #cores=151, #unrelaxed=445, #relaxed=1203, #hardened=0
9.79/9.82	c BCD2: #sat=1 #unsat=281 bias=281/282
9.79/9.82	c Solving starts ...
9.79/9.82	c ============================[ Search Statistics ]============================
9.79/9.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.82	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.82	c =============================================================================
9.79/9.82	c  0.0s |       0 |        0 |        0 |    14261      0 |      129 |      225
9.79/9.85	c  0.0s |       0 |      202 |        0 |    14261      0 |      129 |      226
9.79/9.85	c #cpu_time = 0.021s
9.79/9.85	c #wall_clock_time = 0.021s
9.79/9.85	c #decision = 202
9.79/9.85	c #random_decision = 0
9.79/9.85	c #conflict = 0
9.79/9.85	c #restart = 0
9.79/9.85	c BCD2: found a new core of size 2: cost of the new core is >=1
9.79/9.85	c lower bound updated to 281
9.79/9.85	c BCD2: 281 <= obj <= 823
9.79/9.85	c BCD2: #cores=152, #unrelaxed=443, #relaxed=1205, #hardened=0
9.79/9.85	c BCD2: #sat=1 #unsat=282 bias=282/283
9.79/9.85	c Solving starts ...
9.79/9.85	c ============================[ Search Statistics ]============================
9.79/9.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.85	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.85	c =============================================================================
9.79/9.85	c  0.0s |       0 |        0 |        0 |    14261      0 |      129 |      227
9.79/9.87	c  0.0s |       0 |      205 |        0 |    14261      0 |      129 |      227
9.79/9.87	c #cpu_time = 0.020s
9.79/9.87	c #wall_clock_time = 0.020s
9.79/9.87	c #decision = 205
9.79/9.87	c #random_decision = 0
9.79/9.87	c #conflict = 0
9.79/9.87	c #restart = 0
9.79/9.87	c BCD2: found a new core of size 2: cost of the new core is >=1
9.79/9.87	c lower bound updated to 282
9.79/9.87	c BCD2: 282 <= obj <= 823
9.79/9.87	c BCD2: #cores=153, #unrelaxed=441, #relaxed=1207, #hardened=0
9.79/9.87	c BCD2: #sat=1 #unsat=283 bias=283/284
9.79/9.87	c Solving starts ...
9.79/9.87	c ============================[ Search Statistics ]============================
9.79/9.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.87	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.87	c =============================================================================
9.79/9.87	c  0.0s |       0 |        0 |        0 |    14261      0 |      129 |      228
9.79/9.89	c  0.0s |       0 |      208 |        0 |    14261      0 |      129 |      228
9.79/9.89	c #cpu_time = 0.020s
9.79/9.89	c #wall_clock_time = 0.020s
9.79/9.89	c #decision = 208
9.79/9.89	c #random_decision = 0
9.79/9.89	c #conflict = 0
9.79/9.89	c #restart = 0
9.79/9.89	c BCD2: found a new core of size 2: cost of the new core is >=1
9.79/9.89	c lower bound updated to 283
9.79/9.89	c BCD2: 283 <= obj <= 823
9.79/9.89	c BCD2: #cores=154, #unrelaxed=439, #relaxed=1209, #hardened=0
9.79/9.89	c BCD2: #sat=1 #unsat=284 bias=284/285
9.79/9.89	c Solving starts ...
9.79/9.89	c ============================[ Search Statistics ]============================
9.79/9.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.89	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.89	c =============================================================================
9.79/9.89	c  0.0s |       0 |        0 |        0 |    14261      0 |      129 |      229
9.89/9.91	c  0.0s |       0 |      209 |        0 |    14261      0 |      129 |      229
9.89/9.91	c #cpu_time = 0.020s
9.89/9.91	c #wall_clock_time = 0.020s
9.89/9.91	c #decision = 209
9.89/9.91	c #random_decision = 0
9.89/9.91	c #conflict = 0
9.89/9.91	c #restart = 0
9.89/9.91	c BCD2: found a new core of size 4: cost of the new core is >=1
9.89/9.92	c lower bound updated to 284
9.89/9.92	c BCD2: 284 <= obj <= 823
9.89/9.92	c BCD2: #cores=155, #unrelaxed=435, #relaxed=1213, #hardened=0
9.89/9.92	c BCD2: #sat=1 #unsat=285 bias=285/286
9.89/9.92	c Solving starts ...
9.89/9.92	c ============================[ Search Statistics ]============================
9.89/9.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.92	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.92	c =============================================================================
9.89/9.92	c  0.0s |       0 |        0 |        0 |    14261      0 |      129 |      229
9.89/9.94	c  0.0s |       0 |      295 |        1 |    14261      0 |      129 |      229
9.89/9.94	c #cpu_time = 0.020s
9.89/9.94	c #wall_clock_time = 0.020s
9.89/9.94	c #decision = 295
9.89/9.94	c #random_decision = 0
9.89/9.94	c #conflict = 1
9.89/9.94	c #restart = 0
9.89/9.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
9.89/9.94	c lower bound updated to 285
9.89/9.94	c BCD2: 285 <= obj <= 823
9.89/9.94	c BCD2: #cores=155, #unrelaxed=434, #relaxed=1214, #hardened=0
9.89/9.94	c BCD2: #sat=1 #unsat=286 bias=286/287
9.89/9.94	c Solving starts ...
9.89/9.94	c ============================[ Search Statistics ]============================
9.89/9.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.94	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.94	c =============================================================================
9.89/9.94	c  0.0s |       0 |        0 |        0 |    14261      0 |      130 |      229
9.89/9.96	c  0.0s |       0 |      265 |        1 |    14261      0 |      130 |      230
9.89/9.96	c #cpu_time = 0.021s
9.89/9.96	c #wall_clock_time = 0.021s
9.89/9.96	c #decision = 265
9.89/9.96	c #random_decision = 0
9.89/9.96	c #conflict = 1
9.89/9.96	c #restart = 0
9.89/9.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
9.89/9.96	c lower bound updated to 286
9.89/9.96	c BCD2: 286 <= obj <= 823
9.89/9.96	c BCD2: #cores=155, #unrelaxed=433, #relaxed=1215, #hardened=0
9.89/9.96	c BCD2: #sat=1 #unsat=287 bias=287/288
9.89/9.96	c Solving starts ...
9.89/9.96	c ============================[ Search Statistics ]============================
9.89/9.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.96	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.96	c =============================================================================
9.89/9.96	c  0.0s |       0 |        0 |        0 |    14261      0 |      131 |      230
9.89/9.98	c  0.0s |       0 |      351 |        1 |    14261      0 |      131 |      231
9.89/9.98	c #cpu_time = 0.021s
9.89/9.98	c #wall_clock_time = 0.021s
9.89/9.98	c #decision = 351
9.89/9.98	c #random_decision = 0
9.89/9.98	c #conflict = 1
9.89/9.98	c #restart = 0
9.89/9.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=7
9.89/9.98	c lower bound updated to 287
9.89/9.98	c BCD2: 287 <= obj <= 823
9.89/9.98	c BCD2: #cores=155, #unrelaxed=432, #relaxed=1216, #hardened=0
9.89/9.98	c BCD2: #sat=1 #unsat=288 bias=288/289
9.89/9.99	c Solving starts ...
9.89/9.99	c ============================[ Search Statistics ]============================
9.89/9.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.99	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.99	c =============================================================================
9.89/9.99	c  0.0s |       0 |        0 |        0 |    14261      0 |      132 |      231
9.99/10.01	c  0.0s |       0 |      310 |        1 |    14261      0 |      132 |      232
9.99/10.01	c #cpu_time = 0.021s
9.99/10.01	c #wall_clock_time = 0.021s
9.99/10.01	c #decision = 310
9.99/10.01	c #random_decision = 0
9.99/10.01	c #conflict = 1
9.99/10.01	c #restart = 0
9.99/10.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
9.99/10.01	c lower bound updated to 288
9.99/10.01	c BCD2: 288 <= obj <= 823
9.99/10.01	c BCD2: #cores=155, #unrelaxed=431, #relaxed=1217, #hardened=0
9.99/10.01	c BCD2: #sat=1 #unsat=289 bias=289/290
9.99/10.01	c Solving starts ...
9.99/10.01	c ============================[ Search Statistics ]============================
9.99/10.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.99/10.01	c       |         |          |          |    Limit     GC | Var      | Constra 
9.99/10.01	c =============================================================================
9.99/10.01	c  0.0s |       0 |        0 |        0 |    14261      0 |      133 |      232
9.99/10.03	c  0.0s |       0 |      309 |        1 |    14261      0 |      133 |      233
9.99/10.03	c #cpu_time = 0.020s
9.99/10.03	c #wall_clock_time = 0.021s
9.99/10.03	c #decision = 309
9.99/10.03	c #random_decision = 0
9.99/10.03	c #conflict = 1
9.99/10.03	c #restart = 0
9.99/10.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=5
9.99/10.03	c lower bound updated to 289
9.99/10.03	c BCD2: 289 <= obj <= 823
9.99/10.03	c BCD2: #cores=155, #unrelaxed=430, #relaxed=1218, #hardened=0
9.99/10.03	c BCD2: #sat=1 #unsat=290 bias=290/291
9.99/10.03	c Solving starts ...
9.99/10.03	c ============================[ Search Statistics ]============================
9.99/10.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.99/10.03	c       |         |          |          |    Limit     GC | Var      | Constra 
9.99/10.03	c =============================================================================
9.99/10.03	c  0.0s |       0 |        0 |        0 |    14261      0 |      134 |      233
9.99/10.05	c  0.0s |       0 |      342 |        1 |    14261      0 |      134 |      234
9.99/10.05	c #cpu_time = 0.021s
9.99/10.05	c #wall_clock_time = 0.021s
9.99/10.05	c #decision = 342
9.99/10.05	c #random_decision = 0
9.99/10.05	c #conflict = 1
9.99/10.05	c #restart = 0
9.99/10.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
9.99/10.05	c lower bound updated to 290
9.99/10.05	c BCD2: 290 <= obj <= 823
9.99/10.05	c BCD2: #cores=155, #unrelaxed=429, #relaxed=1219, #hardened=0
9.99/10.05	c BCD2: #sat=1 #unsat=291 bias=291/292
9.99/10.05	c Solving starts ...
9.99/10.05	c ============================[ Search Statistics ]============================
9.99/10.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.99/10.05	c       |         |          |          |    Limit     GC | Var      | Constra 
9.99/10.05	c =============================================================================
9.99/10.05	c  0.0s |       0 |        0 |        0 |    14261      0 |      135 |      234
9.99/10.08	c  0.0s |       0 |      397 |        1 |    14261      0 |      135 |      235
9.99/10.08	c #cpu_time = 0.021s
9.99/10.08	c #wall_clock_time = 0.021s
9.99/10.08	c #decision = 397
9.99/10.08	c #random_decision = 0
9.99/10.08	c #conflict = 1
9.99/10.08	c #restart = 0
9.99/10.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=9
9.99/10.08	c lower bound updated to 291
9.99/10.08	c BCD2: 291 <= obj <= 823
9.99/10.08	c BCD2: #cores=155, #unrelaxed=428, #relaxed=1220, #hardened=0
9.99/10.08	c BCD2: #sat=1 #unsat=292 bias=292/293
9.99/10.08	c Solving starts ...
9.99/10.08	c ============================[ Search Statistics ]============================
9.99/10.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.99/10.08	c       |         |          |          |    Limit     GC | Var      | Constra 
9.99/10.08	c =============================================================================
9.99/10.08	c  0.0s |       0 |        0 |        0 |    14261      0 |      136 |      235
9.99/10.10	c  0.0s |       0 |      334 |        1 |    14261      0 |      136 |      236
9.99/10.10	c #cpu_time = 0.021s
9.99/10.10	c #wall_clock_time = 0.021s
9.99/10.10	c #decision = 334
9.99/10.10	c #random_decision = 0
9.99/10.10	c #conflict = 1
9.99/10.10	c #restart = 0
9.99/10.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
9.99/10.10	c lower bound updated to 292
9.99/10.10	c BCD2: 292 <= obj <= 823
9.99/10.10	c BCD2: #cores=155, #unrelaxed=427, #relaxed=1221, #hardened=0
9.99/10.10	c BCD2: #sat=1 #unsat=293 bias=293/294
9.99/10.10	c Solving starts ...
9.99/10.10	c ============================[ Search Statistics ]============================
9.99/10.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.99/10.10	c       |         |          |          |    Limit     GC | Var      | Constra 
9.99/10.10	c =============================================================================
9.99/10.10	c  0.0s |       0 |        0 |        0 |    14261      0 |      137 |      236
10.09/10.12	c  0.0s |       0 |      284 |        1 |    14261      0 |      137 |      237
10.09/10.12	c #cpu_time = 0.020s
10.09/10.12	c #wall_clock_time = 0.021s
10.09/10.12	c #decision = 284
10.09/10.12	c #random_decision = 0
10.09/10.12	c #conflict = 1
10.09/10.12	c #restart = 0
10.09/10.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=8
10.09/10.12	c lower bound updated to 293
10.09/10.12	c BCD2: 293 <= obj <= 823
10.09/10.12	c BCD2: #cores=155, #unrelaxed=426, #relaxed=1222, #hardened=0
10.09/10.12	c BCD2: #sat=1 #unsat=294 bias=294/295
10.09/10.12	c Solving starts ...
10.09/10.12	c ============================[ Search Statistics ]============================
10.09/10.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.12	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.12	c =============================================================================
10.09/10.12	c  0.0s |       0 |        0 |        0 |    14261      0 |      138 |      237
10.09/10.15	c  0.0s |       0 |      359 |        1 |    14261      0 |      138 |      238
10.09/10.15	c #cpu_time = 0.021s
10.09/10.15	c #wall_clock_time = 0.021s
10.09/10.15	c #decision = 359
10.09/10.15	c #random_decision = 0
10.09/10.15	c #conflict = 1
10.09/10.15	c #restart = 0
10.09/10.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
10.09/10.15	c lower bound updated to 294
10.09/10.15	c BCD2: 294 <= obj <= 823
10.09/10.15	c BCD2: #cores=155, #unrelaxed=425, #relaxed=1223, #hardened=0
10.09/10.15	c BCD2: #sat=1 #unsat=295 bias=295/296
10.09/10.15	c Solving starts ...
10.09/10.15	c ============================[ Search Statistics ]============================
10.09/10.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.15	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.15	c =============================================================================
10.09/10.15	c  0.0s |       0 |        0 |        0 |    14261      0 |      139 |      238
10.09/10.17	c  0.0s |       0 |      365 |        1 |    14261      0 |      139 |      239
10.09/10.17	c #cpu_time = 0.021s
10.09/10.17	c #wall_clock_time = 0.021s
10.09/10.17	c #decision = 365
10.09/10.17	c #random_decision = 0
10.09/10.17	c #conflict = 1
10.09/10.17	c #restart = 0
10.09/10.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=3
10.09/10.17	c lower bound updated to 295
10.09/10.17	c BCD2: 295 <= obj <= 823
10.09/10.17	c BCD2: #cores=155, #unrelaxed=424, #relaxed=1224, #hardened=0
10.09/10.17	c BCD2: #sat=1 #unsat=296 bias=296/297
10.09/10.17	c Solving starts ...
10.09/10.17	c ============================[ Search Statistics ]============================
10.09/10.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.17	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.17	c =============================================================================
10.09/10.17	c  0.0s |       0 |        0 |        0 |    14261      0 |      140 |      239
10.09/10.19	c  0.0s |       0 |      353 |        1 |    14261      0 |      140 |      240
10.09/10.19	c #cpu_time = 0.021s
10.09/10.19	c #wall_clock_time = 0.021s
10.09/10.19	c #decision = 353
10.09/10.19	c #random_decision = 0
10.09/10.19	c #conflict = 1
10.09/10.19	c #restart = 0
10.09/10.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=4
10.09/10.19	c lower bound updated to 296
10.09/10.19	c BCD2: 296 <= obj <= 823
10.09/10.19	c BCD2: #cores=155, #unrelaxed=423, #relaxed=1225, #hardened=0
10.09/10.19	c BCD2: #sat=1 #unsat=297 bias=297/298
10.09/10.19	c Solving starts ...
10.09/10.19	c ============================[ Search Statistics ]============================
10.09/10.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.19	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.19	c =============================================================================
10.09/10.19	c  0.0s |       0 |        0 |        0 |    14261      0 |      141 |      240
10.19/10.21	c  0.0s |       0 |      289 |        1 |    14261      0 |      141 |      241
10.19/10.21	c #cpu_time = 0.020s
10.19/10.21	c #wall_clock_time = 0.020s
10.19/10.21	c #decision = 289
10.19/10.21	c #random_decision = 0
10.19/10.21	c #conflict = 1
10.19/10.21	c #restart = 0
10.19/10.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
10.19/10.21	c lower bound updated to 297
10.19/10.22	c BCD2: 297 <= obj <= 823
10.19/10.22	c BCD2: #cores=155, #unrelaxed=422, #relaxed=1226, #hardened=0
10.19/10.22	c BCD2: #sat=1 #unsat=298 bias=298/299
10.19/10.22	c Solving starts ...
10.19/10.22	c ============================[ Search Statistics ]============================
10.19/10.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.22	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.22	c =============================================================================
10.19/10.22	c  0.0s |       0 |        0 |        0 |    14261      0 |      142 |      241
10.19/10.24	c  0.0s |       0 |      391 |        1 |    14261      0 |      142 |      242
10.19/10.24	c #cpu_time = 0.021s
10.19/10.24	c #wall_clock_time = 0.021s
10.19/10.24	c #decision = 391
10.19/10.24	c #random_decision = 0
10.19/10.24	c #conflict = 1
10.19/10.24	c #restart = 0
10.19/10.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=9
10.19/10.24	c lower bound updated to 298
10.19/10.24	c BCD2: 298 <= obj <= 823
10.19/10.24	c BCD2: #cores=155, #unrelaxed=421, #relaxed=1227, #hardened=0
10.19/10.24	c BCD2: #sat=1 #unsat=299 bias=299/300
10.19/10.24	c Solving starts ...
10.19/10.24	c ============================[ Search Statistics ]============================
10.19/10.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.24	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.24	c =============================================================================
10.19/10.24	c  0.0s |       0 |        0 |        0 |    14261      0 |      143 |      242
10.19/10.26	c  0.0s |       0 |      295 |        1 |    14261      0 |      143 |      243
10.19/10.26	c #cpu_time = 0.021s
10.19/10.26	c #wall_clock_time = 0.021s
10.19/10.26	c #decision = 295
10.19/10.26	c #random_decision = 0
10.19/10.26	c #conflict = 1
10.19/10.26	c #restart = 0
10.19/10.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=9
10.19/10.26	c lower bound updated to 299
10.19/10.26	c BCD2: 299 <= obj <= 823
10.19/10.26	c BCD2: #cores=155, #unrelaxed=420, #relaxed=1228, #hardened=0
10.19/10.26	c BCD2: #sat=1 #unsat=300 bias=300/301
10.19/10.26	c Solving starts ...
10.19/10.26	c ============================[ Search Statistics ]============================
10.19/10.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.26	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.26	c =============================================================================
10.19/10.26	c  0.0s |       0 |        0 |        0 |    14261      0 |      144 |      243
10.19/10.28	c  0.0s |       0 |      296 |        1 |    14261      0 |      144 |      244
10.19/10.28	c #cpu_time = 0.021s
10.19/10.28	c #wall_clock_time = 0.021s
10.19/10.28	c #decision = 296
10.19/10.28	c #random_decision = 0
10.19/10.28	c #conflict = 1
10.19/10.28	c #restart = 0
10.19/10.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=5
10.19/10.28	c lower bound updated to 300
10.19/10.28	c BCD2: 300 <= obj <= 823
10.19/10.28	c BCD2: #cores=155, #unrelaxed=419, #relaxed=1229, #hardened=0
10.19/10.28	c BCD2: #sat=1 #unsat=301 bias=301/302
10.19/10.28	c Solving starts ...
10.19/10.29	c ============================[ Search Statistics ]============================
10.19/10.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.29	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.29	c =============================================================================
10.19/10.29	c  0.0s |       0 |        0 |        0 |    14261      0 |      145 |      244
10.29/10.31	c  0.0s |       0 |      302 |        1 |    14261      0 |      145 |      245
10.29/10.31	c #cpu_time = 0.020s
10.29/10.31	c #wall_clock_time = 0.021s
10.29/10.31	c #decision = 302
10.29/10.31	c #random_decision = 0
10.29/10.31	c #conflict = 1
10.29/10.31	c #restart = 0
10.29/10.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
10.29/10.31	c lower bound updated to 301
10.29/10.31	c BCD2: 301 <= obj <= 823
10.29/10.31	c BCD2: #cores=155, #unrelaxed=418, #relaxed=1230, #hardened=0
10.29/10.31	c BCD2: #sat=1 #unsat=302 bias=302/303
10.29/10.31	c Solving starts ...
10.29/10.31	c ============================[ Search Statistics ]============================
10.29/10.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.31	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.31	c =============================================================================
10.29/10.31	c  0.0s |       0 |        0 |        0 |    14261      0 |      146 |      245
10.29/10.33	c  0.0s |       0 |      305 |        1 |    14261      0 |      146 |      246
10.29/10.33	c #cpu_time = 0.021s
10.29/10.33	c #wall_clock_time = 0.021s
10.29/10.33	c #decision = 305
10.29/10.33	c #random_decision = 0
10.29/10.33	c #conflict = 1
10.29/10.33	c #restart = 0
10.29/10.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=6
10.29/10.33	c lower bound updated to 302
10.29/10.33	c BCD2: 302 <= obj <= 823
10.29/10.33	c BCD2: #cores=155, #unrelaxed=417, #relaxed=1231, #hardened=0
10.29/10.33	c BCD2: #sat=1 #unsat=303 bias=303/304
10.29/10.33	c Solving starts ...
10.29/10.33	c ============================[ Search Statistics ]============================
10.29/10.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.33	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.33	c =============================================================================
10.29/10.33	c  0.0s |       0 |        0 |        0 |    14261      0 |      147 |      246
10.29/10.35	c  0.0s |       0 |      302 |        1 |    14261      0 |      147 |      247
10.29/10.35	c #cpu_time = 0.021s
10.29/10.35	c #wall_clock_time = 0.021s
10.29/10.35	c #decision = 302
10.29/10.35	c #random_decision = 0
10.29/10.35	c #conflict = 1
10.29/10.35	c #restart = 0
10.29/10.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=10
10.29/10.35	c lower bound updated to 303
10.29/10.35	c BCD2: 303 <= obj <= 823
10.29/10.35	c BCD2: #cores=155, #unrelaxed=416, #relaxed=1232, #hardened=0
10.29/10.35	c BCD2: #sat=1 #unsat=304 bias=304/305
10.29/10.35	c Solving starts ...
10.29/10.35	c ============================[ Search Statistics ]============================
10.29/10.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.35	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.35	c =============================================================================
10.29/10.35	c  0.0s |       0 |        0 |        0 |    14261      0 |      148 |      247
10.29/10.38	c  0.0s |       0 |      308 |        1 |    14261      0 |      148 |      248
10.29/10.38	c #cpu_time = 0.022s
10.29/10.38	c #wall_clock_time = 0.022s
10.29/10.38	c #decision = 308
10.29/10.38	c #random_decision = 0
10.29/10.38	c #conflict = 1
10.29/10.38	c #restart = 0
10.29/10.38	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 27: cost of the new core is >=12
10.29/10.38	c lower bound updated to 304
10.29/10.38	c BCD2: 304 <= obj <= 823
10.29/10.38	c BCD2: #cores=154, #unrelaxed=415, #relaxed=1233, #hardened=0
10.29/10.38	c BCD2: #sat=1 #unsat=305 bias=305/306
10.29/10.38	c Solving starts ...
10.29/10.38	c ============================[ Search Statistics ]============================
10.29/10.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.38	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.38	c =============================================================================
10.29/10.38	c  0.0s |       0 |        0 |        0 |    14261      0 |      150 |      248
10.39/10.40	c  0.0s |       0 |      311 |        1 |    14261      0 |      150 |      250
10.39/10.40	c #cpu_time = 0.020s
10.39/10.40	c #wall_clock_time = 0.020s
10.39/10.40	c #decision = 311
10.39/10.40	c #random_decision = 0
10.39/10.40	c #conflict = 1
10.39/10.40	c #restart = 0
10.39/10.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
10.39/10.40	c lower bound updated to 305
10.39/10.40	c BCD2: 305 <= obj <= 823
10.39/10.40	c BCD2: #cores=154, #unrelaxed=414, #relaxed=1234, #hardened=0
10.39/10.40	c BCD2: #sat=1 #unsat=306 bias=306/307
10.39/10.40	c Solving starts ...
10.39/10.40	c ============================[ Search Statistics ]============================
10.39/10.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.40	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.40	c =============================================================================
10.39/10.40	c  0.0s |       0 |        0 |        0 |    14261      0 |      151 |      250
10.39/10.42	c  0.0s |       0 |      367 |        1 |    14261      0 |      151 |      251
10.39/10.42	c #cpu_time = 0.021s
10.39/10.42	c #wall_clock_time = 0.021s
10.39/10.42	c #decision = 367
10.39/10.42	c #random_decision = 0
10.39/10.42	c #conflict = 1
10.39/10.42	c #restart = 0
10.39/10.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
10.39/10.42	c lower bound updated to 306
10.39/10.42	c BCD2: 306 <= obj <= 823
10.39/10.42	c BCD2: #cores=154, #unrelaxed=413, #relaxed=1235, #hardened=0
10.39/10.42	c BCD2: #sat=1 #unsat=307 bias=307/308
10.39/10.42	c Solving starts ...
10.39/10.42	c ============================[ Search Statistics ]============================
10.39/10.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.42	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.42	c =============================================================================
10.39/10.42	c  0.0s |       0 |        0 |        0 |    14261      0 |      152 |      251
10.39/10.44	c  0.0s |       0 |      311 |        1 |    14261      0 |      152 |      252
10.39/10.44	c #cpu_time = 0.021s
10.39/10.44	c #wall_clock_time = 0.021s
10.39/10.44	c #decision = 311
10.39/10.44	c #random_decision = 0
10.39/10.44	c #conflict = 1
10.39/10.44	c #restart = 0
10.39/10.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
10.39/10.45	c lower bound updated to 307
10.39/10.45	c BCD2: 307 <= obj <= 823
10.39/10.45	c BCD2: #cores=154, #unrelaxed=412, #relaxed=1236, #hardened=0
10.39/10.45	c BCD2: #sat=1 #unsat=308 bias=308/309
10.39/10.45	c Solving starts ...
10.39/10.45	c ============================[ Search Statistics ]============================
10.39/10.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.45	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.45	c =============================================================================
10.39/10.45	c  0.0s |       0 |        0 |        0 |    14261      0 |      153 |      252
10.39/10.47	c  0.0s |       0 |      317 |        1 |    14261      0 |      153 |      253
10.39/10.47	c #cpu_time = 0.021s
10.39/10.47	c #wall_clock_time = 0.021s
10.39/10.47	c #decision = 317
10.39/10.47	c #random_decision = 0
10.39/10.47	c #conflict = 1
10.39/10.47	c #restart = 0
10.39/10.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
10.39/10.47	c lower bound updated to 308
10.39/10.47	c BCD2: 308 <= obj <= 823
10.39/10.47	c BCD2: #cores=154, #unrelaxed=411, #relaxed=1237, #hardened=0
10.39/10.47	c BCD2: #sat=1 #unsat=309 bias=309/310
10.39/10.47	c Solving starts ...
10.39/10.47	c ============================[ Search Statistics ]============================
10.39/10.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.47	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.47	c =============================================================================
10.39/10.47	c  0.0s |       0 |        0 |        0 |    14261      0 |      154 |      253
10.39/10.49	c  0.0s |       0 |      317 |        1 |    14261      0 |      154 |      254
10.39/10.49	c #cpu_time = 0.021s
10.39/10.49	c #wall_clock_time = 0.021s
10.39/10.49	c #decision = 317
10.39/10.49	c #random_decision = 0
10.39/10.49	c #conflict = 1
10.39/10.49	c #restart = 0
10.39/10.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=6
10.39/10.49	c lower bound updated to 309
10.39/10.49	c BCD2: 309 <= obj <= 823
10.39/10.49	c BCD2: #cores=154, #unrelaxed=410, #relaxed=1238, #hardened=0
10.39/10.49	c BCD2: #sat=1 #unsat=310 bias=310/311
10.39/10.49	c Solving starts ...
10.39/10.49	c ============================[ Search Statistics ]============================
10.39/10.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.49	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.49	c =============================================================================
10.39/10.49	c  0.0s |       0 |        0 |        0 |    14261      0 |      155 |      254
10.49/10.51	c  0.0s |       0 |      234 |        0 |    14261      0 |      155 |      255
10.49/10.51	c #cpu_time = 0.021s
10.49/10.51	c #wall_clock_time = 0.021s
10.49/10.51	c #decision = 234
10.49/10.51	c #random_decision = 0
10.49/10.51	c #conflict = 0
10.49/10.51	c #restart = 0
10.49/10.51	c BCD2: found a new core of size 2: cost of the new core is >=1
10.49/10.51	c lower bound updated to 310
10.49/10.52	c BCD2: 310 <= obj <= 823
10.49/10.52	c BCD2: #cores=155, #unrelaxed=408, #relaxed=1240, #hardened=0
10.49/10.52	c BCD2: #sat=1 #unsat=311 bias=311/312
10.49/10.52	c Solving starts ...
10.49/10.52	c ============================[ Search Statistics ]============================
10.49/10.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.52	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.52	c =============================================================================
10.49/10.52	c  0.0s |       0 |        0 |        0 |    14261      0 |      155 |      256
10.49/10.54	c  0.0s |       0 |      325 |        1 |    14261      0 |      155 |      256
10.49/10.54	c #cpu_time = 0.020s
10.49/10.54	c #wall_clock_time = 0.020s
10.49/10.54	c #decision = 325
10.49/10.54	c #random_decision = 0
10.49/10.54	c #conflict = 1
10.49/10.54	c #restart = 0
10.49/10.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=7
10.49/10.54	c lower bound updated to 311
10.49/10.54	c BCD2: 311 <= obj <= 823
10.49/10.54	c BCD2: #cores=155, #unrelaxed=407, #relaxed=1241, #hardened=0
10.49/10.54	c BCD2: #sat=1 #unsat=312 bias=312/313
10.49/10.54	c Solving starts ...
10.49/10.54	c ============================[ Search Statistics ]============================
10.49/10.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.54	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.54	c =============================================================================
10.49/10.54	c  0.0s |       0 |        0 |        0 |    14261      0 |      156 |      256
10.49/10.56	c  0.0s |       0 |      321 |        1 |    14261      0 |      156 |      257
10.49/10.56	c #cpu_time = 0.021s
10.49/10.56	c #wall_clock_time = 0.021s
10.49/10.56	c #decision = 321
10.49/10.56	c #random_decision = 0
10.49/10.56	c #conflict = 1
10.49/10.56	c #restart = 0
10.49/10.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=7
10.49/10.56	c lower bound updated to 312
10.49/10.56	c BCD2: 312 <= obj <= 823
10.49/10.56	c BCD2: #cores=155, #unrelaxed=406, #relaxed=1242, #hardened=0
10.49/10.56	c BCD2: #sat=1 #unsat=313 bias=313/314
10.49/10.56	c Solving starts ...
10.49/10.56	c ============================[ Search Statistics ]============================
10.49/10.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.56	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.56	c =============================================================================
10.49/10.56	c  0.0s |       0 |        0 |        0 |    14261      0 |      157 |      257
10.49/10.58	c  0.0s |       0 |      331 |        1 |    14261      0 |      157 |      258
10.49/10.58	c #cpu_time = 0.021s
10.49/10.58	c #wall_clock_time = 0.021s
10.49/10.59	c #decision = 331
10.49/10.59	c #random_decision = 0
10.49/10.59	c #conflict = 1
10.49/10.59	c #restart = 0
10.49/10.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=4
10.49/10.59	c lower bound updated to 313
10.49/10.59	c BCD2: 313 <= obj <= 823
10.49/10.59	c BCD2: #cores=155, #unrelaxed=405, #relaxed=1243, #hardened=0
10.49/10.59	c BCD2: #sat=1 #unsat=314 bias=314/315
10.49/10.59	c Solving starts ...
10.49/10.59	c ============================[ Search Statistics ]============================
10.49/10.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.59	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.59	c =============================================================================
10.49/10.59	c  0.0s |       0 |        0 |        0 |    14261      0 |      158 |      258
10.59/10.61	c  0.0s |       0 |      329 |        1 |    14261      0 |      158 |      259
10.59/10.61	c #cpu_time = 0.021s
10.59/10.61	c #wall_clock_time = 0.021s
10.59/10.61	c #decision = 329
10.59/10.61	c #random_decision = 0
10.59/10.61	c #conflict = 1
10.59/10.61	c #restart = 0
10.59/10.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
10.59/10.61	c lower bound updated to 314
10.59/10.61	c BCD2: 314 <= obj <= 823
10.59/10.61	c BCD2: #cores=155, #unrelaxed=404, #relaxed=1244, #hardened=0
10.59/10.61	c BCD2: #sat=1 #unsat=315 bias=315/316
10.59/10.61	c Solving starts ...
10.59/10.61	c ============================[ Search Statistics ]============================
10.59/10.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.61	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.61	c =============================================================================
10.59/10.61	c  0.0s |       0 |        0 |        0 |    14261      0 |      159 |      259
10.59/10.63	c  0.0s |       0 |      241 |        0 |    14261      0 |      159 |      260
10.59/10.63	c #cpu_time = 0.021s
10.59/10.63	c #wall_clock_time = 0.021s
10.59/10.63	c #decision = 241
10.59/10.63	c #random_decision = 0
10.59/10.63	c #conflict = 0
10.59/10.63	c #restart = 0
10.59/10.63	c BCD2: found a new core of size 2: cost of the new core is >=1
10.59/10.63	c lower bound updated to 315
10.59/10.63	c BCD2: 315 <= obj <= 823
10.59/10.63	c BCD2: #cores=156, #unrelaxed=402, #relaxed=1246, #hardened=0
10.59/10.63	c BCD2: #sat=1 #unsat=316 bias=316/317
10.59/10.63	c Solving starts ...
10.59/10.63	c ============================[ Search Statistics ]============================
10.59/10.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.63	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.63	c =============================================================================
10.59/10.63	c  0.0s |       0 |        0 |        0 |    14261      0 |      159 |      261
10.59/10.65	c  0.0s |       0 |      244 |        0 |    14261      0 |      159 |      261
10.59/10.65	c #cpu_time = 0.020s
10.59/10.65	c #wall_clock_time = 0.020s
10.59/10.65	c #decision = 244
10.59/10.65	c #random_decision = 0
10.59/10.65	c #conflict = 0
10.59/10.65	c #restart = 0
10.59/10.65	c BCD2: found a new core of size 2: cost of the new core is >=1
10.59/10.65	c lower bound updated to 316
10.59/10.66	c BCD2: 316 <= obj <= 823
10.59/10.66	c BCD2: #cores=157, #unrelaxed=400, #relaxed=1248, #hardened=0
10.59/10.66	c BCD2: #sat=1 #unsat=317 bias=317/318
10.59/10.66	c Solving starts ...
10.59/10.66	c ============================[ Search Statistics ]============================
10.59/10.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.66	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.66	c =============================================================================
10.59/10.66	c  0.0s |       0 |        0 |        0 |    14261      0 |      159 |      262
10.59/10.68	c  0.0s |       0 |      247 |        0 |    14261      0 |      159 |      262
10.59/10.68	c #cpu_time = 0.020s
10.59/10.68	c #wall_clock_time = 0.020s
10.59/10.68	c #decision = 247
10.59/10.68	c #random_decision = 0
10.59/10.68	c #conflict = 0
10.59/10.68	c #restart = 0
10.59/10.68	c BCD2: found a new core of size 2: cost of the new core is >=1
10.59/10.68	c lower bound updated to 317
10.59/10.68	c BCD2: 317 <= obj <= 823
10.59/10.68	c BCD2: #cores=158, #unrelaxed=398, #relaxed=1250, #hardened=0
10.59/10.68	c BCD2: #sat=1 #unsat=318 bias=318/319
10.59/10.68	c Solving starts ...
10.59/10.68	c ============================[ Search Statistics ]============================
10.59/10.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.68	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.68	c =============================================================================
10.59/10.68	c  0.0s |       0 |        0 |        0 |    14261      0 |      159 |      263
10.69/10.70	c  0.0s |       0 |      352 |        1 |    14261      0 |      159 |      263
10.69/10.70	c #cpu_time = 0.020s
10.69/10.70	c #wall_clock_time = 0.021s
10.69/10.70	c #decision = 352
10.69/10.70	c #random_decision = 0
10.69/10.70	c #conflict = 1
10.69/10.70	c #restart = 0
10.69/10.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=11
10.69/10.70	c lower bound updated to 318
10.69/10.70	c BCD2: 318 <= obj <= 823
10.69/10.70	c BCD2: #cores=158, #unrelaxed=397, #relaxed=1251, #hardened=0
10.69/10.70	c BCD2: #sat=1 #unsat=319 bias=319/320
10.69/10.70	c Solving starts ...
10.69/10.70	c ============================[ Search Statistics ]============================
10.69/10.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.70	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.70	c =============================================================================
10.69/10.70	c  0.0s |       0 |        0 |        0 |    14261      0 |      160 |      263
10.69/10.72	c  0.0s |       0 |      253 |        1 |    14261      0 |      160 |      264
10.69/10.72	c #cpu_time = 0.021s
10.69/10.72	c #wall_clock_time = 0.021s
10.69/10.72	c #decision = 253
10.69/10.72	c #random_decision = 0
10.69/10.72	c #conflict = 1
10.69/10.72	c #restart = 0
10.69/10.72	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 29: cost of the new core is >=13
10.69/10.72	c lower bound updated to 319
10.69/10.73	c BCD2: 319 <= obj <= 823
10.69/10.73	c BCD2: #cores=158, #unrelaxed=395, #relaxed=1253, #hardened=0
10.69/10.73	c BCD2: #sat=1 #unsat=320 bias=320/321
10.69/10.73	c Solving starts ...
10.69/10.73	c ============================[ Search Statistics ]============================
10.69/10.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.73	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.73	c =============================================================================
10.69/10.73	c  0.0s |       0 |        0 |        0 |    14261      0 |      161 |      264
10.69/10.75	c  0.0s |       0 |      353 |        1 |    14261      0 |      161 |      265
10.69/10.75	c #cpu_time = 0.021s
10.69/10.75	c #wall_clock_time = 0.021s
10.69/10.75	c #decision = 353
10.69/10.75	c #random_decision = 0
10.69/10.75	c #conflict = 1
10.69/10.75	c #restart = 0
10.69/10.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=8
10.69/10.75	c lower bound updated to 320
10.69/10.75	c BCD2: 320 <= obj <= 823
10.69/10.75	c BCD2: #cores=158, #unrelaxed=394, #relaxed=1254, #hardened=0
10.69/10.75	c BCD2: #sat=1 #unsat=321 bias=321/322
10.69/10.75	c Solving starts ...
10.69/10.75	c ============================[ Search Statistics ]============================
10.69/10.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.75	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.75	c =============================================================================
10.69/10.75	c  0.0s |       0 |        0 |        0 |    14261      0 |      162 |      265
10.69/10.77	c  0.0s |       0 |      350 |        1 |    14261      0 |      162 |      266
10.69/10.77	c #cpu_time = 0.021s
10.69/10.77	c #wall_clock_time = 0.021s
10.69/10.77	c #decision = 350
10.69/10.77	c #random_decision = 0
10.69/10.77	c #conflict = 1
10.69/10.77	c #restart = 0
10.69/10.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=12
10.69/10.77	c lower bound updated to 321
10.69/10.77	c BCD2: 321 <= obj <= 823
10.69/10.77	c BCD2: #cores=158, #unrelaxed=393, #relaxed=1255, #hardened=0
10.69/10.77	c BCD2: #sat=1 #unsat=322 bias=322/323
10.69/10.77	c Solving starts ...
10.69/10.77	c ============================[ Search Statistics ]============================
10.69/10.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.77	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.77	c =============================================================================
10.69/10.77	c  0.0s |       0 |        0 |        0 |    14261      0 |      163 |      266
10.69/10.80	c  0.0s |       0 |      257 |        1 |    14261      0 |      163 |      267
10.69/10.80	c #cpu_time = 0.021s
10.69/10.80	c #wall_clock_time = 0.022s
10.69/10.80	c #decision = 257
10.69/10.80	c #random_decision = 0
10.69/10.80	c #conflict = 1
10.69/10.80	c #restart = 0
10.69/10.80	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 16: cost of the new core is >=8
10.69/10.80	c lower bound updated to 322
10.79/10.80	c BCD2: 322 <= obj <= 823
10.79/10.80	c BCD2: #cores=158, #unrelaxed=391, #relaxed=1257, #hardened=0
10.79/10.80	c BCD2: #sat=1 #unsat=323 bias=323/324
10.79/10.80	c Solving starts ...
10.79/10.80	c ============================[ Search Statistics ]============================
10.79/10.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.80	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.80	c =============================================================================
10.79/10.80	c  0.0s |       0 |        0 |        0 |    14261      0 |      164 |      267
10.79/10.82	c  0.0s |       0 |      362 |        1 |    14261      0 |      164 |      268
10.79/10.82	c #cpu_time = 0.022s
10.79/10.82	c #wall_clock_time = 0.022s
10.79/10.82	c #decision = 362
10.79/10.82	c #random_decision = 0
10.79/10.82	c #conflict = 1
10.79/10.82	c #restart = 0
10.79/10.82	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 32: cost of the new core is >=14
10.79/10.82	c lower bound updated to 323
10.79/10.82	c BCD2: 323 <= obj <= 823
10.79/10.82	c BCD2: #cores=157, #unrelaxed=390, #relaxed=1258, #hardened=0
10.79/10.82	c BCD2: #sat=1 #unsat=324 bias=324/325
10.79/10.82	c Solving starts ...
10.79/10.82	c ============================[ Search Statistics ]============================
10.79/10.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.82	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.82	c =============================================================================
10.79/10.82	c  0.0s |       0 |        0 |        0 |    14261      0 |      166 |      268
10.79/10.84	c  0.0s |       0 |      416 |        1 |    14261      0 |      166 |      270
10.79/10.84	c #cpu_time = 0.021s
10.79/10.84	c #wall_clock_time = 0.021s
10.79/10.84	c #decision = 416
10.79/10.84	c #random_decision = 0
10.79/10.84	c #conflict = 1
10.79/10.84	c #restart = 0
10.79/10.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=4
10.79/10.84	c lower bound updated to 324
10.79/10.84	c BCD2: 324 <= obj <= 823
10.79/10.84	c BCD2: #cores=157, #unrelaxed=389, #relaxed=1259, #hardened=0
10.79/10.84	c BCD2: #sat=1 #unsat=325 bias=325/326
10.79/10.84	c Solving starts ...
10.79/10.85	c ============================[ Search Statistics ]============================
10.79/10.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.85	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.85	c =============================================================================
10.79/10.85	c  0.0s |       0 |        0 |        0 |    14261      0 |      167 |      270
10.79/10.87	c  0.0s |       0 |      260 |        1 |    14261      0 |      167 |      271
10.79/10.87	c #cpu_time = 0.021s
10.79/10.87	c #wall_clock_time = 0.021s
10.79/10.87	c #decision = 260
10.79/10.87	c #random_decision = 0
10.79/10.87	c #conflict = 1
10.79/10.87	c #restart = 0
10.79/10.87	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 19: cost of the new core is >=9
10.79/10.87	c lower bound updated to 325
10.79/10.87	c BCD2: 325 <= obj <= 823
10.79/10.87	c BCD2: #cores=156, #unrelaxed=387, #relaxed=1261, #hardened=0
10.79/10.87	c BCD2: #sat=1 #unsat=326 bias=326/327
10.79/10.87	c Solving starts ...
10.79/10.87	c ============================[ Search Statistics ]============================
10.79/10.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.87	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.87	c =============================================================================
10.79/10.87	c  0.0s |       0 |        0 |        0 |    14261      0 |      169 |      271
10.79/10.89	c  0.0s |       0 |      261 |        1 |    14261      0 |      169 |      273
10.79/10.89	c #cpu_time = 0.022s
10.79/10.89	c #wall_clock_time = 0.022s
10.79/10.89	c #decision = 261
10.79/10.89	c #random_decision = 0
10.79/10.89	c #conflict = 1
10.79/10.89	c #restart = 0
10.79/10.89	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 34: cost of the new core is >=15
10.79/10.89	c lower bound updated to 326
10.79/10.89	c BCD2: 326 <= obj <= 823
10.79/10.89	c BCD2: #cores=156, #unrelaxed=385, #relaxed=1263, #hardened=0
10.79/10.89	c BCD2: #sat=1 #unsat=327 bias=327/328
10.79/10.89	c Solving starts ...
10.79/10.89	c ============================[ Search Statistics ]============================
10.79/10.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.89	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.89	c =============================================================================
10.79/10.89	c  0.0s |       0 |        0 |        0 |    14261      0 |      170 |      273
10.89/10.91	c  0.0s |       0 |      263 |        1 |    14261      0 |      170 |      274
10.89/10.91	c #cpu_time = 0.021s
10.89/10.91	c #wall_clock_time = 0.021s
10.89/10.91	c #decision = 263
10.89/10.91	c #random_decision = 0
10.89/10.91	c #conflict = 1
10.89/10.91	c #restart = 0
10.89/10.91	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 27: cost of the new core is >=13
10.89/10.91	c lower bound updated to 327
10.89/10.91	c BCD2: 327 <= obj <= 823
10.89/10.91	c BCD2: #cores=156, #unrelaxed=383, #relaxed=1265, #hardened=0
10.89/10.91	c BCD2: #sat=1 #unsat=328 bias=328/329
10.89/10.91	c Solving starts ...
10.89/10.91	c ============================[ Search Statistics ]============================
10.89/10.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.89/10.91	c       |         |          |          |    Limit     GC | Var      | Constra 
10.89/10.91	c =============================================================================
10.89/10.91	c  0.0s |       0 |        0 |        0 |    14261      0 |      171 |      274
10.89/10.94	c  0.0s |       0 |      265 |        1 |    14261      0 |      171 |      275
10.89/10.94	c #cpu_time = 0.021s
10.89/10.94	c #wall_clock_time = 0.021s
10.89/10.94	c #decision = 265
10.89/10.94	c #random_decision = 0
10.89/10.94	c #conflict = 1
10.89/10.94	c #restart = 0
10.89/10.94	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 25: cost of the new core is >=13
10.89/10.94	c lower bound updated to 328
10.89/10.94	c BCD2: 328 <= obj <= 823
10.89/10.94	c BCD2: #cores=155, #unrelaxed=381, #relaxed=1267, #hardened=0
10.89/10.94	c BCD2: #sat=1 #unsat=329 bias=329/330
10.89/10.94	c Solving starts ...
10.89/10.94	c ============================[ Search Statistics ]============================
10.89/10.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.89/10.94	c       |         |          |          |    Limit     GC | Var      | Constra 
10.89/10.94	c =============================================================================
10.89/10.94	c  0.0s |       0 |        0 |        0 |    14261      0 |      173 |      275
10.89/10.96	c  0.0s |       0 |      376 |        1 |    14261      0 |      173 |      277
10.89/10.96	c #cpu_time = 0.021s
10.89/10.96	c #wall_clock_time = 0.021s
10.89/10.96	c #decision = 376
10.89/10.96	c #random_decision = 0
10.89/10.96	c #conflict = 1
10.89/10.96	c #restart = 0
10.89/10.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=9
10.89/10.96	c lower bound updated to 329
10.89/10.96	c BCD2: 329 <= obj <= 823
10.89/10.96	c BCD2: #cores=155, #unrelaxed=380, #relaxed=1268, #hardened=0
10.89/10.96	c BCD2: #sat=1 #unsat=330 bias=330/331
10.89/10.96	c Solving starts ...
10.89/10.96	c ============================[ Search Statistics ]============================
10.89/10.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.89/10.96	c       |         |          |          |    Limit     GC | Var      | Constra 
10.89/10.96	c =============================================================================
10.89/10.96	c  0.0s |       0 |        0 |        0 |    14261      0 |      174 |      277
10.89/10.98	c  0.0s |       0 |      265 |        0 |    14261      0 |      174 |      278
10.89/10.98	c #cpu_time = 0.021s
10.89/10.98	c #wall_clock_time = 0.021s
10.89/10.98	c #decision = 265
10.89/10.98	c #random_decision = 0
10.89/10.98	c #conflict = 0
10.89/10.98	c #restart = 0
10.89/10.98	c BCD2: found a new core of size 2: cost of the new core is >=1
10.89/10.98	c lower bound updated to 330
10.89/10.99	c BCD2: 330 <= obj <= 823
10.89/10.99	c BCD2: #cores=156, #unrelaxed=378, #relaxed=1270, #hardened=0
10.89/10.99	c BCD2: #sat=1 #unsat=331 bias=331/332
10.89/10.99	c Solving starts ...
10.89/10.99	c ============================[ Search Statistics ]============================
10.89/10.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.89/10.99	c       |         |          |          |    Limit     GC | Var      | Constra 
10.89/10.99	c =============================================================================
10.89/10.99	c  0.0s |       0 |        0 |        0 |    14261      0 |      174 |      279
10.99/11.01	c  0.0s |       0 |      268 |        0 |    14261      0 |      174 |      279
10.99/11.01	c #cpu_time = 0.020s
10.99/11.01	c #wall_clock_time = 0.020s
10.99/11.01	c #decision = 268
10.99/11.01	c #random_decision = 0
10.99/11.01	c #conflict = 0
10.99/11.01	c #restart = 0
10.99/11.01	c BCD2: found a new core of size 2: cost of the new core is >=1
10.99/11.01	c lower bound updated to 331
10.99/11.01	c BCD2: 331 <= obj <= 823
10.99/11.01	c BCD2: #cores=157, #unrelaxed=376, #relaxed=1272, #hardened=0
10.99/11.01	c BCD2: #sat=1 #unsat=332 bias=332/333
10.99/11.01	c Solving starts ...
10.99/11.01	c ============================[ Search Statistics ]============================
10.99/11.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.01	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.01	c =============================================================================
10.99/11.01	c  0.0s |       0 |        0 |        0 |    14261      0 |      174 |      280
10.99/11.03	c  0.0s |       0 |      270 |        2 |    14261      0 |      174 |      280
10.99/11.03	c #cpu_time = 0.021s
10.99/11.03	c #wall_clock_time = 0.021s
10.99/11.03	c #decision = 270
10.99/11.03	c #random_decision = 0
10.99/11.03	c #conflict = 2
10.99/11.03	c #restart = 0
10.99/11.03	c BCD2: found a new core of size 53: cost of the new core is >=1
10.99/11.03	c lower bound updated to 332
10.99/11.03	c BCD2: 332 <= obj <= 823
10.99/11.03	c BCD2: #cores=158, #unrelaxed=323, #relaxed=1325, #hardened=0
10.99/11.03	c BCD2: #sat=1 #unsat=333 bias=333/334
10.99/11.03	c Solving starts ...
10.99/11.03	c ============================[ Search Statistics ]============================
10.99/11.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.03	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.03	c =============================================================================
10.99/11.03	c  0.0s |       0 |        0 |        0 |    14261      0 |      174 |      280
10.99/11.06	c  0.0s |       0 |      219 |        0 |    14261      0 |      174 |      280
10.99/11.06	c #cpu_time = 0.021s
10.99/11.06	c #wall_clock_time = 0.021s
10.99/11.06	c #decision = 219
10.99/11.06	c #random_decision = 0
10.99/11.06	c #conflict = 0
10.99/11.06	c #restart = 0
10.99/11.06	c BCD2: found a new core of size 2: cost of the new core is >=1
10.99/11.06	c lower bound updated to 333
10.99/11.06	c BCD2: 333 <= obj <= 823
10.99/11.06	c BCD2: #cores=159, #unrelaxed=321, #relaxed=1327, #hardened=0
10.99/11.06	c BCD2: #sat=1 #unsat=334 bias=334/335
10.99/11.06	c Solving starts ...
10.99/11.06	c ============================[ Search Statistics ]============================
10.99/11.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.06	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.06	c =============================================================================
10.99/11.06	c  0.0s |       0 |        0 |        0 |    14261      0 |      174 |      281
10.99/11.08	c  0.0s |       0 |      222 |        0 |    14261      0 |      174 |      281
10.99/11.08	c #cpu_time = 0.021s
10.99/11.08	c #wall_clock_time = 0.021s
10.99/11.08	c #decision = 222
10.99/11.08	c #random_decision = 0
10.99/11.08	c #conflict = 0
10.99/11.08	c #restart = 0
10.99/11.08	c BCD2: found a new core of size 2: cost of the new core is >=1
10.99/11.08	c lower bound updated to 334
10.99/11.08	c BCD2: 334 <= obj <= 823
10.99/11.08	c BCD2: #cores=160, #unrelaxed=319, #relaxed=1329, #hardened=0
10.99/11.08	c BCD2: #sat=1 #unsat=335 bias=335/336
10.99/11.08	c Solving starts ...
10.99/11.08	c ============================[ Search Statistics ]============================
10.99/11.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.08	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.08	c =============================================================================
10.99/11.08	c  0.0s |       0 |        0 |        0 |    14261      0 |      174 |      282
10.99/11.10	c  0.0s |       0 |      223 |        0 |    14261      0 |      174 |      282
10.99/11.10	c #cpu_time = 0.020s
10.99/11.10	c #wall_clock_time = 0.020s
10.99/11.10	c #decision = 223
10.99/11.10	c #random_decision = 0
10.99/11.10	c #conflict = 0
10.99/11.10	c #restart = 0
10.99/11.10	c BCD2: found a new core of size 2: cost of the new core is >=1
10.99/11.10	c lower bound updated to 335
11.09/11.10	c BCD2: 335 <= obj <= 823
11.09/11.10	c BCD2: #cores=161, #unrelaxed=317, #relaxed=1331, #hardened=0
11.09/11.10	c BCD2: #sat=1 #unsat=336 bias=336/337
11.09/11.10	c Solving starts ...
11.09/11.10	c ============================[ Search Statistics ]============================
11.09/11.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.09/11.10	c       |         |          |          |    Limit     GC | Var      | Constra 
11.09/11.10	c =============================================================================
11.09/11.10	c  0.0s |       0 |        0 |        0 |    14261      0 |      174 |      283
11.09/11.12	c  0.0s |       0 |      338 |        1 |    14261      0 |      174 |      283
11.09/11.12	c #cpu_time = 0.020s
11.09/11.12	c #wall_clock_time = 0.020s
11.09/11.12	c #decision = 338
11.09/11.12	c #random_decision = 0
11.09/11.12	c #conflict = 1
11.09/11.12	c #restart = 0
11.09/11.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=4
11.09/11.12	c lower bound updated to 336
11.09/11.13	c BCD2: 336 <= obj <= 823
11.09/11.13	c BCD2: #cores=161, #unrelaxed=316, #relaxed=1332, #hardened=0
11.09/11.13	c BCD2: #sat=1 #unsat=337 bias=337/338
11.09/11.13	c Solving starts ...
11.09/11.13	c ============================[ Search Statistics ]============================
11.09/11.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.09/11.13	c       |         |          |          |    Limit     GC | Var      | Constra 
11.09/11.13	c =============================================================================
11.09/11.13	c  0.0s |       0 |        0 |        0 |    14261      0 |      175 |      283
11.09/11.15	c  0.0s |       0 |      227 |        0 |    14261      0 |      175 |      284
11.09/11.15	c #cpu_time = 0.021s
11.09/11.15	c #wall_clock_time = 0.021s
11.09/11.15	c #decision = 227
11.09/11.15	c #random_decision = 0
11.09/11.15	c #conflict = 0
11.09/11.15	c #restart = 0
11.09/11.15	c BCD2: found a new core of size 2: cost of the new core is >=1
11.09/11.15	c lower bound updated to 337
11.09/11.15	c BCD2: 337 <= obj <= 823
11.09/11.15	c BCD2: #cores=162, #unrelaxed=314, #relaxed=1334, #hardened=0
11.09/11.15	c BCD2: #sat=1 #unsat=338 bias=338/339
11.09/11.15	c Solving starts ...
11.09/11.15	c ============================[ Search Statistics ]============================
11.09/11.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.09/11.15	c       |         |          |          |    Limit     GC | Var      | Constra 
11.09/11.15	c =============================================================================
11.09/11.15	c  0.0s |       0 |        0 |        0 |    14261      0 |      175 |      285
11.09/11.17	c  0.0s |       0 |      281 |        1 |    14261      0 |      175 |      285
11.09/11.17	c #cpu_time = 0.021s
11.09/11.17	c #wall_clock_time = 0.021s
11.09/11.17	c #decision = 281
11.09/11.17	c #random_decision = 0
11.09/11.17	c #conflict = 1
11.09/11.17	c #restart = 0
11.09/11.17	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=2
11.09/11.17	c lower bound updated to 338
11.09/11.17	c BCD2: 338 <= obj <= 823
11.09/11.17	c BCD2: #cores=162, #unrelaxed=312, #relaxed=1336, #hardened=0
11.09/11.17	c BCD2: #sat=1 #unsat=339 bias=339/340
11.09/11.17	c Solving starts ...
11.09/11.17	c ============================[ Search Statistics ]============================
11.09/11.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.09/11.17	c       |         |          |          |    Limit     GC | Var      | Constra 
11.09/11.17	c =============================================================================
11.09/11.17	c  0.0s |       0 |        0 |        0 |    14261      0 |      176 |      285
11.09/11.20	c  0.0s |       0 |      365 |        1 |    14261      0 |      176 |      286
11.09/11.20	c #cpu_time = 0.022s
11.09/11.20	c #wall_clock_time = 0.022s
11.09/11.20	c #decision = 365
11.09/11.20	c #random_decision = 0
11.09/11.20	c #conflict = 1
11.09/11.20	c #restart = 0
11.09/11.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=2
11.09/11.20	c lower bound updated to 339
11.09/11.20	c BCD2: 339 <= obj <= 823
11.09/11.20	c BCD2: #cores=162, #unrelaxed=311, #relaxed=1337, #hardened=0
11.09/11.20	c BCD2: #sat=1 #unsat=340 bias=340/341
11.09/11.20	c Solving starts ...
11.09/11.20	c ============================[ Search Statistics ]============================
11.09/11.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.09/11.20	c       |         |          |          |    Limit     GC | Var      | Constra 
11.09/11.20	c =============================================================================
11.09/11.20	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      286
11.19/11.22	c  0.0s |       0 |      231 |        0 |    14261      0 |      177 |      287
11.19/11.22	c #cpu_time = 0.021s
11.19/11.22	c #wall_clock_time = 0.021s
11.19/11.22	c #decision = 231
11.19/11.22	c #random_decision = 0
11.19/11.22	c #conflict = 0
11.19/11.22	c #restart = 0
11.19/11.22	c BCD2: found a new core of size 2: cost of the new core is >=1
11.19/11.22	c lower bound updated to 340
11.19/11.22	c BCD2: 340 <= obj <= 823
11.19/11.22	c BCD2: #cores=163, #unrelaxed=309, #relaxed=1339, #hardened=0
11.19/11.22	c BCD2: #sat=1 #unsat=341 bias=341/342
11.19/11.22	c Solving starts ...
11.19/11.22	c ============================[ Search Statistics ]============================
11.19/11.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.22	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.22	c =============================================================================
11.19/11.22	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      288
11.19/11.24	c  0.0s |       0 |      234 |        0 |    14261      0 |      177 |      288
11.19/11.24	c #cpu_time = 0.020s
11.19/11.24	c #wall_clock_time = 0.021s
11.19/11.24	c #decision = 234
11.19/11.24	c #random_decision = 0
11.19/11.24	c #conflict = 0
11.19/11.24	c #restart = 0
11.19/11.24	c BCD2: found a new core of size 2: cost of the new core is >=1
11.19/11.24	c lower bound updated to 341
11.19/11.25	c BCD2: 341 <= obj <= 823
11.19/11.25	c BCD2: #cores=164, #unrelaxed=307, #relaxed=1341, #hardened=0
11.19/11.25	c BCD2: #sat=1 #unsat=342 bias=342/343
11.19/11.25	c Solving starts ...
11.19/11.25	c ============================[ Search Statistics ]============================
11.19/11.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.25	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.25	c =============================================================================
11.19/11.25	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      289
11.19/11.27	c  0.0s |       0 |      237 |        0 |    14261      0 |      177 |      289
11.19/11.27	c #cpu_time = 0.020s
11.19/11.27	c #wall_clock_time = 0.020s
11.19/11.27	c #decision = 237
11.19/11.27	c #random_decision = 0
11.19/11.27	c #conflict = 0
11.19/11.27	c #restart = 0
11.19/11.27	c BCD2: found a new core of size 2: cost of the new core is >=1
11.19/11.27	c lower bound updated to 342
11.19/11.27	c BCD2: 342 <= obj <= 823
11.19/11.27	c BCD2: #cores=165, #unrelaxed=305, #relaxed=1343, #hardened=0
11.19/11.27	c BCD2: #sat=1 #unsat=343 bias=343/344
11.19/11.27	c Solving starts ...
11.19/11.27	c ============================[ Search Statistics ]============================
11.19/11.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.27	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.27	c =============================================================================
11.19/11.27	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      290
11.19/11.29	c  0.0s |       0 |      240 |        0 |    14261      0 |      177 |      290
11.19/11.29	c #cpu_time = 0.020s
11.19/11.29	c #wall_clock_time = 0.020s
11.19/11.29	c #decision = 240
11.19/11.29	c #random_decision = 0
11.19/11.29	c #conflict = 0
11.19/11.29	c #restart = 0
11.19/11.29	c BCD2: found a new core of size 2: cost of the new core is >=1
11.19/11.29	c lower bound updated to 343
11.19/11.29	c BCD2: 343 <= obj <= 823
11.19/11.29	c BCD2: #cores=166, #unrelaxed=303, #relaxed=1345, #hardened=0
11.19/11.29	c BCD2: #sat=1 #unsat=344 bias=344/345
11.19/11.29	c Solving starts ...
11.19/11.29	c ============================[ Search Statistics ]============================
11.19/11.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.29	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.29	c =============================================================================
11.19/11.29	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      291
11.28/11.31	c  0.0s |       0 |      243 |        0 |    14261      0 |      177 |      291
11.28/11.31	c #cpu_time = 0.020s
11.28/11.31	c #wall_clock_time = 0.020s
11.28/11.31	c #decision = 243
11.28/11.31	c #random_decision = 0
11.28/11.31	c #conflict = 0
11.28/11.31	c #restart = 0
11.28/11.31	c BCD2: found a new core of size 2: cost of the new core is >=1
11.28/11.31	c lower bound updated to 344
11.28/11.32	c BCD2: 344 <= obj <= 823
11.28/11.32	c BCD2: #cores=167, #unrelaxed=301, #relaxed=1347, #hardened=0
11.28/11.32	c BCD2: #sat=1 #unsat=345 bias=345/346
11.28/11.32	c Solving starts ...
11.28/11.32	c ============================[ Search Statistics ]============================
11.28/11.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.28/11.32	c       |         |          |          |    Limit     GC | Var      | Constra 
11.28/11.32	c =============================================================================
11.28/11.32	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      292
11.28/11.34	c  0.0s |       0 |      246 |        0 |    14261      0 |      177 |      292
11.28/11.34	c #cpu_time = 0.020s
11.28/11.34	c #wall_clock_time = 0.020s
11.28/11.34	c #decision = 246
11.28/11.34	c #random_decision = 0
11.28/11.34	c #conflict = 0
11.28/11.34	c #restart = 0
11.28/11.34	c BCD2: found a new core of size 2: cost of the new core is >=1
11.28/11.34	c lower bound updated to 345
11.28/11.34	c BCD2: 345 <= obj <= 823
11.28/11.34	c BCD2: #cores=168, #unrelaxed=299, #relaxed=1349, #hardened=0
11.28/11.34	c BCD2: #sat=1 #unsat=346 bias=346/347
11.28/11.34	c Solving starts ...
11.28/11.34	c ============================[ Search Statistics ]============================
11.28/11.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.28/11.34	c       |         |          |          |    Limit     GC | Var      | Constra 
11.28/11.34	c =============================================================================
11.28/11.34	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      293
11.28/11.36	c  0.0s |       0 |      249 |        0 |    14261      0 |      177 |      293
11.28/11.36	c #cpu_time = 0.020s
11.28/11.36	c #wall_clock_time = 0.020s
11.28/11.36	c #decision = 249
11.28/11.36	c #random_decision = 0
11.28/11.36	c #conflict = 0
11.28/11.36	c #restart = 0
11.28/11.36	c BCD2: found a new core of size 2: cost of the new core is >=1
11.28/11.36	c lower bound updated to 346
11.28/11.36	c BCD2: 346 <= obj <= 823
11.28/11.36	c BCD2: #cores=169, #unrelaxed=297, #relaxed=1351, #hardened=0
11.28/11.36	c BCD2: #sat=1 #unsat=347 bias=347/348
11.28/11.36	c Solving starts ...
11.28/11.36	c ============================[ Search Statistics ]============================
11.28/11.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.28/11.36	c       |         |          |          |    Limit     GC | Var      | Constra 
11.28/11.36	c =============================================================================
11.28/11.36	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      294
11.28/11.38	c  0.0s |       0 |      252 |        0 |    14261      0 |      177 |      294
11.28/11.38	c #cpu_time = 0.020s
11.28/11.38	c #wall_clock_time = 0.020s
11.28/11.38	c #decision = 252
11.28/11.38	c #random_decision = 0
11.28/11.38	c #conflict = 0
11.28/11.38	c #restart = 0
11.28/11.38	c BCD2: found a new core of size 2: cost of the new core is >=1
11.28/11.38	c lower bound updated to 347
11.28/11.39	c BCD2: 347 <= obj <= 823
11.28/11.39	c BCD2: #cores=170, #unrelaxed=295, #relaxed=1353, #hardened=0
11.28/11.39	c BCD2: #sat=1 #unsat=348 bias=348/349
11.28/11.39	c Solving starts ...
11.28/11.39	c ============================[ Search Statistics ]============================
11.28/11.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.28/11.39	c       |         |          |          |    Limit     GC | Var      | Constra 
11.28/11.39	c =============================================================================
11.28/11.39	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      295
11.38/11.41	c  0.0s |       0 |      255 |        0 |    14261      0 |      177 |      295
11.38/11.41	c #cpu_time = 0.020s
11.38/11.41	c #wall_clock_time = 0.020s
11.38/11.41	c #decision = 255
11.38/11.41	c #random_decision = 0
11.38/11.41	c #conflict = 0
11.38/11.41	c #restart = 0
11.38/11.41	c BCD2: found a new core of size 2: cost of the new core is >=1
11.38/11.41	c lower bound updated to 348
11.38/11.41	c BCD2: 348 <= obj <= 823
11.38/11.41	c BCD2: #cores=171, #unrelaxed=293, #relaxed=1355, #hardened=0
11.38/11.41	c BCD2: #sat=1 #unsat=349 bias=349/350
11.38/11.41	c Solving starts ...
11.38/11.41	c ============================[ Search Statistics ]============================
11.38/11.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.38/11.41	c       |         |          |          |    Limit     GC | Var      | Constra 
11.38/11.41	c =============================================================================
11.38/11.41	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      296
11.38/11.43	c  0.0s |       0 |      258 |        0 |    14261      0 |      177 |      296
11.38/11.43	c #cpu_time = 0.020s
11.38/11.43	c #wall_clock_time = 0.021s
11.38/11.43	c #decision = 258
11.38/11.43	c #random_decision = 0
11.38/11.43	c #conflict = 0
11.38/11.43	c #restart = 0
11.38/11.43	c BCD2: found a new core of size 2: cost of the new core is >=1
11.38/11.43	c lower bound updated to 349
11.38/11.43	c BCD2: 349 <= obj <= 823
11.38/11.43	c BCD2: #cores=172, #unrelaxed=291, #relaxed=1357, #hardened=0
11.38/11.43	c BCD2: #sat=1 #unsat=350 bias=350/351
11.38/11.44	c Solving starts ...
11.38/11.44	c ============================[ Search Statistics ]============================
11.38/11.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.38/11.44	c       |         |          |          |    Limit     GC | Var      | Constra 
11.38/11.44	c =============================================================================
11.38/11.44	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      297
11.38/11.46	c  0.0s |       0 |      261 |        0 |    14261      0 |      177 |      297
11.38/11.46	c #cpu_time = 0.020s
11.38/11.46	c #wall_clock_time = 0.020s
11.38/11.46	c #decision = 261
11.38/11.46	c #random_decision = 0
11.38/11.46	c #conflict = 0
11.38/11.46	c #restart = 0
11.38/11.46	c BCD2: found a new core of size 2: cost of the new core is >=1
11.38/11.46	c lower bound updated to 350
11.38/11.46	c BCD2: 350 <= obj <= 823
11.38/11.46	c BCD2: #cores=173, #unrelaxed=289, #relaxed=1359, #hardened=0
11.38/11.46	c BCD2: #sat=1 #unsat=351 bias=351/352
11.38/11.46	c Solving starts ...
11.38/11.46	c ============================[ Search Statistics ]============================
11.38/11.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.38/11.46	c       |         |          |          |    Limit     GC | Var      | Constra 
11.38/11.46	c =============================================================================
11.38/11.46	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      298
11.38/11.48	c  0.0s |       0 |      264 |        0 |    14261      0 |      177 |      298
11.38/11.48	c #cpu_time = 0.020s
11.38/11.48	c #wall_clock_time = 0.020s
11.38/11.48	c #decision = 264
11.38/11.48	c #random_decision = 0
11.38/11.48	c #conflict = 0
11.38/11.48	c #restart = 0
11.38/11.48	c BCD2: found a new core of size 2: cost of the new core is >=1
11.38/11.48	c lower bound updated to 351
11.38/11.48	c BCD2: 351 <= obj <= 823
11.38/11.48	c BCD2: #cores=174, #unrelaxed=287, #relaxed=1361, #hardened=0
11.38/11.48	c BCD2: #sat=1 #unsat=352 bias=352/353
11.38/11.48	c Solving starts ...
11.38/11.48	c ============================[ Search Statistics ]============================
11.38/11.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.38/11.48	c       |         |          |          |    Limit     GC | Var      | Constra 
11.38/11.48	c =============================================================================
11.38/11.48	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      299
11.48/11.50	c  0.0s |       0 |      267 |        0 |    14261      0 |      177 |      299
11.48/11.50	c #cpu_time = 0.020s
11.48/11.50	c #wall_clock_time = 0.020s
11.48/11.50	c #decision = 267
11.48/11.50	c #random_decision = 0
11.48/11.50	c #conflict = 0
11.48/11.50	c #restart = 0
11.48/11.50	c BCD2: found a new core of size 2: cost of the new core is >=1
11.48/11.50	c lower bound updated to 352
11.48/11.50	c BCD2: 352 <= obj <= 823
11.48/11.50	c BCD2: #cores=175, #unrelaxed=285, #relaxed=1363, #hardened=0
11.48/11.50	c BCD2: #sat=1 #unsat=353 bias=353/354
11.48/11.51	c Solving starts ...
11.48/11.51	c ============================[ Search Statistics ]============================
11.48/11.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.48/11.51	c       |         |          |          |    Limit     GC | Var      | Constra 
11.48/11.51	c =============================================================================
11.48/11.51	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      300
11.48/11.53	c  0.0s |       0 |      270 |        0 |    14261      0 |      177 |      300
11.48/11.53	c #cpu_time = 0.020s
11.48/11.53	c #wall_clock_time = 0.020s
11.48/11.53	c #decision = 270
11.48/11.53	c #random_decision = 0
11.48/11.53	c #conflict = 0
11.48/11.53	c #restart = 0
11.48/11.53	c BCD2: found a new core of size 2: cost of the new core is >=1
11.48/11.53	c lower bound updated to 353
11.48/11.53	c BCD2: 353 <= obj <= 823
11.48/11.53	c BCD2: #cores=176, #unrelaxed=283, #relaxed=1365, #hardened=0
11.48/11.53	c BCD2: #sat=1 #unsat=354 bias=354/355
11.48/11.53	c Solving starts ...
11.48/11.53	c ============================[ Search Statistics ]============================
11.48/11.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.48/11.53	c       |         |          |          |    Limit     GC | Var      | Constra 
11.48/11.53	c =============================================================================
11.48/11.53	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      301
11.48/11.55	c  0.0s |       0 |      273 |        0 |    14261      0 |      177 |      301
11.48/11.55	c #cpu_time = 0.020s
11.48/11.55	c #wall_clock_time = 0.020s
11.48/11.55	c #decision = 273
11.48/11.55	c #random_decision = 0
11.48/11.55	c #conflict = 0
11.48/11.55	c #restart = 0
11.48/11.55	c BCD2: found a new core of size 2: cost of the new core is >=1
11.48/11.55	c lower bound updated to 354
11.48/11.55	c BCD2: 354 <= obj <= 823
11.48/11.55	c BCD2: #cores=177, #unrelaxed=281, #relaxed=1367, #hardened=0
11.48/11.55	c BCD2: #sat=1 #unsat=355 bias=355/356
11.48/11.55	c Solving starts ...
11.48/11.55	c ============================[ Search Statistics ]============================
11.48/11.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.48/11.55	c       |         |          |          |    Limit     GC | Var      | Constra 
11.48/11.55	c =============================================================================
11.48/11.55	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      302
11.48/11.57	c  0.0s |       0 |      276 |        0 |    14261      0 |      177 |      302
11.48/11.57	c #cpu_time = 0.020s
11.48/11.57	c #wall_clock_time = 0.020s
11.48/11.57	c #decision = 276
11.48/11.57	c #random_decision = 0
11.48/11.57	c #conflict = 0
11.48/11.57	c #restart = 0
11.48/11.57	c BCD2: found a new core of size 2: cost of the new core is >=1
11.48/11.57	c lower bound updated to 355
11.48/11.58	c BCD2: 355 <= obj <= 823
11.48/11.58	c BCD2: #cores=178, #unrelaxed=279, #relaxed=1369, #hardened=0
11.48/11.58	c BCD2: #sat=1 #unsat=356 bias=356/357
11.48/11.58	c Solving starts ...
11.48/11.58	c ============================[ Search Statistics ]============================
11.48/11.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.48/11.58	c       |         |          |          |    Limit     GC | Var      | Constra 
11.48/11.58	c =============================================================================
11.48/11.58	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      303
11.59/11.60	c  0.0s |       0 |      279 |        0 |    14261      0 |      177 |      303
11.59/11.60	c #cpu_time = 0.020s
11.59/11.60	c #wall_clock_time = 0.020s
11.59/11.60	c #decision = 279
11.59/11.60	c #random_decision = 0
11.59/11.60	c #conflict = 0
11.59/11.60	c #restart = 0
11.59/11.60	c BCD2: found a new core of size 2: cost of the new core is >=1
11.59/11.60	c lower bound updated to 356
11.59/11.60	c BCD2: 356 <= obj <= 823
11.59/11.60	c BCD2: #cores=179, #unrelaxed=277, #relaxed=1371, #hardened=0
11.59/11.60	c BCD2: #sat=1 #unsat=357 bias=357/358
11.59/11.60	c Solving starts ...
11.59/11.60	c ============================[ Search Statistics ]============================
11.59/11.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.59/11.60	c       |         |          |          |    Limit     GC | Var      | Constra 
11.59/11.60	c =============================================================================
11.59/11.60	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      304
11.59/11.62	c  0.0s |       0 |      282 |        0 |    14261      0 |      177 |      304
11.59/11.62	c #cpu_time = 0.020s
11.59/11.62	c #wall_clock_time = 0.020s
11.59/11.62	c #decision = 282
11.59/11.62	c #random_decision = 0
11.59/11.62	c #conflict = 0
11.59/11.62	c #restart = 0
11.59/11.62	c BCD2: found a new core of size 2: cost of the new core is >=1
11.59/11.62	c lower bound updated to 357
11.59/11.62	c BCD2: 357 <= obj <= 823
11.59/11.62	c BCD2: #cores=180, #unrelaxed=275, #relaxed=1373, #hardened=0
11.59/11.62	c BCD2: #sat=1 #unsat=358 bias=358/359
11.59/11.62	c Solving starts ...
11.59/11.62	c ============================[ Search Statistics ]============================
11.59/11.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.59/11.62	c       |         |          |          |    Limit     GC | Var      | Constra 
11.59/11.62	c =============================================================================
11.59/11.62	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      305
11.59/11.65	c  0.0s |       0 |      285 |        0 |    14261      0 |      177 |      305
11.59/11.65	c #cpu_time = 0.020s
11.59/11.65	c #wall_clock_time = 0.020s
11.59/11.65	c #decision = 285
11.59/11.65	c #random_decision = 0
11.59/11.65	c #conflict = 0
11.59/11.65	c #restart = 0
11.59/11.65	c BCD2: found a new core of size 2: cost of the new core is >=1
11.59/11.65	c lower bound updated to 358
11.59/11.65	c BCD2: 358 <= obj <= 823
11.59/11.65	c BCD2: #cores=181, #unrelaxed=273, #relaxed=1375, #hardened=0
11.59/11.65	c BCD2: #sat=1 #unsat=359 bias=359/360
11.59/11.65	c Solving starts ...
11.59/11.65	c ============================[ Search Statistics ]============================
11.59/11.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.59/11.65	c       |         |          |          |    Limit     GC | Var      | Constra 
11.59/11.65	c =============================================================================
11.59/11.65	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      306
11.59/11.67	c  0.0s |       0 |      288 |        0 |    14261      0 |      177 |      306
11.59/11.67	c #cpu_time = 0.020s
11.59/11.67	c #wall_clock_time = 0.020s
11.59/11.67	c #decision = 288
11.59/11.67	c #random_decision = 0
11.59/11.67	c #conflict = 0
11.59/11.67	c #restart = 0
11.59/11.67	c BCD2: found a new core of size 2: cost of the new core is >=1
11.59/11.67	c lower bound updated to 359
11.59/11.67	c BCD2: 359 <= obj <= 823
11.59/11.67	c BCD2: #cores=182, #unrelaxed=271, #relaxed=1377, #hardened=0
11.59/11.67	c BCD2: #sat=1 #unsat=360 bias=360/361
11.59/11.67	c Solving starts ...
11.59/11.67	c ============================[ Search Statistics ]============================
11.59/11.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.59/11.67	c       |         |          |          |    Limit     GC | Var      | Constra 
11.59/11.67	c =============================================================================
11.59/11.67	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      307
11.59/11.69	c  0.0s |       0 |      291 |        0 |    14261      0 |      177 |      307
11.59/11.69	c #cpu_time = 0.020s
11.59/11.69	c #wall_clock_time = 0.020s
11.59/11.69	c #decision = 291
11.59/11.69	c #random_decision = 0
11.59/11.69	c #conflict = 0
11.59/11.69	c #restart = 0
11.59/11.69	c BCD2: found a new core of size 2: cost of the new core is >=1
11.59/11.69	c lower bound updated to 360
11.59/11.69	c BCD2: 360 <= obj <= 823
11.59/11.69	c BCD2: #cores=183, #unrelaxed=269, #relaxed=1379, #hardened=0
11.59/11.69	c BCD2: #sat=1 #unsat=361 bias=361/362
11.59/11.69	c Solving starts ...
11.69/11.70	c ============================[ Search Statistics ]============================
11.69/11.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.69/11.70	c       |         |          |          |    Limit     GC | Var      | Constra 
11.69/11.70	c =============================================================================
11.69/11.70	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      308
11.69/11.72	c  0.0s |       0 |      294 |        0 |    14261      0 |      177 |      308
11.69/11.72	c #cpu_time = 0.020s
11.69/11.72	c #wall_clock_time = 0.020s
11.69/11.72	c #decision = 294
11.69/11.72	c #random_decision = 0
11.69/11.72	c #conflict = 0
11.69/11.72	c #restart = 0
11.69/11.72	c BCD2: found a new core of size 2: cost of the new core is >=1
11.69/11.72	c lower bound updated to 361
11.69/11.72	c BCD2: 361 <= obj <= 823
11.69/11.72	c BCD2: #cores=184, #unrelaxed=267, #relaxed=1381, #hardened=0
11.69/11.72	c BCD2: #sat=1 #unsat=362 bias=362/363
11.69/11.72	c Solving starts ...
11.69/11.72	c ============================[ Search Statistics ]============================
11.69/11.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.69/11.72	c       |         |          |          |    Limit     GC | Var      | Constra 
11.69/11.72	c =============================================================================
11.69/11.72	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      309
11.69/11.74	c  0.0s |       0 |      297 |        0 |    14261      0 |      177 |      309
11.69/11.74	c #cpu_time = 0.020s
11.69/11.74	c #wall_clock_time = 0.020s
11.69/11.74	c #decision = 297
11.69/11.74	c #random_decision = 0
11.69/11.74	c #conflict = 0
11.69/11.74	c #restart = 0
11.69/11.74	c BCD2: found a new core of size 2: cost of the new core is >=1
11.69/11.74	c lower bound updated to 362
11.69/11.74	c BCD2: 362 <= obj <= 823
11.69/11.74	c BCD2: #cores=185, #unrelaxed=265, #relaxed=1383, #hardened=0
11.69/11.74	c BCD2: #sat=1 #unsat=363 bias=363/364
11.69/11.74	c Solving starts ...
11.69/11.74	c ============================[ Search Statistics ]============================
11.69/11.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.69/11.74	c       |         |          |          |    Limit     GC | Var      | Constra 
11.69/11.74	c =============================================================================
11.69/11.74	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      310
11.69/11.76	c  0.0s |       0 |      300 |        0 |    14261      0 |      177 |      310
11.69/11.76	c #cpu_time = 0.020s
11.69/11.76	c #wall_clock_time = 0.020s
11.69/11.76	c #decision = 300
11.69/11.76	c #random_decision = 0
11.69/11.76	c #conflict = 0
11.69/11.76	c #restart = 0
11.69/11.76	c BCD2: found a new core of size 2: cost of the new core is >=1
11.69/11.76	c lower bound updated to 363
11.69/11.77	c BCD2: 363 <= obj <= 823
11.69/11.77	c BCD2: #cores=186, #unrelaxed=263, #relaxed=1385, #hardened=0
11.69/11.77	c BCD2: #sat=1 #unsat=364 bias=364/365
11.69/11.77	c Solving starts ...
11.69/11.77	c ============================[ Search Statistics ]============================
11.69/11.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.69/11.77	c       |         |          |          |    Limit     GC | Var      | Constra 
11.69/11.77	c =============================================================================
11.69/11.77	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      311
11.69/11.79	c  0.0s |       0 |      303 |        0 |    14261      0 |      177 |      311
11.69/11.79	c #cpu_time = 0.020s
11.69/11.79	c #wall_clock_time = 0.020s
11.69/11.79	c #decision = 303
11.69/11.79	c #random_decision = 0
11.69/11.79	c #conflict = 0
11.69/11.79	c #restart = 0
11.69/11.79	c BCD2: found a new core of size 2: cost of the new core is >=1
11.69/11.79	c lower bound updated to 364
11.69/11.79	c BCD2: 364 <= obj <= 823
11.69/11.79	c BCD2: #cores=187, #unrelaxed=261, #relaxed=1387, #hardened=0
11.69/11.79	c BCD2: #sat=1 #unsat=365 bias=365/366
11.69/11.79	c Solving starts ...
11.69/11.79	c ============================[ Search Statistics ]============================
11.69/11.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.69/11.79	c       |         |          |          |    Limit     GC | Var      | Constra 
11.69/11.79	c =============================================================================
11.69/11.79	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      312
11.79/11.81	c  0.0s |       0 |      306 |        0 |    14261      0 |      177 |      312
11.79/11.81	c #cpu_time = 0.020s
11.79/11.81	c #wall_clock_time = 0.020s
11.79/11.81	c #decision = 306
11.79/11.81	c #random_decision = 0
11.79/11.81	c #conflict = 0
11.79/11.81	c #restart = 0
11.79/11.81	c BCD2: found a new core of size 2: cost of the new core is >=1
11.79/11.81	c lower bound updated to 365
11.79/11.81	c BCD2: 365 <= obj <= 823
11.79/11.81	c BCD2: #cores=188, #unrelaxed=259, #relaxed=1389, #hardened=0
11.79/11.81	c BCD2: #sat=1 #unsat=366 bias=366/367
11.79/11.81	c Solving starts ...
11.79/11.81	c ============================[ Search Statistics ]============================
11.79/11.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.79/11.81	c       |         |          |          |    Limit     GC | Var      | Constra 
11.79/11.81	c =============================================================================
11.79/11.81	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      313
11.79/11.83	c  0.0s |       0 |      309 |        0 |    14261      0 |      177 |      313
11.79/11.83	c #cpu_time = 0.020s
11.79/11.83	c #wall_clock_time = 0.020s
11.79/11.83	c #decision = 309
11.79/11.83	c #random_decision = 0
11.79/11.83	c #conflict = 0
11.79/11.83	c #restart = 0
11.79/11.83	c BCD2: found a new core of size 2: cost of the new core is >=1
11.79/11.83	c lower bound updated to 366
11.79/11.84	c BCD2: 366 <= obj <= 823
11.79/11.84	c BCD2: #cores=189, #unrelaxed=257, #relaxed=1391, #hardened=0
11.79/11.84	c BCD2: #sat=1 #unsat=367 bias=367/368
11.79/11.84	c Solving starts ...
11.79/11.84	c ============================[ Search Statistics ]============================
11.79/11.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.79/11.84	c       |         |          |          |    Limit     GC | Var      | Constra 
11.79/11.84	c =============================================================================
11.79/11.84	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      314
11.79/11.86	c  0.0s |       0 |      311 |        2 |    14261      0 |      177 |      314
11.79/11.86	c #cpu_time = 0.021s
11.79/11.86	c #wall_clock_time = 0.021s
11.79/11.86	c #decision = 311
11.79/11.86	c #random_decision = 0
11.79/11.86	c #conflict = 2
11.79/11.86	c #restart = 0
11.79/11.86	c BCD2: found a new core of size 57: cost of the new core is >=1
11.79/11.86	c lower bound updated to 367
11.79/11.86	c BCD2: 367 <= obj <= 823
11.79/11.86	c BCD2: #cores=190, #unrelaxed=200, #relaxed=1448, #hardened=0
11.79/11.86	c BCD2: #sat=1 #unsat=368 bias=368/369
11.79/11.86	c Solving starts ...
11.79/11.86	c ============================[ Search Statistics ]============================
11.79/11.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.79/11.86	c       |         |          |          |    Limit     GC | Var      | Constra 
11.79/11.86	c =============================================================================
11.79/11.86	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      314
11.79/11.88	c  0.0s |       0 |      256 |        0 |    14261      0 |      177 |      314
11.79/11.88	c #cpu_time = 0.021s
11.79/11.88	c #wall_clock_time = 0.021s
11.79/11.88	c #decision = 256
11.79/11.88	c #random_decision = 0
11.79/11.88	c #conflict = 0
11.79/11.88	c #restart = 0
11.79/11.88	c BCD2: found a new core of size 2: cost of the new core is >=1
11.79/11.88	c lower bound updated to 368
11.79/11.88	c BCD2: 368 <= obj <= 823
11.79/11.88	c BCD2: #cores=191, #unrelaxed=198, #relaxed=1450, #hardened=0
11.79/11.88	c BCD2: #sat=1 #unsat=369 bias=369/370
11.79/11.88	c Solving starts ...
11.79/11.89	c ============================[ Search Statistics ]============================
11.79/11.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.79/11.89	c       |         |          |          |    Limit     GC | Var      | Constra 
11.79/11.89	c =============================================================================
11.79/11.89	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      315
11.89/11.91	c  0.0s |       0 |      259 |        0 |    14261      0 |      177 |      315
11.89/11.91	c #cpu_time = 0.020s
11.89/11.91	c #wall_clock_time = 0.021s
11.89/11.91	c #decision = 259
11.89/11.91	c #random_decision = 0
11.89/11.91	c #conflict = 0
11.89/11.91	c #restart = 0
11.89/11.91	c BCD2: found a new core of size 2: cost of the new core is >=1
11.89/11.91	c lower bound updated to 369
11.89/11.91	c BCD2: 369 <= obj <= 823
11.89/11.91	c BCD2: #cores=192, #unrelaxed=196, #relaxed=1452, #hardened=0
11.89/11.91	c BCD2: #sat=1 #unsat=370 bias=370/371
11.89/11.91	c Solving starts ...
11.89/11.91	c ============================[ Search Statistics ]============================
11.89/11.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.89/11.91	c       |         |          |          |    Limit     GC | Var      | Constra 
11.89/11.91	c =============================================================================
11.89/11.91	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      316
11.89/11.93	c  0.0s |       0 |      262 |        0 |    14261      0 |      177 |      316
11.89/11.93	c #cpu_time = 0.021s
11.89/11.93	c #wall_clock_time = 0.021s
11.89/11.93	c #decision = 262
11.89/11.93	c #random_decision = 0
11.89/11.93	c #conflict = 0
11.89/11.93	c #restart = 0
11.89/11.93	c BCD2: found a new core of size 2: cost of the new core is >=1
11.89/11.93	c lower bound updated to 370
11.89/11.93	c BCD2: 370 <= obj <= 823
11.89/11.93	c BCD2: #cores=193, #unrelaxed=194, #relaxed=1454, #hardened=0
11.89/11.93	c BCD2: #sat=1 #unsat=371 bias=371/372
11.89/11.93	c Solving starts ...
11.89/11.93	c ============================[ Search Statistics ]============================
11.89/11.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.89/11.93	c       |         |          |          |    Limit     GC | Var      | Constra 
11.89/11.93	c =============================================================================
11.89/11.93	c  0.0s |       0 |        0 |        0 |    14261      0 |      177 |      317
11.89/11.95	c  0.0s |       0 |      319 |        1 |    14261      0 |      177 |      317
11.89/11.95	c #cpu_time = 0.021s
11.89/11.95	c #wall_clock_time = 0.021s
11.89/11.95	c #decision = 319
11.89/11.95	c #random_decision = 0
11.89/11.95	c #conflict = 1
11.89/11.96	c #restart = 0
11.89/11.96	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=2
11.89/11.96	c lower bound updated to 371
11.89/11.96	c BCD2: 371 <= obj <= 823
11.89/11.96	c BCD2: #cores=193, #unrelaxed=192, #relaxed=1456, #hardened=0
11.89/11.96	c BCD2: #sat=1 #unsat=372 bias=372/373
11.89/11.96	c Solving starts ...
11.89/11.96	c ============================[ Search Statistics ]============================
11.89/11.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.89/11.96	c       |         |          |          |    Limit     GC | Var      | Constra 
11.89/11.96	c =============================================================================
11.89/11.96	c  0.0s |       0 |        0 |        0 |    14261      0 |      178 |      317
11.89/11.98	c  0.0s |       0 |      335 |        1 |    14261      0 |      178 |      318
11.89/11.98	c #cpu_time = 0.021s
11.89/11.98	c #wall_clock_time = 0.021s
11.89/11.98	c #decision = 335
11.89/11.98	c #random_decision = 0
11.89/11.98	c #conflict = 1
11.89/11.98	c #restart = 0
11.89/11.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
11.89/11.98	c lower bound updated to 372
11.89/11.98	c BCD2: 372 <= obj <= 823
11.89/11.98	c BCD2: #cores=193, #unrelaxed=191, #relaxed=1457, #hardened=0
11.89/11.98	c BCD2: #sat=1 #unsat=373 bias=373/374
11.89/11.98	c Solving starts ...
11.89/11.98	c ============================[ Search Statistics ]============================
11.89/11.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.89/11.98	c       |         |          |          |    Limit     GC | Var      | Constra 
11.89/11.98	c =============================================================================
11.89/11.98	c  0.0s |       0 |        0 |        0 |    14261      0 |      179 |      318
11.99/12.00	c  0.0s |       0 |      266 |        0 |    14261      0 |      179 |      319
11.99/12.00	c #cpu_time = 0.021s
11.99/12.00	c #wall_clock_time = 0.021s
11.99/12.00	c #decision = 266
11.99/12.00	c #random_decision = 0
11.99/12.00	c #conflict = 0
11.99/12.00	c #restart = 0
11.99/12.00	c BCD2: found a new core of size 2: cost of the new core is >=1
11.99/12.00	c lower bound updated to 373
11.99/12.00	c BCD2: 373 <= obj <= 823
11.99/12.00	c BCD2: #cores=194, #unrelaxed=189, #relaxed=1459, #hardened=0
11.99/12.00	c BCD2: #sat=1 #unsat=374 bias=374/375
11.99/12.01	c Solving starts ...
11.99/12.01	c ============================[ Search Statistics ]============================
11.99/12.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.99/12.01	c       |         |          |          |    Limit     GC | Var      | Constra 
11.99/12.01	c =============================================================================
11.99/12.01	c  0.0s |       0 |        0 |        0 |    14261      0 |      179 |      320
11.99/12.03	c  0.0s |       0 |      269 |        0 |    14261      0 |      179 |      320
11.99/12.03	c #cpu_time = 0.020s
11.99/12.03	c #wall_clock_time = 0.020s
11.99/12.03	c #decision = 269
11.99/12.03	c #random_decision = 0
11.99/12.03	c #conflict = 0
11.99/12.03	c #restart = 0
11.99/12.03	c BCD2: found a new core of size 2: cost of the new core is >=1
11.99/12.03	c lower bound updated to 374
11.99/12.03	c BCD2: 374 <= obj <= 823
11.99/12.03	c BCD2: #cores=195, #unrelaxed=187, #relaxed=1461, #hardened=0
11.99/12.03	c BCD2: #sat=1 #unsat=375 bias=375/376
11.99/12.03	c Solving starts ...
11.99/12.03	c ============================[ Search Statistics ]============================
11.99/12.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.99/12.03	c       |         |          |          |    Limit     GC | Var      | Constra 
11.99/12.03	c =============================================================================
11.99/12.03	c  0.0s |       0 |        0 |        0 |    14261      0 |      179 |      321
11.99/12.05	c  0.0s |       0 |      272 |        0 |    14261      0 |      179 |      321
11.99/12.05	c #cpu_time = 0.020s
11.99/12.05	c #wall_clock_time = 0.020s
11.99/12.05	c #decision = 272
11.99/12.05	c #random_decision = 0
11.99/12.05	c #conflict = 0
11.99/12.05	c #restart = 0
11.99/12.05	c BCD2: found a new core of size 2: cost of the new core is >=1
11.99/12.05	c lower bound updated to 375
11.99/12.05	c BCD2: 375 <= obj <= 823
11.99/12.05	c BCD2: #cores=196, #unrelaxed=185, #relaxed=1463, #hardened=0
11.99/12.05	c BCD2: #sat=1 #unsat=376 bias=376/377
11.99/12.05	c Solving starts ...
11.99/12.05	c ============================[ Search Statistics ]============================
11.99/12.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.99/12.05	c       |         |          |          |    Limit     GC | Var      | Constra 
11.99/12.05	c =============================================================================
11.99/12.05	c  0.0s |       0 |        0 |        0 |    14261      0 |      179 |      322
11.99/12.07	c  0.0s |       0 |      275 |        0 |    14261      0 |      179 |      322
11.99/12.07	c #cpu_time = 0.021s
11.99/12.07	c #wall_clock_time = 0.021s
11.99/12.07	c #decision = 275
11.99/12.07	c #random_decision = 0
11.99/12.07	c #conflict = 0
11.99/12.07	c #restart = 0
11.99/12.07	c BCD2: found a new core of size 2: cost of the new core is >=1
11.99/12.07	c lower bound updated to 376
11.99/12.08	c BCD2: 376 <= obj <= 823
11.99/12.08	c BCD2: #cores=197, #unrelaxed=183, #relaxed=1465, #hardened=0
11.99/12.08	c BCD2: #sat=1 #unsat=377 bias=377/378
11.99/12.08	c Solving starts ...
11.99/12.08	c ============================[ Search Statistics ]============================
11.99/12.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.99/12.08	c       |         |          |          |    Limit     GC | Var      | Constra 
11.99/12.08	c =============================================================================
11.99/12.08	c  0.0s |       0 |        0 |        0 |    14261      0 |      179 |      323
12.09/12.10	c  0.0s |       0 |      278 |        0 |    14261      0 |      179 |      323
12.09/12.10	c #cpu_time = 0.020s
12.09/12.10	c #wall_clock_time = 0.020s
12.09/12.10	c #decision = 278
12.09/12.10	c #random_decision = 0
12.09/12.10	c #conflict = 0
12.09/12.10	c #restart = 0
12.09/12.10	c BCD2: found a new core of size 2: cost of the new core is >=1
12.09/12.10	c lower bound updated to 377
12.09/12.10	c BCD2: 377 <= obj <= 823
12.09/12.10	c BCD2: #cores=198, #unrelaxed=181, #relaxed=1467, #hardened=0
12.09/12.10	c BCD2: #sat=1 #unsat=378 bias=378/379
12.09/12.10	c Solving starts ...
12.09/12.10	c ============================[ Search Statistics ]============================
12.09/12.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.09/12.10	c       |         |          |          |    Limit     GC | Var      | Constra 
12.09/12.10	c =============================================================================
12.09/12.10	c  0.0s |       0 |        0 |        0 |    14261      0 |      179 |      324
12.09/12.12	c  0.0s |       0 |      281 |        0 |    14261      0 |      179 |      324
12.09/12.12	c #cpu_time = 0.020s
12.09/12.12	c #wall_clock_time = 0.020s
12.09/12.12	c #decision = 281
12.09/12.12	c #random_decision = 0
12.09/12.12	c #conflict = 0
12.09/12.12	c #restart = 0
12.09/12.12	c BCD2: found a new core of size 2: cost of the new core is >=1
12.09/12.12	c lower bound updated to 378
12.09/12.12	c BCD2: 378 <= obj <= 823
12.09/12.12	c BCD2: #cores=199, #unrelaxed=179, #relaxed=1469, #hardened=0
12.09/12.12	c BCD2: #sat=1 #unsat=379 bias=379/380
12.09/12.13	c Solving starts ...
12.09/12.13	c ============================[ Search Statistics ]============================
12.09/12.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.09/12.13	c       |         |          |          |    Limit     GC | Var      | Constra 
12.09/12.13	c =============================================================================
12.09/12.13	c  0.0s |       0 |        0 |        0 |    14261      0 |      179 |      325
12.09/12.15	c  0.0s |       0 |      284 |        0 |    14261      0 |      179 |      325
12.09/12.15	c #cpu_time = 0.020s
12.09/12.15	c #wall_clock_time = 0.021s
12.09/12.15	c #decision = 284
12.09/12.15	c #random_decision = 0
12.09/12.15	c #conflict = 0
12.09/12.15	c #restart = 0
12.09/12.15	c BCD2: found a new core of size 2: cost of the new core is >=1
12.09/12.15	c lower bound updated to 379
12.09/12.15	c BCD2: 379 <= obj <= 823
12.09/12.15	c BCD2: #cores=200, #unrelaxed=177, #relaxed=1471, #hardened=0
12.09/12.15	c BCD2: #sat=1 #unsat=380 bias=380/381
12.09/12.15	c Solving starts ...
12.09/12.15	c ============================[ Search Statistics ]============================
12.09/12.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.09/12.15	c       |         |          |          |    Limit     GC | Var      | Constra 
12.09/12.15	c =============================================================================
12.09/12.15	c  0.0s |       0 |        0 |        0 |    14261      0 |      179 |      326
12.09/12.17	c  0.0s |       0 |      287 |        0 |    14261      0 |      179 |      326
12.09/12.17	c #cpu_time = 0.020s
12.09/12.17	c #wall_clock_time = 0.020s
12.09/12.17	c #decision = 287
12.09/12.17	c #random_decision = 0
12.09/12.17	c #conflict = 0
12.09/12.17	c #restart = 0
12.09/12.17	c BCD2: found a new core of size 2: cost of the new core is >=1
12.09/12.17	c lower bound updated to 380
12.09/12.17	c BCD2: 380 <= obj <= 823
12.09/12.17	c BCD2: #cores=201, #unrelaxed=175, #relaxed=1473, #hardened=0
12.09/12.17	c BCD2: #sat=1 #unsat=381 bias=381/382
12.09/12.17	c Solving starts ...
12.09/12.17	c ============================[ Search Statistics ]============================
12.09/12.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.09/12.17	c       |         |          |          |    Limit     GC | Var      | Constra 
12.09/12.17	c =============================================================================
12.09/12.17	c  0.0s |       0 |        0 |        0 |    14261      0 |      179 |      327
12.09/12.19	c  0.0s |       0 |      290 |        0 |    14261      0 |      179 |      327
12.09/12.19	c #cpu_time = 0.020s
12.09/12.19	c #wall_clock_time = 0.020s
12.09/12.19	c #decision = 290
12.09/12.19	c #random_decision = 0
12.09/12.19	c #conflict = 0
12.09/12.19	c #restart = 0
12.09/12.19	c BCD2: found a new core of size 2: cost of the new core is >=1
12.09/12.19	c lower bound updated to 381
12.09/12.20	c BCD2: 381 <= obj <= 823
12.09/12.20	c BCD2: #cores=202, #unrelaxed=173, #relaxed=1475, #hardened=0
12.09/12.20	c BCD2: #sat=1 #unsat=382 bias=382/383
12.09/12.20	c Solving starts ...
12.09/12.20	c ============================[ Search Statistics ]============================
12.09/12.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.09/12.20	c       |         |          |          |    Limit     GC | Var      | Constra 
12.09/12.20	c =============================================================================
12.09/12.20	c  0.0s |       0 |        0 |        0 |    14261      0 |      179 |      328
12.20/12.22	c  0.0s |       0 |      548 |        1 |    14261      0 |      179 |      328
12.20/12.22	c #cpu_time = 0.021s
12.20/12.22	c #wall_clock_time = 0.021s
12.20/12.22	c #decision = 548
12.20/12.22	c #random_decision = 0
12.20/12.22	c #conflict = 1
12.20/12.22	c #restart = 0
12.20/12.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=3
12.20/12.22	c lower bound updated to 382
12.20/12.22	c BCD2: 382 <= obj <= 823
12.20/12.22	c BCD2: #cores=202, #unrelaxed=172, #relaxed=1476, #hardened=0
12.20/12.22	c BCD2: #sat=1 #unsat=383 bias=383/384
12.20/12.22	c Solving starts ...
12.20/12.22	c ============================[ Search Statistics ]============================
12.20/12.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.20/12.22	c       |         |          |          |    Limit     GC | Var      | Constra 
12.20/12.22	c =============================================================================
12.20/12.22	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      328
12.20/12.24	c  0.0s |       0 |      296 |        0 |    14261      0 |      180 |      329
12.20/12.24	c #cpu_time = 0.021s
12.20/12.24	c #wall_clock_time = 0.021s
12.20/12.24	c #decision = 296
12.20/12.24	c #random_decision = 0
12.20/12.24	c #conflict = 0
12.20/12.24	c #restart = 0
12.20/12.24	c BCD2: found a new core of size 2: cost of the new core is >=1
12.20/12.24	c lower bound updated to 383
12.20/12.24	c BCD2: 383 <= obj <= 823
12.20/12.24	c BCD2: #cores=203, #unrelaxed=170, #relaxed=1478, #hardened=0
12.20/12.24	c BCD2: #sat=1 #unsat=384 bias=384/385
12.20/12.24	c Solving starts ...
12.20/12.24	c ============================[ Search Statistics ]============================
12.20/12.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.20/12.24	c       |         |          |          |    Limit     GC | Var      | Constra 
12.20/12.24	c =============================================================================
12.20/12.24	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      330
12.20/12.26	c  0.0s |       0 |      299 |        0 |    14261      0 |      180 |      330
12.20/12.26	c #cpu_time = 0.020s
12.20/12.26	c #wall_clock_time = 0.020s
12.20/12.26	c #decision = 299
12.20/12.26	c #random_decision = 0
12.20/12.26	c #conflict = 0
12.20/12.26	c #restart = 0
12.20/12.26	c BCD2: found a new core of size 2: cost of the new core is >=1
12.20/12.26	c lower bound updated to 384
12.20/12.27	c BCD2: 384 <= obj <= 823
12.20/12.27	c BCD2: #cores=204, #unrelaxed=168, #relaxed=1480, #hardened=0
12.20/12.27	c BCD2: #sat=1 #unsat=385 bias=385/386
12.20/12.27	c Solving starts ...
12.20/12.27	c ============================[ Search Statistics ]============================
12.20/12.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.20/12.27	c       |         |          |          |    Limit     GC | Var      | Constra 
12.20/12.27	c =============================================================================
12.20/12.27	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      331
12.20/12.29	c  0.0s |       0 |      302 |        0 |    14261      0 |      180 |      331
12.20/12.29	c #cpu_time = 0.020s
12.20/12.29	c #wall_clock_time = 0.021s
12.20/12.29	c #decision = 302
12.20/12.29	c #random_decision = 0
12.20/12.29	c #conflict = 0
12.20/12.29	c #restart = 0
12.20/12.29	c BCD2: found a new core of size 2: cost of the new core is >=1
12.20/12.29	c lower bound updated to 385
12.20/12.29	c BCD2: 385 <= obj <= 823
12.20/12.29	c BCD2: #cores=205, #unrelaxed=166, #relaxed=1482, #hardened=0
12.20/12.29	c BCD2: #sat=1 #unsat=386 bias=386/387
12.20/12.29	c Solving starts ...
12.20/12.29	c ============================[ Search Statistics ]============================
12.20/12.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.20/12.29	c       |         |          |          |    Limit     GC | Var      | Constra 
12.20/12.29	c =============================================================================
12.20/12.29	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      332
12.30/12.31	c  0.0s |       0 |      305 |        0 |    14261      0 |      180 |      332
12.30/12.31	c #cpu_time = 0.020s
12.30/12.31	c #wall_clock_time = 0.020s
12.30/12.31	c #decision = 305
12.30/12.31	c #random_decision = 0
12.30/12.31	c #conflict = 0
12.30/12.31	c #restart = 0
12.30/12.31	c BCD2: found a new core of size 2: cost of the new core is >=1
12.30/12.31	c lower bound updated to 386
12.30/12.32	c BCD2: 386 <= obj <= 823
12.30/12.32	c BCD2: #cores=206, #unrelaxed=164, #relaxed=1484, #hardened=0
12.30/12.32	c BCD2: #sat=1 #unsat=387 bias=387/388
12.30/12.32	c Solving starts ...
12.30/12.32	c ============================[ Search Statistics ]============================
12.30/12.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.30/12.32	c       |         |          |          |    Limit     GC | Var      | Constra 
12.30/12.32	c =============================================================================
12.30/12.32	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      333
12.30/12.34	c  0.0s |       0 |      308 |        0 |    14261      0 |      180 |      333
12.30/12.34	c #cpu_time = 0.020s
12.30/12.34	c #wall_clock_time = 0.020s
12.30/12.34	c #decision = 308
12.30/12.34	c #random_decision = 0
12.30/12.34	c #conflict = 0
12.30/12.34	c #restart = 0
12.30/12.34	c BCD2: found a new core of size 2: cost of the new core is >=1
12.30/12.34	c lower bound updated to 387
12.30/12.34	c BCD2: 387 <= obj <= 823
12.30/12.34	c BCD2: #cores=207, #unrelaxed=162, #relaxed=1486, #hardened=0
12.30/12.34	c BCD2: #sat=1 #unsat=388 bias=388/389
12.30/12.34	c Solving starts ...
12.30/12.34	c ============================[ Search Statistics ]============================
12.30/12.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.30/12.34	c       |         |          |          |    Limit     GC | Var      | Constra 
12.30/12.34	c =============================================================================
12.30/12.34	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      334
12.30/12.36	c  0.0s |       0 |      311 |        0 |    14261      0 |      180 |      334
12.30/12.36	c #cpu_time = 0.020s
12.30/12.36	c #wall_clock_time = 0.020s
12.30/12.36	c #decision = 311
12.30/12.36	c #random_decision = 0
12.30/12.36	c #conflict = 0
12.30/12.36	c #restart = 0
12.30/12.36	c BCD2: found a new core of size 2: cost of the new core is >=1
12.30/12.36	c lower bound updated to 388
12.30/12.36	c BCD2: 388 <= obj <= 823
12.30/12.36	c BCD2: #cores=208, #unrelaxed=160, #relaxed=1488, #hardened=0
12.30/12.36	c BCD2: #sat=1 #unsat=389 bias=389/390
12.30/12.36	c Solving starts ...
12.30/12.36	c ============================[ Search Statistics ]============================
12.30/12.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.30/12.36	c       |         |          |          |    Limit     GC | Var      | Constra 
12.30/12.36	c =============================================================================
12.30/12.36	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      335
12.30/12.39	c  0.0s |       0 |      314 |        0 |    14261      0 |      180 |      335
12.30/12.39	c #cpu_time = 0.021s
12.30/12.39	c #wall_clock_time = 0.021s
12.30/12.39	c #decision = 314
12.30/12.39	c #random_decision = 0
12.30/12.39	c #conflict = 0
12.30/12.39	c #restart = 0
12.30/12.39	c BCD2: found a new core of size 2: cost of the new core is >=1
12.30/12.39	c lower bound updated to 389
12.30/12.39	c BCD2: 389 <= obj <= 823
12.30/12.39	c BCD2: #cores=209, #unrelaxed=158, #relaxed=1490, #hardened=0
12.30/12.39	c BCD2: #sat=1 #unsat=390 bias=390/391
12.30/12.39	c Solving starts ...
12.30/12.39	c ============================[ Search Statistics ]============================
12.30/12.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.30/12.39	c       |         |          |          |    Limit     GC | Var      | Constra 
12.30/12.39	c =============================================================================
12.30/12.39	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      336
12.39/12.41	c  0.0s |       0 |      317 |        0 |    14261      0 |      180 |      336
12.39/12.41	c #cpu_time = 0.020s
12.39/12.41	c #wall_clock_time = 0.020s
12.39/12.41	c #decision = 317
12.39/12.41	c #random_decision = 0
12.39/12.41	c #conflict = 0
12.39/12.41	c #restart = 0
12.39/12.41	c BCD2: found a new core of size 2: cost of the new core is >=1
12.39/12.41	c lower bound updated to 390
12.39/12.41	c BCD2: 390 <= obj <= 823
12.39/12.41	c BCD2: #cores=210, #unrelaxed=156, #relaxed=1492, #hardened=0
12.39/12.41	c BCD2: #sat=1 #unsat=391 bias=391/392
12.39/12.41	c Solving starts ...
12.39/12.41	c ============================[ Search Statistics ]============================
12.39/12.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.39/12.41	c       |         |          |          |    Limit     GC | Var      | Constra 
12.39/12.41	c =============================================================================
12.39/12.41	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      337
12.39/12.43	c  0.0s |       0 |      320 |        0 |    14261      0 |      180 |      337
12.39/12.43	c #cpu_time = 0.020s
12.39/12.43	c #wall_clock_time = 0.020s
12.39/12.43	c #decision = 320
12.39/12.43	c #random_decision = 0
12.39/12.43	c #conflict = 0
12.39/12.43	c #restart = 0
12.39/12.43	c BCD2: found a new core of size 2: cost of the new core is >=1
12.39/12.43	c lower bound updated to 391
12.39/12.44	c BCD2: 391 <= obj <= 823
12.39/12.44	c BCD2: #cores=211, #unrelaxed=154, #relaxed=1494, #hardened=0
12.39/12.44	c BCD2: #sat=1 #unsat=392 bias=392/393
12.39/12.44	c Solving starts ...
12.39/12.44	c ============================[ Search Statistics ]============================
12.39/12.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.39/12.44	c       |         |          |          |    Limit     GC | Var      | Constra 
12.39/12.44	c =============================================================================
12.39/12.44	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      338
12.39/12.46	c  0.0s |       0 |      323 |        0 |    14261      0 |      180 |      338
12.39/12.46	c #cpu_time = 0.021s
12.39/12.46	c #wall_clock_time = 0.021s
12.39/12.46	c #decision = 323
12.39/12.46	c #random_decision = 0
12.39/12.46	c #conflict = 0
12.39/12.46	c #restart = 0
12.39/12.46	c BCD2: found a new core of size 2: cost of the new core is >=1
12.39/12.46	c lower bound updated to 392
12.39/12.46	c BCD2: 392 <= obj <= 823
12.39/12.46	c BCD2: #cores=212, #unrelaxed=152, #relaxed=1496, #hardened=0
12.39/12.46	c BCD2: #sat=1 #unsat=393 bias=393/394
12.39/12.46	c Solving starts ...
12.39/12.46	c ============================[ Search Statistics ]============================
12.39/12.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.39/12.46	c       |         |          |          |    Limit     GC | Var      | Constra 
12.39/12.46	c =============================================================================
12.39/12.46	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      339
12.39/12.48	c  0.0s |       0 |      326 |        0 |    14261      0 |      180 |      339
12.39/12.48	c #cpu_time = 0.020s
12.39/12.48	c #wall_clock_time = 0.020s
12.39/12.48	c #decision = 326
12.39/12.48	c #random_decision = 0
12.39/12.48	c #conflict = 0
12.39/12.48	c #restart = 0
12.39/12.48	c BCD2: found a new core of size 2: cost of the new core is >=1
12.39/12.48	c lower bound updated to 393
12.39/12.48	c BCD2: 393 <= obj <= 823
12.39/12.48	c BCD2: #cores=213, #unrelaxed=150, #relaxed=1498, #hardened=0
12.39/12.48	c BCD2: #sat=1 #unsat=394 bias=394/395
12.39/12.48	c Solving starts ...
12.39/12.48	c ============================[ Search Statistics ]============================
12.39/12.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.39/12.48	c       |         |          |          |    Limit     GC | Var      | Constra 
12.39/12.48	c =============================================================================
12.39/12.48	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      340
12.49/12.50	c  0.0s |       0 |      329 |        0 |    14261      0 |      180 |      340
12.49/12.50	c #cpu_time = 0.020s
12.49/12.50	c #wall_clock_time = 0.020s
12.49/12.50	c #decision = 329
12.49/12.50	c #random_decision = 0
12.49/12.50	c #conflict = 0
12.49/12.50	c #restart = 0
12.49/12.50	c BCD2: found a new core of size 2: cost of the new core is >=1
12.49/12.50	c lower bound updated to 394
12.49/12.51	c BCD2: 394 <= obj <= 823
12.49/12.51	c BCD2: #cores=214, #unrelaxed=148, #relaxed=1500, #hardened=0
12.49/12.51	c BCD2: #sat=1 #unsat=395 bias=395/396
12.49/12.51	c Solving starts ...
12.49/12.51	c ============================[ Search Statistics ]============================
12.49/12.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.49/12.51	c       |         |          |          |    Limit     GC | Var      | Constra 
12.49/12.51	c =============================================================================
12.49/12.51	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      341
12.49/12.53	c  0.0s |       0 |      332 |        0 |    14261      0 |      180 |      341
12.49/12.53	c #cpu_time = 0.021s
12.49/12.53	c #wall_clock_time = 0.021s
12.49/12.53	c #decision = 332
12.49/12.53	c #random_decision = 0
12.49/12.53	c #conflict = 0
12.49/12.53	c #restart = 0
12.49/12.53	c BCD2: found a new core of size 2: cost of the new core is >=1
12.49/12.53	c lower bound updated to 395
12.49/12.53	c BCD2: 395 <= obj <= 823
12.49/12.53	c BCD2: #cores=215, #unrelaxed=146, #relaxed=1502, #hardened=0
12.49/12.53	c BCD2: #sat=1 #unsat=396 bias=396/397
12.49/12.53	c Solving starts ...
12.49/12.53	c ============================[ Search Statistics ]============================
12.49/12.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.49/12.53	c       |         |          |          |    Limit     GC | Var      | Constra 
12.49/12.53	c =============================================================================
12.49/12.53	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      342
12.49/12.55	c  0.0s |       0 |      335 |        0 |    14261      0 |      180 |      342
12.49/12.55	c #cpu_time = 0.021s
12.49/12.55	c #wall_clock_time = 0.021s
12.49/12.55	c #decision = 335
12.49/12.55	c #random_decision = 0
12.49/12.55	c #conflict = 0
12.49/12.55	c #restart = 0
12.49/12.55	c BCD2: found a new core of size 2: cost of the new core is >=1
12.49/12.55	c lower bound updated to 396
12.49/12.56	c BCD2: 396 <= obj <= 823
12.49/12.56	c BCD2: #cores=216, #unrelaxed=144, #relaxed=1504, #hardened=0
12.49/12.56	c BCD2: #sat=1 #unsat=397 bias=397/398
12.49/12.56	c Solving starts ...
12.49/12.56	c ============================[ Search Statistics ]============================
12.49/12.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.49/12.56	c       |         |          |          |    Limit     GC | Var      | Constra 
12.49/12.56	c =============================================================================
12.49/12.56	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      343
12.49/12.58	c  0.0s |       0 |      338 |        0 |    14261      0 |      180 |      343
12.49/12.58	c #cpu_time = 0.020s
12.49/12.58	c #wall_clock_time = 0.020s
12.49/12.58	c #decision = 338
12.49/12.58	c #random_decision = 0
12.49/12.58	c #conflict = 0
12.49/12.58	c #restart = 0
12.49/12.58	c BCD2: found a new core of size 2: cost of the new core is >=1
12.49/12.58	c lower bound updated to 397
12.49/12.58	c BCD2: 397 <= obj <= 823
12.49/12.58	c BCD2: #cores=217, #unrelaxed=142, #relaxed=1506, #hardened=0
12.49/12.58	c BCD2: #sat=1 #unsat=398 bias=398/399
12.49/12.58	c Solving starts ...
12.49/12.58	c ============================[ Search Statistics ]============================
12.49/12.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.49/12.58	c       |         |          |          |    Limit     GC | Var      | Constra 
12.49/12.58	c =============================================================================
12.49/12.58	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      344
12.59/12.60	c  0.0s |       0 |      341 |        0 |    14261      0 |      180 |      344
12.59/12.60	c #cpu_time = 0.021s
12.59/12.60	c #wall_clock_time = 0.021s
12.59/12.60	c #decision = 341
12.59/12.60	c #random_decision = 0
12.59/12.60	c #conflict = 0
12.59/12.60	c #restart = 0
12.59/12.60	c BCD2: found a new core of size 2: cost of the new core is >=1
12.59/12.60	c lower bound updated to 398
12.59/12.60	c BCD2: 398 <= obj <= 823
12.59/12.60	c BCD2: #cores=218, #unrelaxed=140, #relaxed=1508, #hardened=0
12.59/12.60	c BCD2: #sat=1 #unsat=399 bias=399/400
12.59/12.60	c Solving starts ...
12.59/12.60	c ============================[ Search Statistics ]============================
12.59/12.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.59/12.60	c       |         |          |          |    Limit     GC | Var      | Constra 
12.59/12.60	c =============================================================================
12.59/12.60	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      345
12.59/12.63	c  0.0s |       0 |      344 |        0 |    14261      0 |      180 |      345
12.59/12.63	c #cpu_time = 0.021s
12.59/12.63	c #wall_clock_time = 0.021s
12.59/12.63	c #decision = 344
12.59/12.63	c #random_decision = 0
12.59/12.63	c #conflict = 0
12.59/12.63	c #restart = 0
12.59/12.63	c BCD2: found a new core of size 2: cost of the new core is >=1
12.59/12.63	c lower bound updated to 399
12.59/12.63	c BCD2: 399 <= obj <= 823
12.59/12.63	c BCD2: #cores=219, #unrelaxed=138, #relaxed=1510, #hardened=0
12.59/12.63	c BCD2: #sat=1 #unsat=400 bias=400/401
12.59/12.63	c Solving starts ...
12.59/12.63	c ============================[ Search Statistics ]============================
12.59/12.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.59/12.63	c       |         |          |          |    Limit     GC | Var      | Constra 
12.59/12.63	c =============================================================================
12.59/12.63	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      346
12.59/12.65	c  0.0s |       0 |      347 |        0 |    14261      0 |      180 |      346
12.59/12.65	c #cpu_time = 0.020s
12.59/12.65	c #wall_clock_time = 0.020s
12.59/12.65	c #decision = 347
12.59/12.65	c #random_decision = 0
12.59/12.65	c #conflict = 0
12.59/12.65	c #restart = 0
12.59/12.65	c BCD2: found a new core of size 2: cost of the new core is >=1
12.59/12.65	c lower bound updated to 400
12.59/12.65	c BCD2: 400 <= obj <= 823
12.59/12.65	c BCD2: #cores=220, #unrelaxed=136, #relaxed=1512, #hardened=0
12.59/12.65	c BCD2: #sat=1 #unsat=401 bias=401/402
12.59/12.65	c Solving starts ...
12.59/12.65	c ============================[ Search Statistics ]============================
12.59/12.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.59/12.65	c       |         |          |          |    Limit     GC | Var      | Constra 
12.59/12.65	c =============================================================================
12.59/12.65	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      347
12.59/12.67	c  0.0s |       0 |      350 |        2 |    14261      0 |      180 |      347
12.59/12.67	c #cpu_time = 0.021s
12.59/12.67	c #wall_clock_time = 0.021s
12.59/12.67	c #decision = 350
12.59/12.67	c #random_decision = 0
12.59/12.67	c #conflict = 2
12.59/12.67	c #restart = 0
12.59/12.67	c BCD2: found a new core of size 53: cost of the new core is >=1
12.59/12.67	c lower bound updated to 401
12.59/12.68	c BCD2: 401 <= obj <= 823
12.59/12.68	c BCD2: #cores=221, #unrelaxed=83, #relaxed=1565, #hardened=0
12.59/12.68	c BCD2: #sat=1 #unsat=402 bias=402/403
12.59/12.68	c Solving starts ...
12.59/12.68	c ============================[ Search Statistics ]============================
12.59/12.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.59/12.68	c       |         |          |          |    Limit     GC | Var      | Constra 
12.59/12.68	c =============================================================================
12.59/12.68	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      347
12.69/12.70	c  0.0s |       0 |      298 |        0 |    14261      0 |      180 |      347
12.69/12.70	c #cpu_time = 0.021s
12.69/12.70	c #wall_clock_time = 0.021s
12.69/12.70	c #decision = 298
12.69/12.70	c #random_decision = 0
12.69/12.70	c #conflict = 0
12.69/12.70	c #restart = 0
12.69/12.70	c BCD2: found a new core of size 2: cost of the new core is >=1
12.69/12.70	c lower bound updated to 402
12.69/12.70	c BCD2: 402 <= obj <= 823
12.69/12.70	c BCD2: #cores=222, #unrelaxed=81, #relaxed=1567, #hardened=0
12.69/12.70	c BCD2: #sat=1 #unsat=403 bias=403/404
12.69/12.70	c Solving starts ...
12.69/12.70	c ============================[ Search Statistics ]============================
12.69/12.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.69/12.70	c       |         |          |          |    Limit     GC | Var      | Constra 
12.69/12.70	c =============================================================================
12.69/12.70	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      348
12.69/12.72	c  0.0s |       0 |      301 |        0 |    14261      0 |      180 |      348
12.69/12.72	c #cpu_time = 0.020s
12.69/12.72	c #wall_clock_time = 0.021s
12.69/12.72	c #decision = 301
12.69/12.72	c #random_decision = 0
12.69/12.72	c #conflict = 0
12.69/12.72	c #restart = 0
12.69/12.72	c BCD2: found a new core of size 2: cost of the new core is >=1
12.69/12.72	c lower bound updated to 403
12.69/12.72	c BCD2: 403 <= obj <= 823
12.69/12.72	c BCD2: #cores=223, #unrelaxed=79, #relaxed=1569, #hardened=0
12.69/12.72	c BCD2: #sat=1 #unsat=404 bias=404/405
12.69/12.72	c Solving starts ...
12.69/12.72	c ============================[ Search Statistics ]============================
12.69/12.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.69/12.72	c       |         |          |          |    Limit     GC | Var      | Constra 
12.69/12.72	c =============================================================================
12.69/12.73	c  0.0s |       0 |        0 |        0 |    14261      0 |      180 |      349
12.69/12.75	c  0.0s |       0 |      479 |        5 |    14261      0 |      180 |      349
12.69/12.75	c #cpu_time = 0.023s
12.69/12.75	c #wall_clock_time = 0.023s
12.69/12.75	c #decision = 479
12.69/12.75	c #random_decision = 0
12.69/12.75	c #conflict = 5
12.69/12.75	c #restart = 0
12.69/12.75	c BCD2: relaxing 1 and merging with 4 cores into a new core of size 25: cost of the new core is >=9
12.69/12.75	c lower bound updated to 404
12.69/12.75	c BCD2: 404 <= obj <= 823
12.69/12.75	c BCD2: #cores=220, #unrelaxed=78, #relaxed=1570, #hardened=0
12.69/12.75	c BCD2: #sat=1 #unsat=405 bias=405/406
12.69/12.75	c Solving starts ...
12.69/12.75	c ============================[ Search Statistics ]============================
12.69/12.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.69/12.75	c       |         |          |          |    Limit     GC | Var      | Constra 
12.69/12.75	c =============================================================================
12.69/12.75	c  0.0s |       0 |        0 |        0 |    14261      0 |      184 |      349
12.69/12.78	c  0.0s |       0 |      640 |        8 |    14261      0 |      184 |      353
12.69/12.78	c #cpu_time = 0.031s
12.69/12.78	c #wall_clock_time = 0.031s
12.69/12.78	c #decision = 640
12.69/12.78	c #random_decision = 0
12.69/12.78	c #conflict = 8
12.69/12.78	c #restart = 0
12.69/12.78	c BCD2: relaxing 0 and merging with 11 cores into a new core of size 51: cost of the new core is >=16
12.69/12.78	c lower bound updated to 405
12.69/12.78	c BCD2: 405 <= obj <= 823
12.69/12.78	c BCD2: #cores=210, #unrelaxed=78, #relaxed=1570, #hardened=0
12.69/12.78	c BCD2: #sat=1 #unsat=406 bias=406/407
12.69/12.78	c Solving starts ...
12.69/12.78	c ============================[ Search Statistics ]============================
12.69/12.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.69/12.78	c       |         |          |          |    Limit     GC | Var      | Constra 
12.69/12.78	c =============================================================================
12.69/12.78	c  0.0s |       0 |        0 |        0 |    14261      0 |      195 |      353
12.79/12.82	c  0.0s |       0 |      567 |        8 |    14261      0 |      195 |      364
12.79/12.82	c #cpu_time = 0.033s
12.79/12.82	c #wall_clock_time = 0.033s
12.79/12.82	c #decision = 567
12.79/12.82	c #random_decision = 0
12.79/12.82	c #conflict = 8
12.79/12.82	c #restart = 0
12.79/12.82	c BCD2: relaxing 0 and merging with 13 cores into a new core of size 77: cost of the new core is >=27
12.79/12.82	c lower bound updated to 406
12.79/12.82	c BCD2: 406 <= obj <= 823
12.79/12.82	c BCD2: #cores=198, #unrelaxed=78, #relaxed=1570, #hardened=0
12.79/12.82	c BCD2: #sat=1 #unsat=407 bias=407/408
12.79/12.82	c Solving starts ...
12.79/12.82	c ============================[ Search Statistics ]============================
12.79/12.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.79/12.82	c       |         |          |          |    Limit     GC | Var      | Constra 
12.79/12.82	c =============================================================================
12.79/12.82	c  0.0s |       0 |        0 |        0 |    14261      0 |      208 |      364
12.79/12.86	c  0.0s |       0 |      831 |       13 |    14261      0 |      208 |      377
12.79/12.86	c #cpu_time = 0.040s
12.79/12.86	c #wall_clock_time = 0.040s
12.79/12.86	c #decision = 831
12.79/12.86	c #random_decision = 0
12.79/12.86	c #conflict = 13
12.79/12.86	c #restart = 0
12.79/12.86	c BCD2: relaxing 0 and merging with 20 cores into a new core of size 130: cost of the new core is >=47
12.79/12.86	c lower bound updated to 407
12.79/12.86	c BCD2: 407 <= obj <= 823
12.79/12.86	c BCD2: #cores=179, #unrelaxed=78, #relaxed=1570, #hardened=0
12.79/12.86	c BCD2: #sat=1 #unsat=408 bias=408/409
12.79/12.86	c Solving starts ...
12.79/12.86	c ============================[ Search Statistics ]============================
12.79/12.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.79/12.86	c       |         |          |          |    Limit     GC | Var      | Constra 
12.79/12.86	c =============================================================================
12.79/12.86	c  0.0s |       0 |        0 |        0 |    14261      0 |      228 |      377
12.89/12.90	c  0.0s |       0 |      476 |       14 |    14261      0 |      228 |      397
12.89/12.90	c #cpu_time = 0.031s
12.89/12.90	c #wall_clock_time = 0.031s
12.89/12.90	c #decision = 476
12.89/12.90	c #random_decision = 1
12.89/12.90	c #conflict = 14
12.89/12.90	c #restart = 0
12.89/12.90	c BCD2: relaxing 0 and merging with 12 cores into a new core of size 76: cost of the new core is >=21
12.89/12.90	c lower bound updated to 408
12.89/12.90	c BCD2: 408 <= obj <= 823
12.89/12.90	c BCD2: #cores=168, #unrelaxed=78, #relaxed=1570, #hardened=0
12.89/12.90	c BCD2: #sat=1 #unsat=409 bias=409/410
12.89/12.90	c Solving starts ...
12.89/12.90	c ============================[ Search Statistics ]============================
12.89/12.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.89/12.90	c       |         |          |          |    Limit     GC | Var      | Constra 
12.89/12.90	c =============================================================================
12.89/12.90	c  0.0s |       0 |        0 |        0 |    14261      0 |      240 |      397
12.89/12.93	c  0.0s |       0 |      636 |       22 |    14261      0 |      240 |      409
12.89/12.93	c #cpu_time = 0.036s
12.89/12.93	c #wall_clock_time = 0.036s
12.89/12.93	c #decision = 636
12.89/12.93	c #random_decision = 0
12.89/12.93	c #conflict = 22
12.89/12.93	c #restart = 0
12.89/12.93	c BCD2: relaxing 0 and merging with 15 cores into a new core of size 120: cost of the new core is >=24
12.89/12.93	c lower bound updated to 409
12.89/12.93	c BCD2: 409 <= obj <= 823
12.89/12.93	c BCD2: #cores=154, #unrelaxed=78, #relaxed=1570, #hardened=0
12.89/12.93	c BCD2: #sat=1 #unsat=410 bias=410/411
12.89/12.94	c Solving starts ...
12.89/12.94	c ============================[ Search Statistics ]============================
12.89/12.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.89/12.94	c       |         |          |          |    Limit     GC | Var      | Constra 
12.89/12.94	c =============================================================================
12.89/12.94	c  0.0s |       0 |        0 |        0 |    14261      0 |      255 |      409
12.89/12.97	c  0.0s |       0 |      545 |        7 |    14261      0 |      255 |      424
12.89/12.97	c #cpu_time = 0.032s
12.89/12.97	c #wall_clock_time = 0.032s
12.89/12.97	c #decision = 545
12.89/12.97	c #random_decision = 0
12.89/12.97	c #conflict = 7
12.89/12.97	c #restart = 0
12.89/12.97	c BCD2: relaxing 3 and merging with 11 cores into a new core of size 59: cost of the new core is >=24
12.89/12.97	c lower bound updated to 410
12.89/12.97	c BCD2: 410 <= obj <= 823
12.89/12.97	c BCD2: #cores=144, #unrelaxed=75, #relaxed=1573, #hardened=0
12.89/12.97	c BCD2: #sat=1 #unsat=411 bias=411/412
12.89/12.97	c Solving starts ...
12.89/12.97	c ============================[ Search Statistics ]============================
12.89/12.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.89/12.97	c       |         |          |          |    Limit     GC | Var      | Constra 
12.89/12.97	c =============================================================================
12.89/12.97	c  0.0s |       0 |        0 |        0 |    14261      0 |      266 |      424
12.99/13.02	c  0.0s |       0 |      405 |       44 |    14261      0 |      266 |      435
12.99/13.02	c #cpu_time = 0.046s
12.99/13.02	c #wall_clock_time = 0.046s
12.99/13.02	c #decision = 405
12.99/13.02	c #random_decision = 0
12.99/13.02	c #conflict = 44
12.99/13.02	c #restart = 0
12.99/13.02	c BCD2: relaxing 13 and merging with 16 cores into a new core of size 177: cost of the new core is >=72
12.99/13.02	c lower bound updated to 411
12.99/13.02	c BCD2: 411 <= obj <= 823
12.99/13.02	c BCD2: #cores=129, #unrelaxed=62, #relaxed=1586, #hardened=0
12.99/13.02	c BCD2: #sat=1 #unsat=412 bias=412/413
12.99/13.02	c Solving starts ...
12.99/13.02	c ============================[ Search Statistics ]============================
12.99/13.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.99/13.02	c       |         |          |          |    Limit     GC | Var      | Constra 
12.99/13.02	c =============================================================================
12.99/13.02	c  0.0s |       0 |        0 |        0 |    14261      0 |      282 |      435
12.99/13.07	c  0.0s |       1 |      578 |      100 |    14261      0 |      282 |      451
13.09/13.12	c  0.1s |       2 |     1255 |      250 |    14261      0 |      282 |      451
13.19/13.21	c  0.2s |       2 |     2297 |      403 |    14261      0 |      282 |      451
13.19/13.21	c #cpu_time = 0.187s
13.19/13.21	c #wall_clock_time = 0.187s
13.19/13.21	c #decision = 2297
13.19/13.21	c #random_decision = 3
13.19/13.21	c #conflict = 403
13.19/13.21	c #restart = 2
13.19/13.21	c BCD2: relaxing 24 and merging with 20 cores into a new core of size 194: cost of the new core is >=35
13.19/13.21	c lower bound updated to 412
13.19/13.21	c BCD2: 412 <= obj <= 823
13.19/13.21	c BCD2: #cores=110, #unrelaxed=38, #relaxed=1610, #hardened=0
13.19/13.21	c BCD2: #sat=1 #unsat=413 bias=413/414
13.19/13.21	c Solving starts ...
13.19/13.21	c ============================[ Search Statistics ]============================
13.19/13.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.19/13.21	c       |         |          |          |    Limit     GC | Var      | Constra 
13.19/13.21	c =============================================================================
13.19/13.21	c  0.0s |       0 |        0 |        0 |    14261      0 |      302 |      451
13.19/13.30	c  0.1s |       1 |      541 |      100 |    14261      0 |      302 |      471
13.29/13.37	c  0.2s |       1 |     1170 |      248 |    14261      0 |      302 |      471
13.29/13.37	c #cpu_time = 0.158s
13.29/13.37	c #wall_clock_time = 0.159s
13.29/13.37	c #decision = 1170
13.29/13.37	c #random_decision = 2
13.29/13.37	c #conflict = 248
13.29/13.37	c #restart = 1
13.29/13.37	c BCD2: relaxing 0 and merging with 8 cores into a new core of size 34: cost of the new core is >=12
13.29/13.37	c lower bound updated to 413
13.29/13.37	c BCD2: 413 <= obj <= 823
13.29/13.37	c BCD2: #cores=103, #unrelaxed=38, #relaxed=1610, #hardened=0
13.29/13.37	c BCD2: #sat=1 #unsat=414 bias=414/415
13.29/13.37	c Solving starts ...
13.29/13.37	c ============================[ Search Statistics ]============================
13.29/13.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.29/13.37	c       |         |          |          |    Limit     GC | Var      | Constra 
13.29/13.37	c =============================================================================
13.29/13.37	c  0.0s |       0 |        0 |        0 |    14261      0 |      310 |      471
13.39/13.45	c  0.1s |       1 |      551 |      100 |    14261      0 |      310 |      479
13.39/13.47	c  0.1s |       1 |      802 |      152 |    14261      0 |      310 |      479
13.39/13.47	c #cpu_time = 0.101s
13.39/13.47	c #wall_clock_time = 0.101s
13.39/13.47	c #decision = 802
13.39/13.47	c #random_decision = 3
13.39/13.47	c #conflict = 152
13.39/13.47	c #restart = 1
13.39/13.47	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 64: cost of the new core is >=2
13.39/13.47	c lower bound updated to 414
13.39/13.48	c BCD2: 414 <= obj <= 823
13.39/13.48	c BCD2: #cores=103, #unrelaxed=31, #relaxed=1617, #hardened=0
13.39/13.48	c BCD2: #sat=1 #unsat=415 bias=415/416
13.39/13.48	c Solving starts ...
13.39/13.48	c ============================[ Search Statistics ]============================
13.39/13.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.39/13.48	c       |         |          |          |    Limit     GC | Var      | Constra 
13.39/13.48	c =============================================================================
13.39/13.48	c  0.0s |       0 |        0 |        0 |    14261      0 |      311 |      479
13.49/13.51	c  0.0s |       1 |      286 |      100 |    14261      0 |      311 |      480
13.49/13.55	c  0.1s |       2 |      676 |      250 |    14261      0 |      311 |      480
13.59/13.60	c  0.1s |       3 |     1163 |      475 |    14261      0 |      311 |      480
13.59/13.66	c  0.2s |       4 |     1763 |      813 |    15688      0 |      311 |      480
13.69/13.75	c  0.3s |       5 |     2640 |     1320 |    15688      0 |      311 |      480
13.79/13.88	c  0.4s |       5 |     3563 |     1794 |    15688      0 |      312 |      481
13.79/13.88	c #cpu_time = 0.406s
13.79/13.88	c #wall_clock_time = 0.407s
13.79/13.88	c #decision = 3563
13.79/13.88	c #random_decision = 7
13.79/13.88	c #conflict = 1794
13.79/13.88	c #restart = 5
13.79/13.88	c BCD2: updating lower bound of a core
13.79/13.88	c lower bound updated to 415
13.79/13.89	c BCD2: 415 <= obj <= 823
13.79/13.89	c BCD2: #cores=103, #unrelaxed=31, #relaxed=1617, #hardened=0
13.79/13.89	c BCD2: #sat=1 #unsat=416 bias=416/417
13.79/13.89	c Solving starts ...
13.79/13.89	c ============================[ Search Statistics ]============================
13.79/13.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.79/13.89	c       |         |          |          |    Limit     GC | Var      | Constra 
13.79/13.89	c =============================================================================
13.79/13.89	c  0.0s |       0 |        0 |        0 |    15688      0 |      312 |      482
13.89/13.92	c  0.0s |       1 |      291 |      100 |    15688      0 |      312 |      482
13.89/13.96	c  0.1s |       2 |      653 |      250 |    15688      0 |      312 |      482
13.99/14.01	c  0.1s |       3 |     1104 |      475 |    15688      0 |      312 |      482
13.99/14.08	c  0.2s |       4 |     1705 |      813 |    15688      0 |      312 |      482
14.09/14.17	c  0.3s |       5 |     2528 |     1320 |    17257      0 |      312 |      482
14.29/14.33	c  0.4s |       6 |     3774 |     2081 |    17257      0 |      312 |      482
14.59/14.60	c  0.7s |       7 |     5487 |     3223 |    17257      0 |      312 |      482
14.99/15.04	c  1.1s |       8 |     7998 |     4936 |    17257      0 |      312 |      482
15.49/15.58	c  1.7s |       9 |    11544 |     7506 |    18983      0 |      312 |      482
15.59/15.64	c  1.8s |       9 |    11881 |     7661 |    18983      0 |      312 |      482
15.59/15.64	c #cpu_time = 1.747s
15.59/15.64	c #wall_clock_time = 1.751s
15.59/15.64	c #decision = 11881
15.59/15.64	c #random_decision = 34
15.59/15.64	c #conflict = 7661
15.59/15.64	c #restart = 9
15.59/15.64	c BCD2: relaxing 11 and merging with 1 cores into a new core of size 64: cost of the new core is >=2
15.59/15.64	c lower bound updated to 416
15.59/15.64	c BCD2: 416 <= obj <= 823
15.59/15.64	c BCD2: #cores=103, #unrelaxed=20, #relaxed=1628, #hardened=0
15.59/15.64	c BCD2: #sat=1 #unsat=417 bias=417/418
15.59/15.64	c Solving starts ...
15.59/15.64	c ============================[ Search Statistics ]============================
15.59/15.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.59/15.64	c       |         |          |          |    Limit     GC | Var      | Constra 
15.59/15.64	c =============================================================================
15.59/15.64	c  0.0s |       0 |        0 |        0 |    18983      0 |      313 |      482
15.69/15.70	c  0.1s |       1 |      279 |      100 |    18983      0 |      313 |      483
15.69/15.76	c  0.1s |       2 |      632 |      250 |    18983      0 |      313 |      483
15.79/15.87	c  0.2s |       3 |     1180 |      475 |    18983      0 |      313 |      483
15.89/15.97	c  0.3s |       4 |     1775 |      813 |    18983      0 |      313 |      483
16.09/16.12	c  0.5s |       5 |     2629 |     1320 |    18983      0 |      313 |      483
16.29/16.31	c  0.7s |       6 |     3771 |     2081 |    18983      0 |      313 |      483
16.59/16.66	c  1.0s |       7 |     5541 |     3223 |    20882      0 |      313 |      483
16.89/16.97	c  1.3s |       8 |     7921 |     4936 |    20882      0 |      313 |      483
17.39/17.49	c  1.8s |       9 |    11366 |     7506 |    20882      0 |      313 |      483
19.19/19.25	c  3.6s |      10 |    17665 |    11361 |    20882      0 |      313 |      483
21.19/21.28	c  5.6s |      10 |    24216 |    15461 |    22971      1 |      313 |      483
21.98/22.05	c  6.4s |      11 |    26470 |    17144 |    22971      1 |      313 |      483
22.28/22.33	c  6.7s |      11 |    27409 |    17642 |    22971      1 |      313 |      483
22.28/22.33	c #cpu_time = 6.669s
22.28/22.33	c #wall_clock_time = 6.687s
22.28/22.33	c #decision = 27409
22.28/22.33	c #random_decision = 76
22.28/22.33	c #conflict = 17642
22.28/22.33	c #restart = 11
22.28/22.33	c BCD2: relaxing 0 and merging with 11 cores into a new core of size 296: cost of the new core is >=32
22.28/22.33	c lower bound updated to 417
22.28/22.33	c BCD2: 417 <= obj <= 823
22.28/22.33	c BCD2: #cores=93, #unrelaxed=20, #relaxed=1628, #hardened=0
22.28/22.33	c BCD2: #sat=1 #unsat=418 bias=418/419
22.28/22.33	c Solving starts ...
22.28/22.33	c ============================[ Search Statistics ]============================
22.28/22.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.28/22.33	c       |         |          |          |    Limit     GC | Var      | Constra 
22.28/22.33	c =============================================================================
22.28/22.33	c  0.0s |       0 |        0 |        0 |    22971      0 |      324 |      483
22.38/22.49	c  0.2s |       1 |      323 |      100 |    22971      0 |      324 |      494
22.48/22.57	c  0.2s |       2 |      695 |      250 |    22971      0 |      324 |      494
22.58/22.64	c  0.3s |       3 |     1173 |      475 |    22971      0 |      324 |      494
22.68/22.77	c  0.4s |       4 |     1771 |      813 |    22971      0 |      324 |      494
22.88/22.98	c  0.7s |       5 |     2557 |     1320 |    22971      0 |      324 |      494
23.38/23.40	c  1.1s |       6 |     3713 |     2081 |    22971      0 |      324 |      494
23.98/24.08	c  1.8s |       7 |     5611 |     3223 |    22971      0 |      324 |      494
25.18/25.27	c  2.9s |       8 |     8218 |     4936 |    22971      0 |      324 |      494
27.08/27.10	c  4.8s |       9 |    13209 |     7506 |    25269      0 |      324 |      494
29.09/29.19	c  6.9s |       9 |    16884 |    10306 |    25269      0 |      324 |      494
30.19/30.21	c  7.9s |      10 |    18128 |    11361 |    25269      0 |      324 |      494
32.29/32.32	c 10.0s |      10 |    20396 |    13161 |    25269      0 |      324 |      494
34.39/34.45	c 12.1s |      10 |    22297 |    14761 |    25269      0 |      324 |      494
36.50/36.57	c 14.2s |      10 |    24103 |    16261 |    25269      0 |      324 |      494
37.79/37.87	c 15.5s |      11 |    25171 |    17144 |    25269      0 |      324 |      494
39.80/39.88	c 17.5s |      11 |    27096 |    18444 |    25269      0 |      324 |      494
41.89/41.99	c 19.7s |      11 |    29058 |    19944 |    25269      0 |      324 |      494
43.99/44.05	c 21.7s |      11 |    30738 |    21244 |    25269      0 |      324 |      494
46.09/46.11	c 23.8s |      11 |    31954 |    22244 |    25269      0 |      324 |      494
48.19/48.24	c 25.9s |      11 |    33202 |    23244 |    25269      0 |      324 |      494
50.19/50.24	c 27.9s |      11 |    34260 |    24044 |    25269      0 |      324 |      494
52.39/52.44	c 30.1s |      11 |    35572 |    25044 |    25269      0 |      324 |      494
54.09/54.16	c 31.8s |      12 |    36524 |    25819 |    25269      0 |      324 |      494
56.19/56.29	c 34.0s |      12 |    37643 |    26419 |    25269      1 |      324 |      494
58.28/58.33	c 36.0s |      12 |    39309 |    27819 |    27796      1 |      324 |      494
60.38/60.45	c 38.1s |      12 |    40865 |    29019 |    27796      1 |      324 |      494
62.48/62.55	c 40.2s |      12 |    42148 |    30119 |    27796      1 |      324 |      494
64.58/64.68	c 42.4s |      12 |    43313 |    31119 |    27796      1 |      324 |      494
66.68/66.72	c 44.4s |      12 |    44567 |    32119 |    27796      1 |      324 |      494
68.78/68.87	c 46.5s |      12 |    45784 |    33219 |    27796      1 |      324 |      494
70.98/71.05	c 48.7s |      12 |    47005 |    34319 |    27796      1 |      324 |      494
73.18/73.24	c 50.9s |      12 |    48084 |    35219 |    27796      1 |      324 |      494
75.18/75.29	c 53.0s |      12 |    48967 |    36019 |    27796      1 |      324 |      494
77.38/77.43	c 55.1s |      12 |    50064 |    36919 |    27796      1 |      324 |      494
79.48/79.56	c 57.2s |      12 |    51402 |    38019 |    27796      1 |      324 |      494
81.08/81.14	c 58.8s |      13 |    52335 |    38832 |    27796      1 |      324 |      494
83.08/83.18	c 60.9s |      13 |    53559 |    39732 |    27796      1 |      324 |      494
85.18/85.23	c 62.9s |      13 |    54574 |    40632 |    27796      1 |      324 |      494
87.28/87.36	c 65.0s |      13 |    55380 |    41332 |    27796      1 |      324 |      494
89.38/89.40	c 67.1s |      13 |    55715 |    41632 |    27796      2 |      324 |      494
91.48/91.56	c 69.2s |      13 |    57117 |    42832 |    27796      2 |      324 |      494
93.58/93.67	c 71.3s |      13 |    58299 |    43832 |    27796      2 |      324 |      494
95.78/95.87	c 73.5s |      13 |    59459 |    44832 |    27796      2 |      324 |      494
97.98/98.03	c 75.7s |      13 |    60725 |    45932 |    27796      2 |      324 |      494
100.18/100.22	c 77.9s |      13 |    61954 |    47032 |    27796      2 |      324 |      494
102.27/102.34	c 80.0s |      13 |    63133 |    48032 |    27796      2 |      324 |      494
104.37/104.41	c 82.1s |      13 |    64550 |    49232 |    27796      2 |      324 |      494
106.37/106.41	c 84.1s |      13 |    65551 |    50032 |    27796      2 |      324 |      494
108.47/108.59	c 86.3s |      13 |    66578 |    50932 |    27796      2 |      324 |      494
110.87/110.90	c 88.6s |      13 |    67374 |    51632 |    27796      2 |      324 |      494
112.97/113.04	c 90.7s |      13 |    68180 |    52332 |    27796      2 |      324 |      494
115.17/115.25	c 92.9s |      13 |    68975 |    53032 |    27796      2 |      324 |      494
117.47/117.54	c 95.2s |      13 |    69933 |    53832 |    27796      2 |      324 |      494
119.57/119.63	c 97.3s |      13 |    70805 |    54532 |    27796      2 |      324 |      494
121.77/121.82	c 99.5s |      13 |    71599 |    55232 |    27796      2 |      324 |      494
124.07/124.13	c  101s |      13 |    72550 |    56032 |    30576      2 |      324 |      494
126.17/126.27	c  103s |      13 |    73372 |    56732 |    30576      2 |      324 |      494
128.37/128.47	c  106s |      13 |    74619 |    57732 |    30576      2 |      324 |      494
130.47/130.57	c  108s |      14 |    75438 |    58352 |    30576      2 |      324 |      494
132.77/132.81	c  110s |      14 |    75796 |    58452 |    30576      3 |      324 |      494
134.76/134.83	c  112s |      14 |    78402 |    59552 |    30576      3 |      324 |      494
136.76/136.84	c  114s |      14 |    81648 |    61452 |    30576      3 |      324 |      494
138.96/139.04	c  116s |      14 |    83408 |    62452 |    30576      3 |      324 |      494
141.26/141.34	c  119s |      14 |    84897 |    63352 |    30576      3 |      324 |      494
143.36/143.48	c  121s |      14 |    85931 |    64052 |    30576      3 |      324 |      494
145.37/145.49	c  123s |      14 |    86761 |    64652 |    30576      3 |      324 |      494
147.58/147.65	c  125s |      14 |    87963 |    65452 |    30576      3 |      324 |      494
149.78/149.88	c  127s |      14 |    88712 |    66052 |    30576      3 |      324 |      494
151.77/151.89	c  129s |      14 |    92127 |    67152 |    30576      3 |      324 |      494
154.27/154.32	c  131s |      14 |    93226 |    67852 |    30576      3 |      324 |      494
156.38/156.44	c  134s |      14 |    93945 |    68352 |    30576      3 |      324 |      494
158.37/158.45	c  136s |      14 |    94640 |    68852 |    30576      3 |      324 |      494
160.47/160.51	c  138s |      14 |    95391 |    69352 |    30576      3 |      324 |      494
162.77/162.80	c  140s |      14 |    96360 |    69952 |    30576      3 |      324 |      494
164.77/164.83	c  142s |      14 |    97091 |    70452 |    30576      3 |      324 |      494
166.77/166.89	c  144s |      14 |    97842 |    70952 |    30576      3 |      324 |      494
168.97/169.08	c  146s |      14 |    98921 |    71552 |    30576      3 |      324 |      494
171.07/171.15	c  148s |      14 |    99964 |    72152 |    30576      3 |      324 |      494
173.17/173.24	c  150s |      14 |   100653 |    72652 |    30576      3 |      324 |      494
175.17/175.26	c  152s |      14 |   101362 |    73152 |    30576      3 |      324 |      494
175.77/175.84	c  153s |      14 |   101547 |    73285 |    30576      3 |      324 |      494
175.77/175.84	c #cpu_time = 153.120s
175.77/175.84	c #wall_clock_time = 153.513s
175.77/175.84	c #decision = 101547
175.77/175.84	c #random_decision = 281
175.77/175.84	c #conflict = 73285
175.77/175.84	c #restart = 14
175.77/175.84	c BCD2: relaxing 20 and merging with 21 cores into a new core of size 1044: cost of the new core is >=266
175.77/175.84	c lower bound updated to 418
175.77/175.85	c BCD2: 418 <= obj <= 823
175.77/175.85	c BCD2: #cores=73, #unrelaxed=0, #relaxed=1648, #hardened=0
175.77/175.85	c BCD2: #sat=1 #unsat=419 bias=419/420
175.77/175.86	c Solving starts ...
175.77/175.86	c ============================[ Search Statistics ]============================
175.77/175.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
175.77/175.86	c       |         |          |          |    Limit     GC | Var      | Constra 
175.77/175.86	c =============================================================================
175.77/175.86	c  0.0s |       0 |        0 |        0 |    30576      0 |      345 |      494
176.67/176.77	c  0.9s |       1 |      284 |      100 |    30576      0 |      345 |      515
177.27/177.35	c  1.5s |       2 |      629 |      250 |    30576      0 |      345 |      515
177.77/177.86	c  2.0s |       3 |     1167 |      475 |    30576      0 |      345 |      515
178.47/178.51	c  2.7s |       4 |     1817 |      813 |    30576      0 |      345 |      515
179.57/179.63	c  3.8s |       5 |     2714 |     1320 |    30576      0 |      345 |      515
181.36/181.42	c  5.6s |       6 |     3885 |     2081 |    30576      0 |      345 |      515
183.56/183.62	c  7.8s |       6 |     5588 |     3081 |    30576      0 |      345 |      515
183.87/183.94	c  8.1s |       7 |     5771 |     3223 |    30576      0 |      345 |      515
186.07/186.13	c 10.3s |       7 |     7174 |     4123 |    30576      0 |      345 |      515
186.76/186.85	c 11.0s |       7 |     7620 |     4416 |    30576      0 |      345 |      515
186.76/186.85	c #cpu_time = 10.963s
186.76/186.85	c #wall_clock_time = 10.991s
186.76/186.85	c #decision = 7620
186.76/186.85	c #random_decision = 21
186.76/186.85	c #conflict = 4416
186.76/186.85	c #restart = 7
186.76/186.85	o 818
186.76/186.85	c BCD2: updating upper bound: 823 -> 817
186.76/186.85	c BCD2: 418 <= obj <= 817
186.76/186.85	c BCD2: #cores=73, #unrelaxed=0, #relaxed=1648, #hardened=0
186.76/186.85	c BCD2: #sat=2 #unsat=419 bias=419/421
186.76/186.86	c Solving starts ...
186.76/186.86	c ============================[ Search Statistics ]============================
186.76/186.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
186.76/186.86	c       |         |          |          |    Limit     GC | Var      | Constra 
186.76/186.86	c =============================================================================
186.76/186.86	c  0.0s |       0 |        0 |        0 |    30576      0 |      345 |      516
186.86/186.92	c  0.1s |       0 |      163 |        0 |    30576      0 |      345 |      516
186.86/186.92	c #cpu_time = 0.057s
186.86/186.92	c #wall_clock_time = 0.058s
186.86/186.92	c #decision = 163
186.86/186.92	c #random_decision = 0
186.86/186.92	c #conflict = 0
186.86/186.92	c #restart = 0
186.86/186.92	o 814
186.86/186.92	c BCD2: updating upper bound: 817 -> 813
186.86/186.93	c BCD2: 418 <= obj <= 813
186.86/186.93	c BCD2: #cores=73, #unrelaxed=0, #relaxed=1648, #hardened=0
186.86/186.93	c BCD2: #sat=3 #unsat=419 bias=419/422
186.86/186.93	c Solving starts ...
186.86/186.93	c ============================[ Search Statistics ]============================
186.86/186.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
186.86/186.93	c       |         |          |          |    Limit     GC | Var      | Constra 
186.86/186.93	c =============================================================================
186.86/186.94	c  0.0s |       0 |        0 |        0 |    30576      0 |      345 |      517
187.17/187.22	c  0.3s |       1 |      246 |      100 |    30576      0 |      345 |      517
187.56/187.69	c  0.8s |       2 |      580 |      250 |    30576      0 |      345 |      517
188.27/188.31	c  1.4s |       3 |     1043 |      475 |    30576      0 |      345 |      517
189.16/189.30	c  2.4s |       4 |     1679 |      813 |    30576      0 |      345 |      517
190.66/190.75	c  3.8s |       5 |     2493 |     1320 |    30576      0 |      345 |      517
192.67/192.74	c  5.8s |       6 |     3672 |     2081 |    30576      0 |      345 |      517
194.77/194.81	c  7.9s |       6 |     4744 |     2781 |    30576      0 |      345 |      517
196.26/196.39	c  9.5s |       7 |     5345 |     3223 |    30576      0 |      345 |      517
198.36/198.47	c 11.5s |       7 |     6193 |     3823 |    30576      0 |      345 |      517
200.66/200.75	c 13.8s |       7 |     7145 |     4523 |    30576      0 |      345 |      517
201.96/202.07	c 15.1s |       8 |     7719 |     4936 |    30576      0 |      345 |      517
204.06/204.15	c 17.2s |       8 |     8659 |     5536 |    30576      0 |      345 |      517
206.06/206.17	c 19.2s |       8 |     9486 |     6136 |    30576      0 |      345 |      517
208.16/208.22	c 21.3s |       8 |    10362 |     6736 |    30576      0 |      345 |      517
210.46/210.56	c 23.6s |       8 |    11180 |     7336 |    30576      0 |      345 |      517
211.06/211.14	c 24.2s |       8 |    11450 |     7505 |    30576      0 |      345 |      517
211.06/211.14	c #cpu_time = 24.140s
211.06/211.14	c #wall_clock_time = 24.202s
211.06/211.14	c #decision = 11450
211.06/211.14	c #random_decision = 36
211.06/211.14	c #conflict = 7505
211.06/211.14	c #restart = 8
211.06/211.14	o 809
211.06/211.14	c BCD2: updating upper bound: 813 -> 808
211.06/211.15	c BCD2: 418 <= obj <= 808
211.06/211.15	c BCD2: #cores=73, #unrelaxed=0, #relaxed=1648, #hardened=0
211.06/211.15	c BCD2: #sat=4 #unsat=419 bias=419/423
211.06/211.16	c Solving starts ...
211.06/211.16	c ============================[ Search Statistics ]============================
211.06/211.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
211.06/211.16	c       |         |          |          |    Limit     GC | Var      | Constra 
211.06/211.16	c =============================================================================
211.06/211.16	c  0.0s |       0 |        0 |        0 |    30576      0 |      345 |      518
211.46/211.51	c  0.3s |       0 |      143 |       62 |    30576      0 |      345 |      518
211.46/211.51	c #cpu_time = 0.346s
211.46/211.51	c #wall_clock_time = 0.347s
211.46/211.51	c #decision = 143
211.46/211.51	c #random_decision = 0
211.46/211.51	c #conflict = 62
211.46/211.51	c #restart = 0
211.46/211.51	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 328: cost of the new core is >=84
211.46/211.51	c lower bound updated to 419
211.46/211.51	c BCD2: 419 <= obj <= 808
211.46/211.51	c BCD2: #cores=71, #unrelaxed=0, #relaxed=1648, #hardened=0
211.46/211.51	c BCD2: #sat=4 #unsat=420 bias=420/424
211.46/211.51	c Solving starts ...
211.46/211.51	c ============================[ Search Statistics ]============================
211.46/211.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
211.46/211.51	c       |         |          |          |    Limit     GC | Var      | Constra 
211.46/211.51	c =============================================================================
211.46/211.51	c  0.0s |       0 |        0 |        0 |    30576      0 |      354 |      518
211.86/211.92	c  0.4s |       1 |      226 |      100 |    30576      0 |      354 |      533
212.37/212.48	c  1.0s |       2 |      542 |      250 |    30576      0 |      354 |      533
213.16/213.24	c  1.7s |       3 |      947 |      475 |    30576      0 |      354 |      533
214.26/214.35	c  2.8s |       3 |     1492 |      806 |    30576      0 |      354 |      533
214.26/214.35	c #cpu_time = 2.835s
214.26/214.35	c #wall_clock_time = 2.842s
214.26/214.35	c #decision = 1492
214.26/214.35	c #random_decision = 3
214.26/214.35	c #conflict = 806
214.26/214.35	c #restart = 3
214.26/214.35	o 805
214.26/214.35	c BCD2: updating upper bound: 808 -> 804
214.26/214.37	c BCD2: 419 <= obj <= 804
214.26/214.37	c BCD2: #cores=71, #unrelaxed=0, #relaxed=1648, #hardened=0
214.26/214.37	c BCD2: #sat=5 #unsat=420 bias=420/425
214.26/214.37	c Solving starts ...
214.26/214.37	c ============================[ Search Statistics ]============================
214.26/214.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
214.26/214.37	c       |         |          |          |    Limit     GC | Var      | Constra 
214.26/214.37	c =============================================================================
214.26/214.37	c  0.0s |       0 |        0 |        0 |    30576      0 |      354 |      534
214.76/214.82	c  0.5s |       1 |      201 |      100 |    30576      0 |      354 |      534
215.36/215.40	c  1.0s |       2 |      485 |      250 |    30576      0 |      354 |      534
216.06/216.19	c  1.8s |       3 |      890 |      475 |    30576      0 |      354 |      534
217.46/217.50	c  3.1s |       4 |     1423 |      813 |    30576      0 |      354 |      534
219.36/219.41	c  5.0s |       5 |     2198 |     1320 |    30576      0 |      354 |      534
221.46/221.56	c  7.2s |       5 |     3095 |     1920 |    30576      0 |      354 |      534
222.06/222.18	c  7.8s |       6 |     3303 |     2081 |    30576      0 |      354 |      534
224.36/224.41	c 10.0s |       6 |     4229 |     2681 |    30576      0 |      354 |      534
226.36/226.41	c 12.0s |       7 |     4924 |     3223 |    30576      0 |      354 |      534
228.56/228.63	c 14.3s |       7 |     5860 |     3823 |    30576      0 |      354 |      534
230.76/230.86	c 16.5s |       7 |     6743 |     4423 |    30576      0 |      354 |      534
232.76/232.84	c 18.5s |       8 |     7406 |     4936 |    30576      0 |      354 |      534
235.06/235.17	c 20.8s |       8 |     8411 |     5536 |    30576      0 |      354 |      534
237.06/237.11	c 22.7s |       8 |     9239 |     6077 |    30576      0 |      354 |      534
237.06/237.11	c #cpu_time = 22.684s
237.06/237.11	c #wall_clock_time = 22.742s
237.06/237.11	c #decision = 9239
237.06/237.11	c #random_decision = 30
237.06/237.11	c #conflict = 6077
237.06/237.11	c #restart = 8
237.06/237.11	c BCD2: relaxing 0 and merging with 4 cores into a new core of size 1380: cost of the new core is >=353
237.06/237.11	c lower bound updated to 420
237.06/237.11	c BCD2: 420 <= obj <= 804
237.06/237.11	c BCD2: #cores=68, #unrelaxed=0, #relaxed=1648, #hardened=0
237.06/237.11	c BCD2: #sat=5 #unsat=421 bias=421/426
237.06/237.13	c Solving starts ...
237.06/237.13	c ============================[ Search Statistics ]============================
237.06/237.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
237.06/237.13	c       |         |          |          |    Limit     GC | Var      | Constra 
237.06/237.13	c =============================================================================
237.06/237.13	c  0.0s |       0 |        0 |        0 |    30576      0 |      363 |      534
237.55/237.60	c  0.5s |       1 |      205 |      100 |    30576      0 |      363 |      548
238.05/238.19	c  1.1s |       2 |      485 |      250 |    30576      0 |      363 |      548
238.95/239.05	c  1.9s |       3 |      894 |      475 |    30576      0 |      363 |      548
240.15/240.24	c  3.1s |       4 |     1382 |      813 |    30576      0 |      363 |      548
242.06/242.18	c  5.1s |       5 |     2133 |     1320 |    30576      0 |      363 |      548
244.36/244.41	c  7.3s |       5 |     2967 |     1920 |    30576      0 |      363 |      548
244.95/245.01	c  7.9s |       6 |     3165 |     2081 |    30576      0 |      363 |      548
247.25/247.33	c 10.2s |       6 |     4017 |     2681 |    30576      0 |      363 |      548
249.25/249.36	c 12.2s |       7 |     4751 |     3223 |    30576      0 |      363 |      548
251.25/251.38	c 14.3s |       7 |     5416 |     3723 |    30576      0 |      363 |      548
252.45/252.58	c 15.5s |       7 |     5831 |     4031 |    30576      0 |      363 |      548
252.45/252.58	c #cpu_time = 15.414s
252.45/252.58	c #wall_clock_time = 15.453s
252.45/252.58	c #decision = 5831
252.45/252.58	c #random_decision = 22
252.45/252.58	c #conflict = 4031
252.45/252.58	c #restart = 7
252.45/252.58	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 1384: cost of the new core is >=355
252.45/252.58	c lower bound updated to 421
252.45/252.58	c BCD2: 421 <= obj <= 804
252.45/252.58	c BCD2: #cores=67, #unrelaxed=0, #relaxed=1648, #hardened=0
252.45/252.58	c BCD2: #sat=5 #unsat=422 bias=422/427
252.45/252.59	c Solving starts ...
252.45/252.59	c ============================[ Search Statistics ]============================
252.45/252.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
252.45/252.59	c       |         |          |          |    Limit     GC | Var      | Constra 
252.45/252.59	c =============================================================================
252.45/252.59	c  0.0s |       0 |        0 |        0 |    30576      0 |      365 |      548
252.95/253.08	c  0.5s |       1 |      204 |      100 |    30576      0 |      365 |      550
253.55/253.67	c  1.1s |       2 |      477 |      250 |    30576      0 |      365 |      550
254.45/254.55	c  2.0s |       3 |      848 |      475 |    30576      0 |      365 |      550
255.65/255.79	c  3.2s |       4 |     1351 |      813 |    30576      0 |      365 |      550
257.46/257.58	c  5.0s |       5 |     2040 |     1320 |    30576      0 |      365 |      550
259.66/259.73	c  7.1s |       5 |     2875 |     1920 |    30576      0 |      365 |      550
260.15/260.29	c  7.7s |       6 |     3088 |     2081 |    30576      0 |      365 |      550
262.55/262.65	c 10.1s |       6 |     3900 |     2681 |    30576      0 |      365 |      550
262.96/263.10	c 10.5s |       6 |     4081 |     2783 |    30576      0 |      366 |      551
262.96/263.10	c #cpu_time = 10.481s
262.96/263.10	c #wall_clock_time = 10.508s
262.96/263.10	c #decision = 4081
262.96/263.10	c #random_decision = 11
262.96/263.10	c #conflict = 2783
262.96/263.10	c #restart = 6
262.96/263.10	c BCD2: updating lower bound of a core
262.96/263.10	c lower bound updated to 801
263.06/263.11	c BCD2: 801 <= obj <= 804
263.06/263.11	c BCD2: #cores=67, #unrelaxed=0, #relaxed=1648, #hardened=0
263.06/263.11	c BCD2: #sat=5 #unsat=423 bias=423/428
263.06/263.12	c Solving starts ...
263.06/263.12	c ============================[ Search Statistics ]============================
263.06/263.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
263.06/263.12	c       |         |          |          |    Limit     GC | Var      | Constra 
263.06/263.12	c =============================================================================
263.06/263.12	c  0.0s |       0 |        0 |        0 |    30576      0 |      366 |      552
263.45/263.52	c  0.4s |       1 |      193 |      100 |    30576      0 |      366 |      552
263.55/263.66	c  0.5s |       1 |      302 |      108 |    30576      0 |      366 |      552
263.55/263.66	c #cpu_time = 0.536s
263.55/263.66	c #wall_clock_time = 0.537s
263.55/263.66	c #decision = 302
263.55/263.66	c #random_decision = 1
263.55/263.66	c #conflict = 108
263.55/263.66	c #restart = 1
263.55/263.66	o 804
263.55/263.66	c BCD2: updating upper bound: 804 -> 803
263.55/263.67	c BCD2: 801 <= obj <= 803
263.55/263.67	c BCD2: #cores=67, #unrelaxed=0, #relaxed=1648, #hardened=0
263.55/263.67	c BCD2: #sat=6 #unsat=423 bias=423/429
263.55/263.68	c Solving starts ...
263.55/263.68	c ============================[ Search Statistics ]============================
263.55/263.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
263.55/263.68	c       |         |          |          |    Limit     GC | Var      | Constra 
263.55/263.68	c =============================================================================
263.55/263.68	c  0.0s |       0 |        0 |        0 |    30576      0 |      366 |      553
263.65/263.79	c  0.1s |       0 |      110 |        4 |    30576      0 |      366 |      553
263.65/263.79	c #cpu_time = 0.105s
263.65/263.79	c #wall_clock_time = 0.105s
263.65/263.79	c #decision = 110
263.65/263.79	c #random_decision = 0
263.65/263.79	c #conflict = 4
263.65/263.79	c #restart = 0
263.65/263.79	o 803
263.65/263.79	c BCD2: updating upper bound: 803 -> 802
263.75/263.80	c BCD2: 801 <= obj <= 802
263.75/263.80	c BCD2: #cores=67, #unrelaxed=0, #relaxed=1648, #hardened=0
263.75/263.80	c BCD2: #sat=7 #unsat=423 bias=423/430
263.75/263.81	c Solving starts ...
263.75/263.81	c ============================[ Search Statistics ]============================
263.75/263.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
263.75/263.81	c       |         |          |          |    Limit     GC | Var      | Constra 
263.75/263.81	c =============================================================================
263.75/263.81	c  0.0s |       0 |        0 |        0 |    30576      0 |      366 |      554
263.85/263.93	c  0.1s |       0 |      115 |        8 |    30576      0 |      366 |      554
263.85/263.93	c #cpu_time = 0.125s
263.85/263.93	c #wall_clock_time = 0.125s
263.85/263.93	c #decision = 115
263.85/263.93	c #random_decision = 0
263.85/263.93	c #conflict = 8
263.85/263.93	c #restart = 0
263.85/263.93	o 802
263.85/263.93	c BCD2: updating upper bound: 802 -> 801
263.85/263.94	c BCD2: 801 <= obj <= 801
263.85/263.94	c BCD2: #cores=67, #unrelaxed=0, #relaxed=1648, #hardened=0
263.85/263.94	c BCD2: #sat=8 #unsat=423 bias=423/431
263.85/263.95	c Solving starts ...
263.85/263.95	c ============================[ Search Statistics ]============================
263.85/263.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
263.85/263.95	c       |         |          |          |    Limit     GC | Var      | Constra 
263.85/263.95	c =============================================================================
263.85/263.95	c  0.0s |       0 |        0 |        0 |    30576      0 |      366 |      555
264.25/264.39	c  0.4s |       1 |      245 |      100 |    33634      0 |      366 |      555
264.85/264.92	c  1.0s |       2 |      501 |      250 |    33634      0 |      366 |      555
265.65/265.77	c  1.8s |       3 |      954 |      475 |    33634      0 |      366 |      555
266.75/266.88	c  2.9s |       4 |     1528 |      813 |    33634      0 |      366 |      555
268.55/268.62	c  4.7s |       5 |     2280 |     1320 |    33634      0 |      366 |      555
270.65/270.72	c  6.8s |       5 |     3185 |     1920 |    33634      0 |      366 |      555
271.15/271.25	c  7.3s |       6 |     3416 |     2081 |    33634      0 |      366 |      555
273.25/273.31	c  9.4s |       6 |     4283 |     2681 |    33634      0 |      366 |      555
273.55/273.63	c  9.7s |       6 |     4427 |     2750 |    33634      0 |      367 |      557
273.55/273.63	c #cpu_time = 9.662s
273.55/273.63	c #wall_clock_time = 9.687s
273.55/273.63	c #decision = 4427
273.55/273.63	c #random_decision = 3
273.55/273.63	c #conflict = 2750
273.55/273.63	c #restart = 6
273.55/273.63	c BCD2: updating lower bound of a core
273.55/273.63	c lower bound updated to 802
273.55/273.65	s OPTIMUM FOUND
273.55/273.65	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10
273.55/273.65	v x11 -x12 -x13 x14 x15 -x16 x17 -x18 x19 -x20
273.55/273.65	v x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30
273.55/273.65	v x31 -x32 x33 -x34 x35 -x36 x37 -x38 x39 -x40
273.55/273.65	v -x41 x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50
273.55/273.65	v x51 -x52 x53 -x54 x55 -x56 x57 -x58 x59 -x60
273.55/273.65	v x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70
273.55/273.65	v x71 -x72 x73 -x74 x75 -x76 x77 -x78 x79 -x80
273.55/273.65	v x81 -x82 x83 -x84 x85 -x86 -x87 x88 x89 -x90
273.55/273.65	v x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100
273.55/273.65	v x101 -x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110
273.55/273.65	v x111 -x112 x113 -x114 x115 -x116 x117 -x118 x119 -x120
273.55/273.65	v x121 -x122 x123 -x124 x125 -x126 x127 -x128 x129 -x130
273.55/273.65	v x131 -x132 x133 -x134 x135 -x136 x137 -x138 -x139 x140
273.55/273.65	v x141 -x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150
273.55/273.65	v x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160
273.55/273.65	v -x161 x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170
273.55/273.65	v x171 -x172 x173 -x174 x175 -x176 x177 -x178 x179 -x180
273.55/273.65	v x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190
273.55/273.65	v x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200
273.55/273.65	v x201 -x202 x203 -x204 -x205 x206 x207 -x208 x209 -x210
273.55/273.65	v x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220
273.55/273.65	v x221 -x222 x223 -x224 x225 -x226 x227 -x228 x229 -x230
273.55/273.65	v x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240
273.55/273.65	v x241 -x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250
273.55/273.65	v x251 -x252 x253 -x254 x255 -x256 x257 -x258 x259 -x260
273.55/273.65	v -x261 x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270
273.55/273.65	v x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280
273.55/273.65	v x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290
273.55/273.65	v x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 -x300
273.55/273.65	v -x301 x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310
273.55/273.65	v x311 -x312 x313 -x314 -x315 x316 x317 -x318 x319 -x320
273.55/273.65	v x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330
273.55/273.65	v x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340
273.55/273.65	v x341 -x342 x343 -x344 x345 -x346 x347 -x348 x349 -x350
273.55/273.65	v x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360
273.55/273.65	v x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370
273.55/273.65	v -x371 x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380
273.55/273.65	v x381 -x382 x383 -x384 x385 -x386 x387 -x388 x389 -x390
273.55/273.65	v x391 -x392 x393 -x394 x395 -x396 x397 -x398 x399 -x400
273.55/273.65	v x401 -x402 x403 -x404 x405 -x406 x407 -x408 x409 -x410
273.55/273.65	v x411 -x412 x413 -x414 x415 -x416 x417 -x418 x419 -x420
273.55/273.65	v x421 -x422 -x423 x424 -x425 x426 x427 -x428 x429 -x430
273.55/273.65	v x431 -x432 x433 -x434 x435 -x436 x437 -x438 x439 -x440
273.55/273.65	v x441 -x442 x443 -x444 x445 -x446 x447 -x448 x449 -x450
273.55/273.65	v x451 -x452 x453 -x454 x455 -x456 x457 -x458 x459 -x460
273.55/273.65	v x461 -x462 x463 -x464 x465 -x466 x467 -x468 x469 -x470
273.55/273.65	v x471 -x472 x473 -x474 x475 -x476 x477 -x478 x479 -x480
273.55/273.65	v x481 -x482 x483 -x484 x485 -x486 x487 -x488 x489 -x490
273.55/273.65	v x491 -x492 x493 -x494 x495 -x496 x497 -x498 -x499 x500
273.55/273.65	v x501 -x502 x503 -x504 x505 -x506 x507 -x508 -x509 x510
273.55/273.65	v x511 -x512 -x513 x514 x515 -x516 -x517 x518 -x519 x520
273.55/273.65	v -x521 x522 -x523 x524 x525 -x526 -x527 x528 x529 -x530
273.55/273.65	v -x531 x532 -x533 x534 -x535 x536 -x537 x538 x539 -x540
273.55/273.65	v -x541 x542 -x543 x544 x545 -x546 -x547 x548 -x549 x550
273.55/273.65	v -x551 x552 -x553 x554 x555 -x556 -x557 x558 -x559 x560
273.55/273.65	v -x561 x562 x563 -x564 -x565 x566 -x567 x568 -x569 x570
273.55/273.65	v x571 -x572 -x573 x574 -x575 x576 x577 -x578 -x579 x580
273.55/273.65	v -x581 x582 -x583 x584 -x585 x586 -x587 x588 x589 -x590
273.55/273.65	v -x591 x592 -x593 x594 x595 -x596 -x597 x598 -x599 x600
273.55/273.65	v -x601 x602 x603 -x604 -x605 x606 -x607 x608 -x609 x610
273.55/273.65	v -x611 x612 x613 -x614 -x615 x616 x617 -x618 -x619 x620
273.55/273.65	v -x621 x622 -x623 x624 x625 -x626 -x627 x628 -x629 x630
273.55/273.65	v -x631 x632 -x633 x634 -x635 -x636 x637 -x638 -x639 x640
273.55/273.65	v x641 -x642 -x643 x644 -x645 x646 -x647 x648 -x649 x650
273.55/273.65	v x651 -x652 -x653 x654 -x655 x656 -x657 x658 x659 -x660
273.55/273.65	v -x661 x662 -x663 x664 x665 -x666 -x667 x668 -x669 x670
273.55/273.65	v -x671 x672 x673 -x674 -x675 x676 -x677 x678 -x679 x680
273.55/273.65	v -x681 x682 x683 -x684 -x685 x686 -x687 x688 -x689 x690
273.55/273.65	v -x691 -x692 x693 -x694 -x695 x696 -x697 x698 x699 -x700
273.55/273.65	v -x701 x702 -x703 x704 x705 -x706 -x707 x708 -x709 x710
273.55/273.65	v -x711 x712 -x713 x714 x715 -x716 -x717 x718 -x719 x720
273.55/273.65	v x721 -x722 -x723 x724 -x725 x726 -x727 x728 -x729 x730
273.55/273.65	v -x731 x732 x733 -x734 -x735 x736 -x737 x738 x739 -x740
273.55/273.65	v -x741 x742 -x743 -x744 -x745 x746 -x747 x748 -x749 x750
273.55/273.65	v x751 -x752 -x753 x754 x755 -x756 -x757 x758 -x759 x760
273.55/273.65	v x761 -x762 -x763 x764 -x765 x766 -x767 x768 -x769 x770
273.55/273.65	v -x771 x772 x773 -x774 -x775 x776 -x777 x778 x779 -x780
273.55/273.65	v -x781 x782 -x783 x784 x785 -x786 -x787 x788 -x789 x790
273.55/273.65	v -x791 x792 x793 -x794 -x795 x796 -x797 x798 -x799 x800
273.55/273.65	v x801 -x802 -x803 x804 -x805 x806 -x807 x808 x809 -x810
273.55/273.65	v -x811 x812 -x813 x814 -x815 x816 -x817 x818 x819 -x820
273.55/273.65	v -x821 x822 -x823 x824 x825 -x826 -x827 x828 -x829 x830
273.55/273.65	v -x831 x832 x833 -x834 -x835 x836 -x837 x838 -x839 x840
273.55/273.65	v -x841 x842 -x843 x844 -x845 x846 x847 -x848 x849 -x850
273.55/273.65	v -x851 x852 -x853 x854 -x855 x856 -x857 x858 -x859 x860
273.55/273.65	v -x861 x862 x863 -x864 x865 -x866 -x867 x868 -x869 x870
273.55/273.65	v -x871 x872 -x873 x874 -x875 x876 x877 -x878 -x879 x880
273.55/273.65	v x881 -x882 -x883 x884 -x885 x886 -x887 x888 -x889 x890
273.55/273.65	v x891 -x892 -x893 x894 -x895 x896 -x897 -x898 x899 -x900
273.55/273.65	v -x901 x902 -x903 x904 x905 -x906 -x907 x908 -x909 x910
273.55/273.65	v -x911 x912 -x913 x914 x915 -x916 -x917 x918 -x919 x920
273.55/273.65	v x921 -x922 -x923 x924 -x925 x926 -x927 x928 -x929 -x930
273.55/273.65	v -x931 x932 -x933 x934 x935 -x936 x937 -x938 -x939 x940
273.55/273.65	v -x941 x942 -x943 x944 -x945 x946 -x947 x948 -x949 x950
273.55/273.65	v x951 -x952 x953 -x954 -x955 x956 -x957 x958 -x959 x960
273.55/273.65	v x961 -x962 -x963 x964 -x965 x966 -x967 -x968 x969 -x970
273.55/273.65	v -x971 x972 -x973 x974 -x975 x976 x977 -x978 -x979 x980
273.55/273.65	v -x981 x982 -x983 x984 x985 -x986 -x987 x988 -x989 x990
273.55/273.65	v -x991 x992 x993 -x994 -x995 x996 -x997 x998 -x999 x1000
273.55/273.65	v x1001 -x1002 -x1003 x1004 -x1005 x1006 -x1007 -x1008 x1009 -x1010
273.55/273.65	v -x1011 x1012 -x1013 x1014 -x1015 x1016 -x1017 x1018 -x1019 x1020
273.55/273.65	v x1021 -x1022 -x1023 x1024 x1025 -x1026 -x1027 x1028 -x1029 x1030
273.55/273.65	v -x1031 x1032 -x1033 x1034 x1035 -x1036 -x1037 x1038 -x1039 x1040
273.55/273.65	v -x1041 x1042 x1043 -x1044 -x1045 x1046 -x1047 x1048 -x1049 x1050
273.55/273.65	v -x1051 x1052 -x1053 x1054 x1055 -x1056 x1057 -x1058 -x1059 x1060
273.55/273.65	v -x1061 x1062 -x1063 x1064 -x1065 x1066 -x1067 x1068 -x1069 x1070
273.55/273.65	v x1071 -x1072 -x1073 x1074 -x1075 x1076 -x1077 x1078 x1079 -x1080
273.55/273.65	v -x1081 x1082 x1083 -x1084 -x1085 x1086 -x1087 x1088 -x1089 x1090
273.55/273.65	v x1091 -x1092 -x1093 x1094 -x1095 x1096 -x1097 x1098 x1099 -x1100
273.55/273.65	v -x1101 x1102 -x1103 x1104 -x1105 x1106 -x1107 -x1108 x1109 -x1110
273.55/273.65	v -x1111 x1112 x1113 -x1114 -x1115 x1116 -x1117 x1118 -x1119 x1120
273.55/273.65	v -x1121 x1122 -x1123 x1124 -x1125 x1126 x1127 -x1128 -x1129 x1130
273.55/273.65	v -x1131 x1132 x1133 -x1134 -x1135 x1136 x1137 -x1138 -x1139 x1140
273.55/273.65	v -x1141 x1142 -x1143 x1144 x1145 -x1146 -x1147 x1148 -x1149 -x1150
273.55/273.65	v -x1151 x1152 x1153 -x1154 -x1155 x1156 -x1157 x1158 -x1159 x1160
273.55/273.65	v x1161 -x1162 -x1163 x1164 -x1165 x1166 -x1167 x1168 -x1169 x1170
273.55/273.65	v x1171 -x1172 -x1173 x1174 -x1175 x1176 x1177 -x1178 -x1179 x1180
273.55/273.65	v -x1181 x1182 -x1183 x1184 -x1185 x1186 x1187 -x1188 -x1189 x1190
273.55/273.65	v -x1191 x1192 x1193 -x1194 -x1195 x1196 -x1197 x1198 -x1199 x1200
273.55/273.65	v x1201 -x1202 -x1203 x1204 -x1205 x1206 -x1207 -x1208 -x1209 x1210
273.55/273.65	v -x1211 -x1212 -x1213 x1214 x1215 -x1216 -x1217 x1218 -x1219 x1220
273.55/273.65	v -x1221 x1222 x1223 -x1224 -x1225 x1226 x1227 -x1228 -x1229 x1230
273.55/273.65	v -x1231 x1232 -x1233 x1234 x1235 -x1236 -x1237 x1238 -x1239 x1240
273.55/273.65	v -x1241 x1242 -x1243 x1244 x1245 -x1246 -x1247 x1248 -x1249 x1250
273.55/273.65	v x1251 -x1252 -x1253 x1254 -x1255 x1256 x1257 -x1258 -x1259 x1260
273.55/273.65	v -x1261 x1262 -x1263 x1264 x1265 -x1266 -x1267 x1268 -x1269 x1270
273.55/273.65	v -x1271 x1272 -x1273 x1274 -x1275 x1276 x1277 -x1278 -x1279 x1280
273.55/273.65	v -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 x1287 -x1288 -x1289 x1290
273.55/273.65	v x1291 -x1292 -x1293 x1294 -x1295 x1296 x1297 -x1298 -x1299 x1300
273.55/273.65	v -x1301 x1302 -x1303 x1304 x1305 -x1306 -x1307 x1308 -x1309 x1310
273.55/273.65	v -x1311 -x1312 x1313 -x1314 -x1315 -x1316 -x1317 x1318 -x1319 x1320
273.55/273.65	v x1321 -x1322 -x1323 -x1324 -x1325 x1326 -x1327 x1328 -x1329 x1330
273.55/273.65	v -x1331 x1332 x1333 -x1334 -x1335 x1336 -x1337 x1338 x1339 -x1340
273.55/273.65	v -x1341 x1342 -x1343 x1344 x1345 -x1346 -x1347 x1348 -x1349 x1350
273.55/273.65	v -x1351 x1352 -x1353 x1354 x1355 -x1356 -x1357 x1358 -x1359 x1360
273.55/273.65	v x1361 -x1362 -x1363 x1364 -x1365 x1366 -x1367 x1368 x1369 -x1370
273.55/273.65	v -x1371 x1372 -x1373 x1374 -x1375 x1376 x1377 -x1378 -x1379 x1380
273.55/273.65	v -x1381 x1382 -x1383 x1384 x1385 -x1386 -x1387 x1388 -x1389 x1390
273.55/273.65	v -x1391 x1392 x1393 -x1394 -x1395 x1396 -x1397 x1398 -x1399 x1400
273.55/273.65	v -x1401 x1402 -x1403 x1404 x1405 -x1406 -x1407 x1408 -x1409 x1410
273.55/273.65	v -x1411 x1412 -x1413 x1414 x1415 -x1416 -x1417 x1418 -x1419 x1420
273.55/273.65	v x1421 -x1422 -x1423 x1424 -x1425 x1426 -x1427 x1428 x1429 -x1430
273.55/273.65	v -x1431 x1432 -x1433 x1434 -x1435 x1436 x1437 -x1438 -x1439 x1440
273.55/273.65	v -x1441 x1442 x1443 -x1444 -x1445 x1446 -x1447 x1448 -x1449 x1450
273.55/273.65	v -x1451 x1452 x1453 -x1454 -x1455 x1456 -x1457 x1458 -x1459 x1460
273.55/273.65	v x1461 -x1462 -x1463 x1464 -x1465 x1466 x1467 -x1468 -x1469 x1470
273.55/273.65	v -x1471 x1472 -x1473 -x1474 -x1475 x1476 -x1477 x1478 x1479 -x1480
273.55/273.65	v -x1481 x1482 -x1483 x1484 x1485 -x1486 -x1487 x1488 -x1489 x1490
273.55/273.65	v -x1491 x1492 x1493 -x1494 -x1495 x1496 -x1497 x1498 -x1499 x1500
273.55/273.65	v x1501 -x1502 -x1503 x1504 -x1505 x1506 -x1507 x1508 -x1509 x1510
273.55/273.65	v x1511 -x1512 x1513 -x1514 -x1515 x1516 -x1517 x1518 -x1519 x1520
273.55/273.65	v -x1521 x1522 -x1523 x1524 -x1525 x1526 x1527 -x1528 x1529 -x1530
273.55/273.65	v -x1531 x1532 -x1533 x1534 -x1535 x1536 -x1537 -x1538 x1539 -x1540
273.55/273.65	v -x1541 x1542 -x1543 x1544 -x1545 x1546 x1547 -x1548 -x1549 x1550
273.55/273.65	v -x1551 x1552 -x1553 -x1554 -x1555 -x1556 x1557 -x1558 -x1559 x1560
273.55/273.65	v -x1561 x1562 x1563 -x1564 -x1565 x1566 -x1567 x1568 -x1569 x1570
273.55/273.65	v -x1571 x1572 -x1573 x1574 x1575 -x1576 -x1577 x1578 x1579 -x1580
273.55/273.65	v -x1581 x1582 -x1583 x1584 x1585 -x1586 -x1587 x1588 -x1589 x1590
273.55/273.65	v -x1591 x1592 x1593 -x1594 -x1595 x1596 -x1597 x1598 -x1599 x1600
273.55/273.65	v -x1601 x1602 -x1603 x1604 -x1605 x1606 x1607 -x1608 x1609 -x1610
273.55/273.65	v -x1611 -x1612 -x1613 x1614 -x1615 x1616 -x1617 x1618 -x1619 x1620
273.55/273.65	v -x1621 x1622 x1623 -x1624 -x1625 x1626 -x1627 x1628 -x1629 x1630
273.55/273.65	v x1631 -x1632 x1633 -x1634 -x1635 x1636 -x1637 x1638 -x1639 x1640
273.55/273.65	v x1641 -x1642 -x1643 x1644 -x1645 x1646 -x1647 x1648
273.55/273.65	c total CPU time = 272.953s
273.55/273.65	c total wall clock time = 273.654s

Verifier Data

OK	802

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

pid=4853
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.39 2.29 2.22 3/180 4856
/proc/meminfo: memFree=28902168/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=675260 CPUtime=0 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 2505 0 0 0 0 0 0 0 20 0 4 0 25190496 691466240 3377 33554432000 4194304 16246674 140733320753408 140733320752832 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 169327 3384 441 2943 0 166221 0
[pid=4856/tid=4857] ppid=4853 vsize=692668 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 709292032 3446 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=696764 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 713486336 3464 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=700860 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25190496 717680640 3480 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.39 2.29 2.22 3/180 4856
/proc/meminfo: memFree=28902168/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1220164 CPUtime=0.08 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 30030 0 0 0 5 3 0 0 20 0 4 0 25190496 1249447936 30840 33554432000 4194304 16246674 140733320753408 140733320752720 4221016 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 305041 30842 801 2943 0 301935 0
[pid=4856/tid=4857] ppid=4853 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1249447936 30844 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1249447936 30847 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1249447936 30849 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1220164

[startup+0.35287 s]
/proc/loadavg: 2.39 2.29 2.22 3/180 4856
/proc/meminfo: memFree=28902168/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1313348 CPUtime=0.34 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 58207 0 0 0 27 7 0 0 20 0 4 0 25190496 1344868352 59528 33554432000 4194304 16246674 140733320753408 140733320752720 6756338 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 328337 59538 833 2943 0 325231 0
[pid=4856/tid=4857] ppid=4853 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1344868352 59544 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1344868352 59549 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1344868352 59556 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1313348

[startup+0.400452 s]
/proc/loadavg: 2.39 2.29 2.22 3/180 4856
/proc/meminfo: memFree=28902168/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1313348 CPUtime=0.38 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 66870 0 0 0 30 8 0 0 20 0 4 0 25190496 1344868352 68191 33554432000 4194304 16246674 140733320753408 140733320752720 5589077 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 328337 68201 833 2943 0 325231 0
[pid=4856/tid=4857] ppid=4853 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1344868352 68206 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1344868352 68212 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1344868352 68217 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1313348

[startup+0.70041 s]
/proc/loadavg: 2.39 2.29 2.22 3/180 4856
/proc/meminfo: memFree=28902168/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 124941 0 0 0 52 17 0 0 20 0 4 0 25190496 1344868352 126262 33554432000 4194304 16246674 140733320753408 140733320752720 5545885 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 328337 126267 881 2943 0 325231 0
[pid=4856/tid=4857] ppid=4853 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1344868352 126271 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1344868352 126278 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1344868352 126285 33554432000 4194304 16246674 140733320753408 139774734097584 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.50037 s]
/proc/loadavg: 2.44 2.30 2.22 3/184 4860
/proc/meminfo: memFree=28005780/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1318468 CPUtime=1.49 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 270105 0 0 0 115 34 0 0 20 0 4 0 25190496 1350111232 271426 33554432000 4194304 16246674 140733320753408 140733320735296 5824017 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 329617 271426 886 2943 0 326511 0
[pid=4856/tid=4857] ppid=4853 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1350111232 271426 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1350111232 271426 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1350111232 271426 33554432000 4194304 16246674 140733320753408 139774734097584 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) 1318468

[startup+3.10039 s]
/proc/loadavg: 2.44 2.30 2.22 3/184 4860
/proc/meminfo: memFree=27816804/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1318468 CPUtime=3.09 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 270105 0 0 0 275 34 0 0 20 0 4 0 25190496 1350111232 271426 33554432000 4194304 16246674 140733320753408 140733320735296 5717660 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 329617 271426 886 2943 0 326511 0
[pid=4856/tid=4857] ppid=4853 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1350111232 271426 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1350111232 271426 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1350111232 271426 33554432000 4194304 16246674 140733320753408 139774734097584 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) 1318468

[startup+6.30041 s]
/proc/loadavg: 2.41 2.30 2.22 3/184 4860
/proc/meminfo: memFree=27816400/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1318468 CPUtime=6.29 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 270316 0 0 0 594 35 0 0 20 0 4 0 25190496 1350111232 271637 33554432000 4194304 16246674 140733320753408 140733320735296 5531892 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 329617 271637 914 2943 0 326511 0
[pid=4856/tid=4857] ppid=4853 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1350111232 271637 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1350111232 271637 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1350111232 271637 33554432000 4194304 16246674 140733320753408 139774734097584 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) 1318468

[startup+12.7004 s]
/proc/loadavg: 2.37 2.29 2.22 3/184 4860
/proc/meminfo: memFree=27816380/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1318468 CPUtime=12.69 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 270316 0 0 0 1232 37 0 0 20 0 4 0 25190496 1350111232 271637 33554432000 4194304 16246674 140733320753408 140733320736400 5531832 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 329617 271637 914 2943 0 326511 0
[pid=4856/tid=4857] ppid=4853 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1350111232 271637 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1350111232 271637 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1350111232 271637 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1318468

[startup+25.5076 s]
/proc/loadavg: 2.39 2.30 2.22 3/184 4860
/proc/meminfo: memFree=27810112/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1324612 CPUtime=25.49 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 271855 0 0 0 2512 37 0 0 20 0 4 0 25190496 1356402688 273176 33554432000 4194304 16246674 140733320753408 140733320735296 13191794 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 331153 273176 916 2943 0 328047 0
[pid=4856/tid=4857] ppid=4853 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1356402688 273176 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1356402688 273176 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1356402688 273176 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1324612

[startup+51.1004 s]
/proc/loadavg: 2.50 2.33 2.24 4/183 4861
/proc/meminfo: memFree=27810336/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1324612 CPUtime=51.09 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 271855 0 0 0 5071 38 0 0 20 0 4 0 25190496 1356402688 273176 33554432000 4194304 16246674 140733320753408 140733320736408 5822240 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 331153 273176 916 2943 0 328047 0
[pid=4856/tid=4857] ppid=4853 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1356402688 273176 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1356402688 273176 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1356402688 273176 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1324612

[startup+102.3 s]
/proc/loadavg: 2.27 2.29 2.23 3/183 4862
/proc/meminfo: memFree=27781080/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1354308 CPUtime=102.27 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 279051 0 0 0 10188 39 0 0 20 0 4 0 25190496 1386811392 280372 33554432000 4194304 16246674 140733320753408 140733320735296 5676015 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 338577 280372 916 2943 0 335471 0
[pid=4856/tid=4857] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280372 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280372 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280372 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1354308

[startup+162.3 s]
/proc/loadavg: 2.23 2.28 2.22 3/182 4863
/proc/meminfo: memFree=27781392/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1354308 CPUtime=162.27 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 279279 0 0 0 16187 40 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 140733320735296 4220880 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 338577 280600 916 2943 0 335471 0
[pid=4856/tid=4857] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1354308

[startup+222.3 s]
/proc/loadavg: 2.29 2.29 2.23 3/183 4865
/proc/meminfo: memFree=27778400/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1354308 CPUtime=222.26 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 279279 0 0 0 22186 40 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 140733320735296 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 338577 280600 916 2943 0 335471 0
[pid=4856/tid=4857] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1354308

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

[startup+230.5 s]
/proc/loadavg: 2.34 2.30 2.23 4/183 4865
/proc/meminfo: memFree=27780816/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1354308 CPUtime=230.46 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 279279 0 0 0 23006 40 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 140733320735296 5829375 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 338577 280600 916 2943 0 335471 0
[pid=4856/tid=4857] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 230.46
Current children cumulated vsize (KiB) 1354308

[startup+256.1 s]
/proc/loadavg: 2.30 2.29 2.23 3/183 4866
/proc/meminfo: memFree=27780140/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1354308 CPUtime=256.05 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 279279 0 0 0 25565 40 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 140733320735296 13954494 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 338577 280600 916 2943 0 335471 0
[pid=4856/tid=4857] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 256.05
Current children cumulated vsize (KiB) 1354308

[startup+262.5 s]
/proc/loadavg: 2.33 2.30 2.23 4/183 4866
/proc/meminfo: memFree=27780388/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1354308 CPUtime=262.45 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 279279 0 0 0 26205 40 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 140733320735296 5827966 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 338577 280600 916 2943 0 335471 0
[pid=4856/tid=4857] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 262.45
Current children cumulated vsize (KiB) 1354308

[startup+268.9 s]
/proc/loadavg: 2.31 2.29 2.23 3/183 4866
/proc/meminfo: memFree=27779796/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1354308 CPUtime=268.85 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 279279 0 0 0 26845 40 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 140733320735296 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 338577 280600 916 2943 0 335471 0
[pid=4856/tid=4857] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 268.85
Current children cumulated vsize (KiB) 1354308

[startup+272.1 s]
/proc/loadavg: 2.28 2.29 2.23 3/183 4866
/proc/meminfo: memFree=27780292/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1354308 CPUtime=272.05 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 279279 0 0 0 27165 40 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 140733320735296 5822548 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 338577 280600 916 2943 0 335471 0
[pid=4856/tid=4857] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 272.05
Current children cumulated vsize (KiB) 1354308

[startup+272.9 s]
/proc/loadavg: 2.28 2.29 2.23 3/183 4866
/proc/meminfo: memFree=27779780/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1354308 CPUtime=272.85 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 279279 0 0 0 27245 40 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 140733320735296 5670256 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 338577 280600 916 2943 0 335471 0
[pid=4856/tid=4857] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 272.85
Current children cumulated vsize (KiB) 1354308

[startup+273.3 s]
/proc/loadavg: 2.28 2.29 2.23 3/183 4866
/proc/meminfo: memFree=27779780/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=1354308 CPUtime=273.25 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) R 4853 4856 579 0 -1 4202496 279279 0 0 0 27285 40 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 140733320735296 5822488 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 338577 280600 916 2943 0 335471 0
[pid=4856/tid=4857] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) S 4853 4856 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774824262896 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4856/tid=4858] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4858/stat : 4858 (toysat) S 4853 4856 579 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774744571120 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4856/tid=4859] ppid=4853 vsize=1354308 CPUtime=0 cores=1,3,5,7
/proc/4856/task/4859/stat : 4859 (toysat) S 4853 4856 579 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25190496 1386811392 280600 33554432000 4194304 16246674 140733320753408 139774734097584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 273.25
Current children cumulated vsize (KiB) 1354308

[startup+273.7 s]
/proc/loadavg: 2.28 2.29 2.23 3/183 4866
/proc/meminfo: memFree=27779780/32872528 swapFree=17888/1798212
[pid=4856] ppid=4853 vsize=0 CPUtime=273.65 cores=1,3,5,7
/proc/4856/stat : 4856 (toysat) Z 4853 4856 579 0 -1 4202508 279283 0 0 0 27320 45 0 0 20 0 2 0 25190496 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 0 0 0 0 0 0 0
[pid=4856/tid=4857] ppid=4853 vsize=0 CPUtime=0.03 cores=1,3,5,7
/proc/4856/task/4857/stat : 4857 (toysat) R 4853 4856 579 0 -1 4203588 8 0 0 0 0 3 0 0 20 0 2 0 25190496 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) 273.65
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 273.72
CPU time (s): 273.675
CPU user time (s): 273.208
CPU system time (s): 0.466929
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 1354308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 273.208
system time used= 0.466929
maximum resident set size= 1122412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279283
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= 282

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.662899 second user time and 1.18482 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-18 08:30:34
IDJOB=4102729
IDBENCH=2163
IDSOLVER=2542
FILE ID=node123/4102729-1466231434
RUNJOBID= node123-1466206081-596
PBS_JOBID= 19918154
Free space on /tmp= 71620 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32d3.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102729-1466231434/watcher-4102729-1466231434 -o /tmp/evaluation-result-4102729-1466231434/solver-4102729-1466231434 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466206081-596 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4102729-1466231434.opb

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

MD5SUM BENCH= a4212e7e4d5e950e6ac9fce9bc7b8e0a
RANDOM SEED=1014733149

node123.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.791
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.58
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.791
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.791
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.791
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.57
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.791
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.56
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.791
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.56
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.791
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.791
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:        28902440 kB
Buffers:          129296 kB
Cached:           177640 kB
SwapCached:         1648 kB
Active:          1223016 kB
Inactive:         208156 kB
Active(anon):    1125164 kB
Inactive(anon):     1152 kB
Active(file):      97852 kB
Inactive(file):   207004 kB
Unevictable:     1798212 kB
Mlocked:           17888 kB
SwapTotal:      67108856 kB
SwapFree:       67099316 kB
Dirty:             17184 kB
Writeback:             0 kB
AnonPages:       2921412 kB
Mapped:            10756 kB
Shmem:                 0 kB
Slab:             603452 kB
SReclaimable:      47288 kB
SUnreclaim:       556164 kB
KernelStack:        1496 kB
PageTables:         9936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3063248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1787904 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= 71604 MiB
End job on node123 at 2016-06-18 08:35:08