Trace number 4102233

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.05 1800.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16a1.opb
MD5SUMf385fcab37e162e321ef096cfb16e5e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1123
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1096
Optimality of the best value was proved NO
Number of variables3300
Total number of constraints21018
Number of constraints which are clauses21018
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 constraint16
Number of terms in the objective function 3300
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 3300
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3300
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T08:02:24+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4102233-1466229744.opb"]
0.00/0.01	c use --random-gen="1297200774 1448463346 650780019 3201491152 2038687128 1344049977 3063759910 64560719 3390233348 1115450199 3180733243 324879625 599736894 3074451163 3744479255 1041003247 3085995174 2071144812 2830404477 982098192 3386516793 3372977885 2595670262 3469578417 1043463107 1377307456 490783783 3447793056 3078635500 3381784665 2035068554 902571034 3290188839 2048411085 668984209 256100340 3569484396 684388310 3817229354 1592371615 3988711439 2025660267 3833949221 3905195126 1115252684 1967243071 681512081 1106145718 3475989832 2909302192 3252329216 1705992135 7597157 2125649199 2333339747 2710074949 2312924567 1512752054 317209876 179244259 3725654636 2648241843 134584984 1516614004 1386210357 146880812 3839285151 925055663 3319158592 3465695435 4178881404 3265522495 745269193 3299485177 3361976806 2047621439 4037863330 4243498444 3706552623 2898602065 1899135978 222077592 3845138244 328693991 2373123798 4034706454 1949891839 1054232111 296887741 2672127367 517594888 1211674085 2512312347 1457024043 2730281786 4231654695 701710331 1075326343 275805137 1550614535 1136922340 2172018492 2928710943 3022549077 1176467778 2259788036 2080533017 2165967463 2992254085 3574115419 4050839180 2596476534 3926363678 719770619 1479079859 694281467 1863442831 1313635283 1350746772 1145273573 3418409258 3236468496 3566806873 2721614582 1146384449 3084268662 2766826705 2667213844 1245804924 4248977173 3523625402 1777488241 3726876601 4187299185 499724730 3657141516 3312190428 704604124 2240128050 1326714526 855208300 52298034 3954077763 448355576 3152664634 2777471813 1720974617 957865035 1589848222 2488167168 2446102503 3650924806 3935151843 3965441416 3478083137 1486788326 2639864340 3365888014 597366858 3071889924 3083077378 2949722805 1146785560 3798353901 3655769896 2221069626 2104066355 2584870914 1443312408 127163178 1987508002 148315096 2948219811 2062976673 1278176646 1035557213 434051047 4015974644 2074367923 2024380341 3622513936 3022397888 1998333780 3771095262 2677852159 3848573759 4132601097 437328227 3653677155 202633839 3752024749 1010677487 2603216836 272884363 1911395702 84257078 46720572 4137807802 2336901816 746827346 2579646601 1270695066 301219482 1172558193 57900380 1581602351 4119649338 2485945757 4182263930 1920882061 2305249401 4130395943 63139621 3931780069 409896492 4052695957 2618953512 1101579658 3454211430 3420937124 621973610 3362813769 1570581975 2467817819 523245381 2744356079 878841313 3078561476 3816360563 3711564952 3352240925 227112841 810804087 3794297169 3463180094 3308078698 3901492462 1064150173 2983073635 795189491 1503717695 3917506640 726651026 2835500433 2364924154 146709546 2850814869 2191701565 3271611392 1567137673 118855019 88291616 1401658262 2431675858 2908633845 1168735413 255 362436" option to reproduce the execution
0.08/0.15	c #vars 3300
0.08/0.15	c #constraints 21018
0.29/0.39	c BCD2: Hardening is enabled.
0.29/0.39	c BCD2: BiasedSearch is enabled.
0.29/0.39	c Solving starts ...
0.29/0.39	c ============================[ Search Statistics ]============================
0.29/0.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.39	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.39	c =============================================================================
0.29/0.39	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        0
0.39/0.41	c  0.0s |       0 |     1023 |        5 |     8106      0 |        0 |        0
0.39/0.41	c #cpu_time = 0.025s
0.39/0.41	c #wall_clock_time = 0.025s
0.39/0.41	c #decision = 1023
0.39/0.41	c #random_decision = 4
0.39/0.41	c #conflict = 5
0.39/0.41	c #restart = 0
0.39/0.41	o 1650
0.39/0.45	c BCD2: updating upper bound: 3300 -> 1649
0.39/0.47	c BCD2: 0 <= obj <= 1649
0.39/0.47	c BCD2: #cores=0, #unrelaxed=3300, #relaxed=0, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=1 bias=1/2
0.39/0.47	c Solving starts ...
0.39/0.47	c ============================[ Search Statistics ]============================
0.39/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.47	c =============================================================================
0.39/0.47	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        0
0.39/0.48	c  0.0s |       0 |       28 |        0 |     8106      0 |        0 |        0
0.39/0.48	c #cpu_time = 0.006s
0.39/0.48	c #wall_clock_time = 0.006s
0.39/0.48	c #decision = 28
0.39/0.48	c #random_decision = 0
0.39/0.48	c #conflict = 0
0.39/0.48	c #restart = 0
0.39/0.48	c BCD2: found a new core of size 15: cost of the new core is >=1
0.39/0.48	c lower bound updated to 1
0.39/0.48	c BCD2: 1 <= obj <= 1649
0.39/0.48	c BCD2: #cores=1, #unrelaxed=3285, #relaxed=15, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=2 bias=2/3
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.39/0.48	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        1
0.39/0.49	c  0.0s |       0 |       46 |        3 |     8106      0 |        0 |        1
0.39/0.49	c #cpu_time = 0.011s
0.39/0.49	c #wall_clock_time = 0.011s
0.39/0.49	c #decision = 46
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 3
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: found a new core of size 41: cost of the new core is >=1
0.39/0.49	c lower bound updated to 2
0.49/0.52	c BCD2: 2 <= obj <= 1649
0.49/0.52	c BCD2: #cores=2, #unrelaxed=3244, #relaxed=56, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=3 bias=3/4
0.49/0.52	c Solving starts ...
0.49/0.52	c ============================[ Search Statistics ]============================
0.49/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.52	c =============================================================================
0.49/0.52	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        1
0.49/0.52	c  0.0s |       0 |       34 |        0 |     8106      0 |        0 |        1
0.49/0.52	c #cpu_time = 0.008s
0.49/0.52	c #wall_clock_time = 0.008s
0.49/0.52	c #decision = 34
0.49/0.52	c #random_decision = 0
0.49/0.52	c #conflict = 0
0.49/0.52	c #restart = 0
0.49/0.52	c BCD2: found a new core of size 15: cost of the new core is >=1
0.49/0.52	c lower bound updated to 3
0.49/0.53	c BCD2: 3 <= obj <= 1649
0.49/0.53	c BCD2: #cores=3, #unrelaxed=3229, #relaxed=71, #hardened=0
0.49/0.53	c BCD2: #sat=1 #unsat=4 bias=4/5
0.49/0.53	c Solving starts ...
0.49/0.53	c ============================[ Search Statistics ]============================
0.49/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.53	c =============================================================================
0.49/0.53	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        2
0.49/0.54	c  0.0s |       0 |       50 |        0 |     8106      0 |        0 |        2
0.49/0.54	c #cpu_time = 0.008s
0.49/0.54	c #wall_clock_time = 0.008s
0.49/0.54	c #decision = 50
0.49/0.54	c #random_decision = 0
0.49/0.54	c #conflict = 0
0.49/0.54	c #restart = 0
0.49/0.54	c BCD2: found a new core of size 15: cost of the new core is >=1
0.49/0.54	c lower bound updated to 4
0.49/0.54	c BCD2: 4 <= obj <= 1649
0.49/0.54	c BCD2: #cores=4, #unrelaxed=3214, #relaxed=86, #hardened=0
0.49/0.54	c BCD2: #sat=1 #unsat=5 bias=5/6
0.49/0.54	c Solving starts ...
0.49/0.54	c ============================[ Search Statistics ]============================
0.49/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.54	c =============================================================================
0.49/0.54	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        3
0.49/0.55	c  0.0s |       0 |       53 |        1 |     8106      0 |        0 |        3
0.49/0.55	c #cpu_time = 0.008s
0.49/0.55	c #wall_clock_time = 0.008s
0.49/0.55	c #decision = 53
0.49/0.55	c #random_decision = 0
0.49/0.55	c #conflict = 1
0.49/0.55	c #restart = 0
0.49/0.55	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.55	c lower bound updated to 5
0.49/0.55	c BCD2: 5 <= obj <= 1649
0.49/0.55	c BCD2: #cores=5, #unrelaxed=3211, #relaxed=89, #hardened=0
0.49/0.55	c BCD2: #sat=1 #unsat=6 bias=6/7
0.49/0.55	c Solving starts ...
0.49/0.55	c ============================[ Search Statistics ]============================
0.49/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.55	c =============================================================================
0.49/0.55	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        3
0.49/0.56	c  0.0s |       0 |       53 |        1 |     8106      0 |        0 |        3
0.49/0.56	c #cpu_time = 0.008s
0.49/0.56	c #wall_clock_time = 0.008s
0.49/0.56	c #decision = 53
0.49/0.56	c #random_decision = 0
0.49/0.56	c #conflict = 1
0.49/0.56	c #restart = 0
0.49/0.56	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.56	c lower bound updated to 6
0.49/0.56	c BCD2: 6 <= obj <= 1649
0.49/0.56	c BCD2: #cores=6, #unrelaxed=3208, #relaxed=92, #hardened=0
0.49/0.56	c BCD2: #sat=1 #unsat=7 bias=7/8
0.49/0.56	c Solving starts ...
0.49/0.56	c ============================[ Search Statistics ]============================
0.49/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.56	c =============================================================================
0.49/0.56	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        3
0.49/0.57	c  0.0s |       0 |       53 |        1 |     8106      0 |        0 |        3
0.49/0.57	c #cpu_time = 0.009s
0.49/0.57	c #wall_clock_time = 0.009s
0.49/0.57	c #decision = 53
0.49/0.57	c #random_decision = 0
0.49/0.57	c #conflict = 1
0.49/0.57	c #restart = 0
0.49/0.57	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.57	c lower bound updated to 7
0.49/0.57	c BCD2: 7 <= obj <= 1649
0.49/0.57	c BCD2: #cores=7, #unrelaxed=3205, #relaxed=95, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=8 bias=8/9
0.49/0.57	c Solving starts ...
0.49/0.57	c ============================[ Search Statistics ]============================
0.49/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.57	c =============================================================================
0.49/0.57	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        3
0.49/0.58	c  0.0s |       0 |       53 |        1 |     8106      0 |        0 |        3
0.49/0.58	c #cpu_time = 0.009s
0.49/0.58	c #wall_clock_time = 0.009s
0.49/0.58	c #decision = 53
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 1
0.49/0.58	c #restart = 0
0.49/0.58	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.58	c lower bound updated to 8
0.49/0.58	c BCD2: 8 <= obj <= 1649
0.49/0.58	c BCD2: #cores=8, #unrelaxed=3202, #relaxed=98, #hardened=0
0.49/0.58	c BCD2: #sat=1 #unsat=9 bias=9/10
0.49/0.58	c Solving starts ...
0.49/0.58	c ============================[ Search Statistics ]============================
0.49/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.58	c =============================================================================
0.49/0.58	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        3
0.49/0.59	c  0.0s |       0 |       53 |        1 |     8106      0 |        0 |        3
0.49/0.59	c #cpu_time = 0.008s
0.49/0.59	c #wall_clock_time = 0.008s
0.49/0.59	c #decision = 53
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 1
0.49/0.59	c #restart = 0
0.49/0.59	c BCD2: found a new core of size 3: cost of the new core is >=1
0.49/0.59	c lower bound updated to 9
0.49/0.59	c BCD2: 9 <= obj <= 1649
0.49/0.59	c BCD2: #cores=9, #unrelaxed=3199, #relaxed=101, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=10 bias=10/11
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.49/0.59	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        3
0.59/0.60	c  0.0s |       0 |       53 |        1 |     8106      0 |        0 |        3
0.59/0.60	c #cpu_time = 0.009s
0.59/0.60	c #wall_clock_time = 0.009s
0.59/0.60	c #decision = 53
0.59/0.60	c #random_decision = 0
0.59/0.60	c #conflict = 1
0.59/0.60	c #restart = 0
0.59/0.60	c BCD2: found a new core of size 3: cost of the new core is >=1
0.59/0.60	c lower bound updated to 10
0.59/0.60	c BCD2: 10 <= obj <= 1649
0.59/0.60	c BCD2: #cores=10, #unrelaxed=3196, #relaxed=104, #hardened=0
0.59/0.60	c BCD2: #sat=1 #unsat=11 bias=11/12
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        3
0.59/0.61	c  0.0s |       0 |       53 |        1 |     8106      0 |        0 |        3
0.59/0.61	c #cpu_time = 0.009s
0.59/0.61	c #wall_clock_time = 0.009s
0.59/0.61	c #decision = 53
0.59/0.61	c #random_decision = 0
0.59/0.61	c #conflict = 1
0.59/0.61	c #restart = 0
0.59/0.61	c BCD2: found a new core of size 3: cost of the new core is >=1
0.59/0.61	c lower bound updated to 11
0.59/0.61	c BCD2: 11 <= obj <= 1649
0.59/0.61	c BCD2: #cores=11, #unrelaxed=3193, #relaxed=107, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=12 bias=12/13
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        3
0.59/0.62	c  0.0s |       0 |       53 |        1 |     8106      0 |        0 |        3
0.59/0.62	c #cpu_time = 0.008s
0.59/0.62	c #wall_clock_time = 0.008s
0.59/0.62	c #decision = 53
0.59/0.62	c #random_decision = 0
0.59/0.62	c #conflict = 1
0.59/0.62	c #restart = 0
0.59/0.62	c BCD2: found a new core of size 3: cost of the new core is >=1
0.59/0.62	c lower bound updated to 12
0.59/0.62	c BCD2: 12 <= obj <= 1649
0.59/0.62	c BCD2: #cores=12, #unrelaxed=3190, #relaxed=110, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=13 bias=13/14
0.59/0.62	c Solving starts ...
0.59/0.62	c ============================[ Search Statistics ]============================
0.59/0.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.62	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.62	c =============================================================================
0.59/0.62	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        3
0.59/0.63	c  0.0s |       0 |       53 |        1 |     8106      0 |        0 |        3
0.59/0.63	c #cpu_time = 0.009s
0.59/0.63	c #wall_clock_time = 0.009s
0.59/0.63	c #decision = 53
0.59/0.63	c #random_decision = 0
0.59/0.63	c #conflict = 1
0.59/0.63	c #restart = 0
0.59/0.63	c BCD2: found a new core of size 3: cost of the new core is >=1
0.59/0.63	c lower bound updated to 13
0.59/0.63	c BCD2: 13 <= obj <= 1649
0.59/0.63	c BCD2: #cores=13, #unrelaxed=3187, #relaxed=113, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=14 bias=14/15
0.59/0.63	c Solving starts ...
0.59/0.63	c ============================[ Search Statistics ]============================
0.59/0.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.63	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.63	c =============================================================================
0.59/0.63	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        3
0.59/0.64	c  0.0s |       0 |       53 |        1 |     8106      0 |        0 |        3
0.59/0.64	c #cpu_time = 0.008s
0.59/0.64	c #wall_clock_time = 0.008s
0.59/0.64	c #decision = 53
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 1
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: found a new core of size 3: cost of the new core is >=1
0.59/0.64	c lower bound updated to 14
0.59/0.64	c BCD2: 14 <= obj <= 1649
0.59/0.64	c BCD2: #cores=14, #unrelaxed=3184, #relaxed=116, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=15 bias=15/16
0.59/0.64	c Solving starts ...
0.59/0.64	c ============================[ Search Statistics ]============================
0.59/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.64	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        3
0.59/0.65	c  0.0s |       0 |       53 |        1 |     8106      0 |        0 |        3
0.59/0.65	c #cpu_time = 0.008s
0.59/0.65	c #wall_clock_time = 0.008s
0.59/0.65	c #decision = 53
0.59/0.65	c #random_decision = 0
0.59/0.65	c #conflict = 1
0.59/0.65	c #restart = 0
0.59/0.65	c BCD2: found a new core of size 3: cost of the new core is >=1
0.59/0.65	c lower bound updated to 15
0.59/0.65	c BCD2: 15 <= obj <= 1649
0.59/0.65	c BCD2: #cores=15, #unrelaxed=3181, #relaxed=119, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=16 bias=16/17
0.59/0.65	c Solving starts ...
0.59/0.65	c ============================[ Search Statistics ]============================
0.59/0.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.65	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.65	c =============================================================================
0.59/0.65	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        3
0.59/0.66	c  0.0s |       0 |       65 |        2 |     8106      0 |        0 |        3
0.59/0.66	c #cpu_time = 0.009s
0.59/0.66	c #wall_clock_time = 0.009s
0.59/0.66	c #decision = 65
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 2
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: found a new core of size 21: cost of the new core is >=1
0.59/0.66	c lower bound updated to 16
0.59/0.66	c BCD2: 16 <= obj <= 1649
0.59/0.66	c BCD2: #cores=16, #unrelaxed=3160, #relaxed=140, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=17 bias=17/18
0.59/0.66	c Solving starts ...
0.59/0.66	c ============================[ Search Statistics ]============================
0.59/0.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.66	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.66	c =============================================================================
0.59/0.66	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        3
0.59/0.67	c  0.0s |       0 |       54 |        0 |     8106      0 |        0 |        3
0.59/0.67	c #cpu_time = 0.008s
0.59/0.67	c #wall_clock_time = 0.008s
0.59/0.67	c #decision = 54
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 0
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: found a new core of size 15: cost of the new core is >=1
0.59/0.67	c lower bound updated to 17
0.59/0.68	c BCD2: 17 <= obj <= 1649
0.59/0.68	c BCD2: #cores=17, #unrelaxed=3145, #relaxed=155, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=18 bias=18/19
0.59/0.68	c Solving starts ...
0.59/0.68	c ============================[ Search Statistics ]============================
0.59/0.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.68	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.68	c =============================================================================
0.59/0.68	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        4
0.59/0.69	c  0.0s |       0 |       70 |        0 |     8106      0 |        0 |        4
0.59/0.69	c #cpu_time = 0.009s
0.59/0.69	c #wall_clock_time = 0.009s
0.59/0.69	c #decision = 70
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 0
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: found a new core of size 15: cost of the new core is >=1
0.59/0.69	c lower bound updated to 18
0.59/0.69	c BCD2: 18 <= obj <= 1649
0.59/0.69	c BCD2: #cores=18, #unrelaxed=3130, #relaxed=170, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=19 bias=19/20
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |     8106      0 |        0 |        5
0.69/0.71	c  0.0s |       0 |       82 |        1 |     8106      0 |        0 |        5
0.69/0.71	c #cpu_time = 0.023s
0.69/0.71	c #wall_clock_time = 0.023s
0.69/0.71	c #decision = 82
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 1
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: relaxing 48 and merging with 1 cores into a new core of size 69: cost of the new core is >=2
0.69/0.71	c lower bound updated to 19
0.69/0.71	c BCD2: 19 <= obj <= 1649
0.69/0.71	c BCD2: #cores=18, #unrelaxed=3082, #relaxed=218, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=20 bias=20/21
0.69/0.71	c Solving starts ...
0.69/0.71	c ============================[ Search Statistics ]============================
0.69/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.71	c =============================================================================
0.69/0.71	c  0.0s |       0 |        0 |        0 |     8106      0 |        1 |        5
0.69/0.72	c  0.0s |       0 |       38 |        0 |     8106      0 |        1 |        6
0.69/0.72	c #cpu_time = 0.008s
0.69/0.72	c #wall_clock_time = 0.008s
0.69/0.72	c #decision = 38
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 0
0.69/0.72	c #restart = 0
0.69/0.72	c BCD2: found a new core of size 15: cost of the new core is >=1
0.69/0.72	c lower bound updated to 20
0.69/0.72	c BCD2: 20 <= obj <= 1649
0.69/0.72	c BCD2: #cores=19, #unrelaxed=3067, #relaxed=233, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=21 bias=21/22
0.69/0.72	c Solving starts ...
0.69/0.72	c ============================[ Search Statistics ]============================
0.69/0.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.72	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.72	c =============================================================================
0.69/0.72	c  0.0s |       0 |        0 |        0 |     8106      0 |        1 |        7
0.69/0.73	c  0.0s |       0 |       54 |        0 |     8106      0 |        1 |        7
0.69/0.73	c #cpu_time = 0.008s
0.69/0.73	c #wall_clock_time = 0.008s
0.69/0.73	c #decision = 54
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 0
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: found a new core of size 15: cost of the new core is >=1
0.69/0.73	c lower bound updated to 21
0.69/0.74	c BCD2: 21 <= obj <= 1649
0.69/0.74	c BCD2: #cores=20, #unrelaxed=3052, #relaxed=248, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=22 bias=22/23
0.69/0.74	c Solving starts ...
0.69/0.74	c ============================[ Search Statistics ]============================
0.69/0.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.74	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.74	c =============================================================================
0.69/0.74	c  0.0s |       0 |        0 |        0 |     8106      0 |        1 |        8
0.69/0.74	c  0.0s |       0 |       70 |        0 |     8106      0 |        1 |        8
0.69/0.74	c #cpu_time = 0.008s
0.69/0.74	c #wall_clock_time = 0.008s
0.69/0.74	c #decision = 70
0.69/0.74	c #random_decision = 0
0.69/0.74	c #conflict = 0
0.69/0.74	c #restart = 0
0.69/0.74	c BCD2: found a new core of size 15: cost of the new core is >=1
0.69/0.74	c lower bound updated to 22
0.69/0.75	c BCD2: 22 <= obj <= 1649
0.69/0.75	c BCD2: #cores=21, #unrelaxed=3037, #relaxed=263, #hardened=0
0.69/0.75	c BCD2: #sat=1 #unsat=23 bias=23/24
0.69/0.75	c Solving starts ...
0.69/0.75	c ============================[ Search Statistics ]============================
0.69/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.75	c =============================================================================
0.69/0.75	c  0.0s |       0 |        0 |        0 |     8106      0 |        1 |        9
0.69/0.76	c  0.0s |       0 |       86 |        0 |     8106      0 |        1 |        9
0.69/0.76	c #cpu_time = 0.008s
0.69/0.76	c #wall_clock_time = 0.008s
0.69/0.76	c #decision = 86
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 0
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: found a new core of size 15: cost of the new core is >=1
0.69/0.76	c lower bound updated to 23
0.69/0.76	c BCD2: 23 <= obj <= 1649
0.69/0.76	c BCD2: #cores=22, #unrelaxed=3022, #relaxed=278, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=24 bias=24/25
0.69/0.76	c Solving starts ...
0.69/0.76	c ============================[ Search Statistics ]============================
0.69/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.76	c =============================================================================
0.69/0.76	c  0.0s |       0 |        0 |        0 |     8106      0 |        1 |       10
0.69/0.77	c  0.0s |       0 |       94 |        1 |     8106      0 |        1 |       10
0.69/0.77	c #cpu_time = 0.010s
0.69/0.77	c #wall_clock_time = 0.010s
0.69/0.77	c #decision = 94
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 1
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: relaxing 53 and merging with 1 cores into a new core of size 94: cost of the new core is >=2
0.69/0.77	c lower bound updated to 24
0.69/0.77	c BCD2: 24 <= obj <= 1649
0.69/0.77	c BCD2: #cores=22, #unrelaxed=2969, #relaxed=331, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=25 bias=25/26
0.69/0.77	c Solving starts ...
0.69/0.77	c ============================[ Search Statistics ]============================
0.69/0.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.77	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.77	c =============================================================================
0.69/0.77	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       10
0.69/0.78	c  0.0s |       0 |       49 |        0 |     8106      0 |        7 |       21
0.69/0.78	c #cpu_time = 0.008s
0.69/0.78	c #wall_clock_time = 0.008s
0.69/0.78	c #decision = 49
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 0
0.69/0.78	c #restart = 0
0.69/0.78	c BCD2: found a new core of size 15: cost of the new core is >=1
0.69/0.78	c lower bound updated to 25
0.69/0.78	c BCD2: 25 <= obj <= 1649
0.69/0.78	c BCD2: #cores=23, #unrelaxed=2954, #relaxed=346, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=26 bias=26/27
0.69/0.78	c Solving starts ...
0.69/0.78	c ============================[ Search Statistics ]============================
0.69/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.78	c =============================================================================
0.69/0.78	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       22
0.69/0.79	c  0.0s |       0 |       65 |        0 |     8106      0 |        7 |       22
0.69/0.79	c #cpu_time = 0.008s
0.69/0.79	c #wall_clock_time = 0.008s
0.69/0.79	c #decision = 65
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 0
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: found a new core of size 15: cost of the new core is >=1
0.69/0.79	c lower bound updated to 26
0.69/0.80	c BCD2: 26 <= obj <= 1649
0.69/0.80	c BCD2: #cores=24, #unrelaxed=2939, #relaxed=361, #hardened=0
0.69/0.80	c BCD2: #sat=1 #unsat=27 bias=27/28
0.79/0.80	c Solving starts ...
0.79/0.80	c ============================[ Search Statistics ]============================
0.79/0.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.80	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.80	c =============================================================================
0.79/0.80	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       23
0.79/0.81	c  0.0s |       0 |       96 |        3 |     8106      0 |        7 |       23
0.79/0.81	c #cpu_time = 0.011s
0.79/0.81	c #wall_clock_time = 0.011s
0.79/0.81	c #decision = 96
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 3
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: found a new core of size 33: cost of the new core is >=1
0.79/0.81	c lower bound updated to 27
0.79/0.81	c BCD2: 27 <= obj <= 1649
0.79/0.81	c BCD2: #cores=25, #unrelaxed=2906, #relaxed=394, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=28 bias=28/29
0.79/0.81	c Solving starts ...
0.79/0.81	c ============================[ Search Statistics ]============================
0.79/0.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.81	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.81	c =============================================================================
0.79/0.81	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       23
0.79/0.82	c  0.0s |       0 |       49 |        0 |     8106      0 |        7 |       23
0.79/0.82	c #cpu_time = 0.008s
0.79/0.82	c #wall_clock_time = 0.008s
0.79/0.82	c #decision = 49
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 0
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 15: cost of the new core is >=1
0.79/0.82	c lower bound updated to 28
0.79/0.82	c BCD2: 28 <= obj <= 1649
0.79/0.82	c BCD2: #cores=26, #unrelaxed=2891, #relaxed=409, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=29 bias=29/30
0.79/0.82	c Solving starts ...
0.79/0.82	c ============================[ Search Statistics ]============================
0.79/0.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.82	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.82	c =============================================================================
0.79/0.82	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       24
0.79/0.83	c  0.0s |       0 |       65 |        0 |     8106      0 |        7 |       24
0.79/0.83	c #cpu_time = 0.008s
0.79/0.83	c #wall_clock_time = 0.008s
0.79/0.83	c #decision = 65
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 0
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: found a new core of size 15: cost of the new core is >=1
0.79/0.83	c lower bound updated to 29
0.79/0.83	c BCD2: 29 <= obj <= 1649
0.79/0.83	c BCD2: #cores=27, #unrelaxed=2876, #relaxed=424, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=30 bias=30/31
0.79/0.83	c Solving starts ...
0.79/0.83	c ============================[ Search Statistics ]============================
0.79/0.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.83	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.83	c =============================================================================
0.79/0.83	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.79/0.84	c  0.0s |       0 |       68 |        1 |     8106      0 |        7 |       25
0.79/0.84	c #cpu_time = 0.008s
0.79/0.84	c #wall_clock_time = 0.008s
0.79/0.84	c #decision = 68
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 1
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.84	c lower bound updated to 30
0.79/0.84	c BCD2: 30 <= obj <= 1649
0.79/0.84	c BCD2: #cores=28, #unrelaxed=2874, #relaxed=426, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=31 bias=31/32
0.79/0.84	c Solving starts ...
0.79/0.84	c ============================[ Search Statistics ]============================
0.79/0.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.84	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.84	c =============================================================================
0.79/0.84	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.79/0.85	c  0.0s |       0 |       69 |        1 |     8106      0 |        7 |       25
0.79/0.85	c #cpu_time = 0.008s
0.79/0.85	c #wall_clock_time = 0.008s
0.79/0.85	c #decision = 69
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 1
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.85	c lower bound updated to 31
0.79/0.85	c BCD2: 31 <= obj <= 1649
0.79/0.85	c BCD2: #cores=29, #unrelaxed=2872, #relaxed=428, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=32 bias=32/33
0.79/0.85	c Solving starts ...
0.79/0.85	c ============================[ Search Statistics ]============================
0.79/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.85	c =============================================================================
0.79/0.85	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.79/0.86	c  0.0s |       0 |       70 |        1 |     8106      0 |        7 |       25
0.79/0.86	c #cpu_time = 0.009s
0.79/0.86	c #wall_clock_time = 0.009s
0.79/0.86	c #decision = 70
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 1
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.86	c lower bound updated to 32
0.79/0.87	c BCD2: 32 <= obj <= 1649
0.79/0.87	c BCD2: #cores=30, #unrelaxed=2870, #relaxed=430, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=33 bias=33/34
0.79/0.87	c Solving starts ...
0.79/0.87	c ============================[ Search Statistics ]============================
0.79/0.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.87	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.87	c =============================================================================
0.79/0.87	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.79/0.87	c  0.0s |       0 |       71 |        1 |     8106      0 |        7 |       25
0.79/0.87	c #cpu_time = 0.009s
0.79/0.87	c #wall_clock_time = 0.009s
0.79/0.87	c #decision = 71
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 1
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.87	c lower bound updated to 33
0.79/0.88	c BCD2: 33 <= obj <= 1649
0.79/0.88	c BCD2: #cores=31, #unrelaxed=2868, #relaxed=432, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=34 bias=34/35
0.79/0.88	c Solving starts ...
0.79/0.88	c ============================[ Search Statistics ]============================
0.79/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.88	c =============================================================================
0.79/0.88	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.79/0.89	c  0.0s |       0 |       72 |        1 |     8106      0 |        7 |       25
0.79/0.89	c #cpu_time = 0.008s
0.79/0.89	c #wall_clock_time = 0.008s
0.79/0.89	c #decision = 72
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 1
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.89	c lower bound updated to 34
0.79/0.89	c BCD2: 34 <= obj <= 1649
0.79/0.89	c BCD2: #cores=32, #unrelaxed=2866, #relaxed=434, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=35 bias=35/36
0.79/0.89	c Solving starts ...
0.79/0.89	c ============================[ Search Statistics ]============================
0.79/0.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.89	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.89	c =============================================================================
0.79/0.89	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.89/0.90	c  0.0s |       0 |       73 |        1 |     8106      0 |        7 |       25
0.89/0.90	c #cpu_time = 0.009s
0.89/0.90	c #wall_clock_time = 0.009s
0.89/0.90	c #decision = 73
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 1
0.89/0.90	c #restart = 0
0.89/0.90	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.90	c lower bound updated to 35
0.89/0.90	c BCD2: 35 <= obj <= 1649
0.89/0.90	c BCD2: #cores=33, #unrelaxed=2864, #relaxed=436, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=36 bias=36/37
0.89/0.90	c Solving starts ...
0.89/0.90	c ============================[ Search Statistics ]============================
0.89/0.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.90	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.90	c =============================================================================
0.89/0.90	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.89/0.91	c  0.0s |       0 |       74 |        1 |     8106      0 |        7 |       25
0.89/0.91	c #cpu_time = 0.009s
0.89/0.91	c #wall_clock_time = 0.009s
0.89/0.91	c #decision = 74
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 1
0.89/0.91	c #restart = 0
0.89/0.91	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.91	c lower bound updated to 36
0.89/0.91	c BCD2: 36 <= obj <= 1649
0.89/0.91	c BCD2: #cores=34, #unrelaxed=2862, #relaxed=438, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=37 bias=37/38
0.89/0.91	c Solving starts ...
0.89/0.91	c ============================[ Search Statistics ]============================
0.89/0.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.91	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.91	c =============================================================================
0.89/0.91	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.89/0.92	c  0.0s |       0 |       75 |        1 |     8106      0 |        7 |       25
0.89/0.92	c #cpu_time = 0.008s
0.89/0.92	c #wall_clock_time = 0.008s
0.89/0.92	c #decision = 75
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 1
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.92	c lower bound updated to 37
0.89/0.92	c BCD2: 37 <= obj <= 1649
0.89/0.92	c BCD2: #cores=35, #unrelaxed=2860, #relaxed=440, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=38 bias=38/39
0.89/0.92	c Solving starts ...
0.89/0.92	c ============================[ Search Statistics ]============================
0.89/0.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.92	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.92	c =============================================================================
0.89/0.92	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.89/0.93	c  0.0s |       0 |       76 |        1 |     8106      0 |        7 |       25
0.89/0.93	c #cpu_time = 0.009s
0.89/0.93	c #wall_clock_time = 0.009s
0.89/0.93	c #decision = 76
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 1
0.89/0.93	c #restart = 0
0.89/0.93	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.93	c lower bound updated to 38
0.89/0.93	c BCD2: 38 <= obj <= 1649
0.89/0.93	c BCD2: #cores=36, #unrelaxed=2858, #relaxed=442, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=39 bias=39/40
0.89/0.93	c Solving starts ...
0.89/0.93	c ============================[ Search Statistics ]============================
0.89/0.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.93	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.93	c =============================================================================
0.89/0.93	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.89/0.94	c  0.0s |       0 |       89 |        2 |     8106      0 |        7 |       25
0.89/0.94	c #cpu_time = 0.009s
0.89/0.94	c #wall_clock_time = 0.009s
0.89/0.94	c #decision = 89
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 2
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: found a new core of size 22: cost of the new core is >=1
0.89/0.94	c lower bound updated to 39
0.89/0.94	c BCD2: 39 <= obj <= 1649
0.89/0.94	c BCD2: #cores=37, #unrelaxed=2836, #relaxed=464, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=40 bias=40/41
0.89/0.94	c Solving starts ...
0.89/0.94	c ============================[ Search Statistics ]============================
0.89/0.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.94	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.94	c =============================================================================
0.89/0.94	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.89/0.95	c  0.0s |       0 |       53 |        1 |     8106      0 |        7 |       25
0.89/0.95	c #cpu_time = 0.008s
0.89/0.95	c #wall_clock_time = 0.008s
0.89/0.95	c #decision = 53
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 1
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.95	c lower bound updated to 40
0.89/0.95	c BCD2: 40 <= obj <= 1649
0.89/0.95	c BCD2: #cores=38, #unrelaxed=2834, #relaxed=466, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=41 bias=41/42
0.89/0.95	c Solving starts ...
0.89/0.95	c ============================[ Search Statistics ]============================
0.89/0.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.95	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.95	c =============================================================================
0.89/0.95	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.89/0.96	c  0.0s |       0 |       54 |        1 |     8106      0 |        7 |       25
0.89/0.96	c #cpu_time = 0.008s
0.89/0.96	c #wall_clock_time = 0.008s
0.89/0.96	c #decision = 54
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 1
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.96	c lower bound updated to 41
0.89/0.96	c BCD2: 41 <= obj <= 1649
0.89/0.96	c BCD2: #cores=39, #unrelaxed=2832, #relaxed=468, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=42 bias=42/43
0.89/0.96	c Solving starts ...
0.89/0.96	c ============================[ Search Statistics ]============================
0.89/0.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.96	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.96	c =============================================================================
0.89/0.96	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.89/0.97	c  0.0s |       0 |       55 |        1 |     8106      0 |        7 |       25
0.89/0.97	c #cpu_time = 0.008s
0.89/0.97	c #wall_clock_time = 0.008s
0.89/0.97	c #decision = 55
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 1
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.97	c lower bound updated to 42
0.89/0.97	c BCD2: 42 <= obj <= 1649
0.89/0.97	c BCD2: #cores=40, #unrelaxed=2830, #relaxed=470, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=43 bias=43/44
0.89/0.97	c Solving starts ...
0.89/0.97	c ============================[ Search Statistics ]============================
0.89/0.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.97	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.97	c =============================================================================
0.89/0.97	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.89/0.98	c  0.0s |       0 |       56 |        1 |     8106      0 |        7 |       25
0.89/0.98	c #cpu_time = 0.009s
0.89/0.98	c #wall_clock_time = 0.009s
0.89/0.98	c #decision = 56
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 1
0.89/0.98	c #restart = 0
0.89/0.98	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.98	c lower bound updated to 43
0.89/0.98	c BCD2: 43 <= obj <= 1649
0.89/0.98	c BCD2: #cores=41, #unrelaxed=2828, #relaxed=472, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=44 bias=44/45
0.89/0.98	c Solving starts ...
0.89/0.98	c ============================[ Search Statistics ]============================
0.89/0.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.98	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.98	c =============================================================================
0.89/0.98	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       25
0.89/0.99	c  0.0s |       0 |       77 |        0 |     8106      0 |        7 |       25
0.89/0.99	c #cpu_time = 0.008s
0.89/0.99	c #wall_clock_time = 0.008s
0.89/0.99	c #decision = 77
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 0
0.89/0.99	c #restart = 0
0.89/0.99	c BCD2: found a new core of size 15: cost of the new core is >=1
0.89/0.99	c lower bound updated to 44
0.89/0.99	c BCD2: 44 <= obj <= 1649
0.89/0.99	c BCD2: #cores=42, #unrelaxed=2813, #relaxed=487, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=45 bias=45/46
0.89/0.99	c Solving starts ...
0.89/0.99	c ============================[ Search Statistics ]============================
0.89/0.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.99	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.99	c =============================================================================
0.89/0.99	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       26
0.98/1.00	c  0.0s |       0 |      107 |        1 |     8106      0 |        7 |       26
0.98/1.00	c #cpu_time = 0.008s
0.98/1.00	c #wall_clock_time = 0.008s
0.98/1.00	c #decision = 107
0.98/1.00	c #random_decision = 0
0.98/1.00	c #conflict = 1
0.98/1.00	c #restart = 0
0.98/1.00	c BCD2: found a new core of size 3: cost of the new core is >=1
0.98/1.00	c lower bound updated to 45
0.98/1.00	c BCD2: 45 <= obj <= 1649
0.98/1.00	c BCD2: #cores=43, #unrelaxed=2810, #relaxed=490, #hardened=0
0.98/1.00	c BCD2: #sat=1 #unsat=46 bias=46/47
0.98/1.00	c Solving starts ...
0.98/1.00	c ============================[ Search Statistics ]============================
0.98/1.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.00	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.00	c =============================================================================
0.98/1.00	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       26
0.98/1.01	c  0.0s |       0 |      107 |        1 |     8106      0 |        7 |       26
0.98/1.01	c #cpu_time = 0.009s
0.98/1.01	c #wall_clock_time = 0.009s
0.98/1.01	c #decision = 107
0.98/1.01	c #random_decision = 0
0.98/1.01	c #conflict = 1
0.98/1.01	c #restart = 0
0.98/1.01	c BCD2: found a new core of size 3: cost of the new core is >=1
0.98/1.01	c lower bound updated to 46
0.98/1.01	c BCD2: 46 <= obj <= 1649
0.98/1.01	c BCD2: #cores=44, #unrelaxed=2807, #relaxed=493, #hardened=0
0.98/1.01	c BCD2: #sat=1 #unsat=47 bias=47/48
0.98/1.01	c Solving starts ...
0.98/1.01	c ============================[ Search Statistics ]============================
0.98/1.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.01	c =============================================================================
0.98/1.01	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       26
0.98/1.02	c  0.0s |       0 |       89 |        0 |     8106      0 |        7 |       26
0.98/1.02	c #cpu_time = 0.008s
0.98/1.02	c #wall_clock_time = 0.008s
0.98/1.02	c #decision = 89
0.98/1.02	c #random_decision = 0
0.98/1.02	c #conflict = 0
0.98/1.02	c #restart = 0
0.98/1.02	c BCD2: found a new core of size 15: cost of the new core is >=1
0.98/1.02	c lower bound updated to 47
0.98/1.02	c BCD2: 47 <= obj <= 1649
0.98/1.02	c BCD2: #cores=45, #unrelaxed=2792, #relaxed=508, #hardened=0
0.98/1.02	c BCD2: #sat=1 #unsat=48 bias=48/49
0.98/1.02	c Solving starts ...
0.98/1.02	c ============================[ Search Statistics ]============================
0.98/1.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.02	c =============================================================================
0.98/1.03	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       27
0.98/1.04	c  0.0s |       0 |      205 |       10 |     8106      0 |        7 |       27
0.98/1.04	c #cpu_time = 0.014s
0.98/1.04	c #wall_clock_time = 0.014s
0.98/1.04	c #decision = 205
0.98/1.04	c #random_decision = 0
0.98/1.04	c #conflict = 10
0.98/1.04	c #restart = 0
0.98/1.04	c BCD2: found a new core of size 24: cost of the new core is >=1
0.98/1.04	c lower bound updated to 48
0.98/1.04	c BCD2: 48 <= obj <= 1649
0.98/1.04	c BCD2: #cores=46, #unrelaxed=2768, #relaxed=532, #hardened=0
0.98/1.04	c BCD2: #sat=1 #unsat=49 bias=49/50
0.98/1.04	c Solving starts ...
0.98/1.04	c ============================[ Search Statistics ]============================
0.98/1.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.04	c =============================================================================
0.98/1.04	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       27
0.98/1.05	c  0.0s |       0 |       82 |        0 |     8106      0 |        7 |       27
0.98/1.05	c #cpu_time = 0.009s
0.98/1.05	c #wall_clock_time = 0.009s
0.98/1.05	c #decision = 82
0.98/1.05	c #random_decision = 0
0.98/1.05	c #conflict = 0
0.98/1.05	c #restart = 0
0.98/1.05	c BCD2: found a new core of size 15: cost of the new core is >=1
0.98/1.05	c lower bound updated to 49
0.98/1.05	c BCD2: 49 <= obj <= 1649
0.98/1.05	c BCD2: #cores=47, #unrelaxed=2753, #relaxed=547, #hardened=0
0.98/1.05	c BCD2: #sat=1 #unsat=50 bias=50/51
0.98/1.05	c Solving starts ...
0.98/1.05	c ============================[ Search Statistics ]============================
0.98/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.05	c =============================================================================
0.98/1.05	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       28
0.98/1.06	c  0.0s |       0 |       98 |        0 |     8106      0 |        7 |       28
0.98/1.06	c #cpu_time = 0.008s
0.98/1.06	c #wall_clock_time = 0.008s
0.98/1.06	c #decision = 98
0.98/1.06	c #random_decision = 0
0.98/1.06	c #conflict = 0
0.98/1.06	c #restart = 0
0.98/1.06	c BCD2: found a new core of size 15: cost of the new core is >=1
0.98/1.06	c lower bound updated to 50
0.98/1.07	c BCD2: 50 <= obj <= 1649
0.98/1.07	c BCD2: #cores=48, #unrelaxed=2738, #relaxed=562, #hardened=0
0.98/1.07	c BCD2: #sat=1 #unsat=51 bias=51/52
0.98/1.07	c Solving starts ...
0.98/1.07	c ============================[ Search Statistics ]============================
0.98/1.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.07	c =============================================================================
0.98/1.07	c  0.0s |       0 |        0 |        0 |     8106      0 |        7 |       29
0.98/1.08	c  0.0s |       0 |      127 |        2 |     8106      0 |        7 |       29
0.98/1.08	c #cpu_time = 0.012s
0.98/1.08	c #wall_clock_time = 0.012s
0.98/1.08	c #decision = 127
0.98/1.08	c #random_decision = 0
0.98/1.08	c #conflict = 2
0.98/1.08	c #restart = 0
0.98/1.08	c BCD2: relaxing 43 and merging with 1 cores into a new core of size 46: cost of the new core is >=2
0.98/1.08	c lower bound updated to 51
0.98/1.08	c BCD2: 51 <= obj <= 1649
0.98/1.08	c BCD2: #cores=48, #unrelaxed=2695, #relaxed=605, #hardened=0
0.98/1.08	c BCD2: #sat=1 #unsat=52 bias=52/53
0.98/1.08	c Solving starts ...
0.98/1.08	c ============================[ Search Statistics ]============================
0.98/1.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.08	c =============================================================================
0.98/1.08	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       29
0.98/1.09	c  0.0s |       0 |       71 |        0 |     8106      0 |        8 |       30
0.98/1.09	c #cpu_time = 0.009s
0.98/1.09	c #wall_clock_time = 0.009s
0.98/1.09	c #decision = 71
0.98/1.09	c #random_decision = 0
0.98/1.09	c #conflict = 0
0.98/1.09	c #restart = 0
0.98/1.09	c BCD2: found a new core of size 15: cost of the new core is >=1
0.98/1.09	c lower bound updated to 52
0.98/1.09	c BCD2: 52 <= obj <= 1649
0.98/1.09	c BCD2: #cores=49, #unrelaxed=2680, #relaxed=620, #hardened=0
0.98/1.09	c BCD2: #sat=1 #unsat=53 bias=53/54
0.98/1.09	c Solving starts ...
0.98/1.09	c ============================[ Search Statistics ]============================
0.98/1.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.09	c =============================================================================
0.98/1.09	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       31
0.98/1.10	c  0.0s |       0 |       87 |        0 |     8106      0 |        8 |       31
0.98/1.10	c #cpu_time = 0.008s
0.98/1.10	c #wall_clock_time = 0.008s
0.98/1.10	c #decision = 87
0.98/1.10	c #random_decision = 0
0.98/1.10	c #conflict = 0
0.98/1.10	c #restart = 0
0.98/1.10	c BCD2: found a new core of size 15: cost of the new core is >=1
0.98/1.10	c lower bound updated to 53
1.09/1.10	c BCD2: 53 <= obj <= 1649
1.09/1.10	c BCD2: #cores=50, #unrelaxed=2665, #relaxed=635, #hardened=0
1.09/1.10	c BCD2: #sat=1 #unsat=54 bias=54/55
1.09/1.10	c Solving starts ...
1.09/1.10	c ============================[ Search Statistics ]============================
1.09/1.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.10	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.10	c =============================================================================
1.09/1.10	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       32
1.09/1.11	c  0.0s |       0 |      103 |        0 |     8106      0 |        8 |       32
1.09/1.11	c #cpu_time = 0.009s
1.09/1.11	c #wall_clock_time = 0.009s
1.09/1.11	c #decision = 103
1.09/1.11	c #random_decision = 0
1.09/1.11	c #conflict = 0
1.09/1.11	c #restart = 0
1.09/1.11	c BCD2: found a new core of size 15: cost of the new core is >=1
1.09/1.11	c lower bound updated to 54
1.09/1.12	c BCD2: 54 <= obj <= 1649
1.09/1.12	c BCD2: #cores=51, #unrelaxed=2650, #relaxed=650, #hardened=0
1.09/1.12	c BCD2: #sat=1 #unsat=55 bias=55/56
1.09/1.12	c Solving starts ...
1.09/1.12	c ============================[ Search Statistics ]============================
1.09/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.12	c =============================================================================
1.09/1.12	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.09/1.13	c  0.0s |       0 |      106 |        1 |     8106      0 |        8 |       33
1.09/1.13	c #cpu_time = 0.008s
1.09/1.13	c #wall_clock_time = 0.008s
1.09/1.13	c #decision = 106
1.09/1.13	c #random_decision = 0
1.09/1.13	c #conflict = 1
1.09/1.13	c #restart = 0
1.09/1.13	c BCD2: found a new core of size 3: cost of the new core is >=1
1.09/1.13	c lower bound updated to 55
1.09/1.13	c BCD2: 55 <= obj <= 1649
1.09/1.13	c BCD2: #cores=52, #unrelaxed=2647, #relaxed=653, #hardened=0
1.09/1.13	c BCD2: #sat=1 #unsat=56 bias=56/57
1.09/1.13	c Solving starts ...
1.09/1.13	c ============================[ Search Statistics ]============================
1.09/1.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.13	c =============================================================================
1.09/1.13	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.09/1.14	c  0.0s |       0 |      106 |        1 |     8106      0 |        8 |       33
1.09/1.14	c #cpu_time = 0.009s
1.09/1.14	c #wall_clock_time = 0.009s
1.09/1.14	c #decision = 106
1.09/1.14	c #random_decision = 0
1.09/1.14	c #conflict = 1
1.09/1.14	c #restart = 0
1.09/1.14	c BCD2: found a new core of size 3: cost of the new core is >=1
1.09/1.14	c lower bound updated to 56
1.09/1.14	c BCD2: 56 <= obj <= 1649
1.09/1.14	c BCD2: #cores=53, #unrelaxed=2644, #relaxed=656, #hardened=0
1.09/1.14	c BCD2: #sat=1 #unsat=57 bias=57/58
1.09/1.14	c Solving starts ...
1.09/1.14	c ============================[ Search Statistics ]============================
1.09/1.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.14	c =============================================================================
1.09/1.14	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.09/1.15	c  0.0s |       0 |      106 |        1 |     8106      0 |        8 |       33
1.09/1.15	c #cpu_time = 0.009s
1.09/1.15	c #wall_clock_time = 0.009s
1.09/1.15	c #decision = 106
1.09/1.15	c #random_decision = 0
1.09/1.15	c #conflict = 1
1.09/1.15	c #restart = 0
1.09/1.15	c BCD2: found a new core of size 3: cost of the new core is >=1
1.09/1.15	c lower bound updated to 57
1.09/1.15	c BCD2: 57 <= obj <= 1649
1.09/1.15	c BCD2: #cores=54, #unrelaxed=2641, #relaxed=659, #hardened=0
1.09/1.15	c BCD2: #sat=1 #unsat=58 bias=58/59
1.09/1.15	c Solving starts ...
1.09/1.15	c ============================[ Search Statistics ]============================
1.09/1.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.15	c =============================================================================
1.09/1.15	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.09/1.16	c  0.0s |       0 |      106 |        1 |     8106      0 |        8 |       33
1.09/1.16	c #cpu_time = 0.009s
1.09/1.16	c #wall_clock_time = 0.009s
1.09/1.16	c #decision = 106
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 1
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 3: cost of the new core is >=1
1.09/1.16	c lower bound updated to 58
1.09/1.16	c BCD2: 58 <= obj <= 1649
1.09/1.16	c BCD2: #cores=55, #unrelaxed=2638, #relaxed=662, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=59 bias=59/60
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.09/1.17	c  0.0s |       0 |      106 |        1 |     8106      0 |        8 |       33
1.09/1.17	c #cpu_time = 0.008s
1.09/1.17	c #wall_clock_time = 0.008s
1.09/1.17	c #decision = 106
1.09/1.17	c #random_decision = 0
1.09/1.17	c #conflict = 1
1.09/1.17	c #restart = 0
1.09/1.17	c BCD2: found a new core of size 3: cost of the new core is >=1
1.09/1.17	c lower bound updated to 59
1.09/1.17	c BCD2: 59 <= obj <= 1649
1.09/1.17	c BCD2: #cores=56, #unrelaxed=2635, #relaxed=665, #hardened=0
1.09/1.17	c BCD2: #sat=1 #unsat=60 bias=60/61
1.09/1.17	c Solving starts ...
1.09/1.17	c ============================[ Search Statistics ]============================
1.09/1.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.17	c =============================================================================
1.09/1.17	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.09/1.18	c  0.0s |       0 |      106 |        1 |     8106      0 |        8 |       33
1.09/1.18	c #cpu_time = 0.009s
1.09/1.18	c #wall_clock_time = 0.009s
1.09/1.18	c #decision = 106
1.09/1.18	c #random_decision = 0
1.09/1.18	c #conflict = 1
1.09/1.18	c #restart = 0
1.09/1.18	c BCD2: found a new core of size 3: cost of the new core is >=1
1.09/1.18	c lower bound updated to 60
1.09/1.18	c BCD2: 60 <= obj <= 1649
1.09/1.18	c BCD2: #cores=57, #unrelaxed=2632, #relaxed=668, #hardened=0
1.09/1.18	c BCD2: #sat=1 #unsat=61 bias=61/62
1.09/1.18	c Solving starts ...
1.09/1.18	c ============================[ Search Statistics ]============================
1.09/1.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.18	c =============================================================================
1.09/1.18	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.09/1.19	c  0.0s |       0 |      106 |        1 |     8106      0 |        8 |       33
1.09/1.19	c #cpu_time = 0.009s
1.09/1.19	c #wall_clock_time = 0.009s
1.09/1.19	c #decision = 106
1.09/1.19	c #random_decision = 0
1.09/1.19	c #conflict = 1
1.09/1.19	c #restart = 0
1.09/1.19	c BCD2: found a new core of size 3: cost of the new core is >=1
1.09/1.19	c lower bound updated to 61
1.09/1.20	c BCD2: 61 <= obj <= 1649
1.09/1.20	c BCD2: #cores=58, #unrelaxed=2629, #relaxed=671, #hardened=0
1.09/1.20	c BCD2: #sat=1 #unsat=62 bias=62/63
1.09/1.20	c Solving starts ...
1.09/1.20	c ============================[ Search Statistics ]============================
1.09/1.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.20	c =============================================================================
1.09/1.20	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.19/1.21	c  0.0s |       0 |      118 |        2 |     8106      0 |        8 |       33
1.19/1.21	c #cpu_time = 0.009s
1.19/1.21	c #wall_clock_time = 0.009s
1.19/1.21	c #decision = 118
1.19/1.21	c #random_decision = 0
1.19/1.21	c #conflict = 2
1.19/1.21	c #restart = 0
1.19/1.21	c BCD2: found a new core of size 23: cost of the new core is >=1
1.19/1.21	c lower bound updated to 62
1.19/1.21	c BCD2: 62 <= obj <= 1649
1.19/1.21	c BCD2: #cores=59, #unrelaxed=2606, #relaxed=694, #hardened=0
1.19/1.21	c BCD2: #sat=1 #unsat=63 bias=63/64
1.19/1.21	c Solving starts ...
1.19/1.21	c ============================[ Search Statistics ]============================
1.19/1.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.21	c =============================================================================
1.19/1.21	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.19/1.22	c  0.0s |       0 |       89 |        1 |     8106      0 |        8 |       33
1.19/1.22	c #cpu_time = 0.009s
1.19/1.22	c #wall_clock_time = 0.009s
1.19/1.22	c #decision = 89
1.19/1.22	c #random_decision = 0
1.19/1.22	c #conflict = 1
1.19/1.22	c #restart = 0
1.19/1.22	c BCD2: found a new core of size 3: cost of the new core is >=1
1.19/1.22	c lower bound updated to 63
1.19/1.22	c BCD2: 63 <= obj <= 1649
1.19/1.22	c BCD2: #cores=60, #unrelaxed=2603, #relaxed=697, #hardened=0
1.19/1.22	c BCD2: #sat=1 #unsat=64 bias=64/65
1.19/1.22	c Solving starts ...
1.19/1.22	c ============================[ Search Statistics ]============================
1.19/1.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.22	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.22	c =============================================================================
1.19/1.22	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.19/1.23	c  0.0s |       0 |       89 |        1 |     8106      0 |        8 |       33
1.19/1.23	c #cpu_time = 0.009s
1.19/1.23	c #wall_clock_time = 0.009s
1.19/1.23	c #decision = 89
1.19/1.23	c #random_decision = 0
1.19/1.23	c #conflict = 1
1.19/1.23	c #restart = 0
1.19/1.23	c BCD2: found a new core of size 3: cost of the new core is >=1
1.19/1.23	c lower bound updated to 64
1.19/1.23	c BCD2: 64 <= obj <= 1649
1.19/1.23	c BCD2: #cores=61, #unrelaxed=2600, #relaxed=700, #hardened=0
1.19/1.23	c BCD2: #sat=1 #unsat=65 bias=65/66
1.19/1.23	c Solving starts ...
1.19/1.23	c ============================[ Search Statistics ]============================
1.19/1.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.23	c =============================================================================
1.19/1.23	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.19/1.24	c  0.0s |       0 |       89 |        1 |     8106      0 |        8 |       33
1.19/1.24	c #cpu_time = 0.008s
1.19/1.24	c #wall_clock_time = 0.008s
1.19/1.24	c #decision = 89
1.19/1.24	c #random_decision = 0
1.19/1.24	c #conflict = 1
1.19/1.24	c #restart = 0
1.19/1.24	c BCD2: found a new core of size 3: cost of the new core is >=1
1.19/1.24	c lower bound updated to 65
1.19/1.24	c BCD2: 65 <= obj <= 1649
1.39/1.48	c BCD2: #cores=62, #unrelaxed=2597, #relaxed=703, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=66 bias=66/67
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.39/1.48	c  0.0s |       0 |       89 |        1 |     8106      0 |        8 |       33
1.39/1.48	c #cpu_time = 0.009s
1.39/1.48	c #wall_clock_time = 0.009s
1.39/1.48	c #decision = 89
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 3: cost of the new core is >=1
1.39/1.48	c lower bound updated to 66
1.39/1.48	c BCD2: 66 <= obj <= 1649
1.39/1.48	c BCD2: #cores=63, #unrelaxed=2594, #relaxed=706, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=67 bias=67/68
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.39/1.48	c  0.0s |       0 |      121 |        1 |     8106      0 |        8 |       33
1.39/1.48	c #cpu_time = 0.009s
1.39/1.48	c #wall_clock_time = 0.009s
1.39/1.48	c #decision = 121
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 3: cost of the new core is >=1
1.39/1.48	c lower bound updated to 67
1.39/1.48	c BCD2: 67 <= obj <= 1649
1.39/1.48	c BCD2: #cores=64, #unrelaxed=2591, #relaxed=709, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=68 bias=68/69
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.39/1.48	c  0.0s |       0 |      120 |        1 |     8106      0 |        8 |       33
1.39/1.48	c #cpu_time = 0.010s
1.39/1.48	c #wall_clock_time = 0.010s
1.39/1.48	c #decision = 120
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 3: cost of the new core is >=1
1.39/1.48	c lower bound updated to 68
1.39/1.48	c BCD2: 68 <= obj <= 1649
1.39/1.48	c BCD2: #cores=65, #unrelaxed=2588, #relaxed=712, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=69 bias=69/70
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       33
1.39/1.48	c  0.0s |       0 |      101 |        0 |     8106      0 |        8 |       33
1.39/1.48	c #cpu_time = 0.008s
1.39/1.48	c #wall_clock_time = 0.008s
1.39/1.48	c #decision = 101
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 0
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 15: cost of the new core is >=1
1.39/1.48	c lower bound updated to 69
1.39/1.48	c BCD2: 69 <= obj <= 1649
1.39/1.48	c BCD2: #cores=66, #unrelaxed=2573, #relaxed=727, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=70 bias=70/71
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |        8 |       34
1.39/1.48	c  0.0s |       0 |      102 |        1 |     8106      0 |        8 |       34
1.39/1.48	c #cpu_time = 0.009s
1.39/1.48	c #wall_clock_time = 0.009s
1.39/1.48	c #decision = 102
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.39/1.48	c lower bound updated to 70
1.39/1.48	c BCD2: 70 <= obj <= 1649
1.39/1.48	c BCD2: #cores=66, #unrelaxed=2571, #relaxed=729, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=71 bias=71/72
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |        9 |       34
1.39/1.48	c  0.0s |       0 |      102 |        1 |     8106      0 |        9 |       35
1.39/1.48	c #cpu_time = 0.009s
1.39/1.48	c #wall_clock_time = 0.009s
1.39/1.48	c #decision = 102
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.39/1.48	c lower bound updated to 71
1.39/1.48	c BCD2: 71 <= obj <= 1649
1.39/1.48	c BCD2: #cores=66, #unrelaxed=2569, #relaxed=731, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=72 bias=72/73
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       10 |       35
1.39/1.48	c  0.0s |       0 |      102 |        1 |     8106      0 |       10 |       36
1.39/1.48	c #cpu_time = 0.009s
1.39/1.48	c #wall_clock_time = 0.009s
1.39/1.48	c #decision = 102
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.39/1.48	c lower bound updated to 72
1.39/1.48	c BCD2: 72 <= obj <= 1649
1.39/1.48	c BCD2: #cores=66, #unrelaxed=2567, #relaxed=733, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=73 bias=73/74
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       11 |       36
1.39/1.48	c  0.0s |       0 |      102 |        1 |     8106      0 |       11 |       37
1.39/1.48	c #cpu_time = 0.009s
1.39/1.48	c #wall_clock_time = 0.009s
1.39/1.48	c #decision = 102
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.39/1.48	c lower bound updated to 73
1.39/1.48	c BCD2: 73 <= obj <= 1649
1.39/1.48	c BCD2: #cores=66, #unrelaxed=2565, #relaxed=735, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=74 bias=74/75
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       12 |       37
1.39/1.48	c  0.0s |       0 |      102 |        1 |     8106      0 |       12 |       38
1.39/1.48	c #cpu_time = 0.008s
1.39/1.48	c #wall_clock_time = 0.008s
1.39/1.48	c #decision = 102
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.39/1.48	c lower bound updated to 74
1.39/1.48	c BCD2: 74 <= obj <= 1649
1.39/1.48	c BCD2: #cores=66, #unrelaxed=2563, #relaxed=737, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=75 bias=75/76
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       13 |       38
1.39/1.48	c  0.0s |       0 |      102 |        1 |     8106      0 |       13 |       39
1.39/1.48	c #cpu_time = 0.009s
1.39/1.48	c #wall_clock_time = 0.009s
1.39/1.48	c #decision = 102
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.39/1.48	c lower bound updated to 75
1.39/1.48	c BCD2: 75 <= obj <= 1649
1.39/1.48	c BCD2: #cores=66, #unrelaxed=2561, #relaxed=739, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=76 bias=76/77
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       14 |       39
1.39/1.48	c  0.0s |       0 |      102 |        1 |     8106      0 |       14 |       40
1.39/1.48	c #cpu_time = 0.008s
1.39/1.48	c #wall_clock_time = 0.008s
1.39/1.48	c #decision = 102
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.39/1.48	c lower bound updated to 76
1.39/1.48	c BCD2: 76 <= obj <= 1649
1.39/1.48	c BCD2: #cores=66, #unrelaxed=2559, #relaxed=741, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=77 bias=77/78
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       15 |       40
1.39/1.48	c  0.0s |       0 |      102 |        1 |     8106      0 |       15 |       41
1.39/1.48	c #cpu_time = 0.009s
1.39/1.48	c #wall_clock_time = 0.009s
1.39/1.48	c #decision = 102
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 3: cost of the new core is >=1
1.39/1.48	c lower bound updated to 77
1.39/1.48	c BCD2: 77 <= obj <= 1649
1.39/1.48	c BCD2: #cores=67, #unrelaxed=2556, #relaxed=744, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=78 bias=78/79
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       15 |       41
1.39/1.48	c  0.0s |       0 |      102 |        1 |     8106      0 |       15 |       41
1.39/1.48	c #cpu_time = 0.008s
1.39/1.48	c #wall_clock_time = 0.008s
1.39/1.48	c #decision = 102
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 3: cost of the new core is >=1
1.39/1.48	c lower bound updated to 78
1.39/1.48	c BCD2: 78 <= obj <= 1649
1.39/1.48	c BCD2: #cores=68, #unrelaxed=2553, #relaxed=747, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=79 bias=79/80
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       15 |       41
1.39/1.48	c  0.0s |       0 |      152 |        2 |     8106      0 |       15 |       41
1.39/1.48	c #cpu_time = 0.008s
1.39/1.48	c #wall_clock_time = 0.008s
1.39/1.48	c #decision = 152
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 2
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
1.39/1.48	c lower bound updated to 79
1.39/1.48	c BCD2: 79 <= obj <= 1649
1.39/1.48	c BCD2: #cores=68, #unrelaxed=2551, #relaxed=749, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=80 bias=80/81
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       16 |       41
1.39/1.48	c  0.0s |       0 |      110 |        1 |     8106      0 |       16 |       42
1.39/1.48	c #cpu_time = 0.009s
1.39/1.48	c #wall_clock_time = 0.009s
1.39/1.48	c #decision = 110
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.39/1.48	c lower bound updated to 80
1.39/1.48	c BCD2: 80 <= obj <= 1649
1.39/1.48	c BCD2: #cores=68, #unrelaxed=2549, #relaxed=751, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=81 bias=81/82
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       17 |       42
1.39/1.48	c  0.0s |       0 |      164 |        3 |     8106      0 |       17 |       43
1.39/1.48	c #cpu_time = 0.009s
1.39/1.48	c #wall_clock_time = 0.009s
1.39/1.48	c #decision = 164
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 3
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: relaxing 15 and merging with 2 cores into a new core of size 20: cost of the new core is >=3
1.39/1.48	c lower bound updated to 81
1.39/1.48	c BCD2: 81 <= obj <= 1649
1.39/1.48	c BCD2: #cores=67, #unrelaxed=2534, #relaxed=766, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=82 bias=82/83
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       43
1.39/1.48	c  0.0s |       0 |      109 |        0 |     8106      0 |       19 |       45
1.39/1.48	c #cpu_time = 0.009s
1.39/1.48	c #wall_clock_time = 0.009s
1.39/1.48	c #decision = 109
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 0
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 15: cost of the new core is >=1
1.39/1.48	c lower bound updated to 82
1.39/1.48	c BCD2: 82 <= obj <= 1649
1.39/1.48	c BCD2: #cores=68, #unrelaxed=2519, #relaxed=781, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=83 bias=83/84
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.39/1.48	c  0.0s |       0 |      139 |        1 |     8106      0 |       19 |       46
1.39/1.48	c #cpu_time = 0.008s
1.39/1.48	c #wall_clock_time = 0.008s
1.39/1.48	c #decision = 139
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 3: cost of the new core is >=1
1.39/1.48	c lower bound updated to 83
1.39/1.48	c BCD2: 83 <= obj <= 1649
1.39/1.48	c BCD2: #cores=69, #unrelaxed=2516, #relaxed=784, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=84 bias=84/85
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.39/1.48	c  0.0s |       0 |      139 |        1 |     8106      0 |       19 |       46
1.39/1.48	c #cpu_time = 0.009s
1.39/1.48	c #wall_clock_time = 0.009s
1.39/1.48	c #decision = 139
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 3: cost of the new core is >=1
1.39/1.48	c lower bound updated to 84
1.39/1.48	c BCD2: 84 <= obj <= 1649
1.39/1.48	c BCD2: #cores=70, #unrelaxed=2513, #relaxed=787, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=85 bias=85/86
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.39/1.48	c  0.0s |       0 |      167 |        2 |     8106      0 |       19 |       46
1.39/1.48	c #cpu_time = 0.009s
1.39/1.48	c #wall_clock_time = 0.009s
1.39/1.48	c #decision = 167
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 2
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 17: cost of the new core is >=1
1.39/1.48	c lower bound updated to 85
1.39/1.48	c BCD2: 85 <= obj <= 1649
1.39/1.48	c BCD2: #cores=71, #unrelaxed=2496, #relaxed=804, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=86 bias=86/87
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.39/1.48	c  0.0s |       0 |      122 |        1 |     8106      0 |       19 |       46
1.39/1.48	c #cpu_time = 0.011s
1.39/1.48	c #wall_clock_time = 0.011s
1.39/1.48	c #decision = 122
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 3: cost of the new core is >=1
1.39/1.48	c lower bound updated to 86
1.39/1.48	c BCD2: 86 <= obj <= 1649
1.39/1.48	c BCD2: #cores=72, #unrelaxed=2493, #relaxed=807, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=87 bias=87/88
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.39/1.48	c  0.0s |       0 |      122 |        1 |     8106      0 |       19 |       46
1.39/1.48	c #cpu_time = 0.008s
1.39/1.48	c #wall_clock_time = 0.008s
1.39/1.48	c #decision = 122
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 1
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 3: cost of the new core is >=1
1.39/1.48	c lower bound updated to 87
1.39/1.48	c BCD2: 87 <= obj <= 1649
1.39/1.48	c BCD2: #cores=73, #unrelaxed=2490, #relaxed=810, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=88 bias=88/89
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.39/1.49	c  0.0s |       0 |      122 |        1 |     8106      0 |       19 |       46
1.39/1.49	c #cpu_time = 0.009s
1.39/1.49	c #wall_clock_time = 0.009s
1.39/1.49	c #decision = 122
1.39/1.49	c #random_decision = 0
1.39/1.49	c #conflict = 1
1.39/1.49	c #restart = 0
1.39/1.49	c BCD2: found a new core of size 3: cost of the new core is >=1
1.39/1.49	c lower bound updated to 88
1.39/1.49	c BCD2: 88 <= obj <= 1649
1.39/1.49	c BCD2: #cores=74, #unrelaxed=2487, #relaxed=813, #hardened=0
1.39/1.49	c BCD2: #sat=1 #unsat=89 bias=89/90
1.39/1.49	c Solving starts ...
1.39/1.49	c ============================[ Search Statistics ]============================
1.39/1.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.49	c =============================================================================
1.39/1.49	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.49/1.50	c  0.0s |       0 |      122 |        1 |     8106      0 |       19 |       46
1.49/1.50	c #cpu_time = 0.008s
1.49/1.50	c #wall_clock_time = 0.008s
1.49/1.50	c #decision = 122
1.49/1.50	c #random_decision = 0
1.49/1.50	c #conflict = 1
1.49/1.50	c #restart = 0
1.49/1.50	c BCD2: found a new core of size 3: cost of the new core is >=1
1.49/1.50	c lower bound updated to 89
1.49/1.50	c BCD2: 89 <= obj <= 1649
1.49/1.50	c BCD2: #cores=75, #unrelaxed=2484, #relaxed=816, #hardened=0
1.49/1.50	c BCD2: #sat=1 #unsat=90 bias=90/91
1.49/1.50	c Solving starts ...
1.49/1.50	c ============================[ Search Statistics ]============================
1.49/1.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.50	c =============================================================================
1.49/1.50	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.49/1.51	c  0.0s |       0 |      122 |        1 |     8106      0 |       19 |       46
1.49/1.51	c #cpu_time = 0.009s
1.49/1.51	c #wall_clock_time = 0.009s
1.49/1.51	c #decision = 122
1.49/1.51	c #random_decision = 0
1.49/1.51	c #conflict = 1
1.49/1.51	c #restart = 0
1.49/1.51	c BCD2: found a new core of size 3: cost of the new core is >=1
1.49/1.51	c lower bound updated to 90
1.49/1.51	c BCD2: 90 <= obj <= 1649
1.49/1.51	c BCD2: #cores=76, #unrelaxed=2481, #relaxed=819, #hardened=0
1.49/1.51	c BCD2: #sat=1 #unsat=91 bias=91/92
1.49/1.51	c Solving starts ...
1.49/1.51	c ============================[ Search Statistics ]============================
1.49/1.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.51	c =============================================================================
1.49/1.51	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.49/1.52	c  0.0s |       0 |      122 |        1 |     8106      0 |       19 |       46
1.49/1.52	c #cpu_time = 0.009s
1.49/1.52	c #wall_clock_time = 0.009s
1.49/1.52	c #decision = 122
1.49/1.52	c #random_decision = 0
1.49/1.52	c #conflict = 1
1.49/1.52	c #restart = 0
1.49/1.52	c BCD2: found a new core of size 3: cost of the new core is >=1
1.49/1.52	c lower bound updated to 91
1.49/1.53	c BCD2: 91 <= obj <= 1649
1.49/1.53	c BCD2: #cores=77, #unrelaxed=2478, #relaxed=822, #hardened=0
1.49/1.53	c BCD2: #sat=1 #unsat=92 bias=92/93
1.49/1.53	c Solving starts ...
1.49/1.53	c ============================[ Search Statistics ]============================
1.49/1.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.53	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.53	c =============================================================================
1.49/1.53	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.49/1.53	c  0.0s |       0 |      122 |        1 |     8106      0 |       19 |       46
1.49/1.53	c #cpu_time = 0.008s
1.49/1.53	c #wall_clock_time = 0.008s
1.49/1.53	c #decision = 122
1.49/1.53	c #random_decision = 0
1.49/1.53	c #conflict = 1
1.49/1.53	c #restart = 0
1.49/1.53	c BCD2: found a new core of size 3: cost of the new core is >=1
1.49/1.53	c lower bound updated to 92
1.49/1.53	c BCD2: 92 <= obj <= 1649
1.49/1.53	c BCD2: #cores=78, #unrelaxed=2475, #relaxed=825, #hardened=0
1.49/1.53	c BCD2: #sat=1 #unsat=93 bias=93/94
1.49/1.54	c Solving starts ...
1.49/1.54	c ============================[ Search Statistics ]============================
1.49/1.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.54	c =============================================================================
1.49/1.54	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.49/1.54	c  0.0s |       0 |      122 |        1 |     8106      0 |       19 |       46
1.49/1.54	c #cpu_time = 0.009s
1.49/1.54	c #wall_clock_time = 0.009s
1.49/1.54	c #decision = 122
1.49/1.54	c #random_decision = 0
1.49/1.54	c #conflict = 1
1.49/1.54	c #restart = 0
1.49/1.54	c BCD2: found a new core of size 3: cost of the new core is >=1
1.49/1.54	c lower bound updated to 93
1.49/1.55	c BCD2: 93 <= obj <= 1649
1.49/1.55	c BCD2: #cores=79, #unrelaxed=2472, #relaxed=828, #hardened=0
1.49/1.55	c BCD2: #sat=1 #unsat=94 bias=94/95
1.49/1.55	c Solving starts ...
1.49/1.55	c ============================[ Search Statistics ]============================
1.49/1.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.55	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.55	c =============================================================================
1.49/1.55	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.49/1.56	c  0.0s |       0 |      122 |        1 |     8106      0 |       19 |       46
1.49/1.56	c #cpu_time = 0.008s
1.49/1.56	c #wall_clock_time = 0.008s
1.49/1.56	c #decision = 122
1.49/1.56	c #random_decision = 0
1.49/1.56	c #conflict = 1
1.49/1.56	c #restart = 0
1.49/1.56	c BCD2: found a new core of size 3: cost of the new core is >=1
1.49/1.56	c lower bound updated to 94
1.49/1.56	c BCD2: 94 <= obj <= 1649
1.49/1.56	c BCD2: #cores=80, #unrelaxed=2469, #relaxed=831, #hardened=0
1.49/1.56	c BCD2: #sat=1 #unsat=95 bias=95/96
1.49/1.56	c Solving starts ...
1.49/1.56	c ============================[ Search Statistics ]============================
1.49/1.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.56	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.56	c =============================================================================
1.49/1.56	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.49/1.57	c  0.0s |       0 |      130 |        1 |     8106      0 |       19 |       46
1.49/1.57	c #cpu_time = 0.009s
1.49/1.57	c #wall_clock_time = 0.009s
1.49/1.57	c #decision = 130
1.49/1.57	c #random_decision = 0
1.49/1.57	c #conflict = 1
1.49/1.57	c #restart = 0
1.49/1.57	c BCD2: found a new core of size 3: cost of the new core is >=1
1.49/1.57	c lower bound updated to 95
1.49/1.57	c BCD2: 95 <= obj <= 1649
1.49/1.57	c BCD2: #cores=81, #unrelaxed=2466, #relaxed=834, #hardened=0
1.49/1.57	c BCD2: #sat=1 #unsat=96 bias=96/97
1.49/1.57	c Solving starts ...
1.49/1.57	c ============================[ Search Statistics ]============================
1.49/1.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.57	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.57	c =============================================================================
1.49/1.57	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.49/1.58	c  0.0s |       0 |      130 |        1 |     8106      0 |       19 |       46
1.49/1.58	c #cpu_time = 0.009s
1.49/1.58	c #wall_clock_time = 0.009s
1.49/1.58	c #decision = 130
1.49/1.58	c #random_decision = 0
1.49/1.58	c #conflict = 1
1.49/1.58	c #restart = 0
1.49/1.58	c BCD2: found a new core of size 3: cost of the new core is >=1
1.49/1.58	c lower bound updated to 96
1.49/1.58	c BCD2: 96 <= obj <= 1649
1.49/1.58	c BCD2: #cores=82, #unrelaxed=2463, #relaxed=837, #hardened=0
1.49/1.58	c BCD2: #sat=1 #unsat=97 bias=97/98
1.49/1.58	c Solving starts ...
1.49/1.58	c ============================[ Search Statistics ]============================
1.49/1.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.58	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.58	c =============================================================================
1.49/1.58	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       46
1.49/1.59	c  0.0s |       0 |      113 |        0 |     8106      0 |       19 |       46
1.49/1.59	c #cpu_time = 0.008s
1.49/1.59	c #wall_clock_time = 0.008s
1.49/1.59	c #decision = 113
1.49/1.59	c #random_decision = 0
1.49/1.59	c #conflict = 0
1.49/1.59	c #restart = 0
1.49/1.59	c BCD2: found a new core of size 15: cost of the new core is >=1
1.49/1.59	c lower bound updated to 97
1.49/1.59	c BCD2: 97 <= obj <= 1649
1.49/1.59	c BCD2: #cores=83, #unrelaxed=2448, #relaxed=852, #hardened=0
1.49/1.59	c BCD2: #sat=1 #unsat=98 bias=98/99
1.49/1.59	c Solving starts ...
1.49/1.59	c ============================[ Search Statistics ]============================
1.49/1.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.59	c =============================================================================
1.49/1.59	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       47
1.59/1.60	c  0.0s |       0 |      129 |        0 |     8106      0 |       19 |       47
1.59/1.60	c #cpu_time = 0.008s
1.59/1.60	c #wall_clock_time = 0.008s
1.59/1.60	c #decision = 129
1.59/1.60	c #random_decision = 0
1.59/1.60	c #conflict = 0
1.59/1.60	c #restart = 0
1.59/1.60	c BCD2: found a new core of size 15: cost of the new core is >=1
1.59/1.60	c lower bound updated to 98
1.59/1.60	c BCD2: 98 <= obj <= 1649
1.59/1.60	c BCD2: #cores=84, #unrelaxed=2433, #relaxed=867, #hardened=0
1.59/1.60	c BCD2: #sat=1 #unsat=99 bias=99/100
1.59/1.60	c Solving starts ...
1.59/1.60	c ============================[ Search Statistics ]============================
1.59/1.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.60	c =============================================================================
1.59/1.60	c  0.0s |       0 |        0 |        0 |     8106      0 |       19 |       48
1.59/1.61	c  0.0s |       0 |      159 |        1 |     8917      0 |       19 |       48
1.59/1.61	c #cpu_time = 0.008s
1.59/1.61	c #wall_clock_time = 0.008s
1.59/1.61	c #decision = 159
1.59/1.61	c #random_decision = 0
1.59/1.61	c #conflict = 1
1.59/1.61	c #restart = 0
1.59/1.61	c BCD2: found a new core of size 3: cost of the new core is >=1
1.59/1.61	c lower bound updated to 99
1.59/1.61	c BCD2: 99 <= obj <= 1649
1.59/1.61	c BCD2: #cores=85, #unrelaxed=2430, #relaxed=870, #hardened=0
1.59/1.61	c BCD2: #sat=1 #unsat=100 bias=100/101
1.59/1.61	c Solving starts ...
1.59/1.61	c ============================[ Search Statistics ]============================
1.59/1.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.61	c =============================================================================
1.59/1.61	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.59/1.62	c  0.0s |       0 |      159 |        1 |     8917      0 |       19 |       48
1.59/1.62	c #cpu_time = 0.009s
1.59/1.62	c #wall_clock_time = 0.009s
1.59/1.62	c #decision = 159
1.59/1.62	c #random_decision = 0
1.59/1.62	c #conflict = 1
1.59/1.62	c #restart = 0
1.59/1.62	c BCD2: found a new core of size 3: cost of the new core is >=1
1.59/1.62	c lower bound updated to 100
1.59/1.62	c BCD2: 100 <= obj <= 1649
1.59/1.62	c BCD2: #cores=86, #unrelaxed=2427, #relaxed=873, #hardened=0
1.59/1.62	c BCD2: #sat=1 #unsat=101 bias=101/102
1.59/1.62	c Solving starts ...
1.59/1.62	c ============================[ Search Statistics ]============================
1.59/1.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.62	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.62	c =============================================================================
1.59/1.62	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.59/1.63	c  0.0s |       0 |      200 |        2 |     8917      0 |       19 |       48
1.59/1.63	c #cpu_time = 0.009s
1.59/1.63	c #wall_clock_time = 0.009s
1.59/1.63	c #decision = 200
1.59/1.63	c #random_decision = 0
1.59/1.63	c #conflict = 2
1.59/1.63	c #restart = 0
1.59/1.63	c BCD2: found a new core of size 18: cost of the new core is >=1
1.59/1.63	c lower bound updated to 101
1.59/1.64	c BCD2: 101 <= obj <= 1649
1.59/1.64	c BCD2: #cores=87, #unrelaxed=2409, #relaxed=891, #hardened=0
1.59/1.64	c BCD2: #sat=1 #unsat=102 bias=102/103
1.59/1.64	c Solving starts ...
1.59/1.64	c ============================[ Search Statistics ]============================
1.59/1.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.64	c =============================================================================
1.59/1.64	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.59/1.64	c  0.0s |       0 |      141 |        1 |     8917      0 |       19 |       48
1.59/1.64	c #cpu_time = 0.008s
1.59/1.64	c #wall_clock_time = 0.008s
1.59/1.64	c #decision = 141
1.59/1.64	c #random_decision = 0
1.59/1.64	c #conflict = 1
1.59/1.64	c #restart = 0
1.59/1.64	c BCD2: found a new core of size 3: cost of the new core is >=1
1.59/1.64	c lower bound updated to 102
1.59/1.65	c BCD2: 102 <= obj <= 1649
1.59/1.65	c BCD2: #cores=88, #unrelaxed=2406, #relaxed=894, #hardened=0
1.59/1.65	c BCD2: #sat=1 #unsat=103 bias=103/104
1.59/1.65	c Solving starts ...
1.59/1.65	c ============================[ Search Statistics ]============================
1.59/1.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.65	c =============================================================================
1.59/1.65	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.59/1.66	c  0.0s |       0 |      141 |        1 |     8917      0 |       19 |       48
1.59/1.66	c #cpu_time = 0.009s
1.59/1.66	c #wall_clock_time = 0.009s
1.59/1.66	c #decision = 141
1.59/1.66	c #random_decision = 0
1.59/1.66	c #conflict = 1
1.59/1.66	c #restart = 0
1.59/1.66	c BCD2: found a new core of size 3: cost of the new core is >=1
1.59/1.66	c lower bound updated to 103
1.59/1.66	c BCD2: 103 <= obj <= 1649
1.59/1.66	c BCD2: #cores=89, #unrelaxed=2403, #relaxed=897, #hardened=0
1.59/1.66	c BCD2: #sat=1 #unsat=104 bias=104/105
1.59/1.66	c Solving starts ...
1.59/1.66	c ============================[ Search Statistics ]============================
1.59/1.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.66	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.66	c =============================================================================
1.59/1.66	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.59/1.67	c  0.0s |       0 |      141 |        1 |     8917      0 |       19 |       48
1.59/1.67	c #cpu_time = 0.010s
1.59/1.67	c #wall_clock_time = 0.010s
1.59/1.67	c #decision = 141
1.59/1.67	c #random_decision = 0
1.59/1.67	c #conflict = 1
1.59/1.67	c #restart = 0
1.59/1.67	c BCD2: found a new core of size 3: cost of the new core is >=1
1.59/1.67	c lower bound updated to 104
1.59/1.67	c BCD2: 104 <= obj <= 1649
1.59/1.67	c BCD2: #cores=90, #unrelaxed=2400, #relaxed=900, #hardened=0
1.59/1.67	c BCD2: #sat=1 #unsat=105 bias=105/106
1.59/1.67	c Solving starts ...
1.59/1.67	c ============================[ Search Statistics ]============================
1.59/1.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.67	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.67	c =============================================================================
1.59/1.67	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.59/1.68	c  0.0s |       0 |      141 |        1 |     8917      0 |       19 |       48
1.59/1.68	c #cpu_time = 0.008s
1.59/1.68	c #wall_clock_time = 0.008s
1.59/1.68	c #decision = 141
1.59/1.68	c #random_decision = 0
1.59/1.68	c #conflict = 1
1.59/1.68	c #restart = 0
1.59/1.68	c BCD2: found a new core of size 3: cost of the new core is >=1
1.59/1.68	c lower bound updated to 105
1.59/1.68	c BCD2: 105 <= obj <= 1649
1.59/1.68	c BCD2: #cores=91, #unrelaxed=2397, #relaxed=903, #hardened=0
1.59/1.68	c BCD2: #sat=1 #unsat=106 bias=106/107
1.59/1.68	c Solving starts ...
1.59/1.68	c ============================[ Search Statistics ]============================
1.59/1.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.68	c =============================================================================
1.59/1.68	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.59/1.69	c  0.0s |       0 |      141 |        1 |     8917      0 |       19 |       48
1.59/1.69	c #cpu_time = 0.009s
1.59/1.69	c #wall_clock_time = 0.009s
1.59/1.69	c #decision = 141
1.59/1.69	c #random_decision = 0
1.59/1.69	c #conflict = 1
1.59/1.69	c #restart = 0
1.59/1.69	c BCD2: found a new core of size 3: cost of the new core is >=1
1.59/1.69	c lower bound updated to 106
1.59/1.69	c BCD2: 106 <= obj <= 1649
1.59/1.69	c BCD2: #cores=92, #unrelaxed=2394, #relaxed=906, #hardened=0
1.59/1.69	c BCD2: #sat=1 #unsat=107 bias=107/108
1.59/1.69	c Solving starts ...
1.59/1.69	c ============================[ Search Statistics ]============================
1.59/1.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.69	c =============================================================================
1.59/1.69	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.69/1.70	c  0.0s |       0 |      141 |        1 |     8917      0 |       19 |       48
1.69/1.70	c #cpu_time = 0.008s
1.69/1.70	c #wall_clock_time = 0.008s
1.69/1.70	c #decision = 141
1.69/1.70	c #random_decision = 0
1.69/1.70	c #conflict = 1
1.69/1.70	c #restart = 0
1.69/1.70	c BCD2: found a new core of size 3: cost of the new core is >=1
1.69/1.70	c lower bound updated to 107
1.69/1.70	c BCD2: 107 <= obj <= 1649
1.69/1.70	c BCD2: #cores=93, #unrelaxed=2391, #relaxed=909, #hardened=0
1.69/1.70	c BCD2: #sat=1 #unsat=108 bias=108/109
1.69/1.70	c Solving starts ...
1.69/1.70	c ============================[ Search Statistics ]============================
1.69/1.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.70	c =============================================================================
1.69/1.70	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.69/1.71	c  0.0s |       0 |      141 |        1 |     8917      0 |       19 |       48
1.69/1.71	c #cpu_time = 0.009s
1.69/1.71	c #wall_clock_time = 0.009s
1.69/1.71	c #decision = 141
1.69/1.71	c #random_decision = 0
1.69/1.71	c #conflict = 1
1.69/1.71	c #restart = 0
1.69/1.71	c BCD2: found a new core of size 3: cost of the new core is >=1
1.69/1.71	c lower bound updated to 108
1.69/1.71	c BCD2: 108 <= obj <= 1649
1.69/1.71	c BCD2: #cores=94, #unrelaxed=2388, #relaxed=912, #hardened=0
1.69/1.71	c BCD2: #sat=1 #unsat=109 bias=109/110
1.69/1.71	c Solving starts ...
1.69/1.71	c ============================[ Search Statistics ]============================
1.69/1.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.71	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.71	c =============================================================================
1.69/1.71	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.69/1.72	c  0.0s |       0 |      141 |        1 |     8917      0 |       19 |       48
1.69/1.72	c #cpu_time = 0.009s
1.69/1.72	c #wall_clock_time = 0.009s
1.69/1.72	c #decision = 141
1.69/1.72	c #random_decision = 0
1.69/1.72	c #conflict = 1
1.69/1.72	c #restart = 0
1.69/1.72	c BCD2: found a new core of size 3: cost of the new core is >=1
1.69/1.72	c lower bound updated to 109
1.69/1.72	c BCD2: 109 <= obj <= 1649
1.69/1.72	c BCD2: #cores=95, #unrelaxed=2385, #relaxed=915, #hardened=0
1.69/1.72	c BCD2: #sat=1 #unsat=110 bias=110/111
1.69/1.72	c Solving starts ...
1.69/1.72	c ============================[ Search Statistics ]============================
1.69/1.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.72	c =============================================================================
1.69/1.72	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.69/1.73	c  0.0s |       0 |      141 |        1 |     8917      0 |       19 |       48
1.69/1.73	c #cpu_time = 0.008s
1.69/1.73	c #wall_clock_time = 0.008s
1.69/1.73	c #decision = 141
1.69/1.73	c #random_decision = 0
1.69/1.73	c #conflict = 1
1.69/1.73	c #restart = 0
1.69/1.73	c BCD2: found a new core of size 3: cost of the new core is >=1
1.69/1.73	c lower bound updated to 110
1.69/1.73	c BCD2: 110 <= obj <= 1649
1.69/1.73	c BCD2: #cores=96, #unrelaxed=2382, #relaxed=918, #hardened=0
1.69/1.73	c BCD2: #sat=1 #unsat=111 bias=111/112
1.69/1.73	c Solving starts ...
1.69/1.73	c ============================[ Search Statistics ]============================
1.69/1.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.73	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.73	c =============================================================================
1.69/1.73	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.69/1.74	c  0.0s |       0 |      149 |        1 |     8917      0 |       19 |       48
1.69/1.74	c #cpu_time = 0.009s
1.69/1.74	c #wall_clock_time = 0.009s
1.69/1.74	c #decision = 149
1.69/1.74	c #random_decision = 0
1.69/1.74	c #conflict = 1
1.69/1.74	c #restart = 0
1.69/1.74	c BCD2: found a new core of size 3: cost of the new core is >=1
1.69/1.74	c lower bound updated to 111
1.69/1.74	c BCD2: 111 <= obj <= 1649
1.69/1.74	c BCD2: #cores=97, #unrelaxed=2379, #relaxed=921, #hardened=0
1.69/1.74	c BCD2: #sat=1 #unsat=112 bias=112/113
1.69/1.74	c Solving starts ...
1.69/1.74	c ============================[ Search Statistics ]============================
1.69/1.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.74	c =============================================================================
1.69/1.74	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.69/1.75	c  0.0s |       0 |      149 |        1 |     8917      0 |       19 |       48
1.69/1.75	c #cpu_time = 0.008s
1.69/1.75	c #wall_clock_time = 0.008s
1.69/1.75	c #decision = 149
1.69/1.75	c #random_decision = 0
1.69/1.75	c #conflict = 1
1.69/1.75	c #restart = 0
1.69/1.75	c BCD2: found a new core of size 3: cost of the new core is >=1
1.69/1.75	c lower bound updated to 112
1.69/1.75	c BCD2: 112 <= obj <= 1649
1.69/1.75	c BCD2: #cores=98, #unrelaxed=2376, #relaxed=924, #hardened=0
1.69/1.75	c BCD2: #sat=1 #unsat=113 bias=113/114
1.69/1.75	c Solving starts ...
1.69/1.75	c ============================[ Search Statistics ]============================
1.69/1.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.75	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.75	c =============================================================================
1.69/1.75	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.69/1.76	c  0.0s |       0 |      164 |        2 |     8917      0 |       19 |       48
1.69/1.76	c #cpu_time = 0.009s
1.69/1.76	c #wall_clock_time = 0.009s
1.69/1.76	c #decision = 164
1.69/1.76	c #random_decision = 0
1.69/1.76	c #conflict = 2
1.69/1.76	c #restart = 0
1.69/1.76	c BCD2: found a new core of size 16: cost of the new core is >=1
1.69/1.76	c lower bound updated to 113
1.69/1.76	c BCD2: 113 <= obj <= 1649
1.69/1.76	c BCD2: #cores=99, #unrelaxed=2360, #relaxed=940, #hardened=0
1.69/1.76	c BCD2: #sat=1 #unsat=114 bias=114/115
1.69/1.76	c Solving starts ...
1.69/1.76	c ============================[ Search Statistics ]============================
1.69/1.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.76	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.76	c =============================================================================
1.69/1.76	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.69/1.77	c  0.0s |       0 |      161 |        1 |     8917      0 |       19 |       48
1.69/1.77	c #cpu_time = 0.009s
1.69/1.77	c #wall_clock_time = 0.009s
1.69/1.77	c #decision = 161
1.69/1.77	c #random_decision = 0
1.69/1.77	c #conflict = 1
1.69/1.77	c #restart = 0
1.69/1.77	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.77	c lower bound updated to 114
1.69/1.78	c BCD2: 114 <= obj <= 1649
1.69/1.78	c BCD2: #cores=100, #unrelaxed=2358, #relaxed=942, #hardened=0
1.69/1.78	c BCD2: #sat=1 #unsat=115 bias=115/116
1.69/1.78	c Solving starts ...
1.69/1.78	c ============================[ Search Statistics ]============================
1.69/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.78	c =============================================================================
1.69/1.78	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.69/1.79	c  0.0s |       0 |      162 |        1 |     8917      0 |       19 |       48
1.69/1.79	c #cpu_time = 0.008s
1.69/1.79	c #wall_clock_time = 0.008s
1.69/1.79	c #decision = 162
1.69/1.79	c #random_decision = 0
1.69/1.79	c #conflict = 1
1.69/1.79	c #restart = 0
1.69/1.79	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.79	c lower bound updated to 115
1.69/1.79	c BCD2: 115 <= obj <= 1649
1.69/1.79	c BCD2: #cores=101, #unrelaxed=2356, #relaxed=944, #hardened=0
1.69/1.79	c BCD2: #sat=1 #unsat=116 bias=116/117
1.69/1.79	c Solving starts ...
1.69/1.79	c ============================[ Search Statistics ]============================
1.69/1.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.79	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.79	c =============================================================================
1.69/1.79	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.79/1.80	c  0.0s |       0 |      194 |        2 |     8917      0 |       19 |       48
1.79/1.80	c #cpu_time = 0.009s
1.79/1.80	c #wall_clock_time = 0.009s
1.79/1.80	c #decision = 194
1.79/1.80	c #random_decision = 0
1.79/1.80	c #conflict = 2
1.79/1.80	c #restart = 0
1.79/1.80	c BCD2: found a new core of size 15: cost of the new core is >=1
1.79/1.80	c lower bound updated to 116
1.79/1.80	c BCD2: 116 <= obj <= 1649
1.79/1.80	c BCD2: #cores=102, #unrelaxed=2341, #relaxed=959, #hardened=0
1.79/1.80	c BCD2: #sat=1 #unsat=117 bias=117/118
1.79/1.80	c Solving starts ...
1.79/1.80	c ============================[ Search Statistics ]============================
1.79/1.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.80	c =============================================================================
1.79/1.80	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       48
1.79/1.81	c  0.0s |       0 |      161 |        0 |     8917      0 |       19 |       48
1.79/1.81	c #cpu_time = 0.008s
1.79/1.81	c #wall_clock_time = 0.008s
1.79/1.81	c #decision = 161
1.79/1.81	c #random_decision = 0
1.79/1.81	c #conflict = 0
1.79/1.81	c #restart = 0
1.79/1.81	c BCD2: found a new core of size 15: cost of the new core is >=1
1.79/1.81	c lower bound updated to 117
1.79/1.81	c BCD2: 117 <= obj <= 1649
1.79/1.81	c BCD2: #cores=103, #unrelaxed=2326, #relaxed=974, #hardened=0
1.79/1.81	c BCD2: #sat=1 #unsat=118 bias=118/119
1.79/1.81	c Solving starts ...
1.79/1.81	c ============================[ Search Statistics ]============================
1.79/1.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.81	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.81	c =============================================================================
1.79/1.81	c  0.0s |       0 |        0 |        0 |     8917      0 |       19 |       49
1.79/1.82	c  0.0s |       0 |      274 |        3 |     8917      0 |       19 |       49
1.79/1.82	c #cpu_time = 0.010s
1.79/1.82	c #wall_clock_time = 0.010s
1.79/1.82	c #decision = 274
1.79/1.82	c #random_decision = 0
1.79/1.82	c #conflict = 3
1.79/1.82	c #restart = 0
1.79/1.82	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=3
1.79/1.82	c lower bound updated to 118
1.79/1.82	c BCD2: 118 <= obj <= 1649
1.79/1.82	c BCD2: #cores=102, #unrelaxed=2324, #relaxed=976, #hardened=0
1.79/1.82	c BCD2: #sat=1 #unsat=119 bias=119/120
1.79/1.82	c Solving starts ...
1.79/1.82	c ============================[ Search Statistics ]============================
1.79/1.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.82	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.82	c =============================================================================
1.79/1.82	c  0.0s |       0 |        0 |        0 |     8917      0 |       21 |       49
1.79/1.83	c  0.0s |       0 |      269 |        3 |     8917      0 |       21 |       51
1.79/1.83	c #cpu_time = 0.010s
1.79/1.83	c #wall_clock_time = 0.010s
1.79/1.83	c #decision = 269
1.79/1.83	c #random_decision = 0
1.79/1.83	c #conflict = 3
1.79/1.83	c #restart = 0
1.79/1.83	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=3
1.79/1.83	c lower bound updated to 119
1.79/1.84	c BCD2: 119 <= obj <= 1649
1.79/1.84	c BCD2: #cores=101, #unrelaxed=2322, #relaxed=978, #hardened=0
1.79/1.84	c BCD2: #sat=1 #unsat=120 bias=120/121
1.79/1.84	c Solving starts ...
1.79/1.84	c ============================[ Search Statistics ]============================
1.79/1.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.84	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.84	c =============================================================================
1.79/1.84	c  0.0s |       0 |        0 |        0 |     8917      0 |       23 |       51
1.79/1.85	c  0.0s |       0 |      264 |        3 |     8917      0 |       23 |       53
1.79/1.85	c #cpu_time = 0.009s
1.79/1.85	c #wall_clock_time = 0.009s
1.79/1.85	c #decision = 264
1.79/1.85	c #random_decision = 0
1.79/1.85	c #conflict = 3
1.79/1.85	c #restart = 0
1.79/1.85	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=3
1.79/1.85	c lower bound updated to 120
1.79/1.85	c BCD2: 120 <= obj <= 1649
1.79/1.85	c BCD2: #cores=100, #unrelaxed=2320, #relaxed=980, #hardened=0
1.79/1.85	c BCD2: #sat=1 #unsat=121 bias=121/122
1.79/1.85	c Solving starts ...
1.79/1.85	c ============================[ Search Statistics ]============================
1.79/1.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.85	c =============================================================================
1.79/1.85	c  0.0s |       0 |        0 |        0 |     8917      0 |       25 |       53
1.79/1.86	c  0.0s |       0 |      259 |        3 |     8917      0 |       25 |       55
1.79/1.86	c #cpu_time = 0.010s
1.79/1.86	c #wall_clock_time = 0.010s
1.79/1.86	c #decision = 259
1.79/1.86	c #random_decision = 0
1.79/1.86	c #conflict = 3
1.79/1.86	c #restart = 0
1.79/1.86	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=3
1.79/1.86	c lower bound updated to 121
1.79/1.86	c BCD2: 121 <= obj <= 1649
1.79/1.86	c BCD2: #cores=99, #unrelaxed=2318, #relaxed=982, #hardened=0
1.79/1.86	c BCD2: #sat=1 #unsat=122 bias=122/123
1.79/1.86	c Solving starts ...
1.79/1.86	c ============================[ Search Statistics ]============================
1.79/1.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.86	c =============================================================================
1.79/1.86	c  0.0s |       0 |        0 |        0 |     8917      0 |       27 |       55
1.79/1.87	c  0.0s |       0 |      254 |        3 |     8917      0 |       27 |       57
1.79/1.87	c #cpu_time = 0.013s
1.79/1.87	c #wall_clock_time = 0.013s
1.79/1.87	c #decision = 254
1.79/1.87	c #random_decision = 0
1.79/1.87	c #conflict = 3
1.79/1.87	c #restart = 0
1.79/1.87	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=3
1.79/1.87	c lower bound updated to 122
1.79/1.87	c BCD2: 122 <= obj <= 1649
1.79/1.87	c BCD2: #cores=98, #unrelaxed=2316, #relaxed=984, #hardened=0
1.79/1.87	c BCD2: #sat=1 #unsat=123 bias=123/124
1.79/1.87	c Solving starts ...
1.79/1.87	c ============================[ Search Statistics ]============================
1.79/1.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.87	c =============================================================================
1.79/1.87	c  0.0s |       0 |        0 |        0 |     8917      0 |       29 |       57
1.79/1.88	c  0.0s |       0 |      249 |        3 |     8917      0 |       29 |       59
1.79/1.88	c #cpu_time = 0.009s
1.79/1.88	c #wall_clock_time = 0.009s
1.79/1.88	c #decision = 249
1.79/1.88	c #random_decision = 0
1.79/1.88	c #conflict = 3
1.79/1.88	c #restart = 0
1.79/1.88	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=3
1.79/1.88	c lower bound updated to 123
1.79/1.88	c BCD2: 123 <= obj <= 1649
1.79/1.88	c BCD2: #cores=97, #unrelaxed=2314, #relaxed=986, #hardened=0
1.79/1.88	c BCD2: #sat=1 #unsat=124 bias=124/125
1.79/1.89	c Solving starts ...
1.79/1.89	c ============================[ Search Statistics ]============================
1.79/1.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.89	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.89	c =============================================================================
1.79/1.89	c  0.0s |       0 |        0 |        0 |     8917      0 |       31 |       59
1.79/1.89	c  0.0s |       0 |      244 |        3 |     8917      0 |       31 |       61
1.79/1.89	c #cpu_time = 0.009s
1.79/1.89	c #wall_clock_time = 0.009s
1.79/1.89	c #decision = 244
1.79/1.89	c #random_decision = 0
1.79/1.89	c #conflict = 3
1.79/1.89	c #restart = 0
1.79/1.89	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=3
1.79/1.89	c lower bound updated to 124
1.89/1.90	c BCD2: 124 <= obj <= 1649
1.89/1.90	c BCD2: #cores=96, #unrelaxed=2312, #relaxed=988, #hardened=0
1.89/1.90	c BCD2: #sat=1 #unsat=125 bias=125/126
1.89/1.90	c Solving starts ...
1.89/1.90	c ============================[ Search Statistics ]============================
1.89/1.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.90	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.90	c =============================================================================
1.89/1.90	c  0.0s |       0 |        0 |        0 |     8917      0 |       33 |       61
1.89/1.91	c  0.0s |       0 |      239 |        3 |     8917      0 |       33 |       63
1.89/1.91	c #cpu_time = 0.009s
1.89/1.91	c #wall_clock_time = 0.009s
1.89/1.91	c #decision = 239
1.89/1.91	c #random_decision = 0
1.89/1.91	c #conflict = 3
1.89/1.91	c #restart = 0
1.89/1.91	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=3
1.89/1.91	c lower bound updated to 125
1.89/1.91	c BCD2: 125 <= obj <= 1649
1.89/1.91	c BCD2: #cores=95, #unrelaxed=2310, #relaxed=990, #hardened=0
1.89/1.91	c BCD2: #sat=1 #unsat=126 bias=126/127
1.89/1.91	c Solving starts ...
1.89/1.91	c ============================[ Search Statistics ]============================
1.89/1.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.91	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.91	c =============================================================================
1.89/1.91	c  0.0s |       0 |        0 |        0 |     8917      0 |       35 |       63
1.89/1.92	c  0.0s |       0 |      234 |        3 |     8917      0 |       35 |       65
1.89/1.92	c #cpu_time = 0.010s
1.89/1.92	c #wall_clock_time = 0.010s
1.89/1.92	c #decision = 234
1.89/1.92	c #random_decision = 0
1.89/1.92	c #conflict = 3
1.89/1.92	c #restart = 0
1.89/1.92	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=3
1.89/1.92	c lower bound updated to 126
1.89/1.92	c BCD2: 126 <= obj <= 1649
1.89/1.92	c BCD2: #cores=94, #unrelaxed=2308, #relaxed=992, #hardened=0
1.89/1.92	c BCD2: #sat=1 #unsat=127 bias=127/128
1.89/1.92	c Solving starts ...
1.89/1.92	c ============================[ Search Statistics ]============================
1.89/1.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.92	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.92	c =============================================================================
1.89/1.92	c  0.0s |       0 |        0 |        0 |     8917      0 |       37 |       65
1.89/1.93	c  0.0s |       0 |      239 |        3 |     8917      0 |       37 |       67
1.89/1.93	c #cpu_time = 0.010s
1.89/1.93	c #wall_clock_time = 0.010s
1.89/1.93	c #decision = 239
1.89/1.93	c #random_decision = 0
1.89/1.93	c #conflict = 3
1.89/1.93	c #restart = 0
1.89/1.93	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=3
1.89/1.93	c lower bound updated to 127
1.89/1.93	c BCD2: 127 <= obj <= 1649
1.89/1.93	c BCD2: #cores=93, #unrelaxed=2306, #relaxed=994, #hardened=0
1.89/1.93	c BCD2: #sat=1 #unsat=128 bias=128/129
1.89/1.93	c Solving starts ...
1.89/1.93	c ============================[ Search Statistics ]============================
1.89/1.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.93	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.93	c =============================================================================
1.89/1.93	c  0.0s |       0 |        0 |        0 |     8917      0 |       39 |       67
1.89/1.94	c  0.0s |       0 |      234 |        3 |     8917      0 |       39 |       69
1.89/1.94	c #cpu_time = 0.009s
1.89/1.94	c #wall_clock_time = 0.009s
1.89/1.94	c #decision = 234
1.89/1.94	c #random_decision = 0
1.89/1.94	c #conflict = 3
1.89/1.94	c #restart = 0
1.89/1.94	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=3
1.89/1.94	c lower bound updated to 128
1.89/1.94	c BCD2: 128 <= obj <= 1649
1.89/1.94	c BCD2: #cores=92, #unrelaxed=2304, #relaxed=996, #hardened=0
1.89/1.94	c BCD2: #sat=1 #unsat=129 bias=129/130
1.89/1.94	c Solving starts ...
1.89/1.94	c ============================[ Search Statistics ]============================
1.89/1.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.94	c =============================================================================
1.89/1.94	c  0.0s |       0 |        0 |        0 |     8917      0 |       41 |       69
1.89/1.96	c  0.0s |       0 |      197 |        5 |     8917      0 |       41 |       71
1.89/1.96	c #cpu_time = 0.011s
1.89/1.96	c #wall_clock_time = 0.011s
1.89/1.96	c #decision = 197
1.89/1.96	c #random_decision = 0
1.89/1.96	c #conflict = 5
1.89/1.96	c #restart = 0
1.89/1.96	c BCD2: relaxing 6 and merging with 2 cores into a new core of size 39: cost of the new core is >=3
1.89/1.96	c lower bound updated to 129
1.89/1.96	c BCD2: 129 <= obj <= 1649
1.89/1.96	c BCD2: #cores=91, #unrelaxed=2298, #relaxed=1002, #hardened=0
1.89/1.96	c BCD2: #sat=1 #unsat=130 bias=130/131
1.89/1.96	c Solving starts ...
1.89/1.96	c ============================[ Search Statistics ]============================
1.89/1.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.96	c =============================================================================
1.89/1.96	c  0.0s |       0 |        0 |        0 |     8917      0 |       43 |       71
1.89/1.97	c  0.0s |       0 |      137 |        0 |     8917      0 |       43 |       73
1.89/1.97	c #cpu_time = 0.008s
1.89/1.97	c #wall_clock_time = 0.008s
1.89/1.97	c #decision = 137
1.89/1.97	c #random_decision = 0
1.89/1.97	c #conflict = 0
1.89/1.97	c #restart = 0
1.89/1.97	c BCD2: found a new core of size 15: cost of the new core is >=1
1.89/1.97	c lower bound updated to 130
1.89/1.97	c BCD2: 130 <= obj <= 1649
1.89/1.97	c BCD2: #cores=92, #unrelaxed=2283, #relaxed=1017, #hardened=0
1.89/1.97	c BCD2: #sat=1 #unsat=131 bias=131/132
1.89/1.97	c Solving starts ...
1.89/1.97	c ============================[ Search Statistics ]============================
1.89/1.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.97	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.97	c =============================================================================
1.89/1.97	c  0.0s |       0 |        0 |        0 |     8917      0 |       43 |       74
1.89/1.98	c  0.0s |       0 |      153 |        0 |     8917      0 |       43 |       74
1.89/1.98	c #cpu_time = 0.009s
1.89/1.98	c #wall_clock_time = 0.009s
1.89/1.98	c #decision = 153
1.89/1.98	c #random_decision = 0
1.89/1.98	c #conflict = 0
1.89/1.98	c #restart = 0
1.89/1.98	c BCD2: found a new core of size 15: cost of the new core is >=1
1.89/1.98	c lower bound updated to 131
1.89/1.98	c BCD2: 131 <= obj <= 1649
1.89/1.98	c BCD2: #cores=93, #unrelaxed=2268, #relaxed=1032, #hardened=0
1.89/1.98	c BCD2: #sat=1 #unsat=132 bias=132/133
1.89/1.98	c Solving starts ...
1.89/1.98	c ============================[ Search Statistics ]============================
1.89/1.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.98	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.98	c =============================================================================
1.89/1.98	c  0.0s |       0 |        0 |        0 |     8917      0 |       43 |       75
1.89/1.99	c  0.0s |       0 |      305 |        3 |     8917      0 |       43 |       75
1.89/1.99	c #cpu_time = 0.012s
1.89/1.99	c #wall_clock_time = 0.012s
1.89/1.99	c #decision = 305
1.89/1.99	c #random_decision = 0
1.89/1.99	c #conflict = 3
1.89/1.99	c #restart = 0
1.89/1.99	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 9: cost of the new core is >=3
1.89/1.99	c lower bound updated to 132
1.99/2.00	c BCD2: 132 <= obj <= 1649
1.99/2.00	c BCD2: #cores=92, #unrelaxed=2265, #relaxed=1035, #hardened=0
1.99/2.00	c BCD2: #sat=1 #unsat=133 bias=133/134
1.99/2.00	c Solving starts ...
1.99/2.00	c ============================[ Search Statistics ]============================
1.99/2.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.00	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.00	c =============================================================================
1.99/2.00	c  0.0s |       0 |        0 |        0 |     8917      0 |       45 |       75
1.99/2.01	c  0.0s |       0 |      165 |        2 |     8917      0 |       45 |       77
1.99/2.01	c #cpu_time = 0.011s
1.99/2.01	c #wall_clock_time = 0.011s
1.99/2.01	c #decision = 165
1.99/2.01	c #random_decision = 0
1.99/2.01	c #conflict = 2
1.99/2.01	c #restart = 0
1.99/2.01	c BCD2: found a new core of size 42: cost of the new core is >=1
1.99/2.01	c lower bound updated to 133
1.99/2.01	c BCD2: 133 <= obj <= 1649
1.99/2.01	c BCD2: #cores=93, #unrelaxed=2223, #relaxed=1077, #hardened=0
1.99/2.01	c BCD2: #sat=1 #unsat=134 bias=134/135
1.99/2.01	c Solving starts ...
1.99/2.01	c ============================[ Search Statistics ]============================
1.99/2.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.01	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.01	c =============================================================================
1.99/2.01	c  0.0s |       0 |        0 |        0 |     8917      0 |       45 |       77
1.99/2.02	c  0.0s |       0 |      125 |        2 |     8917      0 |       45 |       77
1.99/2.02	c #cpu_time = 0.009s
1.99/2.02	c #wall_clock_time = 0.009s
1.99/2.02	c #decision = 125
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 2
1.99/2.02	c #restart = 0
1.99/2.02	c BCD2: relaxing 21 and merging with 1 cores into a new core of size 41: cost of the new core is >=4
1.99/2.02	c lower bound updated to 134
1.99/2.02	c BCD2: 134 <= obj <= 1649
1.99/2.02	c BCD2: #cores=93, #unrelaxed=2202, #relaxed=1098, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=135 bias=135/136
1.99/2.02	c Solving starts ...
1.99/2.02	c ============================[ Search Statistics ]============================
1.99/2.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.02	c =============================================================================
1.99/2.02	c  0.0s |       0 |        0 |        0 |     8917      0 |       46 |       77
1.99/2.03	c  0.0s |       0 |      133 |        0 |     8917      0 |       46 |       78
1.99/2.03	c #cpu_time = 0.008s
1.99/2.03	c #wall_clock_time = 0.008s
1.99/2.03	c #decision = 133
1.99/2.03	c #random_decision = 0
1.99/2.03	c #conflict = 0
1.99/2.03	c #restart = 0
1.99/2.03	c BCD2: found a new core of size 15: cost of the new core is >=1
1.99/2.03	c lower bound updated to 135
1.99/2.04	c BCD2: 135 <= obj <= 1649
1.99/2.04	c BCD2: #cores=94, #unrelaxed=2187, #relaxed=1113, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=136 bias=136/137
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |     8917      0 |       46 |       79
1.99/2.04	c  0.0s |       0 |      149 |        0 |     8917      0 |       46 |       79
1.99/2.04	c #cpu_time = 0.009s
1.99/2.04	c #wall_clock_time = 0.009s
1.99/2.04	c #decision = 149
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 0
1.99/2.05	c #restart = 0
1.99/2.05	c BCD2: found a new core of size 15: cost of the new core is >=1
1.99/2.05	c lower bound updated to 136
1.99/2.05	c BCD2: 136 <= obj <= 1649
1.99/2.05	c BCD2: #cores=95, #unrelaxed=2172, #relaxed=1128, #hardened=0
1.99/2.05	c BCD2: #sat=1 #unsat=137 bias=137/138
1.99/2.05	c Solving starts ...
1.99/2.05	c ============================[ Search Statistics ]============================
1.99/2.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.05	c =============================================================================
1.99/2.05	c  0.0s |       0 |        0 |        0 |     8917      0 |       46 |       80
1.99/2.08	c  0.0s |       0 |      836 |       30 |     8917      0 |       46 |       80
1.99/2.08	c #cpu_time = 0.030s
1.99/2.08	c #wall_clock_time = 0.030s
1.99/2.08	c #decision = 836
1.99/2.08	c #random_decision = 0
1.99/2.08	c #conflict = 30
1.99/2.08	c #restart = 0
1.99/2.08	c BCD2: relaxing 16 and merging with 16 cores into a new core of size 95: cost of the new core is >=29
1.99/2.08	c lower bound updated to 137
1.99/2.08	c BCD2: 137 <= obj <= 1649
1.99/2.08	c BCD2: #cores=80, #unrelaxed=2156, #relaxed=1144, #hardened=0
1.99/2.08	c BCD2: #sat=1 #unsat=138 bias=138/139
1.99/2.08	c Solving starts ...
1.99/2.08	c ============================[ Search Statistics ]============================
1.99/2.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.08	c =============================================================================
1.99/2.08	c  0.0s |       0 |        0 |        0 |     8917      0 |       62 |       80
2.09/2.10	c  0.0s |       0 |      164 |        6 |     8917      0 |       62 |       96
2.09/2.10	c #cpu_time = 0.013s
2.09/2.10	c #wall_clock_time = 0.014s
2.09/2.10	c #decision = 164
2.09/2.10	c #random_decision = 0
2.09/2.10	c #conflict = 6
2.09/2.10	c #restart = 0
2.09/2.10	c BCD2: found a new core of size 28: cost of the new core is >=1
2.09/2.10	c lower bound updated to 138
2.09/2.10	c BCD2: 138 <= obj <= 1649
2.09/2.10	c BCD2: #cores=81, #unrelaxed=2128, #relaxed=1172, #hardened=0
2.09/2.10	c BCD2: #sat=1 #unsat=139 bias=139/140
2.09/2.10	c Solving starts ...
2.09/2.10	c ============================[ Search Statistics ]============================
2.09/2.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.10	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.10	c =============================================================================
2.09/2.10	c  0.0s |       0 |        0 |        0 |     8917      0 |       62 |       96
2.09/2.11	c  0.0s |       0 |      107 |        0 |     8917      0 |       62 |       96
2.09/2.11	c #cpu_time = 0.009s
2.09/2.11	c #wall_clock_time = 0.009s
2.09/2.11	c #decision = 107
2.09/2.11	c #random_decision = 0
2.09/2.11	c #conflict = 0
2.09/2.11	c #restart = 0
2.09/2.11	c BCD2: found a new core of size 15: cost of the new core is >=1
2.09/2.11	c lower bound updated to 139
2.09/2.11	c BCD2: 139 <= obj <= 1649
2.09/2.11	c BCD2: #cores=82, #unrelaxed=2113, #relaxed=1187, #hardened=0
2.09/2.11	c BCD2: #sat=1 #unsat=140 bias=140/141
2.09/2.11	c Solving starts ...
2.09/2.11	c ============================[ Search Statistics ]============================
2.09/2.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.11	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.11	c =============================================================================
2.09/2.11	c  0.0s |       0 |        0 |        0 |     8917      0 |       62 |       97
2.09/2.12	c  0.0s |       0 |      173 |        2 |     8917      0 |       62 |       97
2.09/2.12	c #cpu_time = 0.012s
2.09/2.12	c #wall_clock_time = 0.012s
2.09/2.12	c #decision = 173
2.09/2.12	c #random_decision = 0
2.09/2.12	c #conflict = 2
2.09/2.12	c #restart = 0
2.09/2.12	c BCD2: relaxing 15 and merging with 2 cores into a new core of size 20: cost of the new core is >=3
2.09/2.12	c lower bound updated to 140
2.09/2.12	c BCD2: 140 <= obj <= 1649
2.09/2.12	c BCD2: #cores=81, #unrelaxed=2098, #relaxed=1202, #hardened=0
2.09/2.12	c BCD2: #sat=1 #unsat=141 bias=141/142
2.09/2.12	c Solving starts ...
2.09/2.12	c ============================[ Search Statistics ]============================
2.09/2.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.12	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.12	c =============================================================================
2.09/2.12	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       97
2.09/2.13	c  0.0s |       0 |      126 |        1 |     8917      0 |       64 |       99
2.09/2.13	c #cpu_time = 0.008s
2.09/2.13	c #wall_clock_time = 0.008s
2.09/2.13	c #decision = 126
2.09/2.13	c #random_decision = 0
2.09/2.13	c #conflict = 1
2.09/2.13	c #restart = 0
2.09/2.13	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.13	c lower bound updated to 141
2.09/2.13	c BCD2: 141 <= obj <= 1649
2.09/2.13	c BCD2: #cores=82, #unrelaxed=2096, #relaxed=1204, #hardened=0
2.09/2.13	c BCD2: #sat=1 #unsat=142 bias=142/143
2.09/2.13	c Solving starts ...
2.09/2.13	c ============================[ Search Statistics ]============================
2.09/2.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.13	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.13	c =============================================================================
2.09/2.13	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       99
2.09/2.14	c  0.0s |       0 |      127 |        1 |     8917      0 |       64 |       99
2.09/2.14	c #cpu_time = 0.009s
2.09/2.14	c #wall_clock_time = 0.009s
2.09/2.14	c #decision = 127
2.09/2.14	c #random_decision = 0
2.09/2.14	c #conflict = 1
2.09/2.14	c #restart = 0
2.09/2.14	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.14	c lower bound updated to 142
2.09/2.15	c BCD2: 142 <= obj <= 1649
2.09/2.15	c BCD2: #cores=83, #unrelaxed=2094, #relaxed=1206, #hardened=0
2.09/2.15	c BCD2: #sat=1 #unsat=143 bias=143/144
2.09/2.15	c Solving starts ...
2.09/2.15	c ============================[ Search Statistics ]============================
2.09/2.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.15	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.15	c =============================================================================
2.09/2.15	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       99
2.09/2.16	c  0.0s |       0 |      128 |        1 |     8917      0 |       64 |       99
2.09/2.16	c #cpu_time = 0.008s
2.09/2.16	c #wall_clock_time = 0.008s
2.09/2.16	c #decision = 128
2.09/2.16	c #random_decision = 0
2.09/2.16	c #conflict = 1
2.09/2.16	c #restart = 0
2.09/2.16	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.16	c lower bound updated to 143
2.09/2.16	c BCD2: 143 <= obj <= 1649
2.09/2.16	c BCD2: #cores=84, #unrelaxed=2092, #relaxed=1208, #hardened=0
2.09/2.16	c BCD2: #sat=1 #unsat=144 bias=144/145
2.09/2.16	c Solving starts ...
2.09/2.16	c ============================[ Search Statistics ]============================
2.09/2.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.16	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.16	c =============================================================================
2.09/2.16	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       99
2.09/2.17	c  0.0s |       0 |      129 |        1 |     8917      0 |       64 |       99
2.09/2.17	c #cpu_time = 0.009s
2.09/2.17	c #wall_clock_time = 0.009s
2.09/2.17	c #decision = 129
2.09/2.17	c #random_decision = 0
2.09/2.17	c #conflict = 1
2.09/2.17	c #restart = 0
2.09/2.17	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.17	c lower bound updated to 144
2.09/2.17	c BCD2: 144 <= obj <= 1649
2.09/2.17	c BCD2: #cores=85, #unrelaxed=2090, #relaxed=1210, #hardened=0
2.09/2.17	c BCD2: #sat=1 #unsat=145 bias=145/146
2.09/2.17	c Solving starts ...
2.09/2.17	c ============================[ Search Statistics ]============================
2.09/2.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.17	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.17	c =============================================================================
2.09/2.17	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       99
2.09/2.18	c  0.0s |       0 |      130 |        1 |     8917      0 |       64 |       99
2.09/2.18	c #cpu_time = 0.009s
2.09/2.18	c #wall_clock_time = 0.009s
2.09/2.18	c #decision = 130
2.09/2.18	c #random_decision = 0
2.09/2.18	c #conflict = 1
2.09/2.18	c #restart = 0
2.09/2.18	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.18	c lower bound updated to 145
2.09/2.18	c BCD2: 145 <= obj <= 1649
2.09/2.18	c BCD2: #cores=86, #unrelaxed=2088, #relaxed=1212, #hardened=0
2.09/2.18	c BCD2: #sat=1 #unsat=146 bias=146/147
2.09/2.18	c Solving starts ...
2.09/2.18	c ============================[ Search Statistics ]============================
2.09/2.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.18	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.18	c =============================================================================
2.09/2.18	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       99
2.09/2.19	c  0.0s |       0 |      131 |        1 |     8917      0 |       64 |       99
2.09/2.19	c #cpu_time = 0.008s
2.09/2.19	c #wall_clock_time = 0.008s
2.09/2.19	c #decision = 131
2.09/2.19	c #random_decision = 0
2.09/2.19	c #conflict = 1
2.09/2.19	c #restart = 0
2.09/2.19	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.19	c lower bound updated to 146
2.09/2.19	c BCD2: 146 <= obj <= 1649
2.09/2.19	c BCD2: #cores=87, #unrelaxed=2086, #relaxed=1214, #hardened=0
2.09/2.19	c BCD2: #sat=1 #unsat=147 bias=147/148
2.09/2.19	c Solving starts ...
2.09/2.19	c ============================[ Search Statistics ]============================
2.09/2.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.19	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.19	c =============================================================================
2.09/2.19	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       99
2.09/2.20	c  0.0s |       0 |      132 |        1 |     8917      0 |       64 |       99
2.09/2.20	c #cpu_time = 0.009s
2.09/2.20	c #wall_clock_time = 0.009s
2.09/2.20	c #decision = 132
2.09/2.20	c #random_decision = 0
2.09/2.20	c #conflict = 1
2.09/2.20	c #restart = 0
2.09/2.20	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.20	c lower bound updated to 147
2.09/2.20	c BCD2: 147 <= obj <= 1649
2.09/2.20	c BCD2: #cores=88, #unrelaxed=2084, #relaxed=1216, #hardened=0
2.09/2.20	c BCD2: #sat=1 #unsat=148 bias=148/149
2.09/2.20	c Solving starts ...
2.09/2.20	c ============================[ Search Statistics ]============================
2.09/2.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.20	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.20	c =============================================================================
2.09/2.20	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       99
2.19/2.21	c  0.0s |       0 |      133 |        1 |     8917      0 |       64 |       99
2.19/2.21	c #cpu_time = 0.008s
2.19/2.21	c #wall_clock_time = 0.008s
2.19/2.21	c #decision = 133
2.19/2.21	c #random_decision = 0
2.19/2.21	c #conflict = 1
2.19/2.21	c #restart = 0
2.19/2.21	c BCD2: found a new core of size 2: cost of the new core is >=1
2.19/2.21	c lower bound updated to 148
2.19/2.21	c BCD2: 148 <= obj <= 1649
2.19/2.21	c BCD2: #cores=89, #unrelaxed=2082, #relaxed=1218, #hardened=0
2.19/2.21	c BCD2: #sat=1 #unsat=149 bias=149/150
2.19/2.21	c Solving starts ...
2.19/2.21	c ============================[ Search Statistics ]============================
2.19/2.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.21	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.21	c =============================================================================
2.19/2.21	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       99
2.19/2.22	c  0.0s |       0 |      134 |        1 |     8917      0 |       64 |       99
2.19/2.22	c #cpu_time = 0.009s
2.19/2.22	c #wall_clock_time = 0.009s
2.19/2.22	c #decision = 134
2.19/2.22	c #random_decision = 0
2.19/2.22	c #conflict = 1
2.19/2.22	c #restart = 0
2.19/2.22	c BCD2: found a new core of size 2: cost of the new core is >=1
2.19/2.22	c lower bound updated to 149
2.19/2.22	c BCD2: 149 <= obj <= 1649
2.19/2.22	c BCD2: #cores=90, #unrelaxed=2080, #relaxed=1220, #hardened=0
2.19/2.22	c BCD2: #sat=1 #unsat=150 bias=150/151
2.19/2.22	c Solving starts ...
2.19/2.22	c ============================[ Search Statistics ]============================
2.19/2.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.22	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.22	c =============================================================================
2.19/2.22	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       99
2.19/2.23	c  0.0s |       0 |      135 |        1 |     8917      0 |       64 |       99
2.19/2.23	c #cpu_time = 0.009s
2.19/2.23	c #wall_clock_time = 0.009s
2.19/2.23	c #decision = 135
2.19/2.23	c #random_decision = 0
2.19/2.23	c #conflict = 1
2.19/2.23	c #restart = 0
2.19/2.23	c BCD2: found a new core of size 2: cost of the new core is >=1
2.19/2.23	c lower bound updated to 150
2.19/2.24	c BCD2: 150 <= obj <= 1649
2.19/2.24	c BCD2: #cores=91, #unrelaxed=2078, #relaxed=1222, #hardened=0
2.19/2.24	c BCD2: #sat=1 #unsat=151 bias=151/152
2.19/2.24	c Solving starts ...
2.19/2.24	c ============================[ Search Statistics ]============================
2.19/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.24	c =============================================================================
2.19/2.24	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       99
2.19/2.24	c  0.0s |       0 |      136 |        1 |     8917      0 |       64 |       99
2.19/2.24	c #cpu_time = 0.008s
2.19/2.24	c #wall_clock_time = 0.008s
2.19/2.24	c #decision = 136
2.19/2.24	c #random_decision = 0
2.19/2.24	c #conflict = 1
2.19/2.24	c #restart = 0
2.19/2.24	c BCD2: found a new core of size 2: cost of the new core is >=1
2.19/2.24	c lower bound updated to 151
2.19/2.24	c BCD2: 151 <= obj <= 1649
2.19/2.24	c BCD2: #cores=92, #unrelaxed=2076, #relaxed=1224, #hardened=0
2.19/2.24	c BCD2: #sat=1 #unsat=152 bias=152/153
2.19/2.25	c Solving starts ...
2.19/2.25	c ============================[ Search Statistics ]============================
2.19/2.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.25	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.25	c =============================================================================
2.19/2.25	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       99
2.19/2.25	c  0.0s |       0 |      137 |        1 |     8917      0 |       64 |       99
2.19/2.25	c #cpu_time = 0.009s
2.19/2.25	c #wall_clock_time = 0.009s
2.19/2.25	c #decision = 137
2.19/2.25	c #random_decision = 0
2.19/2.25	c #conflict = 1
2.19/2.25	c #restart = 0
2.19/2.25	c BCD2: found a new core of size 2: cost of the new core is >=1
2.19/2.25	c lower bound updated to 152
2.19/2.26	c BCD2: 152 <= obj <= 1649
2.19/2.26	c BCD2: #cores=93, #unrelaxed=2074, #relaxed=1226, #hardened=0
2.19/2.26	c BCD2: #sat=1 #unsat=153 bias=153/154
2.19/2.26	c Solving starts ...
2.19/2.26	c ============================[ Search Statistics ]============================
2.19/2.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.26	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.26	c =============================================================================
2.19/2.26	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       99
2.19/2.27	c  0.0s |       0 |      138 |        1 |     8917      0 |       64 |       99
2.19/2.27	c #cpu_time = 0.008s
2.19/2.27	c #wall_clock_time = 0.008s
2.19/2.27	c #decision = 138
2.19/2.27	c #random_decision = 0
2.19/2.27	c #conflict = 1
2.19/2.27	c #restart = 0
2.19/2.27	c BCD2: found a new core of size 2: cost of the new core is >=1
2.19/2.27	c lower bound updated to 153
2.19/2.27	c BCD2: 153 <= obj <= 1649
2.19/2.27	c BCD2: #cores=94, #unrelaxed=2072, #relaxed=1228, #hardened=0
2.19/2.27	c BCD2: #sat=1 #unsat=154 bias=154/155
2.19/2.27	c Solving starts ...
2.19/2.27	c ============================[ Search Statistics ]============================
2.19/2.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.27	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.27	c =============================================================================
2.19/2.27	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       99
2.19/2.28	c  0.0s |       0 |      152 |        2 |     8917      0 |       64 |       99
2.19/2.28	c #cpu_time = 0.009s
2.19/2.28	c #wall_clock_time = 0.009s
2.19/2.28	c #decision = 152
2.19/2.28	c #random_decision = 0
2.19/2.28	c #conflict = 2
2.19/2.28	c #restart = 0
2.19/2.28	c BCD2: found a new core of size 15: cost of the new core is >=1
2.19/2.28	c lower bound updated to 154
2.19/2.28	c BCD2: 154 <= obj <= 1649
2.19/2.28	c BCD2: #cores=95, #unrelaxed=2057, #relaxed=1243, #hardened=0
2.19/2.28	c BCD2: #sat=1 #unsat=155 bias=155/156
2.19/2.28	c Solving starts ...
2.19/2.28	c ============================[ Search Statistics ]============================
2.19/2.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.28	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.28	c =============================================================================
2.19/2.28	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |       99
2.19/2.29	c  0.0s |       0 |      140 |        0 |     8917      0 |       64 |       99
2.19/2.29	c #cpu_time = 0.009s
2.19/2.29	c #wall_clock_time = 0.009s
2.19/2.29	c #decision = 140
2.19/2.29	c #random_decision = 0
2.19/2.29	c #conflict = 0
2.19/2.29	c #restart = 0
2.19/2.29	c BCD2: found a new core of size 15: cost of the new core is >=1
2.19/2.29	c lower bound updated to 155
2.19/2.29	c BCD2: 155 <= obj <= 1649
2.19/2.29	c BCD2: #cores=96, #unrelaxed=2042, #relaxed=1258, #hardened=0
2.19/2.29	c BCD2: #sat=1 #unsat=156 bias=156/157
2.19/2.29	c Solving starts ...
2.19/2.29	c ============================[ Search Statistics ]============================
2.19/2.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.29	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.29	c =============================================================================
2.19/2.29	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.19/2.30	c  0.0s |       0 |      206 |        2 |     8917      0 |       64 |      100
2.19/2.30	c #cpu_time = 0.009s
2.19/2.30	c #wall_clock_time = 0.009s
2.19/2.30	c #decision = 206
2.19/2.30	c #random_decision = 0
2.19/2.30	c #conflict = 2
2.19/2.30	c #restart = 0
2.19/2.30	c BCD2: found a new core of size 17: cost of the new core is >=1
2.19/2.30	c lower bound updated to 156
2.19/2.30	c BCD2: 156 <= obj <= 1649
2.19/2.30	c BCD2: #cores=97, #unrelaxed=2025, #relaxed=1275, #hardened=0
2.19/2.30	c BCD2: #sat=1 #unsat=157 bias=157/158
2.19/2.30	c Solving starts ...
2.19/2.30	c ============================[ Search Statistics ]============================
2.19/2.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.30	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.30	c =============================================================================
2.19/2.30	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.29/2.31	c  0.0s |       0 |      159 |        1 |     8917      0 |       64 |      100
2.29/2.31	c #cpu_time = 0.009s
2.29/2.31	c #wall_clock_time = 0.009s
2.29/2.31	c #decision = 159
2.29/2.31	c #random_decision = 0
2.29/2.31	c #conflict = 1
2.29/2.31	c #restart = 0
2.29/2.31	c BCD2: found a new core of size 3: cost of the new core is >=1
2.29/2.31	c lower bound updated to 157
2.29/2.31	c BCD2: 157 <= obj <= 1649
2.29/2.31	c BCD2: #cores=98, #unrelaxed=2022, #relaxed=1278, #hardened=0
2.29/2.31	c BCD2: #sat=1 #unsat=158 bias=158/159
2.29/2.31	c Solving starts ...
2.29/2.31	c ============================[ Search Statistics ]============================
2.29/2.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.31	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.31	c =============================================================================
2.29/2.31	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.29/2.32	c  0.0s |       0 |      159 |        1 |     8917      0 |       64 |      100
2.29/2.32	c #cpu_time = 0.011s
2.29/2.32	c #wall_clock_time = 0.011s
2.29/2.32	c #decision = 159
2.29/2.32	c #random_decision = 0
2.29/2.32	c #conflict = 1
2.29/2.32	c #restart = 0
2.29/2.32	c BCD2: found a new core of size 3: cost of the new core is >=1
2.29/2.32	c lower bound updated to 158
2.29/2.33	c BCD2: 158 <= obj <= 1649
2.29/2.33	c BCD2: #cores=99, #unrelaxed=2019, #relaxed=1281, #hardened=0
2.29/2.33	c BCD2: #sat=1 #unsat=159 bias=159/160
2.29/2.33	c Solving starts ...
2.29/2.33	c ============================[ Search Statistics ]============================
2.29/2.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.33	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.33	c =============================================================================
2.29/2.33	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.29/2.33	c  0.0s |       0 |      159 |        1 |     8917      0 |       64 |      100
2.29/2.33	c #cpu_time = 0.009s
2.29/2.33	c #wall_clock_time = 0.009s
2.29/2.33	c #decision = 159
2.29/2.33	c #random_decision = 0
2.29/2.33	c #conflict = 1
2.29/2.33	c #restart = 0
2.29/2.33	c BCD2: found a new core of size 3: cost of the new core is >=1
2.29/2.33	c lower bound updated to 159
2.29/2.34	c BCD2: 159 <= obj <= 1649
2.29/2.34	c BCD2: #cores=100, #unrelaxed=2016, #relaxed=1284, #hardened=0
2.29/2.34	c BCD2: #sat=1 #unsat=160 bias=160/161
2.29/2.34	c Solving starts ...
2.29/2.34	c ============================[ Search Statistics ]============================
2.29/2.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.34	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.34	c =============================================================================
2.29/2.34	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.29/2.35	c  0.0s |       0 |      159 |        1 |     8917      0 |       64 |      100
2.29/2.35	c #cpu_time = 0.009s
2.29/2.35	c #wall_clock_time = 0.009s
2.29/2.35	c #decision = 159
2.29/2.35	c #random_decision = 0
2.29/2.35	c #conflict = 1
2.29/2.35	c #restart = 0
2.29/2.35	c BCD2: found a new core of size 3: cost of the new core is >=1
2.29/2.35	c lower bound updated to 160
2.29/2.35	c BCD2: 160 <= obj <= 1649
2.29/2.35	c BCD2: #cores=101, #unrelaxed=2013, #relaxed=1287, #hardened=0
2.29/2.35	c BCD2: #sat=1 #unsat=161 bias=161/162
2.29/2.35	c Solving starts ...
2.29/2.35	c ============================[ Search Statistics ]============================
2.29/2.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.35	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.35	c =============================================================================
2.29/2.35	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.29/2.36	c  0.0s |       0 |      159 |        1 |     8917      0 |       64 |      100
2.29/2.36	c #cpu_time = 0.008s
2.29/2.36	c #wall_clock_time = 0.009s
2.29/2.36	c #decision = 159
2.29/2.36	c #random_decision = 0
2.29/2.36	c #conflict = 1
2.29/2.36	c #restart = 0
2.29/2.36	c BCD2: found a new core of size 3: cost of the new core is >=1
2.29/2.36	c lower bound updated to 161
2.29/2.36	c BCD2: 161 <= obj <= 1649
2.29/2.36	c BCD2: #cores=102, #unrelaxed=2010, #relaxed=1290, #hardened=0
2.29/2.36	c BCD2: #sat=1 #unsat=162 bias=162/163
2.29/2.36	c Solving starts ...
2.29/2.36	c ============================[ Search Statistics ]============================
2.29/2.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.36	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.36	c =============================================================================
2.29/2.36	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.29/2.37	c  0.0s |       0 |      159 |        1 |     8917      0 |       64 |      100
2.29/2.37	c #cpu_time = 0.009s
2.29/2.37	c #wall_clock_time = 0.009s
2.29/2.37	c #decision = 159
2.29/2.37	c #random_decision = 0
2.29/2.37	c #conflict = 1
2.29/2.37	c #restart = 0
2.29/2.37	c BCD2: found a new core of size 3: cost of the new core is >=1
2.29/2.37	c lower bound updated to 162
2.29/2.37	c BCD2: 162 <= obj <= 1649
2.29/2.37	c BCD2: #cores=103, #unrelaxed=2007, #relaxed=1293, #hardened=0
2.29/2.37	c BCD2: #sat=1 #unsat=163 bias=163/164
2.29/2.37	c Solving starts ...
2.29/2.37	c ============================[ Search Statistics ]============================
2.29/2.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.37	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.37	c =============================================================================
2.29/2.37	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.29/2.38	c  0.0s |       0 |      159 |        1 |     8917      0 |       64 |      100
2.29/2.38	c #cpu_time = 0.009s
2.29/2.38	c #wall_clock_time = 0.009s
2.29/2.38	c #decision = 159
2.29/2.38	c #random_decision = 0
2.29/2.38	c #conflict = 1
2.29/2.38	c #restart = 0
2.29/2.38	c BCD2: found a new core of size 3: cost of the new core is >=1
2.29/2.38	c lower bound updated to 163
2.29/2.38	c BCD2: 163 <= obj <= 1649
2.29/2.38	c BCD2: #cores=104, #unrelaxed=2004, #relaxed=1296, #hardened=0
2.29/2.38	c BCD2: #sat=1 #unsat=164 bias=164/165
2.29/2.38	c Solving starts ...
2.29/2.38	c ============================[ Search Statistics ]============================
2.29/2.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.38	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.38	c =============================================================================
2.29/2.38	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.29/2.39	c  0.0s |       0 |      159 |        1 |     8917      0 |       64 |      100
2.29/2.39	c #cpu_time = 0.008s
2.29/2.39	c #wall_clock_time = 0.008s
2.29/2.39	c #decision = 159
2.29/2.39	c #random_decision = 0
2.29/2.39	c #conflict = 1
2.29/2.39	c #restart = 0
2.29/2.39	c BCD2: found a new core of size 3: cost of the new core is >=1
2.29/2.39	c lower bound updated to 164
2.29/2.39	c BCD2: 164 <= obj <= 1649
2.29/2.39	c BCD2: #cores=105, #unrelaxed=2001, #relaxed=1299, #hardened=0
2.29/2.39	c BCD2: #sat=1 #unsat=165 bias=165/166
2.29/2.39	c Solving starts ...
2.29/2.39	c ============================[ Search Statistics ]============================
2.29/2.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.39	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.39	c =============================================================================
2.29/2.39	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.39/2.40	c  0.0s |       0 |      159 |        1 |     8917      0 |       64 |      100
2.39/2.40	c #cpu_time = 0.009s
2.39/2.40	c #wall_clock_time = 0.009s
2.39/2.40	c #decision = 159
2.39/2.40	c #random_decision = 0
2.39/2.40	c #conflict = 1
2.39/2.40	c #restart = 0
2.39/2.40	c BCD2: found a new core of size 3: cost of the new core is >=1
2.39/2.40	c lower bound updated to 165
2.39/2.40	c BCD2: 165 <= obj <= 1649
2.39/2.40	c BCD2: #cores=106, #unrelaxed=1998, #relaxed=1302, #hardened=0
2.39/2.40	c BCD2: #sat=1 #unsat=166 bias=166/167
2.39/2.40	c Solving starts ...
2.39/2.41	c ============================[ Search Statistics ]============================
2.39/2.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.41	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.41	c =============================================================================
2.39/2.41	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.39/2.41	c  0.0s |       0 |      159 |        1 |     8917      0 |       64 |      100
2.39/2.41	c #cpu_time = 0.008s
2.39/2.41	c #wall_clock_time = 0.008s
2.39/2.41	c #decision = 159
2.39/2.41	c #random_decision = 0
2.39/2.41	c #conflict = 1
2.39/2.41	c #restart = 0
2.39/2.41	c BCD2: found a new core of size 3: cost of the new core is >=1
2.39/2.41	c lower bound updated to 166
2.39/2.41	c BCD2: 166 <= obj <= 1649
2.39/2.41	c BCD2: #cores=107, #unrelaxed=1995, #relaxed=1305, #hardened=0
2.39/2.41	c BCD2: #sat=1 #unsat=167 bias=167/168
2.39/2.42	c Solving starts ...
2.39/2.42	c ============================[ Search Statistics ]============================
2.39/2.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.42	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.42	c =============================================================================
2.39/2.42	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.39/2.42	c  0.0s |       0 |      159 |        1 |     8917      0 |       64 |      100
2.39/2.42	c #cpu_time = 0.009s
2.39/2.42	c #wall_clock_time = 0.009s
2.39/2.42	c #decision = 159
2.39/2.42	c #random_decision = 0
2.39/2.42	c #conflict = 1
2.39/2.42	c #restart = 0
2.39/2.42	c BCD2: found a new core of size 3: cost of the new core is >=1
2.39/2.42	c lower bound updated to 167
2.39/2.43	c BCD2: 167 <= obj <= 1649
2.39/2.43	c BCD2: #cores=108, #unrelaxed=1992, #relaxed=1308, #hardened=0
2.39/2.43	c BCD2: #sat=1 #unsat=168 bias=168/169
2.39/2.43	c Solving starts ...
2.39/2.43	c ============================[ Search Statistics ]============================
2.39/2.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.43	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.43	c =============================================================================
2.39/2.43	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.39/2.43	c  0.0s |       0 |      159 |        1 |     8917      0 |       64 |      100
2.39/2.43	c #cpu_time = 0.009s
2.39/2.43	c #wall_clock_time = 0.009s
2.39/2.43	c #decision = 159
2.39/2.43	c #random_decision = 0
2.39/2.43	c #conflict = 1
2.39/2.43	c #restart = 0
2.39/2.43	c BCD2: found a new core of size 3: cost of the new core is >=1
2.39/2.43	c lower bound updated to 168
2.39/2.44	c BCD2: 168 <= obj <= 1649
2.39/2.44	c BCD2: #cores=109, #unrelaxed=1989, #relaxed=1311, #hardened=0
2.39/2.44	c BCD2: #sat=1 #unsat=169 bias=169/170
2.39/2.44	c Solving starts ...
2.39/2.44	c ============================[ Search Statistics ]============================
2.39/2.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.44	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.44	c =============================================================================
2.39/2.44	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.39/2.45	c  0.0s |       0 |      159 |        1 |     8917      0 |       64 |      100
2.39/2.45	c #cpu_time = 0.008s
2.39/2.45	c #wall_clock_time = 0.008s
2.39/2.45	c #decision = 159
2.39/2.45	c #random_decision = 0
2.39/2.45	c #conflict = 1
2.39/2.45	c #restart = 0
2.39/2.45	c BCD2: found a new core of size 3: cost of the new core is >=1
2.39/2.45	c lower bound updated to 169
2.39/2.45	c BCD2: 169 <= obj <= 1649
2.39/2.45	c BCD2: #cores=110, #unrelaxed=1986, #relaxed=1314, #hardened=0
2.39/2.45	c BCD2: #sat=1 #unsat=170 bias=170/171
2.39/2.45	c Solving starts ...
2.39/2.45	c ============================[ Search Statistics ]============================
2.39/2.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.45	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.45	c =============================================================================
2.39/2.45	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      100
2.39/2.46	c  0.0s |       0 |      144 |        0 |     8917      0 |       64 |      100
2.39/2.46	c #cpu_time = 0.008s
2.39/2.46	c #wall_clock_time = 0.008s
2.39/2.46	c #decision = 144
2.39/2.46	c #random_decision = 0
2.39/2.46	c #conflict = 0
2.39/2.46	c #restart = 0
2.39/2.46	c BCD2: found a new core of size 15: cost of the new core is >=1
2.39/2.46	c lower bound updated to 170
2.39/2.46	c BCD2: 170 <= obj <= 1649
2.39/2.46	c BCD2: #cores=111, #unrelaxed=1971, #relaxed=1329, #hardened=0
2.39/2.46	c BCD2: #sat=1 #unsat=171 bias=171/172
2.39/2.46	c Solving starts ...
2.39/2.46	c ============================[ Search Statistics ]============================
2.39/2.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.46	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.46	c =============================================================================
2.39/2.46	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      101
2.39/2.47	c  0.0s |       0 |      210 |        2 |     8917      0 |       64 |      101
2.39/2.47	c #cpu_time = 0.009s
2.39/2.47	c #wall_clock_time = 0.009s
2.39/2.47	c #decision = 210
2.39/2.47	c #random_decision = 0
2.39/2.47	c #conflict = 2
2.39/2.47	c #restart = 0
2.39/2.47	c BCD2: found a new core of size 17: cost of the new core is >=1
2.39/2.47	c lower bound updated to 171
2.39/2.47	c BCD2: 171 <= obj <= 1649
2.39/2.47	c BCD2: #cores=112, #unrelaxed=1954, #relaxed=1346, #hardened=0
2.39/2.47	c BCD2: #sat=1 #unsat=172 bias=172/173
2.39/2.47	c Solving starts ...
2.39/2.47	c ============================[ Search Statistics ]============================
2.39/2.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.47	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.47	c =============================================================================
2.39/2.47	c  0.0s |       0 |        0 |        0 |     8917      0 |       64 |      101
2.39/2.49	c  0.0s |       0 |      594 |       15 |     8917      0 |       64 |      101
2.39/2.49	c #cpu_time = 0.018s
2.39/2.49	c #wall_clock_time = 0.018s
2.39/2.49	c #decision = 594
2.39/2.49	c #random_decision = 0
2.39/2.49	c #conflict = 15
2.39/2.49	c #restart = 0
2.39/2.49	c BCD2: relaxing 15 and merging with 7 cores into a new core of size 36: cost of the new core is >=8
2.39/2.49	c lower bound updated to 172
2.39/2.49	c BCD2: 172 <= obj <= 1649
2.39/2.49	c BCD2: #cores=106, #unrelaxed=1939, #relaxed=1361, #hardened=0
2.39/2.49	c BCD2: #sat=1 #unsat=173 bias=173/174
2.39/2.49	c Solving starts ...
2.39/2.49	c ============================[ Search Statistics ]============================
2.39/2.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.49	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.49	c =============================================================================
2.39/2.49	c  0.0s |       0 |        0 |        0 |     8917      0 |       71 |      101
2.49/2.50	c  0.0s |       0 |      209 |        2 |     9809      0 |       71 |      108
2.49/2.50	c #cpu_time = 0.010s
2.49/2.50	c #wall_clock_time = 0.010s
2.49/2.50	c #decision = 209
2.49/2.50	c #random_decision = 0
2.49/2.50	c #conflict = 2
2.49/2.50	c #restart = 0
2.49/2.50	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
2.49/2.50	c lower bound updated to 173
2.49/2.51	c BCD2: 173 <= obj <= 1649
2.49/2.51	c BCD2: #cores=106, #unrelaxed=1937, #relaxed=1363, #hardened=0
2.49/2.51	c BCD2: #sat=1 #unsat=174 bias=174/175
2.49/2.51	c Solving starts ...
2.49/2.51	c ============================[ Search Statistics ]============================
2.49/2.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.51	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.51	c =============================================================================
2.49/2.51	c  0.0s |       0 |        0 |        0 |     9809      0 |       72 |      108
2.49/2.52	c  0.0s |       0 |      254 |        2 |     9809      0 |       72 |      109
2.49/2.52	c #cpu_time = 0.009s
2.49/2.52	c #wall_clock_time = 0.009s
2.49/2.52	c #decision = 254
2.49/2.52	c #random_decision = 0
2.49/2.52	c #conflict = 2
2.49/2.52	c #restart = 0
2.49/2.52	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
2.49/2.52	c lower bound updated to 174
2.49/2.52	c BCD2: 174 <= obj <= 1649
2.49/2.52	c BCD2: #cores=106, #unrelaxed=1935, #relaxed=1365, #hardened=0
2.49/2.52	c BCD2: #sat=1 #unsat=175 bias=175/176
2.49/2.52	c Solving starts ...
2.49/2.52	c ============================[ Search Statistics ]============================
2.49/2.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.52	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.52	c =============================================================================
2.49/2.52	c  0.0s |       0 |        0 |        0 |     9809      0 |       73 |      109
2.49/2.53	c  0.0s |       0 |      250 |        2 |     9809      0 |       73 |      110
2.49/2.53	c #cpu_time = 0.010s
2.49/2.53	c #wall_clock_time = 0.010s
2.49/2.53	c #decision = 250
2.49/2.53	c #random_decision = 0
2.49/2.53	c #conflict = 2
2.49/2.53	c #restart = 0
2.49/2.53	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.49/2.53	c lower bound updated to 175
2.49/2.53	c BCD2: 175 <= obj <= 1649
2.49/2.53	c BCD2: #cores=106, #unrelaxed=1933, #relaxed=1367, #hardened=0
2.49/2.53	c BCD2: #sat=1 #unsat=176 bias=176/177
2.49/2.53	c Solving starts ...
2.49/2.53	c ============================[ Search Statistics ]============================
2.49/2.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.53	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.53	c =============================================================================
2.49/2.53	c  0.0s |       0 |        0 |        0 |     9809      0 |       74 |      110
2.49/2.54	c  0.0s |       0 |      209 |        2 |     9809      0 |       74 |      111
2.49/2.54	c #cpu_time = 0.012s
2.49/2.54	c #wall_clock_time = 0.012s
2.49/2.54	c #decision = 209
2.49/2.54	c #random_decision = 0
2.49/2.54	c #conflict = 2
2.49/2.54	c #restart = 0
2.49/2.54	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
2.49/2.54	c lower bound updated to 176
2.49/2.54	c BCD2: 176 <= obj <= 1649
2.49/2.54	c BCD2: #cores=106, #unrelaxed=1931, #relaxed=1369, #hardened=0
2.49/2.54	c BCD2: #sat=1 #unsat=177 bias=177/178
2.49/2.54	c Solving starts ...
2.49/2.54	c ============================[ Search Statistics ]============================
2.49/2.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.54	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.54	c =============================================================================
2.49/2.54	c  0.0s |       0 |        0 |        0 |     9809      0 |       75 |      111
2.49/2.55	c  0.0s |       0 |      231 |        4 |     9809      0 |       75 |      112
2.49/2.55	c #cpu_time = 0.010s
2.49/2.55	c #wall_clock_time = 0.010s
2.49/2.55	c #decision = 231
2.49/2.55	c #random_decision = 0
2.49/2.55	c #conflict = 4
2.49/2.55	c #restart = 0
2.49/2.55	c BCD2: relaxing 17 and merging with 1 cores into a new core of size 34: cost of the new core is >=2
2.49/2.55	c lower bound updated to 177
2.49/2.55	c BCD2: 177 <= obj <= 1649
2.49/2.55	c BCD2: #cores=106, #unrelaxed=1914, #relaxed=1386, #hardened=0
2.49/2.55	c BCD2: #sat=1 #unsat=178 bias=178/179
2.49/2.56	c Solving starts ...
2.49/2.56	c ============================[ Search Statistics ]============================
2.49/2.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.56	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.56	c =============================================================================
2.49/2.56	c  0.0s |       0 |        0 |        0 |     9809      0 |       76 |      112
2.49/2.56	c  0.0s |       0 |      144 |        0 |     9809      0 |       76 |      113
2.49/2.57	c #cpu_time = 0.009s
2.49/2.57	c #wall_clock_time = 0.010s
2.49/2.57	c #decision = 144
2.49/2.57	c #random_decision = 0
2.49/2.57	c #conflict = 0
2.49/2.57	c #restart = 0
2.49/2.57	c BCD2: found a new core of size 3: cost of the new core is >=1
2.49/2.57	c lower bound updated to 178
2.49/2.57	c BCD2: 178 <= obj <= 1649
2.49/2.57	c BCD2: #cores=107, #unrelaxed=1911, #relaxed=1389, #hardened=0
2.49/2.57	c BCD2: #sat=1 #unsat=179 bias=179/180
2.49/2.57	c Solving starts ...
2.49/2.57	c ============================[ Search Statistics ]============================
2.49/2.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.57	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.57	c =============================================================================
2.49/2.57	c  0.0s |       0 |        0 |        0 |     9809      0 |       76 |      113
2.49/2.58	c  0.0s |       0 |      152 |        0 |     9809      0 |       76 |      113
2.49/2.58	c #cpu_time = 0.008s
2.49/2.58	c #wall_clock_time = 0.008s
2.49/2.58	c #decision = 152
2.49/2.58	c #random_decision = 0
2.49/2.58	c #conflict = 0
2.49/2.58	c #restart = 0
2.49/2.58	c BCD2: found a new core of size 3: cost of the new core is >=1
2.49/2.58	c lower bound updated to 179
2.49/2.58	c BCD2: 179 <= obj <= 1649
2.49/2.58	c BCD2: #cores=108, #unrelaxed=1908, #relaxed=1392, #hardened=0
2.49/2.58	c BCD2: #sat=1 #unsat=180 bias=180/181
2.49/2.58	c Solving starts ...
2.49/2.58	c ============================[ Search Statistics ]============================
2.49/2.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.58	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.58	c =============================================================================
2.49/2.58	c  0.0s |       0 |        0 |        0 |     9809      0 |       76 |      113
2.49/2.59	c  0.0s |       0 |      154 |        0 |     9809      0 |       76 |      113
2.49/2.59	c #cpu_time = 0.009s
2.49/2.59	c #wall_clock_time = 0.009s
2.49/2.59	c #decision = 154
2.49/2.59	c #random_decision = 0
2.49/2.59	c #conflict = 0
2.49/2.59	c #restart = 0
2.49/2.59	c BCD2: found a new core of size 15: cost of the new core is >=1
2.49/2.59	c lower bound updated to 180
2.49/2.59	c BCD2: 180 <= obj <= 1649
2.49/2.59	c BCD2: #cores=109, #unrelaxed=1893, #relaxed=1407, #hardened=0
2.49/2.59	c BCD2: #sat=1 #unsat=181 bias=181/182
2.49/2.59	c Solving starts ...
2.49/2.59	c ============================[ Search Statistics ]============================
2.49/2.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.59	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.59	c =============================================================================
2.49/2.59	c  0.0s |       0 |        0 |        0 |     9809      0 |       76 |      114
2.59/2.60	c  0.0s |       0 |      155 |        1 |     9809      0 |       76 |      114
2.59/2.60	c #cpu_time = 0.009s
2.59/2.60	c #wall_clock_time = 0.009s
2.59/2.60	c #decision = 155
2.59/2.60	c #random_decision = 0
2.59/2.60	c #conflict = 1
2.59/2.60	c #restart = 0
2.59/2.60	c BCD2: found a new core of size 3: cost of the new core is >=1
2.59/2.60	c lower bound updated to 181
2.59/2.60	c BCD2: 181 <= obj <= 1649
2.59/2.60	c BCD2: #cores=110, #unrelaxed=1890, #relaxed=1410, #hardened=0
2.59/2.60	c BCD2: #sat=1 #unsat=182 bias=182/183
2.59/2.60	c Solving starts ...
2.59/2.60	c ============================[ Search Statistics ]============================
2.59/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.60	c =============================================================================
2.59/2.60	c  0.0s |       0 |        0 |        0 |     9809      0 |       76 |      114
2.59/2.61	c  0.0s |       0 |      155 |        1 |     9809      0 |       76 |      114
2.59/2.61	c #cpu_time = 0.008s
2.59/2.61	c #wall_clock_time = 0.009s
2.59/2.61	c #decision = 155
2.59/2.61	c #random_decision = 0
2.59/2.61	c #conflict = 1
2.59/2.61	c #restart = 0
2.59/2.61	c BCD2: found a new core of size 3: cost of the new core is >=1
2.59/2.61	c lower bound updated to 182
2.59/2.61	c BCD2: 182 <= obj <= 1649
2.59/2.61	c BCD2: #cores=111, #unrelaxed=1887, #relaxed=1413, #hardened=0
2.59/2.61	c BCD2: #sat=1 #unsat=183 bias=183/184
2.59/2.61	c Solving starts ...
2.59/2.61	c ============================[ Search Statistics ]============================
2.59/2.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.61	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.61	c =============================================================================
2.59/2.61	c  0.0s |       0 |        0 |        0 |     9809      0 |       76 |      114
2.59/2.62	c  0.0s |       0 |      155 |        1 |     9809      0 |       76 |      114
2.59/2.62	c #cpu_time = 0.009s
2.59/2.62	c #wall_clock_time = 0.009s
2.59/2.62	c #decision = 155
2.59/2.62	c #random_decision = 0
2.59/2.62	c #conflict = 1
2.59/2.62	c #restart = 0
2.59/2.62	c BCD2: found a new core of size 3: cost of the new core is >=1
2.59/2.62	c lower bound updated to 183
2.59/2.62	c BCD2: 183 <= obj <= 1649
2.59/2.62	c BCD2: #cores=112, #unrelaxed=1884, #relaxed=1416, #hardened=0
2.59/2.62	c BCD2: #sat=1 #unsat=184 bias=184/185
2.59/2.63	c Solving starts ...
2.59/2.63	c ============================[ Search Statistics ]============================
2.59/2.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.63	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.63	c =============================================================================
2.59/2.63	c  0.0s |       0 |        0 |        0 |     9809      0 |       76 |      114
2.59/2.64	c  0.0s |       0 |      155 |        1 |     9809      0 |       76 |      114
2.59/2.64	c #cpu_time = 0.008s
2.59/2.64	c #wall_clock_time = 0.008s
2.59/2.64	c #decision = 155
2.59/2.64	c #random_decision = 0
2.59/2.64	c #conflict = 1
2.59/2.64	c #restart = 0
2.59/2.64	c BCD2: found a new core of size 3: cost of the new core is >=1
2.59/2.64	c lower bound updated to 184
2.59/2.64	c BCD2: 184 <= obj <= 1649
2.59/2.64	c BCD2: #cores=113, #unrelaxed=1881, #relaxed=1419, #hardened=0
2.59/2.64	c BCD2: #sat=1 #unsat=185 bias=185/186
2.59/2.64	c Solving starts ...
2.59/2.64	c ============================[ Search Statistics ]============================
2.59/2.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.64	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.64	c =============================================================================
2.59/2.64	c  0.0s |       0 |        0 |        0 |     9809      0 |       76 |      114
2.59/2.65	c  0.0s |       0 |      155 |        1 |     9809      0 |       76 |      114
2.59/2.65	c #cpu_time = 0.009s
2.59/2.65	c #wall_clock_time = 0.009s
2.59/2.65	c #decision = 155
2.59/2.65	c #random_decision = 0
2.59/2.65	c #conflict = 1
2.59/2.65	c #restart = 0
2.59/2.65	c BCD2: found a new core of size 3: cost of the new core is >=1
2.59/2.65	c lower bound updated to 185
2.59/2.65	c BCD2: 185 <= obj <= 1649
2.59/2.65	c BCD2: #cores=114, #unrelaxed=1878, #relaxed=1422, #hardened=0
2.59/2.65	c BCD2: #sat=1 #unsat=186 bias=186/187
2.59/2.65	c Solving starts ...
2.59/2.65	c ============================[ Search Statistics ]============================
2.59/2.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.65	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.65	c =============================================================================
2.59/2.65	c  0.0s |       0 |        0 |        0 |     9809      0 |       76 |      114
2.59/2.66	c  0.0s |       0 |      155 |        1 |     9809      0 |       76 |      114
2.59/2.66	c #cpu_time = 0.009s
2.59/2.66	c #wall_clock_time = 0.009s
2.59/2.66	c #decision = 155
2.59/2.66	c #random_decision = 0
2.59/2.66	c #conflict = 1
2.59/2.66	c #restart = 0
2.59/2.66	c BCD2: found a new core of size 3: cost of the new core is >=1
2.59/2.66	c lower bound updated to 186
2.59/2.66	c BCD2: 186 <= obj <= 1649
2.59/2.66	c BCD2: #cores=115, #unrelaxed=1875, #relaxed=1425, #hardened=0
2.59/2.66	c BCD2: #sat=1 #unsat=187 bias=187/188
2.59/2.66	c Solving starts ...
2.59/2.66	c ============================[ Search Statistics ]============================
2.59/2.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.66	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.66	c =============================================================================
2.59/2.66	c  0.0s |       0 |        0 |        0 |     9809      0 |       76 |      114
2.59/2.67	c  0.0s |       0 |      155 |        1 |     9809      0 |       76 |      114
2.59/2.67	c #cpu_time = 0.008s
2.59/2.67	c #wall_clock_time = 0.008s
2.59/2.67	c #decision = 155
2.59/2.67	c #random_decision = 0
2.59/2.67	c #conflict = 1
2.59/2.67	c #restart = 0
2.59/2.67	c BCD2: found a new core of size 3: cost of the new core is >=1
2.59/2.67	c lower bound updated to 187
2.59/2.67	c BCD2: 187 <= obj <= 1649
2.59/2.67	c BCD2: #cores=116, #unrelaxed=1872, #relaxed=1428, #hardened=0
2.59/2.67	c BCD2: #sat=1 #unsat=188 bias=188/189
2.59/2.67	c Solving starts ...
2.59/2.67	c ============================[ Search Statistics ]============================
2.59/2.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.67	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.67	c =============================================================================
2.59/2.67	c  0.0s |       0 |        0 |        0 |     9809      0 |       76 |      114
2.59/2.68	c  0.0s |       0 |      216 |        2 |     9809      0 |       76 |      114
2.59/2.68	c #cpu_time = 0.009s
2.59/2.68	c #wall_clock_time = 0.009s
2.59/2.68	c #decision = 216
2.59/2.68	c #random_decision = 0
2.59/2.68	c #conflict = 2
2.59/2.68	c #restart = 0
2.59/2.68	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.59/2.68	c lower bound updated to 188
2.59/2.68	c BCD2: 188 <= obj <= 1649
2.59/2.68	c BCD2: #cores=116, #unrelaxed=1870, #relaxed=1430, #hardened=0
2.59/2.68	c BCD2: #sat=1 #unsat=189 bias=189/190
2.59/2.68	c Solving starts ...
2.59/2.68	c ============================[ Search Statistics ]============================
2.59/2.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.68	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.68	c =============================================================================
2.59/2.68	c  0.0s |       0 |        0 |        0 |     9809      0 |       77 |      114
2.59/2.69	c  0.0s |       0 |      216 |        2 |     9809      0 |       77 |      115
2.59/2.69	c #cpu_time = 0.009s
2.59/2.69	c #wall_clock_time = 0.009s
2.59/2.69	c #decision = 216
2.59/2.69	c #random_decision = 0
2.59/2.69	c #conflict = 2
2.59/2.69	c #restart = 0
2.59/2.69	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.59/2.69	c lower bound updated to 189
2.59/2.69	c BCD2: 189 <= obj <= 1649
2.59/2.69	c BCD2: #cores=116, #unrelaxed=1868, #relaxed=1432, #hardened=0
2.59/2.69	c BCD2: #sat=1 #unsat=190 bias=190/191
2.59/2.69	c Solving starts ...
2.59/2.69	c ============================[ Search Statistics ]============================
2.59/2.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.69	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.69	c =============================================================================
2.59/2.69	c  0.0s |       0 |        0 |        0 |     9809      0 |       78 |      115
2.69/2.70	c  0.0s |       0 |      216 |        2 |     9809      0 |       78 |      116
2.69/2.70	c #cpu_time = 0.009s
2.69/2.70	c #wall_clock_time = 0.009s
2.69/2.70	c #decision = 216
2.69/2.70	c #random_decision = 0
2.69/2.70	c #conflict = 2
2.69/2.70	c #restart = 0
2.69/2.70	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.69/2.70	c lower bound updated to 190
2.69/2.70	c BCD2: 190 <= obj <= 1649
2.69/2.70	c BCD2: #cores=116, #unrelaxed=1866, #relaxed=1434, #hardened=0
2.69/2.70	c BCD2: #sat=1 #unsat=191 bias=191/192
2.69/2.71	c Solving starts ...
2.69/2.71	c ============================[ Search Statistics ]============================
2.69/2.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.71	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.71	c =============================================================================
2.69/2.71	c  0.0s |       0 |        0 |        0 |     9809      0 |       79 |      116
2.69/2.71	c  0.0s |       0 |      216 |        2 |     9809      0 |       79 |      117
2.69/2.71	c #cpu_time = 0.009s
2.69/2.71	c #wall_clock_time = 0.009s
2.69/2.71	c #decision = 216
2.69/2.71	c #random_decision = 0
2.69/2.71	c #conflict = 2
2.69/2.71	c #restart = 0
2.69/2.71	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.69/2.71	c lower bound updated to 191
2.69/2.72	c BCD2: 191 <= obj <= 1649
2.69/2.72	c BCD2: #cores=116, #unrelaxed=1864, #relaxed=1436, #hardened=0
2.69/2.72	c BCD2: #sat=1 #unsat=192 bias=192/193
2.69/2.72	c Solving starts ...
2.69/2.72	c ============================[ Search Statistics ]============================
2.69/2.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.72	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.72	c =============================================================================
2.69/2.72	c  0.0s |       0 |        0 |        0 |     9809      0 |       80 |      117
2.69/2.73	c  0.0s |       0 |      176 |        2 |     9809      0 |       80 |      118
2.69/2.73	c #cpu_time = 0.008s
2.69/2.73	c #wall_clock_time = 0.008s
2.69/2.73	c #decision = 176
2.69/2.73	c #random_decision = 0
2.69/2.73	c #conflict = 2
2.69/2.73	c #restart = 0
2.69/2.73	c BCD2: found a new core of size 17: cost of the new core is >=1
2.69/2.73	c lower bound updated to 192
2.69/2.73	c BCD2: 192 <= obj <= 1649
2.69/2.73	c BCD2: #cores=117, #unrelaxed=1847, #relaxed=1453, #hardened=0
2.69/2.73	c BCD2: #sat=1 #unsat=193 bias=193/194
2.69/2.73	c Solving starts ...
2.69/2.73	c ============================[ Search Statistics ]============================
2.69/2.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.73	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.73	c =============================================================================
2.69/2.73	c  0.0s |       0 |        0 |        0 |     9809      0 |       80 |      118
2.69/2.74	c  0.0s |       0 |      162 |        0 |     9809      0 |       80 |      118
2.69/2.74	c #cpu_time = 0.009s
2.69/2.74	c #wall_clock_time = 0.009s
2.69/2.74	c #decision = 162
2.69/2.74	c #random_decision = 0
2.69/2.74	c #conflict = 0
2.69/2.74	c #restart = 0
2.69/2.74	c BCD2: found a new core of size 15: cost of the new core is >=1
2.69/2.74	c lower bound updated to 193
2.69/2.74	c BCD2: 193 <= obj <= 1649
2.69/2.74	c BCD2: #cores=118, #unrelaxed=1832, #relaxed=1468, #hardened=0
2.69/2.74	c BCD2: #sat=1 #unsat=194 bias=194/195
2.69/2.74	c Solving starts ...
2.69/2.74	c ============================[ Search Statistics ]============================
2.69/2.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.74	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.74	c =============================================================================
2.69/2.74	c  0.0s |       0 |        0 |        0 |     9809      0 |       80 |      119
2.69/2.75	c  0.0s |       0 |      165 |        1 |     9809      0 |       80 |      119
2.69/2.75	c #cpu_time = 0.011s
2.69/2.75	c #wall_clock_time = 0.011s
2.69/2.75	c #decision = 165
2.69/2.75	c #random_decision = 0
2.69/2.75	c #conflict = 1
2.69/2.75	c #restart = 0
2.69/2.75	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
2.69/2.75	c lower bound updated to 194
2.69/2.75	c BCD2: 194 <= obj <= 1649
2.69/2.75	c BCD2: #cores=118, #unrelaxed=1830, #relaxed=1470, #hardened=0
2.69/2.75	c BCD2: #sat=1 #unsat=195 bias=195/196
2.69/2.75	c Solving starts ...
2.69/2.75	c ============================[ Search Statistics ]============================
2.69/2.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.75	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.75	c =============================================================================
2.69/2.75	c  0.0s |       0 |        0 |        0 |     9809      0 |       81 |      119
2.69/2.76	c  0.0s |       0 |      165 |        1 |     9809      0 |       81 |      120
2.69/2.76	c #cpu_time = 0.009s
2.69/2.76	c #wall_clock_time = 0.009s
2.69/2.76	c #decision = 165
2.69/2.76	c #random_decision = 0
2.69/2.76	c #conflict = 1
2.69/2.76	c #restart = 0
2.69/2.76	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
2.69/2.76	c lower bound updated to 195
2.69/2.76	c BCD2: 195 <= obj <= 1649
2.69/2.76	c BCD2: #cores=118, #unrelaxed=1828, #relaxed=1472, #hardened=0
2.69/2.76	c BCD2: #sat=1 #unsat=196 bias=196/197
2.69/2.76	c Solving starts ...
2.69/2.76	c ============================[ Search Statistics ]============================
2.69/2.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.76	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.76	c =============================================================================
2.69/2.76	c  0.0s |       0 |        0 |        0 |     9809      0 |       82 |      120
2.69/2.77	c  0.0s |       0 |      165 |        1 |     9809      0 |       82 |      121
2.69/2.77	c #cpu_time = 0.010s
2.69/2.77	c #wall_clock_time = 0.010s
2.69/2.77	c #decision = 165
2.69/2.77	c #random_decision = 0
2.69/2.77	c #conflict = 1
2.69/2.77	c #restart = 0
2.69/2.77	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
2.69/2.77	c lower bound updated to 196
2.69/2.78	c BCD2: 196 <= obj <= 1649
2.69/2.78	c BCD2: #cores=118, #unrelaxed=1826, #relaxed=1474, #hardened=0
2.69/2.78	c BCD2: #sat=1 #unsat=197 bias=197/198
2.69/2.78	c Solving starts ...
2.69/2.78	c ============================[ Search Statistics ]============================
2.69/2.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.78	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.78	c =============================================================================
2.69/2.78	c  0.0s |       0 |        0 |        0 |     9809      0 |       83 |      121
2.69/2.79	c  0.0s |       0 |      165 |        1 |     9809      0 |       83 |      122
2.69/2.79	c #cpu_time = 0.009s
2.69/2.79	c #wall_clock_time = 0.009s
2.69/2.79	c #decision = 165
2.69/2.79	c #random_decision = 0
2.69/2.79	c #conflict = 1
2.69/2.79	c #restart = 0
2.69/2.79	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
2.69/2.79	c lower bound updated to 197
2.69/2.79	c BCD2: 197 <= obj <= 1649
2.69/2.79	c BCD2: #cores=118, #unrelaxed=1824, #relaxed=1476, #hardened=0
2.69/2.79	c BCD2: #sat=1 #unsat=198 bias=198/199
2.69/2.79	c Solving starts ...
2.69/2.79	c ============================[ Search Statistics ]============================
2.69/2.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.79	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.79	c =============================================================================
2.69/2.79	c  0.0s |       0 |        0 |        0 |     9809      0 |       84 |      122
2.78/2.80	c  0.0s |       0 |      165 |        1 |     9809      0 |       84 |      123
2.78/2.80	c #cpu_time = 0.010s
2.78/2.80	c #wall_clock_time = 0.010s
2.78/2.80	c #decision = 165
2.78/2.80	c #random_decision = 0
2.78/2.80	c #conflict = 1
2.78/2.80	c #restart = 0
2.78/2.80	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
2.78/2.80	c lower bound updated to 198
2.78/2.80	c BCD2: 198 <= obj <= 1649
2.78/2.80	c BCD2: #cores=118, #unrelaxed=1822, #relaxed=1478, #hardened=0
2.78/2.80	c BCD2: #sat=1 #unsat=199 bias=199/200
2.78/2.80	c Solving starts ...
2.78/2.80	c ============================[ Search Statistics ]============================
2.78/2.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.80	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.80	c =============================================================================
2.78/2.80	c  0.0s |       0 |        0 |        0 |     9809      0 |       85 |      123
2.78/2.81	c  0.0s |       0 |      165 |        1 |     9809      0 |       85 |      124
2.78/2.81	c #cpu_time = 0.009s
2.78/2.81	c #wall_clock_time = 0.009s
2.78/2.81	c #decision = 165
2.78/2.81	c #random_decision = 0
2.78/2.81	c #conflict = 1
2.78/2.81	c #restart = 0
2.78/2.81	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
2.78/2.81	c lower bound updated to 199
2.78/2.81	c BCD2: 199 <= obj <= 1649
2.78/2.81	c BCD2: #cores=118, #unrelaxed=1820, #relaxed=1480, #hardened=0
2.78/2.81	c BCD2: #sat=1 #unsat=200 bias=200/201
2.78/2.81	c Solving starts ...
2.78/2.81	c ============================[ Search Statistics ]============================
2.78/2.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.81	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.81	c =============================================================================
2.78/2.81	c  0.0s |       0 |        0 |        0 |     9809      0 |       86 |      124
2.78/2.82	c  0.0s |       0 |      165 |        1 |     9809      0 |       86 |      125
2.78/2.82	c #cpu_time = 0.009s
2.78/2.82	c #wall_clock_time = 0.009s
2.78/2.82	c #decision = 165
2.78/2.82	c #random_decision = 0
2.78/2.82	c #conflict = 1
2.78/2.82	c #restart = 0
2.78/2.82	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
2.78/2.82	c lower bound updated to 200
2.78/2.82	c BCD2: 200 <= obj <= 1649
2.78/2.82	c BCD2: #cores=118, #unrelaxed=1818, #relaxed=1482, #hardened=0
2.78/2.82	c BCD2: #sat=1 #unsat=201 bias=201/202
2.78/2.82	c Solving starts ...
2.78/2.82	c ============================[ Search Statistics ]============================
2.78/2.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.82	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.82	c =============================================================================
2.78/2.82	c  0.0s |       0 |        0 |        0 |     9809      0 |       87 |      125
2.78/2.83	c  0.0s |       0 |      165 |        1 |     9809      0 |       87 |      126
2.78/2.83	c #cpu_time = 0.009s
2.78/2.83	c #wall_clock_time = 0.009s
2.78/2.83	c #decision = 165
2.78/2.83	c #random_decision = 0
2.78/2.83	c #conflict = 1
2.78/2.83	c #restart = 0
2.78/2.83	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
2.78/2.83	c lower bound updated to 201
2.78/2.83	c BCD2: 201 <= obj <= 1649
2.78/2.83	c BCD2: #cores=118, #unrelaxed=1815, #relaxed=1485, #hardened=0
2.78/2.83	c BCD2: #sat=1 #unsat=202 bias=202/203
2.78/2.83	c Solving starts ...
2.78/2.84	c ============================[ Search Statistics ]============================
2.78/2.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.84	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.84	c =============================================================================
2.78/2.84	c  0.0s |       0 |        0 |        0 |     9809      0 |       88 |      126
2.78/2.85	c  0.0s |       0 |      164 |        1 |     9809      0 |       88 |      127
2.78/2.85	c #cpu_time = 0.009s
2.78/2.85	c #wall_clock_time = 0.009s
2.78/2.85	c #decision = 164
2.78/2.85	c #random_decision = 0
2.78/2.85	c #conflict = 1
2.78/2.85	c #restart = 0
2.78/2.85	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=4
2.78/2.85	c lower bound updated to 202
2.78/2.85	c BCD2: 202 <= obj <= 1649
2.78/2.85	c BCD2: #cores=117, #unrelaxed=1813, #relaxed=1487, #hardened=0
2.78/2.85	c BCD2: #sat=1 #unsat=203 bias=203/204
2.78/2.85	c Solving starts ...
2.78/2.85	c ============================[ Search Statistics ]============================
2.78/2.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.85	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.85	c =============================================================================
2.78/2.85	c  0.0s |       0 |        0 |        0 |     9809      0 |       90 |      127
2.78/2.86	c  0.0s |       0 |      163 |        1 |     9809      0 |       90 |      129
2.78/2.86	c #cpu_time = 0.009s
2.78/2.86	c #wall_clock_time = 0.009s
2.78/2.86	c #decision = 163
2.78/2.86	c #random_decision = 0
2.78/2.86	c #conflict = 1
2.78/2.86	c #restart = 0
2.78/2.86	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=3
2.78/2.86	c lower bound updated to 203
2.78/2.86	c BCD2: 203 <= obj <= 1649
2.78/2.86	c BCD2: #cores=116, #unrelaxed=1811, #relaxed=1489, #hardened=0
2.78/2.86	c BCD2: #sat=1 #unsat=204 bias=204/205
2.78/2.86	c Solving starts ...
2.78/2.86	c ============================[ Search Statistics ]============================
2.78/2.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.86	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.86	c =============================================================================
2.78/2.86	c  0.0s |       0 |        0 |        0 |     9809      0 |       92 |      129
2.78/2.87	c  0.0s |       0 |      162 |        1 |     9809      0 |       92 |      131
2.78/2.87	c #cpu_time = 0.009s
2.78/2.87	c #wall_clock_time = 0.009s
2.78/2.87	c #decision = 162
2.78/2.87	c #random_decision = 0
2.78/2.87	c #conflict = 1
2.78/2.87	c #restart = 0
2.78/2.87	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 11: cost of the new core is >=4
2.78/2.87	c lower bound updated to 204
2.78/2.87	c BCD2: 204 <= obj <= 1649
2.78/2.87	c BCD2: #cores=116, #unrelaxed=1809, #relaxed=1491, #hardened=0
2.78/2.87	c BCD2: #sat=1 #unsat=205 bias=205/206
2.78/2.87	c Solving starts ...
2.78/2.87	c ============================[ Search Statistics ]============================
2.78/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.87	c =============================================================================
2.78/2.87	c  0.0s |       0 |        0 |        0 |     9809      0 |       93 |      131
2.78/2.88	c  0.0s |       0 |      162 |        1 |     9809      0 |       93 |      132
2.78/2.88	c #cpu_time = 0.009s
2.78/2.88	c #wall_clock_time = 0.009s
2.78/2.88	c #decision = 162
2.78/2.88	c #random_decision = 0
2.78/2.88	c #conflict = 1
2.78/2.88	c #restart = 0
2.78/2.88	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 9: cost of the new core is >=4
2.78/2.88	c lower bound updated to 205
2.78/2.88	c BCD2: 205 <= obj <= 1649
2.78/2.88	c BCD2: #cores=115, #unrelaxed=1807, #relaxed=1493, #hardened=0
2.78/2.88	c BCD2: #sat=1 #unsat=206 bias=206/207
2.78/2.88	c Solving starts ...
2.78/2.88	c ============================[ Search Statistics ]============================
2.78/2.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.88	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.88	c =============================================================================
2.78/2.88	c  0.0s |       0 |        0 |        0 |     9809      0 |       95 |      132
2.78/2.89	c  0.0s |       0 |      161 |        1 |     9809      0 |       95 |      134
2.78/2.89	c #cpu_time = 0.009s
2.78/2.89	c #wall_clock_time = 0.009s
2.78/2.89	c #decision = 161
2.78/2.89	c #random_decision = 0
2.78/2.89	c #conflict = 1
2.78/2.89	c #restart = 0
2.78/2.89	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
2.78/2.89	c lower bound updated to 206
2.78/2.89	c BCD2: 206 <= obj <= 1649
2.78/2.89	c BCD2: #cores=115, #unrelaxed=1804, #relaxed=1496, #hardened=0
2.78/2.89	c BCD2: #sat=1 #unsat=207 bias=207/208
2.78/2.89	c Solving starts ...
2.78/2.89	c ============================[ Search Statistics ]============================
2.78/2.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.78/2.89	c       |         |          |          |    Limit     GC | Var      | Constra 
2.78/2.89	c =============================================================================
2.78/2.90	c  0.0s |       0 |        0 |        0 |     9809      0 |       96 |      134
2.88/2.90	c  0.0s |       0 |      226 |        4 |     9809      0 |       96 |      135
2.88/2.90	c #cpu_time = 0.009s
2.88/2.90	c #wall_clock_time = 0.009s
2.88/2.90	c #decision = 226
2.88/2.90	c #random_decision = 0
2.88/2.90	c #conflict = 4
2.88/2.90	c #restart = 0
2.88/2.90	c BCD2: relaxing 17 and merging with 1 cores into a new core of size 32: cost of the new core is >=2
2.88/2.90	c lower bound updated to 207
2.88/2.91	c BCD2: 207 <= obj <= 1649
2.88/2.91	c BCD2: #cores=115, #unrelaxed=1787, #relaxed=1513, #hardened=0
2.88/2.91	c BCD2: #sat=1 #unsat=208 bias=208/209
2.88/2.91	c Solving starts ...
2.88/2.91	c ============================[ Search Statistics ]============================
2.88/2.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.88/2.91	c       |         |          |          |    Limit     GC | Var      | Constra 
2.88/2.91	c =============================================================================
2.88/2.91	c  0.0s |       0 |        0 |        0 |     9809      0 |       97 |      135
2.88/2.92	c  0.0s |       0 |      134 |        2 |     9809      0 |       97 |      136
2.88/2.92	c #cpu_time = 0.009s
2.88/2.92	c #wall_clock_time = 0.009s
2.88/2.92	c #decision = 134
2.88/2.92	c #random_decision = 0
2.88/2.92	c #conflict = 2
2.88/2.92	c #restart = 0
2.88/2.92	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 21: cost of the new core is >=2
2.88/2.92	c lower bound updated to 208
2.88/2.92	c BCD2: 208 <= obj <= 1649
2.88/2.92	c BCD2: #cores=115, #unrelaxed=1783, #relaxed=1517, #hardened=0
2.88/2.92	c BCD2: #sat=1 #unsat=209 bias=209/210
2.88/2.92	c Solving starts ...
2.88/2.92	c ============================[ Search Statistics ]============================
2.88/2.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.88/2.92	c       |         |          |          |    Limit     GC | Var      | Constra 
2.88/2.92	c =============================================================================
2.88/2.92	c  0.0s |       0 |        0 |        0 |     9809      0 |       98 |      136
2.88/2.93	c  0.0s |       0 |      156 |        0 |     9809      0 |       98 |      137
2.88/2.93	c #cpu_time = 0.009s
2.88/2.93	c #wall_clock_time = 0.009s
2.88/2.93	c #decision = 156
2.88/2.93	c #random_decision = 0
2.88/2.93	c #conflict = 0
2.88/2.93	c #restart = 0
2.88/2.93	c BCD2: found a new core of size 15: cost of the new core is >=1
2.88/2.93	c lower bound updated to 209
2.88/2.93	c BCD2: 209 <= obj <= 1649
2.88/2.93	c BCD2: #cores=116, #unrelaxed=1768, #relaxed=1532, #hardened=0
2.88/2.93	c BCD2: #sat=1 #unsat=210 bias=210/211
2.88/2.93	c Solving starts ...
2.88/2.93	c ============================[ Search Statistics ]============================
2.88/2.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.88/2.93	c       |         |          |          |    Limit     GC | Var      | Constra 
2.88/2.93	c =============================================================================
2.88/2.93	c  0.0s |       0 |        0 |        0 |     9809      0 |       98 |      138
2.88/2.94	c  0.0s |       0 |      172 |        0 |     9809      0 |       98 |      138
2.88/2.94	c #cpu_time = 0.009s
2.88/2.94	c #wall_clock_time = 0.009s
2.88/2.94	c #decision = 172
2.88/2.94	c #random_decision = 0
2.88/2.94	c #conflict = 0
2.88/2.94	c #restart = 0
2.88/2.94	c BCD2: found a new core of size 15: cost of the new core is >=1
2.88/2.94	c lower bound updated to 210
2.88/2.94	c BCD2: 210 <= obj <= 1649
2.88/2.94	c BCD2: #cores=117, #unrelaxed=1753, #relaxed=1547, #hardened=0
2.88/2.94	c BCD2: #sat=1 #unsat=211 bias=211/212
2.88/2.94	c Solving starts ...
2.88/2.94	c ============================[ Search Statistics ]============================
2.88/2.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.88/2.94	c       |         |          |          |    Limit     GC | Var      | Constra 
2.88/2.94	c =============================================================================
2.88/2.94	c  0.0s |       0 |        0 |        0 |     9809      0 |       98 |      139
2.88/2.95	c  0.0s |       0 |      175 |        1 |     9809      0 |       98 |      139
2.88/2.95	c #cpu_time = 0.009s
2.88/2.95	c #wall_clock_time = 0.009s
2.88/2.95	c #decision = 175
2.88/2.95	c #random_decision = 0
2.88/2.95	c #conflict = 1
2.88/2.95	c #restart = 0
2.88/2.95	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
2.88/2.95	c lower bound updated to 211
2.88/2.95	c BCD2: 211 <= obj <= 1649
2.88/2.95	c BCD2: #cores=117, #unrelaxed=1750, #relaxed=1550, #hardened=0
2.88/2.95	c BCD2: #sat=1 #unsat=212 bias=212/213
2.88/2.96	c Solving starts ...
2.88/2.96	c ============================[ Search Statistics ]============================
2.88/2.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.88/2.96	c       |         |          |          |    Limit     GC | Var      | Constra 
2.88/2.96	c =============================================================================
2.88/2.96	c  0.0s |       0 |        0 |        0 |     9809      0 |       99 |      139
2.88/2.97	c  0.0s |       0 |      174 |        1 |     9809      0 |       99 |      140
2.88/2.97	c #cpu_time = 0.013s
2.88/2.97	c #wall_clock_time = 0.013s
2.88/2.97	c #decision = 174
2.88/2.97	c #random_decision = 0
2.88/2.97	c #conflict = 1
2.88/2.97	c #restart = 0
2.88/2.97	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
2.88/2.97	c lower bound updated to 212
2.88/2.97	c BCD2: 212 <= obj <= 1649
2.88/2.97	c BCD2: #cores=117, #unrelaxed=1747, #relaxed=1553, #hardened=0
2.88/2.97	c BCD2: #sat=1 #unsat=213 bias=213/214
2.88/2.97	c Solving starts ...
2.88/2.97	c ============================[ Search Statistics ]============================
2.88/2.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.88/2.97	c       |         |          |          |    Limit     GC | Var      | Constra 
2.88/2.97	c =============================================================================
2.88/2.97	c  0.0s |       0 |        0 |        0 |     9809      0 |      100 |      140
2.88/2.98	c  0.0s |       0 |      173 |        1 |     9809      0 |      100 |      141
2.88/2.98	c #cpu_time = 0.009s
2.88/2.98	c #wall_clock_time = 0.009s
2.88/2.98	c #decision = 173
2.88/2.98	c #random_decision = 0
2.88/2.98	c #conflict = 1
2.88/2.98	c #restart = 0
2.88/2.98	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
2.88/2.98	c lower bound updated to 213
2.88/2.98	c BCD2: 213 <= obj <= 1649
2.88/2.98	c BCD2: #cores=117, #unrelaxed=1744, #relaxed=1556, #hardened=0
2.88/2.98	c BCD2: #sat=1 #unsat=214 bias=214/215
2.88/2.98	c Solving starts ...
2.88/2.98	c ============================[ Search Statistics ]============================
2.88/2.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.88/2.98	c       |         |          |          |    Limit     GC | Var      | Constra 
2.88/2.98	c =============================================================================
2.88/2.98	c  0.0s |       0 |        0 |        0 |     9809      0 |      101 |      141
2.88/2.99	c  0.0s |       0 |      172 |        1 |     9809      0 |      101 |      142
2.88/2.99	c #cpu_time = 0.010s
2.88/2.99	c #wall_clock_time = 0.010s
2.88/2.99	c #decision = 172
2.88/2.99	c #random_decision = 0
2.88/2.99	c #conflict = 1
2.88/2.99	c #restart = 0
2.88/2.99	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
2.88/2.99	c lower bound updated to 214
2.88/3.00	c BCD2: 214 <= obj <= 1649
2.88/3.00	c BCD2: #cores=117, #unrelaxed=1741, #relaxed=1559, #hardened=0
2.88/3.00	c BCD2: #sat=1 #unsat=215 bias=215/216
2.88/3.00	c Solving starts ...
2.88/3.00	c ============================[ Search Statistics ]============================
2.88/3.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.88/3.00	c       |         |          |          |    Limit     GC | Var      | Constra 
2.88/3.00	c =============================================================================
2.99/3.00	c  0.0s |       0 |        0 |        0 |     9809      0 |      102 |      142
2.99/3.00	c  0.0s |       0 |      171 |        1 |     9809      0 |      102 |      143
2.99/3.00	c #cpu_time = 0.009s
2.99/3.00	c #wall_clock_time = 0.009s
2.99/3.00	c #decision = 171
2.99/3.01	c #random_decision = 0
2.99/3.01	c #conflict = 1
2.99/3.01	c #restart = 0
2.99/3.01	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
2.99/3.01	c lower bound updated to 215
2.99/3.01	c BCD2: 215 <= obj <= 1649
2.99/3.01	c BCD2: #cores=117, #unrelaxed=1738, #relaxed=1562, #hardened=0
2.99/3.01	c BCD2: #sat=1 #unsat=216 bias=216/217
2.99/3.01	c Solving starts ...
2.99/3.01	c ============================[ Search Statistics ]============================
2.99/3.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.01	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.01	c =============================================================================
2.99/3.01	c  0.0s |       0 |        0 |        0 |     9809      0 |      103 |      143
2.99/3.02	c  0.0s |       0 |      170 |        1 |     9809      0 |      103 |      144
2.99/3.02	c #cpu_time = 0.010s
2.99/3.02	c #wall_clock_time = 0.010s
2.99/3.02	c #decision = 170
2.99/3.02	c #random_decision = 0
2.99/3.02	c #conflict = 1
2.99/3.02	c #restart = 0
2.99/3.02	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
2.99/3.02	c lower bound updated to 216
2.99/3.02	c BCD2: 216 <= obj <= 1649
2.99/3.02	c BCD2: #cores=117, #unrelaxed=1735, #relaxed=1565, #hardened=0
2.99/3.02	c BCD2: #sat=1 #unsat=217 bias=217/218
2.99/3.02	c Solving starts ...
2.99/3.02	c ============================[ Search Statistics ]============================
2.99/3.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.02	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.02	c =============================================================================
2.99/3.02	c  0.0s |       0 |        0 |        0 |     9809      0 |      104 |      144
2.99/3.03	c  0.0s |       0 |      169 |        1 |     9809      0 |      104 |      145
2.99/3.03	c #cpu_time = 0.010s
2.99/3.03	c #wall_clock_time = 0.010s
2.99/3.03	c #decision = 169
2.99/3.03	c #random_decision = 0
2.99/3.03	c #conflict = 1
2.99/3.03	c #restart = 0
2.99/3.03	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
2.99/3.03	c lower bound updated to 217
2.99/3.03	c BCD2: 217 <= obj <= 1649
2.99/3.03	c BCD2: #cores=117, #unrelaxed=1732, #relaxed=1568, #hardened=0
2.99/3.03	c BCD2: #sat=1 #unsat=218 bias=218/219
2.99/3.03	c Solving starts ...
2.99/3.03	c ============================[ Search Statistics ]============================
2.99/3.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.03	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.03	c =============================================================================
2.99/3.03	c  0.0s |       0 |        0 |        0 |     9809      0 |      105 |      145
2.99/3.04	c  0.0s |       0 |      168 |        1 |     9809      0 |      105 |      146
2.99/3.04	c #cpu_time = 0.009s
2.99/3.04	c #wall_clock_time = 0.009s
2.99/3.04	c #decision = 168
2.99/3.04	c #random_decision = 0
2.99/3.04	c #conflict = 1
2.99/3.04	c #restart = 0
2.99/3.04	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
2.99/3.04	c lower bound updated to 218
2.99/3.04	c BCD2: 218 <= obj <= 1649
2.99/3.04	c BCD2: #cores=117, #unrelaxed=1729, #relaxed=1571, #hardened=0
2.99/3.04	c BCD2: #sat=1 #unsat=219 bias=219/220
2.99/3.04	c Solving starts ...
2.99/3.04	c ============================[ Search Statistics ]============================
2.99/3.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.04	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.04	c =============================================================================
2.99/3.04	c  0.0s |       0 |        0 |        0 |     9809      0 |      106 |      146
2.99/3.05	c  0.0s |       0 |      167 |        1 |     9809      0 |      106 |      147
2.99/3.05	c #cpu_time = 0.009s
2.99/3.05	c #wall_clock_time = 0.009s
2.99/3.05	c #decision = 167
2.99/3.05	c #random_decision = 0
2.99/3.05	c #conflict = 1
2.99/3.05	c #restart = 0
2.99/3.05	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
2.99/3.05	c lower bound updated to 219
2.99/3.05	c BCD2: 219 <= obj <= 1649
2.99/3.05	c BCD2: #cores=117, #unrelaxed=1726, #relaxed=1574, #hardened=0
2.99/3.05	c BCD2: #sat=1 #unsat=220 bias=220/221
2.99/3.05	c Solving starts ...
2.99/3.06	c ============================[ Search Statistics ]============================
2.99/3.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.06	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.06	c =============================================================================
2.99/3.06	c  0.0s |       0 |        0 |        0 |     9809      0 |      107 |      147
2.99/3.07	c  0.0s |       0 |      166 |        1 |     9809      0 |      107 |      148
2.99/3.07	c #cpu_time = 0.009s
2.99/3.07	c #wall_clock_time = 0.009s
2.99/3.07	c #decision = 166
2.99/3.07	c #random_decision = 0
2.99/3.07	c #conflict = 1
2.99/3.07	c #restart = 0
2.99/3.07	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
2.99/3.07	c lower bound updated to 220
2.99/3.07	c BCD2: 220 <= obj <= 1649
2.99/3.07	c BCD2: #cores=117, #unrelaxed=1723, #relaxed=1577, #hardened=0
2.99/3.07	c BCD2: #sat=1 #unsat=221 bias=221/222
2.99/3.07	c Solving starts ...
2.99/3.07	c ============================[ Search Statistics ]============================
2.99/3.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.07	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.07	c =============================================================================
2.99/3.07	c  0.0s |       0 |        0 |        0 |     9809      0 |      108 |      148
2.99/3.08	c  0.0s |       0 |      165 |        1 |     9809      0 |      108 |      149
2.99/3.08	c #cpu_time = 0.009s
2.99/3.08	c #wall_clock_time = 0.009s
2.99/3.08	c #decision = 165
2.99/3.08	c #random_decision = 0
2.99/3.08	c #conflict = 1
2.99/3.08	c #restart = 0
2.99/3.08	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=3
2.99/3.08	c lower bound updated to 221
2.99/3.08	c BCD2: 221 <= obj <= 1649
2.99/3.08	c BCD2: #cores=117, #unrelaxed=1720, #relaxed=1580, #hardened=0
2.99/3.08	c BCD2: #sat=1 #unsat=222 bias=222/223
2.99/3.08	c Solving starts ...
2.99/3.08	c ============================[ Search Statistics ]============================
2.99/3.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.08	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.08	c =============================================================================
2.99/3.08	c  0.0s |       0 |        0 |        0 |     9809      0 |      109 |      149
2.99/3.09	c  0.0s |       0 |      164 |        1 |     9809      0 |      109 |      150
2.99/3.09	c #cpu_time = 0.009s
2.99/3.09	c #wall_clock_time = 0.009s
2.99/3.09	c #decision = 164
2.99/3.09	c #random_decision = 0
2.99/3.09	c #conflict = 1
2.99/3.09	c #restart = 0
2.99/3.09	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=3
2.99/3.09	c lower bound updated to 222
2.99/3.09	c BCD2: 222 <= obj <= 1649
2.99/3.09	c BCD2: #cores=117, #unrelaxed=1717, #relaxed=1583, #hardened=0
2.99/3.09	c BCD2: #sat=1 #unsat=223 bias=223/224
2.99/3.09	c Solving starts ...
2.99/3.09	c ============================[ Search Statistics ]============================
2.99/3.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.09	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.09	c =============================================================================
2.99/3.09	c  0.0s |       0 |        0 |        0 |     9809      0 |      110 |      150
3.09/3.10	c  0.0s |       0 |      163 |        1 |     9809      0 |      110 |      151
3.09/3.10	c #cpu_time = 0.009s
3.09/3.10	c #wall_clock_time = 0.009s
3.09/3.10	c #decision = 163
3.09/3.10	c #random_decision = 0
3.09/3.10	c #conflict = 1
3.09/3.10	c #restart = 0
3.09/3.10	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
3.09/3.10	c lower bound updated to 223
3.09/3.10	c BCD2: 223 <= obj <= 1649
3.09/3.10	c BCD2: #cores=117, #unrelaxed=1714, #relaxed=1586, #hardened=0
3.09/3.10	c BCD2: #sat=1 #unsat=224 bias=224/225
3.09/3.10	c Solving starts ...
3.09/3.10	c ============================[ Search Statistics ]============================
3.09/3.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.10	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.10	c =============================================================================
3.09/3.10	c  0.0s |       0 |        0 |        0 |     9809      0 |      111 |      151
3.09/3.11	c  0.0s |       0 |      162 |        4 |     9809      0 |      111 |      152
3.09/3.11	c #cpu_time = 0.010s
3.09/3.11	c #wall_clock_time = 0.010s
3.09/3.11	c #decision = 162
3.09/3.11	c #random_decision = 0
3.09/3.11	c #conflict = 4
3.09/3.11	c #restart = 0
3.09/3.11	c BCD2: relaxing 4 and merging with 3 cores into a new core of size 95: cost of the new core is >=9
3.09/3.11	c lower bound updated to 224
3.09/3.11	c BCD2: 224 <= obj <= 1649
3.09/3.11	c BCD2: #cores=115, #unrelaxed=1710, #relaxed=1590, #hardened=0
3.09/3.11	c BCD2: #sat=1 #unsat=225 bias=225/226
3.09/3.12	c Solving starts ...
3.09/3.12	c ============================[ Search Statistics ]============================
3.09/3.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.12	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.12	c =============================================================================
3.09/3.12	c  0.0s |       0 |        0 |        0 |     9809      0 |      114 |      152
3.09/3.13	c  0.0s |       0 |      143 |        0 |     9809      0 |      114 |      155
3.09/3.13	c #cpu_time = 0.008s
3.09/3.13	c #wall_clock_time = 0.008s
3.09/3.13	c #decision = 143
3.09/3.13	c #random_decision = 0
3.09/3.13	c #conflict = 0
3.09/3.13	c #restart = 0
3.09/3.13	c BCD2: found a new core of size 15: cost of the new core is >=1
3.09/3.13	c lower bound updated to 225
3.09/3.13	c BCD2: 225 <= obj <= 1649
3.09/3.13	c BCD2: #cores=116, #unrelaxed=1695, #relaxed=1605, #hardened=0
3.09/3.13	c BCD2: #sat=1 #unsat=226 bias=226/227
3.09/3.13	c Solving starts ...
3.09/3.13	c ============================[ Search Statistics ]============================
3.09/3.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.13	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.13	c =============================================================================
3.09/3.13	c  0.0s |       0 |        0 |        0 |     9809      0 |      114 |      156
3.09/3.14	c  0.0s |       0 |      159 |        0 |     9809      0 |      114 |      156
3.09/3.14	c #cpu_time = 0.009s
3.09/3.14	c #wall_clock_time = 0.009s
3.09/3.14	c #decision = 159
3.09/3.14	c #random_decision = 0
3.09/3.14	c #conflict = 0
3.09/3.14	c #restart = 0
3.09/3.14	c BCD2: found a new core of size 15: cost of the new core is >=1
3.09/3.14	c lower bound updated to 226
3.09/3.14	c BCD2: 226 <= obj <= 1649
3.09/3.14	c BCD2: #cores=117, #unrelaxed=1680, #relaxed=1620, #hardened=0
3.09/3.14	c BCD2: #sat=1 #unsat=227 bias=227/228
3.09/3.14	c Solving starts ...
3.09/3.14	c ============================[ Search Statistics ]============================
3.09/3.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.14	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.14	c =============================================================================
3.09/3.14	c  0.0s |       0 |        0 |        0 |     9809      0 |      114 |      157
3.09/3.15	c  0.0s |       0 |      176 |        2 |     9809      0 |      114 |      157
3.09/3.15	c #cpu_time = 0.009s
3.09/3.15	c #wall_clock_time = 0.009s
3.09/3.15	c #decision = 176
3.09/3.15	c #random_decision = 0
3.09/3.15	c #conflict = 2
3.09/3.15	c #restart = 0
3.09/3.15	c BCD2: relaxing 19 and merging with 1 cores into a new core of size 36: cost of the new core is >=2
3.09/3.15	c lower bound updated to 227
3.09/3.15	c BCD2: 227 <= obj <= 1649
3.09/3.15	c BCD2: #cores=117, #unrelaxed=1661, #relaxed=1639, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=228 bias=228/229
3.09/3.15	c Solving starts ...
3.09/3.15	c ============================[ Search Statistics ]============================
3.09/3.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.15	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.15	c =============================================================================
3.09/3.15	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      157
3.09/3.16	c  0.0s |       0 |      173 |        1 |     9809      0 |      115 |      158
3.09/3.16	c #cpu_time = 0.009s
3.09/3.16	c #wall_clock_time = 0.009s
3.09/3.16	c #decision = 173
3.09/3.16	c #random_decision = 0
3.09/3.16	c #conflict = 1
3.09/3.16	c #restart = 0
3.09/3.16	c BCD2: found a new core of size 3: cost of the new core is >=1
3.09/3.16	c lower bound updated to 228
3.09/3.16	c BCD2: 228 <= obj <= 1649
3.09/3.16	c BCD2: #cores=118, #unrelaxed=1658, #relaxed=1642, #hardened=0
3.09/3.16	c BCD2: #sat=1 #unsat=229 bias=229/230
3.09/3.17	c Solving starts ...
3.09/3.17	c ============================[ Search Statistics ]============================
3.09/3.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.17	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.17	c =============================================================================
3.09/3.17	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      158
3.09/3.17	c  0.0s |       0 |      173 |        1 |     9809      0 |      115 |      158
3.09/3.17	c #cpu_time = 0.009s
3.09/3.17	c #wall_clock_time = 0.009s
3.09/3.17	c #decision = 173
3.09/3.17	c #random_decision = 0
3.09/3.17	c #conflict = 1
3.09/3.17	c #restart = 0
3.09/3.17	c BCD2: found a new core of size 3: cost of the new core is >=1
3.09/3.17	c lower bound updated to 229
3.09/3.18	c BCD2: 229 <= obj <= 1649
3.09/3.18	c BCD2: #cores=119, #unrelaxed=1655, #relaxed=1645, #hardened=0
3.09/3.18	c BCD2: #sat=1 #unsat=230 bias=230/231
3.09/3.18	c Solving starts ...
3.09/3.18	c ============================[ Search Statistics ]============================
3.09/3.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.18	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.18	c =============================================================================
3.09/3.18	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      158
3.09/3.19	c  0.0s |       0 |      173 |        1 |     9809      0 |      115 |      158
3.09/3.19	c #cpu_time = 0.011s
3.09/3.19	c #wall_clock_time = 0.011s
3.09/3.19	c #decision = 173
3.09/3.19	c #random_decision = 0
3.09/3.19	c #conflict = 1
3.09/3.19	c #restart = 0
3.09/3.19	c BCD2: found a new core of size 3: cost of the new core is >=1
3.09/3.19	c lower bound updated to 230
3.09/3.19	c BCD2: 230 <= obj <= 1649
3.09/3.19	c BCD2: #cores=120, #unrelaxed=1652, #relaxed=1648, #hardened=0
3.09/3.19	c BCD2: #sat=1 #unsat=231 bias=231/232
3.09/3.19	c Solving starts ...
3.09/3.19	c ============================[ Search Statistics ]============================
3.09/3.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.19	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.19	c =============================================================================
3.09/3.19	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      158
3.19/3.20	c  0.0s |       0 |      173 |        1 |     9809      0 |      115 |      158
3.19/3.20	c #cpu_time = 0.009s
3.19/3.20	c #wall_clock_time = 0.009s
3.19/3.20	c #decision = 173
3.19/3.20	c #random_decision = 0
3.19/3.20	c #conflict = 1
3.19/3.20	c #restart = 0
3.19/3.20	c BCD2: found a new core of size 3: cost of the new core is >=1
3.19/3.20	c lower bound updated to 231
3.19/3.20	c BCD2: 231 <= obj <= 1649
3.19/3.20	c BCD2: #cores=121, #unrelaxed=1649, #relaxed=1651, #hardened=0
3.19/3.20	c BCD2: #sat=1 #unsat=232 bias=232/233
3.19/3.20	c Solving starts ...
3.19/3.20	c ============================[ Search Statistics ]============================
3.19/3.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.20	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.20	c =============================================================================
3.19/3.20	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      158
3.19/3.21	c  0.0s |       0 |      173 |        1 |     9809      0 |      115 |      158
3.19/3.21	c #cpu_time = 0.010s
3.19/3.21	c #wall_clock_time = 0.010s
3.19/3.21	c #decision = 173
3.19/3.21	c #random_decision = 0
3.19/3.21	c #conflict = 1
3.19/3.21	c #restart = 0
3.19/3.21	c BCD2: found a new core of size 3: cost of the new core is >=1
3.19/3.21	c lower bound updated to 232
3.19/3.21	c BCD2: 232 <= obj <= 1649
3.19/3.21	c BCD2: #cores=122, #unrelaxed=1646, #relaxed=1654, #hardened=0
3.19/3.21	c BCD2: #sat=1 #unsat=233 bias=233/234
3.19/3.21	c Solving starts ...
3.19/3.21	c ============================[ Search Statistics ]============================
3.19/3.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.21	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.21	c =============================================================================
3.19/3.21	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      158
3.19/3.22	c  0.0s |       0 |      173 |        1 |     9809      0 |      115 |      158
3.19/3.22	c #cpu_time = 0.009s
3.19/3.22	c #wall_clock_time = 0.009s
3.19/3.22	c #decision = 173
3.19/3.22	c #random_decision = 0
3.19/3.22	c #conflict = 1
3.19/3.22	c #restart = 0
3.19/3.22	c BCD2: found a new core of size 3: cost of the new core is >=1
3.19/3.22	c lower bound updated to 233
3.19/3.22	c BCD2: 233 <= obj <= 1649
3.19/3.22	c BCD2: #cores=123, #unrelaxed=1643, #relaxed=1657, #hardened=0
3.19/3.22	c BCD2: #sat=1 #unsat=234 bias=234/235
3.19/3.22	c Solving starts ...
3.19/3.22	c ============================[ Search Statistics ]============================
3.19/3.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.22	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.22	c =============================================================================
3.19/3.22	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      158
3.19/3.23	c  0.0s |       0 |      173 |        1 |     9809      0 |      115 |      158
3.19/3.23	c #cpu_time = 0.009s
3.19/3.23	c #wall_clock_time = 0.009s
3.19/3.23	c #decision = 173
3.19/3.23	c #random_decision = 0
3.19/3.23	c #conflict = 1
3.19/3.23	c #restart = 0
3.19/3.23	c BCD2: found a new core of size 3: cost of the new core is >=1
3.19/3.23	c lower bound updated to 234
3.19/3.23	c BCD2: 234 <= obj <= 1649
3.19/3.23	c BCD2: #cores=124, #unrelaxed=1640, #relaxed=1660, #hardened=0
3.19/3.23	c BCD2: #sat=1 #unsat=235 bias=235/236
3.19/3.24	c Solving starts ...
3.19/3.24	c ============================[ Search Statistics ]============================
3.19/3.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.24	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.24	c =============================================================================
3.19/3.24	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      158
3.19/3.24	c  0.0s |       0 |      173 |        1 |     9809      0 |      115 |      158
3.19/3.24	c #cpu_time = 0.009s
3.19/3.24	c #wall_clock_time = 0.009s
3.19/3.24	c #decision = 173
3.19/3.24	c #random_decision = 0
3.19/3.24	c #conflict = 1
3.19/3.24	c #restart = 0
3.19/3.24	c BCD2: found a new core of size 3: cost of the new core is >=1
3.19/3.24	c lower bound updated to 235
3.19/3.25	c BCD2: 235 <= obj <= 1649
3.19/3.25	c BCD2: #cores=125, #unrelaxed=1637, #relaxed=1663, #hardened=0
3.19/3.25	c BCD2: #sat=1 #unsat=236 bias=236/237
3.19/3.25	c Solving starts ...
3.19/3.25	c ============================[ Search Statistics ]============================
3.19/3.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.25	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.25	c =============================================================================
3.19/3.25	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      158
3.19/3.26	c  0.0s |       0 |      173 |        1 |     9809      0 |      115 |      158
3.19/3.26	c #cpu_time = 0.009s
3.19/3.26	c #wall_clock_time = 0.009s
3.19/3.26	c #decision = 173
3.19/3.26	c #random_decision = 0
3.19/3.26	c #conflict = 1
3.19/3.26	c #restart = 0
3.19/3.26	c BCD2: found a new core of size 3: cost of the new core is >=1
3.19/3.26	c lower bound updated to 236
3.19/3.26	c BCD2: 236 <= obj <= 1649
3.19/3.26	c BCD2: #cores=126, #unrelaxed=1634, #relaxed=1666, #hardened=0
3.19/3.26	c BCD2: #sat=1 #unsat=237 bias=237/238
3.19/3.26	c Solving starts ...
3.19/3.26	c ============================[ Search Statistics ]============================
3.19/3.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.26	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.26	c =============================================================================
3.19/3.26	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      158
3.19/3.27	c  0.0s |       0 |      173 |        1 |     9809      0 |      115 |      158
3.19/3.27	c #cpu_time = 0.009s
3.19/3.27	c #wall_clock_time = 0.009s
3.19/3.27	c #decision = 173
3.19/3.27	c #random_decision = 0
3.19/3.27	c #conflict = 1
3.19/3.27	c #restart = 0
3.19/3.27	c BCD2: found a new core of size 3: cost of the new core is >=1
3.19/3.27	c lower bound updated to 237
3.19/3.27	c BCD2: 237 <= obj <= 1649
3.19/3.27	c BCD2: #cores=127, #unrelaxed=1631, #relaxed=1669, #hardened=0
3.19/3.27	c BCD2: #sat=1 #unsat=238 bias=238/239
3.19/3.27	c Solving starts ...
3.19/3.27	c ============================[ Search Statistics ]============================
3.19/3.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.27	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.27	c =============================================================================
3.19/3.27	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      158
3.19/3.28	c  0.0s |       0 |      173 |        1 |     9809      0 |      115 |      158
3.19/3.28	c #cpu_time = 0.008s
3.19/3.28	c #wall_clock_time = 0.008s
3.19/3.28	c #decision = 173
3.19/3.28	c #random_decision = 0
3.19/3.28	c #conflict = 1
3.19/3.28	c #restart = 0
3.19/3.28	c BCD2: found a new core of size 3: cost of the new core is >=1
3.19/3.28	c lower bound updated to 238
3.19/3.28	c BCD2: 238 <= obj <= 1649
3.19/3.28	c BCD2: #cores=128, #unrelaxed=1628, #relaxed=1672, #hardened=0
3.19/3.28	c BCD2: #sat=1 #unsat=239 bias=239/240
3.19/3.28	c Solving starts ...
3.19/3.28	c ============================[ Search Statistics ]============================
3.19/3.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.28	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.28	c =============================================================================
3.19/3.28	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      158
3.19/3.29	c  0.0s |       0 |      173 |        1 |     9809      0 |      115 |      158
3.19/3.29	c #cpu_time = 0.009s
3.19/3.29	c #wall_clock_time = 0.009s
3.19/3.29	c #decision = 173
3.19/3.29	c #random_decision = 0
3.19/3.29	c #conflict = 1
3.19/3.29	c #restart = 0
3.19/3.29	c BCD2: found a new core of size 3: cost of the new core is >=1
3.19/3.29	c lower bound updated to 239
3.19/3.29	c BCD2: 239 <= obj <= 1649
3.19/3.29	c BCD2: #cores=129, #unrelaxed=1625, #relaxed=1675, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=240 bias=240/241
3.19/3.29	c Solving starts ...
3.19/3.29	c ============================[ Search Statistics ]============================
3.19/3.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.29	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.29	c =============================================================================
3.19/3.29	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      158
3.19/3.30	c  0.0s |       0 |      173 |        1 |     9809      0 |      115 |      158
3.19/3.30	c #cpu_time = 0.009s
3.19/3.30	c #wall_clock_time = 0.009s
3.19/3.30	c #decision = 173
3.19/3.30	c #random_decision = 0
3.19/3.30	c #conflict = 1
3.19/3.30	c #restart = 0
3.19/3.30	c BCD2: found a new core of size 3: cost of the new core is >=1
3.19/3.30	c lower bound updated to 240
3.30/3.30	c BCD2: 240 <= obj <= 1649
3.30/3.30	c BCD2: #cores=130, #unrelaxed=1622, #relaxed=1678, #hardened=0
3.30/3.30	c BCD2: #sat=1 #unsat=241 bias=241/242
3.30/3.30	c Solving starts ...
3.30/3.30	c ============================[ Search Statistics ]============================
3.30/3.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.30	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.30	c =============================================================================
3.30/3.31	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      158
3.30/3.31	c  0.0s |       0 |      160 |        0 |     9809      0 |      115 |      158
3.30/3.31	c #cpu_time = 0.008s
3.30/3.31	c #wall_clock_time = 0.008s
3.30/3.31	c #decision = 160
3.30/3.31	c #random_decision = 0
3.30/3.31	c #conflict = 0
3.30/3.31	c #restart = 0
3.30/3.31	c BCD2: found a new core of size 15: cost of the new core is >=1
3.30/3.31	c lower bound updated to 241
3.30/3.32	c BCD2: 241 <= obj <= 1649
3.30/3.32	c BCD2: #cores=131, #unrelaxed=1607, #relaxed=1693, #hardened=0
3.30/3.32	c BCD2: #sat=1 #unsat=242 bias=242/243
3.30/3.32	c Solving starts ...
3.30/3.32	c ============================[ Search Statistics ]============================
3.30/3.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.32	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.32	c =============================================================================
3.30/3.32	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      159
3.30/3.33	c  0.0s |       0 |      176 |        0 |     9809      0 |      115 |      159
3.30/3.33	c #cpu_time = 0.009s
3.30/3.33	c #wall_clock_time = 0.009s
3.30/3.33	c #decision = 176
3.30/3.33	c #random_decision = 0
3.30/3.33	c #conflict = 0
3.30/3.33	c #restart = 0
3.30/3.33	c BCD2: found a new core of size 15: cost of the new core is >=1
3.30/3.33	c lower bound updated to 242
3.30/3.33	c BCD2: 242 <= obj <= 1649
3.30/3.33	c BCD2: #cores=132, #unrelaxed=1592, #relaxed=1708, #hardened=0
3.30/3.33	c BCD2: #sat=1 #unsat=243 bias=243/244
3.30/3.33	c Solving starts ...
3.30/3.33	c ============================[ Search Statistics ]============================
3.30/3.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.33	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.33	c =============================================================================
3.30/3.33	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      160
3.30/3.34	c  0.0s |       0 |      192 |        0 |     9809      0 |      115 |      160
3.30/3.34	c #cpu_time = 0.009s
3.30/3.34	c #wall_clock_time = 0.009s
3.30/3.34	c #decision = 192
3.30/3.34	c #random_decision = 0
3.30/3.34	c #conflict = 0
3.30/3.34	c #restart = 0
3.30/3.34	c BCD2: found a new core of size 15: cost of the new core is >=1
3.30/3.34	c lower bound updated to 243
3.30/3.34	c BCD2: 243 <= obj <= 1649
3.30/3.34	c BCD2: #cores=133, #unrelaxed=1577, #relaxed=1723, #hardened=0
3.30/3.34	c BCD2: #sat=1 #unsat=244 bias=244/245
3.30/3.34	c Solving starts ...
3.30/3.34	c ============================[ Search Statistics ]============================
3.30/3.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.34	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.34	c =============================================================================
3.30/3.34	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      161
3.30/3.35	c  0.0s |       0 |      206 |        2 |     9809      0 |      115 |      161
3.30/3.35	c #cpu_time = 0.012s
3.30/3.35	c #wall_clock_time = 0.012s
3.30/3.35	c #decision = 206
3.30/3.35	c #random_decision = 0
3.30/3.35	c #conflict = 2
3.30/3.35	c #restart = 0
3.30/3.35	c BCD2: found a new core of size 43: cost of the new core is >=1
3.30/3.35	c lower bound updated to 244
3.30/3.36	c BCD2: 244 <= obj <= 1649
3.30/3.36	c BCD2: #cores=134, #unrelaxed=1534, #relaxed=1766, #hardened=0
3.30/3.36	c BCD2: #sat=1 #unsat=245 bias=245/246
3.30/3.36	c Solving starts ...
3.30/3.36	c ============================[ Search Statistics ]============================
3.30/3.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.36	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.36	c =============================================================================
3.30/3.36	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      161
3.30/3.37	c  0.0s |       0 |      166 |        0 |     9809      0 |      115 |      161
3.30/3.37	c #cpu_time = 0.009s
3.30/3.37	c #wall_clock_time = 0.009s
3.30/3.37	c #decision = 166
3.30/3.37	c #random_decision = 0
3.30/3.37	c #conflict = 0
3.30/3.37	c #restart = 0
3.30/3.37	c BCD2: found a new core of size 15: cost of the new core is >=1
3.30/3.37	c lower bound updated to 245
3.30/3.37	c BCD2: 245 <= obj <= 1649
3.30/3.37	c BCD2: #cores=135, #unrelaxed=1519, #relaxed=1781, #hardened=0
3.30/3.37	c BCD2: #sat=1 #unsat=246 bias=246/247
3.30/3.37	c Solving starts ...
3.30/3.37	c ============================[ Search Statistics ]============================
3.30/3.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.37	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.37	c =============================================================================
3.30/3.37	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      162
3.30/3.38	c  0.0s |       0 |      182 |        0 |     9809      0 |      115 |      162
3.30/3.38	c #cpu_time = 0.009s
3.30/3.38	c #wall_clock_time = 0.009s
3.30/3.38	c #decision = 182
3.30/3.38	c #random_decision = 0
3.30/3.38	c #conflict = 0
3.30/3.38	c #restart = 0
3.30/3.38	c BCD2: found a new core of size 15: cost of the new core is >=1
3.30/3.38	c lower bound updated to 246
3.30/3.38	c BCD2: 246 <= obj <= 1649
3.30/3.38	c BCD2: #cores=136, #unrelaxed=1504, #relaxed=1796, #hardened=0
3.30/3.38	c BCD2: #sat=1 #unsat=247 bias=247/248
3.30/3.38	c Solving starts ...
3.30/3.38	c ============================[ Search Statistics ]============================
3.30/3.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.38	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.38	c =============================================================================
3.30/3.39	c  0.0s |       0 |        0 |        0 |     9809      0 |      115 |      163
3.30/3.40	c  0.0s |       0 |      185 |        1 |     9809      0 |      115 |      163
3.30/3.40	c #cpu_time = 0.010s
3.30/3.40	c #wall_clock_time = 0.010s
3.30/3.40	c #decision = 185
3.30/3.40	c #random_decision = 0
3.30/3.40	c #conflict = 1
3.30/3.40	c #restart = 0
3.30/3.40	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
3.30/3.40	c lower bound updated to 247
3.30/3.40	c BCD2: 247 <= obj <= 1649
3.30/3.40	c BCD2: #cores=136, #unrelaxed=1502, #relaxed=1798, #hardened=0
3.30/3.40	c BCD2: #sat=1 #unsat=248 bias=248/249
3.30/3.40	c Solving starts ...
3.30/3.40	c ============================[ Search Statistics ]============================
3.30/3.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.40	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.40	c =============================================================================
3.30/3.40	c  0.0s |       0 |        0 |        0 |     9809      0 |      116 |      163
3.40/3.41	c  0.0s |       0 |      185 |        1 |     9809      0 |      116 |      164
3.40/3.41	c #cpu_time = 0.010s
3.40/3.41	c #wall_clock_time = 0.010s
3.40/3.41	c #decision = 185
3.40/3.41	c #random_decision = 0
3.40/3.41	c #conflict = 1
3.40/3.41	c #restart = 0
3.40/3.41	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
3.40/3.41	c lower bound updated to 248
3.40/3.41	c BCD2: 248 <= obj <= 1649
3.40/3.41	c BCD2: #cores=136, #unrelaxed=1500, #relaxed=1800, #hardened=0
3.40/3.41	c BCD2: #sat=1 #unsat=249 bias=249/250
3.40/3.41	c Solving starts ...
3.40/3.41	c ============================[ Search Statistics ]============================
3.40/3.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.41	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.41	c =============================================================================
3.40/3.41	c  0.0s |       0 |        0 |        0 |     9809      0 |      117 |      164
3.40/3.42	c  0.0s |       0 |      185 |        1 |     9809      0 |      117 |      165
3.40/3.42	c #cpu_time = 0.010s
3.40/3.42	c #wall_clock_time = 0.010s
3.40/3.42	c #decision = 185
3.40/3.42	c #random_decision = 0
3.40/3.42	c #conflict = 1
3.40/3.42	c #restart = 0
3.40/3.42	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
3.40/3.42	c lower bound updated to 249
3.40/3.42	c BCD2: 249 <= obj <= 1649
3.40/3.42	c BCD2: #cores=136, #unrelaxed=1498, #relaxed=1802, #hardened=0
3.40/3.42	c BCD2: #sat=1 #unsat=250 bias=250/251
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 |     9809      0 |      118 |      165
3.40/3.43	c  0.0s |       0 |      185 |        1 |     9809      0 |      118 |      166
3.40/3.43	c #cpu_time = 0.009s
3.40/3.43	c #wall_clock_time = 0.009s
3.40/3.43	c #decision = 185
3.40/3.43	c #random_decision = 0
3.40/3.43	c #conflict = 1
3.40/3.43	c #restart = 0
3.40/3.43	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
3.40/3.43	c lower bound updated to 250
3.40/3.43	c BCD2: 250 <= obj <= 1649
3.40/3.43	c BCD2: #cores=136, #unrelaxed=1496, #relaxed=1804, #hardened=0
3.40/3.43	c BCD2: #sat=1 #unsat=251 bias=251/252
3.40/3.43	c Solving starts ...
3.40/3.43	c ============================[ Search Statistics ]============================
3.40/3.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.43	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.43	c =============================================================================
3.40/3.43	c  0.0s |       0 |        0 |        0 |     9809      0 |      119 |      166
3.40/3.44	c  0.0s |       0 |      185 |        1 |     9809      0 |      119 |      167
3.40/3.44	c #cpu_time = 0.010s
3.40/3.44	c #wall_clock_time = 0.010s
3.40/3.44	c #decision = 185
3.40/3.44	c #random_decision = 0
3.40/3.44	c #conflict = 1
3.40/3.44	c #restart = 0
3.40/3.44	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
3.40/3.44	c lower bound updated to 251
3.40/3.45	c BCD2: 251 <= obj <= 1649
3.40/3.45	c BCD2: #cores=136, #unrelaxed=1494, #relaxed=1806, #hardened=0
3.40/3.45	c BCD2: #sat=1 #unsat=252 bias=252/253
3.40/3.45	c Solving starts ...
3.40/3.45	c ============================[ Search Statistics ]============================
3.40/3.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.45	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.45	c =============================================================================
3.40/3.45	c  0.0s |       0 |        0 |        0 |     9809      0 |      120 |      167
3.40/3.46	c  0.0s |       0 |      185 |        1 |     9809      0 |      120 |      168
3.40/3.46	c #cpu_time = 0.009s
3.40/3.46	c #wall_clock_time = 0.009s
3.40/3.46	c #decision = 185
3.40/3.46	c #random_decision = 0
3.40/3.46	c #conflict = 1
3.40/3.46	c #restart = 0
3.40/3.46	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
3.40/3.46	c lower bound updated to 252
3.40/3.46	c BCD2: 252 <= obj <= 1649
3.40/3.46	c BCD2: #cores=136, #unrelaxed=1492, #relaxed=1808, #hardened=0
3.40/3.46	c BCD2: #sat=1 #unsat=253 bias=253/254
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 |     9809      0 |      121 |      168
3.40/3.47	c  0.0s |       0 |      185 |        1 |     9809      0 |      121 |      169
3.40/3.47	c #cpu_time = 0.010s
3.40/3.47	c #wall_clock_time = 0.010s
3.40/3.47	c #decision = 185
3.40/3.47	c #random_decision = 0
3.40/3.47	c #conflict = 1
3.40/3.47	c #restart = 0
3.40/3.47	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 15: cost of the new core is >=6
3.40/3.47	c lower bound updated to 253
3.40/3.47	c BCD2: 253 <= obj <= 1649
3.40/3.47	c BCD2: #cores=135, #unrelaxed=1490, #relaxed=1810, #hardened=0
3.40/3.47	c BCD2: #sat=1 #unsat=254 bias=254/255
3.40/3.47	c Solving starts ...
3.40/3.47	c ============================[ Search Statistics ]============================
3.40/3.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.47	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.47	c =============================================================================
3.40/3.47	c  0.0s |       0 |        0 |        0 |     9809      0 |      123 |      169
3.40/3.48	c  0.0s |       0 |      169 |        0 |     9809      0 |      123 |      171
3.40/3.48	c #cpu_time = 0.009s
3.40/3.48	c #wall_clock_time = 0.009s
3.40/3.48	c #decision = 169
3.40/3.48	c #random_decision = 0
3.40/3.48	c #conflict = 0
3.40/3.48	c #restart = 0
3.40/3.48	c BCD2: found a new core of size 3: cost of the new core is >=1
3.40/3.48	c lower bound updated to 254
3.40/3.48	c BCD2: 254 <= obj <= 1649
3.40/3.48	c BCD2: #cores=136, #unrelaxed=1487, #relaxed=1813, #hardened=0
3.40/3.48	c BCD2: #sat=1 #unsat=255 bias=255/256
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 |     9809      0 |      123 |      171
3.40/3.50	c  0.0s |       0 |      350 |        2 |     9809      0 |      123 |      171
3.40/3.50	c #cpu_time = 0.010s
3.40/3.50	c #wall_clock_time = 0.010s
3.40/3.50	c #decision = 350
3.40/3.50	c #random_decision = 0
3.40/3.50	c #conflict = 2
3.40/3.50	c #restart = 0
3.40/3.50	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
3.40/3.50	c lower bound updated to 255
3.49/3.50	c BCD2: 255 <= obj <= 1649
3.49/3.50	c BCD2: #cores=136, #unrelaxed=1485, #relaxed=1815, #hardened=0
3.49/3.50	c BCD2: #sat=1 #unsat=256 bias=256/257
3.49/3.50	c Solving starts ...
3.49/3.50	c ============================[ Search Statistics ]============================
3.49/3.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.50	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.50	c =============================================================================
3.49/3.50	c  0.0s |       0 |        0 |        0 |     9809      0 |      124 |      171
3.49/3.51	c  0.0s |       0 |      184 |        1 |     9809      0 |      124 |      172
3.49/3.51	c #cpu_time = 0.009s
3.49/3.51	c #wall_clock_time = 0.009s
3.49/3.51	c #decision = 184
3.49/3.51	c #random_decision = 0
3.49/3.51	c #conflict = 1
3.49/3.51	c #restart = 0
3.49/3.51	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
3.49/3.51	c lower bound updated to 256
3.49/3.51	c BCD2: 256 <= obj <= 1649
3.49/3.51	c BCD2: #cores=136, #unrelaxed=1483, #relaxed=1817, #hardened=0
3.49/3.51	c BCD2: #sat=1 #unsat=257 bias=257/258
3.49/3.51	c Solving starts ...
3.49/3.51	c ============================[ Search Statistics ]============================
3.49/3.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.51	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.51	c =============================================================================
3.49/3.51	c  0.0s |       0 |        0 |        0 |     9809      0 |      125 |      172
3.49/3.52	c  0.0s |       0 |      184 |        1 |     9809      0 |      125 |      173
3.49/3.52	c #cpu_time = 0.010s
3.49/3.52	c #wall_clock_time = 0.010s
3.49/3.52	c #decision = 184
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 1
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
3.49/3.52	c lower bound updated to 257
3.49/3.52	c BCD2: 257 <= obj <= 1649
3.49/3.52	c BCD2: #cores=136, #unrelaxed=1481, #relaxed=1819, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=258 bias=258/259
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |     9809      0 |      126 |      173
3.49/3.53	c  0.0s |       0 |      300 |        3 |     9809      0 |      126 |      174
3.49/3.53	c #cpu_time = 0.011s
3.49/3.53	c #wall_clock_time = 0.011s
3.49/3.53	c #decision = 300
3.49/3.53	c #random_decision = 0
3.49/3.53	c #conflict = 3
3.49/3.53	c #restart = 0
3.49/3.53	c BCD2: relaxing 21 and merging with 1 cores into a new core of size 26: cost of the new core is >=3
3.49/3.53	c lower bound updated to 258
3.49/3.53	c BCD2: 258 <= obj <= 1649
3.49/3.53	c BCD2: #cores=136, #unrelaxed=1460, #relaxed=1840, #hardened=0
3.49/3.53	c BCD2: #sat=1 #unsat=259 bias=259/260
3.49/3.54	c Solving starts ...
3.49/3.54	c ============================[ Search Statistics ]============================
3.49/3.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.54	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.54	c =============================================================================
3.49/3.54	c  0.0s |       0 |        0 |        0 |     9809      0 |      127 |      174
3.49/3.54	c  0.0s |       0 |      154 |        0 |     9809      0 |      127 |      175
3.49/3.54	c #cpu_time = 0.009s
3.49/3.54	c #wall_clock_time = 0.009s
3.49/3.54	c #decision = 154
3.49/3.54	c #random_decision = 0
3.49/3.54	c #conflict = 0
3.49/3.54	c #restart = 0
3.49/3.54	c BCD2: found a new core of size 3: cost of the new core is >=1
3.49/3.54	c lower bound updated to 259
3.49/3.55	c BCD2: 259 <= obj <= 1649
3.49/3.55	c BCD2: #cores=137, #unrelaxed=1457, #relaxed=1843, #hardened=0
3.49/3.55	c BCD2: #sat=1 #unsat=260 bias=260/261
3.49/3.55	c Solving starts ...
3.49/3.55	c ============================[ Search Statistics ]============================
3.49/3.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.55	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.55	c =============================================================================
3.49/3.55	c  0.0s |       0 |        0 |        0 |     9809      0 |      127 |      175
3.49/3.56	c  0.0s |       0 |      240 |        2 |     9809      0 |      127 |      175
3.49/3.56	c #cpu_time = 0.010s
3.49/3.56	c #wall_clock_time = 0.011s
3.49/3.56	c #decision = 240
3.49/3.56	c #random_decision = 0
3.49/3.56	c #conflict = 2
3.49/3.56	c #restart = 0
3.49/3.56	c BCD2: relaxing 16 and merging with 1 cores into a new core of size 19: cost of the new core is >=2
3.49/3.56	c lower bound updated to 260
3.49/3.56	c BCD2: 260 <= obj <= 1649
3.49/3.56	c BCD2: #cores=137, #unrelaxed=1441, #relaxed=1859, #hardened=0
3.49/3.56	c BCD2: #sat=1 #unsat=261 bias=261/262
3.49/3.56	c Solving starts ...
3.49/3.56	c ============================[ Search Statistics ]============================
3.49/3.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.56	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.56	c =============================================================================
3.49/3.56	c  0.0s |       0 |        0 |        0 |     9809      0 |      128 |      175
3.49/3.57	c  0.0s |       0 |      185 |        1 |     9809      0 |      128 |      176
3.49/3.57	c #cpu_time = 0.009s
3.49/3.57	c #wall_clock_time = 0.010s
3.49/3.57	c #decision = 185
3.49/3.57	c #random_decision = 0
3.49/3.57	c #conflict = 1
3.49/3.57	c #restart = 0
3.49/3.57	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 9: cost of the new core is >=4
3.49/3.57	c lower bound updated to 261
3.49/3.57	c BCD2: 261 <= obj <= 1649
3.49/3.57	c BCD2: #cores=136, #unrelaxed=1439, #relaxed=1861, #hardened=0
3.49/3.57	c BCD2: #sat=1 #unsat=262 bias=262/263
3.49/3.57	c Solving starts ...
3.49/3.57	c ============================[ Search Statistics ]============================
3.49/3.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.57	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.57	c =============================================================================
3.49/3.57	c  0.0s |       0 |        0 |        0 |     9809      0 |      130 |      176
3.49/3.58	c  0.0s |       0 |      184 |        1 |     9809      0 |      130 |      178
3.49/3.58	c #cpu_time = 0.010s
3.49/3.58	c #wall_clock_time = 0.010s
3.49/3.58	c #decision = 184
3.49/3.58	c #random_decision = 0
3.49/3.58	c #conflict = 1
3.49/3.58	c #restart = 0
3.49/3.58	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 10: cost of the new core is >=4
3.49/3.58	c lower bound updated to 262
3.49/3.59	c BCD2: 262 <= obj <= 1649
3.49/3.59	c BCD2: #cores=135, #unrelaxed=1437, #relaxed=1863, #hardened=0
3.49/3.59	c BCD2: #sat=1 #unsat=263 bias=263/264
3.49/3.59	c Solving starts ...
3.49/3.59	c ============================[ Search Statistics ]============================
3.49/3.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.59	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.59	c =============================================================================
3.49/3.59	c  0.0s |       0 |        0 |        0 |     9809      0 |      132 |      178
3.59/3.60	c  0.0s |       0 |      183 |        1 |     9809      0 |      132 |      180
3.59/3.60	c #cpu_time = 0.009s
3.59/3.60	c #wall_clock_time = 0.009s
3.59/3.60	c #decision = 183
3.59/3.60	c #random_decision = 0
3.59/3.60	c #conflict = 1
3.59/3.60	c #restart = 0
3.59/3.60	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 9: cost of the new core is >=4
3.59/3.60	c lower bound updated to 263
3.59/3.60	c BCD2: 263 <= obj <= 1649
3.59/3.60	c BCD2: #cores=134, #unrelaxed=1435, #relaxed=1865, #hardened=0
3.59/3.60	c BCD2: #sat=1 #unsat=264 bias=264/265
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 |     9809      0 |      134 |      180
3.59/3.61	c  0.0s |       0 |      182 |        1 |     9809      0 |      134 |      182
3.59/3.61	c #cpu_time = 0.010s
3.59/3.61	c #wall_clock_time = 0.010s
3.59/3.61	c #decision = 182
3.59/3.61	c #random_decision = 0
3.59/3.61	c #conflict = 1
3.59/3.61	c #restart = 0
3.59/3.61	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 9: cost of the new core is >=4
3.59/3.61	c lower bound updated to 264
3.59/3.61	c BCD2: 264 <= obj <= 1649
3.59/3.61	c BCD2: #cores=133, #unrelaxed=1433, #relaxed=1867, #hardened=0
3.59/3.61	c BCD2: #sat=1 #unsat=265 bias=265/266
3.59/3.61	c Solving starts ...
3.59/3.61	c ============================[ Search Statistics ]============================
3.59/3.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.61	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.61	c =============================================================================
3.59/3.61	c  0.0s |       0 |        0 |        0 |     9809      0 |      136 |      182
3.59/3.62	c  0.0s |       0 |      181 |        1 |     9809      0 |      136 |      184
3.59/3.62	c #cpu_time = 0.009s
3.59/3.62	c #wall_clock_time = 0.009s
3.59/3.62	c #decision = 181
3.59/3.62	c #random_decision = 0
3.59/3.62	c #conflict = 1
3.59/3.62	c #restart = 0
3.59/3.62	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 10: cost of the new core is >=4
3.59/3.62	c lower bound updated to 265
3.59/3.62	c BCD2: 265 <= obj <= 1649
3.59/3.62	c BCD2: #cores=132, #unrelaxed=1431, #relaxed=1869, #hardened=0
3.59/3.62	c BCD2: #sat=1 #unsat=266 bias=266/267
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 |     9809      0 |      138 |      184
3.59/3.63	c  0.0s |       0 |      180 |        1 |     9809      0 |      138 |      186
3.59/3.63	c #cpu_time = 0.010s
3.59/3.63	c #wall_clock_time = 0.010s
3.59/3.63	c #decision = 180
3.59/3.63	c #random_decision = 0
3.59/3.63	c #conflict = 1
3.59/3.63	c #restart = 0
3.59/3.63	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 9: cost of the new core is >=4
3.59/3.63	c lower bound updated to 266
3.59/3.63	c BCD2: 266 <= obj <= 1649
3.59/3.63	c BCD2: #cores=131, #unrelaxed=1429, #relaxed=1871, #hardened=0
3.59/3.63	c BCD2: #sat=1 #unsat=267 bias=267/268
3.59/3.63	c Solving starts ...
3.59/3.63	c ============================[ Search Statistics ]============================
3.59/3.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.63	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.63	c =============================================================================
3.59/3.63	c  0.0s |       0 |        0 |        0 |     9809      0 |      140 |      186
3.59/3.65	c  0.0s |       0 |      179 |        1 |     9809      0 |      140 |      188
3.59/3.65	c #cpu_time = 0.014s
3.59/3.65	c #wall_clock_time = 0.014s
3.59/3.65	c #decision = 179
3.59/3.65	c #random_decision = 0
3.59/3.65	c #conflict = 1
3.59/3.65	c #restart = 0
3.59/3.65	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 20: cost of the new core is >=8
3.59/3.65	c lower bound updated to 267
3.59/3.65	c BCD2: 267 <= obj <= 1649
3.59/3.65	c BCD2: #cores=130, #unrelaxed=1427, #relaxed=1873, #hardened=0
3.59/3.65	c BCD2: #sat=1 #unsat=268 bias=268/269
3.59/3.65	c Solving starts ...
3.59/3.65	c ============================[ Search Statistics ]============================
3.59/3.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.65	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.65	c =============================================================================
3.59/3.65	c  0.0s |       0 |        0 |        0 |     9809      0 |      142 |      188
3.59/3.66	c  0.0s |       0 |      178 |        1 |     9809      0 |      142 |      190
3.59/3.66	c #cpu_time = 0.009s
3.59/3.66	c #wall_clock_time = 0.009s
3.59/3.66	c #decision = 178
3.59/3.66	c #random_decision = 0
3.59/3.66	c #conflict = 1
3.59/3.66	c #restart = 0
3.59/3.66	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
3.59/3.66	c lower bound updated to 268
3.59/3.66	c BCD2: 268 <= obj <= 1649
3.59/3.66	c BCD2: #cores=130, #unrelaxed=1425, #relaxed=1875, #hardened=0
3.59/3.66	c BCD2: #sat=1 #unsat=269 bias=269/270
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 |     9809      0 |      143 |      190
3.59/3.67	c  0.0s |       0 |      233 |        2 |     9809      0 |      143 |      191
3.59/3.67	c #cpu_time = 0.010s
3.59/3.67	c #wall_clock_time = 0.010s
3.59/3.67	c #decision = 233
3.59/3.67	c #random_decision = 0
3.59/3.67	c #conflict = 2
3.59/3.67	c #restart = 0
3.59/3.67	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
3.59/3.67	c lower bound updated to 269
3.59/3.67	c BCD2: 269 <= obj <= 1649
3.59/3.67	c BCD2: #cores=130, #unrelaxed=1423, #relaxed=1877, #hardened=0
3.59/3.67	c BCD2: #sat=1 #unsat=270 bias=270/271
3.59/3.68	c Solving starts ...
3.59/3.68	c ============================[ Search Statistics ]============================
3.59/3.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.68	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.68	c =============================================================================
3.59/3.68	c  0.0s |       0 |        0 |        0 |     9809      0 |      144 |      191
3.59/3.68	c  0.0s |       0 |      178 |        1 |     9809      0 |      144 |      192
3.59/3.68	c #cpu_time = 0.009s
3.59/3.68	c #wall_clock_time = 0.009s
3.59/3.68	c #decision = 178
3.59/3.68	c #random_decision = 0
3.59/3.68	c #conflict = 1
3.59/3.68	c #restart = 0
3.59/3.68	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 10: cost of the new core is >=4
3.59/3.68	c lower bound updated to 270
3.59/3.69	c BCD2: 270 <= obj <= 1649
3.59/3.69	c BCD2: #cores=129, #unrelaxed=1421, #relaxed=1879, #hardened=0
3.59/3.69	c BCD2: #sat=1 #unsat=271 bias=271/272
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 |     9809      0 |      146 |      192
3.68/3.70	c  0.0s |       0 |      177 |        1 |     9809      0 |      146 |      194
3.68/3.70	c #cpu_time = 0.009s
3.68/3.70	c #wall_clock_time = 0.009s
3.68/3.70	c #decision = 177
3.68/3.70	c #random_decision = 0
3.68/3.70	c #conflict = 1
3.68/3.70	c #restart = 0
3.68/3.70	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 10: cost of the new core is >=4
3.68/3.70	c lower bound updated to 271
3.68/3.70	c BCD2: 271 <= obj <= 1649
3.68/3.70	c BCD2: #cores=128, #unrelaxed=1419, #relaxed=1881, #hardened=0
3.68/3.70	c BCD2: #sat=1 #unsat=272 bias=272/273
3.68/3.70	c Solving starts ...
3.68/3.70	c ============================[ Search Statistics ]============================
3.68/3.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.70	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.70	c =============================================================================
3.68/3.70	c  0.0s |       0 |        0 |        0 |     9809      0 |      148 |      194
3.68/3.71	c  0.0s |       0 |      176 |        1 |     9809      0 |      148 |      196
3.68/3.71	c #cpu_time = 0.008s
3.68/3.71	c #wall_clock_time = 0.008s
3.68/3.71	c #decision = 176
3.68/3.71	c #random_decision = 0
3.68/3.71	c #conflict = 1
3.68/3.71	c #restart = 0
3.68/3.71	c BCD2: found a new core of size 3: cost of the new core is >=1
3.68/3.71	c lower bound updated to 272
3.68/3.71	c BCD2: 272 <= obj <= 1649
3.68/3.71	c BCD2: #cores=129, #unrelaxed=1416, #relaxed=1884, #hardened=0
3.68/3.71	c BCD2: #sat=1 #unsat=273 bias=273/274
3.68/3.71	c Solving starts ...
3.68/3.71	c ============================[ Search Statistics ]============================
3.68/3.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.71	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.71	c =============================================================================
3.68/3.71	c  0.0s |       0 |        0 |        0 |     9809      0 |      148 |      196
3.68/3.72	c  0.0s |       0 |      176 |        1 |     9809      0 |      148 |      196
3.68/3.72	c #cpu_time = 0.009s
3.68/3.72	c #wall_clock_time = 0.009s
3.68/3.72	c #decision = 176
3.68/3.72	c #random_decision = 0
3.68/3.72	c #conflict = 1
3.68/3.72	c #restart = 0
3.68/3.72	c BCD2: found a new core of size 3: cost of the new core is >=1
3.68/3.72	c lower bound updated to 273
3.68/3.72	c BCD2: 273 <= obj <= 1649
3.68/3.72	c BCD2: #cores=130, #unrelaxed=1413, #relaxed=1887, #hardened=0
3.68/3.72	c BCD2: #sat=1 #unsat=274 bias=274/275
3.68/3.72	c Solving starts ...
3.68/3.72	c ============================[ Search Statistics ]============================
3.68/3.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.72	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.72	c =============================================================================
3.68/3.72	c  0.0s |       0 |        0 |        0 |     9809      0 |      148 |      196
3.68/3.73	c  0.0s |       0 |      162 |        2 |     9809      0 |      148 |      196
3.68/3.73	c #cpu_time = 0.009s
3.68/3.73	c #wall_clock_time = 0.009s
3.68/3.73	c #decision = 162
3.68/3.73	c #random_decision = 0
3.68/3.73	c #conflict = 2
3.68/3.73	c #restart = 0
3.68/3.73	c BCD2: relaxing 17 and merging with 1 cores into a new core of size 51: cost of the new core is >=3
3.68/3.73	c lower bound updated to 274
3.68/3.73	c BCD2: 274 <= obj <= 1649
3.68/3.73	c BCD2: #cores=130, #unrelaxed=1396, #relaxed=1904, #hardened=0
3.68/3.73	c BCD2: #sat=1 #unsat=275 bias=275/276
3.68/3.73	c Solving starts ...
3.68/3.73	c ============================[ Search Statistics ]============================
3.68/3.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.73	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.73	c =============================================================================
3.68/3.73	c  0.0s |       0 |        0 |        0 |     9809      0 |      149 |      196
3.68/3.74	c  0.0s |       0 |      174 |        0 |     9809      0 |      149 |      197
3.68/3.74	c #cpu_time = 0.009s
3.68/3.74	c #wall_clock_time = 0.010s
3.68/3.74	c #decision = 174
3.68/3.74	c #random_decision = 0
3.68/3.74	c #conflict = 0
3.68/3.74	c #restart = 0
3.68/3.74	c BCD2: found a new core of size 15: cost of the new core is >=1
3.68/3.74	c lower bound updated to 275
3.68/3.75	c BCD2: 275 <= obj <= 1649
3.68/3.75	c BCD2: #cores=131, #unrelaxed=1381, #relaxed=1919, #hardened=0
3.68/3.75	c BCD2: #sat=1 #unsat=276 bias=276/277
3.68/3.75	c Solving starts ...
3.68/3.75	c ============================[ Search Statistics ]============================
3.68/3.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.75	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.75	c =============================================================================
3.68/3.75	c  0.0s |       0 |        0 |        0 |     9809      0 |      149 |      198
3.68/3.76	c  0.0s |       0 |      190 |        0 |     9809      0 |      149 |      198
3.68/3.76	c #cpu_time = 0.009s
3.68/3.76	c #wall_clock_time = 0.009s
3.68/3.76	c #decision = 190
3.68/3.76	c #random_decision = 0
3.68/3.76	c #conflict = 0
3.68/3.76	c #restart = 0
3.68/3.76	c BCD2: found a new core of size 15: cost of the new core is >=1
3.68/3.76	c lower bound updated to 276
3.68/3.76	c BCD2: 276 <= obj <= 1649
3.68/3.76	c BCD2: #cores=132, #unrelaxed=1366, #relaxed=1934, #hardened=0
3.68/3.76	c BCD2: #sat=1 #unsat=277 bias=277/278
3.68/3.76	c Solving starts ...
3.68/3.76	c ============================[ Search Statistics ]============================
3.68/3.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.76	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.76	c =============================================================================
3.68/3.76	c  0.0s |       0 |        0 |        0 |     9809      0 |      149 |      199
3.68/3.78	c  0.0s |       0 |      381 |       12 |     9809      0 |      149 |      199
3.68/3.78	c #cpu_time = 0.017s
3.68/3.78	c #wall_clock_time = 0.017s
3.68/3.78	c #decision = 381
3.68/3.78	c #random_decision = 0
3.68/3.78	c #conflict = 12
3.68/3.78	c #restart = 0
3.68/3.78	c BCD2: relaxing 25 and merging with 2 cores into a new core of size 35: cost of the new core is >=5
3.68/3.78	c lower bound updated to 277
3.68/3.78	c BCD2: 277 <= obj <= 1649
3.68/3.78	c BCD2: #cores=131, #unrelaxed=1341, #relaxed=1959, #hardened=0
3.68/3.78	c BCD2: #sat=1 #unsat=278 bias=278/279
3.68/3.78	c Solving starts ...
3.68/3.78	c ============================[ Search Statistics ]============================
3.68/3.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.78	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.78	c =============================================================================
3.68/3.78	c  0.0s |       0 |        0 |        0 |     9809      0 |      151 |      199
3.68/3.79	c  0.0s |       0 |      225 |        3 |     9809      0 |      151 |      201
3.68/3.79	c #cpu_time = 0.010s
3.68/3.79	c #wall_clock_time = 0.010s
3.68/3.79	c #decision = 225
3.68/3.79	c #random_decision = 0
3.68/3.79	c #conflict = 3
3.68/3.79	c #restart = 0
3.68/3.79	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
3.68/3.79	c lower bound updated to 278
3.68/3.79	c BCD2: 278 <= obj <= 1649
3.68/3.79	c BCD2: #cores=131, #unrelaxed=1339, #relaxed=1961, #hardened=0
3.68/3.79	c BCD2: #sat=1 #unsat=279 bias=279/280
3.68/3.80	c Solving starts ...
3.68/3.80	c ============================[ Search Statistics ]============================
3.68/3.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.68/3.80	c       |         |          |          |    Limit     GC | Var      | Constra 
3.68/3.80	c =============================================================================
3.68/3.80	c  0.0s |       0 |        0 |        0 |     9809      0 |      152 |      201
3.78/3.81	c  0.0s |       0 |      178 |        0 |     9809      0 |      152 |      202
3.78/3.81	c #cpu_time = 0.009s
3.78/3.81	c #wall_clock_time = 0.009s
3.78/3.81	c #decision = 178
3.78/3.81	c #random_decision = 0
3.78/3.81	c #conflict = 0
3.78/3.81	c #restart = 0
3.78/3.81	c BCD2: found a new core of size 15: cost of the new core is >=1
3.78/3.81	c lower bound updated to 279
3.78/3.81	c BCD2: 279 <= obj <= 1649
3.78/3.81	c BCD2: #cores=132, #unrelaxed=1324, #relaxed=1976, #hardened=0
3.78/3.81	c BCD2: #sat=1 #unsat=280 bias=280/281
3.78/3.81	c Solving starts ...
3.78/3.81	c ============================[ Search Statistics ]============================
3.78/3.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.78/3.81	c       |         |          |          |    Limit     GC | Var      | Constra 
3.78/3.81	c =============================================================================
3.78/3.81	c  0.0s |       0 |        0 |        0 |     9809      0 |      152 |      203
3.78/3.82	c  0.0s |       0 |      194 |        0 |     9809      0 |      152 |      203
3.78/3.82	c #cpu_time = 0.010s
3.78/3.82	c #wall_clock_time = 0.010s
3.78/3.82	c #decision = 194
3.78/3.82	c #random_decision = 0
3.78/3.82	c #conflict = 0
3.78/3.82	c #restart = 0
3.78/3.82	c BCD2: found a new core of size 15: cost of the new core is >=1
3.78/3.82	c lower bound updated to 280
3.78/3.82	c BCD2: 280 <= obj <= 1649
3.78/3.82	c BCD2: #cores=133, #unrelaxed=1309, #relaxed=1991, #hardened=0
3.78/3.82	c BCD2: #sat=1 #unsat=281 bias=281/282
3.78/3.82	c Solving starts ...
3.78/3.82	c ============================[ Search Statistics ]============================
3.78/3.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.78/3.82	c       |         |          |          |    Limit     GC | Var      | Constra 
3.78/3.82	c =============================================================================
3.78/3.82	c  0.0s |       0 |        0 |        0 |     9809      0 |      152 |      204
3.78/3.83	c  0.0s |       0 |      197 |        1 |     9809      0 |      152 |      204
3.78/3.83	c #cpu_time = 0.010s
3.78/3.83	c #wall_clock_time = 0.010s
3.78/3.83	c #decision = 197
3.78/3.83	c #random_decision = 0
3.78/3.83	c #conflict = 1
3.78/3.83	c #restart = 0
3.78/3.83	c BCD2: found a new core of size 3: cost of the new core is >=1
3.78/3.83	c lower bound updated to 281
3.78/3.83	c BCD2: 281 <= obj <= 1649
3.78/3.83	c BCD2: #cores=134, #unrelaxed=1306, #relaxed=1994, #hardened=0
3.78/3.83	c BCD2: #sat=1 #unsat=282 bias=282/283
3.78/3.84	c Solving starts ...
3.78/3.84	c ============================[ Search Statistics ]============================
3.78/3.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.78/3.84	c       |         |          |          |    Limit     GC | Var      | Constra 
3.78/3.84	c =============================================================================
3.78/3.84	c  0.0s |       0 |        0 |        0 |     9809      0 |      152 |      204
3.78/3.85	c  0.0s |       0 |      197 |        1 |     9809      0 |      152 |      204
3.78/3.85	c #cpu_time = 0.010s
3.78/3.85	c #wall_clock_time = 0.010s
3.78/3.85	c #decision = 197
3.78/3.85	c #random_decision = 0
3.78/3.85	c #conflict = 1
3.78/3.85	c #restart = 0
3.78/3.85	c BCD2: found a new core of size 3: cost of the new core is >=1
3.78/3.85	c lower bound updated to 282
3.78/3.85	c BCD2: 282 <= obj <= 1649
3.78/3.85	c BCD2: #cores=135, #unrelaxed=1303, #relaxed=1997, #hardened=0
3.78/3.85	c BCD2: #sat=1 #unsat=283 bias=283/284
3.78/3.85	c Solving starts ...
3.78/3.85	c ============================[ Search Statistics ]============================
3.78/3.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.78/3.85	c       |         |          |          |    Limit     GC | Var      | Constra 
3.78/3.85	c =============================================================================
3.78/3.85	c  0.0s |       0 |        0 |        0 |     9809      0 |      152 |      204
3.78/3.86	c  0.0s |       0 |      197 |        1 |     9809      0 |      152 |      204
3.78/3.86	c #cpu_time = 0.010s
3.78/3.86	c #wall_clock_time = 0.010s
3.78/3.86	c #decision = 197
3.78/3.86	c #random_decision = 0
3.78/3.86	c #conflict = 1
3.78/3.86	c #restart = 0
3.78/3.86	c BCD2: found a new core of size 3: cost of the new core is >=1
3.78/3.86	c lower bound updated to 283
3.78/3.86	c BCD2: 283 <= obj <= 1649
3.78/3.86	c BCD2: #cores=136, #unrelaxed=1300, #relaxed=2000, #hardened=0
3.78/3.86	c BCD2: #sat=1 #unsat=284 bias=284/285
3.78/3.86	c Solving starts ...
3.78/3.86	c ============================[ Search Statistics ]============================
3.78/3.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.78/3.86	c       |         |          |          |    Limit     GC | Var      | Constra 
3.78/3.86	c =============================================================================
3.78/3.86	c  0.0s |       0 |        0 |        0 |     9809      0 |      152 |      204
3.78/3.87	c  0.0s |       0 |      197 |        1 |     9809      0 |      152 |      204
3.78/3.87	c #cpu_time = 0.010s
3.78/3.87	c #wall_clock_time = 0.010s
3.78/3.87	c #decision = 197
3.78/3.87	c #random_decision = 0
3.78/3.87	c #conflict = 1
3.78/3.87	c #restart = 0
3.78/3.87	c BCD2: found a new core of size 3: cost of the new core is >=1
3.78/3.87	c lower bound updated to 284
3.78/3.87	c BCD2: 284 <= obj <= 1649
3.78/3.87	c BCD2: #cores=137, #unrelaxed=1297, #relaxed=2003, #hardened=0
3.78/3.87	c BCD2: #sat=1 #unsat=285 bias=285/286
3.78/3.87	c Solving starts ...
3.78/3.87	c ============================[ Search Statistics ]============================
3.78/3.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.78/3.87	c       |         |          |          |    Limit     GC | Var      | Constra 
3.78/3.87	c =============================================================================
3.78/3.87	c  0.0s |       0 |        0 |        0 |     9809      0 |      152 |      204
3.78/3.89	c  0.0s |       0 |      197 |        1 |     9809      0 |      152 |      204
3.78/3.89	c #cpu_time = 0.012s
3.78/3.89	c #wall_clock_time = 0.012s
3.78/3.89	c #decision = 197
3.78/3.89	c #random_decision = 0
3.78/3.89	c #conflict = 1
3.78/3.89	c #restart = 0
3.78/3.89	c BCD2: found a new core of size 3: cost of the new core is >=1
3.78/3.89	c lower bound updated to 285
3.78/3.89	c BCD2: 285 <= obj <= 1649
3.78/3.89	c BCD2: #cores=138, #unrelaxed=1294, #relaxed=2006, #hardened=0
3.78/3.89	c BCD2: #sat=1 #unsat=286 bias=286/287
3.78/3.89	c Solving starts ...
3.78/3.89	c ============================[ Search Statistics ]============================
3.78/3.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.78/3.89	c       |         |          |          |    Limit     GC | Var      | Constra 
3.78/3.89	c =============================================================================
3.78/3.89	c  0.0s |       0 |        0 |        0 |     9809      0 |      152 |      204
3.89/3.90	c  0.0s |       0 |      197 |        1 |     9809      0 |      152 |      204
3.89/3.90	c #cpu_time = 0.009s
3.89/3.90	c #wall_clock_time = 0.009s
3.89/3.90	c #decision = 197
3.89/3.90	c #random_decision = 0
3.89/3.90	c #conflict = 1
3.89/3.90	c #restart = 0
3.89/3.90	c BCD2: found a new core of size 3: cost of the new core is >=1
3.89/3.90	c lower bound updated to 286
3.89/3.90	c BCD2: 286 <= obj <= 1649
3.89/3.90	c BCD2: #cores=139, #unrelaxed=1291, #relaxed=2009, #hardened=0
3.89/3.90	c BCD2: #sat=1 #unsat=287 bias=287/288
3.89/3.90	c Solving starts ...
3.89/3.90	c ============================[ Search Statistics ]============================
3.89/3.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.90	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.90	c =============================================================================
3.89/3.90	c  0.0s |       0 |        0 |        0 |     9809      0 |      152 |      204
3.89/3.91	c  0.0s |       0 |      197 |        1 |     9809      0 |      152 |      204
3.89/3.91	c #cpu_time = 0.010s
3.89/3.91	c #wall_clock_time = 0.010s
3.89/3.91	c #decision = 197
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: found a new core of size 3: cost of the new core is >=1
3.89/3.91	c lower bound updated to 287
3.89/3.91	c BCD2: 287 <= obj <= 1649
3.89/3.91	c BCD2: #cores=140, #unrelaxed=1288, #relaxed=2012, #hardened=0
3.89/3.91	c BCD2: #sat=1 #unsat=288 bias=288/289
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 |     9809      0 |      152 |      204
3.89/3.92	c  0.0s |       0 |      197 |        1 |     9809      0 |      152 |      204
3.89/3.92	c #cpu_time = 0.009s
3.89/3.92	c #wall_clock_time = 0.009s
3.89/3.92	c #decision = 197
3.89/3.92	c #random_decision = 0
3.89/3.92	c #conflict = 1
3.89/3.92	c #restart = 0
3.89/3.92	c BCD2: found a new core of size 3: cost of the new core is >=1
3.89/3.92	c lower bound updated to 288
3.89/3.92	c BCD2: 288 <= obj <= 1649
3.89/3.92	c BCD2: #cores=141, #unrelaxed=1285, #relaxed=2015, #hardened=0
3.89/3.92	c BCD2: #sat=1 #unsat=289 bias=289/290
3.89/3.92	c Solving starts ...
3.89/3.92	c ============================[ Search Statistics ]============================
3.89/3.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.92	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.92	c =============================================================================
3.89/3.93	c  0.0s |       0 |        0 |        0 |     9809      0 |      152 |      204
3.89/3.94	c  0.0s |       0 |      197 |        1 |     9809      0 |      152 |      204
3.89/3.94	c #cpu_time = 0.010s
3.89/3.94	c #wall_clock_time = 0.010s
3.89/3.94	c #decision = 197
3.89/3.94	c #random_decision = 0
3.89/3.94	c #conflict = 1
3.89/3.94	c #restart = 0
3.89/3.94	c BCD2: found a new core of size 3: cost of the new core is >=1
3.89/3.94	c lower bound updated to 289
3.89/3.94	c BCD2: 289 <= obj <= 1649
3.89/3.94	c BCD2: #cores=142, #unrelaxed=1282, #relaxed=2018, #hardened=0
3.89/3.94	c BCD2: #sat=1 #unsat=290 bias=290/291
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 |     9809      0 |      152 |      204
3.89/3.95	c  0.0s |       0 |      208 |        2 |     9809      0 |      152 |      204
3.89/3.95	c #cpu_time = 0.009s
3.89/3.95	c #wall_clock_time = 0.009s
3.89/3.95	c #decision = 208
3.89/3.95	c #random_decision = 0
3.89/3.95	c #conflict = 2
3.89/3.95	c #restart = 0
3.89/3.95	c BCD2: found a new core of size 25: cost of the new core is >=1
3.89/3.95	c lower bound updated to 290
3.89/3.95	c BCD2: 290 <= obj <= 1649
3.89/3.95	c BCD2: #cores=143, #unrelaxed=1257, #relaxed=2043, #hardened=0
3.89/3.95	c BCD2: #sat=1 #unsat=291 bias=291/292
3.89/3.95	c Solving starts ...
3.89/3.95	c ============================[ Search Statistics ]============================
3.89/3.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.95	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.95	c =============================================================================
3.89/3.95	c  0.0s |       0 |        0 |        0 |     9809      0 |      152 |      204
3.89/3.96	c  0.0s |       0 |      173 |        1 |     9809      0 |      152 |      204
3.89/3.96	c #cpu_time = 0.010s
3.89/3.96	c #wall_clock_time = 0.010s
3.89/3.96	c #decision = 173
3.89/3.96	c #random_decision = 0
3.89/3.96	c #conflict = 1
3.89/3.96	c #restart = 0
3.89/3.96	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 11: cost of the new core is >=4
3.89/3.96	c lower bound updated to 291
3.89/3.96	c BCD2: 291 <= obj <= 1649
3.89/3.96	c BCD2: #cores=143, #unrelaxed=1255, #relaxed=2045, #hardened=0
3.89/3.96	c BCD2: #sat=1 #unsat=292 bias=292/293
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 |     9809      0 |      153 |      204
3.89/3.97	c  0.0s |       0 |      176 |        1 |     9809      0 |      153 |      205
3.89/3.97	c #cpu_time = 0.009s
3.89/3.97	c #wall_clock_time = 0.009s
3.89/3.97	c #decision = 176
3.89/3.97	c #random_decision = 0
3.89/3.97	c #conflict = 1
3.89/3.97	c #restart = 0
3.89/3.97	c BCD2: found a new core of size 3: cost of the new core is >=1
3.89/3.97	c lower bound updated to 292
3.89/3.97	c BCD2: 292 <= obj <= 1649
3.89/3.97	c BCD2: #cores=144, #unrelaxed=1252, #relaxed=2048, #hardened=0
3.89/3.97	c BCD2: #sat=1 #unsat=293 bias=293/294
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 |     9809      0 |      153 |      205
3.89/3.99	c  0.0s |       0 |      275 |        2 |     9809      0 |      153 |      205
3.89/3.99	c #cpu_time = 0.011s
3.89/3.99	c #wall_clock_time = 0.011s
3.89/3.99	c #decision = 275
3.89/3.99	c #random_decision = 0
3.89/3.99	c #conflict = 2
3.89/3.99	c #restart = 0
3.89/3.99	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 7: cost of the new core is >=3
3.89/3.99	c lower bound updated to 293
3.89/3.99	c BCD2: 293 <= obj <= 1649
3.89/3.99	c BCD2: #cores=144, #unrelaxed=1250, #relaxed=2050, #hardened=0
3.89/3.99	c BCD2: #sat=1 #unsat=294 bias=294/295
3.89/3.99	c Solving starts ...
3.89/3.99	c ============================[ Search Statistics ]============================
3.89/3.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.99	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.99	c =============================================================================
3.89/3.99	c  0.0s |       0 |        0 |        0 |     9809      0 |      154 |      205
3.99/4.00	c  0.0s |       0 |      190 |        0 |     9809      0 |      154 |      206
3.99/4.00	c #cpu_time = 0.014s
3.99/4.00	c #wall_clock_time = 0.014s
3.99/4.00	c #decision = 190
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 3: cost of the new core is >=1
3.99/4.00	c lower bound updated to 294
3.99/4.00	c BCD2: 294 <= obj <= 1649
3.99/4.00	c BCD2: #cores=145, #unrelaxed=1247, #relaxed=2053, #hardened=0
3.99/4.00	c BCD2: #sat=1 #unsat=295 bias=295/296
3.99/4.01	c Solving starts ...
3.99/4.01	c ============================[ Search Statistics ]============================
3.99/4.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.01	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.01	c =============================================================================
3.99/4.01	c  0.0s |       0 |        0 |        0 |     9809      0 |      154 |      206
3.99/4.01	c  0.0s |       0 |      190 |        0 |     9809      0 |      154 |      206
3.99/4.01	c #cpu_time = 0.009s
3.99/4.01	c #wall_clock_time = 0.009s
3.99/4.01	c #decision = 190
3.99/4.01	c #random_decision = 0
3.99/4.01	c #conflict = 0
3.99/4.01	c #restart = 0
3.99/4.01	c BCD2: found a new core of size 15: cost of the new core is >=1
3.99/4.01	c lower bound updated to 295
3.99/4.02	c BCD2: 295 <= obj <= 1649
3.99/4.02	c BCD2: #cores=146, #unrelaxed=1232, #relaxed=2068, #hardened=0
3.99/4.02	c BCD2: #sat=1 #unsat=296 bias=296/297
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 |     9809      0 |      154 |      207
3.99/4.03	c  0.0s |       0 |      194 |        0 |     9809      0 |      154 |      207
3.99/4.03	c #cpu_time = 0.010s
3.99/4.03	c #wall_clock_time = 0.010s
3.99/4.03	c #decision = 194
3.99/4.03	c #random_decision = 0
3.99/4.03	c #conflict = 0
3.99/4.03	c #restart = 0
3.99/4.03	c BCD2: found a new core of size 24: cost of the new core is >=1
3.99/4.03	c lower bound updated to 296
3.99/4.03	c BCD2: 296 <= obj <= 1649
3.99/4.03	c BCD2: #cores=147, #unrelaxed=1208, #relaxed=2092, #hardened=0
3.99/4.03	c BCD2: #sat=1 #unsat=297 bias=297/298
3.99/4.03	c Solving starts ...
3.99/4.03	c ============================[ Search Statistics ]============================
3.99/4.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.03	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.03	c =============================================================================
3.99/4.03	c  0.0s |       0 |        0 |        0 |     9809      0 |      154 |      207
3.99/4.04	c  0.0s |       0 |      173 |        0 |     9809      0 |      154 |      207
3.99/4.04	c #cpu_time = 0.009s
3.99/4.04	c #wall_clock_time = 0.009s
3.99/4.04	c #decision = 173
3.99/4.04	c #random_decision = 0
3.99/4.04	c #conflict = 0
3.99/4.04	c #restart = 0
3.99/4.04	c BCD2: found a new core of size 3: cost of the new core is >=1
3.99/4.04	c lower bound updated to 297
3.99/4.04	c BCD2: 297 <= obj <= 1649
3.99/4.04	c BCD2: #cores=148, #unrelaxed=1205, #relaxed=2095, #hardened=0
3.99/4.04	c BCD2: #sat=1 #unsat=298 bias=298/299
3.99/4.04	c Solving starts ...
3.99/4.04	c ============================[ Search Statistics ]============================
3.99/4.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.04	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.04	c =============================================================================
3.99/4.04	c  0.0s |       0 |        0 |        0 |     9809      0 |      154 |      207
3.99/4.05	c  0.0s |       0 |      173 |        0 |     9809      0 |      154 |      207
3.99/4.05	c #cpu_time = 0.009s
3.99/4.05	c #wall_clock_time = 0.009s
3.99/4.05	c #decision = 173
3.99/4.05	c #random_decision = 0
3.99/4.05	c #conflict = 0
3.99/4.05	c #restart = 0
3.99/4.05	c BCD2: found a new core of size 3: cost of the new core is >=1
3.99/4.05	c lower bound updated to 298
3.99/4.06	c BCD2: 298 <= obj <= 1649
3.99/4.06	c BCD2: #cores=149, #unrelaxed=1202, #relaxed=2098, #hardened=0
3.99/4.06	c BCD2: #sat=1 #unsat=299 bias=299/300
3.99/4.06	c Solving starts ...
3.99/4.06	c ============================[ Search Statistics ]============================
3.99/4.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.06	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.06	c =============================================================================
3.99/4.06	c  0.0s |       0 |        0 |        0 |     9809      0 |      154 |      207
3.99/4.07	c  0.0s |       0 |      179 |        0 |     9809      0 |      154 |      207
3.99/4.07	c #cpu_time = 0.009s
3.99/4.07	c #wall_clock_time = 0.009s
3.99/4.07	c #decision = 179
3.99/4.07	c #random_decision = 0
3.99/4.07	c #conflict = 0
3.99/4.07	c #restart = 0
3.99/4.07	c BCD2: found a new core of size 15: cost of the new core is >=1
3.99/4.07	c lower bound updated to 299
3.99/4.07	c BCD2: 299 <= obj <= 1649
3.99/4.07	c BCD2: #cores=150, #unrelaxed=1187, #relaxed=2113, #hardened=0
3.99/4.07	c BCD2: #sat=1 #unsat=300 bias=300/301
3.99/4.07	c Solving starts ...
3.99/4.07	c ============================[ Search Statistics ]============================
3.99/4.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.07	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.07	c =============================================================================
3.99/4.07	c  0.0s |       0 |        0 |        0 |     9809      0 |      154 |      208
3.99/4.08	c  0.0s |       0 |      236 |        2 |     9809      0 |      154 |      208
3.99/4.08	c #cpu_time = 0.010s
3.99/4.08	c #wall_clock_time = 0.010s
3.99/4.08	c #decision = 236
3.99/4.08	c #random_decision = 0
3.99/4.08	c #conflict = 2
3.99/4.08	c #restart = 0
3.99/4.08	c BCD2: relaxing 17 and merging with 2 cores into a new core of size 29: cost of the new core is >=6
3.99/4.08	c lower bound updated to 300
3.99/4.08	c BCD2: 300 <= obj <= 1649
3.99/4.08	c BCD2: #cores=149, #unrelaxed=1170, #relaxed=2130, #hardened=0
3.99/4.08	c BCD2: #sat=1 #unsat=301 bias=301/302
3.99/4.08	c Solving starts ...
3.99/4.08	c ============================[ Search Statistics ]============================
3.99/4.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.08	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.08	c =============================================================================
3.99/4.08	c  0.0s |       0 |        0 |        0 |     9809      0 |      156 |      208
3.99/4.09	c  0.0s |       0 |      207 |        0 |     9809      0 |      156 |      210
3.99/4.09	c #cpu_time = 0.009s
3.99/4.09	c #wall_clock_time = 0.009s
3.99/4.09	c #decision = 207
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 15: cost of the new core is >=1
3.99/4.09	c lower bound updated to 301
4.09/4.10	c BCD2: 301 <= obj <= 1649
4.09/4.10	c BCD2: #cores=150, #unrelaxed=1155, #relaxed=2145, #hardened=0
4.09/4.10	c BCD2: #sat=1 #unsat=302 bias=302/303
4.09/4.10	c Solving starts ...
4.09/4.10	c ============================[ Search Statistics ]============================
4.09/4.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.10	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.10	c =============================================================================
4.09/4.10	c  0.0s |       0 |        0 |        0 |     9809      0 |      156 |      211
4.09/4.11	c  0.0s |       0 |      210 |        1 |     9809      0 |      156 |      211
4.09/4.11	c #cpu_time = 0.009s
4.09/4.11	c #wall_clock_time = 0.009s
4.09/4.11	c #decision = 210
4.09/4.11	c #random_decision = 0
4.09/4.11	c #conflict = 1
4.09/4.11	c #restart = 0
4.09/4.11	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
4.09/4.11	c lower bound updated to 302
4.09/4.11	c BCD2: 302 <= obj <= 1649
4.09/4.11	c BCD2: #cores=150, #unrelaxed=1152, #relaxed=2148, #hardened=0
4.09/4.11	c BCD2: #sat=1 #unsat=303 bias=303/304
4.09/4.11	c Solving starts ...
4.09/4.11	c ============================[ Search Statistics ]============================
4.09/4.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.11	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.11	c =============================================================================
4.09/4.11	c  0.0s |       0 |        0 |        0 |     9809      0 |      157 |      211
4.09/4.12	c  0.0s |       0 |      209 |        1 |     9809      0 |      157 |      212
4.09/4.12	c #cpu_time = 0.012s
4.09/4.12	c #wall_clock_time = 0.012s
4.09/4.12	c #decision = 209
4.09/4.12	c #random_decision = 0
4.09/4.12	c #conflict = 1
4.09/4.12	c #restart = 0
4.09/4.12	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 13: cost of the new core is >=5
4.09/4.12	c lower bound updated to 303
4.09/4.12	c BCD2: 303 <= obj <= 1649
4.09/4.12	c BCD2: #cores=150, #unrelaxed=1149, #relaxed=2151, #hardened=0
4.09/4.12	c BCD2: #sat=1 #unsat=304 bias=304/305
4.09/4.12	c Solving starts ...
4.09/4.12	c ============================[ Search Statistics ]============================
4.09/4.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.12	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.12	c =============================================================================
4.09/4.12	c  0.0s |       0 |        0 |        0 |     9809      0 |      158 |      212
4.09/4.13	c  0.0s |       0 |      208 |        1 |     9809      0 |      158 |      213
4.09/4.13	c #cpu_time = 0.009s
4.09/4.13	c #wall_clock_time = 0.009s
4.09/4.13	c #decision = 208
4.09/4.13	c #random_decision = 0
4.09/4.13	c #conflict = 1
4.09/4.13	c #restart = 0
4.09/4.13	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
4.09/4.13	c lower bound updated to 304
4.09/4.13	c BCD2: 304 <= obj <= 1649
4.09/4.13	c BCD2: #cores=150, #unrelaxed=1146, #relaxed=2154, #hardened=0
4.09/4.13	c BCD2: #sat=1 #unsat=305 bias=305/306
4.09/4.13	c Solving starts ...
4.09/4.13	c ============================[ Search Statistics ]============================
4.09/4.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.13	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.13	c =============================================================================
4.09/4.13	c  0.0s |       0 |        0 |        0 |     9809      0 |      159 |      213
4.09/4.14	c  0.0s |       0 |      207 |        1 |     9809      0 |      159 |      214
4.09/4.14	c #cpu_time = 0.010s
4.09/4.14	c #wall_clock_time = 0.010s
4.09/4.14	c #decision = 207
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 6: cost of the new core is >=2
4.09/4.14	c lower bound updated to 305
4.09/4.15	c BCD2: 305 <= obj <= 1649
4.09/4.15	c BCD2: #cores=150, #unrelaxed=1143, #relaxed=2157, #hardened=0
4.09/4.15	c BCD2: #sat=1 #unsat=306 bias=306/307
4.09/4.15	c Solving starts ...
4.09/4.15	c ============================[ Search Statistics ]============================
4.09/4.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.15	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.15	c =============================================================================
4.09/4.15	c  0.0s |       0 |        0 |        0 |     9809      0 |      160 |      214
4.09/4.16	c  0.0s |       0 |      206 |        1 |     9809      0 |      160 |      215
4.09/4.16	c #cpu_time = 0.009s
4.09/4.16	c #wall_clock_time = 0.009s
4.09/4.16	c #decision = 206
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 8: cost of the new core is >=3
4.09/4.16	c lower bound updated to 306
4.09/4.16	c BCD2: 306 <= obj <= 1649
4.09/4.16	c BCD2: #cores=150, #unrelaxed=1140, #relaxed=2160, #hardened=0
4.09/4.16	c BCD2: #sat=1 #unsat=307 bias=307/308
4.09/4.16	c Solving starts ...
4.09/4.16	c ============================[ Search Statistics ]============================
4.09/4.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.16	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.16	c =============================================================================
4.09/4.16	c  0.0s |       0 |        0 |        0 |     9809      0 |      161 |      215
4.09/4.17	c  0.0s |       0 |      205 |        1 |     9809      0 |      161 |      216
4.09/4.17	c #cpu_time = 0.010s
4.09/4.17	c #wall_clock_time = 0.010s
4.09/4.17	c #decision = 205
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 1
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
4.09/4.17	c lower bound updated to 307
4.09/4.17	c BCD2: 307 <= obj <= 1649
4.09/4.17	c BCD2: #cores=150, #unrelaxed=1137, #relaxed=2163, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=308 bias=308/309
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |     9809      0 |      162 |      216
4.09/4.18	c  0.0s |       0 |      204 |        1 |     9809      0 |      162 |      217
4.09/4.18	c #cpu_time = 0.009s
4.09/4.18	c #wall_clock_time = 0.009s
4.09/4.18	c #decision = 204
4.09/4.18	c #random_decision = 0
4.09/4.18	c #conflict = 1
4.09/4.18	c #restart = 0
4.09/4.18	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
4.09/4.18	c lower bound updated to 308
4.09/4.18	c BCD2: 308 <= obj <= 1649
4.09/4.18	c BCD2: #cores=150, #unrelaxed=1134, #relaxed=2166, #hardened=0
4.09/4.18	c BCD2: #sat=1 #unsat=309 bias=309/310
4.09/4.18	c Solving starts ...
4.09/4.18	c ============================[ Search Statistics ]============================
4.09/4.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.18	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.18	c =============================================================================
4.09/4.18	c  0.0s |       0 |        0 |        0 |     9809      0 |      163 |      217
4.09/4.19	c  0.0s |       0 |      203 |        1 |     9809      0 |      163 |      218
4.09/4.19	c #cpu_time = 0.010s
4.09/4.19	c #wall_clock_time = 0.010s
4.09/4.19	c #decision = 203
4.09/4.19	c #random_decision = 0
4.09/4.19	c #conflict = 1
4.09/4.19	c #restart = 0
4.09/4.19	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
4.09/4.19	c lower bound updated to 309
4.09/4.20	c BCD2: 309 <= obj <= 1649
4.09/4.20	c BCD2: #cores=150, #unrelaxed=1131, #relaxed=2169, #hardened=0
4.09/4.20	c BCD2: #sat=1 #unsat=310 bias=310/311
4.19/4.20	c Solving starts ...
4.19/4.20	c ============================[ Search Statistics ]============================
4.19/4.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.20	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.20	c =============================================================================
4.19/4.20	c  0.0s |       0 |        0 |        0 |     9809      0 |      164 |      218
4.19/4.21	c  0.0s |       0 |      202 |        1 |     9809      0 |      164 |      219
4.19/4.21	c #cpu_time = 0.009s
4.19/4.21	c #wall_clock_time = 0.009s
4.19/4.21	c #decision = 202
4.19/4.21	c #random_decision = 0
4.19/4.21	c #conflict = 1
4.19/4.21	c #restart = 0
4.19/4.21	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
4.19/4.21	c lower bound updated to 310
4.19/4.21	c BCD2: 310 <= obj <= 1649
4.19/4.21	c BCD2: #cores=150, #unrelaxed=1128, #relaxed=2172, #hardened=0
4.19/4.21	c BCD2: #sat=1 #unsat=311 bias=311/312
4.19/4.21	c Solving starts ...
4.19/4.21	c ============================[ Search Statistics ]============================
4.19/4.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.21	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.21	c =============================================================================
4.19/4.21	c  0.0s |       0 |        0 |        0 |     9809      0 |      165 |      219
4.19/4.22	c  0.0s |       0 |      251 |        2 |     9809      0 |      165 |      220
4.19/4.22	c #cpu_time = 0.010s
4.19/4.22	c #wall_clock_time = 0.010s
4.19/4.22	c #decision = 251
4.19/4.22	c #random_decision = 0
4.19/4.22	c #conflict = 2
4.19/4.22	c #restart = 0
4.19/4.22	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
4.19/4.22	c lower bound updated to 311
4.19/4.22	c BCD2: 311 <= obj <= 1649
4.19/4.22	c BCD2: #cores=150, #unrelaxed=1125, #relaxed=2175, #hardened=0
4.19/4.22	c BCD2: #sat=1 #unsat=312 bias=312/313
4.19/4.22	c Solving starts ...
4.19/4.22	c ============================[ Search Statistics ]============================
4.19/4.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.22	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.22	c =============================================================================
4.19/4.22	c  0.0s |       0 |        0 |        0 |     9809      0 |      166 |      220
4.19/4.23	c  0.0s |       0 |      258 |        2 |     9809      0 |      166 |      221
4.19/4.23	c #cpu_time = 0.011s
4.19/4.23	c #wall_clock_time = 0.012s
4.19/4.23	c #decision = 258
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 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
4.19/4.23	c lower bound updated to 312
4.19/4.23	c BCD2: 312 <= obj <= 1649
4.19/4.23	c BCD2: #cores=150, #unrelaxed=1123, #relaxed=2177, #hardened=0
4.19/4.23	c BCD2: #sat=1 #unsat=313 bias=313/314
4.19/4.23	c Solving starts ...
4.19/4.23	c ============================[ Search Statistics ]============================
4.19/4.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.23	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.23	c =============================================================================
4.19/4.23	c  0.0s |       0 |        0 |        0 |     9809      0 |      167 |      221
4.19/4.24	c  0.0s |       0 |      200 |        1 |     9809      0 |      167 |      222
4.19/4.24	c #cpu_time = 0.009s
4.19/4.24	c #wall_clock_time = 0.009s
4.19/4.24	c #decision = 200
4.19/4.24	c #random_decision = 0
4.19/4.24	c #conflict = 1
4.19/4.24	c #restart = 0
4.19/4.24	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 10: cost of the new core is >=4
4.19/4.24	c lower bound updated to 313
4.19/4.25	c BCD2: 313 <= obj <= 1649
4.19/4.25	c BCD2: #cores=150, #unrelaxed=1120, #relaxed=2180, #hardened=0
4.19/4.25	c BCD2: #sat=1 #unsat=314 bias=314/315
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 |     9809      0 |      168 |      222
4.19/4.26	c  0.0s |       0 |      199 |        1 |     9809      0 |      168 |      223
4.19/4.26	c #cpu_time = 0.010s
4.19/4.26	c #wall_clock_time = 0.010s
4.19/4.26	c #decision = 199
4.19/4.26	c #random_decision = 0
4.19/4.26	c #conflict = 1
4.19/4.26	c #restart = 0
4.19/4.26	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 14: cost of the new core is >=5
4.19/4.26	c lower bound updated to 314
4.19/4.26	c BCD2: 314 <= obj <= 1649
4.19/4.26	c BCD2: #cores=150, #unrelaxed=1117, #relaxed=2183, #hardened=0
4.19/4.26	c BCD2: #sat=1 #unsat=315 bias=315/316
4.19/4.26	c Solving starts ...
4.19/4.26	c ============================[ Search Statistics ]============================
4.19/4.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.26	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.26	c =============================================================================
4.19/4.26	c  0.0s |       0 |        0 |        0 |     9809      0 |      169 |      223
4.19/4.27	c  0.0s |       0 |      198 |        1 |     9809      0 |      169 |      224
4.19/4.27	c #cpu_time = 0.009s
4.19/4.27	c #wall_clock_time = 0.009s
4.19/4.27	c #decision = 198
4.19/4.27	c #random_decision = 0
4.19/4.27	c #conflict = 1
4.19/4.27	c #restart = 0
4.19/4.27	c BCD2: relaxing 16 and merging with 1 cores into a new core of size 19: cost of the new core is >=2
4.19/4.27	c lower bound updated to 315
4.19/4.27	c BCD2: 315 <= obj <= 1649
4.19/4.27	c BCD2: #cores=150, #unrelaxed=1101, #relaxed=2199, #hardened=0
4.19/4.27	c BCD2: #sat=1 #unsat=316 bias=316/317
4.19/4.27	c Solving starts ...
4.19/4.27	c ============================[ Search Statistics ]============================
4.19/4.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.27	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.27	c =============================================================================
4.19/4.27	c  0.0s |       0 |        0 |        0 |     9809      0 |      170 |      224
4.19/4.28	c  0.0s |       0 |      216 |        1 |     9809      0 |      170 |      225
4.19/4.28	c #cpu_time = 0.010s
4.19/4.28	c #wall_clock_time = 0.010s
4.19/4.28	c #decision = 216
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 7: cost of the new core is >=3
4.19/4.28	c lower bound updated to 316
4.19/4.28	c BCD2: 316 <= obj <= 1649
4.19/4.28	c BCD2: #cores=150, #unrelaxed=1099, #relaxed=2201, #hardened=0
4.19/4.28	c BCD2: #sat=1 #unsat=317 bias=317/318
4.19/4.29	c Solving starts ...
4.19/4.29	c ============================[ Search Statistics ]============================
4.19/4.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.29	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.29	c =============================================================================
4.19/4.29	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      225
4.19/4.30	c  0.0s |       0 |      219 |        1 |     9809      0 |      171 |      226
4.19/4.30	c #cpu_time = 0.009s
4.19/4.30	c #wall_clock_time = 0.009s
4.19/4.30	c #decision = 219
4.19/4.30	c #random_decision = 0
4.19/4.30	c #conflict = 1
4.19/4.30	c #restart = 0
4.19/4.30	c BCD2: found a new core of size 17: cost of the new core is >=1
4.19/4.30	c lower bound updated to 317
4.29/4.30	c BCD2: 317 <= obj <= 1649
4.29/4.30	c BCD2: #cores=151, #unrelaxed=1082, #relaxed=2218, #hardened=0
4.29/4.30	c BCD2: #sat=1 #unsat=318 bias=318/319
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 |     9809      0 |      171 |      226
4.29/4.31	c  0.0s |       0 |      199 |        1 |     9809      0 |      171 |      226
4.29/4.31	c #cpu_time = 0.010s
4.29/4.31	c #wall_clock_time = 0.010s
4.29/4.31	c #decision = 199
4.29/4.31	c #random_decision = 0
4.29/4.31	c #conflict = 1
4.29/4.31	c #restart = 0
4.29/4.31	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.31	c lower bound updated to 318
4.29/4.31	c BCD2: 318 <= obj <= 1649
4.29/4.31	c BCD2: #cores=152, #unrelaxed=1080, #relaxed=2220, #hardened=0
4.29/4.31	c BCD2: #sat=1 #unsat=319 bias=319/320
4.29/4.31	c Solving starts ...
4.29/4.31	c ============================[ Search Statistics ]============================
4.29/4.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.31	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.31	c =============================================================================
4.29/4.31	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      226
4.29/4.32	c  0.0s |       0 |      200 |        1 |     9809      0 |      171 |      226
4.29/4.32	c #cpu_time = 0.009s
4.29/4.32	c #wall_clock_time = 0.009s
4.29/4.32	c #decision = 200
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 319
4.29/4.32	c BCD2: 319 <= obj <= 1649
4.29/4.32	c BCD2: #cores=153, #unrelaxed=1078, #relaxed=2222, #hardened=0
4.29/4.32	c BCD2: #sat=1 #unsat=320 bias=320/321
4.29/4.32	c Solving starts ...
4.29/4.32	c ============================[ Search Statistics ]============================
4.29/4.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.32	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.32	c =============================================================================
4.29/4.32	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      226
4.29/4.33	c  0.0s |       0 |      201 |        1 |     9809      0 |      171 |      226
4.29/4.33	c #cpu_time = 0.010s
4.29/4.33	c #wall_clock_time = 0.010s
4.29/4.33	c #decision = 201
4.29/4.33	c #random_decision = 0
4.29/4.33	c #conflict = 1
4.29/4.33	c #restart = 0
4.29/4.33	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.33	c lower bound updated to 320
4.29/4.33	c BCD2: 320 <= obj <= 1649
4.29/4.33	c BCD2: #cores=154, #unrelaxed=1076, #relaxed=2224, #hardened=0
4.29/4.33	c BCD2: #sat=1 #unsat=321 bias=321/322
4.29/4.33	c Solving starts ...
4.29/4.33	c ============================[ Search Statistics ]============================
4.29/4.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.33	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.33	c =============================================================================
4.29/4.33	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      226
4.29/4.35	c  0.0s |       0 |      202 |        1 |     9809      0 |      171 |      226
4.29/4.35	c #cpu_time = 0.011s
4.29/4.35	c #wall_clock_time = 0.011s
4.29/4.35	c #decision = 202
4.29/4.35	c #random_decision = 0
4.29/4.35	c #conflict = 1
4.29/4.35	c #restart = 0
4.29/4.35	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.35	c lower bound updated to 321
4.29/4.35	c BCD2: 321 <= obj <= 1649
4.29/4.35	c BCD2: #cores=155, #unrelaxed=1074, #relaxed=2226, #hardened=0
4.29/4.35	c BCD2: #sat=1 #unsat=322 bias=322/323
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 |     9809      0 |      171 |      226
4.29/4.36	c  0.0s |       0 |      203 |        1 |     9809      0 |      171 |      226
4.29/4.36	c #cpu_time = 0.009s
4.29/4.36	c #wall_clock_time = 0.009s
4.29/4.36	c #decision = 203
4.29/4.36	c #random_decision = 0
4.29/4.36	c #conflict = 1
4.29/4.36	c #restart = 0
4.29/4.36	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.36	c lower bound updated to 322
4.29/4.36	c BCD2: 322 <= obj <= 1649
4.29/4.36	c BCD2: #cores=156, #unrelaxed=1072, #relaxed=2228, #hardened=0
4.29/4.36	c BCD2: #sat=1 #unsat=323 bias=323/324
4.29/4.36	c Solving starts ...
4.29/4.36	c ============================[ Search Statistics ]============================
4.29/4.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.36	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.36	c =============================================================================
4.29/4.36	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      226
4.29/4.37	c  0.0s |       0 |      204 |        1 |     9809      0 |      171 |      226
4.29/4.37	c #cpu_time = 0.009s
4.29/4.37	c #wall_clock_time = 0.009s
4.29/4.37	c #decision = 204
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: found a new core of size 2: cost of the new core is >=1
4.29/4.37	c lower bound updated to 323
4.29/4.37	c BCD2: 323 <= obj <= 1649
4.29/4.37	c BCD2: #cores=157, #unrelaxed=1070, #relaxed=2230, #hardened=0
4.29/4.37	c BCD2: #sat=1 #unsat=324 bias=324/325
4.29/4.37	c Solving starts ...
4.29/4.37	c ============================[ Search Statistics ]============================
4.29/4.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.37	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.37	c =============================================================================
4.29/4.37	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      226
4.29/4.38	c  0.0s |       0 |      205 |        1 |     9809      0 |      171 |      226
4.29/4.38	c #cpu_time = 0.009s
4.29/4.38	c #wall_clock_time = 0.009s
4.29/4.38	c #decision = 205
4.29/4.38	c #random_decision = 0
4.29/4.38	c #conflict = 1
4.29/4.38	c #restart = 0
4.29/4.38	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.38	c lower bound updated to 324
4.29/4.38	c BCD2: 324 <= obj <= 1649
4.29/4.38	c BCD2: #cores=158, #unrelaxed=1068, #relaxed=2232, #hardened=0
4.29/4.38	c BCD2: #sat=1 #unsat=325 bias=325/326
4.29/4.38	c Solving starts ...
4.29/4.38	c ============================[ Search Statistics ]============================
4.29/4.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.38	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.38	c =============================================================================
4.29/4.38	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      226
4.29/4.39	c  0.0s |       0 |      206 |        1 |     9809      0 |      171 |      226
4.29/4.39	c #cpu_time = 0.009s
4.29/4.39	c #wall_clock_time = 0.009s
4.29/4.39	c #decision = 206
4.29/4.39	c #random_decision = 0
4.29/4.39	c #conflict = 1
4.29/4.39	c #restart = 0
4.29/4.39	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.39	c lower bound updated to 325
4.29/4.39	c BCD2: 325 <= obj <= 1649
4.29/4.39	c BCD2: #cores=159, #unrelaxed=1066, #relaxed=2234, #hardened=0
4.29/4.39	c BCD2: #sat=1 #unsat=326 bias=326/327
4.29/4.40	c Solving starts ...
4.29/4.40	c ============================[ Search Statistics ]============================
4.29/4.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.40	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.40	c =============================================================================
4.29/4.40	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      226
4.40/4.40	c  0.0s |       0 |      207 |        1 |     9809      0 |      171 |      226
4.40/4.40	c #cpu_time = 0.009s
4.40/4.40	c #wall_clock_time = 0.009s
4.40/4.40	c #decision = 207
4.40/4.40	c #random_decision = 0
4.40/4.40	c #conflict = 1
4.40/4.40	c #restart = 0
4.40/4.40	c BCD2: found a new core of size 2: cost of the new core is >=1
4.40/4.41	c lower bound updated to 326
4.40/4.41	c BCD2: 326 <= obj <= 1649
4.40/4.41	c BCD2: #cores=160, #unrelaxed=1064, #relaxed=2236, #hardened=0
4.40/4.41	c BCD2: #sat=1 #unsat=327 bias=327/328
4.40/4.41	c Solving starts ...
4.40/4.41	c ============================[ Search Statistics ]============================
4.40/4.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.41	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.41	c =============================================================================
4.40/4.41	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      226
4.40/4.42	c  0.0s |       0 |      208 |        1 |     9809      0 |      171 |      226
4.40/4.42	c #cpu_time = 0.009s
4.40/4.42	c #wall_clock_time = 0.009s
4.40/4.42	c #decision = 208
4.40/4.42	c #random_decision = 0
4.40/4.42	c #conflict = 1
4.40/4.42	c #restart = 0
4.40/4.42	c BCD2: found a new core of size 2: cost of the new core is >=1
4.40/4.42	c lower bound updated to 327
4.40/4.42	c BCD2: 327 <= obj <= 1649
4.40/4.42	c BCD2: #cores=161, #unrelaxed=1062, #relaxed=2238, #hardened=0
4.40/4.42	c BCD2: #sat=1 #unsat=328 bias=328/329
4.40/4.42	c Solving starts ...
4.40/4.42	c ============================[ Search Statistics ]============================
4.40/4.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.42	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.42	c =============================================================================
4.40/4.42	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      226
4.40/4.43	c  0.0s |       0 |      213 |        1 |     9809      0 |      171 |      226
4.40/4.43	c #cpu_time = 0.009s
4.40/4.43	c #wall_clock_time = 0.009s
4.40/4.43	c #decision = 213
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 1
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: found a new core of size 2: cost of the new core is >=1
4.40/4.43	c lower bound updated to 328
4.40/4.43	c BCD2: 328 <= obj <= 1649
4.40/4.43	c BCD2: #cores=162, #unrelaxed=1060, #relaxed=2240, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=329 bias=329/330
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.43	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      226
4.40/4.44	c  0.0s |       0 |      214 |        1 |     9809      0 |      171 |      226
4.40/4.44	c #cpu_time = 0.009s
4.40/4.44	c #wall_clock_time = 0.009s
4.40/4.44	c #decision = 214
4.40/4.44	c #random_decision = 0
4.40/4.44	c #conflict = 1
4.40/4.44	c #restart = 0
4.40/4.44	c BCD2: found a new core of size 2: cost of the new core is >=1
4.40/4.44	c lower bound updated to 329
4.40/4.44	c BCD2: 329 <= obj <= 1649
4.40/4.44	c BCD2: #cores=163, #unrelaxed=1058, #relaxed=2242, #hardened=0
4.40/4.44	c BCD2: #sat=1 #unsat=330 bias=330/331
4.40/4.44	c Solving starts ...
4.40/4.44	c ============================[ Search Statistics ]============================
4.40/4.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.44	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.44	c =============================================================================
4.40/4.44	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      226
4.40/4.45	c  0.0s |       0 |      229 |        2 |     9809      0 |      171 |      226
4.40/4.45	c #cpu_time = 0.011s
4.40/4.45	c #wall_clock_time = 0.011s
4.40/4.45	c #decision = 229
4.40/4.45	c #random_decision = 0
4.40/4.45	c #conflict = 2
4.40/4.45	c #restart = 0
4.40/4.45	c BCD2: found a new core of size 15: cost of the new core is >=1
4.40/4.45	c lower bound updated to 330
4.40/4.45	c BCD2: 330 <= obj <= 1649
4.40/4.45	c BCD2: #cores=164, #unrelaxed=1043, #relaxed=2257, #hardened=0
4.40/4.45	c BCD2: #sat=1 #unsat=331 bias=331/332
4.40/4.46	c Solving starts ...
4.40/4.46	c ============================[ Search Statistics ]============================
4.40/4.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.46	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.46	c =============================================================================
4.40/4.46	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      226
4.40/4.46	c  0.0s |       0 |      215 |        0 |     9809      0 |      171 |      226
4.40/4.46	c #cpu_time = 0.009s
4.40/4.46	c #wall_clock_time = 0.009s
4.40/4.46	c #decision = 215
4.40/4.46	c #random_decision = 0
4.40/4.46	c #conflict = 0
4.40/4.46	c #restart = 0
4.40/4.47	c BCD2: found a new core of size 15: cost of the new core is >=1
4.40/4.47	c lower bound updated to 331
4.40/4.47	c BCD2: 331 <= obj <= 1649
4.40/4.47	c BCD2: #cores=165, #unrelaxed=1028, #relaxed=2272, #hardened=0
4.40/4.47	c BCD2: #sat=1 #unsat=332 bias=332/333
4.40/4.47	c Solving starts ...
4.40/4.47	c ============================[ Search Statistics ]============================
4.40/4.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.47	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.47	c =============================================================================
4.40/4.47	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      227
4.40/4.48	c  0.0s |       0 |      231 |        0 |     9809      0 |      171 |      227
4.40/4.48	c #cpu_time = 0.009s
4.40/4.48	c #wall_clock_time = 0.009s
4.40/4.48	c #decision = 231
4.40/4.48	c #random_decision = 0
4.40/4.48	c #conflict = 0
4.40/4.48	c #restart = 0
4.40/4.48	c BCD2: found a new core of size 15: cost of the new core is >=1
4.40/4.48	c lower bound updated to 332
4.40/4.48	c BCD2: 332 <= obj <= 1649
4.40/4.48	c BCD2: #cores=166, #unrelaxed=1013, #relaxed=2287, #hardened=0
4.40/4.48	c BCD2: #sat=1 #unsat=333 bias=333/334
4.40/4.48	c Solving starts ...
4.40/4.48	c ============================[ Search Statistics ]============================
4.40/4.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.48	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.48	c =============================================================================
4.40/4.48	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      228
4.40/4.49	c  0.0s |       0 |      219 |        0 |     9809      0 |      171 |      228
4.40/4.49	c #cpu_time = 0.009s
4.40/4.49	c #wall_clock_time = 0.009s
4.40/4.49	c #decision = 219
4.40/4.49	c #random_decision = 0
4.40/4.49	c #conflict = 0
4.40/4.49	c #restart = 0
4.40/4.49	c BCD2: found a new core of size 2: cost of the new core is >=1
4.40/4.49	c lower bound updated to 333
4.40/4.49	c BCD2: 333 <= obj <= 1649
4.40/4.49	c BCD2: #cores=167, #unrelaxed=1011, #relaxed=2289, #hardened=0
4.40/4.49	c BCD2: #sat=1 #unsat=334 bias=334/335
4.40/4.50	c Solving starts ...
4.40/4.50	c ============================[ Search Statistics ]============================
4.40/4.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.50	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.50	c =============================================================================
4.40/4.50	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      229
4.50/4.50	c  0.0s |       0 |      220 |        0 |     9809      0 |      171 |      229
4.50/4.50	c #cpu_time = 0.009s
4.50/4.50	c #wall_clock_time = 0.009s
4.50/4.50	c #decision = 220
4.50/4.50	c #random_decision = 0
4.50/4.50	c #conflict = 0
4.50/4.50	c #restart = 0
4.50/4.50	c BCD2: found a new core of size 2: cost of the new core is >=1
4.50/4.50	c lower bound updated to 334
4.50/4.51	c BCD2: 334 <= obj <= 1649
4.50/4.51	c BCD2: #cores=168, #unrelaxed=1009, #relaxed=2291, #hardened=0
4.50/4.51	c BCD2: #sat=1 #unsat=335 bias=335/336
4.50/4.51	c Solving starts ...
4.50/4.51	c ============================[ Search Statistics ]============================
4.50/4.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.51	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.51	c =============================================================================
4.50/4.51	c  0.0s |       0 |        0 |        0 |     9809      0 |      171 |      230
4.50/4.52	c  0.0s |       0 |      276 |        1 |     9809      0 |      171 |      230
4.50/4.52	c #cpu_time = 0.010s
4.50/4.52	c #wall_clock_time = 0.010s
4.50/4.52	c #decision = 276
4.50/4.52	c #random_decision = 0
4.50/4.52	c #conflict = 1
4.50/4.52	c #restart = 0
4.50/4.52	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
4.50/4.52	c lower bound updated to 335
4.50/4.52	c BCD2: 335 <= obj <= 1649
4.50/4.52	c BCD2: #cores=167, #unrelaxed=1008, #relaxed=2292, #hardened=0
4.50/4.52	c BCD2: #sat=1 #unsat=336 bias=336/337
4.50/4.52	c Solving starts ...
4.50/4.52	c ============================[ Search Statistics ]============================
4.50/4.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.52	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.52	c =============================================================================
4.50/4.52	c  0.0s |       0 |        0 |        0 |     9809      0 |      173 |      230
4.50/4.53	c  0.0s |       0 |      292 |        1 |     9809      0 |      173 |      232
4.50/4.53	c #cpu_time = 0.011s
4.50/4.53	c #wall_clock_time = 0.011s
4.50/4.53	c #decision = 292
4.50/4.53	c #random_decision = 0
4.50/4.53	c #conflict = 1
4.50/4.53	c #restart = 0
4.50/4.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
4.50/4.53	c lower bound updated to 336
4.50/4.53	c BCD2: 336 <= obj <= 1649
4.50/4.53	c BCD2: #cores=167, #unrelaxed=1007, #relaxed=2293, #hardened=0
4.50/4.53	c BCD2: #sat=1 #unsat=337 bias=337/338
4.50/4.53	c Solving starts ...
4.50/4.54	c ============================[ Search Statistics ]============================
4.50/4.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.54	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.54	c =============================================================================
4.50/4.54	c  0.0s |       0 |        0 |        0 |     9809      0 |      174 |      232
4.50/4.55	c  0.0s |       0 |      384 |        1 |     9809      0 |      174 |      233
4.50/4.55	c #cpu_time = 0.009s
4.50/4.55	c #wall_clock_time = 0.009s
4.50/4.55	c #decision = 384
4.50/4.55	c #random_decision = 0
4.50/4.55	c #conflict = 1
4.50/4.55	c #restart = 0
4.50/4.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.50/4.55	c lower bound updated to 337
4.50/4.55	c BCD2: 337 <= obj <= 1649
4.50/4.55	c BCD2: #cores=167, #unrelaxed=1006, #relaxed=2294, #hardened=0
4.50/4.55	c BCD2: #sat=1 #unsat=338 bias=338/339
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 |     9809      0 |      175 |      233
4.50/4.56	c  0.0s |       0 |      227 |        1 |     9809      0 |      175 |      234
4.50/4.56	c #cpu_time = 0.010s
4.50/4.56	c #wall_clock_time = 0.010s
4.50/4.56	c #decision = 227
4.50/4.56	c #random_decision = 0
4.50/4.56	c #conflict = 1
4.50/4.56	c #restart = 0
4.50/4.56	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
4.50/4.56	c lower bound updated to 338
4.50/4.56	c BCD2: 338 <= obj <= 1649
4.50/4.56	c BCD2: #cores=167, #unrelaxed=1004, #relaxed=2296, #hardened=0
4.50/4.56	c BCD2: #sat=1 #unsat=339 bias=339/340
4.50/4.56	c Solving starts ...
4.50/4.56	c ============================[ Search Statistics ]============================
4.50/4.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.56	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.56	c =============================================================================
4.50/4.56	c  0.0s |       0 |        0 |        0 |     9809      0 |      176 |      234
4.50/4.57	c  0.0s |       0 |      286 |        1 |     9809      0 |      176 |      235
4.50/4.57	c #cpu_time = 0.012s
4.50/4.57	c #wall_clock_time = 0.012s
4.50/4.57	c #decision = 286
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: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=3
4.50/4.57	c lower bound updated to 339
4.50/4.57	c BCD2: 339 <= obj <= 1649
4.50/4.57	c BCD2: #cores=167, #unrelaxed=1003, #relaxed=2297, #hardened=0
4.50/4.57	c BCD2: #sat=1 #unsat=340 bias=340/341
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 |     9809      0 |      177 |      235
4.50/4.58	c  0.0s |       0 |      287 |        1 |     9809      0 |      177 |      236
4.50/4.58	c #cpu_time = 0.010s
4.50/4.58	c #wall_clock_time = 0.010s
4.50/4.58	c #decision = 287
4.50/4.58	c #random_decision = 0
4.50/4.58	c #conflict = 1
4.50/4.58	c #restart = 0
4.50/4.58	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 9: cost of the new core is >=5
4.50/4.58	c lower bound updated to 340
4.50/4.59	c BCD2: 340 <= obj <= 1649
4.50/4.59	c BCD2: #cores=166, #unrelaxed=1002, #relaxed=2298, #hardened=0
4.50/4.59	c BCD2: #sat=1 #unsat=341 bias=341/342
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 |     9809      0 |      179 |      236
4.59/4.60	c  0.0s |       0 |      230 |        1 |     9809      0 |      179 |      238
4.59/4.60	c #cpu_time = 0.010s
4.59/4.60	c #wall_clock_time = 0.010s
4.59/4.60	c #decision = 230
4.59/4.60	c #random_decision = 0
4.59/4.60	c #conflict = 1
4.59/4.60	c #restart = 0
4.59/4.60	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 25: cost of the new core is >=13
4.59/4.60	c lower bound updated to 341
4.59/4.60	c BCD2: 341 <= obj <= 1649
4.59/4.60	c BCD2: #cores=164, #unrelaxed=1000, #relaxed=2300, #hardened=0
4.59/4.60	c BCD2: #sat=1 #unsat=342 bias=342/343
4.59/4.60	c Solving starts ...
4.59/4.60	c ============================[ Search Statistics ]============================
4.59/4.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.60	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.60	c =============================================================================
4.59/4.60	c  0.0s |       0 |        0 |        0 |     9809      0 |      182 |      238
4.59/4.61	c  0.0s |       0 |      291 |        1 |     9809      0 |      182 |      241
4.59/4.61	c #cpu_time = 0.010s
4.59/4.61	c #wall_clock_time = 0.010s
4.59/4.61	c #decision = 291
4.59/4.61	c #random_decision = 0
4.59/4.61	c #conflict = 1
4.59/4.61	c #restart = 0
4.59/4.61	c BCD2: relaxing 1 and merging with 3 cores into a new core of size 20: cost of the new core is >=9
4.59/4.61	c lower bound updated to 342
4.59/4.61	c BCD2: 342 <= obj <= 1649
4.59/4.61	c BCD2: #cores=162, #unrelaxed=999, #relaxed=2301, #hardened=0
4.59/4.61	c BCD2: #sat=1 #unsat=343 bias=343/344
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 |     9809      0 |      185 |      241
4.59/4.62	c  0.0s |       0 |      227 |        0 |     9809      0 |      185 |      244
4.59/4.62	c #cpu_time = 0.010s
4.59/4.62	c #wall_clock_time = 0.010s
4.59/4.62	c #decision = 227
4.59/4.62	c #random_decision = 0
4.59/4.62	c #conflict = 0
4.59/4.62	c #restart = 0
4.59/4.62	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.62	c lower bound updated to 343
4.59/4.63	c BCD2: 343 <= obj <= 1649
4.59/4.63	c BCD2: #cores=163, #unrelaxed=997, #relaxed=2303, #hardened=0
4.59/4.63	c BCD2: #sat=1 #unsat=344 bias=344/345
4.59/4.63	c Solving starts ...
4.59/4.63	c ============================[ Search Statistics ]============================
4.59/4.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.63	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.63	c =============================================================================
4.59/4.63	c  0.0s |       0 |        0 |        0 |     9809      0 |      185 |      245
4.59/4.64	c  0.0s |       0 |      230 |        0 |     9809      0 |      185 |      245
4.59/4.64	c #cpu_time = 0.009s
4.59/4.64	c #wall_clock_time = 0.009s
4.59/4.64	c #decision = 230
4.59/4.64	c #random_decision = 0
4.59/4.64	c #conflict = 0
4.59/4.64	c #restart = 0
4.59/4.64	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.64	c lower bound updated to 344
4.59/4.64	c BCD2: 344 <= obj <= 1649
4.59/4.64	c BCD2: #cores=164, #unrelaxed=995, #relaxed=2305, #hardened=0
4.59/4.64	c BCD2: #sat=1 #unsat=345 bias=345/346
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 |     9809      0 |      185 |      246
4.59/4.65	c  0.0s |       0 |      233 |        0 |     9809      0 |      185 |      246
4.59/4.65	c #cpu_time = 0.009s
4.59/4.65	c #wall_clock_time = 0.009s
4.59/4.65	c #decision = 233
4.59/4.65	c #random_decision = 0
4.59/4.65	c #conflict = 0
4.59/4.65	c #restart = 0
4.59/4.65	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.65	c lower bound updated to 345
4.59/4.65	c BCD2: 345 <= obj <= 1649
4.59/4.65	c BCD2: #cores=165, #unrelaxed=993, #relaxed=2307, #hardened=0
4.59/4.65	c BCD2: #sat=1 #unsat=346 bias=346/347
4.59/4.65	c Solving starts ...
4.59/4.65	c ============================[ Search Statistics ]============================
4.59/4.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.65	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.65	c =============================================================================
4.59/4.65	c  0.0s |       0 |        0 |        0 |     9809      0 |      185 |      247
4.59/4.66	c  0.0s |       0 |      236 |        0 |     9809      0 |      185 |      247
4.59/4.66	c #cpu_time = 0.009s
4.59/4.66	c #wall_clock_time = 0.009s
4.59/4.66	c #decision = 236
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 2: cost of the new core is >=1
4.59/4.66	c lower bound updated to 346
4.59/4.67	c BCD2: 346 <= obj <= 1649
4.59/4.67	c BCD2: #cores=166, #unrelaxed=991, #relaxed=2309, #hardened=0
4.59/4.67	c BCD2: #sat=1 #unsat=347 bias=347/348
4.59/4.67	c Solving starts ...
4.59/4.67	c ============================[ Search Statistics ]============================
4.59/4.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.67	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.67	c =============================================================================
4.59/4.67	c  0.0s |       0 |        0 |        0 |     9809      0 |      185 |      248
4.59/4.68	c  0.0s |       0 |      240 |        1 |     9809      0 |      185 |      248
4.59/4.68	c #cpu_time = 0.009s
4.59/4.68	c #wall_clock_time = 0.009s
4.59/4.68	c #decision = 240
4.59/4.68	c #random_decision = 0
4.59/4.68	c #conflict = 1
4.59/4.68	c #restart = 0
4.59/4.68	c BCD2: relaxing 11 and merging with 1 cores into a new core of size 19: cost of the new core is >=4
4.59/4.68	c lower bound updated to 347
4.59/4.68	c BCD2: 347 <= obj <= 1649
4.59/4.68	c BCD2: #cores=166, #unrelaxed=980, #relaxed=2320, #hardened=0
4.59/4.68	c BCD2: #sat=1 #unsat=348 bias=348/349
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 |     9809      0 |      186 |      248
4.59/4.69	c  0.0s |       0 |      232 |        0 |     9809      0 |      186 |      249
4.59/4.69	c #cpu_time = 0.012s
4.59/4.69	c #wall_clock_time = 0.012s
4.59/4.69	c #decision = 232
4.59/4.69	c #random_decision = 0
4.59/4.69	c #conflict = 0
4.59/4.69	c #restart = 0
4.59/4.69	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.69	c lower bound updated to 348
4.59/4.69	c BCD2: 348 <= obj <= 1649
4.59/4.69	c BCD2: #cores=167, #unrelaxed=978, #relaxed=2322, #hardened=0
4.59/4.69	c BCD2: #sat=1 #unsat=349 bias=349/350
4.59/4.69	c Solving starts ...
4.59/4.69	c ============================[ Search Statistics ]============================
4.59/4.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.69	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.69	c =============================================================================
4.59/4.69	c  0.0s |       0 |        0 |        0 |     9809      0 |      186 |      250
4.69/4.70	c  0.0s |       0 |      235 |        0 |     9809      0 |      186 |      250
4.69/4.70	c #cpu_time = 0.009s
4.69/4.70	c #wall_clock_time = 0.009s
4.69/4.70	c #decision = 235
4.69/4.70	c #random_decision = 0
4.69/4.70	c #conflict = 0
4.69/4.70	c #restart = 0
4.69/4.70	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.70	c lower bound updated to 349
4.69/4.71	c BCD2: 349 <= obj <= 1649
4.69/4.71	c BCD2: #cores=168, #unrelaxed=976, #relaxed=2324, #hardened=0
4.69/4.71	c BCD2: #sat=1 #unsat=350 bias=350/351
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 |     9809      0 |      186 |      251
4.69/4.72	c  0.0s |       0 |      238 |        0 |     9809      0 |      186 |      251
4.69/4.72	c #cpu_time = 0.009s
4.69/4.72	c #wall_clock_time = 0.009s
4.69/4.72	c #decision = 238
4.69/4.72	c #random_decision = 0
4.69/4.72	c #conflict = 0
4.69/4.72	c #restart = 0
4.69/4.72	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.72	c lower bound updated to 350
4.69/4.72	c BCD2: 350 <= obj <= 1649
4.69/4.72	c BCD2: #cores=169, #unrelaxed=974, #relaxed=2326, #hardened=0
4.69/4.72	c BCD2: #sat=1 #unsat=351 bias=351/352
4.69/4.72	c Solving starts ...
4.69/4.72	c ============================[ Search Statistics ]============================
4.69/4.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.72	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.72	c =============================================================================
4.69/4.72	c  0.0s |       0 |        0 |        0 |     9809      0 |      186 |      252
4.69/4.73	c  0.0s |       0 |      241 |        0 |     9809      0 |      186 |      252
4.69/4.73	c #cpu_time = 0.009s
4.69/4.73	c #wall_clock_time = 0.009s
4.69/4.73	c #decision = 241
4.69/4.73	c #random_decision = 0
4.69/4.73	c #conflict = 0
4.69/4.73	c #restart = 0
4.69/4.73	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.73	c lower bound updated to 351
4.69/4.73	c BCD2: 351 <= obj <= 1649
4.69/4.73	c BCD2: #cores=170, #unrelaxed=972, #relaxed=2328, #hardened=0
4.69/4.73	c BCD2: #sat=1 #unsat=352 bias=352/353
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 |     9809      0 |      186 |      253
4.69/4.74	c  0.0s |       0 |      244 |        0 |     9809      0 |      186 |      253
4.69/4.74	c #cpu_time = 0.009s
4.69/4.74	c #wall_clock_time = 0.009s
4.69/4.74	c #decision = 244
4.69/4.74	c #random_decision = 0
4.69/4.74	c #conflict = 0
4.69/4.74	c #restart = 0
4.69/4.74	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.74	c lower bound updated to 352
4.69/4.75	c BCD2: 352 <= obj <= 1649
4.69/4.75	c BCD2: #cores=171, #unrelaxed=970, #relaxed=2330, #hardened=0
4.69/4.75	c BCD2: #sat=1 #unsat=353 bias=353/354
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 |     9809      0 |      186 |      254
4.69/4.76	c  0.0s |       0 |      245 |        0 |     9809      0 |      186 |      254
4.69/4.76	c #cpu_time = 0.009s
4.69/4.76	c #wall_clock_time = 0.009s
4.69/4.76	c #decision = 245
4.69/4.76	c #random_decision = 0
4.69/4.76	c #conflict = 0
4.69/4.76	c #restart = 0
4.69/4.76	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.76	c lower bound updated to 353
4.69/4.76	c BCD2: 353 <= obj <= 1649
4.69/4.76	c BCD2: #cores=172, #unrelaxed=968, #relaxed=2332, #hardened=0
4.69/4.76	c BCD2: #sat=1 #unsat=354 bias=354/355
4.69/4.76	c Solving starts ...
4.69/4.76	c ============================[ Search Statistics ]============================
4.69/4.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.76	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.76	c =============================================================================
4.69/4.76	c  0.0s |       0 |        0 |        0 |     9809      0 |      186 |      255
4.69/4.77	c  0.0s |       0 |      246 |        0 |     9809      0 |      186 |      255
4.69/4.77	c #cpu_time = 0.009s
4.69/4.77	c #wall_clock_time = 0.009s
4.69/4.77	c #decision = 246
4.69/4.77	c #random_decision = 0
4.69/4.77	c #conflict = 0
4.69/4.77	c #restart = 0
4.69/4.77	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.77	c lower bound updated to 354
4.69/4.77	c BCD2: 354 <= obj <= 1649
4.69/4.77	c BCD2: #cores=173, #unrelaxed=966, #relaxed=2334, #hardened=0
4.69/4.77	c BCD2: #sat=1 #unsat=355 bias=355/356
4.69/4.77	c Solving starts ...
4.69/4.78	c ============================[ Search Statistics ]============================
4.69/4.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.78	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.78	c =============================================================================
4.69/4.78	c  0.0s |       0 |        0 |        0 |     9809      0 |      186 |      256
4.69/4.79	c  0.0s |       0 |      323 |        1 |     9809      0 |      186 |      256
4.69/4.79	c #cpu_time = 0.010s
4.69/4.79	c #wall_clock_time = 0.010s
4.69/4.79	c #decision = 323
4.69/4.79	c #random_decision = 0
4.69/4.79	c #conflict = 1
4.69/4.79	c #restart = 0
4.69/4.79	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
4.69/4.79	c lower bound updated to 355
4.69/4.79	c BCD2: 355 <= obj <= 1649
4.69/4.79	c BCD2: #cores=172, #unrelaxed=965, #relaxed=2335, #hardened=0
4.69/4.79	c BCD2: #sat=1 #unsat=356 bias=356/357
4.69/4.79	c Solving starts ...
4.69/4.79	c ============================[ Search Statistics ]============================
4.69/4.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.79	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.79	c =============================================================================
4.69/4.79	c  0.0s |       0 |        0 |        0 |     9809      0 |      188 |      256
4.79/4.80	c  0.0s |       0 |      350 |        1 |     9809      0 |      188 |      258
4.79/4.80	c #cpu_time = 0.010s
4.79/4.80	c #wall_clock_time = 0.010s
4.79/4.80	c #decision = 350
4.79/4.80	c #random_decision = 0
4.79/4.80	c #conflict = 1
4.79/4.80	c #restart = 0
4.79/4.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
4.79/4.80	c lower bound updated to 356
4.79/4.80	c BCD2: 356 <= obj <= 1649
4.79/4.80	c BCD2: #cores=172, #unrelaxed=964, #relaxed=2336, #hardened=0
4.79/4.80	c BCD2: #sat=1 #unsat=357 bias=357/358
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 |     9809      0 |      189 |      258
4.79/4.81	c  0.0s |       0 |      437 |        1 |     9809      0 |      189 |      259
4.79/4.81	c #cpu_time = 0.012s
4.79/4.81	c #wall_clock_time = 0.012s
4.79/4.81	c #decision = 437
4.79/4.81	c #random_decision = 0
4.79/4.81	c #conflict = 1
4.79/4.81	c #restart = 0
4.79/4.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.79/4.81	c lower bound updated to 357
4.79/4.81	c BCD2: 357 <= obj <= 1649
4.79/4.81	c BCD2: #cores=172, #unrelaxed=963, #relaxed=2337, #hardened=0
4.79/4.81	c BCD2: #sat=1 #unsat=358 bias=358/359
4.79/4.81	c Solving starts ...
4.79/4.81	c ============================[ Search Statistics ]============================
4.79/4.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.81	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.81	c =============================================================================
4.79/4.82	c  0.0s |       0 |        0 |        0 |     9809      0 |      190 |      259
4.79/4.82	c  0.0s |       0 |      253 |        1 |     9809      0 |      190 |      260
4.79/4.82	c #cpu_time = 0.009s
4.79/4.82	c #wall_clock_time = 0.009s
4.79/4.82	c #decision = 253
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 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
4.79/4.82	c lower bound updated to 358
4.79/4.83	c BCD2: 358 <= obj <= 1649
4.79/4.83	c BCD2: #cores=172, #unrelaxed=961, #relaxed=2339, #hardened=0
4.79/4.83	c BCD2: #sat=1 #unsat=359 bias=359/360
4.79/4.83	c Solving starts ...
4.79/4.83	c ============================[ Search Statistics ]============================
4.79/4.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.83	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.83	c =============================================================================
4.79/4.83	c  0.0s |       0 |        0 |        0 |     9809      0 |      191 |      260
4.79/4.84	c  0.0s |       0 |      332 |        1 |     9809      0 |      191 |      261
4.79/4.84	c #cpu_time = 0.010s
4.79/4.84	c #wall_clock_time = 0.010s
4.79/4.84	c #decision = 332
4.79/4.84	c #random_decision = 0
4.79/4.84	c #conflict = 1
4.79/4.84	c #restart = 0
4.79/4.84	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 10: cost of the new core is >=5
4.79/4.84	c lower bound updated to 359
4.79/4.84	c BCD2: 359 <= obj <= 1649
4.79/4.84	c BCD2: #cores=171, #unrelaxed=960, #relaxed=2340, #hardened=0
4.79/4.84	c BCD2: #sat=1 #unsat=360 bias=360/361
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 |     9809      0 |      193 |      261
4.79/4.85	c  0.0s |       0 |      333 |        1 |     9809      0 |      193 |      263
4.79/4.85	c #cpu_time = 0.010s
4.79/4.85	c #wall_clock_time = 0.010s
4.79/4.85	c #decision = 333
4.79/4.85	c #random_decision = 0
4.79/4.85	c #conflict = 1
4.79/4.85	c #restart = 0
4.79/4.85	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 16: cost of the new core is >=8
4.79/4.85	c lower bound updated to 360
4.79/4.85	c BCD2: 360 <= obj <= 1649
4.79/4.85	c BCD2: #cores=170, #unrelaxed=959, #relaxed=2341, #hardened=0
4.79/4.85	c BCD2: #sat=1 #unsat=361 bias=361/362
4.79/4.85	c Solving starts ...
4.79/4.85	c ============================[ Search Statistics ]============================
4.79/4.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.85	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.85	c =============================================================================
4.79/4.85	c  0.0s |       0 |        0 |        0 |     9809      0 |      195 |      263
4.79/4.86	c  0.0s |       0 |      255 |        1 |     9809      0 |      195 |      265
4.79/4.86	c #cpu_time = 0.010s
4.79/4.86	c #wall_clock_time = 0.010s
4.79/4.86	c #decision = 255
4.79/4.86	c #random_decision = 0
4.79/4.86	c #conflict = 1
4.79/4.86	c #restart = 0
4.79/4.86	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 12: cost of the new core is >=6
4.79/4.86	c lower bound updated to 361
4.79/4.87	c BCD2: 361 <= obj <= 1649
4.79/4.87	c BCD2: #cores=169, #unrelaxed=957, #relaxed=2343, #hardened=0
4.79/4.87	c BCD2: #sat=1 #unsat=362 bias=362/363
4.79/4.87	c Solving starts ...
4.79/4.87	c ============================[ Search Statistics ]============================
4.79/4.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.87	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.87	c =============================================================================
4.79/4.87	c  0.0s |       0 |        0 |        0 |     9809      0 |      197 |      265
4.79/4.88	c  0.0s |       0 |      337 |        1 |     9809      0 |      197 |      267
4.79/4.88	c #cpu_time = 0.010s
4.79/4.88	c #wall_clock_time = 0.010s
4.79/4.88	c #decision = 337
4.79/4.88	c #random_decision = 0
4.79/4.88	c #conflict = 1
4.79/4.88	c #restart = 0
4.79/4.88	c BCD2: relaxing 1 and merging with 3 cores into a new core of size 24: cost of the new core is >=12
4.79/4.88	c lower bound updated to 362
4.79/4.88	c BCD2: 362 <= obj <= 1649
4.79/4.88	c BCD2: #cores=167, #unrelaxed=956, #relaxed=2344, #hardened=0
4.79/4.88	c BCD2: #sat=1 #unsat=363 bias=363/364
4.79/4.88	c Solving starts ...
4.79/4.88	c ============================[ Search Statistics ]============================
4.79/4.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.88	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.88	c =============================================================================
4.79/4.88	c  0.0s |       0 |        0 |        0 |     9809      0 |      200 |      267
4.79/4.89	c  0.0s |       0 |      253 |        0 |     9809      0 |      200 |      270
4.79/4.89	c #cpu_time = 0.010s
4.79/4.89	c #wall_clock_time = 0.010s
4.79/4.89	c #decision = 253
4.79/4.89	c #random_decision = 0
4.79/4.89	c #conflict = 0
4.79/4.89	c #restart = 0
4.79/4.89	c BCD2: found a new core of size 2: cost of the new core is >=1
4.79/4.89	c lower bound updated to 363
4.79/4.89	c BCD2: 363 <= obj <= 1649
4.79/4.89	c BCD2: #cores=168, #unrelaxed=954, #relaxed=2346, #hardened=0
4.79/4.89	c BCD2: #sat=1 #unsat=364 bias=364/365
4.79/4.89	c Solving starts ...
4.89/4.90	c ============================[ Search Statistics ]============================
4.89/4.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.90	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.90	c =============================================================================
4.89/4.90	c  0.0s |       0 |        0 |        0 |     9809      0 |      200 |      271
4.89/4.91	c  0.0s |       0 |      256 |        0 |     9809      0 |      200 |      271
4.89/4.91	c #cpu_time = 0.009s
4.89/4.91	c #wall_clock_time = 0.009s
4.89/4.91	c #decision = 256
4.89/4.91	c #random_decision = 0
4.89/4.91	c #conflict = 0
4.89/4.91	c #restart = 0
4.89/4.91	c BCD2: found a new core of size 2: cost of the new core is >=1
4.89/4.91	c lower bound updated to 364
4.89/4.91	c BCD2: 364 <= obj <= 1649
4.89/4.91	c BCD2: #cores=169, #unrelaxed=952, #relaxed=2348, #hardened=0
4.89/4.91	c BCD2: #sat=1 #unsat=365 bias=365/366
4.89/4.91	c Solving starts ...
4.89/4.91	c ============================[ Search Statistics ]============================
4.89/4.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.91	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.91	c =============================================================================
4.89/4.91	c  0.0s |       0 |        0 |        0 |     9809      0 |      200 |      272
4.89/4.92	c  0.0s |       0 |      259 |        0 |     9809      0 |      200 |      272
4.89/4.92	c #cpu_time = 0.009s
4.89/4.92	c #wall_clock_time = 0.009s
4.89/4.92	c #decision = 259
4.89/4.92	c #random_decision = 0
4.89/4.92	c #conflict = 0
4.89/4.92	c #restart = 0
4.89/4.92	c BCD2: found a new core of size 2: cost of the new core is >=1
4.89/4.92	c lower bound updated to 365
4.89/4.92	c BCD2: 365 <= obj <= 1649
4.89/4.92	c BCD2: #cores=170, #unrelaxed=950, #relaxed=2350, #hardened=0
4.89/4.92	c BCD2: #sat=1 #unsat=366 bias=366/367
4.89/4.92	c Solving starts ...
4.89/4.92	c ============================[ Search Statistics ]============================
4.89/4.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.92	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.92	c =============================================================================
4.89/4.92	c  0.0s |       0 |        0 |        0 |     9809      0 |      200 |      273
4.89/4.93	c  0.0s |       0 |      262 |        0 |     9809      0 |      200 |      273
4.89/4.93	c #cpu_time = 0.011s
4.89/4.93	c #wall_clock_time = 0.011s
4.89/4.93	c #decision = 262
4.89/4.93	c #random_decision = 0
4.89/4.93	c #conflict = 0
4.89/4.93	c #restart = 0
4.89/4.93	c BCD2: found a new core of size 2: cost of the new core is >=1
4.89/4.93	c lower bound updated to 366
4.89/4.94	c BCD2: 366 <= obj <= 1649
4.89/4.94	c BCD2: #cores=171, #unrelaxed=948, #relaxed=2352, #hardened=0
4.89/4.94	c BCD2: #sat=1 #unsat=367 bias=367/368
4.89/4.94	c Solving starts ...
4.89/4.94	c ============================[ Search Statistics ]============================
4.89/4.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.94	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.94	c =============================================================================
4.89/4.94	c  0.0s |       0 |        0 |        0 |     9809      0 |      200 |      274
4.89/4.95	c  0.0s |       0 |      265 |        0 |     9809      0 |      200 |      274
4.89/4.95	c #cpu_time = 0.009s
4.89/4.95	c #wall_clock_time = 0.009s
4.89/4.95	c #decision = 265
4.89/4.95	c #random_decision = 0
4.89/4.95	c #conflict = 0
4.89/4.95	c #restart = 0
4.89/4.95	c BCD2: found a new core of size 2: cost of the new core is >=1
4.89/4.95	c lower bound updated to 367
4.89/4.95	c BCD2: 367 <= obj <= 1649
4.89/4.95	c BCD2: #cores=172, #unrelaxed=946, #relaxed=2354, #hardened=0
4.89/4.95	c BCD2: #sat=1 #unsat=368 bias=368/369
4.89/4.95	c Solving starts ...
4.89/4.95	c ============================[ Search Statistics ]============================
4.89/4.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.95	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.95	c =============================================================================
4.89/4.95	c  0.0s |       0 |        0 |        0 |     9809      0 |      200 |      275
4.89/4.96	c  0.0s |       0 |      268 |        0 |     9809      0 |      200 |      275
4.89/4.96	c #cpu_time = 0.009s
4.89/4.96	c #wall_clock_time = 0.009s
4.89/4.96	c #decision = 268
4.89/4.96	c #random_decision = 0
4.89/4.96	c #conflict = 0
4.89/4.96	c #restart = 0
4.89/4.96	c BCD2: found a new core of size 2: cost of the new core is >=1
4.89/4.96	c lower bound updated to 368
4.89/4.96	c BCD2: 368 <= obj <= 1649
4.89/4.96	c BCD2: #cores=173, #unrelaxed=944, #relaxed=2356, #hardened=0
4.89/4.96	c BCD2: #sat=1 #unsat=369 bias=369/370
4.89/4.96	c Solving starts ...
4.89/4.96	c ============================[ Search Statistics ]============================
4.89/4.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.96	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.96	c =============================================================================
4.89/4.96	c  0.0s |       0 |        0 |        0 |     9809      0 |      200 |      276
4.89/4.97	c  0.0s |       0 |      271 |        0 |     9809      0 |      200 |      276
4.89/4.97	c #cpu_time = 0.009s
4.89/4.97	c #wall_clock_time = 0.009s
4.89/4.97	c #decision = 271
4.89/4.97	c #random_decision = 0
4.89/4.97	c #conflict = 0
4.89/4.97	c #restart = 0
4.89/4.97	c BCD2: found a new core of size 2: cost of the new core is >=1
4.89/4.97	c lower bound updated to 369
4.89/4.98	c BCD2: 369 <= obj <= 1649
4.89/4.98	c BCD2: #cores=174, #unrelaxed=942, #relaxed=2358, #hardened=0
4.89/4.98	c BCD2: #sat=1 #unsat=370 bias=370/371
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 |     9809      0 |      200 |      277
4.89/4.99	c  0.0s |       0 |      274 |        0 |     9809      0 |      200 |      277
4.89/4.99	c #cpu_time = 0.009s
4.89/4.99	c #wall_clock_time = 0.009s
4.89/4.99	c #decision = 274
4.89/4.99	c #random_decision = 0
4.89/4.99	c #conflict = 0
4.89/4.99	c #restart = 0
4.89/4.99	c BCD2: found a new core of size 2: cost of the new core is >=1
4.89/4.99	c lower bound updated to 370
4.89/4.99	c BCD2: 370 <= obj <= 1649
4.89/4.99	c BCD2: #cores=175, #unrelaxed=940, #relaxed=2360, #hardened=0
4.89/4.99	c BCD2: #sat=1 #unsat=371 bias=371/372
4.89/4.99	c Solving starts ...
4.89/4.99	c ============================[ Search Statistics ]============================
4.89/4.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.99	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.99	c =============================================================================
4.89/4.99	c  0.0s |       0 |        0 |        0 |     9809      0 |      200 |      278
4.99/5.00	c  0.0s |       0 |      276 |        2 |     9809      0 |      200 |      278
4.99/5.00	c #cpu_time = 0.010s
4.99/5.00	c #wall_clock_time = 0.010s
4.99/5.00	c #decision = 276
4.99/5.00	c #random_decision = 0
4.99/5.00	c #conflict = 2
4.99/5.00	c #restart = 0
4.99/5.00	c BCD2: found a new core of size 26: cost of the new core is >=1
4.99/5.00	c lower bound updated to 371
4.99/5.00	c BCD2: 371 <= obj <= 1649
4.99/5.00	c BCD2: #cores=176, #unrelaxed=914, #relaxed=2386, #hardened=0
4.99/5.00	c BCD2: #sat=1 #unsat=372 bias=372/373
4.99/5.00	c Solving starts ...
4.99/5.00	c ============================[ Search Statistics ]============================
4.99/5.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.00	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.00	c =============================================================================
4.99/5.00	c  0.0s |       0 |        0 |        0 |     9809      0 |      200 |      278
4.99/5.01	c  0.0s |       0 |      252 |        0 |     9809      0 |      200 |      278
4.99/5.01	c #cpu_time = 0.010s
4.99/5.01	c #wall_clock_time = 0.010s
4.99/5.01	c #decision = 252
4.99/5.01	c #random_decision = 0
4.99/5.01	c #conflict = 0
4.99/5.01	c #restart = 0
4.99/5.01	c BCD2: found a new core of size 2: cost of the new core is >=1
4.99/5.01	c lower bound updated to 372
4.99/5.02	c BCD2: 372 <= obj <= 1649
4.99/5.02	c BCD2: #cores=177, #unrelaxed=912, #relaxed=2388, #hardened=0
4.99/5.02	c BCD2: #sat=1 #unsat=373 bias=373/374
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 |     9809      0 |      200 |      279
4.99/5.03	c  0.0s |       0 |      255 |        0 |     9809      0 |      200 |      279
4.99/5.03	c #cpu_time = 0.009s
4.99/5.03	c #wall_clock_time = 0.009s
4.99/5.03	c #decision = 255
4.99/5.03	c #random_decision = 0
4.99/5.03	c #conflict = 0
4.99/5.03	c #restart = 0
4.99/5.03	c BCD2: found a new core of size 2: cost of the new core is >=1
4.99/5.03	c lower bound updated to 373
4.99/5.03	c BCD2: 373 <= obj <= 1649
4.99/5.03	c BCD2: #cores=178, #unrelaxed=910, #relaxed=2390, #hardened=0
4.99/5.03	c BCD2: #sat=1 #unsat=374 bias=374/375
4.99/5.03	c Solving starts ...
4.99/5.03	c ============================[ Search Statistics ]============================
4.99/5.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.03	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.03	c =============================================================================
4.99/5.03	c  0.0s |       0 |        0 |        0 |     9809      0 |      200 |      280
4.99/5.04	c  0.0s |       0 |      256 |        0 |     9809      0 |      200 |      280
4.99/5.04	c #cpu_time = 0.009s
4.99/5.04	c #wall_clock_time = 0.009s
4.99/5.04	c #decision = 256
4.99/5.04	c #random_decision = 0
4.99/5.04	c #conflict = 0
4.99/5.04	c #restart = 0
4.99/5.04	c BCD2: found a new core of size 2: cost of the new core is >=1
4.99/5.04	c lower bound updated to 374
4.99/5.04	c BCD2: 374 <= obj <= 1649
4.99/5.04	c BCD2: #cores=179, #unrelaxed=908, #relaxed=2392, #hardened=0
4.99/5.04	c BCD2: #sat=1 #unsat=375 bias=375/376
4.99/5.04	c Solving starts ...
4.99/5.04	c ============================[ Search Statistics ]============================
4.99/5.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.04	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.04	c =============================================================================
4.99/5.04	c  0.0s |       0 |        0 |        0 |     9809      0 |      200 |      281
4.99/5.05	c  0.0s |       0 |      257 |        0 |     9809      0 |      200 |      281
4.99/5.05	c #cpu_time = 0.010s
4.99/5.05	c #wall_clock_time = 0.010s
4.99/5.05	c #decision = 257
4.99/5.05	c #random_decision = 0
4.99/5.05	c #conflict = 0
4.99/5.05	c #restart = 0
4.99/5.05	c BCD2: found a new core of size 2: cost of the new core is >=1
4.99/5.05	c lower bound updated to 375
4.99/5.06	c BCD2: 375 <= obj <= 1649
4.99/5.06	c BCD2: #cores=180, #unrelaxed=906, #relaxed=2394, #hardened=0
4.99/5.06	c BCD2: #sat=1 #unsat=376 bias=376/377
4.99/5.06	c Solving starts ...
4.99/5.06	c ============================[ Search Statistics ]============================
4.99/5.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.06	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.06	c =============================================================================
4.99/5.06	c  0.0s |       0 |        0 |        0 |     9809      0 |      200 |      282
4.99/5.07	c  0.0s |       0 |      338 |        1 |     9809      0 |      200 |      282
4.99/5.07	c #cpu_time = 0.010s
4.99/5.07	c #wall_clock_time = 0.010s
4.99/5.07	c #decision = 338
4.99/5.07	c #random_decision = 0
4.99/5.07	c #conflict = 1
4.99/5.07	c #restart = 0
4.99/5.07	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
4.99/5.07	c lower bound updated to 376
4.99/5.07	c BCD2: 376 <= obj <= 1649
4.99/5.07	c BCD2: #cores=179, #unrelaxed=905, #relaxed=2395, #hardened=0
4.99/5.07	c BCD2: #sat=1 #unsat=377 bias=377/378
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 |     9809      0 |      202 |      282
4.99/5.08	c  0.0s |       0 |      377 |        1 |     9809      0 |      202 |      284
4.99/5.08	c #cpu_time = 0.011s
4.99/5.08	c #wall_clock_time = 0.011s
4.99/5.08	c #decision = 377
4.99/5.08	c #random_decision = 0
4.99/5.08	c #conflict = 1
4.99/5.08	c #restart = 0
4.99/5.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
4.99/5.08	c lower bound updated to 377
4.99/5.08	c BCD2: 377 <= obj <= 1649
4.99/5.08	c BCD2: #cores=179, #unrelaxed=904, #relaxed=2396, #hardened=0
4.99/5.08	c BCD2: #sat=1 #unsat=378 bias=378/379
4.99/5.08	c Solving starts ...
4.99/5.08	c ============================[ Search Statistics ]============================
4.99/5.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.08	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.08	c =============================================================================
4.99/5.09	c  0.0s |       0 |        0 |        0 |     9809      0 |      203 |      284
4.99/5.10	c  0.0s |       0 |      460 |        1 |     9809      0 |      203 |      285
4.99/5.10	c #cpu_time = 0.010s
4.99/5.10	c #wall_clock_time = 0.010s
4.99/5.10	c #decision = 460
4.99/5.10	c #random_decision = 0
4.99/5.10	c #conflict = 1
4.99/5.10	c #restart = 0
4.99/5.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.99/5.10	c lower bound updated to 378
5.09/5.10	c BCD2: 378 <= obj <= 1649
5.09/5.10	c BCD2: #cores=179, #unrelaxed=903, #relaxed=2397, #hardened=0
5.09/5.10	c BCD2: #sat=1 #unsat=379 bias=379/380
5.09/5.10	c Solving starts ...
5.09/5.10	c ============================[ Search Statistics ]============================
5.09/5.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.10	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.10	c =============================================================================
5.09/5.10	c  0.0s |       0 |        0 |        0 |     9809      0 |      204 |      285
5.09/5.11	c  0.0s |       0 |      264 |        1 |     9809      0 |      204 |      286
5.09/5.11	c #cpu_time = 0.010s
5.09/5.11	c #wall_clock_time = 0.010s
5.09/5.11	c #decision = 264
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 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
5.09/5.11	c lower bound updated to 379
5.09/5.11	c BCD2: 379 <= obj <= 1649
5.09/5.11	c BCD2: #cores=179, #unrelaxed=901, #relaxed=2399, #hardened=0
5.09/5.11	c BCD2: #sat=1 #unsat=380 bias=380/381
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 |     9809      0 |      205 |      286
5.09/5.12	c  0.0s |       0 |      348 |        1 |     9809      0 |      205 |      287
5.09/5.12	c #cpu_time = 0.010s
5.09/5.12	c #wall_clock_time = 0.010s
5.09/5.12	c #decision = 348
5.09/5.12	c #random_decision = 0
5.09/5.12	c #conflict = 1
5.09/5.12	c #restart = 0
5.09/5.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=3
5.09/5.12	c lower bound updated to 380
5.09/5.12	c BCD2: 380 <= obj <= 1649
5.09/5.12	c BCD2: #cores=179, #unrelaxed=900, #relaxed=2400, #hardened=0
5.09/5.12	c BCD2: #sat=1 #unsat=381 bias=381/382
5.09/5.12	c Solving starts ...
5.09/5.12	c ============================[ Search Statistics ]============================
5.09/5.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.12	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.12	c =============================================================================
5.09/5.12	c  0.0s |       0 |        0 |        0 |     9809      0 |      206 |      287
5.09/5.13	c  0.0s |       0 |      349 |        1 |     9809      0 |      206 |      288
5.09/5.13	c #cpu_time = 0.010s
5.09/5.13	c #wall_clock_time = 0.010s
5.09/5.13	c #decision = 349
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 1 and merging with 2 cores into a new core of size 9: cost of the new core is >=5
5.09/5.13	c lower bound updated to 381
5.09/5.14	c BCD2: 381 <= obj <= 1649
5.09/5.14	c BCD2: #cores=178, #unrelaxed=899, #relaxed=2401, #hardened=0
5.09/5.14	c BCD2: #sat=1 #unsat=382 bias=382/383
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 |     9809      0 |      208 |      288
5.09/5.15	c  0.0s |       0 |      267 |        1 |     9809      0 |      208 |      290
5.09/5.15	c #cpu_time = 0.010s
5.09/5.15	c #wall_clock_time = 0.010s
5.09/5.15	c #decision = 267
5.09/5.15	c #random_decision = 0
5.09/5.15	c #conflict = 1
5.09/5.15	c #restart = 0
5.09/5.15	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 25: cost of the new core is >=13
5.09/5.15	c lower bound updated to 382
5.09/5.15	c BCD2: 382 <= obj <= 1649
5.09/5.15	c BCD2: #cores=176, #unrelaxed=897, #relaxed=2403, #hardened=0
5.09/5.15	c BCD2: #sat=1 #unsat=383 bias=383/384
5.09/5.15	c Solving starts ...
5.09/5.15	c ============================[ Search Statistics ]============================
5.09/5.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.15	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.15	c =============================================================================
5.09/5.15	c  0.0s |       0 |        0 |        0 |     9809      0 |      211 |      290
5.09/5.16	c  0.0s |       0 |      353 |        1 |     9809      0 |      211 |      293
5.09/5.16	c #cpu_time = 0.011s
5.09/5.16	c #wall_clock_time = 0.011s
5.09/5.16	c #decision = 353
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 1 and merging with 3 cores into a new core of size 20: cost of the new core is >=9
5.09/5.16	c lower bound updated to 383
5.09/5.16	c BCD2: 383 <= obj <= 1649
5.09/5.16	c BCD2: #cores=174, #unrelaxed=896, #relaxed=2404, #hardened=0
5.09/5.16	c BCD2: #sat=1 #unsat=384 bias=384/385
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 |     9809      0 |      214 |      293
5.09/5.18	c  0.0s |       0 |      264 |        0 |     9809      0 |      214 |      296
5.09/5.18	c #cpu_time = 0.014s
5.09/5.18	c #wall_clock_time = 0.014s
5.09/5.18	c #decision = 264
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 2: cost of the new core is >=1
5.09/5.18	c lower bound updated to 384
5.09/5.18	c BCD2: 384 <= obj <= 1649
5.09/5.18	c BCD2: #cores=175, #unrelaxed=894, #relaxed=2406, #hardened=0
5.09/5.18	c BCD2: #sat=1 #unsat=385 bias=385/386
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 |     9809      0 |      214 |      297
5.09/5.19	c  0.0s |       0 |      267 |        0 |     9809      0 |      214 |      297
5.09/5.19	c #cpu_time = 0.009s
5.09/5.19	c #wall_clock_time = 0.009s
5.09/5.19	c #decision = 267
5.09/5.19	c #random_decision = 0
5.09/5.19	c #conflict = 0
5.09/5.19	c #restart = 0
5.09/5.19	c BCD2: found a new core of size 2: cost of the new core is >=1
5.09/5.19	c lower bound updated to 385
5.09/5.19	c BCD2: 385 <= obj <= 1649
5.09/5.19	c BCD2: #cores=176, #unrelaxed=892, #relaxed=2408, #hardened=0
5.09/5.19	c BCD2: #sat=1 #unsat=386 bias=386/387
5.09/5.19	c Solving starts ...
5.09/5.19	c ============================[ Search Statistics ]============================
5.09/5.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.19	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.19	c =============================================================================
5.09/5.19	c  0.0s |       0 |        0 |        0 |     9809      0 |      214 |      298
5.18/5.20	c  0.0s |       0 |      270 |        0 |     9809      0 |      214 |      298
5.18/5.20	c #cpu_time = 0.009s
5.18/5.20	c #wall_clock_time = 0.009s
5.18/5.20	c #decision = 270
5.18/5.20	c #random_decision = 0
5.18/5.20	c #conflict = 0
5.18/5.20	c #restart = 0
5.18/5.20	c BCD2: found a new core of size 2: cost of the new core is >=1
5.18/5.20	c lower bound updated to 386
5.18/5.21	c BCD2: 386 <= obj <= 1649
5.18/5.21	c BCD2: #cores=177, #unrelaxed=890, #relaxed=2410, #hardened=0
5.18/5.21	c BCD2: #sat=1 #unsat=387 bias=387/388
5.18/5.21	c Solving starts ...
5.18/5.21	c ============================[ Search Statistics ]============================
5.18/5.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.21	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.21	c =============================================================================
5.18/5.21	c  0.0s |       0 |        0 |        0 |     9809      0 |      214 |      299
5.18/5.22	c  0.0s |       0 |      273 |        0 |     9809      0 |      214 |      299
5.18/5.22	c #cpu_time = 0.009s
5.18/5.22	c #wall_clock_time = 0.009s
5.18/5.22	c #decision = 273
5.18/5.22	c #random_decision = 0
5.18/5.22	c #conflict = 0
5.18/5.22	c #restart = 0
5.18/5.22	c BCD2: found a new core of size 2: cost of the new core is >=1
5.18/5.22	c lower bound updated to 387
5.18/5.22	c BCD2: 387 <= obj <= 1649
5.18/5.22	c BCD2: #cores=178, #unrelaxed=888, #relaxed=2412, #hardened=0
5.18/5.22	c BCD2: #sat=1 #unsat=388 bias=388/389
5.18/5.22	c Solving starts ...
5.18/5.22	c ============================[ Search Statistics ]============================
5.18/5.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.22	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.22	c =============================================================================
5.18/5.22	c  0.0s |       0 |        0 |        0 |     9809      0 |      214 |      300
5.18/5.23	c  0.0s |       0 |      277 |        1 |     9809      0 |      214 |      300
5.18/5.23	c #cpu_time = 0.009s
5.18/5.23	c #wall_clock_time = 0.009s
5.18/5.23	c #decision = 277
5.18/5.23	c #random_decision = 0
5.18/5.23	c #conflict = 1
5.18/5.23	c #restart = 0
5.18/5.23	c BCD2: relaxing 11 and merging with 1 cores into a new core of size 19: cost of the new core is >=4
5.18/5.23	c lower bound updated to 388
5.18/5.23	c BCD2: 388 <= obj <= 1649
5.18/5.23	c BCD2: #cores=178, #unrelaxed=877, #relaxed=2423, #hardened=0
5.18/5.23	c BCD2: #sat=1 #unsat=389 bias=389/390
5.18/5.23	c Solving starts ...
5.18/5.23	c ============================[ Search Statistics ]============================
5.18/5.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.23	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.23	c =============================================================================
5.18/5.23	c  0.0s |       0 |        0 |        0 |     9809      0 |      215 |      300
5.18/5.24	c  0.0s |       0 |      269 |        0 |     9809      0 |      215 |      301
5.18/5.24	c #cpu_time = 0.009s
5.18/5.24	c #wall_clock_time = 0.009s
5.18/5.24	c #decision = 269
5.18/5.24	c #random_decision = 0
5.18/5.24	c #conflict = 0
5.18/5.24	c #restart = 0
5.18/5.24	c BCD2: found a new core of size 2: cost of the new core is >=1
5.18/5.24	c lower bound updated to 389
5.18/5.25	c BCD2: 389 <= obj <= 1649
5.18/5.25	c BCD2: #cores=179, #unrelaxed=875, #relaxed=2425, #hardened=0
5.18/5.25	c BCD2: #sat=1 #unsat=390 bias=390/391
5.18/5.25	c Solving starts ...
5.18/5.25	c ============================[ Search Statistics ]============================
5.18/5.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.25	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.25	c =============================================================================
5.18/5.25	c  0.0s |       0 |        0 |        0 |     9809      0 |      215 |      302
5.18/5.26	c  0.0s |       0 |      272 |        0 |     9809      0 |      215 |      302
5.18/5.26	c #cpu_time = 0.009s
5.18/5.26	c #wall_clock_time = 0.009s
5.18/5.26	c #decision = 272
5.18/5.26	c #random_decision = 0
5.18/5.26	c #conflict = 0
5.18/5.26	c #restart = 0
5.18/5.26	c BCD2: found a new core of size 2: cost of the new core is >=1
5.18/5.26	c lower bound updated to 390
5.18/5.26	c BCD2: 390 <= obj <= 1649
5.18/5.26	c BCD2: #cores=180, #unrelaxed=873, #relaxed=2427, #hardened=0
5.18/5.26	c BCD2: #sat=1 #unsat=391 bias=391/392
5.18/5.26	c Solving starts ...
5.18/5.26	c ============================[ Search Statistics ]============================
5.18/5.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.26	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.26	c =============================================================================
5.18/5.26	c  0.0s |       0 |        0 |        0 |     9809      0 |      215 |      303
5.18/5.27	c  0.0s |       0 |      275 |        0 |     9809      0 |      215 |      303
5.18/5.27	c #cpu_time = 0.009s
5.18/5.27	c #wall_clock_time = 0.009s
5.18/5.27	c #decision = 275
5.18/5.27	c #random_decision = 0
5.18/5.27	c #conflict = 0
5.18/5.27	c #restart = 0
5.18/5.27	c BCD2: found a new core of size 2: cost of the new core is >=1
5.18/5.27	c lower bound updated to 391
5.18/5.27	c BCD2: 391 <= obj <= 1649
5.18/5.27	c BCD2: #cores=181, #unrelaxed=871, #relaxed=2429, #hardened=0
5.18/5.27	c BCD2: #sat=1 #unsat=392 bias=392/393
5.18/5.28	c Solving starts ...
5.18/5.28	c ============================[ Search Statistics ]============================
5.18/5.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.28	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.28	c =============================================================================
5.18/5.28	c  0.0s |       0 |        0 |        0 |     9809      0 |      215 |      304
5.18/5.29	c  0.0s |       0 |      278 |        0 |     9809      0 |      215 |      304
5.18/5.29	c #cpu_time = 0.009s
5.18/5.29	c #wall_clock_time = 0.009s
5.18/5.29	c #decision = 278
5.18/5.29	c #random_decision = 0
5.18/5.29	c #conflict = 0
5.18/5.29	c #restart = 0
5.18/5.29	c BCD2: found a new core of size 2: cost of the new core is >=1
5.18/5.29	c lower bound updated to 392
5.18/5.29	c BCD2: 392 <= obj <= 1649
5.18/5.29	c BCD2: #cores=182, #unrelaxed=869, #relaxed=2431, #hardened=0
5.18/5.29	c BCD2: #sat=1 #unsat=393 bias=393/394
5.18/5.29	c Solving starts ...
5.18/5.29	c ============================[ Search Statistics ]============================
5.18/5.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.18/5.29	c       |         |          |          |    Limit     GC | Var      | Constra 
5.18/5.29	c =============================================================================
5.18/5.29	c  0.0s |       0 |        0 |        0 |     9809      0 |      215 |      305
5.28/5.30	c  0.0s |       0 |      281 |        0 |     9809      0 |      215 |      305
5.28/5.30	c #cpu_time = 0.011s
5.28/5.30	c #wall_clock_time = 0.011s
5.28/5.30	c #decision = 281
5.28/5.30	c #random_decision = 0
5.28/5.30	c #conflict = 0
5.28/5.30	c #restart = 0
5.28/5.30	c BCD2: found a new core of size 2: cost of the new core is >=1
5.28/5.30	c lower bound updated to 393
5.28/5.30	c BCD2: 393 <= obj <= 1649
5.28/5.30	c BCD2: #cores=183, #unrelaxed=867, #relaxed=2433, #hardened=0
5.28/5.30	c BCD2: #sat=1 #unsat=394 bias=394/395
5.28/5.30	c Solving starts ...
5.28/5.30	c ============================[ Search Statistics ]============================
5.28/5.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.30	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.30	c =============================================================================
5.28/5.30	c  0.0s |       0 |        0 |        0 |     9809      0 |      215 |      306
5.28/5.31	c  0.0s |       0 |      282 |        0 |     9809      0 |      215 |      306
5.28/5.31	c #cpu_time = 0.009s
5.28/5.31	c #wall_clock_time = 0.009s
5.28/5.31	c #decision = 282
5.28/5.31	c #random_decision = 0
5.28/5.31	c #conflict = 0
5.28/5.31	c #restart = 0
5.28/5.31	c BCD2: found a new core of size 2: cost of the new core is >=1
5.28/5.31	c lower bound updated to 394
5.28/5.32	c BCD2: 394 <= obj <= 1649
5.28/5.32	c BCD2: #cores=184, #unrelaxed=865, #relaxed=2435, #hardened=0
5.28/5.32	c BCD2: #sat=1 #unsat=395 bias=395/396
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 |     9809      0 |      215 |      307
5.28/5.33	c  0.0s |       0 |      283 |        0 |     9809      0 |      215 |      307
5.28/5.33	c #cpu_time = 0.009s
5.28/5.33	c #wall_clock_time = 0.009s
5.28/5.33	c #decision = 283
5.28/5.33	c #random_decision = 0
5.28/5.33	c #conflict = 0
5.28/5.33	c #restart = 0
5.28/5.33	c BCD2: found a new core of size 2: cost of the new core is >=1
5.28/5.33	c lower bound updated to 395
5.28/5.33	c BCD2: 395 <= obj <= 1649
5.28/5.33	c BCD2: #cores=185, #unrelaxed=863, #relaxed=2437, #hardened=0
5.28/5.33	c BCD2: #sat=1 #unsat=396 bias=396/397
5.28/5.33	c Solving starts ...
5.28/5.33	c ============================[ Search Statistics ]============================
5.28/5.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.33	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.33	c =============================================================================
5.28/5.33	c  0.0s |       0 |        0 |        0 |     9809      0 |      215 |      308
5.28/5.34	c  0.0s |       0 |      385 |        1 |     9809      0 |      215 |      308
5.28/5.34	c #cpu_time = 0.010s
5.28/5.34	c #wall_clock_time = 0.010s
5.28/5.34	c #decision = 385
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 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
5.28/5.34	c lower bound updated to 396
5.28/5.34	c BCD2: 396 <= obj <= 1649
5.28/5.34	c BCD2: #cores=184, #unrelaxed=862, #relaxed=2438, #hardened=0
5.28/5.34	c BCD2: #sat=1 #unsat=397 bias=397/398
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 |     9809      0 |      217 |      308
5.28/5.35	c  0.0s |       0 |      435 |        1 |     9809      0 |      217 |      310
5.28/5.35	c #cpu_time = 0.010s
5.28/5.35	c #wall_clock_time = 0.011s
5.28/5.35	c #decision = 435
5.28/5.35	c #random_decision = 0
5.28/5.35	c #conflict = 1
5.28/5.35	c #restart = 0
5.28/5.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
5.28/5.35	c lower bound updated to 397
5.28/5.36	c BCD2: 397 <= obj <= 1649
5.28/5.36	c BCD2: #cores=184, #unrelaxed=861, #relaxed=2439, #hardened=0
5.28/5.36	c BCD2: #sat=1 #unsat=398 bias=398/399
5.28/5.36	c Solving starts ...
5.28/5.36	c ============================[ Search Statistics ]============================
5.28/5.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.36	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.36	c =============================================================================
5.28/5.36	c  0.0s |       0 |        0 |        0 |     9809      0 |      218 |      310
5.28/5.37	c  0.0s |       0 |      513 |        1 |     9809      0 |      218 |      311
5.28/5.37	c #cpu_time = 0.010s
5.28/5.37	c #wall_clock_time = 0.010s
5.28/5.37	c #decision = 513
5.28/5.37	c #random_decision = 0
5.28/5.37	c #conflict = 1
5.28/5.37	c #restart = 0
5.28/5.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
5.28/5.37	c lower bound updated to 398
5.28/5.37	c BCD2: 398 <= obj <= 1649
5.28/5.37	c BCD2: #cores=184, #unrelaxed=860, #relaxed=2440, #hardened=0
5.28/5.37	c BCD2: #sat=1 #unsat=399 bias=399/400
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 |     9809      0 |      219 |      311
5.28/5.38	c  0.0s |       0 |      290 |        1 |     9809      0 |      219 |      312
5.28/5.38	c #cpu_time = 0.010s
5.28/5.38	c #wall_clock_time = 0.010s
5.28/5.38	c #decision = 290
5.28/5.38	c #random_decision = 0
5.28/5.38	c #conflict = 1
5.28/5.38	c #restart = 0
5.28/5.38	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
5.28/5.38	c lower bound updated to 399
5.28/5.38	c BCD2: 399 <= obj <= 1649
5.28/5.38	c BCD2: #cores=184, #unrelaxed=858, #relaxed=2442, #hardened=0
5.28/5.38	c BCD2: #sat=1 #unsat=400 bias=400/401
5.28/5.38	c Solving starts ...
5.28/5.38	c ============================[ Search Statistics ]============================
5.28/5.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.28/5.38	c       |         |          |          |    Limit     GC | Var      | Constra 
5.28/5.38	c =============================================================================
5.28/5.38	c  0.0s |       0 |        0 |        0 |     9809      0 |      220 |      312
5.28/5.39	c  0.0s |       0 |      395 |        1 |     9809      0 |      220 |      313
5.28/5.39	c #cpu_time = 0.010s
5.28/5.39	c #wall_clock_time = 0.010s
5.28/5.39	c #decision = 395
5.28/5.39	c #random_decision = 0
5.28/5.39	c #conflict = 1
5.28/5.39	c #restart = 0
5.28/5.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=3
5.28/5.39	c lower bound updated to 400
5.38/5.40	c BCD2: 400 <= obj <= 1649
5.38/5.40	c BCD2: #cores=184, #unrelaxed=857, #relaxed=2443, #hardened=0
5.38/5.40	c BCD2: #sat=1 #unsat=401 bias=401/402
5.38/5.40	c Solving starts ...
5.38/5.40	c ============================[ Search Statistics ]============================
5.38/5.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.40	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.40	c =============================================================================
5.38/5.40	c  0.0s |       0 |        0 |        0 |     9809      0 |      221 |      313
5.38/5.41	c  0.0s |       0 |      396 |        1 |     9809      0 |      221 |      314
5.38/5.41	c #cpu_time = 0.010s
5.38/5.41	c #wall_clock_time = 0.011s
5.38/5.41	c #decision = 396
5.38/5.41	c #random_decision = 0
5.38/5.41	c #conflict = 1
5.38/5.41	c #restart = 0
5.38/5.41	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 9: cost of the new core is >=5
5.38/5.41	c lower bound updated to 401
5.38/5.41	c BCD2: 401 <= obj <= 1649
5.38/5.41	c BCD2: #cores=183, #unrelaxed=856, #relaxed=2444, #hardened=0
5.38/5.41	c BCD2: #sat=1 #unsat=402 bias=402/403
5.38/5.41	c Solving starts ...
5.38/5.41	c ============================[ Search Statistics ]============================
5.38/5.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.41	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.41	c =============================================================================
5.38/5.41	c  0.0s |       0 |        0 |        0 |     9809      0 |      223 |      314
5.38/5.42	c  0.0s |       0 |      293 |        1 |     9809      0 |      223 |      316
5.38/5.42	c #cpu_time = 0.014s
5.38/5.42	c #wall_clock_time = 0.014s
5.38/5.42	c #decision = 293
5.38/5.42	c #random_decision = 0
5.38/5.42	c #conflict = 1
5.38/5.42	c #restart = 0
5.38/5.42	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 25: cost of the new core is >=13
5.38/5.42	c lower bound updated to 402
5.38/5.42	c BCD2: 402 <= obj <= 1649
5.38/5.42	c BCD2: #cores=181, #unrelaxed=854, #relaxed=2446, #hardened=0
5.38/5.42	c BCD2: #sat=1 #unsat=403 bias=403/404
5.38/5.43	c Solving starts ...
5.38/5.43	c ============================[ Search Statistics ]============================
5.38/5.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.43	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.43	c =============================================================================
5.38/5.43	c  0.0s |       0 |        0 |        0 |     9809      0 |      226 |      316
5.38/5.44	c  0.0s |       0 |      400 |        1 |     9809      0 |      226 |      319
5.38/5.44	c #cpu_time = 0.011s
5.38/5.44	c #wall_clock_time = 0.011s
5.38/5.44	c #decision = 400
5.38/5.44	c #random_decision = 0
5.38/5.44	c #conflict = 1
5.38/5.44	c #restart = 0
5.38/5.44	c BCD2: relaxing 1 and merging with 3 cores into a new core of size 20: cost of the new core is >=9
5.38/5.44	c lower bound updated to 403
5.38/5.44	c BCD2: 403 <= obj <= 1649
5.38/5.44	c BCD2: #cores=179, #unrelaxed=853, #relaxed=2447, #hardened=0
5.38/5.44	c BCD2: #sat=1 #unsat=404 bias=404/405
5.38/5.44	c Solving starts ...
5.38/5.44	c ============================[ Search Statistics ]============================
5.38/5.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.44	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.44	c =============================================================================
5.38/5.44	c  0.0s |       0 |        0 |        0 |     9809      0 |      229 |      319
5.38/5.45	c  0.0s |       0 |      290 |        0 |     9809      0 |      229 |      322
5.38/5.45	c #cpu_time = 0.010s
5.38/5.45	c #wall_clock_time = 0.010s
5.38/5.45	c #decision = 290
5.38/5.45	c #random_decision = 0
5.38/5.45	c #conflict = 0
5.38/5.45	c #restart = 0
5.38/5.45	c BCD2: found a new core of size 2: cost of the new core is >=1
5.38/5.45	c lower bound updated to 404
5.38/5.45	c BCD2: 404 <= obj <= 1649
5.38/5.45	c BCD2: #cores=180, #unrelaxed=851, #relaxed=2449, #hardened=0
5.38/5.45	c BCD2: #sat=1 #unsat=405 bias=405/406
5.38/5.45	c Solving starts ...
5.38/5.45	c ============================[ Search Statistics ]============================
5.38/5.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.45	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.45	c =============================================================================
5.38/5.45	c  0.0s |       0 |        0 |        0 |     9809      0 |      229 |      323
5.38/5.46	c  0.0s |       0 |      293 |        0 |     9809      0 |      229 |      323
5.38/5.46	c #cpu_time = 0.009s
5.38/5.46	c #wall_clock_time = 0.009s
5.38/5.46	c #decision = 293
5.38/5.46	c #random_decision = 0
5.38/5.46	c #conflict = 0
5.38/5.46	c #restart = 0
5.38/5.46	c BCD2: found a new core of size 2: cost of the new core is >=1
5.38/5.46	c lower bound updated to 405
5.38/5.47	c BCD2: 405 <= obj <= 1649
5.38/5.47	c BCD2: #cores=181, #unrelaxed=849, #relaxed=2451, #hardened=0
5.38/5.47	c BCD2: #sat=1 #unsat=406 bias=406/407
5.38/5.47	c Solving starts ...
5.38/5.47	c ============================[ Search Statistics ]============================
5.38/5.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.47	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.47	c =============================================================================
5.38/5.47	c  0.0s |       0 |        0 |        0 |     9809      0 |      229 |      324
5.38/5.48	c  0.0s |       0 |      296 |        0 |     9809      0 |      229 |      324
5.38/5.48	c #cpu_time = 0.009s
5.38/5.48	c #wall_clock_time = 0.009s
5.38/5.48	c #decision = 296
5.38/5.48	c #random_decision = 0
5.38/5.48	c #conflict = 0
5.38/5.48	c #restart = 0
5.38/5.48	c BCD2: found a new core of size 2: cost of the new core is >=1
5.38/5.48	c lower bound updated to 406
5.38/5.48	c BCD2: 406 <= obj <= 1649
5.38/5.48	c BCD2: #cores=182, #unrelaxed=847, #relaxed=2453, #hardened=0
5.38/5.48	c BCD2: #sat=1 #unsat=407 bias=407/408
5.38/5.48	c Solving starts ...
5.38/5.48	c ============================[ Search Statistics ]============================
5.38/5.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.48	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.48	c =============================================================================
5.38/5.48	c  0.0s |       0 |        0 |        0 |     9809      0 |      229 |      325
5.38/5.49	c  0.0s |       0 |      299 |        0 |     9809      0 |      229 |      325
5.38/5.49	c #cpu_time = 0.009s
5.38/5.49	c #wall_clock_time = 0.009s
5.38/5.49	c #decision = 299
5.38/5.49	c #random_decision = 0
5.38/5.49	c #conflict = 0
5.38/5.49	c #restart = 0
5.38/5.49	c BCD2: found a new core of size 2: cost of the new core is >=1
5.38/5.49	c lower bound updated to 407
5.38/5.49	c BCD2: 407 <= obj <= 1649
5.38/5.49	c BCD2: #cores=183, #unrelaxed=845, #relaxed=2455, #hardened=0
5.38/5.49	c BCD2: #sat=1 #unsat=408 bias=408/409
5.38/5.50	c Solving starts ...
5.38/5.50	c ============================[ Search Statistics ]============================
5.38/5.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.38/5.50	c       |         |          |          |    Limit     GC | Var      | Constra 
5.38/5.50	c =============================================================================
5.38/5.50	c  0.0s |       0 |        0 |        0 |     9809      0 |      229 |      326
5.49/5.51	c  0.0s |       0 |      303 |        1 |     9809      0 |      229 |      326
5.49/5.51	c #cpu_time = 0.010s
5.49/5.51	c #wall_clock_time = 0.010s
5.49/5.51	c #decision = 303
5.49/5.51	c #random_decision = 0
5.49/5.51	c #conflict = 1
5.49/5.51	c #restart = 0
5.49/5.51	c BCD2: relaxing 11 and merging with 1 cores into a new core of size 19: cost of the new core is >=4
5.49/5.51	c lower bound updated to 408
5.49/5.51	c BCD2: 408 <= obj <= 1649
5.49/5.51	c BCD2: #cores=183, #unrelaxed=834, #relaxed=2466, #hardened=0
5.49/5.51	c BCD2: #sat=1 #unsat=409 bias=409/410
5.49/5.51	c Solving starts ...
5.49/5.51	c ============================[ Search Statistics ]============================
5.49/5.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.51	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.51	c =============================================================================
5.49/5.51	c  0.0s |       0 |        0 |        0 |     9809      0 |      230 |      326
5.49/5.52	c  0.0s |       0 |      295 |        0 |     9809      0 |      230 |      327
5.49/5.52	c #cpu_time = 0.009s
5.49/5.52	c #wall_clock_time = 0.009s
5.49/5.52	c #decision = 295
5.49/5.52	c #random_decision = 0
5.49/5.52	c #conflict = 0
5.49/5.52	c #restart = 0
5.49/5.52	c BCD2: found a new core of size 2: cost of the new core is >=1
5.49/5.52	c lower bound updated to 409
5.49/5.52	c BCD2: 409 <= obj <= 1649
5.49/5.52	c BCD2: #cores=184, #unrelaxed=832, #relaxed=2468, #hardened=0
5.49/5.52	c BCD2: #sat=1 #unsat=410 bias=410/411
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 |     9809      0 |      230 |      328
5.49/5.53	c  0.0s |       0 |      298 |        0 |     9809      0 |      230 |      328
5.49/5.53	c #cpu_time = 0.009s
5.49/5.53	c #wall_clock_time = 0.009s
5.49/5.53	c #decision = 298
5.49/5.53	c #random_decision = 0
5.49/5.53	c #conflict = 0
5.49/5.53	c #restart = 0
5.49/5.53	c BCD2: found a new core of size 2: cost of the new core is >=1
5.49/5.53	c lower bound updated to 410
5.49/5.54	c BCD2: 410 <= obj <= 1649
5.49/5.54	c BCD2: #cores=185, #unrelaxed=830, #relaxed=2470, #hardened=0
5.49/5.54	c BCD2: #sat=1 #unsat=411 bias=411/412
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 |     9809      0 |      230 |      329
5.49/5.55	c  0.0s |       0 |      301 |        0 |     9809      0 |      230 |      329
5.49/5.55	c #cpu_time = 0.011s
5.49/5.55	c #wall_clock_time = 0.011s
5.49/5.55	c #decision = 301
5.49/5.55	c #random_decision = 0
5.49/5.55	c #conflict = 0
5.49/5.55	c #restart = 0
5.49/5.55	c BCD2: found a new core of size 2: cost of the new core is >=1
5.49/5.55	c lower bound updated to 411
5.49/5.55	c BCD2: 411 <= obj <= 1649
5.49/5.55	c BCD2: #cores=186, #unrelaxed=828, #relaxed=2472, #hardened=0
5.49/5.55	c BCD2: #sat=1 #unsat=412 bias=412/413
5.49/5.55	c Solving starts ...
5.49/5.55	c ============================[ Search Statistics ]============================
5.49/5.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.55	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.55	c =============================================================================
5.49/5.55	c  0.0s |       0 |        0 |        0 |     9809      0 |      230 |      330
5.49/5.56	c  0.0s |       0 |      304 |        0 |     9809      0 |      230 |      330
5.49/5.56	c #cpu_time = 0.009s
5.49/5.56	c #wall_clock_time = 0.009s
5.49/5.56	c #decision = 304
5.49/5.56	c #random_decision = 0
5.49/5.56	c #conflict = 0
5.49/5.56	c #restart = 0
5.49/5.56	c BCD2: found a new core of size 2: cost of the new core is >=1
5.49/5.56	c lower bound updated to 412
5.49/5.56	c BCD2: 412 <= obj <= 1649
5.49/5.56	c BCD2: #cores=187, #unrelaxed=826, #relaxed=2474, #hardened=0
5.49/5.56	c BCD2: #sat=1 #unsat=413 bias=413/414
5.49/5.56	c Solving starts ...
5.49/5.56	c ============================[ Search Statistics ]============================
5.49/5.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.56	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.56	c =============================================================================
5.49/5.56	c  0.0s |       0 |        0 |        0 |     9809      0 |      230 |      331
5.49/5.57	c  0.0s |       0 |      307 |        0 |     9809      0 |      230 |      331
5.49/5.57	c #cpu_time = 0.009s
5.49/5.57	c #wall_clock_time = 0.009s
5.49/5.57	c #decision = 307
5.49/5.57	c #random_decision = 0
5.49/5.57	c #conflict = 0
5.49/5.57	c #restart = 0
5.49/5.57	c BCD2: found a new core of size 2: cost of the new core is >=1
5.49/5.57	c lower bound updated to 413
5.49/5.58	c BCD2: 413 <= obj <= 1649
5.49/5.58	c BCD2: #cores=188, #unrelaxed=824, #relaxed=2476, #hardened=0
5.49/5.58	c BCD2: #sat=1 #unsat=414 bias=414/415
5.49/5.58	c Solving starts ...
5.49/5.58	c ============================[ Search Statistics ]============================
5.49/5.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.49/5.58	c       |         |          |          |    Limit     GC | Var      | Constra 
5.49/5.58	c =============================================================================
5.49/5.58	c  0.0s |       0 |        0 |        0 |     9809      0 |      230 |      332
5.49/5.59	c  0.0s |       0 |      308 |        0 |     9809      0 |      230 |      332
5.49/5.59	c #cpu_time = 0.009s
5.49/5.59	c #wall_clock_time = 0.009s
5.49/5.59	c #decision = 308
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 2: cost of the new core is >=1
5.49/5.59	c lower bound updated to 414
5.49/5.59	c BCD2: 414 <= obj <= 1649
5.49/5.59	c BCD2: #cores=189, #unrelaxed=822, #relaxed=2478, #hardened=0
5.49/5.59	c BCD2: #sat=1 #unsat=415 bias=415/416
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 |     9809      0 |      230 |      333
5.49/5.60	c  0.0s |       0 |      309 |        0 |     9809      0 |      230 |      333
5.49/5.60	c #cpu_time = 0.009s
5.49/5.60	c #wall_clock_time = 0.009s
5.49/5.60	c #decision = 309
5.49/5.60	c #random_decision = 0
5.49/5.60	c #conflict = 0
5.49/5.60	c #restart = 0
5.49/5.60	c BCD2: found a new core of size 2: cost of the new core is >=1
5.49/5.60	c lower bound updated to 415
5.59/5.60	c BCD2: 415 <= obj <= 1649
5.59/5.60	c BCD2: #cores=190, #unrelaxed=820, #relaxed=2480, #hardened=0
5.59/5.60	c BCD2: #sat=1 #unsat=416 bias=416/417
5.59/5.61	c Solving starts ...
5.59/5.61	c ============================[ Search Statistics ]============================
5.59/5.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.61	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.61	c =============================================================================
5.59/5.61	c  0.0s |       0 |        0 |        0 |     9809      0 |      230 |      334
5.59/5.62	c  0.0s |       0 |      432 |        1 |     9809      0 |      230 |      334
5.59/5.62	c #cpu_time = 0.010s
5.59/5.62	c #wall_clock_time = 0.010s
5.59/5.62	c #decision = 432
5.59/5.62	c #random_decision = 0
5.59/5.62	c #conflict = 1
5.59/5.62	c #restart = 0
5.59/5.62	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
5.59/5.62	c lower bound updated to 416
5.59/5.62	c BCD2: 416 <= obj <= 1649
5.59/5.62	c BCD2: #cores=189, #unrelaxed=819, #relaxed=2481, #hardened=0
5.59/5.62	c BCD2: #sat=1 #unsat=417 bias=417/418
5.59/5.62	c Solving starts ...
5.59/5.62	c ============================[ Search Statistics ]============================
5.59/5.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.62	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.62	c =============================================================================
5.59/5.62	c  0.0s |       0 |        0 |        0 |     9809      0 |      232 |      334
5.59/5.63	c  0.0s |       0 |      493 |        1 |     9809      0 |      232 |      336
5.59/5.63	c #cpu_time = 0.011s
5.59/5.63	c #wall_clock_time = 0.011s
5.59/5.63	c #decision = 493
5.59/5.63	c #random_decision = 0
5.59/5.63	c #conflict = 1
5.59/5.63	c #restart = 0
5.59/5.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
5.59/5.63	c lower bound updated to 417
5.59/5.63	c BCD2: 417 <= obj <= 1649
5.59/5.63	c BCD2: #cores=189, #unrelaxed=818, #relaxed=2482, #hardened=0
5.59/5.63	c BCD2: #sat=1 #unsat=418 bias=418/419
5.59/5.63	c Solving starts ...
5.59/5.63	c ============================[ Search Statistics ]============================
5.59/5.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.63	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.63	c =============================================================================
5.59/5.63	c  0.0s |       0 |        0 |        0 |     9809      0 |      233 |      336
5.59/5.64	c  0.0s |       0 |      566 |        1 |     9809      0 |      233 |      337
5.59/5.64	c #cpu_time = 0.010s
5.59/5.64	c #wall_clock_time = 0.010s
5.59/5.64	c #decision = 566
5.59/5.64	c #random_decision = 0
5.59/5.64	c #conflict = 1
5.59/5.64	c #restart = 0
5.59/5.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
5.59/5.64	c lower bound updated to 418
5.59/5.64	c BCD2: 418 <= obj <= 1649
5.59/5.64	c BCD2: #cores=189, #unrelaxed=817, #relaxed=2483, #hardened=0
5.59/5.64	c BCD2: #sat=1 #unsat=419 bias=419/420
5.59/5.65	c Solving starts ...
5.59/5.65	c ============================[ Search Statistics ]============================
5.59/5.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.65	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.65	c =============================================================================
5.59/5.65	c  0.0s |       0 |        0 |        0 |     9809      0 |      234 |      337
5.59/5.66	c  0.0s |       0 |      316 |        1 |     9809      0 |      234 |      338
5.59/5.66	c #cpu_time = 0.010s
5.59/5.66	c #wall_clock_time = 0.010s
5.59/5.66	c #decision = 316
5.59/5.66	c #random_decision = 0
5.59/5.66	c #conflict = 1
5.59/5.66	c #restart = 0
5.59/5.66	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=2
5.59/5.66	c lower bound updated to 419
5.59/5.66	c BCD2: 419 <= obj <= 1649
5.59/5.66	c BCD2: #cores=189, #unrelaxed=815, #relaxed=2485, #hardened=0
5.59/5.66	c BCD2: #sat=1 #unsat=420 bias=420/421
5.59/5.66	c Solving starts ...
5.59/5.66	c ============================[ Search Statistics ]============================
5.59/5.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.66	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.66	c =============================================================================
5.59/5.66	c  0.0s |       0 |        0 |        0 |     9809      0 |      235 |      338
5.59/5.67	c  0.0s |       0 |      441 |        1 |     9809      0 |      235 |      339
5.59/5.67	c #cpu_time = 0.012s
5.59/5.67	c #wall_clock_time = 0.012s
5.59/5.67	c #decision = 441
5.59/5.67	c #random_decision = 0
5.59/5.67	c #conflict = 1
5.59/5.67	c #restart = 0
5.59/5.67	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 10: cost of the new core is >=5
5.59/5.67	c lower bound updated to 420
5.59/5.67	c BCD2: 420 <= obj <= 1649
5.59/5.67	c BCD2: #cores=188, #unrelaxed=814, #relaxed=2486, #hardened=0
5.59/5.67	c BCD2: #sat=1 #unsat=421 bias=421/422
5.59/5.67	c Solving starts ...
5.59/5.67	c ============================[ Search Statistics ]============================
5.59/5.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.67	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.67	c =============================================================================
5.59/5.67	c  0.0s |       0 |        0 |        0 |     9809      0 |      237 |      339
5.59/5.68	c  0.0s |       0 |      442 |        1 |     9809      0 |      237 |      341
5.59/5.68	c #cpu_time = 0.010s
5.59/5.68	c #wall_clock_time = 0.010s
5.59/5.68	c #decision = 442
5.59/5.68	c #random_decision = 0
5.59/5.68	c #conflict = 1
5.59/5.68	c #restart = 0
5.59/5.68	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 16: cost of the new core is >=8
5.59/5.68	c lower bound updated to 421
5.59/5.69	c BCD2: 421 <= obj <= 1649
5.59/5.69	c BCD2: #cores=187, #unrelaxed=813, #relaxed=2487, #hardened=0
5.59/5.69	c BCD2: #sat=1 #unsat=422 bias=422/423
5.59/5.69	c Solving starts ...
5.59/5.69	c ============================[ Search Statistics ]============================
5.59/5.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.69	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.69	c =============================================================================
5.59/5.69	c  0.0s |       0 |        0 |        0 |     9809      0 |      239 |      341
5.68/5.70	c  0.0s |       0 |      318 |        0 |     9809      0 |      239 |      343
5.68/5.70	c #cpu_time = 0.010s
5.68/5.70	c #wall_clock_time = 0.010s
5.68/5.70	c #decision = 318
5.68/5.70	c #random_decision = 0
5.68/5.70	c #conflict = 0
5.68/5.70	c #restart = 0
5.68/5.70	c BCD2: found a new core of size 2: cost of the new core is >=1
5.68/5.70	c lower bound updated to 422
5.68/5.70	c BCD2: 422 <= obj <= 1649
5.68/5.70	c BCD2: #cores=188, #unrelaxed=811, #relaxed=2489, #hardened=0
5.68/5.70	c BCD2: #sat=1 #unsat=423 bias=423/424
5.68/5.70	c Solving starts ...
5.68/5.70	c ============================[ Search Statistics ]============================
5.68/5.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.68/5.70	c       |         |          |          |    Limit     GC | Var      | Constra 
5.68/5.70	c =============================================================================
5.68/5.70	c  0.0s |       0 |        0 |        0 |     9809      0 |      239 |      344
5.68/5.71	c  0.0s |       0 |      323 |        1 |     9809      0 |      239 |      344
5.68/5.71	c #cpu_time = 0.010s
5.68/5.71	c #wall_clock_time = 0.010s
5.68/5.71	c #decision = 323
5.68/5.71	c #random_decision = 0
5.68/5.71	c #conflict = 1
5.68/5.71	c #restart = 0
5.68/5.71	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 13: cost of the new core is >=6
5.68/5.71	c lower bound updated to 423
5.68/5.71	c BCD2: 423 <= obj <= 1649
5.68/5.71	c BCD2: #cores=187, #unrelaxed=809, #relaxed=2491, #hardened=0
5.68/5.71	c BCD2: #sat=1 #unsat=424 bias=424/425
5.68/5.71	c Solving starts ...
5.68/5.71	c ============================[ Search Statistics ]============================
5.68/5.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.68/5.71	c       |         |          |          |    Limit     GC | Var      | Constra 
5.68/5.71	c =============================================================================
5.68/5.71	c  0.0s |       0 |        0 |        0 |     9809      0 |      241 |      344
5.68/5.72	c  0.0s |       0 |      322 |        1 |     9809      0 |      241 |      346
5.68/5.72	c #cpu_time = 0.010s
5.68/5.72	c #wall_clock_time = 0.010s
5.68/5.72	c #decision = 322
5.68/5.72	c #random_decision = 0
5.68/5.72	c #conflict = 1
5.68/5.72	c #restart = 0
5.68/5.72	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 12: cost of the new core is >=5
5.68/5.72	c lower bound updated to 424
5.68/5.73	c BCD2: 424 <= obj <= 1649
5.68/5.73	c BCD2: #cores=187, #unrelaxed=807, #relaxed=2493, #hardened=0
5.68/5.73	c BCD2: #sat=1 #unsat=425 bias=425/426
5.68/5.73	c Solving starts ...
5.68/5.73	c ============================[ Search Statistics ]============================
5.68/5.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.68/5.73	c       |         |          |          |    Limit     GC | Var      | Constra 
5.68/5.73	c =============================================================================
5.68/5.73	c  0.0s |       0 |        0 |        0 |     9809      0 |      242 |      346
5.68/5.74	c  0.0s |       0 |      324 |        0 |     9809      0 |      242 |      347
5.68/5.74	c #cpu_time = 0.009s
5.68/5.74	c #wall_clock_time = 0.009s
5.68/5.74	c #decision = 324
5.68/5.74	c #random_decision = 0
5.68/5.74	c #conflict = 0
5.68/5.74	c #restart = 0
5.68/5.74	c BCD2: found a new core of size 2: cost of the new core is >=1
5.68/5.74	c lower bound updated to 425
5.68/5.74	c BCD2: 425 <= obj <= 1649
5.68/5.74	c BCD2: #cores=188, #unrelaxed=805, #relaxed=2495, #hardened=0
5.68/5.74	c BCD2: #sat=1 #unsat=426 bias=426/427
5.68/5.74	c Solving starts ...
5.68/5.74	c ============================[ Search Statistics ]============================
5.68/5.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.68/5.74	c       |         |          |          |    Limit     GC | Var      | Constra 
5.68/5.74	c =============================================================================
5.68/5.74	c  0.0s |       0 |        0 |        0 |     9809      0 |      242 |      348
5.68/5.75	c  0.0s |       0 |      327 |        0 |     9809      0 |      242 |      348
5.68/5.75	c #cpu_time = 0.009s
5.68/5.75	c #wall_clock_time = 0.009s
5.68/5.75	c #decision = 327
5.68/5.75	c #random_decision = 0
5.68/5.75	c #conflict = 0
5.68/5.75	c #restart = 0
5.68/5.75	c BCD2: found a new core of size 2: cost of the new core is >=1
5.68/5.75	c lower bound updated to 426
5.68/5.75	c BCD2: 426 <= obj <= 1649
5.68/5.75	c BCD2: #cores=189, #unrelaxed=803, #relaxed=2497, #hardened=0
5.68/5.75	c BCD2: #sat=1 #unsat=427 bias=427/428
5.68/5.76	c Solving starts ...
5.68/5.76	c ============================[ Search Statistics ]============================
5.68/5.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.68/5.76	c       |         |          |          |    Limit     GC | Var      | Constra 
5.68/5.76	c =============================================================================
5.68/5.76	c  0.0s |       0 |        0 |        0 |     9809      0 |      242 |      349
5.68/5.77	c  0.0s |       0 |      330 |        0 |     9809      0 |      242 |      349
5.68/5.77	c #cpu_time = 0.009s
5.68/5.77	c #wall_clock_time = 0.009s
5.68/5.77	c #decision = 330
5.68/5.77	c #random_decision = 0
5.68/5.77	c #conflict = 0
5.68/5.77	c #restart = 0
5.68/5.77	c BCD2: found a new core of size 2: cost of the new core is >=1
5.68/5.77	c lower bound updated to 427
5.68/5.77	c BCD2: 427 <= obj <= 1649
5.68/5.77	c BCD2: #cores=190, #unrelaxed=801, #relaxed=2499, #hardened=0
5.68/5.77	c BCD2: #sat=1 #unsat=428 bias=428/429
5.68/5.77	c Solving starts ...
5.68/5.77	c ============================[ Search Statistics ]============================
5.68/5.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.68/5.77	c       |         |          |          |    Limit     GC | Var      | Constra 
5.68/5.77	c =============================================================================
5.68/5.77	c  0.0s |       0 |        0 |        0 |     9809      0 |      242 |      350
5.68/5.78	c  0.0s |       0 |      336 |        1 |     9809      0 |      242 |      350
5.68/5.78	c #cpu_time = 0.010s
5.68/5.78	c #wall_clock_time = 0.010s
5.68/5.78	c #decision = 336
5.68/5.78	c #random_decision = 0
5.68/5.78	c #conflict = 1
5.68/5.78	c #restart = 0
5.68/5.78	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 28: cost of the new core is >=10
5.68/5.78	c lower bound updated to 428
5.68/5.78	c BCD2: 428 <= obj <= 1649
5.68/5.78	c BCD2: #cores=189, #unrelaxed=794, #relaxed=2506, #hardened=0
5.68/5.78	c BCD2: #sat=1 #unsat=429 bias=429/430
5.68/5.78	c Solving starts ...
5.68/5.78	c ============================[ Search Statistics ]============================
5.68/5.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.68/5.78	c       |         |          |          |    Limit     GC | Var      | Constra 
5.68/5.78	c =============================================================================
5.68/5.78	c  0.0s |       0 |        0 |        0 |     9809      0 |      244 |      350
5.68/5.80	c  0.0s |       0 |      329 |        0 |     9809      0 |      244 |      352
5.68/5.80	c #cpu_time = 0.013s
5.68/5.80	c #wall_clock_time = 0.013s
5.68/5.80	c #decision = 329
5.68/5.80	c #random_decision = 0
5.68/5.80	c #conflict = 0
5.68/5.80	c #restart = 0
5.68/5.80	c BCD2: found a new core of size 2: cost of the new core is >=1
5.68/5.80	c lower bound updated to 429
5.78/5.80	c BCD2: 429 <= obj <= 1649
5.78/5.80	c BCD2: #cores=190, #unrelaxed=792, #relaxed=2508, #hardened=0
5.78/5.80	c BCD2: #sat=1 #unsat=430 bias=430/431
5.78/5.80	c Solving starts ...
5.78/5.80	c ============================[ Search Statistics ]============================
5.78/5.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.78/5.80	c       |         |          |          |    Limit     GC | Var      | Constra 
5.78/5.80	c =============================================================================
5.78/5.80	c  0.0s |       0 |        0 |        0 |     9809      0 |      244 |      353
5.78/5.81	c  0.0s |       0 |      332 |        0 |     9809      0 |      244 |      353
5.78/5.81	c #cpu_time = 0.010s
5.78/5.81	c #wall_clock_time = 0.010s
5.78/5.81	c #decision = 332
5.78/5.81	c #random_decision = 0
5.78/5.81	c #conflict = 0
5.78/5.81	c #restart = 0
5.78/5.81	c BCD2: found a new core of size 2: cost of the new core is >=1
5.78/5.81	c lower bound updated to 430
5.78/5.81	c BCD2: 430 <= obj <= 1649
5.78/5.81	c BCD2: #cores=191, #unrelaxed=790, #relaxed=2510, #hardened=0
5.78/5.81	c BCD2: #sat=1 #unsat=431 bias=431/432
5.78/5.81	c Solving starts ...
5.78/5.81	c ============================[ Search Statistics ]============================
5.78/5.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.78/5.81	c       |         |          |          |    Limit     GC | Var      | Constra 
5.78/5.81	c =============================================================================
5.78/5.81	c  0.0s |       0 |        0 |        0 |     9809      0 |      244 |      354
5.78/5.82	c  0.0s |       0 |      335 |        0 |     9809      0 |      244 |      354
5.78/5.82	c #cpu_time = 0.009s
5.78/5.82	c #wall_clock_time = 0.009s
5.78/5.82	c #decision = 335
5.78/5.82	c #random_decision = 0
5.78/5.82	c #conflict = 0
5.78/5.82	c #restart = 0
5.78/5.82	c BCD2: found a new core of size 2: cost of the new core is >=1
5.78/5.82	c lower bound updated to 431
5.78/5.83	c BCD2: 431 <= obj <= 1649
5.78/5.83	c BCD2: #cores=192, #unrelaxed=788, #relaxed=2512, #hardened=0
5.78/5.83	c BCD2: #sat=1 #unsat=432 bias=432/433
5.78/5.83	c Solving starts ...
5.78/5.83	c ============================[ Search Statistics ]============================
5.78/5.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.78/5.83	c       |         |          |          |    Limit     GC | Var      | Constra 
5.78/5.83	c =============================================================================
5.78/5.83	c  0.0s |       0 |        0 |        0 |     9809      0 |      244 |      355
5.78/5.84	c  0.0s |       0 |      338 |        0 |     9809      0 |      244 |      355
5.78/5.84	c #cpu_time = 0.009s
5.78/5.84	c #wall_clock_time = 0.009s
5.78/5.84	c #decision = 338
5.78/5.84	c #random_decision = 0
5.78/5.84	c #conflict = 0
5.78/5.84	c #restart = 0
5.78/5.84	c BCD2: found a new core of size 2: cost of the new core is >=1
5.78/5.84	c lower bound updated to 432
5.78/5.84	c BCD2: 432 <= obj <= 1649
5.78/5.84	c BCD2: #cores=193, #unrelaxed=786, #relaxed=2514, #hardened=0
5.78/5.84	c BCD2: #sat=1 #unsat=433 bias=433/434
5.78/5.84	c Solving starts ...
5.78/5.84	c ============================[ Search Statistics ]============================
5.78/5.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.78/5.84	c       |         |          |          |    Limit     GC | Var      | Constra 
5.78/5.84	c =============================================================================
5.78/5.84	c  0.0s |       0 |        0 |        0 |     9809      0 |      244 |      356
5.78/5.85	c  0.0s |       0 |      339 |        0 |     9809      0 |      244 |      356
5.78/5.85	c #cpu_time = 0.009s
5.78/5.85	c #wall_clock_time = 0.009s
5.78/5.85	c #decision = 339
5.78/5.85	c #random_decision = 0
5.78/5.85	c #conflict = 0
5.78/5.85	c #restart = 0
5.78/5.85	c BCD2: found a new core of size 2: cost of the new core is >=1
5.78/5.85	c lower bound updated to 433
5.78/5.85	c BCD2: 433 <= obj <= 1649
5.78/5.85	c BCD2: #cores=194, #unrelaxed=784, #relaxed=2516, #hardened=0
5.78/5.85	c BCD2: #sat=1 #unsat=434 bias=434/435
5.78/5.85	c Solving starts ...
5.78/5.85	c ============================[ Search Statistics ]============================
5.78/5.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.78/5.85	c       |         |          |          |    Limit     GC | Var      | Constra 
5.78/5.85	c =============================================================================
5.78/5.85	c  0.0s |       0 |        0 |        0 |     9809      0 |      244 |      357
5.78/5.86	c  0.0s |       0 |      340 |        0 |     9809      0 |      244 |      357
5.78/5.86	c #cpu_time = 0.009s
5.78/5.86	c #wall_clock_time = 0.009s
5.78/5.86	c #decision = 340
5.78/5.86	c #random_decision = 0
5.78/5.86	c #conflict = 0
5.78/5.86	c #restart = 0
5.78/5.86	c BCD2: found a new core of size 2: cost of the new core is >=1
5.78/5.86	c lower bound updated to 434
5.78/5.87	c BCD2: 434 <= obj <= 1649
5.78/5.87	c BCD2: #cores=195, #unrelaxed=782, #relaxed=2518, #hardened=0
5.78/5.87	c BCD2: #sat=1 #unsat=435 bias=435/436
5.78/5.87	c Solving starts ...
5.78/5.87	c ============================[ Search Statistics ]============================
5.78/5.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.78/5.87	c       |         |          |          |    Limit     GC | Var      | Constra 
5.78/5.87	c =============================================================================
5.78/5.87	c  0.0s |       0 |        0 |        0 |     9809      0 |      244 |      358
5.78/5.88	c  0.0s |       0 |      489 |        1 |     9809      0 |      244 |      358
5.78/5.88	c #cpu_time = 0.010s
5.78/5.88	c #wall_clock_time = 0.010s
5.78/5.88	c #decision = 489
5.78/5.88	c #random_decision = 0
5.78/5.88	c #conflict = 1
5.78/5.88	c #restart = 0
5.78/5.88	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
5.78/5.88	c lower bound updated to 435
5.78/5.88	c BCD2: 435 <= obj <= 1649
5.78/5.88	c BCD2: #cores=194, #unrelaxed=781, #relaxed=2519, #hardened=0
5.78/5.88	c BCD2: #sat=1 #unsat=436 bias=436/437
5.78/5.88	c Solving starts ...
5.78/5.88	c ============================[ Search Statistics ]============================
5.78/5.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.78/5.88	c       |         |          |          |    Limit     GC | Var      | Constra 
5.78/5.88	c =============================================================================
5.78/5.88	c  0.0s |       0 |        0 |        0 |     9809      0 |      246 |      358
5.78/5.89	c  0.0s |       0 |      561 |        1 |     9809      0 |      246 |      360
5.78/5.89	c #cpu_time = 0.010s
5.78/5.89	c #wall_clock_time = 0.010s
5.78/5.89	c #decision = 561
5.78/5.89	c #random_decision = 0
5.78/5.89	c #conflict = 1
5.78/5.89	c #restart = 0
5.78/5.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
5.78/5.89	c lower bound updated to 436
5.78/5.89	c BCD2: 436 <= obj <= 1649
5.78/5.89	c BCD2: #cores=194, #unrelaxed=780, #relaxed=2520, #hardened=0
5.78/5.89	c BCD2: #sat=1 #unsat=437 bias=437/438
5.88/5.90	c Solving starts ...
5.88/5.90	c ============================[ Search Statistics ]============================
5.88/5.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.88/5.90	c       |         |          |          |    Limit     GC | Var      | Constra 
5.88/5.90	c =============================================================================
5.88/5.90	c  0.0s |       0 |        0 |        0 |     9809      0 |      247 |      360
5.88/5.91	c  0.0s |       0 |      629 |        1 |    10790      0 |      247 |      361
5.88/5.91	c #cpu_time = 0.011s
5.88/5.91	c #wall_clock_time = 0.011s
5.88/5.91	c #decision = 629
5.88/5.91	c #random_decision = 0
5.88/5.91	c #conflict = 1
5.88/5.91	c #restart = 0
5.88/5.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
5.88/5.91	c lower bound updated to 437
5.88/5.91	c BCD2: 437 <= obj <= 1649
5.88/5.91	c BCD2: #cores=194, #unrelaxed=779, #relaxed=2521, #hardened=0
5.88/5.91	c BCD2: #sat=1 #unsat=438 bias=438/439
5.88/5.91	c Solving starts ...
5.88/5.91	c ============================[ Search Statistics ]============================
5.88/5.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.88/5.91	c       |         |          |          |    Limit     GC | Var      | Constra 
5.88/5.91	c =============================================================================
5.88/5.91	c  0.0s |       0 |        0 |        0 |    10790      0 |      248 |      361
5.88/5.92	c  0.0s |       0 |      347 |        1 |    10790      0 |      248 |      362
5.88/5.92	c #cpu_time = 0.010s
5.88/5.92	c #wall_clock_time = 0.010s
5.88/5.92	c #decision = 347
5.88/5.92	c #random_decision = 0
5.88/5.92	c #conflict = 1
5.88/5.92	c #restart = 0
5.88/5.92	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
5.88/5.92	c lower bound updated to 438
5.88/5.92	c BCD2: 438 <= obj <= 1649
5.88/5.92	c BCD2: #cores=194, #unrelaxed=777, #relaxed=2523, #hardened=0
5.88/5.92	c BCD2: #sat=1 #unsat=439 bias=439/440
5.88/5.92	c Solving starts ...
5.88/5.92	c ============================[ Search Statistics ]============================
5.88/5.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.88/5.92	c       |         |          |          |    Limit     GC | Var      | Constra 
5.88/5.92	c =============================================================================
5.88/5.92	c  0.0s |       0 |        0 |        0 |    10790      0 |      249 |      362
5.88/5.93	c  0.0s |       0 |      499 |        1 |    10790      0 |      249 |      363
5.88/5.93	c #cpu_time = 0.011s
5.88/5.93	c #wall_clock_time = 0.011s
5.88/5.93	c #decision = 499
5.88/5.93	c #random_decision = 0
5.88/5.93	c #conflict = 1
5.88/5.93	c #restart = 0
5.88/5.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=3
5.88/5.94	c lower bound updated to 439
5.88/5.94	c BCD2: 439 <= obj <= 1649
5.88/5.94	c BCD2: #cores=194, #unrelaxed=776, #relaxed=2524, #hardened=0
5.88/5.94	c BCD2: #sat=1 #unsat=440 bias=440/441
5.88/5.94	c Solving starts ...
5.88/5.94	c ============================[ Search Statistics ]============================
5.88/5.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.88/5.94	c       |         |          |          |    Limit     GC | Var      | Constra 
5.88/5.94	c =============================================================================
5.88/5.94	c  0.0s |       0 |        0 |        0 |    10790      0 |      250 |      363
5.88/5.95	c  0.0s |       0 |      500 |        1 |    10790      0 |      250 |      364
5.88/5.95	c #cpu_time = 0.010s
5.88/5.95	c #wall_clock_time = 0.010s
5.88/5.95	c #decision = 500
5.88/5.95	c #random_decision = 0
5.88/5.95	c #conflict = 1
5.88/5.95	c #restart = 0
5.88/5.95	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 9: cost of the new core is >=5
5.88/5.95	c lower bound updated to 440
5.88/5.95	c BCD2: 440 <= obj <= 1649
5.88/5.95	c BCD2: #cores=193, #unrelaxed=775, #relaxed=2525, #hardened=0
5.88/5.95	c BCD2: #sat=1 #unsat=441 bias=441/442
5.88/5.95	c Solving starts ...
5.88/5.95	c ============================[ Search Statistics ]============================
5.88/5.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.88/5.95	c       |         |          |          |    Limit     GC | Var      | Constra 
5.88/5.95	c =============================================================================
5.88/5.95	c  0.0s |       0 |        0 |        0 |    10790      0 |      252 |      364
5.88/5.96	c  0.0s |       0 |      350 |        1 |    10790      0 |      252 |      366
5.88/5.96	c #cpu_time = 0.010s
5.88/5.96	c #wall_clock_time = 0.010s
5.88/5.96	c #decision = 350
5.88/5.96	c #random_decision = 0
5.88/5.96	c #conflict = 1
5.88/5.96	c #restart = 0
5.88/5.96	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 25: cost of the new core is >=13
5.88/5.96	c lower bound updated to 441
5.88/5.97	c BCD2: 441 <= obj <= 1649
5.88/5.97	c BCD2: #cores=191, #unrelaxed=773, #relaxed=2527, #hardened=0
5.88/5.97	c BCD2: #sat=1 #unsat=442 bias=442/443
5.88/5.97	c Solving starts ...
5.88/5.97	c ============================[ Search Statistics ]============================
5.88/5.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.88/5.97	c       |         |          |          |    Limit     GC | Var      | Constra 
5.88/5.97	c =============================================================================
5.88/5.97	c  0.0s |       0 |        0 |        0 |    10790      0 |      255 |      366
5.88/5.98	c  0.0s |       0 |      504 |        1 |    10790      0 |      255 |      369
5.88/5.98	c #cpu_time = 0.010s
5.88/5.98	c #wall_clock_time = 0.010s
5.88/5.98	c #decision = 504
5.88/5.98	c #random_decision = 0
5.88/5.98	c #conflict = 1
5.88/5.98	c #restart = 0
5.88/5.98	c BCD2: relaxing 1 and merging with 3 cores into a new core of size 20: cost of the new core is >=9
5.88/5.98	c lower bound updated to 442
5.88/5.98	c BCD2: 442 <= obj <= 1649
5.88/5.98	c BCD2: #cores=189, #unrelaxed=772, #relaxed=2528, #hardened=0
5.88/5.98	c BCD2: #sat=1 #unsat=443 bias=443/444
5.88/5.98	c Solving starts ...
5.88/5.98	c ============================[ Search Statistics ]============================
5.88/5.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.88/5.98	c       |         |          |          |    Limit     GC | Var      | Constra 
5.88/5.98	c =============================================================================
5.88/5.98	c  0.0s |       0 |        0 |        0 |    10790      0 |      258 |      369
5.88/5.99	c  0.0s |       0 |      347 |        0 |    10790      0 |      258 |      372
5.88/5.99	c #cpu_time = 0.010s
5.88/5.99	c #wall_clock_time = 0.010s
5.88/5.99	c #decision = 347
5.88/5.99	c #random_decision = 0
5.88/5.99	c #conflict = 0
5.88/5.99	c #restart = 0
5.88/5.99	c BCD2: found a new core of size 2: cost of the new core is >=1
5.88/5.99	c lower bound updated to 443
5.88/5.99	c BCD2: 443 <= obj <= 1649
5.88/5.99	c BCD2: #cores=190, #unrelaxed=770, #relaxed=2530, #hardened=0
5.88/5.99	c BCD2: #sat=1 #unsat=444 bias=444/445
5.88/6.00	c Solving starts ...
5.88/6.00	c ============================[ Search Statistics ]============================
5.88/6.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.88/6.00	c       |         |          |          |    Limit     GC | Var      | Constra 
5.88/6.00	c =============================================================================
5.99/6.00	c  0.0s |       0 |        0 |        0 |    10790      0 |      258 |      373
5.99/6.01	c  0.0s |       0 |      350 |        0 |    10790      0 |      258 |      373
5.99/6.01	c #cpu_time = 0.010s
5.99/6.01	c #wall_clock_time = 0.010s
5.99/6.01	c #decision = 350
5.99/6.01	c #random_decision = 0
5.99/6.01	c #conflict = 0
5.99/6.01	c #restart = 0
5.99/6.01	c BCD2: found a new core of size 2: cost of the new core is >=1
5.99/6.01	c lower bound updated to 444
5.99/6.01	c BCD2: 444 <= obj <= 1649
5.99/6.01	c BCD2: #cores=191, #unrelaxed=768, #relaxed=2532, #hardened=0
5.99/6.01	c BCD2: #sat=1 #unsat=445 bias=445/446
5.99/6.01	c Solving starts ...
5.99/6.01	c ============================[ Search Statistics ]============================
5.99/6.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.01	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.01	c =============================================================================
5.99/6.01	c  0.0s |       0 |        0 |        0 |    10790      0 |      258 |      374
5.99/6.02	c  0.0s |       0 |      353 |        0 |    10790      0 |      258 |      374
5.99/6.02	c #cpu_time = 0.010s
5.99/6.02	c #wall_clock_time = 0.010s
5.99/6.02	c #decision = 353
5.99/6.02	c #random_decision = 0
5.99/6.02	c #conflict = 0
5.99/6.02	c #restart = 0
5.99/6.02	c BCD2: found a new core of size 2: cost of the new core is >=1
5.99/6.02	c lower bound updated to 445
5.99/6.02	c BCD2: 445 <= obj <= 1649
5.99/6.02	c BCD2: #cores=192, #unrelaxed=766, #relaxed=2534, #hardened=0
5.99/6.02	c BCD2: #sat=1 #unsat=446 bias=446/447
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 |    10790      0 |      258 |      375
5.99/6.03	c  0.0s |       0 |      356 |        0 |    10790      0 |      258 |      375
5.99/6.03	c #cpu_time = 0.009s
5.99/6.03	c #wall_clock_time = 0.009s
5.99/6.03	c #decision = 356
5.99/6.03	c #random_decision = 0
5.99/6.03	c #conflict = 0
5.99/6.03	c #restart = 0
5.99/6.03	c BCD2: found a new core of size 2: cost of the new core is >=1
5.99/6.03	c lower bound updated to 446
5.99/6.04	c BCD2: 446 <= obj <= 1649
5.99/6.04	c BCD2: #cores=193, #unrelaxed=764, #relaxed=2536, #hardened=0
5.99/6.04	c BCD2: #sat=1 #unsat=447 bias=447/448
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 |    10790      0 |      258 |      376
5.99/6.05	c  0.0s |       0 |      360 |        1 |    10790      0 |      258 |      376
5.99/6.05	c #cpu_time = 0.010s
5.99/6.05	c #wall_clock_time = 0.010s
5.99/6.05	c #decision = 360
5.99/6.05	c #random_decision = 0
5.99/6.05	c #conflict = 1
5.99/6.05	c #restart = 0
5.99/6.05	c BCD2: relaxing 11 and merging with 1 cores into a new core of size 19: cost of the new core is >=4
5.99/6.05	c lower bound updated to 447
5.99/6.05	c BCD2: 447 <= obj <= 1649
5.99/6.05	c BCD2: #cores=193, #unrelaxed=753, #relaxed=2547, #hardened=0
5.99/6.05	c BCD2: #sat=1 #unsat=448 bias=448/449
5.99/6.05	c Solving starts ...
5.99/6.05	c ============================[ Search Statistics ]============================
5.99/6.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.05	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.05	c =============================================================================
5.99/6.05	c  0.0s |       0 |        0 |        0 |    10790      0 |      259 |      376
5.99/6.06	c  0.0s |       0 |      352 |        0 |    10790      0 |      259 |      377
5.99/6.06	c #cpu_time = 0.009s
5.99/6.06	c #wall_clock_time = 0.010s
5.99/6.06	c #decision = 352
5.99/6.06	c #random_decision = 0
5.99/6.06	c #conflict = 0
5.99/6.06	c #restart = 0
5.99/6.06	c BCD2: found a new core of size 2: cost of the new core is >=1
5.99/6.06	c lower bound updated to 448
5.99/6.06	c BCD2: 448 <= obj <= 1649
5.99/6.06	c BCD2: #cores=194, #unrelaxed=751, #relaxed=2549, #hardened=0
5.99/6.06	c BCD2: #sat=1 #unsat=449 bias=449/450
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 |    10790      0 |      259 |      378
5.99/6.08	c  0.0s |       0 |      355 |        0 |    10790      0 |      259 |      378
5.99/6.08	c #cpu_time = 0.009s
5.99/6.08	c #wall_clock_time = 0.009s
5.99/6.08	c #decision = 355
5.99/6.08	c #random_decision = 0
5.99/6.08	c #conflict = 0
5.99/6.08	c #restart = 0
5.99/6.08	c BCD2: found a new core of size 2: cost of the new core is >=1
5.99/6.08	c lower bound updated to 449
5.99/6.08	c BCD2: 449 <= obj <= 1649
5.99/6.08	c BCD2: #cores=195, #unrelaxed=749, #relaxed=2551, #hardened=0
5.99/6.08	c BCD2: #sat=1 #unsat=450 bias=450/451
5.99/6.08	c Solving starts ...
5.99/6.08	c ============================[ Search Statistics ]============================
5.99/6.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.08	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.08	c =============================================================================
5.99/6.08	c  0.0s |       0 |        0 |        0 |    10790      0 |      259 |      379
5.99/6.09	c  0.0s |       0 |      358 |        0 |    10790      0 |      259 |      379
5.99/6.09	c #cpu_time = 0.010s
5.99/6.09	c #wall_clock_time = 0.010s
5.99/6.09	c #decision = 358
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 2: cost of the new core is >=1
5.99/6.09	c lower bound updated to 450
5.99/6.09	c BCD2: 450 <= obj <= 1649
5.99/6.09	c BCD2: #cores=196, #unrelaxed=747, #relaxed=2553, #hardened=0
5.99/6.09	c BCD2: #sat=1 #unsat=451 bias=451/452
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 |    10790      0 |      259 |      380
6.09/6.10	c  0.0s |       0 |      361 |        0 |    10790      0 |      259 |      380
6.09/6.10	c #cpu_time = 0.009s
6.09/6.10	c #wall_clock_time = 0.009s
6.09/6.10	c #decision = 361
6.09/6.10	c #random_decision = 0
6.09/6.10	c #conflict = 0
6.09/6.10	c #restart = 0
6.09/6.10	c BCD2: found a new core of size 2: cost of the new core is >=1
6.09/6.10	c lower bound updated to 451
6.09/6.11	c BCD2: 451 <= obj <= 1649
6.09/6.11	c BCD2: #cores=197, #unrelaxed=745, #relaxed=2555, #hardened=0
6.09/6.11	c BCD2: #sat=1 #unsat=452 bias=452/453
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 |    10790      0 |      259 |      381
6.09/6.12	c  0.0s |       0 |      364 |        0 |    10790      0 |      259 |      381
6.09/6.12	c #cpu_time = 0.009s
6.09/6.12	c #wall_clock_time = 0.009s
6.09/6.12	c #decision = 364
6.09/6.12	c #random_decision = 0
6.09/6.12	c #conflict = 0
6.09/6.12	c #restart = 0
6.09/6.12	c BCD2: found a new core of size 2: cost of the new core is >=1
6.09/6.12	c lower bound updated to 452
6.09/6.12	c BCD2: 452 <= obj <= 1649
6.09/6.12	c BCD2: #cores=198, #unrelaxed=743, #relaxed=2557, #hardened=0
6.09/6.12	c BCD2: #sat=1 #unsat=453 bias=453/454
6.09/6.12	c Solving starts ...
6.09/6.12	c ============================[ Search Statistics ]============================
6.09/6.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.12	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.12	c =============================================================================
6.09/6.12	c  0.0s |       0 |        0 |        0 |    10790      0 |      259 |      382
6.09/6.13	c  0.0s |       0 |      365 |        0 |    10790      0 |      259 |      382
6.09/6.13	c #cpu_time = 0.009s
6.09/6.13	c #wall_clock_time = 0.009s
6.09/6.13	c #decision = 365
6.09/6.13	c #random_decision = 0
6.09/6.13	c #conflict = 0
6.09/6.13	c #restart = 0
6.09/6.13	c BCD2: found a new core of size 2: cost of the new core is >=1
6.09/6.13	c lower bound updated to 453
6.09/6.13	c BCD2: 453 <= obj <= 1649
6.09/6.13	c BCD2: #cores=199, #unrelaxed=741, #relaxed=2559, #hardened=0
6.09/6.13	c BCD2: #sat=1 #unsat=454 bias=454/455
6.09/6.13	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 |    10790      0 |      259 |      383
6.09/6.15	c  0.0s |       0 |      366 |        0 |    10790      0 |      259 |      383
6.09/6.15	c #cpu_time = 0.009s
6.09/6.15	c #wall_clock_time = 0.009s
6.09/6.15	c #decision = 366
6.09/6.15	c #random_decision = 0
6.09/6.15	c #conflict = 0
6.09/6.15	c #restart = 0
6.09/6.15	c BCD2: found a new core of size 2: cost of the new core is >=1
6.09/6.15	c lower bound updated to 454
6.09/6.15	c BCD2: 454 <= obj <= 1649
6.09/6.15	c BCD2: #cores=200, #unrelaxed=739, #relaxed=2561, #hardened=0
6.09/6.15	c BCD2: #sat=1 #unsat=455 bias=455/456
6.09/6.15	c Solving starts ...
6.09/6.15	c ============================[ Search Statistics ]============================
6.09/6.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.15	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.15	c =============================================================================
6.09/6.15	c  0.0s |       0 |        0 |        0 |    10790      0 |      259 |      384
6.09/6.16	c  0.0s |       0 |      536 |        1 |    10790      0 |      259 |      384
6.09/6.16	c #cpu_time = 0.010s
6.09/6.16	c #wall_clock_time = 0.010s
6.09/6.16	c #decision = 536
6.09/6.16	c #random_decision = 0
6.09/6.16	c #conflict = 1
6.09/6.16	c #restart = 0
6.09/6.16	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
6.09/6.16	c lower bound updated to 455
6.09/6.16	c BCD2: 455 <= obj <= 1649
6.09/6.16	c BCD2: #cores=199, #unrelaxed=738, #relaxed=2562, #hardened=0
6.09/6.16	c BCD2: #sat=1 #unsat=456 bias=456/457
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 |    10790      0 |      261 |      384
6.09/6.17	c  0.0s |       0 |      620 |        1 |    10790      0 |      261 |      386
6.09/6.17	c #cpu_time = 0.011s
6.09/6.17	c #wall_clock_time = 0.011s
6.09/6.17	c #decision = 620
6.09/6.17	c #random_decision = 0
6.09/6.17	c #conflict = 1
6.09/6.17	c #restart = 0
6.09/6.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
6.09/6.18	c lower bound updated to 456
6.09/6.18	c BCD2: 456 <= obj <= 1649
6.09/6.18	c BCD2: #cores=199, #unrelaxed=737, #relaxed=2563, #hardened=0
6.09/6.18	c BCD2: #sat=1 #unsat=457 bias=457/458
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 |    10790      0 |      262 |      386
6.09/6.19	c  0.0s |       0 |      539 |        1 |    10790      0 |      262 |      387
6.09/6.19	c #cpu_time = 0.011s
6.09/6.19	c #wall_clock_time = 0.011s
6.09/6.19	c #decision = 539
6.09/6.19	c #random_decision = 0
6.09/6.19	c #conflict = 1
6.09/6.19	c #restart = 0
6.09/6.19	c BCD2: relaxing 1 and merging with 3 cores into a new core of size 11: cost of the new core is >=6
6.09/6.19	c lower bound updated to 457
6.09/6.19	c BCD2: 457 <= obj <= 1649
6.09/6.19	c BCD2: #cores=197, #unrelaxed=736, #relaxed=2564, #hardened=0
6.09/6.19	c BCD2: #sat=1 #unsat=458 bias=458/459
6.09/6.19	c Solving starts ...
6.09/6.19	c ============================[ Search Statistics ]============================
6.09/6.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.19	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.19	c =============================================================================
6.09/6.19	c  0.0s |       0 |        0 |        0 |    10790      0 |      265 |      387
6.19/6.20	c  0.0s |       0 |      371 |        1 |    10790      0 |      265 |      390
6.19/6.20	c #cpu_time = 0.010s
6.19/6.20	c #wall_clock_time = 0.010s
6.19/6.20	c #decision = 371
6.19/6.20	c #random_decision = 0
6.19/6.20	c #conflict = 1
6.19/6.20	c #restart = 0
6.19/6.20	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
6.19/6.20	c lower bound updated to 458
6.19/6.20	c BCD2: 458 <= obj <= 1649
6.19/6.20	c BCD2: #cores=197, #unrelaxed=734, #relaxed=2566, #hardened=0
6.19/6.20	c BCD2: #sat=1 #unsat=459 bias=459/460
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.21	c  0.0s |       0 |        0 |        0 |    10790      0 |      266 |      390
6.19/6.22	c  0.0s |       0 |      373 |        0 |    10790      0 |      266 |      391
6.19/6.22	c #cpu_time = 0.010s
6.19/6.22	c #wall_clock_time = 0.010s
6.19/6.22	c #decision = 373
6.19/6.22	c #random_decision = 0
6.19/6.22	c #conflict = 0
6.19/6.22	c #restart = 0
6.19/6.22	c BCD2: found a new core of size 2: cost of the new core is >=1
6.19/6.22	c lower bound updated to 459
6.19/6.22	c BCD2: 459 <= obj <= 1649
6.19/6.22	c BCD2: #cores=198, #unrelaxed=732, #relaxed=2568, #hardened=0
6.19/6.22	c BCD2: #sat=1 #unsat=460 bias=460/461
6.19/6.22	c Solving starts ...
6.19/6.22	c ============================[ Search Statistics ]============================
6.19/6.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.22	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.22	c =============================================================================
6.19/6.22	c  0.0s |       0 |        0 |        0 |    10790      0 |      266 |      392
6.19/6.23	c  0.0s |       0 |      376 |        0 |    10790      0 |      266 |      392
6.19/6.23	c #cpu_time = 0.009s
6.19/6.23	c #wall_clock_time = 0.009s
6.19/6.23	c #decision = 376
6.19/6.23	c #random_decision = 0
6.19/6.23	c #conflict = 0
6.19/6.23	c #restart = 0
6.19/6.23	c BCD2: found a new core of size 2: cost of the new core is >=1
6.19/6.23	c lower bound updated to 460
6.19/6.23	c BCD2: 460 <= obj <= 1649
6.19/6.23	c BCD2: #cores=199, #unrelaxed=730, #relaxed=2570, #hardened=0
6.19/6.23	c BCD2: #sat=1 #unsat=461 bias=461/462
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 |    10790      0 |      266 |      393
6.19/6.24	c  0.0s |       0 |      379 |        0 |    10790      0 |      266 |      393
6.19/6.24	c #cpu_time = 0.009s
6.19/6.24	c #wall_clock_time = 0.009s
6.19/6.24	c #decision = 379
6.19/6.24	c #random_decision = 0
6.19/6.24	c #conflict = 0
6.19/6.24	c #restart = 0
6.19/6.24	c BCD2: found a new core of size 2: cost of the new core is >=1
6.19/6.25	c lower bound updated to 461
6.19/6.25	c BCD2: 461 <= obj <= 1649
6.19/6.25	c BCD2: #cores=200, #unrelaxed=728, #relaxed=2572, #hardened=0
6.19/6.25	c BCD2: #sat=1 #unsat=462 bias=462/463
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 |    10790      0 |      266 |      394
6.19/6.26	c  0.0s |       0 |      382 |        0 |    10790      0 |      266 |      394
6.19/6.26	c #cpu_time = 0.009s
6.19/6.26	c #wall_clock_time = 0.009s
6.19/6.26	c #decision = 382
6.19/6.26	c #random_decision = 0
6.19/6.26	c #conflict = 0
6.19/6.26	c #restart = 0
6.19/6.26	c BCD2: found a new core of size 2: cost of the new core is >=1
6.19/6.26	c lower bound updated to 462
6.19/6.26	c BCD2: 462 <= obj <= 1649
6.19/6.26	c BCD2: #cores=201, #unrelaxed=726, #relaxed=2574, #hardened=0
6.19/6.26	c BCD2: #sat=1 #unsat=463 bias=463/464
6.19/6.26	c Solving starts ...
6.19/6.26	c ============================[ Search Statistics ]============================
6.19/6.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.26	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.26	c =============================================================================
6.19/6.26	c  0.0s |       0 |        0 |        0 |    10790      0 |      266 |      395
6.19/6.27	c  0.0s |       0 |      385 |        0 |    10790      0 |      266 |      395
6.19/6.27	c #cpu_time = 0.010s
6.19/6.27	c #wall_clock_time = 0.010s
6.19/6.27	c #decision = 385
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 2: cost of the new core is >=1
6.19/6.27	c lower bound updated to 463
6.19/6.27	c BCD2: 463 <= obj <= 1649
6.19/6.27	c BCD2: #cores=202, #unrelaxed=724, #relaxed=2576, #hardened=0
6.19/6.27	c BCD2: #sat=1 #unsat=464 bias=464/465
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 |    10790      0 |      266 |      396
6.19/6.29	c  0.0s |       0 |      388 |        0 |    10790      0 |      266 |      396
6.19/6.29	c #cpu_time = 0.009s
6.19/6.29	c #wall_clock_time = 0.009s
6.19/6.29	c #decision = 388
6.19/6.29	c #random_decision = 0
6.19/6.29	c #conflict = 0
6.19/6.29	c #restart = 0
6.19/6.29	c BCD2: found a new core of size 2: cost of the new core is >=1
6.19/6.29	c lower bound updated to 464
6.19/6.29	c BCD2: 464 <= obj <= 1649
6.19/6.29	c BCD2: #cores=203, #unrelaxed=722, #relaxed=2578, #hardened=0
6.19/6.29	c BCD2: #sat=1 #unsat=465 bias=465/466
6.19/6.29	c Solving starts ...
6.19/6.29	c ============================[ Search Statistics ]============================
6.19/6.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.29	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.29	c =============================================================================
6.19/6.29	c  0.0s |       0 |        0 |        0 |    10790      0 |      266 |      397
6.29/6.30	c  0.0s |       0 |      403 |        1 |    10790      0 |      266 |      397
6.29/6.30	c #cpu_time = 0.010s
6.29/6.30	c #wall_clock_time = 0.010s
6.29/6.30	c #decision = 403
6.29/6.30	c #random_decision = 0
6.29/6.30	c #conflict = 1
6.29/6.30	c #restart = 0
6.29/6.30	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 24: cost of the new core is >=10
6.29/6.30	c lower bound updated to 465
6.29/6.30	c BCD2: 465 <= obj <= 1649
6.29/6.30	c BCD2: #cores=202, #unrelaxed=720, #relaxed=2580, #hardened=0
6.29/6.30	c BCD2: #sat=1 #unsat=466 bias=466/467
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 |    10790      0 |      268 |      397
6.29/6.31	c  0.0s |       0 |      392 |        0 |    10790      0 |      268 |      399
6.29/6.31	c #cpu_time = 0.010s
6.29/6.31	c #wall_clock_time = 0.010s
6.29/6.31	c #decision = 392
6.29/6.31	c #random_decision = 0
6.29/6.32	c #conflict = 0
6.29/6.32	c #restart = 0
6.29/6.32	c BCD2: found a new core of size 2: cost of the new core is >=1
6.29/6.32	c lower bound updated to 466
6.29/6.32	c BCD2: 466 <= obj <= 1649
6.29/6.32	c BCD2: #cores=203, #unrelaxed=718, #relaxed=2582, #hardened=0
6.29/6.32	c BCD2: #sat=1 #unsat=467 bias=467/468
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 |    10790      0 |      268 |      400
6.29/6.33	c  0.0s |       0 |      395 |        0 |    10790      0 |      268 |      400
6.29/6.33	c #cpu_time = 0.010s
6.29/6.33	c #wall_clock_time = 0.010s
6.29/6.33	c #decision = 395
6.29/6.33	c #random_decision = 0
6.29/6.33	c #conflict = 0
6.29/6.33	c #restart = 0
6.29/6.33	c BCD2: found a new core of size 2: cost of the new core is >=1
6.29/6.33	c lower bound updated to 467
6.29/6.33	c BCD2: 467 <= obj <= 1649
6.29/6.33	c BCD2: #cores=204, #unrelaxed=716, #relaxed=2584, #hardened=0
6.29/6.33	c BCD2: #sat=1 #unsat=468 bias=468/469
6.29/6.33	c Solving starts ...
6.29/6.33	c ============================[ Search Statistics ]============================
6.29/6.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.33	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.33	c =============================================================================
6.29/6.33	c  0.0s |       0 |        0 |        0 |    10790      0 |      268 |      401
6.29/6.34	c  0.0s |       0 |      398 |        0 |    10790      0 |      268 |      401
6.29/6.34	c #cpu_time = 0.010s
6.29/6.34	c #wall_clock_time = 0.010s
6.29/6.34	c #decision = 398
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 2: cost of the new core is >=1
6.29/6.34	c lower bound updated to 468
6.29/6.35	c BCD2: 468 <= obj <= 1649
6.29/6.35	c BCD2: #cores=205, #unrelaxed=714, #relaxed=2586, #hardened=0
6.29/6.35	c BCD2: #sat=1 #unsat=469 bias=469/470
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 |    10790      0 |      268 |      402
6.29/6.36	c  0.0s |       0 |      400 |        2 |    10790      0 |      268 |      402
6.29/6.36	c #cpu_time = 0.010s
6.29/6.36	c #wall_clock_time = 0.010s
6.29/6.36	c #decision = 400
6.29/6.36	c #random_decision = 0
6.29/6.36	c #conflict = 2
6.29/6.36	c #restart = 0
6.29/6.36	c BCD2: found a new core of size 25: cost of the new core is >=1
6.29/6.36	c lower bound updated to 469
6.29/6.36	c BCD2: 469 <= obj <= 1649
6.29/6.36	c BCD2: #cores=206, #unrelaxed=689, #relaxed=2611, #hardened=0
6.29/6.36	c BCD2: #sat=1 #unsat=470 bias=470/471
6.29/6.36	c Solving starts ...
6.29/6.36	c ============================[ Search Statistics ]============================
6.29/6.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.36	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.36	c =============================================================================
6.29/6.36	c  0.0s |       0 |        0 |        0 |    10790      0 |      268 |      402
6.29/6.37	c  0.0s |       0 |      377 |        0 |    10790      0 |      268 |      402
6.29/6.37	c #cpu_time = 0.010s
6.29/6.37	c #wall_clock_time = 0.010s
6.29/6.37	c #decision = 377
6.29/6.37	c #random_decision = 0
6.29/6.37	c #conflict = 0
6.29/6.37	c #restart = 0
6.29/6.37	c BCD2: found a new core of size 2: cost of the new core is >=1
6.29/6.37	c lower bound updated to 470
6.29/6.37	c BCD2: 470 <= obj <= 1649
6.29/6.37	c BCD2: #cores=207, #unrelaxed=687, #relaxed=2613, #hardened=0
6.29/6.37	c BCD2: #sat=1 #unsat=471 bias=471/472
6.29/6.38	c Solving starts ...
6.29/6.38	c ============================[ Search Statistics ]============================
6.29/6.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.38	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.38	c =============================================================================
6.29/6.38	c  0.0s |       0 |        0 |        0 |    10790      0 |      268 |      403
6.29/6.39	c  0.0s |       0 |      380 |        0 |    10790      0 |      268 |      403
6.29/6.39	c #cpu_time = 0.010s
6.29/6.39	c #wall_clock_time = 0.010s
6.29/6.39	c #decision = 380
6.29/6.39	c #random_decision = 0
6.29/6.39	c #conflict = 0
6.29/6.39	c #restart = 0
6.29/6.39	c BCD2: found a new core of size 2: cost of the new core is >=1
6.29/6.39	c lower bound updated to 471
6.29/6.39	c BCD2: 471 <= obj <= 1649
6.29/6.39	c BCD2: #cores=208, #unrelaxed=685, #relaxed=2615, #hardened=0
6.29/6.39	c BCD2: #sat=1 #unsat=472 bias=472/473
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 |    10790      0 |      268 |      404
6.39/6.40	c  0.0s |       0 |      381 |        0 |    10790      0 |      268 |      404
6.39/6.40	c #cpu_time = 0.009s
6.39/6.40	c #wall_clock_time = 0.009s
6.39/6.40	c #decision = 381
6.39/6.40	c #random_decision = 0
6.39/6.40	c #conflict = 0
6.39/6.40	c #restart = 0
6.39/6.40	c BCD2: found a new core of size 2: cost of the new core is >=1
6.39/6.40	c lower bound updated to 472
6.39/6.40	c BCD2: 472 <= obj <= 1649
6.39/6.40	c BCD2: #cores=209, #unrelaxed=683, #relaxed=2617, #hardened=0
6.39/6.40	c BCD2: #sat=1 #unsat=473 bias=473/474
6.39/6.40	c Solving starts ...
6.39/6.40	c ============================[ Search Statistics ]============================
6.39/6.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.40	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.40	c =============================================================================
6.39/6.40	c  0.0s |       0 |        0 |        0 |    10790      0 |      268 |      405
6.39/6.41	c  0.0s |       0 |      382 |        0 |    10790      0 |      268 |      405
6.39/6.41	c #cpu_time = 0.009s
6.39/6.41	c #wall_clock_time = 0.009s
6.39/6.41	c #decision = 382
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 2: cost of the new core is >=1
6.39/6.41	c lower bound updated to 473
6.39/6.42	c BCD2: 473 <= obj <= 1649
6.39/6.42	c BCD2: #cores=210, #unrelaxed=681, #relaxed=2619, #hardened=0
6.39/6.42	c BCD2: #sat=1 #unsat=474 bias=474/475
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 |    10790      0 |      268 |      406
6.39/6.43	c  0.0s |       0 |      558 |        1 |    10790      0 |      268 |      406
6.39/6.43	c #cpu_time = 0.010s
6.39/6.43	c #wall_clock_time = 0.010s
6.39/6.43	c #decision = 558
6.39/6.43	c #random_decision = 0
6.39/6.43	c #conflict = 1
6.39/6.43	c #restart = 0
6.39/6.43	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
6.39/6.43	c lower bound updated to 474
6.39/6.43	c BCD2: 474 <= obj <= 1649
6.39/6.43	c BCD2: #cores=209, #unrelaxed=680, #relaxed=2620, #hardened=0
6.39/6.43	c BCD2: #sat=1 #unsat=475 bias=475/476
6.39/6.43	c Solving starts ...
6.39/6.43	c ============================[ Search Statistics ]============================
6.39/6.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.43	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.43	c =============================================================================
6.39/6.43	c  0.0s |       0 |        0 |        0 |    10790      0 |      270 |      406
6.39/6.44	c  0.0s |       0 |      720 |        1 |    10790      0 |      270 |      408
6.39/6.44	c #cpu_time = 0.011s
6.39/6.44	c #wall_clock_time = 0.011s
6.39/6.44	c #decision = 720
6.39/6.44	c #random_decision = 0
6.39/6.44	c #conflict = 1
6.39/6.44	c #restart = 0
6.39/6.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
6.39/6.44	c lower bound updated to 475
6.39/6.44	c BCD2: 475 <= obj <= 1649
6.39/6.44	c BCD2: #cores=209, #unrelaxed=679, #relaxed=2621, #hardened=0
6.39/6.44	c BCD2: #sat=1 #unsat=476 bias=476/477
6.39/6.44	c Solving starts ...
6.39/6.45	c ============================[ Search Statistics ]============================
6.39/6.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.45	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.45	c =============================================================================
6.39/6.45	c  0.0s |       0 |        0 |        0 |    10790      0 |      271 |      408
6.39/6.46	c  0.0s |       0 |      563 |        1 |    10790      0 |      271 |      409
6.39/6.46	c #cpu_time = 0.011s
6.39/6.46	c #wall_clock_time = 0.011s
6.39/6.46	c #decision = 563
6.39/6.46	c #random_decision = 0
6.39/6.46	c #conflict = 1
6.39/6.46	c #restart = 0
6.39/6.46	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
6.39/6.46	c lower bound updated to 476
6.39/6.46	c BCD2: 476 <= obj <= 1649
6.39/6.46	c BCD2: #cores=208, #unrelaxed=678, #relaxed=2622, #hardened=0
6.39/6.46	c BCD2: #sat=1 #unsat=477 bias=477/478
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 |    10790      0 |      273 |      409
6.39/6.47	c  0.0s |       0 |      564 |        1 |    10790      0 |      273 |      411
6.39/6.47	c #cpu_time = 0.011s
6.39/6.47	c #wall_clock_time = 0.011s
6.39/6.47	c #decision = 564
6.39/6.47	c #random_decision = 0
6.39/6.47	c #conflict = 1
6.39/6.47	c #restart = 0
6.39/6.47	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 8: cost of the new core is >=5
6.39/6.47	c lower bound updated to 477
6.39/6.47	c BCD2: 477 <= obj <= 1649
6.39/6.47	c BCD2: #cores=207, #unrelaxed=677, #relaxed=2623, #hardened=0
6.39/6.47	c BCD2: #sat=1 #unsat=478 bias=478/479
6.39/6.47	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 |    10790      0 |      275 |      411
6.39/6.49	c  0.0s |       0 |      386 |        1 |    10790      0 |      275 |      413
6.39/6.49	c #cpu_time = 0.010s
6.39/6.49	c #wall_clock_time = 0.010s
6.39/6.49	c #decision = 386
6.39/6.49	c #random_decision = 0
6.39/6.49	c #conflict = 1
6.39/6.49	c #restart = 0
6.39/6.49	c BCD2: relaxing 3 and merging with 3 cores into a new core of size 15: cost of the new core is >=7
6.39/6.49	c lower bound updated to 478
6.39/6.49	c BCD2: 478 <= obj <= 1649
6.39/6.49	c BCD2: #cores=205, #unrelaxed=674, #relaxed=2626, #hardened=0
6.39/6.49	c BCD2: #sat=1 #unsat=479 bias=479/480
6.39/6.49	c Solving starts ...
6.39/6.49	c ============================[ Search Statistics ]============================
6.39/6.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.49	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.49	c =============================================================================
6.39/6.49	c  0.0s |       0 |        0 |        0 |    10790      0 |      278 |      413
6.49/6.50	c  0.0s |       0 |      385 |        1 |    10790      0 |      278 |      416
6.49/6.50	c #cpu_time = 0.011s
6.49/6.50	c #wall_clock_time = 0.011s
6.49/6.50	c #decision = 385
6.49/6.50	c #random_decision = 0
6.49/6.50	c #conflict = 1
6.49/6.50	c #restart = 0
6.49/6.50	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
6.49/6.50	c lower bound updated to 479
6.49/6.50	c BCD2: 479 <= obj <= 1649
6.49/6.50	c BCD2: #cores=205, #unrelaxed=672, #relaxed=2628, #hardened=0
6.49/6.50	c BCD2: #sat=1 #unsat=480 bias=480/481
6.49/6.50	c Solving starts ...
6.49/6.50	c ============================[ Search Statistics ]============================
6.49/6.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.50	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.50	c =============================================================================
6.49/6.50	c  0.0s |       0 |        0 |        0 |    10790      0 |      279 |      416
6.49/6.51	c  0.0s |       0 |      387 |        1 |    10790      0 |      279 |      417
6.49/6.51	c #cpu_time = 0.010s
6.49/6.51	c #wall_clock_time = 0.010s
6.49/6.51	c #decision = 387
6.49/6.51	c #random_decision = 0
6.49/6.51	c #conflict = 1
6.49/6.51	c #restart = 0
6.49/6.51	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
6.49/6.51	c lower bound updated to 480
6.49/6.51	c BCD2: 480 <= obj <= 1649
6.49/6.51	c BCD2: #cores=205, #unrelaxed=670, #relaxed=2630, #hardened=0
6.49/6.51	c BCD2: #sat=1 #unsat=481 bias=481/482
6.49/6.52	c Solving starts ...
6.49/6.52	c ============================[ Search Statistics ]============================
6.49/6.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.52	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.52	c =============================================================================
6.49/6.52	c  0.0s |       0 |        0 |        0 |    10790      0 |      280 |      417
6.49/6.53	c  0.0s |       0 |      568 |        1 |    10790      0 |      280 |      418
6.49/6.53	c #cpu_time = 0.011s
6.49/6.53	c #wall_clock_time = 0.011s
6.49/6.53	c #decision = 568
6.49/6.53	c #random_decision = 0
6.49/6.53	c #conflict = 1
6.49/6.53	c #restart = 0
6.49/6.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
6.49/6.53	c lower bound updated to 481
6.49/6.53	c BCD2: 481 <= obj <= 1649
6.49/6.53	c BCD2: #cores=205, #unrelaxed=669, #relaxed=2631, #hardened=0
6.49/6.53	c BCD2: #sat=1 #unsat=482 bias=482/483
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 |    10790      0 |      281 |      418
6.49/6.54	c  0.0s |       0 |      388 |        0 |    10790      0 |      281 |      419
6.49/6.54	c #cpu_time = 0.009s
6.49/6.54	c #wall_clock_time = 0.010s
6.49/6.54	c #decision = 388
6.49/6.54	c #random_decision = 0
6.49/6.54	c #conflict = 0
6.49/6.54	c #restart = 0
6.49/6.54	c BCD2: found a new core of size 2: cost of the new core is >=1
6.49/6.54	c lower bound updated to 482
6.49/6.54	c BCD2: 482 <= obj <= 1649
6.49/6.54	c BCD2: #cores=206, #unrelaxed=667, #relaxed=2633, #hardened=0
6.49/6.54	c BCD2: #sat=1 #unsat=483 bias=483/484
6.49/6.54	c Solving starts ...
6.49/6.54	c ============================[ Search Statistics ]============================
6.49/6.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.54	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.54	c =============================================================================
6.49/6.54	c  0.0s |       0 |        0 |        0 |    10790      0 |      281 |      420
6.49/6.55	c  0.0s |       0 |      391 |        0 |    10790      0 |      281 |      420
6.49/6.55	c #cpu_time = 0.010s
6.49/6.55	c #wall_clock_time = 0.010s
6.49/6.55	c #decision = 391
6.49/6.55	c #random_decision = 0
6.49/6.55	c #conflict = 0
6.49/6.55	c #restart = 0
6.49/6.56	c BCD2: found a new core of size 2: cost of the new core is >=1
6.49/6.56	c lower bound updated to 483
6.49/6.56	c BCD2: 483 <= obj <= 1649
6.49/6.56	c BCD2: #cores=207, #unrelaxed=665, #relaxed=2635, #hardened=0
6.49/6.56	c BCD2: #sat=1 #unsat=484 bias=484/485
6.49/6.56	c Solving starts ...
6.49/6.56	c ============================[ Search Statistics ]============================
6.49/6.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.56	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.56	c =============================================================================
6.49/6.56	c  0.0s |       0 |        0 |        0 |    10790      0 |      281 |      421
6.49/6.57	c  0.0s |       0 |      584 |        1 |    10790      0 |      281 |      421
6.49/6.57	c #cpu_time = 0.010s
6.49/6.57	c #wall_clock_time = 0.010s
6.49/6.57	c #decision = 584
6.49/6.57	c #random_decision = 0
6.49/6.57	c #conflict = 1
6.49/6.57	c #restart = 0
6.49/6.57	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 15: cost of the new core is >=8
6.49/6.57	c lower bound updated to 484
6.49/6.57	c BCD2: 484 <= obj <= 1649
6.49/6.57	c BCD2: #cores=206, #unrelaxed=664, #relaxed=2636, #hardened=0
6.49/6.57	c BCD2: #sat=1 #unsat=485 bias=485/486
6.49/6.57	c Solving starts ...
6.49/6.57	c ============================[ Search Statistics ]============================
6.49/6.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.57	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.57	c =============================================================================
6.49/6.57	c  0.0s |       0 |        0 |        0 |    10790      0 |      283 |      421
6.49/6.58	c  0.0s |       0 |      396 |        1 |    10790      0 |      283 |      423
6.49/6.58	c #cpu_time = 0.011s
6.49/6.58	c #wall_clock_time = 0.011s
6.49/6.58	c #decision = 396
6.49/6.58	c #random_decision = 0
6.49/6.58	c #conflict = 1
6.49/6.58	c #restart = 0
6.49/6.58	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 10: cost of the new core is >=4
6.49/6.58	c lower bound updated to 485
6.49/6.59	c BCD2: 485 <= obj <= 1649
6.49/6.59	c BCD2: #cores=206, #unrelaxed=662, #relaxed=2638, #hardened=0
6.49/6.59	c BCD2: #sat=1 #unsat=486 bias=486/487
6.49/6.59	c Solving starts ...
6.49/6.59	c ============================[ Search Statistics ]============================
6.49/6.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.59	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.59	c =============================================================================
6.49/6.59	c  0.0s |       0 |        0 |        0 |    10790      0 |      284 |      423
6.49/6.60	c  0.0s |       0 |      588 |        2 |    10790      0 |      284 |      424
6.49/6.60	c #cpu_time = 0.011s
6.49/6.60	c #wall_clock_time = 0.011s
6.49/6.60	c #decision = 588
6.49/6.60	c #random_decision = 0
6.49/6.60	c #conflict = 2
6.49/6.60	c #restart = 0
6.49/6.60	c BCD2: relaxing 1 and merging with 3 cores into a new core of size 17: cost of the new core is >=8
6.49/6.60	c lower bound updated to 486
6.49/6.60	c BCD2: 486 <= obj <= 1649
6.49/6.60	c BCD2: #cores=204, #unrelaxed=661, #relaxed=2639, #hardened=0
6.49/6.60	c BCD2: #sat=1 #unsat=487 bias=487/488
6.49/6.60	c Solving starts ...
6.49/6.60	c ============================[ Search Statistics ]============================
6.49/6.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.60	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.60	c =============================================================================
6.49/6.60	c  0.0s |       0 |        0 |        0 |    10790      0 |      287 |      424
6.60/6.61	c  0.0s |       0 |      395 |        0 |    10790      0 |      287 |      427
6.60/6.61	c #cpu_time = 0.010s
6.60/6.61	c #wall_clock_time = 0.010s
6.60/6.61	c #decision = 395
6.60/6.61	c #random_decision = 0
6.60/6.61	c #conflict = 0
6.60/6.61	c #restart = 0
6.60/6.61	c BCD2: found a new core of size 2: cost of the new core is >=1
6.60/6.61	c lower bound updated to 487
6.60/6.61	c BCD2: 487 <= obj <= 1649
6.60/6.61	c BCD2: #cores=205, #unrelaxed=659, #relaxed=2641, #hardened=0
6.60/6.61	c BCD2: #sat=1 #unsat=488 bias=488/489
6.60/6.62	c Solving starts ...
6.60/6.62	c ============================[ Search Statistics ]============================
6.60/6.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.62	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.62	c =============================================================================
6.60/6.62	c  0.0s |       0 |        0 |        0 |    10790      0 |      287 |      428
6.60/6.63	c  0.0s |       0 |      398 |        0 |    10790      0 |      287 |      428
6.60/6.63	c #cpu_time = 0.010s
6.60/6.63	c #wall_clock_time = 0.010s
6.60/6.63	c #decision = 398
6.60/6.63	c #random_decision = 0
6.60/6.63	c #conflict = 0
6.60/6.63	c #restart = 0
6.60/6.63	c BCD2: found a new core of size 2: cost of the new core is >=1
6.60/6.63	c lower bound updated to 488
6.60/6.63	c BCD2: 488 <= obj <= 1649
6.60/6.63	c BCD2: #cores=206, #unrelaxed=657, #relaxed=2643, #hardened=0
6.60/6.63	c BCD2: #sat=1 #unsat=489 bias=489/490
6.60/6.63	c Solving starts ...
6.60/6.63	c ============================[ Search Statistics ]============================
6.60/6.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.63	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.63	c =============================================================================
6.60/6.63	c  0.0s |       0 |        0 |        0 |    10790      0 |      287 |      429
6.60/6.64	c  0.0s |       0 |      401 |        0 |    10790      0 |      287 |      429
6.60/6.64	c #cpu_time = 0.010s
6.60/6.64	c #wall_clock_time = 0.010s
6.60/6.64	c #decision = 401
6.60/6.64	c #random_decision = 0
6.60/6.64	c #conflict = 0
6.60/6.64	c #restart = 0
6.60/6.64	c BCD2: found a new core of size 2: cost of the new core is >=1
6.60/6.64	c lower bound updated to 489
6.60/6.64	c BCD2: 489 <= obj <= 1649
6.60/6.64	c BCD2: #cores=207, #unrelaxed=655, #relaxed=2645, #hardened=0
6.60/6.64	c BCD2: #sat=1 #unsat=490 bias=490/491
6.60/6.65	c Solving starts ...
6.60/6.65	c ============================[ Search Statistics ]============================
6.60/6.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.65	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.65	c =============================================================================
6.60/6.65	c  0.0s |       0 |        0 |        0 |    10790      0 |      287 |      430
6.60/6.66	c  0.0s |       0 |      404 |        0 |    10790      0 |      287 |      430
6.60/6.66	c #cpu_time = 0.010s
6.60/6.66	c #wall_clock_time = 0.010s
6.60/6.66	c #decision = 404
6.60/6.66	c #random_decision = 0
6.60/6.66	c #conflict = 0
6.60/6.66	c #restart = 0
6.60/6.66	c BCD2: found a new core of size 2: cost of the new core is >=1
6.60/6.66	c lower bound updated to 490
6.60/6.66	c BCD2: 490 <= obj <= 1649
6.60/6.66	c BCD2: #cores=208, #unrelaxed=653, #relaxed=2647, #hardened=0
6.60/6.66	c BCD2: #sat=1 #unsat=491 bias=491/492
6.60/6.66	c Solving starts ...
6.60/6.66	c ============================[ Search Statistics ]============================
6.60/6.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.66	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.66	c =============================================================================
6.60/6.66	c  0.0s |       0 |        0 |        0 |    10790      0 |      287 |      431
6.60/6.67	c  0.0s |       0 |      406 |        1 |    10790      0 |      287 |      431
6.60/6.67	c #cpu_time = 0.010s
6.60/6.67	c #wall_clock_time = 0.010s
6.60/6.67	c #decision = 406
6.60/6.67	c #random_decision = 0
6.60/6.67	c #conflict = 1
6.60/6.67	c #restart = 0
6.60/6.67	c BCD2: found a new core of size 21: cost of the new core is >=1
6.60/6.67	c lower bound updated to 491
6.60/6.67	c BCD2: 491 <= obj <= 1649
6.60/6.67	c BCD2: #cores=209, #unrelaxed=632, #relaxed=2668, #hardened=0
6.60/6.67	c BCD2: #sat=1 #unsat=492 bias=492/493
6.60/6.67	c Solving starts ...
6.60/6.67	c ============================[ Search Statistics ]============================
6.60/6.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.67	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.67	c =============================================================================
6.60/6.67	c  0.0s |       0 |        0 |        0 |    10790      0 |      287 |      431
6.60/6.68	c  0.0s |       0 |      387 |        0 |    10790      0 |      287 |      431
6.60/6.68	c #cpu_time = 0.009s
6.60/6.68	c #wall_clock_time = 0.010s
6.60/6.68	c #decision = 387
6.60/6.68	c #random_decision = 0
6.60/6.68	c #conflict = 0
6.60/6.68	c #restart = 0
6.60/6.68	c BCD2: found a new core of size 2: cost of the new core is >=1
6.60/6.68	c lower bound updated to 492
6.60/6.69	c BCD2: 492 <= obj <= 1649
6.60/6.69	c BCD2: #cores=210, #unrelaxed=630, #relaxed=2670, #hardened=0
6.60/6.69	c BCD2: #sat=1 #unsat=493 bias=493/494
6.60/6.69	c Solving starts ...
6.60/6.69	c ============================[ Search Statistics ]============================
6.60/6.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.69	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.69	c =============================================================================
6.60/6.69	c  0.0s |       0 |        0 |        0 |    10790      0 |      287 |      432
6.60/6.70	c  0.0s |       0 |      390 |        0 |    10790      0 |      287 |      432
6.60/6.70	c #cpu_time = 0.010s
6.60/6.70	c #wall_clock_time = 0.010s
6.60/6.70	c #decision = 390
6.60/6.70	c #random_decision = 0
6.60/6.70	c #conflict = 0
6.60/6.70	c #restart = 0
6.60/6.70	c BCD2: found a new core of size 2: cost of the new core is >=1
6.60/6.70	c lower bound updated to 493
6.60/6.70	c BCD2: 493 <= obj <= 1649
6.60/6.70	c BCD2: #cores=211, #unrelaxed=628, #relaxed=2672, #hardened=0
6.60/6.70	c BCD2: #sat=1 #unsat=494 bias=494/495
6.60/6.70	c Solving starts ...
6.70/6.70	c ============================[ Search Statistics ]============================
6.70/6.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.70	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.70	c =============================================================================
6.70/6.70	c  0.0s |       0 |        0 |        0 |    10790      0 |      287 |      433
6.70/6.71	c  0.0s |       0 |      391 |        0 |    10790      0 |      287 |      433
6.70/6.71	c #cpu_time = 0.009s
6.70/6.71	c #wall_clock_time = 0.009s
6.70/6.71	c #decision = 391
6.70/6.71	c #random_decision = 0
6.70/6.71	c #conflict = 0
6.70/6.71	c #restart = 0
6.70/6.71	c BCD2: found a new core of size 2: cost of the new core is >=1
6.70/6.71	c lower bound updated to 494
6.70/6.72	c BCD2: 494 <= obj <= 1649
6.70/6.72	c BCD2: #cores=212, #unrelaxed=626, #relaxed=2674, #hardened=0
6.70/6.72	c BCD2: #sat=1 #unsat=495 bias=495/496
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 |    10790      0 |      287 |      434
6.70/6.73	c  0.0s |       0 |      392 |        0 |    10790      0 |      287 |      434
6.70/6.73	c #cpu_time = 0.009s
6.70/6.73	c #wall_clock_time = 0.009s
6.70/6.73	c #decision = 392
6.70/6.73	c #random_decision = 0
6.70/6.73	c #conflict = 0
6.70/6.73	c #restart = 0
6.70/6.73	c BCD2: found a new core of size 2: cost of the new core is >=1
6.70/6.73	c lower bound updated to 495
6.70/6.73	c BCD2: 495 <= obj <= 1649
6.70/6.73	c BCD2: #cores=213, #unrelaxed=624, #relaxed=2676, #hardened=0
6.70/6.73	c BCD2: #sat=1 #unsat=496 bias=496/497
6.70/6.73	c Solving starts ...
6.70/6.73	c ============================[ Search Statistics ]============================
6.70/6.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.73	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.73	c =============================================================================
6.70/6.73	c  0.0s |       0 |        0 |        0 |    10790      0 |      287 |      435
6.70/6.74	c  0.0s |       0 |      575 |        1 |    10790      0 |      287 |      435
6.70/6.74	c #cpu_time = 0.010s
6.70/6.74	c #wall_clock_time = 0.010s
6.70/6.74	c #decision = 575
6.70/6.74	c #random_decision = 0
6.70/6.74	c #conflict = 1
6.70/6.74	c #restart = 0
6.70/6.74	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
6.70/6.74	c lower bound updated to 496
6.70/6.74	c BCD2: 496 <= obj <= 1649
6.70/6.74	c BCD2: #cores=212, #unrelaxed=623, #relaxed=2677, #hardened=0
6.70/6.74	c BCD2: #sat=1 #unsat=497 bias=497/498
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 |    10790      0 |      289 |      435
6.70/6.76	c  0.0s |       0 |      727 |        1 |    10790      0 |      289 |      437
6.70/6.76	c #cpu_time = 0.011s
6.70/6.76	c #wall_clock_time = 0.011s
6.70/6.76	c #decision = 727
6.70/6.76	c #random_decision = 0
6.70/6.76	c #conflict = 1
6.70/6.76	c #restart = 0
6.70/6.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=4
6.70/6.76	c lower bound updated to 497
6.70/6.76	c BCD2: 497 <= obj <= 1649
6.70/6.76	c BCD2: #cores=212, #unrelaxed=622, #relaxed=2678, #hardened=0
6.70/6.76	c BCD2: #sat=1 #unsat=498 bias=498/499
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 |    10790      0 |      290 |      437
6.70/6.77	c  0.0s |       0 |      712 |        1 |    10790      0 |      290 |      438
6.70/6.77	c #cpu_time = 0.010s
6.70/6.77	c #wall_clock_time = 0.010s
6.70/6.77	c #decision = 712
6.70/6.77	c #random_decision = 0
6.70/6.77	c #conflict = 1
6.70/6.77	c #restart = 0
6.70/6.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
6.70/6.77	c lower bound updated to 498
6.70/6.77	c BCD2: 498 <= obj <= 1649
6.70/6.77	c BCD2: #cores=212, #unrelaxed=621, #relaxed=2679, #hardened=0
6.70/6.77	c BCD2: #sat=1 #unsat=499 bias=499/500
6.70/6.77	c Solving starts ...
6.70/6.77	c ============================[ Search Statistics ]============================
6.70/6.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.77	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.77	c =============================================================================
6.70/6.77	c  0.0s |       0 |        0 |        0 |    10790      0 |      291 |      438
6.70/6.78	c  0.0s |       0 |      582 |        1 |    10790      0 |      291 |      439
6.70/6.78	c #cpu_time = 0.011s
6.70/6.78	c #wall_clock_time = 0.011s
6.70/6.78	c #decision = 582
6.70/6.78	c #random_decision = 0
6.70/6.78	c #conflict = 1
6.70/6.78	c #restart = 0
6.70/6.78	c BCD2: relaxing 1 and merging with 3 cores into a new core of size 13: cost of the new core is >=7
6.70/6.78	c lower bound updated to 499
6.70/6.79	c BCD2: 499 <= obj <= 1649
6.70/6.79	c BCD2: #cores=210, #unrelaxed=620, #relaxed=2680, #hardened=0
6.70/6.79	c BCD2: #sat=1 #unsat=500 bias=500/501
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 |    10790      0 |      294 |      439
6.79/6.80	c  0.0s |       0 |      696 |        1 |    10790      0 |      294 |      442
6.79/6.80	c #cpu_time = 0.010s
6.79/6.80	c #wall_clock_time = 0.010s
6.79/6.80	c #decision = 696
6.79/6.80	c #random_decision = 0
6.79/6.80	c #conflict = 1
6.79/6.80	c #restart = 0
6.79/6.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=3
6.79/6.80	c lower bound updated to 500
6.79/6.80	c BCD2: 500 <= obj <= 1649
6.79/6.80	c BCD2: #cores=210, #unrelaxed=619, #relaxed=2681, #hardened=0
6.79/6.80	c BCD2: #sat=1 #unsat=501 bias=501/502
6.79/6.80	c Solving starts ...
6.79/6.80	c ============================[ Search Statistics ]============================
6.79/6.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.80	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.80	c =============================================================================
6.79/6.80	c  0.0s |       0 |        0 |        0 |    10790      0 |      295 |      442
6.79/6.81	c  0.0s |       0 |      399 |        1 |    10790      0 |      295 |      443
6.79/6.81	c #cpu_time = 0.011s
6.79/6.81	c #wall_clock_time = 0.011s
6.79/6.81	c #decision = 399
6.79/6.81	c #random_decision = 0
6.79/6.81	c #conflict = 1
6.79/6.81	c #restart = 0
6.79/6.81	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 11: cost of the new core is >=5
6.79/6.81	c lower bound updated to 501
6.79/6.81	c BCD2: 501 <= obj <= 1649
6.79/6.81	c BCD2: #cores=210, #unrelaxed=617, #relaxed=2683, #hardened=0
6.79/6.81	c BCD2: #sat=1 #unsat=502 bias=502/503
6.79/6.82	c Solving starts ...
6.79/6.82	c ============================[ Search Statistics ]============================
6.79/6.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.82	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.82	c =============================================================================
6.79/6.82	c  0.0s |       0 |        0 |        0 |    10790      0 |      296 |      443
6.79/6.83	c  0.0s |       0 |      401 |        1 |    10790      0 |      296 |      444
6.79/6.83	c #cpu_time = 0.010s
6.79/6.83	c #wall_clock_time = 0.010s
6.79/6.83	c #decision = 401
6.79/6.83	c #random_decision = 0
6.79/6.83	c #conflict = 1
6.79/6.83	c #restart = 0
6.79/6.83	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 10: cost of the new core is >=5
6.79/6.83	c lower bound updated to 502
6.79/6.83	c BCD2: 502 <= obj <= 1649
6.79/6.83	c BCD2: #cores=210, #unrelaxed=615, #relaxed=2685, #hardened=0
6.79/6.83	c BCD2: #sat=1 #unsat=503 bias=503/504
6.79/6.83	c Solving starts ...
6.79/6.83	c ============================[ Search Statistics ]============================
6.79/6.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.83	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.83	c =============================================================================
6.79/6.83	c  0.0s |       0 |        0 |        0 |    10790      0 |      297 |      444
6.79/6.84	c  0.0s |       0 |      592 |        1 |    10790      0 |      297 |      445
6.79/6.84	c #cpu_time = 0.011s
6.79/6.84	c #wall_clock_time = 0.011s
6.79/6.84	c #decision = 592
6.79/6.84	c #random_decision = 0
6.79/6.84	c #conflict = 1
6.79/6.84	c #restart = 0
6.79/6.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
6.79/6.84	c lower bound updated to 503
6.79/6.84	c BCD2: 503 <= obj <= 1649
6.79/6.84	c BCD2: #cores=210, #unrelaxed=614, #relaxed=2686, #hardened=0
6.79/6.84	c BCD2: #sat=1 #unsat=504 bias=504/505
6.79/6.84	c Solving starts ...
6.79/6.85	c ============================[ Search Statistics ]============================
6.79/6.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.85	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.85	c =============================================================================
6.79/6.85	c  0.0s |       0 |        0 |        0 |    10790      0 |      298 |      445
6.79/6.86	c  0.0s |       0 |      402 |        0 |    10790      0 |      298 |      446
6.79/6.86	c #cpu_time = 0.009s
6.79/6.86	c #wall_clock_time = 0.009s
6.79/6.86	c #decision = 402
6.79/6.86	c #random_decision = 0
6.79/6.86	c #conflict = 0
6.79/6.86	c #restart = 0
6.79/6.86	c BCD2: found a new core of size 2: cost of the new core is >=1
6.79/6.86	c lower bound updated to 504
6.79/6.86	c BCD2: 504 <= obj <= 1649
6.79/6.86	c BCD2: #cores=211, #unrelaxed=612, #relaxed=2688, #hardened=0
6.79/6.86	c BCD2: #sat=1 #unsat=505 bias=505/506
6.79/6.86	c Solving starts ...
6.79/6.86	c ============================[ Search Statistics ]============================
6.79/6.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.86	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.86	c =============================================================================
6.79/6.86	c  0.0s |       0 |        0 |        0 |    10790      0 |      298 |      447
6.79/6.87	c  0.0s |       0 |      405 |        0 |    10790      0 |      298 |      447
6.79/6.87	c #cpu_time = 0.010s
6.79/6.87	c #wall_clock_time = 0.010s
6.79/6.87	c #decision = 405
6.79/6.87	c #random_decision = 0
6.79/6.87	c #conflict = 0
6.79/6.87	c #restart = 0
6.79/6.87	c BCD2: found a new core of size 2: cost of the new core is >=1
6.79/6.87	c lower bound updated to 505
6.79/6.87	c BCD2: 505 <= obj <= 1649
6.79/6.87	c BCD2: #cores=212, #unrelaxed=610, #relaxed=2690, #hardened=0
6.79/6.87	c BCD2: #sat=1 #unsat=506 bias=506/507
6.79/6.87	c Solving starts ...
6.79/6.87	c ============================[ Search Statistics ]============================
6.79/6.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.87	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.87	c =============================================================================
6.79/6.87	c  0.0s |       0 |        0 |        0 |    10790      0 |      298 |      448
6.79/6.88	c  0.0s |       0 |      408 |        0 |    10790      0 |      298 |      448
6.79/6.88	c #cpu_time = 0.009s
6.79/6.88	c #wall_clock_time = 0.009s
6.79/6.88	c #decision = 408
6.79/6.88	c #random_decision = 0
6.79/6.88	c #conflict = 0
6.79/6.88	c #restart = 0
6.79/6.88	c BCD2: found a new core of size 2: cost of the new core is >=1
6.79/6.88	c lower bound updated to 506
6.79/6.89	c BCD2: 506 <= obj <= 1649
6.79/6.89	c BCD2: #cores=213, #unrelaxed=608, #relaxed=2692, #hardened=0
6.79/6.89	c BCD2: #sat=1 #unsat=507 bias=507/508
6.79/6.89	c Solving starts ...
6.79/6.89	c ============================[ Search Statistics ]============================
6.79/6.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.89	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.89	c =============================================================================
6.79/6.89	c  0.0s |       0 |        0 |        0 |    10790      0 |      298 |      449
6.89/6.90	c  0.0s |       0 |      411 |        0 |    10790      0 |      298 |      449
6.89/6.90	c #cpu_time = 0.010s
6.89/6.90	c #wall_clock_time = 0.010s
6.89/6.90	c #decision = 411
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 2: cost of the new core is >=1
6.89/6.90	c lower bound updated to 507
6.89/6.90	c BCD2: 507 <= obj <= 1649
6.89/6.90	c BCD2: #cores=214, #unrelaxed=606, #relaxed=2694, #hardened=0
6.89/6.90	c BCD2: #sat=1 #unsat=508 bias=508/509
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 |    10790      0 |      298 |      450
6.89/6.91	c  0.0s |       0 |      414 |        0 |    10790      0 |      298 |      450
6.89/6.91	c #cpu_time = 0.010s
6.89/6.91	c #wall_clock_time = 0.010s
6.89/6.91	c #decision = 414
6.89/6.91	c #random_decision = 0
6.89/6.91	c #conflict = 0
6.89/6.91	c #restart = 0
6.89/6.91	c BCD2: found a new core of size 2: cost of the new core is >=1
6.89/6.91	c lower bound updated to 508
6.89/6.91	c BCD2: 508 <= obj <= 1649
6.89/6.91	c BCD2: #cores=215, #unrelaxed=604, #relaxed=2696, #hardened=0
6.89/6.91	c BCD2: #sat=1 #unsat=509 bias=509/510
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 |    10790      0 |      298 |      451
6.89/6.93	c  0.0s |       0 |      417 |        0 |    10790      0 |      298 |      451
6.89/6.93	c #cpu_time = 0.010s
6.89/6.93	c #wall_clock_time = 0.010s
6.89/6.93	c #decision = 417
6.89/6.93	c #random_decision = 0
6.89/6.93	c #conflict = 0
6.89/6.93	c #restart = 0
6.89/6.93	c BCD2: found a new core of size 2: cost of the new core is >=1
6.89/6.93	c lower bound updated to 509
6.89/6.93	c BCD2: 509 <= obj <= 1649
6.89/6.93	c BCD2: #cores=216, #unrelaxed=602, #relaxed=2698, #hardened=0
6.89/6.93	c BCD2: #sat=1 #unsat=510 bias=510/511
6.89/6.93	c Solving starts ...
6.89/6.93	c ============================[ Search Statistics ]============================
6.89/6.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.93	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.93	c =============================================================================
6.89/6.93	c  0.0s |       0 |        0 |        0 |    10790      0 |      298 |      452
6.89/6.94	c  0.0s |       0 |      628 |        1 |    10790      0 |      298 |      452
6.89/6.94	c #cpu_time = 0.010s
6.89/6.94	c #wall_clock_time = 0.010s
6.89/6.94	c #decision = 628
6.89/6.94	c #random_decision = 0
6.89/6.94	c #conflict = 1
6.89/6.94	c #restart = 0
6.89/6.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=5
6.89/6.94	c lower bound updated to 510
6.89/6.94	c BCD2: 510 <= obj <= 1649
6.89/6.94	c BCD2: #cores=216, #unrelaxed=601, #relaxed=2699, #hardened=0
6.89/6.94	c BCD2: #sat=1 #unsat=511 bias=511/512
6.89/6.94	c Solving starts ...
6.89/6.94	c ============================[ Search Statistics ]============================
6.89/6.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.94	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.94	c =============================================================================
6.89/6.94	c  0.0s |       0 |        0 |        0 |    10790      0 |      299 |      452
6.89/6.95	c  0.0s |       0 |      423 |        1 |    10790      0 |      299 |      453
6.89/6.95	c #cpu_time = 0.011s
6.89/6.95	c #wall_clock_time = 0.011s
6.89/6.95	c #decision = 423
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 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
6.89/6.96	c lower bound updated to 511
6.89/6.96	c BCD2: 511 <= obj <= 1649
6.89/6.96	c BCD2: #cores=216, #unrelaxed=599, #relaxed=2701, #hardened=0
6.89/6.96	c BCD2: #sat=1 #unsat=512 bias=512/513
6.89/6.96	c Solving starts ...
6.89/6.96	c ============================[ Search Statistics ]============================
6.89/6.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.96	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.96	c =============================================================================
6.89/6.96	c  0.0s |       0 |        0 |        0 |    10790      0 |      300 |      453
6.89/6.97	c  0.0s |       0 |      424 |        2 |    10790      0 |      300 |      454
6.89/6.97	c #cpu_time = 0.010s
6.89/6.97	c #wall_clock_time = 0.010s
6.89/6.97	c #decision = 424
6.89/6.97	c #random_decision = 0
6.89/6.97	c #conflict = 2
6.89/6.97	c #restart = 0
6.89/6.97	c BCD2: found a new core of size 24: cost of the new core is >=1
6.89/6.97	c lower bound updated to 512
6.89/6.97	c BCD2: 512 <= obj <= 1649
6.89/6.97	c BCD2: #cores=217, #unrelaxed=575, #relaxed=2725, #hardened=0
6.89/6.97	c BCD2: #sat=1 #unsat=513 bias=513/514
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 |    10790      0 |      300 |      454
6.89/6.98	c  0.0s |       0 |      402 |        1 |    10790      0 |      300 |      454
6.89/6.98	c #cpu_time = 0.011s
6.89/6.98	c #wall_clock_time = 0.011s
6.89/6.98	c #decision = 402
6.89/6.98	c #random_decision = 0
6.89/6.98	c #conflict = 1
6.89/6.98	c #restart = 0
6.89/6.98	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 10: cost of the new core is >=4
6.89/6.98	c lower bound updated to 513
6.89/6.98	c BCD2: 513 <= obj <= 1649
6.89/6.98	c BCD2: #cores=217, #unrelaxed=573, #relaxed=2727, #hardened=0
6.89/6.98	c BCD2: #sat=1 #unsat=514 bias=514/515
6.89/6.98	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 |    10790      0 |      301 |      454
6.99/7.00	c  0.0s |       0 |      404 |        0 |    10790      0 |      301 |      455
6.99/7.00	c #cpu_time = 0.010s
6.99/7.00	c #wall_clock_time = 0.010s
6.99/7.00	c #decision = 404
6.99/7.00	c #random_decision = 0
6.99/7.00	c #conflict = 0
6.99/7.00	c #restart = 0
6.99/7.00	c BCD2: found a new core of size 2: cost of the new core is >=1
6.99/7.00	c lower bound updated to 514
6.99/7.00	c BCD2: 514 <= obj <= 1649
6.99/7.00	c BCD2: #cores=218, #unrelaxed=571, #relaxed=2729, #hardened=0
6.99/7.00	c BCD2: #sat=1 #unsat=515 bias=515/516
6.99/7.00	c Solving starts ...
6.99/7.00	c ============================[ Search Statistics ]============================
6.99/7.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.00	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.00	c =============================================================================
6.99/7.00	c  0.0s |       0 |        0 |        0 |    10790      0 |      301 |      456
6.99/7.01	c  0.0s |       0 |      405 |        0 |    10790      0 |      301 |      456
6.99/7.01	c #cpu_time = 0.010s
6.99/7.01	c #wall_clock_time = 0.010s
6.99/7.01	c #decision = 405
6.99/7.01	c #random_decision = 0
6.99/7.01	c #conflict = 0
6.99/7.01	c #restart = 0
6.99/7.01	c BCD2: found a new core of size 2: cost of the new core is >=1
6.99/7.01	c lower bound updated to 515
6.99/7.01	c BCD2: 515 <= obj <= 1649
6.99/7.01	c BCD2: #cores=219, #unrelaxed=569, #relaxed=2731, #hardened=0
6.99/7.01	c BCD2: #sat=1 #unsat=516 bias=516/517
6.99/7.01	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 |    10790      0 |      301 |      457
6.99/7.03	c  0.0s |       0 |      406 |        0 |    10790      0 |      301 |      457
6.99/7.03	c #cpu_time = 0.009s
6.99/7.03	c #wall_clock_time = 0.010s
6.99/7.03	c #decision = 406
6.99/7.03	c #random_decision = 0
6.99/7.03	c #conflict = 0
6.99/7.03	c #restart = 0
6.99/7.03	c BCD2: found a new core of size 2: cost of the new core is >=1
6.99/7.03	c lower bound updated to 516
6.99/7.03	c BCD2: 516 <= obj <= 1649
6.99/7.03	c BCD2: #cores=220, #unrelaxed=567, #relaxed=2733, #hardened=0
6.99/7.03	c BCD2: #sat=1 #unsat=517 bias=517/518
6.99/7.03	c Solving starts ...
6.99/7.03	c ============================[ Search Statistics ]============================
6.99/7.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.03	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.03	c =============================================================================
6.99/7.03	c  0.0s |       0 |        0 |        0 |    10790      0 |      301 |      458
6.99/7.04	c  0.0s |       0 |      596 |        1 |    10790      0 |      301 |      458
6.99/7.04	c #cpu_time = 0.010s
6.99/7.04	c #wall_clock_time = 0.011s
6.99/7.04	c #decision = 596
6.99/7.04	c #random_decision = 0
6.99/7.04	c #conflict = 1
6.99/7.04	c #restart = 0
6.99/7.04	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
6.99/7.04	c lower bound updated to 517
6.99/7.04	c BCD2: 517 <= obj <= 1649
6.99/7.04	c BCD2: #cores=219, #unrelaxed=566, #relaxed=2734, #hardened=0
6.99/7.04	c BCD2: #sat=1 #unsat=518 bias=518/519
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 |    10790      0 |      303 |      458
6.99/7.06	c  0.0s |       0 |      718 |        1 |    10790      0 |      303 |      460
6.99/7.06	c #cpu_time = 0.011s
6.99/7.06	c #wall_clock_time = 0.011s
6.99/7.06	c #decision = 718
6.99/7.06	c #random_decision = 0
6.99/7.06	c #conflict = 1
6.99/7.06	c #restart = 0
6.99/7.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
6.99/7.06	c lower bound updated to 518
6.99/7.06	c BCD2: 518 <= obj <= 1649
6.99/7.06	c BCD2: #cores=219, #unrelaxed=565, #relaxed=2735, #hardened=0
6.99/7.06	c BCD2: #sat=1 #unsat=519 bias=519/520
6.99/7.06	c Solving starts ...
6.99/7.06	c ============================[ Search Statistics ]============================
6.99/7.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.06	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.06	c =============================================================================
6.99/7.06	c  0.0s |       0 |        0 |        0 |    10790      0 |      304 |      460
6.99/7.07	c  0.0s |       0 |      410 |        1 |    10790      0 |      304 |      461
6.99/7.07	c #cpu_time = 0.010s
6.99/7.07	c #wall_clock_time = 0.010s
6.99/7.07	c #decision = 410
6.99/7.07	c #random_decision = 0
6.99/7.07	c #conflict = 1
6.99/7.07	c #restart = 0
6.99/7.07	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 13: cost of the new core is >=5
6.99/7.07	c lower bound updated to 519
6.99/7.07	c BCD2: 519 <= obj <= 1649
6.99/7.07	c BCD2: #cores=218, #unrelaxed=561, #relaxed=2739, #hardened=0
6.99/7.07	c BCD2: #sat=1 #unsat=520 bias=520/521
6.99/7.07	c Solving starts ...
6.99/7.07	c ============================[ Search Statistics ]============================
6.99/7.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.07	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.07	c =============================================================================
6.99/7.07	c  0.0s |       0 |        0 |        0 |    10790      0 |      306 |      461
6.99/7.08	c  0.0s |       0 |      407 |        1 |    10790      0 |      306 |      463
6.99/7.08	c #cpu_time = 0.010s
6.99/7.08	c #wall_clock_time = 0.010s
6.99/7.08	c #decision = 407
6.99/7.08	c #random_decision = 0
6.99/7.08	c #conflict = 1
6.99/7.08	c #restart = 0
6.99/7.08	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=4
6.99/7.08	c lower bound updated to 520
6.99/7.08	c BCD2: 520 <= obj <= 1649
6.99/7.08	c BCD2: #cores=217, #unrelaxed=557, #relaxed=2743, #hardened=0
6.99/7.08	c BCD2: #sat=1 #unsat=521 bias=521/522
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 |    10790      0 |      308 |      463
7.09/7.10	c  0.0s |       0 |      404 |        1 |    10790      0 |      308 |      465
7.09/7.10	c #cpu_time = 0.010s
7.09/7.10	c #wall_clock_time = 0.010s
7.09/7.10	c #decision = 404
7.09/7.10	c #random_decision = 0
7.09/7.10	c #conflict = 1
7.09/7.10	c #restart = 0
7.09/7.10	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 18: cost of the new core is >=7
7.09/7.10	c lower bound updated to 521
7.09/7.10	c BCD2: 521 <= obj <= 1649
7.09/7.10	c BCD2: #cores=216, #unrelaxed=555, #relaxed=2745, #hardened=0
7.09/7.10	c BCD2: #sat=1 #unsat=522 bias=522/523
7.09/7.10	c Solving starts ...
7.09/7.10	c ============================[ Search Statistics ]============================
7.09/7.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.10	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.10	c =============================================================================
7.09/7.10	c  0.0s |       0 |        0 |        0 |    10790      0 |      310 |      465
7.09/7.11	c  0.0s |       0 |      405 |        0 |    10790      0 |      310 |      467
7.09/7.11	c #cpu_time = 0.010s
7.09/7.11	c #wall_clock_time = 0.010s
7.09/7.11	c #decision = 405
7.09/7.11	c #random_decision = 0
7.09/7.11	c #conflict = 0
7.09/7.11	c #restart = 0
7.09/7.11	c BCD2: found a new core of size 2: cost of the new core is >=1
7.09/7.11	c lower bound updated to 522
7.09/7.11	c BCD2: 522 <= obj <= 1649
7.09/7.11	c BCD2: #cores=217, #unrelaxed=553, #relaxed=2747, #hardened=0
7.09/7.11	c BCD2: #sat=1 #unsat=523 bias=523/524
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 |    10790      0 |      310 |      468
7.09/7.13	c  0.0s |       0 |      410 |        1 |    10790      0 |      310 |      468
7.09/7.13	c #cpu_time = 0.010s
7.09/7.13	c #wall_clock_time = 0.010s
7.09/7.13	c #decision = 410
7.09/7.13	c #random_decision = 0
7.09/7.13	c #conflict = 1
7.09/7.13	c #restart = 0
7.09/7.13	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 22: cost of the new core is >=9
7.09/7.13	c lower bound updated to 523
7.09/7.13	c BCD2: 523 <= obj <= 1649
7.09/7.13	c BCD2: #cores=215, #unrelaxed=551, #relaxed=2749, #hardened=0
7.09/7.13	c BCD2: #sat=1 #unsat=524 bias=524/525
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 |    10790      0 |      313 |      468
7.09/7.14	c  0.0s |       0 |      408 |        0 |    10790      0 |      313 |      471
7.09/7.14	c #cpu_time = 0.010s
7.09/7.14	c #wall_clock_time = 0.010s
7.09/7.14	c #decision = 408
7.09/7.14	c #random_decision = 0
7.09/7.14	c #conflict = 0
7.09/7.14	c #restart = 0
7.09/7.14	c BCD2: found a new core of size 2: cost of the new core is >=1
7.09/7.14	c lower bound updated to 524
7.09/7.14	c BCD2: 524 <= obj <= 1649
7.09/7.14	c BCD2: #cores=216, #unrelaxed=549, #relaxed=2751, #hardened=0
7.09/7.14	c BCD2: #sat=1 #unsat=525 bias=525/526
7.09/7.14	c Solving starts ...
7.09/7.14	c ============================[ Search Statistics ]============================
7.09/7.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.14	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.14	c =============================================================================
7.09/7.14	c  0.0s |       0 |        0 |        0 |    10790      0 |      313 |      472
7.09/7.15	c  0.0s |       0 |      411 |        0 |    10790      0 |      313 |      472
7.09/7.15	c #cpu_time = 0.010s
7.09/7.15	c #wall_clock_time = 0.010s
7.09/7.15	c #decision = 411
7.09/7.15	c #random_decision = 0
7.09/7.15	c #conflict = 0
7.09/7.15	c #restart = 0
7.09/7.15	c BCD2: found a new core of size 2: cost of the new core is >=1
7.09/7.15	c lower bound updated to 525
7.09/7.16	c BCD2: 525 <= obj <= 1649
7.09/7.16	c BCD2: #cores=217, #unrelaxed=547, #relaxed=2753, #hardened=0
7.09/7.16	c BCD2: #sat=1 #unsat=526 bias=526/527
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 |    10790      0 |      313 |      473
7.09/7.17	c  0.0s |       0 |      418 |        1 |    10790      0 |      313 |      473
7.09/7.17	c #cpu_time = 0.010s
7.09/7.17	c #wall_clock_time = 0.010s
7.09/7.17	c #decision = 418
7.09/7.17	c #random_decision = 0
7.09/7.17	c #conflict = 1
7.09/7.17	c #restart = 0
7.09/7.17	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 28: cost of the new core is >=11
7.09/7.17	c lower bound updated to 526
7.09/7.17	c BCD2: 526 <= obj <= 1649
7.09/7.17	c BCD2: #cores=215, #unrelaxed=545, #relaxed=2755, #hardened=0
7.09/7.17	c BCD2: #sat=1 #unsat=527 bias=527/528
7.09/7.17	c Solving starts ...
7.09/7.17	c ============================[ Search Statistics ]============================
7.09/7.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.17	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.17	c =============================================================================
7.09/7.17	c  0.0s |       0 |        0 |        0 |    10790      0 |      316 |      473
7.09/7.18	c  0.0s |       0 |      414 |        0 |    10790      0 |      316 |      476
7.09/7.18	c #cpu_time = 0.011s
7.09/7.18	c #wall_clock_time = 0.011s
7.09/7.18	c #decision = 414
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 2: cost of the new core is >=1
7.09/7.18	c lower bound updated to 527
7.09/7.19	c BCD2: 527 <= obj <= 1649
7.09/7.19	c BCD2: #cores=216, #unrelaxed=543, #relaxed=2757, #hardened=0
7.09/7.19	c BCD2: #sat=1 #unsat=528 bias=528/529
7.09/7.19	c Solving starts ...
7.09/7.19	c ============================[ Search Statistics ]============================
7.09/7.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.19	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.19	c =============================================================================
7.09/7.19	c  0.0s |       0 |        0 |        0 |    10790      0 |      316 |      477
7.19/7.20	c  0.0s |       0 |      417 |        0 |    10790      0 |      316 |      477
7.19/7.20	c #cpu_time = 0.010s
7.19/7.20	c #wall_clock_time = 0.010s
7.19/7.20	c #decision = 417
7.19/7.20	c #random_decision = 0
7.19/7.20	c #conflict = 0
7.19/7.20	c #restart = 0
7.19/7.20	c BCD2: found a new core of size 2: cost of the new core is >=1
7.19/7.20	c lower bound updated to 528
7.19/7.20	c BCD2: 528 <= obj <= 1649
7.19/7.20	c BCD2: #cores=217, #unrelaxed=541, #relaxed=2759, #hardened=0
7.19/7.20	c BCD2: #sat=1 #unsat=529 bias=529/530
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 |    10790      0 |      316 |      478
7.19/7.21	c  0.0s |       0 |      420 |        0 |    10790      0 |      316 |      478
7.19/7.21	c #cpu_time = 0.010s
7.19/7.21	c #wall_clock_time = 0.010s
7.19/7.21	c #decision = 420
7.19/7.21	c #random_decision = 0
7.19/7.21	c #conflict = 0
7.19/7.21	c #restart = 0
7.19/7.21	c BCD2: found a new core of size 2: cost of the new core is >=1
7.19/7.21	c lower bound updated to 529
7.19/7.21	c BCD2: 529 <= obj <= 1649
7.19/7.21	c BCD2: #cores=218, #unrelaxed=539, #relaxed=2761, #hardened=0
7.19/7.21	c BCD2: #sat=1 #unsat=530 bias=530/531
7.19/7.22	c Solving starts ...
7.19/7.22	c ============================[ Search Statistics ]============================
7.19/7.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.22	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.22	c =============================================================================
7.19/7.22	c  0.0s |       0 |        0 |        0 |    10790      0 |      316 |      479
7.19/7.23	c  0.0s |       0 |      423 |        0 |    10790      0 |      316 |      479
7.19/7.23	c #cpu_time = 0.010s
7.19/7.23	c #wall_clock_time = 0.010s
7.19/7.23	c #decision = 423
7.19/7.23	c #random_decision = 0
7.19/7.23	c #conflict = 0
7.19/7.23	c #restart = 0
7.19/7.23	c BCD2: found a new core of size 2: cost of the new core is >=1
7.19/7.23	c lower bound updated to 530
7.19/7.23	c BCD2: 530 <= obj <= 1649
7.19/7.23	c BCD2: #cores=219, #unrelaxed=537, #relaxed=2763, #hardened=0
7.19/7.23	c BCD2: #sat=1 #unsat=531 bias=531/532
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 |    10790      0 |      316 |      480
7.19/7.24	c  0.0s |       0 |      426 |        0 |    10790      0 |      316 |      480
7.19/7.24	c #cpu_time = 0.010s
7.19/7.24	c #wall_clock_time = 0.010s
7.19/7.24	c #decision = 426
7.19/7.24	c #random_decision = 0
7.19/7.24	c #conflict = 0
7.19/7.24	c #restart = 0
7.19/7.24	c BCD2: found a new core of size 2: cost of the new core is >=1
7.19/7.24	c lower bound updated to 531
7.19/7.24	c BCD2: 531 <= obj <= 1649
7.19/7.24	c BCD2: #cores=220, #unrelaxed=535, #relaxed=2765, #hardened=0
7.19/7.24	c BCD2: #sat=1 #unsat=532 bias=532/533
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 |    10790      0 |      316 |      481
7.19/7.26	c  0.0s |       0 |      429 |        0 |    10790      0 |      316 |      481
7.19/7.26	c #cpu_time = 0.010s
7.19/7.26	c #wall_clock_time = 0.010s
7.19/7.26	c #decision = 429
7.19/7.26	c #random_decision = 0
7.19/7.26	c #conflict = 0
7.19/7.26	c #restart = 0
7.19/7.26	c BCD2: found a new core of size 2: cost of the new core is >=1
7.19/7.26	c lower bound updated to 532
7.19/7.26	c BCD2: 532 <= obj <= 1649
7.19/7.26	c BCD2: #cores=221, #unrelaxed=533, #relaxed=2767, #hardened=0
7.19/7.26	c BCD2: #sat=1 #unsat=533 bias=533/534
7.19/7.26	c Solving starts ...
7.19/7.26	c ============================[ Search Statistics ]============================
7.19/7.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.26	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.26	c =============================================================================
7.19/7.26	c  0.0s |       0 |        0 |        0 |    10790      0 |      316 |      482
7.19/7.27	c  0.0s |       0 |      432 |        0 |    10790      0 |      316 |      482
7.19/7.27	c #cpu_time = 0.010s
7.19/7.27	c #wall_clock_time = 0.010s
7.19/7.27	c #decision = 432
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 2: cost of the new core is >=1
7.19/7.27	c lower bound updated to 533
7.19/7.27	c BCD2: 533 <= obj <= 1649
7.19/7.27	c BCD2: #cores=222, #unrelaxed=531, #relaxed=2769, #hardened=0
7.19/7.27	c BCD2: #sat=1 #unsat=534 bias=534/535
7.19/7.27	c Solving starts ...
7.19/7.28	c ============================[ Search Statistics ]============================
7.19/7.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.28	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.28	c =============================================================================
7.19/7.28	c  0.0s |       0 |        0 |        0 |    10790      0 |      316 |      483
7.19/7.29	c  0.0s |       0 |      433 |        0 |    10790      0 |      316 |      483
7.19/7.29	c #cpu_time = 0.010s
7.19/7.29	c #wall_clock_time = 0.010s
7.19/7.29	c #decision = 433
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 2: cost of the new core is >=1
7.19/7.29	c lower bound updated to 534
7.19/7.29	c BCD2: 534 <= obj <= 1649
7.19/7.29	c BCD2: #cores=223, #unrelaxed=529, #relaxed=2771, #hardened=0
7.19/7.29	c BCD2: #sat=1 #unsat=535 bias=535/536
7.19/7.29	c Solving starts ...
7.19/7.29	c ============================[ Search Statistics ]============================
7.19/7.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.29	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.29	c =============================================================================
7.19/7.29	c  0.0s |       0 |        0 |        0 |    10790      0 |      316 |      484
7.29/7.30	c  0.0s |       0 |      433 |        0 |    10790      0 |      316 |      484
7.29/7.30	c #cpu_time = 0.010s
7.29/7.30	c #wall_clock_time = 0.010s
7.29/7.30	c #decision = 433
7.29/7.30	c #random_decision = 0
7.29/7.30	c #conflict = 0
7.29/7.30	c #restart = 0
7.29/7.30	c BCD2: found a new core of size 2: cost of the new core is >=1
7.29/7.30	c lower bound updated to 535
7.29/7.30	c BCD2: 535 <= obj <= 1649
7.29/7.30	c BCD2: #cores=224, #unrelaxed=527, #relaxed=2773, #hardened=0
7.29/7.30	c BCD2: #sat=1 #unsat=536 bias=536/537
7.29/7.30	c Solving starts ...
7.29/7.30	c ============================[ Search Statistics ]============================
7.29/7.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.30	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.30	c =============================================================================
7.29/7.30	c  0.0s |       0 |        0 |        0 |    10790      0 |      316 |      485
7.29/7.32	c  0.0s |       0 |      434 |        0 |    10790      0 |      316 |      485
7.29/7.32	c #cpu_time = 0.010s
7.29/7.32	c #wall_clock_time = 0.010s
7.29/7.32	c #decision = 434
7.29/7.32	c #random_decision = 0
7.29/7.32	c #conflict = 0
7.29/7.32	c #restart = 0
7.29/7.32	c BCD2: found a new core of size 2: cost of the new core is >=1
7.29/7.32	c lower bound updated to 536
7.29/7.32	c BCD2: 536 <= obj <= 1649
7.29/7.32	c BCD2: #cores=225, #unrelaxed=525, #relaxed=2775, #hardened=0
7.29/7.32	c BCD2: #sat=1 #unsat=537 bias=537/538
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 |    10790      0 |      316 |      486
7.29/7.33	c  0.0s |       0 |      651 |        1 |    10790      0 |      316 |      486
7.29/7.33	c #cpu_time = 0.011s
7.29/7.33	c #wall_clock_time = 0.011s
7.29/7.33	c #decision = 651
7.29/7.33	c #random_decision = 0
7.29/7.33	c #conflict = 1
7.29/7.33	c #restart = 0
7.29/7.33	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 10: cost of the new core is >=5
7.29/7.33	c lower bound updated to 537
7.29/7.33	c BCD2: 537 <= obj <= 1649
7.29/7.33	c BCD2: #cores=224, #unrelaxed=524, #relaxed=2776, #hardened=0
7.29/7.33	c BCD2: #sat=1 #unsat=538 bias=538/539
7.29/7.33	c Solving starts ...
7.29/7.33	c ============================[ Search Statistics ]============================
7.29/7.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.33	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.33	c =============================================================================
7.29/7.33	c  0.0s |       0 |        0 |        0 |    10790      0 |      318 |      486
7.29/7.35	c  0.0s |       0 |      651 |        1 |    10790      0 |      318 |      488
7.29/7.35	c #cpu_time = 0.011s
7.29/7.35	c #wall_clock_time = 0.011s
7.29/7.35	c #decision = 651
7.29/7.35	c #random_decision = 0
7.29/7.35	c #conflict = 1
7.29/7.35	c #restart = 0
7.29/7.35	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 7: cost of the new core is >=4
7.29/7.35	c lower bound updated to 538
7.29/7.35	c BCD2: 538 <= obj <= 1649
7.29/7.35	c BCD2: #cores=223, #unrelaxed=523, #relaxed=2777, #hardened=0
7.29/7.35	c BCD2: #sat=1 #unsat=539 bias=539/540
7.29/7.35	c Solving starts ...
7.29/7.35	c ============================[ Search Statistics ]============================
7.29/7.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.35	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.35	c =============================================================================
7.29/7.35	c  0.0s |       0 |        0 |        0 |    10790      0 |      320 |      488
7.29/7.36	c  0.0s |       0 |      653 |        1 |    10790      0 |      320 |      490
7.29/7.36	c #cpu_time = 0.012s
7.29/7.36	c #wall_clock_time = 0.012s
7.29/7.36	c #decision = 653
7.29/7.36	c #random_decision = 0
7.29/7.36	c #conflict = 1
7.29/7.36	c #restart = 0
7.29/7.36	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 14: cost of the new core is >=6
7.29/7.36	c lower bound updated to 539
7.29/7.36	c BCD2: 539 <= obj <= 1649
7.29/7.36	c BCD2: #cores=222, #unrelaxed=522, #relaxed=2778, #hardened=0
7.29/7.36	c BCD2: #sat=1 #unsat=540 bias=540/541
7.29/7.36	c Solving starts ...
7.29/7.36	c ============================[ Search Statistics ]============================
7.29/7.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.36	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.36	c =============================================================================
7.29/7.36	c  0.0s |       0 |        0 |        0 |    10790      0 |      322 |      490
7.29/7.37	c  0.0s |       0 |      438 |        0 |    10790      0 |      322 |      492
7.29/7.37	c #cpu_time = 0.010s
7.29/7.37	c #wall_clock_time = 0.010s
7.29/7.37	c #decision = 438
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 2: cost of the new core is >=1
7.29/7.37	c lower bound updated to 540
7.29/7.38	c BCD2: 540 <= obj <= 1649
7.29/7.38	c BCD2: #cores=223, #unrelaxed=520, #relaxed=2780, #hardened=0
7.29/7.38	c BCD2: #sat=1 #unsat=541 bias=541/542
7.29/7.38	c Solving starts ...
7.29/7.38	c ============================[ Search Statistics ]============================
7.29/7.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.38	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.38	c =============================================================================
7.29/7.38	c  0.0s |       0 |        0 |        0 |    10790      0 |      322 |      493
7.29/7.39	c  0.0s |       0 |      441 |        0 |    10790      0 |      322 |      493
7.29/7.39	c #cpu_time = 0.010s
7.29/7.39	c #wall_clock_time = 0.010s
7.29/7.39	c #decision = 441
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 2: cost of the new core is >=1
7.29/7.39	c lower bound updated to 541
7.29/7.39	c BCD2: 541 <= obj <= 1649
7.29/7.39	c BCD2: #cores=224, #unrelaxed=518, #relaxed=2782, #hardened=0
7.29/7.39	c BCD2: #sat=1 #unsat=542 bias=542/543
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 |    10790      0 |      322 |      494
7.39/7.40	c  0.0s |       0 |      444 |        0 |    10790      0 |      322 |      494
7.39/7.40	c #cpu_time = 0.010s
7.39/7.40	c #wall_clock_time = 0.010s
7.39/7.40	c #decision = 444
7.39/7.40	c #random_decision = 0
7.39/7.40	c #conflict = 0
7.39/7.40	c #restart = 0
7.39/7.40	c BCD2: found a new core of size 2: cost of the new core is >=1
7.39/7.40	c lower bound updated to 542
7.39/7.41	c BCD2: 542 <= obj <= 1649
7.39/7.41	c BCD2: #cores=225, #unrelaxed=516, #relaxed=2784, #hardened=0
7.39/7.41	c BCD2: #sat=1 #unsat=543 bias=543/544
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 |    10790      0 |      322 |      495
7.39/7.42	c  0.0s |       0 |      447 |        0 |    10790      0 |      322 |      495
7.39/7.42	c #cpu_time = 0.010s
7.39/7.42	c #wall_clock_time = 0.010s
7.39/7.42	c #decision = 447
7.39/7.42	c #random_decision = 0
7.39/7.42	c #conflict = 0
7.39/7.42	c #restart = 0
7.39/7.42	c BCD2: found a new core of size 2: cost of the new core is >=1
7.39/7.42	c lower bound updated to 543
7.39/7.42	c BCD2: 543 <= obj <= 1649
7.39/7.42	c BCD2: #cores=226, #unrelaxed=514, #relaxed=2786, #hardened=0
7.39/7.42	c BCD2: #sat=1 #unsat=544 bias=544/545
7.39/7.42	c Solving starts ...
7.39/7.42	c ============================[ Search Statistics ]============================
7.39/7.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.42	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.42	c =============================================================================
7.39/7.42	c  0.0s |       0 |        0 |        0 |    10790      0 |      322 |      496
7.39/7.43	c  0.0s |       0 |      450 |        0 |    10790      0 |      322 |      496
7.39/7.43	c #cpu_time = 0.010s
7.39/7.43	c #wall_clock_time = 0.010s
7.39/7.43	c #decision = 450
7.39/7.43	c #random_decision = 0
7.39/7.43	c #conflict = 0
7.39/7.43	c #restart = 0
7.39/7.43	c BCD2: found a new core of size 2: cost of the new core is >=1
7.39/7.43	c lower bound updated to 544
7.39/7.43	c BCD2: 544 <= obj <= 1649
7.39/7.43	c BCD2: #cores=227, #unrelaxed=512, #relaxed=2788, #hardened=0
7.39/7.43	c BCD2: #sat=1 #unsat=545 bias=545/546
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 |    10790      0 |      322 |      497
7.39/7.45	c  0.0s |       0 |      453 |        0 |    10790      0 |      322 |      497
7.39/7.45	c #cpu_time = 0.010s
7.39/7.45	c #wall_clock_time = 0.010s
7.39/7.45	c #decision = 453
7.39/7.45	c #random_decision = 0
7.39/7.45	c #conflict = 0
7.39/7.45	c #restart = 0
7.39/7.45	c BCD2: found a new core of size 2: cost of the new core is >=1
7.39/7.45	c lower bound updated to 545
7.39/7.45	c BCD2: 545 <= obj <= 1649
7.39/7.45	c BCD2: #cores=228, #unrelaxed=510, #relaxed=2790, #hardened=0
7.39/7.45	c BCD2: #sat=1 #unsat=546 bias=546/547
7.39/7.45	c Solving starts ...
7.39/7.45	c ============================[ Search Statistics ]============================
7.39/7.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.45	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.45	c =============================================================================
7.39/7.45	c  0.0s |       0 |        0 |        0 |    10790      0 |      322 |      498
7.39/7.46	c  0.0s |       0 |      456 |        0 |    10790      0 |      322 |      498
7.39/7.46	c #cpu_time = 0.010s
7.39/7.46	c #wall_clock_time = 0.010s
7.39/7.46	c #decision = 456
7.39/7.46	c #random_decision = 0
7.39/7.46	c #conflict = 0
7.39/7.46	c #restart = 0
7.39/7.46	c BCD2: found a new core of size 2: cost of the new core is >=1
7.39/7.46	c lower bound updated to 546
7.39/7.46	c BCD2: 546 <= obj <= 1649
7.39/7.46	c BCD2: #cores=229, #unrelaxed=508, #relaxed=2792, #hardened=0
7.39/7.46	c BCD2: #sat=1 #unsat=547 bias=547/548
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 |    10790      0 |      322 |      499
7.39/7.48	c  0.0s |       0 |      694 |        1 |    10790      0 |      322 |      499
7.39/7.48	c #cpu_time = 0.011s
7.39/7.48	c #wall_clock_time = 0.011s
7.39/7.48	c #decision = 694
7.39/7.48	c #random_decision = 0
7.39/7.48	c #conflict = 1
7.39/7.48	c #restart = 0
7.39/7.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=7
7.39/7.48	c lower bound updated to 547
7.39/7.48	c BCD2: 547 <= obj <= 1649
7.39/7.48	c BCD2: #cores=229, #unrelaxed=507, #relaxed=2793, #hardened=0
7.39/7.48	c BCD2: #sat=1 #unsat=548 bias=548/549
7.39/7.48	c Solving starts ...
7.39/7.48	c ============================[ Search Statistics ]============================
7.39/7.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.48	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.48	c =============================================================================
7.39/7.48	c  0.0s |       0 |        0 |        0 |    10790      0 |      323 |      499
7.39/7.49	c  0.0s |       0 |      462 |        0 |    10790      0 |      323 |      500
7.39/7.49	c #cpu_time = 0.010s
7.39/7.49	c #wall_clock_time = 0.010s
7.39/7.49	c #decision = 462
7.39/7.49	c #random_decision = 0
7.39/7.49	c #conflict = 0
7.39/7.49	c #restart = 0
7.39/7.49	c BCD2: found a new core of size 2: cost of the new core is >=1
7.39/7.49	c lower bound updated to 548
7.39/7.49	c BCD2: 548 <= obj <= 1649
7.39/7.49	c BCD2: #cores=230, #unrelaxed=505, #relaxed=2795, #hardened=0
7.39/7.49	c BCD2: #sat=1 #unsat=549 bias=549/550
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 |    10790      0 |      323 |      501
7.49/7.51	c  0.0s |       0 |      465 |        0 |    10790      0 |      323 |      501
7.49/7.51	c #cpu_time = 0.010s
7.49/7.51	c #wall_clock_time = 0.010s
7.49/7.51	c #decision = 465
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 2: cost of the new core is >=1
7.49/7.51	c lower bound updated to 549
7.49/7.51	c BCD2: 549 <= obj <= 1649
7.49/7.51	c BCD2: #cores=231, #unrelaxed=503, #relaxed=2797, #hardened=0
7.49/7.51	c BCD2: #sat=1 #unsat=550 bias=550/551
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 |    10790      0 |      323 |      502
7.49/7.52	c  0.0s |       0 |      472 |        1 |    10790      0 |      323 |      502
7.49/7.52	c #cpu_time = 0.010s
7.49/7.52	c #wall_clock_time = 0.010s
7.49/7.52	c #decision = 472
7.49/7.52	c #random_decision = 0
7.49/7.52	c #conflict = 1
7.49/7.52	c #restart = 0
7.49/7.52	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 17: cost of the new core is >=8
7.49/7.52	c lower bound updated to 550
7.49/7.52	c BCD2: 550 <= obj <= 1649
7.49/7.52	c BCD2: #cores=231, #unrelaxed=501, #relaxed=2799, #hardened=0
7.49/7.52	c BCD2: #sat=1 #unsat=551 bias=551/552
7.49/7.52	c Solving starts ...
7.49/7.52	c ============================[ Search Statistics ]============================
7.49/7.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.52	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.52	c =============================================================================
7.49/7.52	c  0.0s |       0 |        0 |        0 |    10790      0 |      324 |      502
7.49/7.53	c  0.0s |       0 |      469 |        2 |    10790      0 |      324 |      503
7.49/7.53	c #cpu_time = 0.011s
7.49/7.53	c #wall_clock_time = 0.011s
7.49/7.53	c #decision = 469
7.49/7.53	c #random_decision = 0
7.49/7.53	c #conflict = 2
7.49/7.53	c #restart = 0
7.49/7.53	c BCD2: found a new core of size 25: cost of the new core is >=1
7.49/7.53	c lower bound updated to 551
7.49/7.54	c BCD2: 551 <= obj <= 1649
7.49/7.54	c BCD2: #cores=232, #unrelaxed=476, #relaxed=2824, #hardened=0
7.49/7.54	c BCD2: #sat=1 #unsat=552 bias=552/553
7.49/7.54	c Solving starts ...
7.49/7.54	c ============================[ Search Statistics ]============================
7.49/7.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.54	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.54	c =============================================================================
7.49/7.54	c  0.0s |       0 |        0 |        0 |    10790      0 |      324 |      503
7.49/7.55	c  0.0s |       0 |      446 |        0 |    10790      0 |      324 |      503
7.49/7.55	c #cpu_time = 0.010s
7.49/7.55	c #wall_clock_time = 0.010s
7.49/7.55	c #decision = 446
7.49/7.55	c #random_decision = 0
7.49/7.55	c #conflict = 0
7.49/7.55	c #restart = 0
7.49/7.55	c BCD2: found a new core of size 2: cost of the new core is >=1
7.49/7.55	c lower bound updated to 552
7.49/7.55	c BCD2: 552 <= obj <= 1649
7.49/7.55	c BCD2: #cores=233, #unrelaxed=474, #relaxed=2826, #hardened=0
7.49/7.55	c BCD2: #sat=1 #unsat=553 bias=553/554
7.49/7.55	c Solving starts ...
7.49/7.55	c ============================[ Search Statistics ]============================
7.49/7.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.55	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.55	c =============================================================================
7.49/7.55	c  0.0s |       0 |        0 |        0 |    10790      0 |      324 |      504
7.49/7.56	c  0.0s |       0 |      449 |        0 |    10790      0 |      324 |      504
7.49/7.56	c #cpu_time = 0.010s
7.49/7.56	c #wall_clock_time = 0.010s
7.49/7.56	c #decision = 449
7.49/7.56	c #random_decision = 0
7.49/7.56	c #conflict = 0
7.49/7.56	c #restart = 0
7.49/7.56	c BCD2: found a new core of size 2: cost of the new core is >=1
7.49/7.56	c lower bound updated to 553
7.49/7.57	c BCD2: 553 <= obj <= 1649
7.49/7.57	c BCD2: #cores=234, #unrelaxed=472, #relaxed=2828, #hardened=0
7.49/7.57	c BCD2: #sat=1 #unsat=554 bias=554/555
7.49/7.57	c Solving starts ...
7.49/7.57	c ============================[ Search Statistics ]============================
7.49/7.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.57	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.57	c =============================================================================
7.49/7.57	c  0.0s |       0 |        0 |        0 |    10790      0 |      324 |      505
7.49/7.58	c  0.0s |       0 |      450 |        0 |    10790      0 |      324 |      505
7.49/7.58	c #cpu_time = 0.010s
7.49/7.58	c #wall_clock_time = 0.010s
7.49/7.58	c #decision = 450
7.49/7.58	c #random_decision = 0
7.49/7.58	c #conflict = 0
7.49/7.58	c #restart = 0
7.49/7.58	c BCD2: found a new core of size 2: cost of the new core is >=1
7.49/7.58	c lower bound updated to 554
7.49/7.58	c BCD2: 554 <= obj <= 1649
7.49/7.58	c BCD2: #cores=235, #unrelaxed=470, #relaxed=2830, #hardened=0
7.49/7.58	c BCD2: #sat=1 #unsat=555 bias=555/556
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 |    10790      0 |      324 |      506
7.49/7.59	c  0.0s |       0 |      451 |        0 |    10790      0 |      324 |      506
7.49/7.59	c #cpu_time = 0.010s
7.49/7.59	c #wall_clock_time = 0.010s
7.49/7.59	c #decision = 451
7.49/7.59	c #random_decision = 0
7.49/7.59	c #conflict = 0
7.49/7.59	c #restart = 0
7.49/7.59	c BCD2: found a new core of size 2: cost of the new core is >=1
7.49/7.59	c lower bound updated to 555
7.49/7.60	c BCD2: 555 <= obj <= 1649
7.49/7.60	c BCD2: #cores=236, #unrelaxed=468, #relaxed=2832, #hardened=0
7.49/7.60	c BCD2: #sat=1 #unsat=556 bias=556/557
7.58/7.60	c Solving starts ...
7.58/7.60	c ============================[ Search Statistics ]============================
7.58/7.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.58/7.60	c       |         |          |          |    Limit     GC | Var      | Constra 
7.58/7.60	c =============================================================================
7.58/7.60	c  0.0s |       0 |        0 |        0 |    10790      0 |      324 |      507
7.58/7.61	c  0.0s |       0 |      848 |        1 |    10790      0 |      324 |      507
7.58/7.61	c #cpu_time = 0.011s
7.58/7.61	c #wall_clock_time = 0.011s
7.58/7.61	c #decision = 848
7.58/7.61	c #random_decision = 0
7.58/7.61	c #conflict = 1
7.58/7.61	c #restart = 0
7.58/7.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
7.58/7.61	c lower bound updated to 556
7.58/7.61	c BCD2: 556 <= obj <= 1649
7.58/7.61	c BCD2: #cores=236, #unrelaxed=467, #relaxed=2833, #hardened=0
7.58/7.61	c BCD2: #sat=1 #unsat=557 bias=557/558
7.58/7.61	c Solving starts ...
7.58/7.61	c ============================[ Search Statistics ]============================
7.58/7.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.58/7.61	c       |         |          |          |    Limit     GC | Var      | Constra 
7.58/7.61	c =============================================================================
7.58/7.61	c  0.0s |       0 |        0 |        0 |    10790      0 |      325 |      507
7.58/7.62	c  0.0s |       0 |      832 |        1 |    10790      0 |      325 |      508
7.58/7.62	c #cpu_time = 0.011s
7.58/7.62	c #wall_clock_time = 0.011s
7.58/7.62	c #decision = 832
7.58/7.62	c #random_decision = 0
7.58/7.62	c #conflict = 1
7.58/7.62	c #restart = 0
7.58/7.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
7.58/7.62	c lower bound updated to 557
7.58/7.62	c BCD2: 557 <= obj <= 1649
7.58/7.62	c BCD2: #cores=236, #unrelaxed=466, #relaxed=2834, #hardened=0
7.58/7.62	c BCD2: #sat=1 #unsat=558 bias=558/559
7.58/7.63	c Solving starts ...
7.58/7.63	c ============================[ Search Statistics ]============================
7.58/7.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.58/7.63	c       |         |          |          |    Limit     GC | Var      | Constra 
7.58/7.63	c =============================================================================
7.58/7.63	c  0.0s |       0 |        0 |        0 |    10790      0 |      326 |      508
7.58/7.64	c  0.0s |       0 |      675 |        1 |    10790      0 |      326 |      509
7.58/7.64	c #cpu_time = 0.011s
7.58/7.64	c #wall_clock_time = 0.011s
7.58/7.64	c #decision = 675
7.58/7.64	c #random_decision = 0
7.58/7.64	c #conflict = 1
7.58/7.64	c #restart = 0
7.58/7.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=3
7.58/7.64	c lower bound updated to 558
7.58/7.64	c BCD2: 558 <= obj <= 1649
7.58/7.64	c BCD2: #cores=236, #unrelaxed=465, #relaxed=2835, #hardened=0
7.58/7.64	c BCD2: #sat=1 #unsat=559 bias=559/560
7.58/7.64	c Solving starts ...
7.58/7.64	c ============================[ Search Statistics ]============================
7.58/7.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.58/7.64	c       |         |          |          |    Limit     GC | Var      | Constra 
7.58/7.64	c =============================================================================
7.58/7.64	c  0.0s |       0 |        0 |        0 |    10790      0 |      327 |      509
7.58/7.65	c  0.0s |       0 |      678 |        1 |    10790      0 |      327 |      510
7.58/7.65	c #cpu_time = 0.011s
7.58/7.65	c #wall_clock_time = 0.011s
7.58/7.65	c #decision = 678
7.58/7.65	c #random_decision = 0
7.58/7.65	c #conflict = 1
7.58/7.65	c #restart = 0
7.58/7.65	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
7.58/7.65	c lower bound updated to 559
7.58/7.65	c BCD2: 559 <= obj <= 1649
7.58/7.65	c BCD2: #cores=235, #unrelaxed=464, #relaxed=2836, #hardened=0
7.58/7.65	c BCD2: #sat=1 #unsat=560 bias=560/561
7.58/7.66	c Solving starts ...
7.58/7.66	c ============================[ Search Statistics ]============================
7.58/7.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.58/7.66	c       |         |          |          |    Limit     GC | Var      | Constra 
7.58/7.66	c =============================================================================
7.58/7.66	c  0.0s |       0 |        0 |        0 |    10790      0 |      329 |      510
7.58/7.67	c  0.0s |       0 |      457 |        0 |    10790      0 |      329 |      512
7.58/7.67	c #cpu_time = 0.010s
7.58/7.67	c #wall_clock_time = 0.010s
7.58/7.67	c #decision = 457
7.58/7.67	c #random_decision = 0
7.58/7.67	c #conflict = 0
7.58/7.67	c #restart = 0
7.58/7.67	c BCD2: found a new core of size 2: cost of the new core is >=1
7.58/7.67	c lower bound updated to 560
7.58/7.67	c BCD2: 560 <= obj <= 1649
7.58/7.67	c BCD2: #cores=236, #unrelaxed=462, #relaxed=2838, #hardened=0
7.58/7.67	c BCD2: #sat=1 #unsat=561 bias=561/562
7.58/7.67	c Solving starts ...
7.58/7.67	c ============================[ Search Statistics ]============================
7.58/7.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.58/7.67	c       |         |          |          |    Limit     GC | Var      | Constra 
7.58/7.67	c =============================================================================
7.58/7.67	c  0.0s |       0 |        0 |        0 |    10790      0 |      329 |      513
7.58/7.68	c  0.0s |       0 |      836 |        1 |    10790      0 |      329 |      513
7.58/7.68	c #cpu_time = 0.011s
7.58/7.68	c #wall_clock_time = 0.011s
7.58/7.68	c #decision = 836
7.58/7.68	c #random_decision = 0
7.58/7.68	c #conflict = 1
7.58/7.68	c #restart = 0
7.58/7.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=5
7.58/7.68	c lower bound updated to 561
7.58/7.68	c BCD2: 561 <= obj <= 1649
7.58/7.68	c BCD2: #cores=236, #unrelaxed=461, #relaxed=2839, #hardened=0
7.58/7.68	c BCD2: #sat=1 #unsat=562 bias=562/563
7.58/7.69	c Solving starts ...
7.58/7.69	c ============================[ Search Statistics ]============================
7.58/7.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.58/7.69	c       |         |          |          |    Limit     GC | Var      | Constra 
7.58/7.69	c =============================================================================
7.58/7.69	c  0.0s |       0 |        0 |        0 |    10790      0 |      330 |      513
7.58/7.70	c  0.0s |       0 |      463 |        1 |    10790      0 |      330 |      514
7.58/7.70	c #cpu_time = 0.010s
7.58/7.70	c #wall_clock_time = 0.010s
7.58/7.70	c #decision = 463
7.58/7.70	c #random_decision = 0
7.58/7.70	c #conflict = 1
7.58/7.70	c #restart = 0
7.58/7.70	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 15: cost of the new core is >=7
7.58/7.70	c lower bound updated to 562
7.58/7.70	c BCD2: 562 <= obj <= 1649
7.58/7.70	c BCD2: #cores=235, #unrelaxed=459, #relaxed=2841, #hardened=0
7.58/7.70	c BCD2: #sat=1 #unsat=563 bias=563/564
7.58/7.70	c Solving starts ...
7.58/7.70	c ============================[ Search Statistics ]============================
7.58/7.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.58/7.70	c       |         |          |          |    Limit     GC | Var      | Constra 
7.58/7.70	c =============================================================================
7.58/7.70	c  0.0s |       0 |        0 |        0 |    10790      0 |      332 |      514
7.69/7.71	c  0.0s |       0 |      464 |        0 |    10790      0 |      332 |      516
7.69/7.71	c #cpu_time = 0.011s
7.69/7.71	c #wall_clock_time = 0.011s
7.69/7.71	c #decision = 464
7.69/7.71	c #random_decision = 0
7.69/7.71	c #conflict = 0
7.69/7.71	c #restart = 0
7.69/7.71	c BCD2: found a new core of size 2: cost of the new core is >=1
7.69/7.71	c lower bound updated to 563
7.69/7.71	c BCD2: 563 <= obj <= 1649
7.69/7.71	c BCD2: #cores=236, #unrelaxed=457, #relaxed=2843, #hardened=0
7.69/7.71	c BCD2: #sat=1 #unsat=564 bias=564/565
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 |    10790      0 |      332 |      517
7.69/7.73	c  0.0s |       0 |      469 |        1 |    10790      0 |      332 |      517
7.69/7.73	c #cpu_time = 0.010s
7.69/7.73	c #wall_clock_time = 0.010s
7.69/7.73	c #decision = 469
7.69/7.73	c #random_decision = 0
7.69/7.73	c #conflict = 1
7.69/7.73	c #restart = 0
7.69/7.73	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 22: cost of the new core is >=11
7.69/7.73	c lower bound updated to 564
7.69/7.73	c BCD2: 564 <= obj <= 1649
7.69/7.73	c BCD2: #cores=235, #unrelaxed=455, #relaxed=2845, #hardened=0
7.69/7.73	c BCD2: #sat=1 #unsat=565 bias=565/566
7.69/7.73	c Solving starts ...
7.69/7.73	c ============================[ Search Statistics ]============================
7.69/7.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.69/7.73	c       |         |          |          |    Limit     GC | Var      | Constra 
7.69/7.73	c =============================================================================
7.69/7.73	c  0.0s |       0 |        0 |        0 |    10790      0 |      334 |      517
7.69/7.74	c  0.0s |       0 |      698 |        2 |    10790      0 |      334 |      519
7.69/7.74	c #cpu_time = 0.011s
7.69/7.74	c #wall_clock_time = 0.011s
7.69/7.74	c #decision = 698
7.69/7.74	c #random_decision = 0
7.69/7.74	c #conflict = 2
7.69/7.74	c #restart = 0
7.69/7.74	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 11: cost of the new core is >=6
7.69/7.74	c lower bound updated to 565
7.69/7.74	c BCD2: 565 <= obj <= 1649
7.69/7.74	c BCD2: #cores=234, #unrelaxed=454, #relaxed=2846, #hardened=0
7.69/7.74	c BCD2: #sat=1 #unsat=566 bias=566/567
7.69/7.74	c Solving starts ...
7.69/7.75	c ============================[ Search Statistics ]============================
7.69/7.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.69/7.75	c       |         |          |          |    Limit     GC | Var      | Constra 
7.69/7.75	c =============================================================================
7.69/7.75	c  0.0s |       0 |        0 |        0 |    10790      0 |      336 |      519
7.69/7.76	c  0.0s |       0 |      466 |        0 |    10790      0 |      336 |      521
7.69/7.76	c #cpu_time = 0.010s
7.69/7.76	c #wall_clock_time = 0.010s
7.69/7.76	c #decision = 466
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 2: cost of the new core is >=1
7.69/7.76	c lower bound updated to 566
7.69/7.76	c BCD2: 566 <= obj <= 1649
7.69/7.76	c BCD2: #cores=235, #unrelaxed=452, #relaxed=2848, #hardened=0
7.69/7.76	c BCD2: #sat=1 #unsat=567 bias=567/568
7.69/7.76	c Solving starts ...
7.69/7.76	c ============================[ Search Statistics ]============================
7.69/7.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.69/7.76	c       |         |          |          |    Limit     GC | Var      | Constra 
7.69/7.76	c =============================================================================
7.69/7.76	c  0.0s |       0 |        0 |        0 |    10790      0 |      336 |      522
7.69/7.77	c  0.0s |       0 |      469 |        0 |    10790      0 |      336 |      522
7.69/7.77	c #cpu_time = 0.010s
7.69/7.77	c #wall_clock_time = 0.010s
7.69/7.77	c #decision = 469
7.69/7.77	c #random_decision = 0
7.69/7.77	c #conflict = 0
7.69/7.77	c #restart = 0
7.69/7.77	c BCD2: found a new core of size 2: cost of the new core is >=1
7.69/7.77	c lower bound updated to 567
7.69/7.77	c BCD2: 567 <= obj <= 1649
7.69/7.77	c BCD2: #cores=236, #unrelaxed=450, #relaxed=2850, #hardened=0
7.69/7.77	c BCD2: #sat=1 #unsat=568 bias=568/569
7.69/7.78	c Solving starts ...
7.69/7.78	c ============================[ Search Statistics ]============================
7.69/7.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.69/7.78	c       |         |          |          |    Limit     GC | Var      | Constra 
7.69/7.78	c =============================================================================
7.69/7.78	c  0.0s |       0 |        0 |        0 |    10790      0 |      336 |      523
7.69/7.79	c  0.0s |       0 |      472 |        0 |    10790      0 |      336 |      523
7.69/7.79	c #cpu_time = 0.010s
7.69/7.79	c #wall_clock_time = 0.010s
7.69/7.79	c #decision = 472
7.69/7.79	c #random_decision = 0
7.69/7.79	c #conflict = 0
7.69/7.79	c #restart = 0
7.69/7.79	c BCD2: found a new core of size 2: cost of the new core is >=1
7.69/7.79	c lower bound updated to 568
7.69/7.79	c BCD2: 568 <= obj <= 1649
7.69/7.79	c BCD2: #cores=237, #unrelaxed=448, #relaxed=2852, #hardened=0
7.69/7.79	c BCD2: #sat=1 #unsat=569 bias=569/570
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 |    10790      0 |      336 |      524
7.69/7.80	c  0.0s |       0 |      475 |        0 |    10790      0 |      336 |      524
7.69/7.80	c #cpu_time = 0.010s
7.69/7.80	c #wall_clock_time = 0.010s
7.69/7.80	c #decision = 475
7.69/7.80	c #random_decision = 0
7.69/7.80	c #conflict = 0
7.69/7.80	c #restart = 0
7.69/7.80	c BCD2: found a new core of size 2: cost of the new core is >=1
7.69/7.80	c lower bound updated to 569
7.79/7.80	c BCD2: 569 <= obj <= 1649
7.79/7.80	c BCD2: #cores=238, #unrelaxed=446, #relaxed=2854, #hardened=0
7.79/7.80	c BCD2: #sat=1 #unsat=570 bias=570/571
7.79/7.81	c Solving starts ...
7.79/7.81	c ============================[ Search Statistics ]============================
7.79/7.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.81	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.81	c =============================================================================
7.79/7.81	c  0.0s |       0 |        0 |        0 |    10790      0 |      336 |      525
7.79/7.82	c  0.0s |       0 |      478 |        0 |    10790      0 |      336 |      525
7.79/7.82	c #cpu_time = 0.010s
7.79/7.82	c #wall_clock_time = 0.010s
7.79/7.82	c #decision = 478
7.79/7.82	c #random_decision = 0
7.79/7.82	c #conflict = 0
7.79/7.82	c #restart = 0
7.79/7.82	c BCD2: found a new core of size 2: cost of the new core is >=1
7.79/7.82	c lower bound updated to 570
7.79/7.82	c BCD2: 570 <= obj <= 1649
7.79/7.82	c BCD2: #cores=239, #unrelaxed=444, #relaxed=2856, #hardened=0
7.79/7.82	c BCD2: #sat=1 #unsat=571 bias=571/572
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 |    10790      0 |      336 |      526
7.79/7.83	c  0.0s |       0 |      481 |        0 |    10790      0 |      336 |      526
7.79/7.83	c #cpu_time = 0.010s
7.79/7.83	c #wall_clock_time = 0.010s
7.79/7.83	c #decision = 481
7.79/7.83	c #random_decision = 0
7.79/7.83	c #conflict = 0
7.79/7.83	c #restart = 0
7.79/7.83	c BCD2: found a new core of size 2: cost of the new core is >=1
7.79/7.83	c lower bound updated to 571
7.79/7.83	c BCD2: 571 <= obj <= 1649
7.79/7.83	c BCD2: #cores=240, #unrelaxed=442, #relaxed=2858, #hardened=0
7.79/7.83	c BCD2: #sat=1 #unsat=572 bias=572/573
7.79/7.83	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 |    10790      0 |      336 |      527
7.79/7.85	c  0.0s |       0 |      483 |        2 |    10790      0 |      336 |      527
7.79/7.85	c #cpu_time = 0.010s
7.79/7.85	c #wall_clock_time = 0.010s
7.79/7.85	c #decision = 483
7.79/7.85	c #random_decision = 0
7.79/7.85	c #conflict = 2
7.79/7.85	c #restart = 0
7.79/7.85	c BCD2: found a new core of size 24: cost of the new core is >=1
7.79/7.85	c lower bound updated to 572
7.79/7.85	c BCD2: 572 <= obj <= 1649
7.79/7.85	c BCD2: #cores=241, #unrelaxed=418, #relaxed=2882, #hardened=0
7.79/7.85	c BCD2: #sat=1 #unsat=573 bias=573/574
7.79/7.85	c Solving starts ...
7.79/7.85	c ============================[ Search Statistics ]============================
7.79/7.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.85	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.85	c =============================================================================
7.79/7.85	c  0.0s |       0 |        0 |        0 |    10790      0 |      336 |      527
7.79/7.86	c  0.0s |       0 |      461 |        0 |    10790      0 |      336 |      527
7.79/7.86	c #cpu_time = 0.010s
7.79/7.86	c #wall_clock_time = 0.010s
7.79/7.86	c #decision = 461
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 2: cost of the new core is >=1
7.79/7.86	c lower bound updated to 573
7.79/7.86	c BCD2: 573 <= obj <= 1649
7.79/7.86	c BCD2: #cores=242, #unrelaxed=416, #relaxed=2884, #hardened=0
7.79/7.86	c BCD2: #sat=1 #unsat=574 bias=574/575
7.79/7.86	c Solving starts ...
7.79/7.87	c ============================[ Search Statistics ]============================
7.79/7.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.87	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.87	c =============================================================================
7.79/7.87	c  0.0s |       0 |        0 |        0 |    10790      0 |      336 |      528
7.79/7.88	c  0.0s |       0 |      464 |        0 |    10790      0 |      336 |      528
7.79/7.88	c #cpu_time = 0.010s
7.79/7.88	c #wall_clock_time = 0.010s
7.79/7.88	c #decision = 464
7.79/7.88	c #random_decision = 0
7.79/7.88	c #conflict = 0
7.79/7.88	c #restart = 0
7.79/7.88	c BCD2: found a new core of size 2: cost of the new core is >=1
7.79/7.88	c lower bound updated to 574
7.79/7.88	c BCD2: 574 <= obj <= 1649
7.79/7.88	c BCD2: #cores=243, #unrelaxed=414, #relaxed=2886, #hardened=0
7.79/7.88	c BCD2: #sat=1 #unsat=575 bias=575/576
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 |    10790      0 |      336 |      529
7.79/7.89	c  0.0s |       0 |      465 |        0 |    10790      0 |      336 |      529
7.79/7.89	c #cpu_time = 0.010s
7.79/7.89	c #wall_clock_time = 0.010s
7.79/7.89	c #decision = 465
7.79/7.89	c #random_decision = 0
7.79/7.89	c #conflict = 0
7.79/7.89	c #restart = 0
7.79/7.89	c BCD2: found a new core of size 2: cost of the new core is >=1
7.79/7.89	c lower bound updated to 575
7.79/7.89	c BCD2: 575 <= obj <= 1649
7.79/7.89	c BCD2: #cores=244, #unrelaxed=412, #relaxed=2888, #hardened=0
7.79/7.89	c BCD2: #sat=1 #unsat=576 bias=576/577
7.79/7.89	c Solving starts ...
7.79/7.89	c ============================[ Search Statistics ]============================
7.79/7.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.79/7.89	c       |         |          |          |    Limit     GC | Var      | Constra 
7.79/7.89	c =============================================================================
7.79/7.89	c  0.0s |       0 |        0 |        0 |    10790      0 |      336 |      530
7.89/7.90	c  0.0s |       0 |      466 |        0 |    10790      0 |      336 |      530
7.89/7.90	c #cpu_time = 0.010s
7.89/7.90	c #wall_clock_time = 0.010s
7.89/7.90	c #decision = 466
7.89/7.90	c #random_decision = 0
7.89/7.90	c #conflict = 0
7.89/7.90	c #restart = 0
7.89/7.90	c BCD2: found a new core of size 2: cost of the new core is >=1
7.89/7.90	c lower bound updated to 576
7.89/7.91	c BCD2: 576 <= obj <= 1649
7.89/7.91	c BCD2: #cores=245, #unrelaxed=410, #relaxed=2890, #hardened=0
7.89/7.91	c BCD2: #sat=1 #unsat=577 bias=577/578
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 |    10790      0 |      336 |      531
7.89/7.92	c  0.0s |       0 |      692 |        1 |    10790      0 |      336 |      531
7.89/7.92	c #cpu_time = 0.011s
7.89/7.92	c #wall_clock_time = 0.011s
7.89/7.92	c #decision = 692
7.89/7.92	c #random_decision = 0
7.89/7.92	c #conflict = 1
7.89/7.92	c #restart = 0
7.89/7.92	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
7.89/7.92	c lower bound updated to 577
7.89/7.92	c BCD2: 577 <= obj <= 1649
7.89/7.92	c BCD2: #cores=244, #unrelaxed=409, #relaxed=2891, #hardened=0
7.89/7.92	c BCD2: #sat=1 #unsat=578 bias=578/579
7.89/7.92	c Solving starts ...
7.89/7.92	c ============================[ Search Statistics ]============================
7.89/7.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.92	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.92	c =============================================================================
7.89/7.92	c  0.0s |       0 |        0 |        0 |    10790      0 |      338 |      531
7.89/7.94	c  0.0s |       0 |      891 |        1 |    10790      0 |      338 |      533
7.89/7.94	c #cpu_time = 0.011s
7.89/7.94	c #wall_clock_time = 0.011s
7.89/7.94	c #decision = 891
7.89/7.94	c #random_decision = 0
7.89/7.94	c #conflict = 1
7.89/7.94	c #restart = 0
7.89/7.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
7.89/7.94	c lower bound updated to 578
7.89/7.94	c BCD2: 578 <= obj <= 1649
7.89/7.94	c BCD2: #cores=244, #unrelaxed=408, #relaxed=2892, #hardened=0
7.89/7.94	c BCD2: #sat=1 #unsat=579 bias=579/580
7.89/7.94	c Solving starts ...
7.89/7.94	c ============================[ Search Statistics ]============================
7.89/7.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.94	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.94	c =============================================================================
7.89/7.94	c  0.0s |       0 |        0 |        0 |    10790      0 |      339 |      533
7.89/7.95	c  0.0s |       0 |      695 |        1 |    10790      0 |      339 |      534
7.89/7.95	c #cpu_time = 0.011s
7.89/7.95	c #wall_clock_time = 0.011s
7.89/7.95	c #decision = 695
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: relaxing 1 and merging with 2 cores into a new core of size 9: cost of the new core is >=5
7.89/7.95	c lower bound updated to 579
7.89/7.95	c BCD2: 579 <= obj <= 1649
7.89/7.95	c BCD2: #cores=243, #unrelaxed=407, #relaxed=2893, #hardened=0
7.89/7.95	c BCD2: #sat=1 #unsat=580 bias=580/581
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 |    10790      0 |      341 |      534
7.89/7.97	c  0.0s |       0 |      697 |        1 |    10790      0 |      341 |      536
7.89/7.97	c #cpu_time = 0.011s
7.89/7.97	c #wall_clock_time = 0.011s
7.89/7.97	c #decision = 697
7.89/7.97	c #random_decision = 0
7.89/7.97	c #conflict = 1
7.89/7.97	c #restart = 0
7.89/7.97	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
7.89/7.97	c lower bound updated to 580
7.89/7.97	c BCD2: 580 <= obj <= 1649
7.89/7.97	c BCD2: #cores=242, #unrelaxed=406, #relaxed=2894, #hardened=0
7.89/7.97	c BCD2: #sat=1 #unsat=581 bias=581/582
7.89/7.97	c Solving starts ...
7.89/7.97	c ============================[ Search Statistics ]============================
7.89/7.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.97	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.97	c =============================================================================
7.89/7.97	c  0.0s |       0 |        0 |        0 |    10790      0 |      343 |      536
7.89/7.98	c  0.0s |       0 |      470 |        1 |    10790      0 |      343 |      538
7.89/7.98	c #cpu_time = 0.011s
7.89/7.98	c #wall_clock_time = 0.011s
7.89/7.98	c #decision = 470
7.89/7.98	c #random_decision = 0
7.89/7.98	c #conflict = 1
7.89/7.98	c #restart = 0
7.89/7.98	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 12: cost of the new core is >=4
7.89/7.98	c lower bound updated to 581
7.89/7.98	c BCD2: 581 <= obj <= 1649
7.89/7.98	c BCD2: #cores=241, #unrelaxed=401, #relaxed=2899, #hardened=0
7.89/7.98	c BCD2: #sat=1 #unsat=582 bias=582/583
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 |    10790      0 |      345 |      538
7.89/7.99	c  0.0s |       0 |      866 |        1 |    10790      0 |      345 |      540
7.89/7.99	c #cpu_time = 0.011s
7.89/7.99	c #wall_clock_time = 0.011s
7.89/7.99	c #decision = 866
7.89/7.99	c #random_decision = 0
7.89/7.99	c #conflict = 1
7.89/7.99	c #restart = 0
7.89/7.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
7.89/7.99	c lower bound updated to 582
7.99/8.00	c BCD2: 582 <= obj <= 1649
7.99/8.00	c BCD2: #cores=241, #unrelaxed=400, #relaxed=2900, #hardened=0
7.99/8.00	c BCD2: #sat=1 #unsat=583 bias=583/584
7.99/8.00	c Solving starts ...
7.99/8.00	c ============================[ Search Statistics ]============================
7.99/8.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.00	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.00	c =============================================================================
7.99/8.00	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      540
7.99/8.01	c  0.0s |       0 |      467 |        0 |    10790      0 |      346 |      541
7.99/8.01	c #cpu_time = 0.010s
7.99/8.01	c #wall_clock_time = 0.010s
7.99/8.01	c #decision = 467
7.99/8.01	c #random_decision = 0
7.99/8.01	c #conflict = 0
7.99/8.01	c #restart = 0
7.99/8.01	c BCD2: found a new core of size 2: cost of the new core is >=1
7.99/8.01	c lower bound updated to 583
7.99/8.01	c BCD2: 583 <= obj <= 1649
7.99/8.01	c BCD2: #cores=242, #unrelaxed=398, #relaxed=2902, #hardened=0
7.99/8.01	c BCD2: #sat=1 #unsat=584 bias=584/585
7.99/8.01	c Solving starts ...
7.99/8.01	c ============================[ Search Statistics ]============================
7.99/8.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.01	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.01	c =============================================================================
7.99/8.01	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      542
7.99/8.02	c  0.0s |       0 |      470 |        0 |    10790      0 |      346 |      542
7.99/8.02	c #cpu_time = 0.010s
7.99/8.02	c #wall_clock_time = 0.010s
7.99/8.02	c #decision = 470
7.99/8.02	c #random_decision = 0
7.99/8.02	c #conflict = 0
7.99/8.02	c #restart = 0
7.99/8.02	c BCD2: found a new core of size 2: cost of the new core is >=1
7.99/8.02	c lower bound updated to 584
7.99/8.03	c BCD2: 584 <= obj <= 1649
7.99/8.03	c BCD2: #cores=243, #unrelaxed=396, #relaxed=2904, #hardened=0
7.99/8.03	c BCD2: #sat=1 #unsat=585 bias=585/586
7.99/8.03	c Solving starts ...
7.99/8.03	c ============================[ Search Statistics ]============================
7.99/8.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.03	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.03	c =============================================================================
7.99/8.03	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      543
7.99/8.04	c  0.0s |       0 |      473 |        0 |    10790      0 |      346 |      543
7.99/8.04	c #cpu_time = 0.010s
7.99/8.04	c #wall_clock_time = 0.010s
7.99/8.04	c #decision = 473
7.99/8.04	c #random_decision = 0
7.99/8.04	c #conflict = 0
7.99/8.04	c #restart = 0
7.99/8.04	c BCD2: found a new core of size 2: cost of the new core is >=1
7.99/8.04	c lower bound updated to 585
7.99/8.04	c BCD2: 585 <= obj <= 1649
7.99/8.04	c BCD2: #cores=244, #unrelaxed=394, #relaxed=2906, #hardened=0
7.99/8.04	c BCD2: #sat=1 #unsat=586 bias=586/587
7.99/8.04	c Solving starts ...
7.99/8.04	c ============================[ Search Statistics ]============================
7.99/8.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.04	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.04	c =============================================================================
7.99/8.04	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      544
7.99/8.05	c  0.0s |       0 |      476 |        0 |    10790      0 |      346 |      544
7.99/8.05	c #cpu_time = 0.010s
7.99/8.05	c #wall_clock_time = 0.010s
7.99/8.05	c #decision = 476
7.99/8.05	c #random_decision = 0
7.99/8.05	c #conflict = 0
7.99/8.05	c #restart = 0
7.99/8.05	c BCD2: found a new core of size 2: cost of the new core is >=1
7.99/8.05	c lower bound updated to 586
7.99/8.06	c BCD2: 586 <= obj <= 1649
7.99/8.06	c BCD2: #cores=245, #unrelaxed=392, #relaxed=2908, #hardened=0
7.99/8.06	c BCD2: #sat=1 #unsat=587 bias=587/588
7.99/8.06	c Solving starts ...
7.99/8.06	c ============================[ Search Statistics ]============================
7.99/8.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.06	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.06	c =============================================================================
7.99/8.06	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      545
7.99/8.07	c  0.0s |       0 |      479 |        0 |    10790      0 |      346 |      545
7.99/8.07	c #cpu_time = 0.010s
7.99/8.07	c #wall_clock_time = 0.010s
7.99/8.07	c #decision = 479
7.99/8.07	c #random_decision = 0
7.99/8.07	c #conflict = 0
7.99/8.07	c #restart = 0
7.99/8.07	c BCD2: found a new core of size 2: cost of the new core is >=1
7.99/8.07	c lower bound updated to 587
7.99/8.07	c BCD2: 587 <= obj <= 1649
7.99/8.07	c BCD2: #cores=246, #unrelaxed=390, #relaxed=2910, #hardened=0
7.99/8.07	c BCD2: #sat=1 #unsat=588 bias=588/589
7.99/8.07	c Solving starts ...
7.99/8.07	c ============================[ Search Statistics ]============================
7.99/8.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.07	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.07	c =============================================================================
7.99/8.07	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      546
7.99/8.08	c  0.0s |       0 |      482 |        0 |    10790      0 |      346 |      546
7.99/8.08	c #cpu_time = 0.010s
7.99/8.08	c #wall_clock_time = 0.010s
7.99/8.08	c #decision = 482
7.99/8.08	c #random_decision = 0
7.99/8.08	c #conflict = 0
7.99/8.08	c #restart = 0
7.99/8.08	c BCD2: found a new core of size 2: cost of the new core is >=1
7.99/8.08	c lower bound updated to 588
7.99/8.08	c BCD2: 588 <= obj <= 1649
7.99/8.08	c BCD2: #cores=247, #unrelaxed=388, #relaxed=2912, #hardened=0
7.99/8.08	c BCD2: #sat=1 #unsat=589 bias=589/590
7.99/8.09	c Solving starts ...
7.99/8.09	c ============================[ Search Statistics ]============================
7.99/8.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.09	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.09	c =============================================================================
7.99/8.09	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      547
8.09/8.10	c  0.0s |       0 |      485 |        0 |    10790      0 |      346 |      547
8.09/8.10	c #cpu_time = 0.010s
8.09/8.10	c #wall_clock_time = 0.010s
8.09/8.10	c #decision = 485
8.09/8.10	c #random_decision = 0
8.09/8.10	c #conflict = 0
8.09/8.10	c #restart = 0
8.09/8.10	c BCD2: found a new core of size 2: cost of the new core is >=1
8.09/8.10	c lower bound updated to 589
8.09/8.10	c BCD2: 589 <= obj <= 1649
8.09/8.10	c BCD2: #cores=248, #unrelaxed=386, #relaxed=2914, #hardened=0
8.09/8.10	c BCD2: #sat=1 #unsat=590 bias=590/591
8.09/8.10	c Solving starts ...
8.09/8.10	c ============================[ Search Statistics ]============================
8.09/8.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.10	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.10	c =============================================================================
8.09/8.10	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      548
8.09/8.11	c  0.0s |       0 |      488 |        0 |    10790      0 |      346 |      548
8.09/8.11	c #cpu_time = 0.010s
8.09/8.11	c #wall_clock_time = 0.010s
8.09/8.11	c #decision = 488
8.09/8.11	c #random_decision = 0
8.09/8.11	c #conflict = 0
8.09/8.11	c #restart = 0
8.09/8.11	c BCD2: found a new core of size 2: cost of the new core is >=1
8.09/8.11	c lower bound updated to 590
8.09/8.11	c BCD2: 590 <= obj <= 1649
8.09/8.11	c BCD2: #cores=249, #unrelaxed=384, #relaxed=2916, #hardened=0
8.09/8.11	c BCD2: #sat=1 #unsat=591 bias=591/592
8.09/8.12	c Solving starts ...
8.09/8.12	c ============================[ Search Statistics ]============================
8.09/8.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.12	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.12	c =============================================================================
8.09/8.12	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      549
8.09/8.13	c  0.0s |       0 |      491 |        0 |    10790      0 |      346 |      549
8.09/8.13	c #cpu_time = 0.010s
8.09/8.13	c #wall_clock_time = 0.010s
8.09/8.13	c #decision = 491
8.09/8.13	c #random_decision = 0
8.09/8.13	c #conflict = 0
8.09/8.13	c #restart = 0
8.09/8.13	c BCD2: found a new core of size 2: cost of the new core is >=1
8.09/8.13	c lower bound updated to 591
8.09/8.13	c BCD2: 591 <= obj <= 1649
8.09/8.13	c BCD2: #cores=250, #unrelaxed=382, #relaxed=2918, #hardened=0
8.09/8.13	c BCD2: #sat=1 #unsat=592 bias=592/593
8.09/8.13	c Solving starts ...
8.09/8.13	c ============================[ Search Statistics ]============================
8.09/8.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.13	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.13	c =============================================================================
8.09/8.13	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      550
8.09/8.14	c  0.0s |       0 |      494 |        0 |    10790      0 |      346 |      550
8.09/8.14	c #cpu_time = 0.010s
8.09/8.14	c #wall_clock_time = 0.010s
8.09/8.14	c #decision = 494
8.09/8.14	c #random_decision = 0
8.09/8.14	c #conflict = 0
8.09/8.14	c #restart = 0
8.09/8.14	c BCD2: found a new core of size 2: cost of the new core is >=1
8.09/8.14	c lower bound updated to 592
8.09/8.14	c BCD2: 592 <= obj <= 1649
8.09/8.14	c BCD2: #cores=251, #unrelaxed=380, #relaxed=2920, #hardened=0
8.09/8.14	c BCD2: #sat=1 #unsat=593 bias=593/594
8.09/8.14	c Solving starts ...
8.09/8.14	c ============================[ Search Statistics ]============================
8.09/8.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.14	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.14	c =============================================================================
8.09/8.14	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      551
8.09/8.16	c  0.0s |       0 |      496 |        1 |    10790      0 |      346 |      551
8.09/8.16	c #cpu_time = 0.010s
8.09/8.16	c #wall_clock_time = 0.010s
8.09/8.16	c #decision = 496
8.09/8.16	c #random_decision = 0
8.09/8.16	c #conflict = 1
8.09/8.16	c #restart = 0
8.09/8.16	c BCD2: found a new core of size 18: cost of the new core is >=1
8.09/8.16	c lower bound updated to 593
8.09/8.16	c BCD2: 593 <= obj <= 1649
8.09/8.16	c BCD2: #cores=252, #unrelaxed=362, #relaxed=2938, #hardened=0
8.09/8.16	c BCD2: #sat=1 #unsat=594 bias=594/595
8.09/8.16	c Solving starts ...
8.09/8.16	c ============================[ Search Statistics ]============================
8.09/8.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.16	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.16	c =============================================================================
8.09/8.16	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      551
8.09/8.17	c  0.0s |       0 |      480 |        0 |    10790      0 |      346 |      551
8.09/8.17	c #cpu_time = 0.010s
8.09/8.17	c #wall_clock_time = 0.010s
8.09/8.17	c #decision = 480
8.09/8.17	c #random_decision = 0
8.09/8.17	c #conflict = 0
8.09/8.17	c #restart = 0
8.09/8.17	c BCD2: found a new core of size 2: cost of the new core is >=1
8.09/8.17	c lower bound updated to 594
8.09/8.17	c BCD2: 594 <= obj <= 1649
8.09/8.17	c BCD2: #cores=253, #unrelaxed=360, #relaxed=2940, #hardened=0
8.09/8.17	c BCD2: #sat=1 #unsat=595 bias=595/596
8.09/8.17	c Solving starts ...
8.09/8.17	c ============================[ Search Statistics ]============================
8.09/8.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.17	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.17	c =============================================================================
8.09/8.17	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      552
8.09/8.18	c  0.0s |       0 |      483 |        0 |    10790      0 |      346 |      552
8.09/8.18	c #cpu_time = 0.010s
8.09/8.18	c #wall_clock_time = 0.010s
8.09/8.18	c #decision = 483
8.09/8.18	c #random_decision = 0
8.09/8.18	c #conflict = 0
8.09/8.18	c #restart = 0
8.09/8.18	c BCD2: found a new core of size 2: cost of the new core is >=1
8.09/8.18	c lower bound updated to 595
8.09/8.19	c BCD2: 595 <= obj <= 1649
8.09/8.19	c BCD2: #cores=254, #unrelaxed=358, #relaxed=2942, #hardened=0
8.09/8.19	c BCD2: #sat=1 #unsat=596 bias=596/597
8.09/8.19	c Solving starts ...
8.09/8.19	c ============================[ Search Statistics ]============================
8.09/8.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.19	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.19	c =============================================================================
8.09/8.19	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      553
8.19/8.20	c  0.0s |       0 |      484 |        0 |    10790      0 |      346 |      553
8.19/8.20	c #cpu_time = 0.010s
8.19/8.20	c #wall_clock_time = 0.010s
8.19/8.20	c #decision = 484
8.19/8.20	c #random_decision = 0
8.19/8.20	c #conflict = 0
8.19/8.20	c #restart = 0
8.19/8.20	c BCD2: found a new core of size 2: cost of the new core is >=1
8.19/8.20	c lower bound updated to 596
8.19/8.20	c BCD2: 596 <= obj <= 1649
8.19/8.20	c BCD2: #cores=255, #unrelaxed=356, #relaxed=2944, #hardened=0
8.19/8.20	c BCD2: #sat=1 #unsat=597 bias=597/598
8.19/8.20	c Solving starts ...
8.19/8.20	c ============================[ Search Statistics ]============================
8.19/8.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.20	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.20	c =============================================================================
8.19/8.20	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      554
8.19/8.21	c  0.0s |       0 |      484 |        0 |    10790      0 |      346 |      554
8.19/8.21	c #cpu_time = 0.010s
8.19/8.21	c #wall_clock_time = 0.010s
8.19/8.21	c #decision = 484
8.19/8.21	c #random_decision = 0
8.19/8.21	c #conflict = 0
8.19/8.21	c #restart = 0
8.19/8.21	c BCD2: found a new core of size 2: cost of the new core is >=1
8.19/8.21	c lower bound updated to 597
8.19/8.22	c BCD2: 597 <= obj <= 1649
8.19/8.22	c BCD2: #cores=256, #unrelaxed=354, #relaxed=2946, #hardened=0
8.19/8.22	c BCD2: #sat=1 #unsat=598 bias=598/599
8.19/8.22	c Solving starts ...
8.19/8.22	c ============================[ Search Statistics ]============================
8.19/8.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.22	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.22	c =============================================================================
8.19/8.22	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      555
8.19/8.23	c  0.0s |       0 |      485 |        0 |    10790      0 |      346 |      555
8.19/8.23	c #cpu_time = 0.010s
8.19/8.23	c #wall_clock_time = 0.010s
8.19/8.23	c #decision = 485
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 2: cost of the new core is >=1
8.19/8.23	c lower bound updated to 598
8.19/8.23	c BCD2: 598 <= obj <= 1649
8.19/8.23	c BCD2: #cores=257, #unrelaxed=352, #relaxed=2948, #hardened=0
8.19/8.23	c BCD2: #sat=1 #unsat=599 bias=599/600
8.19/8.23	c Solving starts ...
8.19/8.23	c ============================[ Search Statistics ]============================
8.19/8.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.23	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.23	c =============================================================================
8.19/8.23	c  0.0s |       0 |        0 |        0 |    10790      0 |      346 |      556
8.19/8.24	c  0.0s |       0 |      507 |        2 |    10790      0 |      346 |      556
8.19/8.24	c #cpu_time = 0.011s
8.19/8.24	c #wall_clock_time = 0.011s
8.19/8.24	c #decision = 507
8.19/8.24	c #random_decision = 0
8.19/8.24	c #conflict = 2
8.19/8.24	c #restart = 0
8.19/8.24	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 18: cost of the new core is >=3
8.19/8.24	c lower bound updated to 599
8.19/8.25	c BCD2: 599 <= obj <= 1649
8.19/8.25	c BCD2: #cores=256, #unrelaxed=351, #relaxed=2949, #hardened=0
8.19/8.25	c BCD2: #sat=1 #unsat=600 bias=600/601
8.19/8.25	c Solving starts ...
8.19/8.25	c ============================[ Search Statistics ]============================
8.19/8.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.25	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.25	c =============================================================================
8.19/8.25	c  0.0s |       0 |        0 |        0 |    10790      0 |      348 |      556
8.19/8.26	c  0.0s |       0 |      717 |        1 |    10790      0 |      348 |      558
8.19/8.26	c #cpu_time = 0.011s
8.19/8.26	c #wall_clock_time = 0.011s
8.19/8.26	c #decision = 717
8.19/8.26	c #random_decision = 0
8.19/8.26	c #conflict = 1
8.19/8.26	c #restart = 0
8.19/8.26	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
8.19/8.26	c lower bound updated to 600
8.19/8.26	c BCD2: 600 <= obj <= 1649
8.19/8.26	c BCD2: #cores=255, #unrelaxed=350, #relaxed=2950, #hardened=0
8.19/8.26	c BCD2: #sat=1 #unsat=601 bias=601/602
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 |    10790      0 |      350 |      558
8.19/8.27	c  0.0s |       0 |      487 |        0 |    10790      0 |      350 |      560
8.19/8.27	c #cpu_time = 0.011s
8.19/8.27	c #wall_clock_time = 0.011s
8.19/8.27	c #decision = 487
8.19/8.27	c #random_decision = 0
8.19/8.27	c #conflict = 0
8.19/8.27	c #restart = 0
8.19/8.27	c BCD2: found a new core of size 2: cost of the new core is >=1
8.19/8.27	c lower bound updated to 601
8.19/8.28	c BCD2: 601 <= obj <= 1649
8.19/8.28	c BCD2: #cores=256, #unrelaxed=348, #relaxed=2952, #hardened=0
8.19/8.28	c BCD2: #sat=1 #unsat=602 bias=602/603
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 |    10790      0 |      350 |      561
8.19/8.29	c  0.0s |       0 |      490 |        0 |    10790      0 |      350 |      561
8.19/8.29	c #cpu_time = 0.010s
8.19/8.29	c #wall_clock_time = 0.010s
8.19/8.29	c #decision = 490
8.19/8.29	c #random_decision = 0
8.19/8.29	c #conflict = 0
8.19/8.29	c #restart = 0
8.19/8.29	c BCD2: found a new core of size 2: cost of the new core is >=1
8.19/8.29	c lower bound updated to 602
8.19/8.29	c BCD2: 602 <= obj <= 1649
8.19/8.29	c BCD2: #cores=257, #unrelaxed=346, #relaxed=2954, #hardened=0
8.19/8.29	c BCD2: #sat=1 #unsat=603 bias=603/604
8.19/8.29	c Solving starts ...
8.19/8.29	c ============================[ Search Statistics ]============================
8.19/8.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.29	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.29	c =============================================================================
8.19/8.29	c  0.0s |       0 |        0 |        0 |    10790      0 |      350 |      562
8.29/8.30	c  0.0s |       0 |      493 |        0 |    10790      0 |      350 |      562
8.29/8.30	c #cpu_time = 0.010s
8.29/8.30	c #wall_clock_time = 0.010s
8.29/8.30	c #decision = 493
8.29/8.30	c #random_decision = 0
8.29/8.30	c #conflict = 0
8.29/8.30	c #restart = 0
8.29/8.30	c BCD2: found a new core of size 2: cost of the new core is >=1
8.29/8.30	c lower bound updated to 603
8.29/8.31	c BCD2: 603 <= obj <= 1649
8.29/8.31	c BCD2: #cores=258, #unrelaxed=344, #relaxed=2956, #hardened=0
8.29/8.31	c BCD2: #sat=1 #unsat=604 bias=604/605
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 |    10790      0 |      350 |      563
8.29/8.32	c  0.0s |       0 |      496 |        0 |    10790      0 |      350 |      563
8.29/8.32	c #cpu_time = 0.010s
8.29/8.32	c #wall_clock_time = 0.010s
8.29/8.32	c #decision = 496
8.29/8.32	c #random_decision = 0
8.29/8.32	c #conflict = 0
8.29/8.32	c #restart = 0
8.29/8.32	c BCD2: found a new core of size 2: cost of the new core is >=1
8.29/8.32	c lower bound updated to 604
8.29/8.32	c BCD2: 604 <= obj <= 1649
8.29/8.32	c BCD2: #cores=259, #unrelaxed=342, #relaxed=2958, #hardened=0
8.29/8.32	c BCD2: #sat=1 #unsat=605 bias=605/606
8.29/8.32	c Solving starts ...
8.29/8.32	c ============================[ Search Statistics ]============================
8.29/8.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.32	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.32	c =============================================================================
8.29/8.32	c  0.0s |       0 |        0 |        0 |    10790      0 |      350 |      564
8.29/8.33	c  0.0s |       0 |      499 |        0 |    10790      0 |      350 |      564
8.29/8.33	c #cpu_time = 0.010s
8.29/8.33	c #wall_clock_time = 0.010s
8.29/8.33	c #decision = 499
8.29/8.33	c #random_decision = 0
8.29/8.33	c #conflict = 0
8.29/8.33	c #restart = 0
8.29/8.33	c BCD2: found a new core of size 2: cost of the new core is >=1
8.29/8.33	c lower bound updated to 605
8.29/8.34	c BCD2: 605 <= obj <= 1649
8.29/8.34	c BCD2: #cores=260, #unrelaxed=340, #relaxed=2960, #hardened=0
8.29/8.34	c BCD2: #sat=1 #unsat=606 bias=606/607
8.29/8.34	c Solving starts ...
8.29/8.34	c ============================[ Search Statistics ]============================
8.29/8.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.34	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.34	c =============================================================================
8.29/8.34	c  0.0s |       0 |        0 |        0 |    10790      0 |      350 |      565
8.29/8.35	c  0.0s |       0 |      502 |        0 |    10790      0 |      350 |      565
8.29/8.35	c #cpu_time = 0.010s
8.29/8.35	c #wall_clock_time = 0.010s
8.29/8.35	c #decision = 502
8.29/8.35	c #random_decision = 0
8.29/8.35	c #conflict = 0
8.29/8.35	c #restart = 0
8.29/8.35	c BCD2: found a new core of size 2: cost of the new core is >=1
8.29/8.35	c lower bound updated to 606
8.29/8.35	c BCD2: 606 <= obj <= 1649
8.29/8.35	c BCD2: #cores=261, #unrelaxed=338, #relaxed=2962, #hardened=0
8.29/8.35	c BCD2: #sat=1 #unsat=607 bias=607/608
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 |    10790      0 |      350 |      566
8.29/8.37	c  0.0s |       0 |      543 |        1 |    10790      0 |      350 |      566
8.29/8.37	c #cpu_time = 0.010s
8.29/8.37	c #wall_clock_time = 0.010s
8.29/8.37	c #decision = 543
8.29/8.37	c #random_decision = 0
8.29/8.37	c #conflict = 1
8.29/8.37	c #restart = 0
8.29/8.37	c BCD2: relaxing 11 and merging with 1 cores into a new core of size 28: cost of the new core is >=2
8.29/8.37	c lower bound updated to 607
8.29/8.37	c BCD2: 607 <= obj <= 1649
8.29/8.37	c BCD2: #cores=261, #unrelaxed=327, #relaxed=2973, #hardened=0
8.29/8.37	c BCD2: #sat=1 #unsat=608 bias=608/609
8.29/8.37	c Solving starts ...
8.29/8.37	c ============================[ Search Statistics ]============================
8.29/8.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.37	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.37	c =============================================================================
8.29/8.37	c  0.0s |       0 |        0 |        0 |    10790      0 |      351 |      566
8.29/8.38	c  0.0s |       0 |      498 |        0 |    10790      0 |      351 |      567
8.29/8.38	c #cpu_time = 0.010s
8.29/8.38	c #wall_clock_time = 0.010s
8.29/8.38	c #decision = 498
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 2: cost of the new core is >=1
8.29/8.38	c lower bound updated to 608
8.29/8.38	c BCD2: 608 <= obj <= 1649
8.29/8.38	c BCD2: #cores=262, #unrelaxed=325, #relaxed=2975, #hardened=0
8.29/8.38	c BCD2: #sat=1 #unsat=609 bias=609/610
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 |    10790      0 |      351 |      568
8.29/8.39	c  0.0s |       0 |      501 |        0 |    10790      0 |      351 |      568
8.29/8.39	c #cpu_time = 0.009s
8.29/8.39	c #wall_clock_time = 0.009s
8.29/8.39	c #decision = 501
8.29/8.39	c #random_decision = 0
8.29/8.39	c #conflict = 0
8.29/8.39	c #restart = 0
8.29/8.39	c BCD2: found a new core of size 2: cost of the new core is >=1
8.29/8.39	c lower bound updated to 609
8.29/8.40	c BCD2: 609 <= obj <= 1649
8.29/8.40	c BCD2: #cores=263, #unrelaxed=323, #relaxed=2977, #hardened=0
8.29/8.40	c BCD2: #sat=1 #unsat=610 bias=610/611
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 |    10790      0 |      351 |      569
8.39/8.41	c  0.0s |       0 |      504 |        0 |    10790      0 |      351 |      569
8.39/8.41	c #cpu_time = 0.009s
8.39/8.41	c #wall_clock_time = 0.009s
8.39/8.41	c #decision = 504
8.39/8.41	c #random_decision = 0
8.39/8.41	c #conflict = 0
8.39/8.41	c #restart = 0
8.39/8.41	c BCD2: found a new core of size 2: cost of the new core is >=1
8.39/8.41	c lower bound updated to 610
8.39/8.41	c BCD2: 610 <= obj <= 1649
8.39/8.41	c BCD2: #cores=264, #unrelaxed=321, #relaxed=2979, #hardened=0
8.39/8.41	c BCD2: #sat=1 #unsat=611 bias=611/612
8.39/8.41	c Solving starts ...
8.39/8.41	c ============================[ Search Statistics ]============================
8.39/8.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.41	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.41	c =============================================================================
8.39/8.41	c  0.0s |       0 |        0 |        0 |    10790      0 |      351 |      570
8.39/8.42	c  0.0s |       0 |      507 |        0 |    10790      0 |      351 |      570
8.39/8.42	c #cpu_time = 0.009s
8.39/8.42	c #wall_clock_time = 0.009s
8.39/8.42	c #decision = 507
8.39/8.42	c #random_decision = 0
8.39/8.42	c #conflict = 0
8.39/8.42	c #restart = 0
8.39/8.42	c BCD2: found a new core of size 2: cost of the new core is >=1
8.39/8.42	c lower bound updated to 611
8.39/8.42	c BCD2: 611 <= obj <= 1649
8.39/8.42	c BCD2: #cores=265, #unrelaxed=319, #relaxed=2981, #hardened=0
8.39/8.42	c BCD2: #sat=1 #unsat=612 bias=612/613
8.39/8.42	c Solving starts ...
8.39/8.42	c ============================[ Search Statistics ]============================
8.39/8.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.42	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.42	c =============================================================================
8.39/8.42	c  0.0s |       0 |        0 |        0 |    10790      0 |      351 |      571
8.39/8.43	c  0.0s |       0 |      510 |        0 |    10790      0 |      351 |      571
8.39/8.43	c #cpu_time = 0.009s
8.39/8.43	c #wall_clock_time = 0.009s
8.39/8.43	c #decision = 510
8.39/8.43	c #random_decision = 0
8.39/8.43	c #conflict = 0
8.39/8.43	c #restart = 0
8.39/8.43	c BCD2: found a new core of size 2: cost of the new core is >=1
8.39/8.43	c lower bound updated to 612
8.39/8.44	c BCD2: 612 <= obj <= 1649
8.39/8.44	c BCD2: #cores=266, #unrelaxed=317, #relaxed=2983, #hardened=0
8.39/8.44	c BCD2: #sat=1 #unsat=613 bias=613/614
8.39/8.44	c Solving starts ...
8.39/8.44	c ============================[ Search Statistics ]============================
8.39/8.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.44	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.44	c =============================================================================
8.39/8.44	c  0.0s |       0 |        0 |        0 |    10790      0 |      351 |      572
8.39/8.45	c  0.0s |       0 |      512 |        2 |    10790      0 |      351 |      572
8.39/8.45	c #cpu_time = 0.009s
8.39/8.45	c #wall_clock_time = 0.009s
8.39/8.45	c #decision = 512
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 22: cost of the new core is >=1
8.39/8.45	c lower bound updated to 613
8.39/8.45	c BCD2: 613 <= obj <= 1649
8.39/8.45	c BCD2: #cores=267, #unrelaxed=295, #relaxed=3005, #hardened=0
8.39/8.45	c BCD2: #sat=1 #unsat=614 bias=614/615
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 |    10790      0 |      351 |      572
8.39/8.46	c  0.0s |       0 |      492 |        0 |    10790      0 |      351 |      572
8.39/8.46	c #cpu_time = 0.009s
8.39/8.46	c #wall_clock_time = 0.009s
8.39/8.46	c #decision = 492
8.39/8.46	c #random_decision = 0
8.39/8.46	c #conflict = 0
8.39/8.46	c #restart = 0
8.39/8.46	c BCD2: found a new core of size 2: cost of the new core is >=1
8.39/8.46	c lower bound updated to 614
8.39/8.46	c BCD2: 614 <= obj <= 1649
8.39/8.46	c BCD2: #cores=268, #unrelaxed=293, #relaxed=3007, #hardened=0
8.39/8.46	c BCD2: #sat=1 #unsat=615 bias=615/616
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 |    10790      0 |      351 |      573
8.39/8.48	c  0.0s |       0 |      495 |        0 |    10790      0 |      351 |      573
8.39/8.48	c #cpu_time = 0.009s
8.39/8.48	c #wall_clock_time = 0.009s
8.39/8.48	c #decision = 495
8.39/8.48	c #random_decision = 0
8.39/8.48	c #conflict = 0
8.39/8.48	c #restart = 0
8.39/8.48	c BCD2: found a new core of size 2: cost of the new core is >=1
8.39/8.48	c lower bound updated to 615
8.39/8.48	c BCD2: 615 <= obj <= 1649
8.39/8.48	c BCD2: #cores=269, #unrelaxed=291, #relaxed=3009, #hardened=0
8.39/8.48	c BCD2: #sat=1 #unsat=616 bias=616/617
8.39/8.48	c Solving starts ...
8.39/8.48	c ============================[ Search Statistics ]============================
8.39/8.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.48	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.48	c =============================================================================
8.39/8.48	c  0.0s |       0 |        0 |        0 |    10790      0 |      351 |      574
8.39/8.49	c  0.0s |       0 |      496 |        0 |    10790      0 |      351 |      574
8.39/8.49	c #cpu_time = 0.009s
8.39/8.49	c #wall_clock_time = 0.009s
8.39/8.49	c #decision = 496
8.39/8.49	c #random_decision = 0
8.39/8.49	c #conflict = 0
8.39/8.49	c #restart = 0
8.39/8.49	c BCD2: found a new core of size 2: cost of the new core is >=1
8.39/8.49	c lower bound updated to 616
8.39/8.49	c BCD2: 616 <= obj <= 1649
8.39/8.49	c BCD2: #cores=270, #unrelaxed=289, #relaxed=3011, #hardened=0
8.39/8.49	c BCD2: #sat=1 #unsat=617 bias=617/618
8.39/8.49	c Solving starts ...
8.39/8.49	c ============================[ Search Statistics ]============================
8.39/8.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.49	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.49	c =============================================================================
8.39/8.49	c  0.0s |       0 |        0 |        0 |    10790      0 |      351 |      575
8.49/8.50	c  0.0s |       0 |      496 |        0 |    10790      0 |      351 |      575
8.49/8.50	c #cpu_time = 0.009s
8.49/8.50	c #wall_clock_time = 0.009s
8.49/8.50	c #decision = 496
8.49/8.50	c #random_decision = 0
8.49/8.50	c #conflict = 0
8.49/8.50	c #restart = 0
8.49/8.50	c BCD2: found a new core of size 2: cost of the new core is >=1
8.49/8.50	c lower bound updated to 617
8.49/8.51	c BCD2: 617 <= obj <= 1649
8.49/8.51	c BCD2: #cores=271, #unrelaxed=287, #relaxed=3013, #hardened=0
8.49/8.51	c BCD2: #sat=1 #unsat=618 bias=618/619
8.49/8.51	c Solving starts ...
8.49/8.51	c ============================[ Search Statistics ]============================
8.49/8.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.51	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.51	c =============================================================================
8.49/8.51	c  0.0s |       0 |        0 |        0 |    10790      0 |      351 |      576
8.49/8.52	c  0.0s |       0 |      497 |        0 |    10790      0 |      351 |      576
8.49/8.52	c #cpu_time = 0.009s
8.49/8.52	c #wall_clock_time = 0.009s
8.49/8.52	c #decision = 497
8.49/8.52	c #random_decision = 0
8.49/8.52	c #conflict = 0
8.49/8.52	c #restart = 0
8.49/8.52	c BCD2: found a new core of size 2: cost of the new core is >=1
8.49/8.52	c lower bound updated to 618
8.49/8.52	c BCD2: 618 <= obj <= 1649
8.49/8.52	c BCD2: #cores=272, #unrelaxed=285, #relaxed=3015, #hardened=0
8.49/8.52	c BCD2: #sat=1 #unsat=619 bias=619/620
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 |    10790      0 |      351 |      577
8.49/8.53	c  0.0s |       0 |      728 |        1 |    10790      0 |      351 |      577
8.49/8.53	c #cpu_time = 0.010s
8.49/8.53	c #wall_clock_time = 0.010s
8.49/8.53	c #decision = 728
8.49/8.53	c #random_decision = 0
8.49/8.53	c #conflict = 1
8.49/8.53	c #restart = 0
8.49/8.53	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
8.49/8.53	c lower bound updated to 619
8.49/8.54	c BCD2: 619 <= obj <= 1649
8.49/8.54	c BCD2: #cores=271, #unrelaxed=284, #relaxed=3016, #hardened=0
8.49/8.54	c BCD2: #sat=1 #unsat=620 bias=620/621
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 |    10790      0 |      353 |      577
8.49/8.55	c  0.0s |       0 |      501 |        0 |    10790      0 |      353 |      579
8.49/8.55	c #cpu_time = 0.009s
8.49/8.55	c #wall_clock_time = 0.009s
8.49/8.55	c #decision = 501
8.49/8.55	c #random_decision = 0
8.49/8.55	c #conflict = 0
8.49/8.55	c #restart = 0
8.49/8.55	c BCD2: found a new core of size 2: cost of the new core is >=1
8.49/8.55	c lower bound updated to 620
8.49/8.55	c BCD2: 620 <= obj <= 1649
8.49/8.55	c BCD2: #cores=272, #unrelaxed=282, #relaxed=3018, #hardened=0
8.49/8.55	c BCD2: #sat=1 #unsat=621 bias=621/622
8.49/8.55	c Solving starts ...
8.49/8.55	c ============================[ Search Statistics ]============================
8.49/8.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.55	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.55	c =============================================================================
8.49/8.55	c  0.0s |       0 |        0 |        0 |    10790      0 |      353 |      580
8.49/8.56	c  0.0s |       0 |      516 |        1 |    10790      0 |      353 |      580
8.49/8.56	c #cpu_time = 0.010s
8.49/8.56	c #wall_clock_time = 0.010s
8.49/8.56	c #decision = 516
8.49/8.56	c #random_decision = 0
8.49/8.56	c #conflict = 1
8.49/8.56	c #restart = 0
8.49/8.56	c BCD2: relaxing 3 and merging with 4 cores into a new core of size 74: cost of the new core is >=7
8.49/8.56	c lower bound updated to 621
8.49/8.56	c BCD2: 621 <= obj <= 1649
8.49/8.56	c BCD2: #cores=269, #unrelaxed=279, #relaxed=3021, #hardened=0
8.49/8.56	c BCD2: #sat=1 #unsat=622 bias=622/623
8.49/8.56	c Solving starts ...
8.49/8.56	c ============================[ Search Statistics ]============================
8.49/8.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.56	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.56	c =============================================================================
8.49/8.56	c  0.0s |       0 |        0 |        0 |    10790      0 |      357 |      580
8.49/8.58	c  0.0s |       0 |      502 |        1 |    10790      0 |      357 |      584
8.49/8.58	c #cpu_time = 0.010s
8.49/8.58	c #wall_clock_time = 0.010s
8.49/8.58	c #decision = 502
8.49/8.58	c #random_decision = 0
8.49/8.58	c #conflict = 1
8.49/8.58	c #restart = 0
8.49/8.58	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 22: cost of the new core is >=3
8.49/8.58	c lower bound updated to 622
8.49/8.58	c BCD2: 622 <= obj <= 1649
8.49/8.58	c BCD2: #cores=269, #unrelaxed=276, #relaxed=3024, #hardened=0
8.49/8.58	c BCD2: #sat=1 #unsat=623 bias=623/624
8.49/8.58	c Solving starts ...
8.49/8.58	c ============================[ Search Statistics ]============================
8.49/8.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.58	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.58	c =============================================================================
8.49/8.58	c  0.0s |       0 |        0 |        0 |    10790      0 |      358 |      584
8.49/8.59	c  0.0s |       0 |      503 |        0 |    10790      0 |      358 |      585
8.49/8.59	c #cpu_time = 0.009s
8.49/8.59	c #wall_clock_time = 0.009s
8.49/8.59	c #decision = 503
8.49/8.59	c #random_decision = 0
8.49/8.59	c #conflict = 0
8.49/8.59	c #restart = 0
8.49/8.59	c BCD2: found a new core of size 2: cost of the new core is >=1
8.49/8.59	c lower bound updated to 623
8.49/8.59	c BCD2: 623 <= obj <= 1649
8.49/8.59	c BCD2: #cores=270, #unrelaxed=274, #relaxed=3026, #hardened=0
8.49/8.59	c BCD2: #sat=1 #unsat=624 bias=624/625
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 |    10790      0 |      358 |      586
8.59/8.60	c  0.0s |       0 |      506 |        0 |    10790      0 |      358 |      586
8.59/8.60	c #cpu_time = 0.009s
8.59/8.60	c #wall_clock_time = 0.009s
8.59/8.60	c #decision = 506
8.59/8.60	c #random_decision = 0
8.59/8.60	c #conflict = 0
8.59/8.60	c #restart = 0
8.59/8.60	c BCD2: found a new core of size 2: cost of the new core is >=1
8.59/8.60	c lower bound updated to 624
8.59/8.61	c BCD2: 624 <= obj <= 1649
8.59/8.61	c BCD2: #cores=271, #unrelaxed=272, #relaxed=3028, #hardened=0
8.59/8.61	c BCD2: #sat=1 #unsat=625 bias=625/626
8.59/8.61	c Solving starts ...
8.59/8.61	c ============================[ Search Statistics ]============================
8.59/8.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.61	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.61	c =============================================================================
8.59/8.61	c  0.0s |       0 |        0 |        0 |    10790      0 |      358 |      587
8.59/8.62	c  0.0s |       0 |      509 |        0 |    10790      0 |      358 |      587
8.59/8.62	c #cpu_time = 0.009s
8.59/8.62	c #wall_clock_time = 0.009s
8.59/8.62	c #decision = 509
8.59/8.62	c #random_decision = 0
8.59/8.62	c #conflict = 0
8.59/8.62	c #restart = 0
8.59/8.62	c BCD2: found a new core of size 2: cost of the new core is >=1
8.59/8.62	c lower bound updated to 625
8.59/8.62	c BCD2: 625 <= obj <= 1649
8.59/8.62	c BCD2: #cores=272, #unrelaxed=270, #relaxed=3030, #hardened=0
8.59/8.62	c BCD2: #sat=1 #unsat=626 bias=626/627
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 |    10790      0 |      358 |      588
8.59/8.63	c  0.0s |       0 |      512 |        0 |    10790      0 |      358 |      588
8.59/8.63	c #cpu_time = 0.009s
8.59/8.63	c #wall_clock_time = 0.009s
8.59/8.63	c #decision = 512
8.59/8.63	c #random_decision = 0
8.59/8.63	c #conflict = 0
8.59/8.63	c #restart = 0
8.59/8.63	c BCD2: found a new core of size 2: cost of the new core is >=1
8.59/8.63	c lower bound updated to 626
8.59/8.63	c BCD2: 626 <= obj <= 1649
8.59/8.63	c BCD2: #cores=273, #unrelaxed=268, #relaxed=3032, #hardened=0
8.59/8.63	c BCD2: #sat=1 #unsat=627 bias=627/628
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 |    10790      0 |      358 |      589
8.59/8.64	c  0.0s |       0 |      515 |        0 |    10790      0 |      358 |      589
8.59/8.64	c #cpu_time = 0.009s
8.59/8.64	c #wall_clock_time = 0.009s
8.59/8.64	c #decision = 515
8.59/8.64	c #random_decision = 0
8.59/8.64	c #conflict = 0
8.59/8.64	c #restart = 0
8.59/8.64	c BCD2: found a new core of size 2: cost of the new core is >=1
8.59/8.64	c lower bound updated to 627
8.59/8.65	c BCD2: 627 <= obj <= 1649
8.59/8.65	c BCD2: #cores=274, #unrelaxed=266, #relaxed=3034, #hardened=0
8.59/8.65	c BCD2: #sat=1 #unsat=628 bias=628/629
8.59/8.65	c Solving starts ...
8.59/8.65	c ============================[ Search Statistics ]============================
8.59/8.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.65	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.65	c =============================================================================
8.59/8.65	c  0.0s |       0 |        0 |        0 |    10790      0 |      358 |      590
8.59/8.66	c  0.0s |       0 |      518 |        0 |    10790      0 |      358 |      590
8.59/8.66	c #cpu_time = 0.009s
8.59/8.66	c #wall_clock_time = 0.009s
8.59/8.66	c #decision = 518
8.59/8.66	c #random_decision = 0
8.59/8.66	c #conflict = 0
8.59/8.66	c #restart = 0
8.59/8.66	c BCD2: found a new core of size 2: cost of the new core is >=1
8.59/8.66	c lower bound updated to 628
8.59/8.66	c BCD2: 628 <= obj <= 1649
8.59/8.66	c BCD2: #cores=275, #unrelaxed=264, #relaxed=3036, #hardened=0
8.59/8.66	c BCD2: #sat=1 #unsat=629 bias=629/630
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 |    10790      0 |      358 |      591
8.59/8.67	c  0.0s |       0 |      521 |        0 |    10790      0 |      358 |      591
8.59/8.67	c #cpu_time = 0.009s
8.59/8.67	c #wall_clock_time = 0.009s
8.59/8.67	c #decision = 521
8.59/8.67	c #random_decision = 0
8.59/8.67	c #conflict = 0
8.59/8.67	c #restart = 0
8.59/8.67	c BCD2: found a new core of size 2: cost of the new core is >=1
8.59/8.67	c lower bound updated to 629
8.59/8.68	c BCD2: 629 <= obj <= 1649
8.59/8.68	c BCD2: #cores=276, #unrelaxed=262, #relaxed=3038, #hardened=0
8.59/8.68	c BCD2: #sat=1 #unsat=630 bias=630/631
8.59/8.68	c Solving starts ...
8.59/8.68	c ============================[ Search Statistics ]============================
8.59/8.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.68	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.68	c =============================================================================
8.59/8.68	c  0.0s |       0 |        0 |        0 |    10790      0 |      358 |      592
8.59/8.69	c  0.0s |       0 |      524 |        0 |    10790      0 |      358 |      592
8.59/8.69	c #cpu_time = 0.009s
8.59/8.69	c #wall_clock_time = 0.009s
8.59/8.69	c #decision = 524
8.59/8.69	c #random_decision = 0
8.59/8.69	c #conflict = 0
8.59/8.69	c #restart = 0
8.59/8.69	c BCD2: found a new core of size 2: cost of the new core is >=1
8.59/8.69	c lower bound updated to 630
8.59/8.69	c BCD2: 630 <= obj <= 1649
8.59/8.69	c BCD2: #cores=277, #unrelaxed=260, #relaxed=3040, #hardened=0
8.59/8.69	c BCD2: #sat=1 #unsat=631 bias=631/632
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 |    10790      0 |      358 |      593
8.69/8.70	c  0.0s |       0 |      527 |        0 |    10790      0 |      358 |      593
8.69/8.70	c #cpu_time = 0.009s
8.69/8.70	c #wall_clock_time = 0.009s
8.69/8.70	c #decision = 527
8.69/8.70	c #random_decision = 0
8.69/8.70	c #conflict = 0
8.69/8.70	c #restart = 0
8.69/8.70	c BCD2: found a new core of size 2: cost of the new core is >=1
8.69/8.70	c lower bound updated to 631
8.69/8.70	c BCD2: 631 <= obj <= 1649
8.69/8.70	c BCD2: #cores=278, #unrelaxed=258, #relaxed=3042, #hardened=0
8.69/8.70	c BCD2: #sat=1 #unsat=632 bias=632/633
8.69/8.70	c Solving starts ...
8.69/8.70	c ============================[ Search Statistics ]============================
8.69/8.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.70	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.70	c =============================================================================
8.69/8.70	c  0.0s |       0 |        0 |        0 |    10790      0 |      358 |      594
8.69/8.71	c  0.0s |       0 |      529 |        2 |    10790      0 |      358 |      594
8.69/8.71	c #cpu_time = 0.010s
8.69/8.71	c #wall_clock_time = 0.010s
8.69/8.71	c #decision = 529
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: found a new core of size 21: cost of the new core is >=1
8.69/8.71	c lower bound updated to 632
8.69/8.72	c BCD2: 632 <= obj <= 1649
8.69/8.72	c BCD2: #cores=279, #unrelaxed=237, #relaxed=3063, #hardened=0
8.69/8.72	c BCD2: #sat=1 #unsat=633 bias=633/634
8.69/8.72	c Solving starts ...
8.69/8.72	c ============================[ Search Statistics ]============================
8.69/8.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.72	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.72	c =============================================================================
8.69/8.72	c  0.0s |       0 |        0 |        0 |    10790      0 |      358 |      594
8.69/8.73	c  0.0s |       0 |      510 |        0 |    10790      0 |      358 |      594
8.69/8.73	c #cpu_time = 0.010s
8.69/8.73	c #wall_clock_time = 0.010s
8.69/8.73	c #decision = 510
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 2: cost of the new core is >=1
8.69/8.73	c lower bound updated to 633
8.69/8.73	c BCD2: 633 <= obj <= 1649
8.69/8.73	c BCD2: #cores=280, #unrelaxed=235, #relaxed=3065, #hardened=0
8.69/8.73	c BCD2: #sat=1 #unsat=634 bias=634/635
8.69/8.73	c Solving starts ...
8.69/8.73	c ============================[ Search Statistics ]============================
8.69/8.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.73	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.73	c =============================================================================
8.69/8.73	c  0.0s |       0 |        0 |        0 |    10790      0 |      358 |      595
8.69/8.74	c  0.0s |       0 |      513 |        0 |    10790      0 |      358 |      595
8.69/8.74	c #cpu_time = 0.009s
8.69/8.74	c #wall_clock_time = 0.009s
8.69/8.74	c #decision = 513
8.69/8.74	c #random_decision = 0
8.69/8.74	c #conflict = 0
8.69/8.74	c #restart = 0
8.69/8.74	c BCD2: found a new core of size 2: cost of the new core is >=1
8.69/8.74	c lower bound updated to 634
8.69/8.74	c BCD2: 634 <= obj <= 1649
8.69/8.74	c BCD2: #cores=281, #unrelaxed=233, #relaxed=3067, #hardened=0
8.69/8.74	c BCD2: #sat=1 #unsat=635 bias=635/636
8.69/8.75	c Solving starts ...
8.69/8.75	c ============================[ Search Statistics ]============================
8.69/8.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.75	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.75	c =============================================================================
8.69/8.75	c  0.0s |       0 |        0 |        0 |    10790      0 |      358 |      596
8.69/8.76	c  0.0s |       0 |      566 |        6 |    10790      0 |      358 |      596
8.69/8.76	c #cpu_time = 0.011s
8.69/8.76	c #wall_clock_time = 0.011s
8.69/8.76	c #decision = 566
8.69/8.76	c #random_decision = 1
8.69/8.76	c #conflict = 6
8.69/8.76	c #restart = 0
8.69/8.76	c BCD2: relaxing 1 and merging with 4 cores into a new core of size 25: cost of the new core is >=7
8.69/8.76	c lower bound updated to 635
8.69/8.76	c BCD2: 635 <= obj <= 1649
8.69/8.76	c BCD2: #cores=278, #unrelaxed=232, #relaxed=3068, #hardened=0
8.69/8.76	c BCD2: #sat=1 #unsat=636 bias=636/637
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 |    10790      0 |      362 |      596
8.69/8.78	c  0.0s |       0 |     1513 |       12 |    10790      0 |      362 |      600
8.69/8.78	c #cpu_time = 0.015s
8.69/8.78	c #wall_clock_time = 0.015s
8.69/8.78	c #decision = 1513
8.69/8.78	c #random_decision = 0
8.69/8.78	c #conflict = 12
8.69/8.78	c #restart = 0
8.69/8.78	c BCD2: relaxing 1 and merging with 18 cores into a new core of size 208: cost of the new core is >=34
8.69/8.78	c lower bound updated to 636
8.69/8.78	c BCD2: 636 <= obj <= 1649
8.69/8.78	c BCD2: #cores=261, #unrelaxed=231, #relaxed=3069, #hardened=0
8.69/8.78	c BCD2: #sat=1 #unsat=637 bias=637/638
8.69/8.78	c Solving starts ...
8.69/8.78	c ============================[ Search Statistics ]============================
8.69/8.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.78	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.78	c =============================================================================
8.69/8.78	c  0.0s |       0 |        0 |        0 |    10790      0 |      380 |      600
8.80/8.82	c  0.0s |       0 |     6857 |       33 |    10790      0 |      380 |      618
8.80/8.82	c #cpu_time = 0.043s
8.80/8.82	c #wall_clock_time = 0.043s
8.80/8.82	c #decision = 6857
8.80/8.82	c #random_decision = 1
8.80/8.82	c #conflict = 33
8.80/8.82	c #restart = 0
8.80/8.82	c BCD2: relaxing 0 and merging with 9 cores into a new core of size 41: cost of the new core is >=20
8.80/8.82	c lower bound updated to 637
8.80/8.83	c BCD2: 637 <= obj <= 1649
8.80/8.83	c BCD2: #cores=253, #unrelaxed=231, #relaxed=3069, #hardened=0
8.80/8.83	c BCD2: #sat=1 #unsat=638 bias=638/639
8.80/8.83	c Solving starts ...
8.80/8.83	c ============================[ Search Statistics ]============================
8.80/8.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.80/8.83	c       |         |          |          |    Limit     GC | Var      | Constra 
8.80/8.83	c =============================================================================
8.80/8.83	c  0.0s |       0 |        0 |        0 |    10790      0 |      389 |      618
8.80/8.85	c  0.0s |       0 |     2440 |       39 |    10790      0 |      389 |      627
8.80/8.85	c #cpu_time = 0.026s
8.80/8.85	c #wall_clock_time = 0.026s
8.80/8.85	c #decision = 2440
8.80/8.85	c #random_decision = 1
8.80/8.85	c #conflict = 39
8.80/8.85	c #restart = 0
8.80/8.85	c BCD2: relaxing 9 and merging with 76 cores into a new core of size 407: cost of the new core is >=161
8.80/8.85	c lower bound updated to 638
8.80/8.86	c BCD2: 638 <= obj <= 1649
8.80/8.86	c BCD2: #cores=178, #unrelaxed=222, #relaxed=3078, #hardened=0
8.80/8.86	c BCD2: #sat=1 #unsat=639 bias=639/640
8.80/8.86	c Solving starts ...
8.80/8.86	c ============================[ Search Statistics ]============================
8.80/8.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.80/8.86	c       |         |          |          |    Limit     GC | Var      | Constra 
8.80/8.86	c =============================================================================
8.80/8.86	c  0.0s |       0 |        0 |        0 |    10790      0 |      465 |      627
8.90/8.91	c  0.0s |       1 |     4560 |      100 |    10790      0 |      465 |      703
8.90/8.96	c  0.1s |       2 |     9039 |      250 |    11870      0 |      465 |      703
8.99/9.02	c  0.2s |       3 |    11488 |      475 |    11870      0 |      465 |      703
9.09/9.13	c  0.3s |       4 |    13113 |      813 |    13058      0 |      465 |      703
9.29/9.35	c  0.5s |       5 |    17537 |     1320 |    13058      0 |      465 |      703
9.49/9.56	c  0.7s |       5 |    20795 |     1804 |    14364      0 |      465 |      703
9.49/9.56	c #cpu_time = 0.700s
9.49/9.56	c #wall_clock_time = 0.701s
9.49/9.56	c #decision = 20795
9.49/9.56	c #random_decision = 19
9.49/9.56	c #conflict = 1804
9.49/9.56	c #restart = 5
9.49/9.56	c BCD2: relaxing 0 and merging with 8 cores into a new core of size 52: cost of the new core is >=27
9.49/9.56	c lower bound updated to 639
9.49/9.57	c BCD2: 639 <= obj <= 1649
9.49/9.57	c BCD2: #cores=171, #unrelaxed=222, #relaxed=3078, #hardened=0
9.49/9.57	c BCD2: #sat=1 #unsat=640 bias=640/641
9.49/9.57	c Solving starts ...
9.49/9.57	c ============================[ Search Statistics ]============================
9.49/9.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.57	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.57	c =============================================================================
9.49/9.57	c  0.0s |       0 |        0 |        0 |    14364      0 |      473 |      703
9.59/9.60	c  0.0s |       0 |     1054 |       11 |    14364      0 |      473 |      711
9.59/9.60	c #cpu_time = 0.032s
9.59/9.60	c #wall_clock_time = 0.032s
9.59/9.60	c #decision = 1054
9.59/9.60	c #random_decision = 0
9.59/9.60	c #conflict = 11
9.59/9.60	c #restart = 0
9.59/9.60	c BCD2: relaxing 0 and merging with 5 cores into a new core of size 25: cost of the new core is >=13
9.59/9.60	c lower bound updated to 640
9.59/9.60	c BCD2: 640 <= obj <= 1649
9.59/9.60	c BCD2: #cores=167, #unrelaxed=222, #relaxed=3078, #hardened=0
9.59/9.60	c BCD2: #sat=1 #unsat=641 bias=641/642
9.59/9.60	c Solving starts ...
9.59/9.60	c ============================[ Search Statistics ]============================
9.59/9.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.60	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.60	c =============================================================================
9.59/9.60	c  0.0s |       0 |        0 |        0 |    14364      0 |      478 |      711
9.59/9.62	c  0.0s |       0 |      850 |       96 |    14364      0 |      478 |      716
9.59/9.62	c #cpu_time = 0.022s
9.59/9.62	c #wall_clock_time = 0.022s
9.59/9.62	c #decision = 850
9.59/9.62	c #random_decision = 1
9.59/9.62	c #conflict = 96
9.59/9.62	c #restart = 0
9.59/9.62	c BCD2: relaxing 5 and merging with 3 cores into a new core of size 53: cost of the new core is >=24
9.59/9.62	c lower bound updated to 641
9.59/9.62	c BCD2: 641 <= obj <= 1649
9.59/9.62	c BCD2: #cores=165, #unrelaxed=217, #relaxed=3083, #hardened=0
9.59/9.62	c BCD2: #sat=1 #unsat=642 bias=642/643
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.63	c  0.0s |       0 |        0 |        0 |    14364      0 |      481 |      716
9.59/9.66	c  0.0s |       0 |      982 |       14 |    14364      0 |      481 |      719
9.59/9.66	c #cpu_time = 0.029s
9.59/9.66	c #wall_clock_time = 0.029s
9.59/9.66	c #decision = 982
9.59/9.66	c #random_decision = 0
9.59/9.66	c #conflict = 14
9.59/9.66	c #restart = 0
9.59/9.66	c BCD2: relaxing 0 and merging with 9 cores into a new core of size 50: cost of the new core is >=25
9.59/9.66	c lower bound updated to 642
9.59/9.66	c BCD2: 642 <= obj <= 1649
9.59/9.66	c BCD2: #cores=157, #unrelaxed=217, #relaxed=3083, #hardened=0
9.59/9.66	c BCD2: #sat=1 #unsat=643 bias=643/644
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 |    14364      0 |      490 |      719
9.69/9.71	c  0.0s |       1 |      746 |      100 |    14364      0 |      490 |      728
9.69/9.75	c  0.1s |       2 |     1504 |      250 |    14364      0 |      490 |      728
9.79/9.81	c  0.2s |       3 |     2478 |      475 |    14364      0 |      490 |      728
9.90/9.91	c  0.2s |       4 |     3560 |      813 |    15801      0 |      490 |      728
10.00/10.06	c  0.4s |       5 |     4935 |     1320 |    15801      0 |      490 |      728
10.29/10.33	c  0.7s |       6 |     7305 |     2081 |    15801      0 |      490 |      728
10.79/10.86	c  1.2s |       7 |    10362 |     3223 |    17382      0 |      490 |      728
11.39/11.47	c  1.8s |       8 |    15049 |     4936 |    19121      0 |      490 |      728
12.49/12.52	c  2.9s |       9 |    21543 |     7506 |    19121      0 |      490 |      728
14.30/14.39	c  4.7s |      10 |    38266 |    11361 |    21034      0 |      490 |      728
15.69/15.78	c  6.1s |      10 |    52268 |    13599 |    21034      0 |      490 |      728
15.69/15.78	c #cpu_time = 6.097s
15.69/15.78	c #wall_clock_time = 6.112s
15.69/15.78	c #decision = 52268
15.69/15.78	c #random_decision = 123
15.69/15.78	c #conflict = 13599
15.69/15.78	c #restart = 10
15.69/15.78	o 1468
15.69/15.78	c BCD2: updating upper bound: 1649 -> 1467
15.79/15.80	c BCD2: 642 <= obj <= 1467
15.79/15.80	c BCD2: #cores=157, #unrelaxed=217, #relaxed=3083, #hardened=0
15.79/15.80	c BCD2: #sat=2 #unsat=643 bias=643/645
15.79/15.80	c Solving starts ...
15.79/15.80	c ============================[ Search Statistics ]============================
15.79/15.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.79/15.80	c       |         |          |          |    Limit     GC | Var      | Constra 
15.79/15.80	c =============================================================================
15.79/15.80	c  0.0s |       0 |        0 |        0 |    21034      0 |      490 |      729
15.89/15.95	c  0.1s |       1 |      894 |      100 |    21034      0 |      490 |      729
16.09/16.14	c  0.3s |       2 |     2020 |      250 |    21034      0 |      490 |      729
16.39/16.42	c  0.6s |       3 |     3577 |      475 |    21034      0 |      490 |      729
16.69/16.77	c  1.0s |       4 |     5294 |      813 |    21034      0 |      490 |      729
17.29/17.31	c  1.5s |       5 |     7241 |     1320 |    23138      0 |      490 |      729
17.99/18.07	c  2.3s |       6 |    10569 |     2081 |    23138      0 |      490 |      729
18.49/18.56	c  2.8s |       6 |    12453 |     2525 |    23138      0 |      490 |      729
18.49/18.56	c #cpu_time = 2.747s
18.49/18.56	c #wall_clock_time = 2.754s
18.49/18.56	c #decision = 12453
18.49/18.56	c #random_decision = 24
18.49/18.56	c #conflict = 2525
18.49/18.56	c #restart = 6
18.49/18.56	c BCD2: relaxing 0 and merging with 6 cores into a new core of size 22: cost of the new core is >=13
18.49/18.56	c lower bound updated to 643
18.49/18.56	c BCD2: 643 <= obj <= 1467
18.49/18.56	c BCD2: #cores=152, #unrelaxed=217, #relaxed=3083, #hardened=0
18.49/18.56	c BCD2: #sat=2 #unsat=644 bias=644/646
18.49/18.56	c Solving starts ...
18.49/18.56	c ============================[ Search Statistics ]============================
18.49/18.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.49/18.56	c       |         |          |          |    Limit     GC | Var      | Constra 
18.49/18.56	c =============================================================================
18.49/18.56	c  0.0s |       0 |        0 |        0 |    23138      0 |      498 |      729
18.80/18.81	c  0.3s |       1 |      883 |      100 |    23138      0 |      498 |      739
18.99/19.10	c  0.5s |       2 |     3010 |      250 |    23138      0 |      498 |      739
19.39/19.44	c  0.9s |       3 |     4505 |      475 |    23138      0 |      498 |      739
19.80/19.89	c  1.3s |       4 |     6331 |      813 |    23138      0 |      498 |      739
20.49/20.55	c  2.0s |       5 |     8531 |     1320 |    23138      0 |      498 |      739
21.49/21.54	c  3.0s |       6 |    11952 |     2081 |    23138      0 |      498 |      739
22.99/23.00	c  4.4s |       7 |    15423 |     3223 |    23138      0 |      498 |      739
24.19/24.29	c  5.7s |       7 |    20736 |     4195 |    23138      0 |      498 |      739
24.19/24.29	c #cpu_time = 5.717s
24.19/24.29	c #wall_clock_time = 5.732s
24.19/24.29	c #decision = 20736
24.19/24.29	c #random_decision = 58
24.19/24.29	c #conflict = 4195
24.19/24.29	c #restart = 7
24.19/24.29	c BCD2: relaxing 92 and merging with 24 cores into a new core of size 392: cost of the new core is >=99
24.19/24.29	c lower bound updated to 644
24.19/24.30	c BCD2: 644 <= obj <= 1467
24.19/24.30	c BCD2: #cores=129, #unrelaxed=125, #relaxed=3175, #hardened=0
24.19/24.30	c BCD2: #sat=2 #unsat=645 bias=645/647
24.19/24.30	c Solving starts ...
24.19/24.30	c ============================[ Search Statistics ]============================
24.19/24.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.19/24.30	c       |         |          |          |    Limit     GC | Var      | Constra 
24.19/24.30	c =============================================================================
24.19/24.30	c  0.0s |       0 |        0 |        0 |    23138      0 |      531 |      739
24.59/24.66	c  0.4s |       1 |      900 |      100 |    23138      0 |      531 |      781
24.89/24.96	c  0.7s |       2 |     1862 |      250 |    23138      0 |      531 |      781
25.29/25.39	c  1.1s |       3 |     2916 |      475 |    23138      0 |      531 |      781
25.89/25.93	c  1.6s |       4 |     4358 |      813 |    23138      0 |      531 |      781
26.69/26.79	c  2.5s |       5 |     5635 |     1320 |    23138      0 |      531 |      781
27.78/27.89	c  3.6s |       6 |     7364 |     2081 |    23138      0 |      531 |      781
29.18/29.21	c  4.9s |       7 |    11596 |     3223 |    25452      0 |      531 |      781
31.18/31.21	c  6.9s |       7 |    16533 |     4823 |    25452      0 |      531 |      781
31.28/31.34	c  7.0s |       8 |    16831 |     4936 |    25452      0 |      531 |      781
33.38/33.42	c  9.1s |       8 |    21850 |     6536 |    25452      0 |      531 |      781
34.38/34.46	c 10.2s |       9 |    24621 |     7506 |    25452      0 |      531 |      781
36.39/36.46	c 12.2s |       9 |    29926 |     9006 |    25452      0 |      531 |      781
38.38/38.49	c 14.2s |       9 |    35214 |    10706 |    25452      1 |      531 |      781
39.18/39.27	c 15.0s |      10 |    37173 |    11361 |    25452      1 |      531 |      781
41.28/41.39	c 17.1s |      10 |    41613 |    12661 |    25452      1 |      531 |      781
43.38/43.46	c 19.2s |      10 |    45835 |    14161 |    25452      1 |      531 |      781
45.38/45.47	c 21.2s |      10 |    49964 |    15661 |    25452      1 |      531 |      781
47.18/47.22	c 22.9s |      11 |    54736 |    17144 |    27998      1 |      531 |      781
49.18/49.25	c 25.0s |      11 |    60450 |    18544 |    27998      1 |      531 |      781
51.18/51.25	c 27.0s |      11 |    65617 |    20144 |    27998      1 |      531 |      781
53.18/53.26	c 29.0s |      11 |    70128 |    21644 |    27998      1 |      531 |      781
55.28/55.34	c 31.0s |      11 |    74451 |    23044 |    27998      1 |      531 |      781
57.29/57.39	c 33.1s |      11 |    78281 |    24344 |    27998      1 |      531 |      781
59.39/59.50	c 35.2s |      11 |    80186 |    25344 |    27998      1 |      531 |      781
60.28/60.33	c 36.0s |      12 |    81286 |    25819 |    27998      1 |      531 |      781
63.18/63.20	c 38.9s |      12 |    82034 |    25919 |    27998      2 |      531 |      781
65.48/65.52	c 41.2s |      12 |    82642 |    26219 |    27998      2 |      531 |      781
67.58/67.62	c 43.3s |      12 |    85153 |    27419 |    27998      2 |      531 |      781
69.58/69.63	c 45.3s |      12 |    88224 |    28719 |    27998      2 |      531 |      781
71.59/71.63	c 47.3s |      12 |    89638 |    29619 |    27998      2 |      531 |      781
73.58/73.66	c 49.4s |      12 |    90678 |    30519 |    27998      2 |      531 |      781
75.68/75.73	c 51.4s |      12 |    91717 |    31419 |    27998      2 |      531 |      781
77.78/77.81	c 53.5s |      12 |    92637 |    32219 |    27998      2 |      531 |      781
79.88/79.92	c 55.6s |      12 |    93821 |    33219 |    27998      2 |      531 |      781
81.98/82.02	c 57.7s |      12 |    95738 |    34619 |    27998      2 |      531 |      781
83.98/84.07	c 59.8s |      12 |    98570 |    35719 |    30798      2 |      531 |      781
86.08/86.18	c 61.9s |      12 |   101092 |    36719 |    30798      2 |      531 |      781
88.28/88.37	c 64.1s |      12 |   103655 |    37719 |    30798      2 |      531 |      781
90.48/90.58	c 66.3s |      12 |   106173 |    38719 |    30798      2 |      531 |      781
90.78/90.84	c 66.5s |      13 |   106444 |    38832 |    30798      2 |      531 |      781
93.58/93.63	c 69.3s |      13 |   107598 |    38932 |    30798      2 |      531 |      781
95.68/95.76	c 71.5s |      13 |   110893 |    40132 |    30798      2 |      531 |      781
97.78/97.90	c 73.6s |      13 |   113657 |    41232 |    30798      2 |      531 |      781
99.87/99.99	c 75.7s |      13 |   116088 |    42232 |    30798      2 |      531 |      781
101.97/102.03	c 77.7s |      13 |   118524 |    43232 |    30798      2 |      531 |      781
104.07/104.15	c 79.9s |      13 |   120179 |    43932 |    30798      3 |      531 |      781
106.78/106.86	c 82.6s |      13 |   122956 |    45032 |    30798      3 |      531 |      781
108.77/108.87	c 84.6s |      13 |   127319 |    46732 |    30798      3 |      531 |      781
110.97/111.00	c 86.7s |      13 |   131341 |    48332 |    30798      3 |      531 |      781
126.27/126.37	c  102s |      13 |   133296 |    49132 |    30798      3 |      531 |      781
128.37/128.45	c  104s |      13 |   136789 |    50532 |    30798      3 |      531 |      781
130.37/130.46	c  106s |      13 |   141409 |    52232 |    30798      3 |      531 |      781
132.47/132.50	c  108s |      13 |   146854 |    53932 |    30798      3 |      531 |      781
134.47/134.56	c  110s |      13 |   152899 |    55632 |    30798      3 |      531 |      781
136.57/136.62	c  112s |      13 |   158022 |    57232 |    30798      3 |      531 |      781
138.07/138.11	c  113s |      14 |   161172 |    58352 |    30798      3 |      531 |      781
140.17/140.21	c  115s |      14 |   165277 |    59652 |    30798      3 |      531 |      781
142.47/142.51	c  118s |      14 |   167481 |    60552 |    30798      4 |      531 |      781
145.77/145.90	c  121s |      14 |   167983 |    60752 |    30798      4 |      531 |      781
150.87/150.94	c  126s |      14 |   170897 |    61852 |    30798      4 |      531 |      781
152.87/152.99	c  128s |      14 |   174972 |    63452 |    30798      4 |      531 |      781
154.97/155.00	c  130s |      14 |   178565 |    64852 |    33878      4 |      531 |      781
158.17/158.29	c  133s |      14 |   181340 |    66052 |    33878      4 |      531 |      781
160.36/160.40	c  136s |      14 |   185491 |    67652 |    33878      4 |      531 |      781
162.36/162.43	c  138s |      14 |   190026 |    69152 |    33878      4 |      531 |      781
164.46/164.55	c  140s |      14 |   192825 |    70452 |    33878      4 |      531 |      781
166.56/166.64	c  142s |      14 |   195965 |    71752 |    33878      4 |      531 |      781
168.66/168.72	c  144s |      14 |   199118 |    72952 |    33878      4 |      531 |      781
170.76/170.83	c  146s |      14 |   203846 |    74552 |    33878      4 |      531 |      781
177.26/177.35	c  153s |      14 |   207844 |    75852 |    33878      4 |      531 |      781
179.27/179.40	c  155s |      14 |   212436 |    77352 |    33878      4 |      531 |      781
181.36/181.40	c  157s |      14 |   217011 |    78752 |    33878      4 |      531 |      781
184.16/184.23	c  159s |      14 |   218303 |    79152 |    33878      5 |      531 |      781
186.26/186.35	c  162s |      14 |   222451 |    80452 |    33878      5 |      531 |      781
188.96/189.00	c  164s |      14 |   226850 |    81852 |    33878      5 |      531 |      781
190.96/191.01	c  166s |      14 |   231363 |    83252 |    33878      5 |      531 |      781
192.96/193.01	c  168s |      14 |   234896 |    84452 |    33878      5 |      531 |      781
194.96/195.05	c  170s |      14 |   238212 |    85852 |    33878      5 |      531 |      781
197.06/197.14	c  172s |      14 |   241424 |    87252 |    33878      5 |      531 |      781
197.66/197.75	c  173s |      15 |   242317 |    87632 |    33878      5 |      531 |      781
199.66/199.75	c  175s |      15 |   245496 |    88732 |    33878      5 |      531 |      781
201.66/201.75	c  177s |      15 |   248777 |    90132 |    33878      5 |      531 |      781
203.75/203.89	c  179s |      15 |   249551 |    90632 |    33878      5 |      531 |      781
205.86/205.96	c  181s |      15 |   251800 |    91532 |    33878      5 |      531 |      781
207.97/208.04	c  183s |      15 |   256741 |    93332 |    33878      5 |      531 |      781
210.07/210.12	c  185s |      15 |   260622 |    94932 |    33878      5 |      531 |      781
212.16/212.22	c  187s |      15 |   264323 |    96332 |    33878      5 |      531 |      781
214.16/214.29	c  189s |      15 |   267343 |    97332 |    33878      6 |      531 |      781
225.16/225.28	c  200s |      15 |   272066 |    98732 |    33878      6 |      531 |      781
227.26/227.34	c  203s |      15 |   278132 |   100632 |    33878      6 |      531 |      781
229.36/229.40	c  205s |      15 |   283153 |   102332 |    33878      6 |      531 |      781
231.46/231.52	c  207s |      15 |   287316 |   103832 |    33878      6 |      531 |      781
237.85/237.97	c  213s |      15 |   291056 |   105032 |    33878      6 |      531 |      781
240.06/240.19	c  215s |      15 |   292590 |   105532 |    33878      6 |      531 |      781
242.16/242.26	c  217s |      15 |   294401 |   106732 |    33878      6 |      531 |      781
244.16/244.29	c  219s |      15 |   297513 |   108032 |    37266      6 |      531 |      781
246.16/246.30	c  221s |      15 |   301791 |   109432 |    37266      6 |      531 |      781
248.26/248.30	c  223s |      15 |   305439 |   110732 |    37266      6 |      531 |      781
250.36/250.44	c  226s |      15 |   308487 |   111932 |    37266      6 |      531 |      781
252.46/252.50	c  228s |      15 |   312670 |   113232 |    37266      6 |      531 |      781
254.56/254.63	c  230s |      15 |   316821 |   114532 |    37266      6 |      531 |      781
256.66/256.80	c  232s |      15 |   321657 |   115932 |    37266      6 |      531 |      781
258.85/258.94	c  234s |      15 |   326195 |   117232 |    37266      6 |      531 |      781
264.55/264.69	c  240s |      15 |   330139 |   118332 |    37266      7 |      531 |      781
266.65/266.76	c  242s |      15 |   334252 |   119532 |    37266      7 |      531 |      781
268.75/268.83	c  244s |      15 |   337043 |   120332 |    37266      7 |      531 |      781
270.84/270.96	c  246s |      15 |   341817 |   121832 |    37266      7 |      531 |      781
281.15/281.22	c  256s |      15 |   344946 |   122832 |    37266      7 |      531 |      781
283.45/283.58	c  259s |      15 |   345948 |   123832 |    37266      7 |      531 |      781
287.94/288.09	c  263s |      15 |   346167 |   124032 |    37266      7 |      531 |      781
301.35/301.45	c  277s |      15 |   346279 |   124132 |    37266      7 |      531 |      781
303.45/303.52	c  279s |      15 |   350210 |   125532 |    37266      7 |      531 |      781
305.45/305.55	c  281s |      15 |   355141 |   127032 |    37266      7 |      531 |      781
307.45/307.56	c  283s |      15 |   359061 |   128432 |    37266      7 |      531 |      781
309.55/309.62	c  285s |      15 |   362619 |   129832 |    37266      7 |      531 |      781
311.55/311.69	c  287s |      15 |   365597 |   131132 |    37266      7 |      531 |      781
312.25/312.39	c  288s |      16 |   366624 |   131552 |    37266      7 |      531 |      781
314.45/314.53	c  290s |      16 |   370225 |   132652 |    37266      7 |      531 |      781
316.54/316.63	c  292s |      16 |   374418 |   134152 |    37266      7 |      531 |      781
318.54/318.64	c  294s |      16 |   378280 |   135552 |    37266      7 |      531 |      781
320.64/320.76	c  296s |      16 |   382709 |   137052 |    37266      7 |      531 |      781
322.94/323.09	c  298s |      16 |   384730 |   137752 |    37266      8 |      531 |      781
325.04/325.10	c  300s |      16 |   385323 |   137952 |    37266      8 |      531 |      781
329.84/329.94	c  305s |      16 |   387026 |   138552 |    37266      8 |      531 |      781
331.94/332.04	c  307s |      16 |   391871 |   140152 |    37266      8 |      531 |      781
334.13/334.26	c  309s |      16 |   394957 |   141252 |    37266      8 |      531 |      781
338.64/338.79	c  314s |      16 |   396467 |   141752 |    37266      8 |      531 |      781
340.74/340.83	c  316s |      16 |   400141 |   143152 |    37266      8 |      531 |      781
342.74/342.85	c  318s |      16 |   404415 |   144652 |    37266      8 |      531 |      781
344.74/344.89	c  320s |      16 |   408875 |   146152 |    37266      8 |      531 |      781
346.94/347.00	c  322s |      16 |   413367 |   147652 |    37266      8 |      531 |      781
348.94/349.07	c  324s |      16 |   417584 |   149152 |    37266      8 |      531 |      781
351.04/351.16	c  326s |      16 |   421387 |   150552 |    37266      8 |      531 |      781
353.05/353.17	c  328s |      16 |   424993 |   151852 |    37266      8 |      531 |      781
355.04/355.17	c  330s |      16 |   428816 |   153252 |    37266      8 |      531 |      781
357.24/357.30	c  333s |      16 |   432279 |   154652 |    37266      8 |      531 |      781
359.24/359.39	c  335s |      16 |   435821 |   156052 |    37266      8 |      531 |      781
362.74/362.85	c  338s |      16 |   438501 |   157152 |    37266      9 |      531 |      781
364.84/364.93	c  340s |      16 |   441261 |   158252 |    37266      9 |      531 |      781
366.93/367.01	c  342s |      16 |   444278 |   159452 |    37266      9 |      531 |      781
369.03/369.10	c  344s |      16 |   448664 |   160952 |    37266      9 |      531 |      781
371.03/371.14	c  346s |      16 |   451215 |   161952 |    37266      9 |      531 |      781
373.13/373.27	c  348s |      16 |   454650 |   163352 |    37266      9 |      531 |      781
375.23/375.31	c  351s |      16 |   458133 |   164752 |    37266      9 |      531 |      781
377.34/377.45	c  353s |      16 |   461650 |   166152 |    37266      9 |      531 |      781
379.44/379.55	c  355s |      16 |   465115 |   167352 |    37266      9 |      531 |      781
381.43/381.57	c  357s |      16 |   468504 |   168652 |    37266      9 |      531 |      781
383.53/383.63	c  359s |      16 |   471773 |   169952 |    37266      9 |      531 |      781
385.53/385.68	c  361s |      16 |   474512 |   171152 |    37266      9 |      531 |      781
393.13/393.26	c  368s |      16 |   474996 |   171452 |    37266      9 |      531 |      781
402.93/403.09	c  378s |      16 |   476695 |   172452 |    37266      9 |      531 |      781
405.03/405.12	c  380s |      16 |   478048 |   173352 |    40993      9 |      531 |      781
407.04/407.13	c  382s |      16 |   479310 |   174352 |    40993      9 |      531 |      781
409.03/409.18	c  384s |      16 |   481407 |   175552 |    40993      9 |      531 |      781
411.13/411.29	c  386s |      16 |   484494 |   177052 |    40993      9 |      531 |      781
413.23/413.34	c  389s |      16 |   487754 |   178452 |    40993      9 |      531 |      781
415.33/415.41	c  391s |      16 |   490257 |   179752 |    40993      9 |      531 |      781
418.53/418.65	c  394s |      16 |   491646 |   180552 |    40993     10 |      531 |      781
426.32/426.43	c  402s |      16 |   492504 |   181052 |    40993     10 |      531 |      781
428.42/428.51	c  404s |      16 |   494435 |   182152 |    40993     10 |      531 |      781
436.12/436.26	c  411s |      16 |   496244 |   183152 |    40993     10 |      531 |      781
438.22/438.39	c  414s |      16 |   500199 |   184752 |    40993     10 |      531 |      781
440.42/440.51	c  416s |      16 |   503559 |   186152 |    40993     10 |      531 |      781
442.42/442.56	c  418s |      16 |   507520 |   187652 |    40993     10 |      531 |      781
444.52/444.62	c  420s |      16 |   510877 |   189052 |    40993     10 |      531 |      781
446.53/446.68	c  422s |      16 |   512335 |   189752 |    40993     10 |      531 |      781
448.62/448.79	c  424s |      16 |   513870 |   190752 |    40993     10 |      531 |      781
450.72/450.88	c  426s |      16 |   515775 |   191852 |    40993     10 |      531 |      781
452.92/453.02	c  428s |      16 |   518313 |   193052 |    40993     10 |      531 |      781
454.92/455.05	c  430s |      16 |   520794 |   194152 |    40993     10 |      531 |      781
456.92/457.06	c  432s |      16 |   523454 |   195252 |    40993     10 |      531 |      781
459.12/459.20	c  434s |      16 |   526090 |   196352 |    40993     10 |      531 |      781
460.72/460.85	c  436s |      17 |   528669 |   197432 |    40993     10 |      531 |      781
462.82/462.93	c  438s |      17 |   531202 |   198332 |    40993     10 |      531 |      781
464.92/465.01	c  440s |      17 |   534891 |   199932 |    40993     10 |      531 |      781
466.92/467.02	c  442s |      17 |   538821 |   201432 |    40993     10 |      531 |      781
470.12/470.28	c  445s |      17 |   540326 |   201932 |    40993     11 |      531 |      781
472.72/472.83	c  448s |      17 |   541205 |   202232 |    40993     11 |      531 |      781
474.71/474.89	c  450s |      17 |   544275 |   203532 |    40993     11 |      531 |      781
476.81/476.94	c  452s |      17 |   546890 |   204632 |    40993     11 |      531 |      781
478.91/479.01	c  454s |      17 |   549859 |   205932 |    40993     11 |      531 |      781
481.01/481.14	c  456s |      17 |   551537 |   206632 |    40993     11 |      531 |      781
483.11/483.21	c  458s |      17 |   554368 |   207832 |    40993     11 |      531 |      781
485.21/485.35	c  461s |      17 |   557682 |   209232 |    40993     11 |      531 |      781
487.41/487.50	c  463s |      17 |   560436 |   210432 |    40993     11 |      531 |      781
503.11/503.29	c  478s |      17 |   562498 |   211132 |    40993     11 |      531 |      781
505.31/505.43	c  481s |      17 |   566701 |   212732 |    40993     11 |      531 |      781
507.31/507.43	c  483s |      17 |   570192 |   214132 |    40993     11 |      531 |      781
509.32/509.46	c  485s |      17 |   573028 |   215232 |    40993     11 |      531 |      781
511.42/511.57	c  487s |      17 |   576649 |   216632 |    40993     11 |      531 |      781
513.42/513.60	c  489s |      17 |   579992 |   217932 |    40993     11 |      531 |      781
515.52/515.68	c  491s |      17 |   583680 |   219332 |    40993     11 |      531 |      781
517.72/517.83	c  493s |      17 |   587248 |   220732 |    40993     11 |      531 |      781
519.81/519.93	c  495s |      17 |   590394 |   222032 |    40993     11 |      531 |      781
522.71/522.88	c  498s |      17 |   593328 |   223332 |    40993     12 |      531 |      781
524.81/524.95	c  500s |      17 |   595361 |   224232 |    40993     12 |      531 |      781
526.92/527.01	c  502s |      17 |   596711 |   224832 |    40993     12 |      531 |      781
546.20/546.37	c  522s |      17 |   598089 |   225432 |    40993     12 |      531 |      781
548.31/548.40	c  524s |      17 |   600664 |   226432 |    40993     12 |      531 |      781
550.31/550.42	c  526s |      17 |   603967 |   227732 |    40993     12 |      531 |      781
552.31/552.48	c  528s |      17 |   607456 |   229032 |    40993     12 |      531 |      781
554.51/554.64	c  530s |      17 |   610633 |   230332 |    40993     12 |      531 |      781
556.52/556.67	c  532s |      17 |   613701 |   231532 |    40993     12 |      531 |      781
558.72/558.86	c  534s |      17 |   616935 |   232732 |    40993     12 |      531 |      781
560.81/560.92	c  536s |      17 |   619605 |   233832 |    40993     12 |      531 |      781
562.81/562.98	c  538s |      17 |   622732 |   235032 |    40993     12 |      531 |      781
565.01/565.15	c  540s |      17 |   625702 |   236232 |    40993     12 |      531 |      781
567.01/567.18	c  542s |      17 |   628181 |   237232 |    40993     12 |      531 |      781
569.21/569.35	c  545s |      17 |   630923 |   238332 |    40993     12 |      531 |      781
571.21/571.36	c  547s |      17 |   633108 |   239232 |    40993     12 |      531 |      781
588.50/588.68	c  564s |      17 |   635132 |   240032 |    40993     12 |      531 |      781
590.60/590.78	c  566s |      17 |   640827 |   241932 |    40993     12 |      531 |      781
592.70/592.84	c  568s |      17 |   645932 |   243732 |    40993     12 |      531 |      781
610.60/610.74	c  586s |      17 |   648641 |   244732 |    40993     13 |      531 |      781
612.71/612.85	c  588s |      17 |   652424 |   246132 |    40993     13 |      531 |      781
620.90/621.02	c  596s |      17 |   652672 |   246232 |    40993     13 |      531 |      781
622.90/623.09	c  598s |      17 |   657699 |   247932 |    40993     13 |      531 |      781
626.09/626.27	c  601s |      17 |   662260 |   249432 |    40993     13 |      531 |      781
656.49/656.68	c  632s |      17 |   665839 |   250532 |    40993     13 |      531 |      781
658.59/658.70	c  634s |      17 |   669292 |   251932 |    40993     13 |      531 |      781
660.68/660.82	c  636s |      17 |   673287 |   253332 |    40993     13 |      531 |      781
662.78/662.92	c  638s |      17 |   677684 |   254832 |    40993     13 |      531 |      781
664.78/664.96	c  640s |      17 |   681898 |   256332 |    40993     13 |      531 |      781
666.98/667.10	c  642s |      17 |   685908 |   257832 |    40993     13 |      531 |      781
668.98/669.16	c  644s |      17 |   689593 |   259232 |    40993     13 |      531 |      781
671.08/671.27	c  646s |      17 |   693284 |   260632 |    40993     13 |      531 |      781
673.08/673.29	c  648s |      17 |   696836 |   261932 |    40993     13 |      531 |      781
675.18/675.35	c  651s |      17 |   699731 |   263132 |    40993     13 |      531 |      781
677.48/677.61	c  653s |      17 |   701350 |   264032 |    40993     13 |      531 |      781
679.48/679.61	c  655s |      17 |   702616 |   264732 |    40993     13 |      531 |      781
681.57/681.76	c  657s |      17 |   703886 |   265432 |    40993     13 |      531 |      781
684.27/684.40	c  660s |      17 |   704789 |   265932 |    40993     14 |      531 |      781
686.17/686.40	c  662s |      17 |   706584 |   266732 |    40993     14 |      531 |      781
688.27/688.45	c  664s |      17 |   709332 |   268132 |    40993     14 |      531 |      781
702.07/702.20	c  677s |      17 |   711046 |   268932 |    40993     14 |      531 |      781
704.17/704.32	c  680s |      17 |   714137 |   270332 |    40993     14 |      531 |      781
706.27/706.42	c  682s |      17 |   716639 |   271532 |    45093     14 |      531 |      781
708.38/708.56	c  684s |      17 |   719050 |   272732 |    45093     14 |      531 |      781
710.57/710.74	c  686s |      17 |   721426 |   273932 |    45093     14 |      531 |      781
712.57/712.80	c  688s |      17 |   723644 |   275032 |    45093     14 |      531 |      781
714.67/714.83	c  690s |      17 |   726535 |   276332 |    45093     14 |      531 |      781
716.77/716.94	c  692s |      17 |   729358 |   277732 |    45093     14 |      531 |      781
718.86/719.09	c  694s |      17 |   732157 |   279132 |    45093     14 |      531 |      781
720.96/721.11	c  696s |      17 |   734935 |   280432 |    45093     14 |      531 |      781
722.96/723.17	c  698s |      17 |   737750 |   281732 |    45093     14 |      531 |      781
725.06/725.23	c  700s |      17 |   740590 |   283032 |    45093     14 |      531 |      781
727.07/727.28	c  702s |      17 |   743002 |   284132 |    45093     14 |      531 |      781
729.17/729.32	c  705s |      17 |   746470 |   285232 |    45093     14 |      531 |      781
731.16/731.32	c  707s |      17 |   749375 |   286632 |    45093     14 |      531 |      781
733.26/733.41	c  709s |      17 |   752597 |   288032 |    45093     14 |      531 |      781
735.36/735.52	c  711s |      17 |   755198 |   289532 |    45093     14 |      531 |      781
737.36/737.60	c  713s |      17 |   757338 |   290932 |    45093     14 |      531 |      781
739.75/739.93	c  715s |      17 |   758418 |   291632 |    45093     15 |      531 |      781
743.05/743.22	c  718s |      17 |   759531 |   292232 |    45093     15 |      531 |      781
745.05/745.29	c  720s |      17 |   762989 |   293432 |    45093     15 |      531 |      781
747.15/747.34	c  723s |      17 |   767457 |   294932 |    45093     15 |      531 |      781
748.95/749.19	c  724s |      18 |   770409 |   296252 |    45093     15 |      531 |      781
764.13/764.37	c  740s |      18 |   771946 |   296652 |    45093     15 |      531 |      781
766.13/766.39	c  742s |      18 |   775967 |   298252 |    45093     15 |      531 |      781
768.23/768.45	c  744s |      18 |   779483 |   299752 |    45093     15 |      531 |      781
768.93/769.19	c  744s |      18 |   781145 |   300266 |    45093     15 |      531 |      781
768.93/769.19	c #cpu_time = 742.944s
768.93/769.19	c #wall_clock_time = 744.890s
768.93/769.19	c #decision = 781145
768.93/769.19	c #random_decision = 2636
768.93/769.19	c #conflict = 300266
768.93/769.19	c #restart = 18
768.93/769.19	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 34: cost of the new core is >=18
768.93/769.19	c lower bound updated to 645
768.93/769.19	c BCD2: 645 <= obj <= 1467
768.93/769.19	c BCD2: #cores=128, #unrelaxed=125, #relaxed=3175, #hardened=0
768.93/769.19	c BCD2: #sat=2 #unsat=646 bias=646/648
768.93/769.19	c Solving starts ...
768.93/769.19	c ============================[ Search Statistics ]============================
768.93/769.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
768.93/769.19	c       |         |          |          |    Limit     GC | Var      | Constra 
768.93/769.19	c =============================================================================
768.93/769.19	c  0.0s |       0 |        0 |        0 |    45093      0 |      534 |      781
769.84/770.07	c  0.9s |       1 |      662 |      100 |    45093      0 |      534 |      785
770.73/770.98	c  1.8s |       2 |     1386 |      250 |    45093      0 |      534 |      785
771.73/771.91	c  2.7s |       3 |     2456 |      475 |    45093      0 |      534 |      785
772.73/772.94	c  3.7s |       4 |     3758 |      813 |    45093      0 |      534 |      785
774.13/774.34	c  5.2s |       5 |     5094 |     1320 |    45093      0 |      534 |      785
776.03/776.21	c  7.0s |       6 |     7381 |     2081 |    45093      0 |      534 |      785
813.51/813.70	c 44.5s |       6 |     8372 |     2281 |    45093      0 |      534 |      785
814.41/814.68	c 45.5s |       7 |    10769 |     3223 |    45093      0 |      534 |      785
816.51/816.79	c 47.6s |       7 |    14330 |     4423 |    45093      0 |      534 |      785
817.12/817.33	c 48.1s |       8 |    15600 |     4936 |    45093      0 |      534 |      785
819.11/819.36	c 50.2s |       8 |    17945 |     5736 |    45093      0 |      534 |      785
820.91/821.12	c 51.9s |       9 |    22482 |     7506 |    45093      0 |      534 |      785
822.92/823.19	c 54.0s |       9 |    26024 |     8706 |    45093      0 |      534 |      785
825.02/825.23	c 56.0s |       9 |    31069 |    10706 |    45093      0 |      534 |      785
825.62/825.89	c 56.7s |      10 |    32726 |    11361 |    45093      0 |      534 |      785
827.72/827.96	c 58.8s |      10 |    36302 |    12561 |    45093      0 |      534 |      785
829.82/830.04	c 60.8s |      10 |    40706 |    14561 |    45093      0 |      534 |      785
838.61/838.83	c 69.6s |      10 |    41540 |    14861 |    45093      1 |      534 |      785
846.31/846.57	c 77.4s |      10 |    43144 |    15561 |    45093      1 |      534 |      785
851.20/851.45	c 82.3s |      10 |    44845 |    17061 |    45093      1 |      534 |      785
851.30/851.55	c 82.4s |      11 |    44932 |    17144 |    45093      1 |      534 |      785
853.40/853.62	c 84.4s |      11 |    47102 |    18344 |    45093      1 |      534 |      785
855.50/855.72	c 86.5s |      11 |    50701 |    20144 |    45093      1 |      534 |      785
857.50/857.79	c 88.6s |      11 |    54964 |    22044 |    45093      1 |      534 |      785
859.60/859.84	c 90.7s |      11 |    59085 |    23944 |    45093      1 |      534 |      785
861.59/861.86	c 92.7s |      12 |    63306 |    25819 |    45093      1 |      534 |      785
863.69/863.92	c 94.7s |      12 |    66013 |    26919 |    45093      1 |      534 |      785
865.69/865.99	c 96.8s |      12 |    69226 |    28219 |    45093      1 |      534 |      785
867.80/868.08	c 98.9s |      12 |    74043 |    30319 |    45093      1 |      534 |      785
869.89/870.16	c  100s |      12 |    79842 |    32619 |    45093      1 |      534 |      785
871.98/872.22	c  103s |      12 |    85629 |    34719 |    45093      1 |      534 |      785
873.98/874.24	c  105s |      12 |    90506 |    36619 |    45093      1 |      534 |      785
876.49/876.77	c  107s |      12 |    93856 |    38119 |    45093      2 |      534 |      785
878.18/878.43	c  109s |      13 |    95449 |    38832 |    45093      2 |      534 |      785
884.19/884.49	c  115s |      13 |    96441 |    39132 |    45093      2 |      534 |      785
886.39/886.69	c  117s |      13 |    99531 |    40432 |    45093      2 |      534 |      785
888.48/888.73	c  119s |      13 |   104015 |    42232 |    45093      2 |      534 |      785
890.58/890.84	c  121s |      13 |   107839 |    44032 |    45093      2 |      534 |      785
892.68/892.91	c  123s |      13 |   111343 |    45732 |    45093      2 |      534 |      785
894.68/894.97	c  125s |      13 |   115272 |    47432 |    45093      2 |      534 |      785
901.57/901.83	c  132s |      13 |   117448 |    48432 |    45093      2 |      534 |      785
903.56/903.88	c  134s |      13 |   121027 |    49932 |    45093      2 |      534 |      785
905.66/905.91	c  136s |      13 |   124683 |    51632 |    45093      2 |      534 |      785
907.76/908.01	c  138s |      13 |   128506 |    53332 |    45093      2 |      534 |      785
909.76/910.09	c  140s |      13 |   132034 |    54932 |    45093      2 |      534 |      785
911.96/912.20	c  143s |      13 |   135665 |    56632 |    45093      2 |      534 |      785
913.97/914.29	c  145s |      13 |   138895 |    58232 |    45093      2 |      534 |      785
914.16/914.49	c  145s |      14 |   139140 |    58352 |    45093      2 |      534 |      785
916.26/916.57	c  147s |      14 |   141153 |    59152 |    45093      2 |      534 |      785
918.27/918.60	c  149s |      14 |   144345 |    60552 |    45093      2 |      534 |      785
921.46/921.71	c  152s |      14 |   146685 |    61652 |    45093      3 |      534 |      785
923.57/923.80	c  154s |      14 |   148804 |    62652 |    45093      3 |      534 |      785
925.67/925.92	c  156s |      14 |   151750 |    64152 |    45093      3 |      534 |      785
927.66/927.93	c  158s |      14 |   153999 |    65152 |    45093      3 |      534 |      785
929.66/929.98	c  160s |      14 |   157893 |    66852 |    45093      3 |      534 |      785
931.76/932.02	c  162s |      14 |   162090 |    68752 |    45093      3 |      534 |      785
939.26/939.53	c  170s |      14 |   164470 |    69852 |    45093      3 |      534 |      785
963.05/963.38	c  194s |      14 |   165425 |    70252 |    45093      3 |      534 |      785
965.15/965.41	c  196s |      14 |   169691 |    71952 |    45093      3 |      534 |      785
967.15/967.48	c  198s |      14 |   173431 |    73552 |    45093      3 |      534 |      785
969.35/969.61	c  200s |      14 |   176697 |    75152 |    45093      3 |      534 |      785
971.35/971.67	c  202s |      14 |   179631 |    76652 |    45093      3 |      534 |      785
973.65/973.97	c  204s |      14 |   181987 |    77852 |    45093      3 |      534 |      785
975.75/976.06	c  206s |      14 |   184940 |    79452 |    45093      3 |      534 |      785
977.85/978.18	c  208s |      14 |   187862 |    80952 |    45093      3 |      534 |      785
979.95/980.28	c  211s |      14 |   190679 |    82452 |    45093      3 |      534 |      785
981.94/982.30	c  213s |      14 |   193019 |    83752 |    45093      3 |      534 |      785
984.94/985.21	c  216s |      14 |   195642 |    85052 |    45093      4 |      534 |      785
988.64/988.98	c  219s |      14 |   195868 |    85152 |    45093      4 |      534 |      785
990.95/991.28	c  222s |      14 |   197227 |    85852 |    45093      4 |      534 |      785
996.03/996.30	c  227s |      14 |   199236 |    86952 |    45093      4 |      534 |      785
997.13/997.41	c  228s |      15 |   200550 |    87632 |    45093      4 |      534 |      785
999.14/999.49	c  230s |      15 |   201245 |    87732 |    45093      4 |      534 |      785
1001.23/1001.53	c  232s |      15 |   205516 |    89532 |    45093      4 |      534 |      785
1030.12/1030.48	c  261s |      15 |   206121 |    89732 |    45093      4 |      534 |      785
1032.22/1032.53	c  263s |      15 |   209599 |    91432 |    45093      4 |      534 |      785
1034.32/1034.61	c  265s |      15 |   212982 |    93332 |    45093      4 |      534 |      785
1036.32/1036.64	c  267s |      15 |   217013 |    95132 |    45093      4 |      534 |      785
1038.42/1038.70	c  269s |      15 |   221409 |    97232 |    45093      4 |      534 |      785
1040.42/1040.74	c  271s |      15 |   225440 |    99332 |    45093      4 |      534 |      785
1042.52/1042.81	c  273s |      15 |   230616 |   101532 |    45093      4 |      534 |      785
1044.51/1044.85	c  275s |      15 |   233769 |   103432 |    45093      4 |      534 |      785
1046.51/1046.87	c  277s |      15 |   237260 |   105432 |    45093      4 |      534 |      785
1048.61/1048.91	c  279s |      15 |   240553 |   107032 |    45093      4 |      534 |      785
1051.51/1051.87	c  282s |      15 |   242878 |   108532 |    45093      5 |      534 |      785
1056.31/1056.62	c  287s |      15 |   243168 |   108732 |    45093      5 |      534 |      785
1075.99/1076.30	c  307s |      15 |   244169 |   109332 |    45093      5 |      534 |      785
1078.09/1078.43	c  309s |      15 |   247194 |   111032 |    45093      5 |      534 |      785
1080.19/1080.51	c  311s |      15 |   250217 |   112732 |    45093      5 |      534 |      785
1082.20/1082.53	c  313s |      15 |   252742 |   114332 |    45093      5 |      534 |      785
1084.29/1084.62	c  315s |      15 |   255688 |   116032 |    45093      5 |      534 |      785
1086.30/1086.63	c  317s |      15 |   258656 |   117732 |    45093      5 |      534 |      785
1088.40/1088.73	c  319s |      15 |   262043 |   119432 |    49603      5 |      534 |      785
1090.39/1090.74	c  321s |      15 |   265092 |   120932 |    49603      5 |      534 |      785
1092.39/1092.76	c  323s |      15 |   268200 |   122532 |    49603      5 |      534 |      785
1094.59/1094.90	c  325s |      15 |   271749 |   124232 |    49603      5 |      534 |      785
1096.59/1096.97	c  327s |      15 |   274983 |   125832 |    49603      5 |      534 |      785
1098.70/1099.04	c  329s |      15 |   277521 |   127432 |    49603      5 |      534 |      785
1100.69/1101.07	c  331s |      15 |   280447 |   129032 |    49603      5 |      534 |      785
1102.79/1103.17	c  333s |      15 |   283322 |   130532 |    49603      5 |      534 |      785
1104.29/1104.63	c  335s |      16 |   285179 |   131552 |    49603      5 |      534 |      785
1106.39/1106.73	c  337s |      16 |   287177 |   132352 |    49603      5 |      534 |      785
1108.49/1108.84	c  339s |      16 |   289584 |   133752 |    49603      5 |      534 |      785
1110.48/1110.87	c  341s |      16 |   292328 |   135252 |    49603      5 |      534 |      785
1112.98/1113.35	c  344s |      16 |   294205 |   136352 |    49603      6 |      534 |      785
1115.37/1115.75	c  346s |      16 |   294686 |   136652 |    49603      6 |      534 |      785
1119.88/1120.21	c  351s |      16 |   295552 |   137252 |    49603      6 |      534 |      785
1121.87/1122.24	c  353s |      16 |   298024 |   138752 |    49603      6 |      534 |      785
1123.88/1124.27	c  355s |      16 |   301932 |   140452 |    49603      6 |      534 |      785
1127.18/1127.60	c  358s |      16 |   304129 |   141452 |    49603      6 |      534 |      785
1131.77/1132.16	c  362s |      16 |   307445 |   143052 |    49603      6 |      534 |      785
1134.26/1134.61	c  365s |      16 |   309002 |   143852 |    49603      6 |      534 |      785
1136.26/1136.63	c  367s |      16 |   311109 |   144952 |    49603      6 |      534 |      785
1138.36/1138.73	c  369s |      16 |   312835 |   145952 |    49603      6 |      534 |      785
1140.36/1140.76	c  371s |      16 |   315515 |   147452 |    49603      6 |      534 |      785
1142.36/1142.77	c  373s |      16 |   317900 |   148852 |    49603      6 |      534 |      785
1144.36/1144.79	c  375s |      16 |   320288 |   150152 |    49603      6 |      534 |      785
1146.45/1146.89	c  377s |      16 |   324059 |   151752 |    49603      6 |      534 |      785
1148.55/1148.96	c  379s |      16 |   327018 |   153252 |    49603      6 |      534 |      785
1150.65/1151.05	c  381s |      16 |   329518 |   154752 |    49603      6 |      534 |      785
1152.75/1153.18	c  383s |      16 |   332652 |   156352 |    49603      6 |      534 |      785
1154.76/1155.18	c  385s |      16 |   334931 |   157652 |    49603      6 |      534 |      785
1156.85/1157.23	c  388s |      16 |   337873 |   159352 |    49603      6 |      534 |      785
1158.85/1159.29	c  390s |      16 |   340704 |   160752 |    49603      6 |      534 |      785
1164.14/1164.51	c  395s |      16 |   342728 |   161852 |    49603      7 |      534 |      785
1177.54/1177.93	c  408s |      16 |   343633 |   162352 |    49603      7 |      534 |      785
1181.64/1182.05	c  412s |      16 |   344695 |   162752 |    49603      7 |      534 |      785
1193.24/1193.65	c  424s |      16 |   348823 |   164252 |    49603      7 |      534 |      785
1195.33/1195.71	c  426s |      16 |   351869 |   165852 |    49603      7 |      534 |      785
1197.33/1197.79	c  428s |      16 |   353418 |   166852 |    49603      7 |      534 |      785
1199.43/1199.89	c  430s |      16 |   356751 |   168352 |    49603      7 |      534 |      785
1201.42/1201.89	c  432s |      16 |   358755 |   169652 |    49603      7 |      534 |      785
1207.23/1207.67	c  438s |      16 |   359373 |   170052 |    49603      7 |      534 |      785
1209.23/1209.68	c  440s |      16 |   361837 |   171452 |    49603      7 |      534 |      785
1211.43/1211.83	c  442s |      16 |   364211 |   172852 |    49603      7 |      534 |      785
1213.53/1213.90	c  444s |      16 |   366373 |   174152 |    49603      7 |      534 |      785
1222.42/1222.87	c  453s |      16 |   367619 |   174852 |    49603      7 |      534 |      785
1224.52/1224.93	c  455s |      16 |   371715 |   176652 |    49603      7 |      534 |      785
1226.52/1226.95	c  457s |      16 |   377584 |   178552 |    49603      7 |      534 |      785
1228.52/1228.98	c  459s |      16 |   383665 |   180452 |    49603      7 |      534 |      785
1230.52/1231.00	c  461s |      16 |   387019 |   182052 |    49603      7 |      534 |      785
1232.72/1233.11	c  463s |      16 |   389400 |   183652 |    49603      7 |      534 |      785
1234.81/1235.25	c  466s |      16 |   392245 |   185252 |    49603      7 |      534 |      785
1236.91/1237.33	c  468s |      16 |   395214 |   186952 |    49603      7 |      534 |      785
1238.91/1239.36	c  470s |      16 |   396680 |   187852 |    49603      8 |      534 |      785
1241.01/1241.44	c  472s |      16 |   398080 |   188652 |    49603      8 |      534 |      785
1270.00/1270.46	c  501s |      16 |   398581 |   188952 |    49603      8 |      534 |      785
1272.00/1272.46	c  503s |      16 |   401007 |   190452 |    49603      8 |      534 |      785
1274.00/1274.48	c  505s |      16 |   404218 |   191952 |    49603      8 |      534 |      785
1293.89/1294.34	c  525s |      16 |   407993 |   193252 |    49603      8 |      534 |      785
1295.89/1296.39	c  527s |      16 |   411209 |   194952 |    49603      8 |      534 |      785
1297.98/1298.44	c  529s |      16 |   413783 |   196452 |    49603      8 |      534 |      785
1299.38/1299.86	c  530s |      17 |   415349 |   197432 |    49603      8 |      534 |      785
1322.48/1322.94	c  553s |      17 |   417513 |   198232 |    49603      8 |      534 |      785
1324.57/1325.02	c  555s |      17 |   420884 |   200032 |    49603      8 |      534 |      785
1327.28/1327.73	c  558s |      17 |   422132 |   200732 |    49603      8 |      534 |      785
1329.37/1329.80	c  560s |      17 |   424698 |   202232 |    49603      8 |      534 |      785
1331.47/1331.93	c  562s |      17 |   427783 |   203732 |    49603      8 |      534 |      785
1333.47/1333.96	c  564s |      17 |   431071 |   205232 |    49603      8 |      534 |      785
1335.58/1336.01	c  566s |      17 |   435984 |   206732 |    49603      8 |      534 |      785
1337.58/1338.07	c  568s |      17 |   438249 |   208032 |    49603      8 |      534 |      785
1339.58/1340.07	c  570s |      17 |   440986 |   209232 |    49603      8 |      534 |      785
1341.58/1342.10	c  572s |      17 |   444866 |   210732 |    49603      8 |      534 |      785
1343.68/1344.11	c  574s |      17 |   450080 |   212732 |    49603      8 |      534 |      785
1363.06/1363.55	c  594s |      17 |   451456 |   213432 |    49603      9 |      534 |      785
1366.27/1366.78	c  597s |      17 |   452618 |   213832 |    49603      9 |      534 |      785
1368.37/1368.82	c  599s |      17 |   456342 |   215232 |    49603      9 |      534 |      785
1370.36/1370.86	c  601s |      17 |   459903 |   217032 |    49603      9 |      534 |      785
1372.47/1372.92	c  603s |      17 |   463009 |   218832 |    49603      9 |      534 |      785
1374.46/1374.94	c  605s |      17 |   466307 |   220432 |    49603      9 |      534 |      785
1377.36/1377.90	c  608s |      17 |   467006 |   220832 |    49603      9 |      534 |      785
1379.56/1380.01	c  610s |      17 |   470644 |   222732 |    49603      9 |      534 |      785
1381.56/1382.08	c  612s |      17 |   474335 |   224632 |    49603      9 |      534 |      785
1383.66/1384.17	c  614s |      17 |   478475 |   226932 |    49603      9 |      534 |      785
1385.67/1386.17	c  616s |      17 |   482457 |   228932 |    49603      9 |      534 |      785
1397.66/1398.11	c  628s |      17 |   485327 |   230532 |    49603      9 |      534 |      785
1399.65/1400.17	c  630s |      17 |   488500 |   232232 |    49603      9 |      534 |      785
1401.65/1402.18	c  632s |      17 |   491594 |   233832 |    49603      9 |      534 |      785
1403.75/1404.25	c  635s |      17 |   492919 |   234632 |    49603      9 |      534 |      785
1405.85/1406.38	c  637s |      17 |   495479 |   236032 |    49603      9 |      534 |      785
1407.95/1408.44	c  639s |      17 |   497949 |   237432 |    49603      9 |      534 |      785
1410.05/1410.54	c  641s |      17 |   500488 |   238832 |    49603      9 |      534 |      785
1412.35/1412.84	c  643s |      17 |   500793 |   239032 |    49603     10 |      534 |      785
1418.45/1418.92	c  649s |      17 |   501747 |   239532 |    49603     10 |      534 |      785
1420.85/1421.32	c  652s |      17 |   502399 |   239932 |    49603     10 |      534 |      785
1425.34/1425.83	c  656s |      17 |   503992 |   240732 |    49603     10 |      534 |      785
1429.84/1430.36	c  661s |      17 |   506184 |   241832 |    49603     10 |      534 |      785
1431.85/1432.36	c  663s |      17 |   510008 |   243832 |    49603     10 |      534 |      785
1433.84/1434.38	c  665s |      17 |   513441 |   245632 |    49603     10 |      534 |      785
1435.94/1436.43	c  667s |      17 |   516510 |   247332 |    49603     10 |      534 |      785
1438.04/1438.50	c  669s |      17 |   520041 |   249132 |    49603     10 |      534 |      785
1440.04/1440.50	c  671s |      17 |   522929 |   250632 |    49603     10 |      534 |      785
1442.03/1442.55	c  673s |      17 |   525438 |   252032 |    49603     10 |      534 |      785
1444.13/1444.65	c  675s |      17 |   528257 |   253632 |    49603     10 |      534 |      785
1446.23/1446.79	c  677s |      17 |   531120 |   255232 |    49603     10 |      534 |      785
1448.24/1448.79	c  679s |      17 |   533805 |   256532 |    49603     10 |      534 |      785
1450.33/1450.80	c  681s |      17 |   536230 |   257832 |    49603     10 |      534 |      785
1452.33/1452.89	c  683s |      17 |   538686 |   259132 |    49603     10 |      534 |      785
1458.83/1459.31	c  690s |      17 |   541841 |   260432 |    49603     10 |      534 |      785
1460.93/1461.42	c  692s |      17 |   546183 |   262432 |    49603     10 |      534 |      785
1462.93/1463.48	c  694s |      17 |   550816 |   264232 |    49603     10 |      534 |      785
1465.03/1465.56	c  696s |      17 |   552474 |   265032 |    49603     11 |      534 |      785
1467.53/1468.01	c  698s |      17 |   552948 |   265332 |    49603     11 |      534 |      785
1469.53/1470.08	c  700s |      17 |   556382 |   266832 |    49603     11 |      534 |      785
1472.23/1472.74	c  703s |      17 |   556688 |   267032 |    49603     11 |      534 |      785
1481.02/1481.57	c  712s |      17 |   557146 |   267232 |    49603     11 |      534 |      785
1494.02/1494.59	c  725s |      17 |   558488 |   267732 |    49603     11 |      534 |      785
1496.12/1496.69	c  727s |      17 |   562819 |   269532 |    49603     11 |      534 |      785
1498.22/1498.74	c  729s |      17 |   566845 |   271332 |    49603     11 |      534 |      785
1500.32/1500.85	c  731s |      17 |   570445 |   273132 |    49603     11 |      534 |      785
1502.41/1502.98	c  733s |      17 |   573628 |   274732 |    49603     11 |      534 |      785
1504.61/1505.10	c  735s |      17 |   577219 |   276332 |    49603     11 |      534 |      785
1506.71/1507.21	c  738s |      17 |   580087 |   277832 |    49603     11 |      534 |      785
1508.72/1509.26	c  740s |      17 |   583774 |   279632 |    49603     11 |      534 |      785
1510.81/1511.39	c  742s |      17 |   586895 |   281232 |    49603     11 |      534 |      785
1513.01/1513.53	c  744s |      17 |   589785 |   282632 |    49603     11 |      534 |      785
1515.11/1515.68	c  746s |      17 |   592639 |   284132 |    49603     11 |      534 |      785
1517.21/1517.77	c  748s |      17 |   595439 |   285432 |    49603     11 |      534 |      785
1519.31/1519.87	c  750s |      17 |   598306 |   286732 |    49603     11 |      534 |      785
1521.41/1521.92	c  752s |      17 |   600935 |   288032 |    49603     11 |      534 |      785
1553.91/1554.41	c  785s |      17 |   602173 |   288732 |    49603     11 |      534 |      785
1560.70/1561.27	c  792s |      17 |   605198 |   290332 |    49603     12 |      534 |      785
1566.69/1567.26	c  798s |      17 |   605347 |   290432 |    49603     12 |      534 |      785
1573.39/1573.96	c  804s |      17 |   607959 |   291632 |    49603     12 |      534 |      785
1578.19/1578.70	c  809s |      17 |   609804 |   292432 |    49603     12 |      534 |      785
1580.19/1580.77	c  811s |      17 |   612907 |   293932 |    49603     12 |      534 |      785
1582.28/1582.87	c  813s |      17 |   616003 |   295432 |    49603     12 |      534 |      785
1583.49/1584.01	c  814s |      18 |   617766 |   296252 |    49603     12 |      534 |      785
1586.48/1587.09	c  817s |      18 |   618486 |   296352 |    49603     12 |      534 |      785
1595.99/1596.58	c  827s |      18 |   619171 |   296552 |    49603     12 |      534 |      785
1598.09/1598.67	c  829s |      18 |   623662 |   298352 |    49603     12 |      534 |      785
1600.18/1600.71	c  831s |      18 |   626942 |   299852 |    49603     12 |      534 |      785
1610.88/1611.50	c  842s |      18 |   628785 |   300752 |    49603     12 |      534 |      785
1613.08/1613.61	c  844s |      18 |   631959 |   302452 |    49603     12 |      534 |      785
1615.08/1615.67	c  846s |      18 |   635797 |   304052 |    49603     12 |      534 |      785
1619.68/1620.25	c  851s |      18 |   638626 |   305352 |    49603     12 |      534 |      785
1621.68/1622.29	c  853s |      18 |   641163 |   306652 |    49603     12 |      534 |      785
1623.78/1624.38	c  855s |      18 |   645053 |   308452 |    49603     12 |      534 |      785
1625.88/1626.43	c  857s |      18 |   649034 |   310352 |    49603     12 |      534 |      785
1627.98/1628.53	c  859s |      18 |   651759 |   311952 |    49603     12 |      534 |      785
1630.08/1630.66	c  861s |      18 |   654953 |   313552 |    49603     12 |      534 |      785
1632.18/1632.76	c  863s |      18 |   657914 |   315152 |    49603     12 |      534 |      785
1638.28/1638.88	c  869s |      18 |   659653 |   316052 |    49603     13 |      534 |      785
1641.37/1641.99	c  872s |      18 |   660264 |   316352 |    49603     13 |      534 |      785
1644.87/1645.49	c  876s |      18 |   661496 |   317052 |    49603     13 |      534 |      785
1649.48/1650.10	c  880s |      18 |   661749 |   317152 |    49603     13 |      534 |      785
1658.77/1659.38	c  890s |      18 |   662782 |   317652 |    49603     13 |      534 |      785
1660.87/1661.49	c  892s |      18 |   666076 |   319352 |    49603     13 |      534 |      785
1662.97/1663.53	c  894s |      18 |   669944 |   320952 |    49603     13 |      534 |      785
1665.07/1665.62	c  896s |      18 |   673741 |   322452 |    49603     13 |      534 |      785
1667.18/1667.74	c  898s |      18 |   676910 |   324152 |    49603     13 |      534 |      785
1669.28/1669.84	c  900s |      18 |   681514 |   326052 |    49603     13 |      534 |      785
1671.37/1671.97	c  902s |      18 |   686111 |   327652 |    49603     13 |      534 |      785
1673.47/1674.06	c  904s |      18 |   688644 |   328652 |    49603     13 |      534 |      785
1675.57/1676.19	c  906s |      18 |   691607 |   330352 |    49603     13 |      534 |      785
1677.67/1678.24	c  909s |      18 |   694493 |   331952 |    49603     13 |      534 |      785
1679.67/1680.29	c  911s |      18 |   697022 |   333552 |    49603     13 |      534 |      785
1681.76/1682.32	c  913s |      18 |   699479 |   334952 |    49603     13 |      534 |      785
1683.86/1684.43	c  915s |      18 |   702009 |   336352 |    49603     13 |      534 |      785
1685.96/1686.52	c  917s |      18 |   705127 |   337952 |    49603     13 |      534 |      785
1688.07/1688.63	c  919s |      18 |   708303 |   339652 |    54564     13 |      534 |      785
1690.06/1690.69	c  921s |      18 |   710811 |   341052 |    54564     13 |      534 |      785
1692.26/1692.84	c  923s |      18 |   713465 |   342452 |    54564     13 |      534 |      785
1694.36/1694.92	c  925s |      18 |   716306 |   343852 |    54564     13 |      534 |      785
1696.36/1696.93	c  927s |      18 |   719507 |   345352 |    54564     13 |      534 |      785
1700.66/1701.27	c  932s |      18 |   722045 |   346552 |    54564     14 |      534 |      785
1703.07/1703.65	c  934s |      18 |   723582 |   347252 |    54564     14 |      534 |      785
1705.06/1705.68	c  936s |      18 |   725457 |   348452 |    54564     14 |      534 |      785
1707.26/1707.85	c  938s |      18 |   726617 |   349052 |    54564     14 |      534 |      785
1709.36/1709.96	c  940s |      18 |   729550 |   350452 |    54564     14 |      534 |      785
1711.56/1712.12	c  942s |      18 |   732779 |   351852 |    54564     14 |      534 |      785
1713.66/1714.25	c  945s |      18 |   736345 |   353252 |    54564     14 |      534 |      785
1715.66/1716.27	c  947s |      18 |   739703 |   354652 |    54564     14 |      534 |      785
1717.77/1718.36	c  949s |      18 |   742750 |   356052 |    54564     14 |      534 |      785
1719.87/1720.45	c  951s |      18 |   746135 |   357452 |    54564     14 |      534 |      785
1721.96/1722.52	c  953s |      18 |   750630 |   358952 |    54564     14 |      534 |      785
1724.06/1724.61	c  955s |      18 |   753929 |   360352 |    54564     14 |      534 |      785
1726.06/1726.65	c  957s |      18 |   757254 |   361652 |    54564     14 |      534 |      785
1728.06/1728.68	c  959s |      18 |   760278 |   362952 |    54564     14 |      534 |      785
1730.26/1730.84	c  961s |      18 |   762951 |   364252 |    54564     14 |      534 |      785
1732.36/1732.91	c  963s |      18 |   765509 |   365552 |    54564     14 |      534 |      785
1734.46/1735.06	c  965s |      18 |   767854 |   366752 |    54564     14 |      534 |      785
1736.66/1737.23	c  968s |      18 |   770739 |   368052 |    54564     14 |      534 |      785
1757.36/1757.94	c  988s |      18 |   771699 |   368452 |    54564     14 |      534 |      785
1759.45/1760.04	c  990s |      18 |   774468 |   369752 |    54564     14 |      534 |      785
1761.45/1762.09	c  992s |      18 |   777100 |   371352 |    54564     14 |      534 |      785
1763.55/1764.14	c  994s |      18 |   779414 |   372752 |    54564     14 |      534 |      785
1779.74/1780.35	c 1011s |      18 |   781301 |   373852 |    54564     14 |      534 |      785
1782.54/1783.12	c 1013s |      18 |   783127 |   374652 |    54564     15 |      534 |      785
1786.55/1787.16	c 1017s |      18 |   783294 |   374752 |    54564     15 |      534 |      785
1788.65/1789.22	c 1020s |      18 |   783823 |   375052 |    54564     15 |      534 |      785

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4102233-1466229744/watcher-4102233-1466229744 -o /tmp/evaluation-result-4102233-1466229744/solver-4102233-1466229744 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466206100-1395 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4102233-1466229744.opb 

pid=4518
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.15 2.15 2.10 3/179 4521
/proc/meminfo: memFree=30072844/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=758204 CPUtime=0 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 2833 0 0 0 0 0 0 0 20 0 4 0 25023619 776400896 2683 33554432000 4194304 16246674 140734417882912 140734417882336 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 190063 2694 441 2943 0 186957 0
[pid=4521/tid=4522] ppid=4518 vsize=775612 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 794226688 2754 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=780732 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 799469568 2771 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=784828 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25023620 803663872 2789 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.15 2.15 2.10 3/179 4521
/proc/meminfo: memFree=30072844/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1302084 CPUtime=0.08 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 28120 0 0 0 5 3 0 0 20 0 4 0 25023619 1333334016 27908 33554432000 4194304 16246674 140734417882912 140734417882224 7369730 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 325521 27922 800 2943 0 322415 0
[pid=4521/tid=4522] ppid=4518 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 1333334016 27932 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 1333334016 27946 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1333334016 27957 33554432000 4194304 16246674 140734417882912 139834034212016 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) 1302084

[startup+0.200474 s]
/proc/loadavg: 2.15 2.15 2.10 3/179 4521
/proc/meminfo: memFree=30072844/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1302084 CPUtime=0.19 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 45544 0 0 0 13 6 0 0 20 0 4 0 25023619 1333334016 45331 33554432000 4194304 16246674 140734417882912 140734417882224 6777520 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 325521 45331 832 2943 0 322415 0
[pid=4521/tid=4522] ppid=4518 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 1333334016 45331 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 1333334016 45331 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1333334016 45331 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1302084

[startup+0.300487 s]
/proc/loadavg: 2.15 2.15 2.10 3/179 4521
/proc/meminfo: memFree=30072844/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1302084 CPUtime=0.29 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 63342 0 0 0 21 8 0 0 20 0 4 0 25023619 1333334016 63129 33554432000 4194304 16246674 140734417882912 140734417882224 6972786 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 325521 63138 832 2943 0 322415 0
[pid=4521/tid=4522] ppid=4518 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 1333334016 63143 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 1333334016 63148 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1333334016 63153 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1302084

[startup+0.700394 s]
/proc/loadavg: 2.15 2.15 2.10 3/179 4521
/proc/meminfo: memFree=30072844/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1313348 CPUtime=0.69 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 86474 0 0 0 58 11 0 0 20 0 4 0 25023619 1344868352 86261 33554432000 4194304 16246674 140734417882912 140734417865904 5667033 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 328337 86261 908 2943 0 325231 0
[pid=4521/tid=4522] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 86261 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 86261 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 86261 33554432000 4194304 16246674 140734417882912 139834034212016 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.5003 s]
/proc/loadavg: 2.15 2.15 2.10 3/183 4525
/proc/meminfo: memFree=29729052/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1313348 CPUtime=1.49 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 86476 0 0 0 137 12 0 0 20 0 4 0 25023619 1344868352 86263 33554432000 4194304 16246674 140734417882912 140734417865904 5991604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 328337 86263 910 2943 0 325231 0
[pid=4521/tid=4522] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 86263 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 86263 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 86263 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10039 s]
/proc/loadavg: 2.15 2.15 2.10 3/183 4525
/proc/meminfo: memFree=29728556/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1313348 CPUtime=3.09 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 86476 0 0 0 296 13 0 0 20 0 4 0 25023619 1344868352 86263 33554432000 4194304 16246674 140734417882912 140734417864832 5841086 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 328337 86263 910 2943 0 325231 0
[pid=4521/tid=4522] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 86263 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 86263 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 86263 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1313348

[startup+6.30041 s]
/proc/loadavg: 2.13 2.15 2.10 4/183 4525
/proc/meminfo: memFree=29728804/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1313348 CPUtime=6.29 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 86476 0 0 0 614 15 0 0 20 0 4 0 25023619 1344868352 86263 33554432000 4194304 16246674 140734417882912 140734417865904 5840991 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 328337 86263 910 2943 0 325231 0
[pid=4521/tid=4522] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 86263 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 86263 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 86263 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1313348

[startup+12.7004 s]
/proc/loadavg: 2.12 2.15 2.10 3/183 4525
/proc/meminfo: memFree=28996904/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1313348 CPUtime=12.69 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 269546 0 0 0 1227 42 0 0 20 0 4 0 25023619 1344868352 269333 33554432000 4194304 16246674 140734417882912 140734417865912 5674844 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 328337 269333 910 2943 0 325231 0
[pid=4521/tid=4522] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 269333 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 269333 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1344868352 269333 33554432000 4194304 16246674 140734417882912 139834034212016 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) 1313348

[startup+25.5005 s]
/proc/loadavg: 2.10 2.14 2.10 3/183 4525
/proc/meminfo: memFree=28987136/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1324612 CPUtime=25.49 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 272216 0 0 0 2507 42 0 0 20 0 4 0 25023619 1356402688 272003 33554432000 4194304 16246674 140734417882912 140734417864832 5530656 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 331153 272003 915 2943 0 328047 0
[pid=4521/tid=4522] ppid=4518 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 1356402688 272003 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 1356402688 272003 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1356402688 272003 33554432000 4194304 16246674 140734417882912 139834034212016 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.1005 s]
/proc/loadavg: 2.06 2.13 2.09 3/183 4525
/proc/meminfo: memFree=28938280/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1373764 CPUtime=51.08 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 284480 0 0 0 5065 43 0 0 20 0 4 0 25023619 1406734336 284267 33554432000 4194304 16246674 140734417882912 140734417864832 5722656 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 343441 284267 915 2943 0 340335 0
[pid=4521/tid=4522] ppid=4518 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 1406734336 284267 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 1406734336 284267 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1373764 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1406734336 284267 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1373764

[startup+102.3 s]
/proc/loadavg: 2.20 2.15 2.10 3/183 4526
/proc/meminfo: memFree=28879128/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1431108 CPUtime=102.28 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 298992 0 0 0 10182 46 0 0 20 0 4 0 25023619 1465454592 298779 33554432000 4194304 16246674 140734417882912 140734417864832 12478180 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 357777 298779 916 2943 0 354671 0
[pid=4521/tid=4522] ppid=4518 vsize=1431108 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 1465454592 298779 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1431108 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 1465454592 298779 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1431108 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1465454592 298779 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1431108


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

/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1899565056 405021 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 1855044

[startup+1302.3 s]
/proc/loadavg: 2.22 2.17 2.12 3/183 4655
/proc/meminfo: memFree=28409584/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1859140 CPUtime=1301.88 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 406362 0 0 0 130075 113 0 0 20 0 4 0 25023619 1903759360 406046 33554432000 4194304 16246674 140734417882912 140734417882088 13901608 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 464785 406046 917 2943 0 461679 0
[pid=4521/tid=4522] ppid=4518 vsize=1859140 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 1903759360 406046 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1859140 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 1903759360 406046 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1859140 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1903759360 406046 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 1859140

[startup+1362.3 s]
/proc/loadavg: 2.26 2.18 2.13 3/183 4656
/proc/meminfo: memFree=28391976/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1876548 CPUtime=1361.86 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 410751 0 0 0 136068 118 0 0 20 0 4 0 25023619 1921585152 410398 33554432000 4194304 16246674 140734417882912 140734417882008 13885029 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 469137 410398 917 2943 0 466031 0
[pid=4521/tid=4522] ppid=4518 vsize=1876548 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 1921585152 410398 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1876548 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 1921585152 410398 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1876548 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1921585152 410398 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 1876548

[startup+1422.3 s]
/proc/loadavg: 2.27 2.19 2.13 3/183 4658
/proc/meminfo: memFree=28330872/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1934916 CPUtime=1421.85 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 425366 0 0 0 142063 122 0 0 20 0 4 0 25023619 1981353984 424990 33554432000 4194304 16246674 140734417882912 140734417864832 13908556 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 483729 424990 917 2943 0 480623 0
[pid=4521/tid=4522] ppid=4518 vsize=1934916 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 1981353984 424990 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1934916 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 1981353984 424990 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1934916 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 1981353984 424990 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 1934916

[startup+1482.3 s]
/proc/loadavg: 2.30 2.22 2.14 3/183 4659
/proc/meminfo: memFree=28268160/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=1997380 CPUtime=1481.82 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 441007 0 0 0 148056 126 0 0 20 0 4 0 25023619 2045317120 440606 33554432000 4194304 16246674 140734417882912 140734417882008 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 499345 440606 917 2943 0 496239 0
[pid=4521/tid=4522] ppid=4518 vsize=1997380 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 2045317120 440606 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=1997380 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 2045317120 440606 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=1997380 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 2045317120 440606 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 1997380

[startup+1542.31 s]
/proc/loadavg: 2.37 2.24 2.15 3/183 4660
/proc/meminfo: memFree=28201420/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=2063940 CPUtime=1541.81 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 457671 0 0 0 154050 131 0 0 20 0 4 0 25023619 2113474560 457246 33554432000 4194304 16246674 140734417882912 140734417882008 13908556 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 515985 457246 917 2943 0 512879 0
[pid=4521/tid=4522] ppid=4518 vsize=2063940 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 2113474560 457246 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=2063940 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 2113474560 457246 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=2063940 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 2113474560 457246 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 2063940

[startup+1602.3 s]
/proc/loadavg: 2.23 2.22 2.15 3/183 4661
/proc/meminfo: memFree=28201500/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=2063940 CPUtime=1601.78 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 457691 0 0 0 160044 134 0 0 20 0 4 0 25023619 2113474560 457246 33554432000 4194304 16246674 140734417882912 140734417864832 13908556 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 515985 457246 917 2943 0 512879 0
[pid=4521/tid=4522] ppid=4518 vsize=2063940 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 2113474560 457246 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=2063940 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 2113474560 457246 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=2063940 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 2113474560 457246 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 2063940

[startup+1662.3 s]
/proc/loadavg: 2.13 2.19 2.14 3/184 4665
/proc/meminfo: memFree=28200200/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=2063940 CPUtime=1661.77 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 457698 0 0 0 166041 136 0 0 20 0 4 0 25023619 2113474560 457246 33554432000 4194304 16246674 140734417882912 140734417864832 5673717 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 515985 457246 917 2943 0 512879 0
[pid=4521/tid=4522] ppid=4518 vsize=2063940 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 2113474560 457246 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=2063940 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 2113474560 457246 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=2063940 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 2113474560 457246 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 2063940

[startup+1722.3 s]
/proc/loadavg: 2.13 2.17 2.14 3/183 4667
/proc/meminfo: memFree=28200808/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=2063940 CPUtime=1721.76 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 457713 0 0 0 172039 137 0 0 20 0 4 0 25023619 2113474560 457246 33554432000 4194304 16246674 140734417882912 140734417864832 5823131 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 515985 457246 917 2943 0 512879 0
[pid=4521/tid=4522] ppid=4518 vsize=2063940 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 2113474560 457246 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=2063940 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 2113474560 457246 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=2063940 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 2113474560 457246 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 2063940

[startup+1782.3 s]
/proc/loadavg: 2.29 2.20 2.15 3/183 4668
/proc/meminfo: memFree=28080424/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=2171460 CPUtime=1781.74 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 484601 0 0 0 178033 141 0 0 20 0 4 0 25023619 2223575040 484126 33554432000 4194304 16246674 140734417882912 140734417864832 5861548 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 542865 484126 917 2943 0 539759 0
[pid=4521/tid=4522] ppid=4518 vsize=2171460 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 2223575040 484126 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=2171460 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 2223575040 484126 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=2171460 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 2223575040 484126 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 2171460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.27 2.20 2.15 3/183 4668
/proc/meminfo: memFree=28080292/32872528 swapFree=681964/737152
[pid=4521] ppid=4518 vsize=2171460 CPUtime=1800.04 cores=1,3,5,7
/proc/4521/stat : 4521 (toysat) R 4518 4521 1377 0 -1 4202496 484602 0 0 0 179861 143 0 0 20 0 4 0 25023619 2223575040 484126 33554432000 4194304 16246674 140734417882912 140734417882008 4221997 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4521/statm: 542865 484126 917 2943 0 539759 0
[pid=4521/tid=4522] ppid=4518 vsize=2171460 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4522/stat : 4522 (toysat) S 4518 4521 1377 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25023620 2223575040 484126 33554432000 4194304 16246674 140734417882912 139834055175408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=4521/tid=4523] ppid=4518 vsize=2171460 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4523/stat : 4523 (toysat) S 4518 4521 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25023620 2223575040 484126 33554432000 4194304 16246674 140734417882912 139834044685552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=4521/tid=4524] ppid=4518 vsize=2171460 CPUtime=0 cores=1,3,5,7
/proc/4521/task/4524/stat : 4524 (toysat) S 4518 4521 1377 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25023620 2223575040 484126 33554432000 4194304 16246674 140734417882912 139834034212016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2171460

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.61
CPU time (s): 1800.05
CPU user time (s): 1798.62
CPU system time (s): 1.43078
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 2171460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.62
system time used= 1.43078
maximum resident set size= 1936504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 484602
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= 533
involuntary context switches= 1821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5993 second user time and 7.43187 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 08:02:24
IDJOB=4102233
IDBENCH=2083
IDSOLVER=2542
FILE ID=node112/4102233-1466229744
RUNJOBID= node112-1466206100-1395
PBS_JOBID= 19918164
Free space on /tmp= 71696 MiB

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

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

MD5SUM BENCH= f385fcab37e162e321ef096cfb16e5e9
RANDOM SEED=399549724

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30072844 kB
Buffers:          110980 kB
Cached:           126360 kB
SwapCached:         1916 kB
Active:          1183308 kB
Inactive:         142220 kB
Active(anon):    1088972 kB
Inactive(anon):     1576 kB
Active(file):      94336 kB
Inactive(file):   140644 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096992 kB
Dirty:             16920 kB
Writeback:             0 kB
AnonPages:       1824308 kB
Mapped:            10944 kB
Shmem:                 0 kB
Slab:             601772 kB
SReclaimable:      45328 kB
SUnreclaim:       556444 kB
KernelStack:        1512 kB
PageTables:         8148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1966432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1136640 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= 71680 MiB
End job on node112 at 2016-06-18 08:32:25