Trace number 4079609

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02OPT-30 19.686 19.6899

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
MD5SUM65bafde3eb06761afc4fe90b6aa8c264
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark4.99724
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17827
Number of constraints which are clauses17827
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
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 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-06T19:44:57+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-4079609-1465235097.opb"]
0.00/0.01	c use --random-gen="1415193321 3018800815 1200530446 4177030270 971627986 1634925090 3896159803 3241724832 924093248 2758758329 1021555642 2265120970 3682839215 1909412038 2759355761 21360628 2159020766 1401352326 2356664704 2478516672 3719835785 2016787341 4023348061 1604651767 2779258827 250704089 133445872 359385450 2283220445 1564409820 3261594997 290736742 2593335402 3429794895 2623892300 2629418670 2596818083 3041238940 3608420726 4134342254 139274706 1218239114 1672783882 1245324732 179112649 1394174446 2951769006 1798737430 3757251738 962275577 3719223022 2654867299 1908511462 726207079 1148853300 1806665456 1233805938 2778218819 3686833269 1336713084 2545744268 4017618108 4097672906 3382794360 2960742842 2376761748 4236245496 2289187065 2806163584 2669285414 139379913 3653674193 3509260900 3429253474 3303038824 200550896 2312052153 1197163393 2028041662 1011162266 1961604803 2934703877 2774900676 3989649713 1128586050 859747546 1422628180 3839309180 2418419415 3947722101 4025310105 1918170397 2461776976 646775028 877489980 1433765401 2213010849 3871980085 357587465 66374048 347634355 3757389405 77147000 772232416 3418414107 1134742300 881777556 2663490366 2566655883 1516422672 3994117617 2665358514 3465185118 355252337 4014511885 3796688476 3259680552 2901770322 2645901155 1379460028 3117797537 769673262 2222663007 3296308823 3416719431 3383661972 2486247031 1267248341 302091449 2317251979 1430747857 258268454 3839825361 1091508980 752164479 2111860134 1341803179 1847687266 70626985 2248715852 196702185 1791193491 1797379925 1825545810 2562131172 2001967794 4125319627 617341204 3650182433 1433414799 124343002 2914410216 3625967408 284902869 1820653949 736855858 4133185207 1898081787 3036510634 667027256 3529353302 2359917563 4215439275 2337303 1828930916 2528036922 13913668 2334075684 228817004 3017150306 124514732 2745417760 3022945602 3772906422 1473290085 1771476619 3470480493 3556529943 1500644070 1214100036 3339801111 1655775565 2837525226 2936085928 2767166367 3343684215 95809856 965489447 1313373493 3098330025 4221029776 463265505 3942237210 234935483 191083658 11923022 1432433901 4073276978 3426937396 2378171445 1568515793 1636606542 206898217 21879537 2727580829 1658249856 3710325609 282541903 3150069793 3404114329 1009733967 3491790853 4017621109 2393254456 3481766791 2533706562 754202115 1465906703 3459412680 3862408178 3971293887 3184048879 3446453120 2351973059 3476416346 304526556 1417253168 1334167426 2938321186 2454076886 3545032099 1501087400 3745934768 3888559532 2805319828 3218795865 1613918097 3726892662 2119526970 3453933617 2706853113 4196930663 2585578007 661140733 2672319101 2292916656 3242827690 3767884251 163139913 499492127 258145684 555441967 1735330538 4134414596 3847712408 2875245996 255 362436" option to reproduce the execution
0.09/0.12	c #vars 450
0.09/0.12	c #constraints 17827
0.29/0.31	c BCD2: Hardening is enabled.
0.29/0.31	c BCD2: BiasedSearch is enabled.
0.29/0.31	c Solving starts ...
0.29/0.31	c ============================[ Search Statistics ]============================
0.29/0.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.31	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.31	c =============================================================================
0.29/0.31	c  0.0s |       0 |        0 |        0 |     6092      0 |        0 |        0
0.29/0.32	c  0.0s |       0 |       24 |        0 |     6092      0 |        0 |        0
0.29/0.32	c #cpu_time = 0.014s
0.29/0.32	c #wall_clock_time = 0.014s
0.29/0.32	c #decision = 24
0.29/0.32	c #random_decision = 0
0.29/0.32	c #conflict = 0
0.29/0.32	c #restart = 0
0.29/0.32	o -24
0.29/0.32	c BCD2: updating upper bound: 450 -> 425
0.29/0.33	c BCD2: 0 <= obj <= 425
0.29/0.33	c BCD2: #cores=0, #unrelaxed=450, #relaxed=0, #hardened=0
0.29/0.33	c BCD2: #sat=1 #unsat=1 bias=1/2
0.29/0.33	c Solving starts ...
0.29/0.33	c ============================[ Search Statistics ]============================
0.29/0.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.33	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.33	c =============================================================================
0.29/0.33	c  0.0s |       0 |        0 |        0 |     6092      0 |        0 |        0
0.29/0.34	c  0.0s |       0 |        1 |        0 |     6092      0 |        0 |        0
0.29/0.34	c #cpu_time = 0.012s
0.29/0.34	c #wall_clock_time = 0.012s
0.29/0.34	c #decision = 1
0.29/0.34	c #random_decision = 0
0.29/0.34	c #conflict = 0
0.29/0.34	c #restart = 0
0.29/0.34	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.34	c lower bound updated to -449
0.29/0.34	c BCD2: 1 <= obj <= 425
0.29/0.34	c BCD2: #cores=1, #unrelaxed=448, #relaxed=2, #hardened=0
0.29/0.34	c BCD2: #sat=1 #unsat=2 bias=2/3
0.29/0.34	c Solving starts ...
0.29/0.34	c ============================[ Search Statistics ]============================
0.29/0.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.34	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.34	c =============================================================================
0.29/0.34	c  0.0s |       0 |        0 |        0 |     6092      0 |        0 |        1
0.29/0.35	c  0.0s |       0 |        2 |        1 |     6092      0 |        0 |        1
0.29/0.35	c #cpu_time = 0.011s
0.29/0.35	c #wall_clock_time = 0.011s
0.29/0.35	c #decision = 2
0.29/0.35	c #random_decision = 0
0.29/0.35	c #conflict = 1
0.29/0.35	c #restart = 0
0.29/0.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
0.29/0.35	c lower bound updated to -448
0.29/0.35	c BCD2: 2 <= obj <= 425
0.29/0.35	c BCD2: #cores=1, #unrelaxed=447, #relaxed=3, #hardened=0
0.29/0.35	c BCD2: #sat=1 #unsat=3 bias=3/4
0.29/0.35	c Solving starts ...
0.29/0.35	c ============================[ Search Statistics ]============================
0.29/0.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.35	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.35	c =============================================================================
0.29/0.35	c  0.0s |       0 |        0 |        0 |     6092      0 |        1 |        1
0.29/0.36	c  0.0s |       0 |        2 |        1 |     6092      0 |        1 |        2
0.29/0.36	c #cpu_time = 0.011s
0.29/0.36	c #wall_clock_time = 0.011s
0.29/0.36	c #decision = 2
0.29/0.36	c #random_decision = 0
0.29/0.36	c #conflict = 1
0.29/0.36	c #restart = 0
0.29/0.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
0.29/0.36	c lower bound updated to -447
0.29/0.36	c BCD2: 3 <= obj <= 425
0.29/0.36	c BCD2: #cores=1, #unrelaxed=446, #relaxed=4, #hardened=0
0.29/0.36	c BCD2: #sat=1 #unsat=4 bias=4/5
0.29/0.36	c Solving starts ...
0.29/0.36	c ============================[ Search Statistics ]============================
0.29/0.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.36	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.36	c =============================================================================
0.29/0.36	c  0.0s |       0 |        0 |        0 |     6092      0 |        2 |        2
0.29/0.38	c  0.0s |       0 |        2 |        1 |     6092      0 |        2 |        3
0.29/0.38	c #cpu_time = 0.011s
0.29/0.38	c #wall_clock_time = 0.011s
0.29/0.38	c #decision = 2
0.29/0.38	c #random_decision = 0
0.29/0.38	c #conflict = 1
0.29/0.38	c #restart = 0
0.29/0.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
0.29/0.38	c lower bound updated to -446
0.29/0.38	c BCD2: 4 <= obj <= 425
0.29/0.38	c BCD2: #cores=1, #unrelaxed=445, #relaxed=5, #hardened=0
0.29/0.38	c BCD2: #sat=1 #unsat=5 bias=5/6
0.29/0.38	c Solving starts ...
0.29/0.38	c ============================[ Search Statistics ]============================
0.29/0.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.38	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.38	c =============================================================================
0.29/0.38	c  0.0s |       0 |        0 |        0 |     6092      0 |        3 |        3
0.29/0.39	c  0.0s |       0 |        2 |        1 |     6092      0 |        3 |        4
0.29/0.39	c #cpu_time = 0.011s
0.29/0.39	c #wall_clock_time = 0.011s
0.29/0.39	c #decision = 2
0.29/0.39	c #random_decision = 0
0.29/0.39	c #conflict = 1
0.29/0.39	c #restart = 0
0.29/0.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
0.29/0.39	c lower bound updated to -445
0.29/0.39	c BCD2: 5 <= obj <= 425
0.29/0.39	c BCD2: #cores=1, #unrelaxed=444, #relaxed=6, #hardened=0
0.29/0.39	c BCD2: #sat=1 #unsat=6 bias=6/7
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 |     6092      0 |        4 |        4
0.39/0.40	c  0.0s |       0 |        2 |        1 |     6092      0 |        4 |        5
0.39/0.40	c #cpu_time = 0.011s
0.39/0.40	c #wall_clock_time = 0.011s
0.39/0.40	c #decision = 2
0.39/0.40	c #random_decision = 0
0.39/0.40	c #conflict = 1
0.39/0.40	c #restart = 0
0.39/0.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
0.39/0.40	c lower bound updated to -444
0.39/0.40	c BCD2: 6 <= obj <= 425
0.39/0.40	c BCD2: #cores=1, #unrelaxed=443, #relaxed=7, #hardened=0
0.39/0.40	c BCD2: #sat=1 #unsat=7 bias=7/8
0.39/0.40	c Solving starts ...
0.39/0.40	c ============================[ Search Statistics ]============================
0.39/0.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.40	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.40	c =============================================================================
0.39/0.40	c  0.0s |       0 |        0 |        0 |     6092      0 |        5 |        5
0.39/0.41	c  0.0s |       0 |        2 |        1 |     6092      0 |        5 |        6
0.39/0.41	c #cpu_time = 0.011s
0.39/0.41	c #wall_clock_time = 0.011s
0.39/0.41	c #decision = 2
0.39/0.41	c #random_decision = 0
0.39/0.41	c #conflict = 1
0.39/0.41	c #restart = 0
0.39/0.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
0.39/0.41	c lower bound updated to -443
0.39/0.41	c BCD2: 7 <= obj <= 425
0.39/0.41	c BCD2: #cores=1, #unrelaxed=442, #relaxed=8, #hardened=0
0.39/0.41	c BCD2: #sat=1 #unsat=8 bias=8/9
0.39/0.41	c Solving starts ...
0.39/0.41	c ============================[ Search Statistics ]============================
0.39/0.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.41	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.41	c =============================================================================
0.39/0.41	c  0.0s |       0 |        0 |        0 |     6092      0 |        6 |        6
0.39/0.42	c  0.0s |       0 |        2 |        1 |     6092      0 |        6 |        7
0.39/0.42	c #cpu_time = 0.011s
0.39/0.42	c #wall_clock_time = 0.011s
0.39/0.42	c #decision = 2
0.39/0.42	c #random_decision = 0
0.39/0.42	c #conflict = 1
0.39/0.42	c #restart = 0
0.39/0.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
0.39/0.42	c lower bound updated to -442
0.39/0.42	c BCD2: 8 <= obj <= 425
0.39/0.42	c BCD2: #cores=1, #unrelaxed=441, #relaxed=9, #hardened=0
0.39/0.42	c BCD2: #sat=1 #unsat=9 bias=9/10
0.39/0.42	c Solving starts ...
0.39/0.42	c ============================[ Search Statistics ]============================
0.39/0.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.42	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.42	c =============================================================================
0.39/0.43	c  0.0s |       0 |        0 |        0 |     6092      0 |        7 |        7
0.39/0.44	c  0.0s |       0 |        2 |        1 |     6092      0 |        7 |        8
0.39/0.44	c #cpu_time = 0.011s
0.39/0.44	c #wall_clock_time = 0.011s
0.39/0.44	c #decision = 2
0.39/0.44	c #random_decision = 0
0.39/0.44	c #conflict = 1
0.39/0.44	c #restart = 0
0.39/0.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
0.39/0.44	c lower bound updated to -441
0.39/0.44	c BCD2: 9 <= obj <= 425
0.39/0.44	c BCD2: #cores=1, #unrelaxed=440, #relaxed=10, #hardened=0
0.39/0.44	c BCD2: #sat=1 #unsat=10 bias=10/11
0.39/0.44	c Solving starts ...
0.39/0.44	c ============================[ Search Statistics ]============================
0.39/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.44	c =============================================================================
0.39/0.44	c  0.0s |       0 |        0 |        0 |     6092      0 |        8 |        8
0.39/0.45	c  0.0s |       0 |        2 |        1 |     6092      0 |        8 |        9
0.39/0.45	c #cpu_time = 0.011s
0.39/0.45	c #wall_clock_time = 0.011s
0.39/0.45	c #decision = 2
0.39/0.45	c #random_decision = 0
0.39/0.45	c #conflict = 1
0.39/0.45	c #restart = 0
0.39/0.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
0.39/0.45	c lower bound updated to -440
0.39/0.45	c BCD2: 10 <= obj <= 425
0.39/0.45	c BCD2: #cores=1, #unrelaxed=439, #relaxed=11, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=11 bias=11/12
0.39/0.45	c Solving starts ...
0.39/0.45	c ============================[ Search Statistics ]============================
0.39/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.45	c =============================================================================
0.39/0.45	c  0.0s |       0 |        0 |        0 |     6092      0 |        9 |        9
0.39/0.46	c  0.0s |       0 |        2 |        1 |     6092      0 |        9 |       10
0.39/0.46	c #cpu_time = 0.011s
0.39/0.46	c #wall_clock_time = 0.011s
0.39/0.46	c #decision = 2
0.39/0.46	c #random_decision = 0
0.39/0.46	c #conflict = 1
0.39/0.46	c #restart = 0
0.39/0.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
0.39/0.46	c lower bound updated to -439
0.39/0.46	c BCD2: 11 <= obj <= 425
0.39/0.46	c BCD2: #cores=1, #unrelaxed=438, #relaxed=12, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=12 bias=12/13
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |     6092      0 |       10 |       10
0.39/0.47	c  0.0s |       0 |        2 |        1 |     6092      0 |       10 |       11
0.39/0.47	c #cpu_time = 0.011s
0.39/0.47	c #wall_clock_time = 0.011s
0.39/0.47	c #decision = 2
0.39/0.47	c #random_decision = 0
0.39/0.47	c #conflict = 1
0.39/0.47	c #restart = 0
0.39/0.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
0.39/0.47	c lower bound updated to -438
0.39/0.47	c BCD2: 12 <= obj <= 425
0.39/0.47	c BCD2: #cores=1, #unrelaxed=437, #relaxed=13, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=13 bias=13/14
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 |     6092      0 |       11 |       11
0.39/0.49	c  0.0s |       0 |        2 |        1 |     6092      0 |       11 |       12
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 = 2
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 1
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
0.39/0.49	c lower bound updated to -437
0.39/0.49	c BCD2: 13 <= obj <= 425
0.39/0.49	c BCD2: #cores=1, #unrelaxed=436, #relaxed=14, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=14 bias=14/15
0.39/0.49	c Solving starts ...
0.39/0.49	c ============================[ Search Statistics ]============================
0.39/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.49	c =============================================================================
0.39/0.49	c  0.0s |       0 |        0 |        0 |     6092      0 |       12 |       12
0.49/0.50	c  0.0s |       0 |        2 |        1 |     6092      0 |       12 |       13
0.49/0.50	c #cpu_time = 0.011s
0.49/0.50	c #wall_clock_time = 0.011s
0.49/0.50	c #decision = 2
0.49/0.50	c #random_decision = 0
0.49/0.50	c #conflict = 1
0.49/0.50	c #restart = 0
0.49/0.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
0.49/0.50	c lower bound updated to -436
0.49/0.50	c BCD2: 14 <= obj <= 425
0.49/0.50	c BCD2: #cores=1, #unrelaxed=435, #relaxed=15, #hardened=0
0.49/0.50	c BCD2: #sat=1 #unsat=15 bias=15/16
0.49/0.50	c Solving starts ...
0.49/0.50	c ============================[ Search Statistics ]============================
0.49/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.50	c =============================================================================
0.49/0.50	c  0.0s |       0 |        0 |        0 |     6092      0 |       13 |       13
0.49/0.51	c  0.0s |       0 |        2 |        0 |     6092      0 |       13 |       14
0.49/0.51	c #cpu_time = 0.012s
0.49/0.51	c #wall_clock_time = 0.012s
0.49/0.51	c #decision = 2
0.49/0.51	c #random_decision = 0
0.49/0.51	c #conflict = 0
0.49/0.51	c #restart = 0
0.49/0.51	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.51	c lower bound updated to -435
0.49/0.51	c BCD2: 15 <= obj <= 425
0.49/0.51	c BCD2: #cores=2, #unrelaxed=433, #relaxed=17, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=16 bias=16/17
0.49/0.51	c Solving starts ...
0.49/0.51	c ============================[ Search Statistics ]============================
0.49/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.51	c =============================================================================
0.49/0.51	c  0.0s |       0 |        0 |        0 |     6092      0 |       13 |       15
0.49/0.52	c  0.0s |       0 |        3 |        1 |     6092      0 |       13 |       15
0.49/0.52	c #cpu_time = 0.011s
0.49/0.52	c #wall_clock_time = 0.011s
0.49/0.52	c #decision = 3
0.49/0.52	c #random_decision = 0
0.49/0.52	c #conflict = 1
0.49/0.52	c #restart = 0
0.49/0.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
0.49/0.52	c lower bound updated to -434
0.49/0.52	c BCD2: 16 <= obj <= 425
0.49/0.52	c BCD2: #cores=2, #unrelaxed=432, #relaxed=18, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=17 bias=17/18
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 |     6092      0 |       14 |       15
0.49/0.54	c  0.0s |       0 |        3 |        1 |     6092      0 |       14 |       16
0.49/0.54	c #cpu_time = 0.011s
0.49/0.54	c #wall_clock_time = 0.011s
0.49/0.54	c #decision = 3
0.49/0.54	c #random_decision = 0
0.49/0.54	c #conflict = 1
0.49/0.54	c #restart = 0
0.49/0.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
0.49/0.54	c lower bound updated to -433
0.49/0.54	c BCD2: 17 <= obj <= 425
0.49/0.54	c BCD2: #cores=2, #unrelaxed=431, #relaxed=19, #hardened=0
0.49/0.54	c BCD2: #sat=1 #unsat=18 bias=18/19
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 |     6092      0 |       15 |       16
0.49/0.55	c  0.0s |       0 |        3 |        1 |     6092      0 |       15 |       17
0.49/0.55	c #cpu_time = 0.011s
0.49/0.55	c #wall_clock_time = 0.011s
0.49/0.55	c #decision = 3
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: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
0.49/0.55	c lower bound updated to -432
0.49/0.55	c BCD2: 18 <= obj <= 425
0.49/0.55	c BCD2: #cores=2, #unrelaxed=430, #relaxed=20, #hardened=0
0.49/0.55	c BCD2: #sat=1 #unsat=19 bias=19/20
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 |     6092      0 |       16 |       17
0.49/0.56	c  0.0s |       0 |        3 |        1 |     6092      0 |       16 |       18
0.49/0.56	c #cpu_time = 0.012s
0.49/0.56	c #wall_clock_time = 0.012s
0.49/0.56	c #decision = 3
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: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
0.49/0.56	c lower bound updated to -431
0.49/0.56	c BCD2: 19 <= obj <= 425
0.49/0.56	c BCD2: #cores=2, #unrelaxed=429, #relaxed=21, #hardened=0
0.49/0.56	c BCD2: #sat=1 #unsat=20 bias=20/21
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 |     6092      0 |       17 |       18
0.49/0.57	c  0.0s |       0 |        3 |        1 |     6092      0 |       17 |       19
0.49/0.57	c #cpu_time = 0.011s
0.49/0.57	c #wall_clock_time = 0.011s
0.49/0.57	c #decision = 3
0.49/0.57	c #random_decision = 0
0.49/0.57	c #conflict = 1
0.49/0.57	c #restart = 0
0.49/0.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
0.49/0.57	c lower bound updated to -430
0.49/0.57	c BCD2: 20 <= obj <= 425
0.49/0.57	c BCD2: #cores=2, #unrelaxed=428, #relaxed=22, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=21 bias=21/22
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 |     6092      0 |       18 |       19
0.49/0.58	c  0.0s |       0 |        3 |        1 |     6092      0 |       18 |       20
0.49/0.58	c #cpu_time = 0.011s
0.49/0.58	c #wall_clock_time = 0.011s
0.49/0.58	c #decision = 3
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.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
0.49/0.59	c lower bound updated to -429
0.49/0.59	c BCD2: 21 <= obj <= 425
0.49/0.59	c BCD2: #cores=2, #unrelaxed=427, #relaxed=23, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=22 bias=22/23
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 |     6092      0 |       19 |       20
0.59/0.60	c  0.0s |       0 |        3 |        1 |     6092      0 |       19 |       21
0.59/0.60	c #cpu_time = 0.011s
0.59/0.60	c #wall_clock_time = 0.011s
0.59/0.60	c #decision = 3
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: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
0.59/0.60	c lower bound updated to -428
0.59/0.62	c BCD2: 22 <= obj <= 425
0.59/0.62	c BCD2: #cores=2, #unrelaxed=426, #relaxed=24, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=23 bias=23/24
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 |     6092      0 |       20 |       21
0.59/0.63	c  0.0s |       0 |        3 |        1 |     6092      0 |       20 |       22
0.59/0.63	c #cpu_time = 0.004s
0.59/0.63	c #wall_clock_time = 0.004s
0.59/0.63	c #decision = 3
0.59/0.63	c #random_decision = 0
0.59/0.63	c #conflict = 1
0.59/0.63	c #restart = 0
0.59/0.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
0.59/0.63	c lower bound updated to -427
0.59/0.63	c BCD2: 23 <= obj <= 425
0.59/0.63	c BCD2: #cores=2, #unrelaxed=425, #relaxed=25, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=24 bias=24/25
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 |     6092      0 |       21 |       22
0.59/0.63	c  0.0s |       0 |        3 |        1 |     6092      0 |       21 |       23
0.59/0.63	c #cpu_time = 0.004s
0.59/0.63	c #wall_clock_time = 0.004s
0.59/0.63	c #decision = 3
0.59/0.63	c #random_decision = 0
0.59/0.63	c #conflict = 1
0.59/0.63	c #restart = 0
0.59/0.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
0.59/0.63	c lower bound updated to -426
0.59/0.63	c BCD2: 24 <= obj <= 425
0.59/0.63	c BCD2: #cores=2, #unrelaxed=424, #relaxed=26, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=25 bias=25/26
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 |     6092      0 |       22 |       23
0.59/0.64	c  0.0s |       0 |        3 |        1 |     6092      0 |       22 |       24
0.59/0.64	c #cpu_time = 0.004s
0.59/0.64	c #wall_clock_time = 0.004s
0.59/0.64	c #decision = 3
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 1
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
0.59/0.64	c lower bound updated to -425
0.59/0.64	c BCD2: 25 <= obj <= 425
0.59/0.64	c BCD2: #cores=2, #unrelaxed=423, #relaxed=27, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=26 bias=26/27
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 |     6092      0 |       23 |       24
0.59/0.64	c  0.0s |       0 |        3 |        1 |     6092      0 |       23 |       25
0.59/0.64	c #cpu_time = 0.004s
0.59/0.64	c #wall_clock_time = 0.004s
0.59/0.64	c #decision = 3
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 1
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
0.59/0.64	c lower bound updated to -424
0.59/0.64	c BCD2: 26 <= obj <= 425
0.59/0.64	c BCD2: #cores=2, #unrelaxed=422, #relaxed=28, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=27 bias=27/28
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 |     6092      0 |       24 |       25
0.59/0.65	c  0.0s |       0 |        3 |        1 |     6092      0 |       24 |       26
0.59/0.65	c #cpu_time = 0.004s
0.59/0.65	c #wall_clock_time = 0.004s
0.59/0.65	c #decision = 3
0.59/0.65	c #random_decision = 0
0.59/0.65	c #conflict = 1
0.59/0.65	c #restart = 0
0.59/0.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
0.59/0.65	c lower bound updated to -423
0.59/0.65	c BCD2: 27 <= obj <= 425
0.59/0.65	c BCD2: #cores=2, #unrelaxed=421, #relaxed=29, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=28 bias=28/29
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 |     6092      0 |       25 |       26
0.59/0.65	c  0.0s |       0 |        3 |        1 |     6092      0 |       25 |       27
0.59/0.65	c #cpu_time = 0.004s
0.59/0.65	c #wall_clock_time = 0.004s
0.59/0.65	c #decision = 3
0.59/0.65	c #random_decision = 0
0.59/0.65	c #conflict = 1
0.59/0.65	c #restart = 0
0.59/0.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
0.59/0.65	c lower bound updated to -422
0.59/0.65	c BCD2: 28 <= obj <= 425
0.59/0.65	c BCD2: #cores=2, #unrelaxed=420, #relaxed=30, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=29 bias=29/30
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 |     6092      0 |       26 |       27
0.59/0.65	c  0.0s |       0 |        3 |        0 |     6092      0 |       26 |       28
0.59/0.65	c #cpu_time = 0.004s
0.59/0.65	c #wall_clock_time = 0.004s
0.59/0.65	c #decision = 3
0.59/0.65	c #random_decision = 0
0.59/0.65	c #conflict = 0
0.59/0.65	c #restart = 0
0.59/0.65	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.65	c lower bound updated to -421
0.59/0.66	c BCD2: 29 <= obj <= 425
0.59/0.66	c BCD2: #cores=3, #unrelaxed=418, #relaxed=32, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=30 bias=30/31
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 |     6092      0 |       26 |       29
0.59/0.66	c  0.0s |       0 |        4 |        1 |     6092      0 |       26 |       29
0.59/0.66	c #cpu_time = 0.004s
0.59/0.66	c #wall_clock_time = 0.004s
0.59/0.66	c #decision = 4
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 1
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
0.59/0.66	c lower bound updated to -420
0.59/0.66	c BCD2: 30 <= obj <= 425
0.59/0.66	c BCD2: #cores=3, #unrelaxed=417, #relaxed=33, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=31 bias=31/32
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 |     6092      0 |       27 |       29
0.59/0.66	c  0.0s |       0 |        4 |        1 |     6092      0 |       27 |       30
0.59/0.66	c #cpu_time = 0.004s
0.59/0.66	c #wall_clock_time = 0.004s
0.59/0.66	c #decision = 4
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 1
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
0.59/0.66	c lower bound updated to -419
0.59/0.66	c BCD2: 31 <= obj <= 425
0.59/0.66	c BCD2: #cores=3, #unrelaxed=416, #relaxed=34, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=32 bias=32/33
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 |     6092      0 |       28 |       30
0.59/0.67	c  0.0s |       0 |        4 |        1 |     6092      0 |       28 |       31
0.59/0.67	c #cpu_time = 0.004s
0.59/0.67	c #wall_clock_time = 0.004s
0.59/0.67	c #decision = 4
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 1
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
0.59/0.67	c lower bound updated to -418
0.59/0.67	c BCD2: 32 <= obj <= 425
0.59/0.67	c BCD2: #cores=3, #unrelaxed=415, #relaxed=35, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=33 bias=33/34
0.59/0.67	c Solving starts ...
0.59/0.67	c ============================[ Search Statistics ]============================
0.59/0.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.67	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.67	c =============================================================================
0.59/0.67	c  0.0s |       0 |        0 |        0 |     6092      0 |       29 |       31
0.59/0.67	c  0.0s |       0 |        4 |        1 |     6092      0 |       29 |       32
0.59/0.67	c #cpu_time = 0.004s
0.59/0.67	c #wall_clock_time = 0.004s
0.59/0.67	c #decision = 4
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 1
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
0.59/0.67	c lower bound updated to -417
0.59/0.67	c BCD2: 33 <= obj <= 425
0.59/0.67	c BCD2: #cores=3, #unrelaxed=414, #relaxed=36, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=34 bias=34/35
0.59/0.67	c Solving starts ...
0.59/0.67	c ============================[ Search Statistics ]============================
0.59/0.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.67	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.67	c =============================================================================
0.59/0.67	c  0.0s |       0 |        0 |        0 |     6092      0 |       30 |       32
0.59/0.68	c  0.0s |       0 |        4 |        1 |     6092      0 |       30 |       33
0.59/0.68	c #cpu_time = 0.004s
0.59/0.68	c #wall_clock_time = 0.004s
0.59/0.68	c #decision = 4
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 1
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
0.59/0.68	c lower bound updated to -416
0.59/0.68	c BCD2: 34 <= obj <= 425
0.59/0.68	c BCD2: #cores=3, #unrelaxed=413, #relaxed=37, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=35 bias=35/36
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 |     6092      0 |       31 |       33
0.59/0.68	c  0.0s |       0 |        4 |        1 |     6092      0 |       31 |       34
0.59/0.68	c #cpu_time = 0.004s
0.59/0.68	c #wall_clock_time = 0.004s
0.59/0.68	c #decision = 4
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 1
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
0.59/0.68	c lower bound updated to -415
0.59/0.68	c BCD2: 35 <= obj <= 425
0.59/0.68	c BCD2: #cores=3, #unrelaxed=412, #relaxed=38, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=36 bias=36/37
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 |     6092      0 |       32 |       34
0.59/0.69	c  0.0s |       0 |        4 |        1 |     6092      0 |       32 |       35
0.59/0.69	c #cpu_time = 0.004s
0.59/0.69	c #wall_clock_time = 0.004s
0.59/0.69	c #decision = 4
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 1
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
0.59/0.69	c lower bound updated to -414
0.59/0.69	c BCD2: 36 <= obj <= 425
0.59/0.69	c BCD2: #cores=3, #unrelaxed=411, #relaxed=39, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=37 bias=37/38
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 |     6092      0 |       33 |       35
0.59/0.69	c  0.0s |       0 |        4 |        1 |     6092      0 |       33 |       36
0.59/0.69	c #cpu_time = 0.004s
0.59/0.69	c #wall_clock_time = 0.004s
0.59/0.69	c #decision = 4
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 1
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
0.59/0.69	c lower bound updated to -413
0.59/0.69	c BCD2: 37 <= obj <= 425
0.59/0.69	c BCD2: #cores=3, #unrelaxed=410, #relaxed=40, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=38 bias=38/39
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 |     6092      0 |       34 |       36
0.69/0.70	c  0.0s |       0 |        4 |        1 |     6092      0 |       34 |       37
0.69/0.70	c #cpu_time = 0.004s
0.69/0.70	c #wall_clock_time = 0.004s
0.69/0.70	c #decision = 4
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 1
0.69/0.70	c #restart = 0
0.69/0.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
0.69/0.70	c lower bound updated to -412
0.69/0.70	c BCD2: 38 <= obj <= 425
0.69/0.70	c BCD2: #cores=3, #unrelaxed=409, #relaxed=41, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=39 bias=39/40
0.69/0.70	c Solving starts ...
0.69/0.70	c ============================[ Search Statistics ]============================
0.69/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.70	c =============================================================================
0.69/0.70	c  0.0s |       0 |        0 |        0 |     6092      0 |       35 |       37
0.69/0.70	c  0.0s |       0 |        4 |        1 |     6092      0 |       35 |       38
0.69/0.70	c #cpu_time = 0.004s
0.69/0.70	c #wall_clock_time = 0.004s
0.69/0.70	c #decision = 4
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 1
0.69/0.70	c #restart = 0
0.69/0.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
0.69/0.70	c lower bound updated to -411
0.69/0.70	c BCD2: 39 <= obj <= 425
0.69/0.70	c BCD2: #cores=3, #unrelaxed=408, #relaxed=42, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=40 bias=40/41
0.69/0.70	c Solving starts ...
0.69/0.70	c ============================[ Search Statistics ]============================
0.69/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.70	c =============================================================================
0.69/0.70	c  0.0s |       0 |        0 |        0 |     6092      0 |       36 |       38
0.69/0.70	c  0.0s |       0 |        4 |        1 |     6092      0 |       36 |       39
0.69/0.70	c #cpu_time = 0.004s
0.69/0.70	c #wall_clock_time = 0.004s
0.69/0.70	c #decision = 4
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 1
0.69/0.70	c #restart = 0
0.69/0.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
0.69/0.71	c lower bound updated to -410
0.69/0.71	c BCD2: 40 <= obj <= 425
0.69/0.71	c BCD2: #cores=3, #unrelaxed=407, #relaxed=43, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=41 bias=41/42
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 |     6092      0 |       37 |       39
0.69/0.71	c  0.0s |       0 |        4 |        1 |     6092      0 |       37 |       40
0.69/0.71	c #cpu_time = 0.004s
0.69/0.71	c #wall_clock_time = 0.004s
0.69/0.71	c #decision = 4
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 1
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
0.69/0.71	c lower bound updated to -409
0.69/0.71	c BCD2: 41 <= obj <= 425
0.69/0.71	c BCD2: #cores=3, #unrelaxed=406, #relaxed=44, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=42 bias=42/43
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 |     6092      0 |       38 |       40
0.69/0.71	c  0.0s |       0 |        4 |        1 |     6092      0 |       38 |       41
0.69/0.71	c #cpu_time = 0.004s
0.69/0.71	c #wall_clock_time = 0.004s
0.69/0.71	c #decision = 4
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 1
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
0.69/0.71	c lower bound updated to -408
0.69/0.71	c BCD2: 42 <= obj <= 425
0.69/0.71	c BCD2: #cores=3, #unrelaxed=405, #relaxed=45, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=43 bias=43/44
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 |     6092      0 |       39 |       41
0.69/0.72	c  0.0s |       0 |        4 |        0 |     6092      0 |       39 |       42
0.69/0.72	c #cpu_time = 0.004s
0.69/0.72	c #wall_clock_time = 0.004s
0.69/0.72	c #decision = 4
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 2: cost of the new core is >=1
0.69/0.72	c lower bound updated to -407
0.69/0.72	c BCD2: 43 <= obj <= 425
0.69/0.72	c BCD2: #cores=4, #unrelaxed=403, #relaxed=47, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=44 bias=44/45
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 |     6092      0 |       39 |       43
0.69/0.72	c  0.0s |       0 |        5 |        1 |     6092      0 |       39 |       43
0.69/0.72	c #cpu_time = 0.004s
0.69/0.72	c #wall_clock_time = 0.004s
0.69/0.72	c #decision = 5
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 1
0.69/0.72	c #restart = 0
0.69/0.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
0.69/0.72	c lower bound updated to -406
0.69/0.72	c BCD2: 44 <= obj <= 425
0.69/0.72	c BCD2: #cores=4, #unrelaxed=402, #relaxed=48, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=45 bias=45/46
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 |     6092      0 |       40 |       43
0.69/0.73	c  0.0s |       0 |        5 |        1 |     6092      0 |       40 |       44
0.69/0.73	c #cpu_time = 0.004s
0.69/0.73	c #wall_clock_time = 0.004s
0.69/0.73	c #decision = 5
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 1
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
0.69/0.73	c lower bound updated to -405
0.69/0.73	c BCD2: 45 <= obj <= 425
0.69/0.73	c BCD2: #cores=4, #unrelaxed=401, #relaxed=49, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=46 bias=46/47
0.69/0.73	c Solving starts ...
0.69/0.73	c ============================[ Search Statistics ]============================
0.69/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.73	c =============================================================================
0.69/0.73	c  0.0s |       0 |        0 |        0 |     6092      0 |       41 |       44
0.69/0.73	c  0.0s |       0 |        5 |        1 |     6092      0 |       41 |       45
0.69/0.73	c #cpu_time = 0.004s
0.69/0.73	c #wall_clock_time = 0.004s
0.69/0.73	c #decision = 5
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 1
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
0.69/0.73	c lower bound updated to -404
0.69/0.73	c BCD2: 46 <= obj <= 425
0.69/0.73	c BCD2: #cores=4, #unrelaxed=400, #relaxed=50, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=47 bias=47/48
0.69/0.73	c Solving starts ...
0.69/0.73	c ============================[ Search Statistics ]============================
0.69/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.73	c =============================================================================
0.69/0.73	c  0.0s |       0 |        0 |        0 |     6092      0 |       42 |       45
0.69/0.74	c  0.0s |       0 |        5 |        1 |     6092      0 |       42 |       46
0.69/0.74	c #cpu_time = 0.004s
0.69/0.74	c #wall_clock_time = 0.004s
0.69/0.74	c #decision = 5
0.69/0.74	c #random_decision = 0
0.69/0.74	c #conflict = 1
0.69/0.74	c #restart = 0
0.69/0.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
0.69/0.74	c lower bound updated to -403
0.69/0.74	c BCD2: 47 <= obj <= 425
0.69/0.74	c BCD2: #cores=4, #unrelaxed=399, #relaxed=51, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=48 bias=48/49
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 |     6092      0 |       43 |       46
0.69/0.74	c  0.0s |       0 |        5 |        1 |     6092      0 |       43 |       47
0.69/0.74	c #cpu_time = 0.004s
0.69/0.74	c #wall_clock_time = 0.004s
0.69/0.74	c #decision = 5
0.69/0.74	c #random_decision = 0
0.69/0.74	c #conflict = 1
0.69/0.74	c #restart = 0
0.69/0.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
0.69/0.74	c lower bound updated to -402
0.69/0.74	c BCD2: 48 <= obj <= 425
0.69/0.74	c BCD2: #cores=4, #unrelaxed=398, #relaxed=52, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=49 bias=49/50
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 |     6092      0 |       44 |       47
0.69/0.75	c  0.0s |       0 |        5 |        1 |     6092      0 |       44 |       48
0.69/0.75	c #cpu_time = 0.004s
0.69/0.75	c #wall_clock_time = 0.004s
0.69/0.75	c #decision = 5
0.69/0.75	c #random_decision = 0
0.69/0.75	c #conflict = 1
0.69/0.75	c #restart = 0
0.69/0.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
0.69/0.75	c lower bound updated to -401
0.69/0.75	c BCD2: 49 <= obj <= 425
0.69/0.75	c BCD2: #cores=4, #unrelaxed=397, #relaxed=53, #hardened=0
0.69/0.75	c BCD2: #sat=1 #unsat=50 bias=50/51
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 |     6092      0 |       45 |       48
0.69/0.75	c  0.0s |       0 |        5 |        1 |     6092      0 |       45 |       49
0.69/0.75	c #cpu_time = 0.004s
0.69/0.75	c #wall_clock_time = 0.004s
0.69/0.75	c #decision = 5
0.69/0.75	c #random_decision = 0
0.69/0.75	c #conflict = 1
0.69/0.75	c #restart = 0
0.69/0.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
0.69/0.75	c lower bound updated to -400
0.69/0.75	c BCD2: 50 <= obj <= 425
0.69/0.75	c BCD2: #cores=4, #unrelaxed=396, #relaxed=54, #hardened=0
0.69/0.75	c BCD2: #sat=1 #unsat=51 bias=51/52
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 |     6092      0 |       46 |       49
0.69/0.76	c  0.0s |       0 |        5 |        1 |     6092      0 |       46 |       50
0.69/0.76	c #cpu_time = 0.004s
0.69/0.76	c #wall_clock_time = 0.004s
0.69/0.76	c #decision = 5
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 1
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
0.69/0.76	c lower bound updated to -399
0.69/0.76	c BCD2: 51 <= obj <= 425
0.69/0.76	c BCD2: #cores=4, #unrelaxed=395, #relaxed=55, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=52 bias=52/53
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 |     6092      0 |       47 |       50
0.69/0.76	c  0.0s |       0 |        5 |        1 |     6092      0 |       47 |       51
0.69/0.76	c #cpu_time = 0.004s
0.69/0.76	c #wall_clock_time = 0.004s
0.69/0.76	c #decision = 5
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 1
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
0.69/0.76	c lower bound updated to -398
0.69/0.76	c BCD2: 52 <= obj <= 425
0.69/0.76	c BCD2: #cores=4, #unrelaxed=394, #relaxed=56, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=53 bias=53/54
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 |     6092      0 |       48 |       51
0.69/0.76	c  0.0s |       0 |        5 |        1 |     6092      0 |       48 |       52
0.69/0.76	c #cpu_time = 0.004s
0.69/0.76	c #wall_clock_time = 0.004s
0.69/0.76	c #decision = 5
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 1
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
0.69/0.76	c lower bound updated to -397
0.69/0.76	c BCD2: 53 <= obj <= 425
0.69/0.76	c BCD2: #cores=4, #unrelaxed=393, #relaxed=57, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=54 bias=54/55
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 |     6092      0 |       49 |       52
0.69/0.77	c  0.0s |       0 |        5 |        1 |     6092      0 |       49 |       53
0.69/0.77	c #cpu_time = 0.004s
0.69/0.77	c #wall_clock_time = 0.004s
0.69/0.77	c #decision = 5
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 1
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
0.69/0.77	c lower bound updated to -396
0.69/0.77	c BCD2: 54 <= obj <= 425
0.69/0.77	c BCD2: #cores=4, #unrelaxed=392, #relaxed=58, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=55 bias=55/56
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 |     6092      0 |       50 |       53
0.69/0.77	c  0.0s |       0 |        5 |        1 |     6092      0 |       50 |       54
0.69/0.77	c #cpu_time = 0.004s
0.69/0.77	c #wall_clock_time = 0.004s
0.69/0.77	c #decision = 5
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 1
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
0.69/0.77	c lower bound updated to -395
0.69/0.77	c BCD2: 55 <= obj <= 425
0.69/0.77	c BCD2: #cores=4, #unrelaxed=391, #relaxed=59, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=56 bias=56/57
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 |     6092      0 |       51 |       54
0.69/0.78	c  0.0s |       0 |        5 |        1 |     6092      0 |       51 |       55
0.69/0.78	c #cpu_time = 0.004s
0.69/0.78	c #wall_clock_time = 0.004s
0.69/0.78	c #decision = 5
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 1
0.69/0.78	c #restart = 0
0.69/0.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
0.69/0.78	c lower bound updated to -394
0.69/0.78	c BCD2: 56 <= obj <= 425
0.69/0.78	c BCD2: #cores=4, #unrelaxed=390, #relaxed=60, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=57 bias=57/58
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 |     6092      0 |       52 |       55
0.69/0.78	c  0.0s |       0 |        5 |        0 |     6092      0 |       52 |       56
0.69/0.78	c #cpu_time = 0.004s
0.69/0.78	c #wall_clock_time = 0.004s
0.69/0.78	c #decision = 5
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 2: cost of the new core is >=1
0.69/0.78	c lower bound updated to -393
0.79/0.80	c BCD2: 57 <= obj <= 425
0.79/0.80	c BCD2: #cores=5, #unrelaxed=388, #relaxed=62, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=58 bias=58/59
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 |     6092      0 |       52 |       57
0.79/0.80	c  0.0s |       0 |        6 |        1 |     6092      0 |       52 |       57
0.79/0.80	c #cpu_time = 0.007s
0.79/0.80	c #wall_clock_time = 0.007s
0.79/0.80	c #decision = 6
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 1
0.79/0.80	c #restart = 0
0.79/0.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
0.79/0.81	c lower bound updated to -392
0.79/0.81	c BCD2: 58 <= obj <= 425
0.79/0.81	c BCD2: #cores=5, #unrelaxed=387, #relaxed=63, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=59 bias=59/60
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 |     6092      0 |       53 |       57
0.79/0.81	c  0.0s |       0 |        6 |        1 |     6092      0 |       53 |       58
0.79/0.81	c #cpu_time = 0.007s
0.79/0.81	c #wall_clock_time = 0.007s
0.79/0.81	c #decision = 6
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 1
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
0.79/0.81	c lower bound updated to -391
0.79/0.81	c BCD2: 59 <= obj <= 425
0.79/0.81	c BCD2: #cores=5, #unrelaxed=386, #relaxed=64, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=60 bias=60/61
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 |     6092      0 |       54 |       58
0.79/0.82	c  0.0s |       0 |        6 |        1 |     6092      0 |       54 |       59
0.79/0.82	c #cpu_time = 0.007s
0.79/0.82	c #wall_clock_time = 0.007s
0.79/0.82	c #decision = 6
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 1
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
0.79/0.82	c lower bound updated to -390
0.79/0.82	c BCD2: 60 <= obj <= 425
0.79/0.82	c BCD2: #cores=5, #unrelaxed=385, #relaxed=65, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=61 bias=61/62
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 |     6092      0 |       55 |       59
0.79/0.83	c  0.0s |       0 |        6 |        1 |     6092      0 |       55 |       60
0.79/0.83	c #cpu_time = 0.007s
0.79/0.83	c #wall_clock_time = 0.007s
0.79/0.83	c #decision = 6
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 1
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
0.79/0.83	c lower bound updated to -389
0.79/0.83	c BCD2: 61 <= obj <= 425
0.79/0.83	c BCD2: #cores=5, #unrelaxed=384, #relaxed=66, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=62 bias=62/63
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 |     6092      0 |       56 |       60
0.79/0.83	c  0.0s |       0 |        6 |        1 |     6092      0 |       56 |       61
0.79/0.83	c #cpu_time = 0.007s
0.79/0.83	c #wall_clock_time = 0.007s
0.79/0.83	c #decision = 6
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 1
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
0.79/0.83	c lower bound updated to -388
0.79/0.83	c BCD2: 62 <= obj <= 425
0.79/0.83	c BCD2: #cores=5, #unrelaxed=383, #relaxed=67, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=63 bias=63/64
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 |     6092      0 |       57 |       61
0.79/0.84	c  0.0s |       0 |        6 |        1 |     6092      0 |       57 |       62
0.79/0.84	c #cpu_time = 0.007s
0.79/0.84	c #wall_clock_time = 0.007s
0.79/0.84	c #decision = 6
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 1
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
0.79/0.84	c lower bound updated to -387
0.79/0.84	c BCD2: 63 <= obj <= 425
0.79/0.84	c BCD2: #cores=5, #unrelaxed=382, #relaxed=68, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=64 bias=64/65
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 |     6092      0 |       58 |       62
0.79/0.85	c  0.0s |       0 |        6 |        1 |     6092      0 |       58 |       63
0.79/0.85	c #cpu_time = 0.007s
0.79/0.85	c #wall_clock_time = 0.007s
0.79/0.85	c #decision = 6
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 1
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
0.79/0.85	c lower bound updated to -386
0.79/0.85	c BCD2: 64 <= obj <= 425
0.79/0.85	c BCD2: #cores=5, #unrelaxed=381, #relaxed=69, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=65 bias=65/66
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 |     6092      0 |       59 |       63
0.79/0.86	c  0.0s |       0 |        6 |        1 |     6092      0 |       59 |       64
0.79/0.86	c #cpu_time = 0.007s
0.79/0.86	c #wall_clock_time = 0.007s
0.79/0.86	c #decision = 6
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 1
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
0.79/0.86	c lower bound updated to -385
0.79/0.86	c BCD2: 65 <= obj <= 425
0.79/0.86	c BCD2: #cores=5, #unrelaxed=380, #relaxed=70, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=66 bias=66/67
0.79/0.86	c Solving starts ...
0.79/0.86	c ============================[ Search Statistics ]============================
0.79/0.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.86	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.86	c =============================================================================
0.79/0.86	c  0.0s |       0 |        0 |        0 |     6092      0 |       60 |       64
0.79/0.86	c  0.0s |       0 |        6 |        1 |     6092      0 |       60 |       65
0.79/0.86	c #cpu_time = 0.007s
0.79/0.86	c #wall_clock_time = 0.007s
0.79/0.86	c #decision = 6
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 1
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
0.79/0.86	c lower bound updated to -384
0.79/0.86	c BCD2: 66 <= obj <= 425
0.79/0.86	c BCD2: #cores=5, #unrelaxed=379, #relaxed=71, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=67 bias=67/68
0.79/0.86	c Solving starts ...
0.79/0.86	c ============================[ Search Statistics ]============================
0.79/0.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.86	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.86	c =============================================================================
0.79/0.86	c  0.0s |       0 |        0 |        0 |     6092      0 |       61 |       65
0.79/0.87	c  0.0s |       0 |        6 |        1 |     6092      0 |       61 |       66
0.79/0.87	c #cpu_time = 0.007s
0.79/0.87	c #wall_clock_time = 0.007s
0.79/0.87	c #decision = 6
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 1
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
0.79/0.87	c lower bound updated to -383
0.79/0.87	c BCD2: 67 <= obj <= 425
0.79/0.87	c BCD2: #cores=5, #unrelaxed=378, #relaxed=72, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=68 bias=68/69
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 |     6092      0 |       62 |       66
0.79/0.88	c  0.0s |       0 |        6 |        1 |     6092      0 |       62 |       67
0.79/0.88	c #cpu_time = 0.007s
0.79/0.88	c #wall_clock_time = 0.007s
0.79/0.88	c #decision = 6
0.79/0.88	c #random_decision = 0
0.79/0.88	c #conflict = 1
0.79/0.88	c #restart = 0
0.79/0.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
0.79/0.88	c lower bound updated to -382
0.79/0.88	c BCD2: 68 <= obj <= 425
0.79/0.88	c BCD2: #cores=5, #unrelaxed=377, #relaxed=73, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=69 bias=69/70
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 |     6092      0 |       63 |       67
0.79/0.89	c  0.0s |       0 |        6 |        1 |     6092      0 |       63 |       68
0.79/0.89	c #cpu_time = 0.007s
0.79/0.89	c #wall_clock_time = 0.007s
0.79/0.89	c #decision = 6
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 1
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
0.79/0.89	c lower bound updated to -381
0.79/0.89	c BCD2: 69 <= obj <= 425
0.79/0.89	c BCD2: #cores=5, #unrelaxed=376, #relaxed=74, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=70 bias=70/71
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 |     6092      0 |       64 |       68
0.79/0.89	c  0.0s |       0 |        6 |        1 |     6092      0 |       64 |       69
0.79/0.89	c #cpu_time = 0.007s
0.79/0.89	c #wall_clock_time = 0.007s
0.79/0.89	c #decision = 6
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 1
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
0.79/0.89	c lower bound updated to -380
0.79/0.89	c BCD2: 70 <= obj <= 425
0.79/0.89	c BCD2: #cores=5, #unrelaxed=375, #relaxed=75, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=71 bias=71/72
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 |     6092      0 |       65 |       69
0.89/0.90	c  0.0s |       0 |        6 |        0 |     6092      0 |       65 |       70
0.89/0.90	c #cpu_time = 0.007s
0.89/0.90	c #wall_clock_time = 0.007s
0.89/0.90	c #decision = 6
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 0
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 -379
0.89/0.90	c BCD2: 71 <= obj <= 425
0.89/0.90	c BCD2: #cores=6, #unrelaxed=373, #relaxed=77, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=72 bias=72/73
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 |     6092      0 |       65 |       71
0.89/0.91	c  0.0s |       0 |        7 |        1 |     6092      0 |       65 |       71
0.89/0.91	c #cpu_time = 0.007s
0.89/0.91	c #wall_clock_time = 0.007s
0.89/0.91	c #decision = 7
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: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
0.89/0.91	c lower bound updated to -378
0.89/0.91	c BCD2: 72 <= obj <= 425
0.89/0.91	c BCD2: #cores=6, #unrelaxed=372, #relaxed=78, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=73 bias=73/74
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 |     6092      0 |       66 |       71
0.89/0.92	c  0.0s |       0 |        7 |        1 |     6092      0 |       66 |       72
0.89/0.92	c #cpu_time = 0.007s
0.89/0.92	c #wall_clock_time = 0.007s
0.89/0.92	c #decision = 7
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 1
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
0.89/0.92	c lower bound updated to -377
0.89/0.92	c BCD2: 73 <= obj <= 425
0.89/0.92	c BCD2: #cores=6, #unrelaxed=371, #relaxed=79, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=74 bias=74/75
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 |     6092      0 |       67 |       72
0.89/0.92	c  0.0s |       0 |        7 |        1 |     6092      0 |       67 |       73
0.89/0.92	c #cpu_time = 0.007s
0.89/0.92	c #wall_clock_time = 0.007s
0.89/0.92	c #decision = 7
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 1
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
0.89/0.92	c lower bound updated to -376
0.89/0.92	c BCD2: 74 <= obj <= 425
0.89/0.92	c BCD2: #cores=6, #unrelaxed=370, #relaxed=80, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=75 bias=75/76
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 |     6092      0 |       68 |       73
0.89/0.93	c  0.0s |       0 |        7 |        1 |     6092      0 |       68 |       74
0.89/0.93	c #cpu_time = 0.007s
0.89/0.93	c #wall_clock_time = 0.007s
0.89/0.93	c #decision = 7
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 1
0.89/0.93	c #restart = 0
0.89/0.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
0.89/0.93	c lower bound updated to -375
0.89/0.93	c BCD2: 75 <= obj <= 425
0.89/0.93	c BCD2: #cores=6, #unrelaxed=369, #relaxed=81, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=76 bias=76/77
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 |     6092      0 |       69 |       74
0.89/0.94	c  0.0s |       0 |        7 |        1 |     6092      0 |       69 |       75
0.89/0.94	c #cpu_time = 0.007s
0.89/0.94	c #wall_clock_time = 0.007s
0.89/0.94	c #decision = 7
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 1
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
0.89/0.94	c lower bound updated to -374
0.89/0.94	c BCD2: 76 <= obj <= 425
0.89/0.94	c BCD2: #cores=6, #unrelaxed=368, #relaxed=82, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=77 bias=77/78
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 |     6092      0 |       70 |       75
0.89/0.94	c  0.0s |       0 |        7 |        1 |     6092      0 |       70 |       76
0.89/0.94	c #cpu_time = 0.007s
0.89/0.94	c #wall_clock_time = 0.007s
0.89/0.94	c #decision = 7
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 1
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
0.89/0.94	c lower bound updated to -373
0.89/0.94	c BCD2: 77 <= obj <= 425
0.89/0.94	c BCD2: #cores=6, #unrelaxed=367, #relaxed=83, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=78 bias=78/79
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 |     6092      0 |       71 |       76
0.89/0.95	c  0.0s |       0 |        7 |        1 |     6092      0 |       71 |       77
0.89/0.95	c #cpu_time = 0.007s
0.89/0.95	c #wall_clock_time = 0.007s
0.89/0.95	c #decision = 7
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 1
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
0.89/0.95	c lower bound updated to -372
0.89/0.95	c BCD2: 78 <= obj <= 425
0.89/0.95	c BCD2: #cores=6, #unrelaxed=366, #relaxed=84, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=79 bias=79/80
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 |     6092      0 |       72 |       77
0.89/0.96	c  0.0s |       0 |        7 |        1 |     6092      0 |       72 |       78
0.89/0.96	c #cpu_time = 0.007s
0.89/0.96	c #wall_clock_time = 0.007s
0.89/0.96	c #decision = 7
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 1
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
0.89/0.96	c lower bound updated to -371
0.89/0.96	c BCD2: 79 <= obj <= 425
0.89/0.96	c BCD2: #cores=6, #unrelaxed=365, #relaxed=85, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=80 bias=80/81
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 |     6092      0 |       73 |       78
0.89/0.97	c  0.0s |       0 |        7 |        1 |     6092      0 |       73 |       79
0.89/0.97	c #cpu_time = 0.007s
0.89/0.97	c #wall_clock_time = 0.007s
0.89/0.97	c #decision = 7
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 1
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
0.89/0.97	c lower bound updated to -370
0.89/0.97	c BCD2: 80 <= obj <= 425
0.89/0.97	c BCD2: #cores=6, #unrelaxed=364, #relaxed=86, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=81 bias=81/82
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 |     6092      0 |       74 |       79
0.89/0.97	c  0.0s |       0 |        7 |        1 |     6092      0 |       74 |       80
0.89/0.97	c #cpu_time = 0.007s
0.89/0.97	c #wall_clock_time = 0.007s
0.89/0.97	c #decision = 7
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 1
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
0.89/0.97	c lower bound updated to -369
0.89/0.97	c BCD2: 81 <= obj <= 425
0.89/0.97	c BCD2: #cores=6, #unrelaxed=363, #relaxed=87, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=82 bias=82/83
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 |     6092      0 |       75 |       80
0.89/0.98	c  0.0s |       0 |        7 |        1 |     6092      0 |       75 |       81
0.89/0.98	c #cpu_time = 0.007s
0.89/0.98	c #wall_clock_time = 0.007s
0.89/0.98	c #decision = 7
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: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
0.89/0.98	c lower bound updated to -368
0.89/0.98	c BCD2: 82 <= obj <= 425
0.89/0.98	c BCD2: #cores=6, #unrelaxed=362, #relaxed=88, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=83 bias=83/84
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 |     6092      0 |       76 |       81
0.89/0.99	c  0.0s |       0 |        7 |        1 |     6092      0 |       76 |       82
0.89/0.99	c #cpu_time = 0.007s
0.89/0.99	c #wall_clock_time = 0.007s
0.89/0.99	c #decision = 7
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 1
0.89/0.99	c #restart = 0
0.89/0.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
0.89/0.99	c lower bound updated to -367
0.89/0.99	c BCD2: 83 <= obj <= 425
0.89/0.99	c BCD2: #cores=6, #unrelaxed=361, #relaxed=89, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=84 bias=84/85
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 |     6092      0 |       77 |       82
0.89/1.00	c  0.0s |       0 |        7 |        1 |     6092      0 |       77 |       83
0.89/1.00	c #cpu_time = 0.007s
0.89/1.00	c #wall_clock_time = 0.007s
0.89/1.00	c #decision = 7
0.89/1.00	c #random_decision = 0
0.89/1.00	c #conflict = 1
0.89/1.00	c #restart = 0
0.89/1.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
0.89/1.00	c lower bound updated to -366
0.89/1.00	c BCD2: 84 <= obj <= 425
0.89/1.00	c BCD2: #cores=6, #unrelaxed=360, #relaxed=90, #hardened=0
0.89/1.00	c BCD2: #sat=1 #unsat=85 bias=85/86
0.99/1.00	c Solving starts ...
0.99/1.00	c ============================[ Search Statistics ]============================
0.99/1.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.00	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.00	c =============================================================================
0.99/1.00	c  0.0s |       0 |        0 |        0 |     6092      0 |       78 |       83
0.99/1.00	c  0.0s |       0 |        7 |        0 |     6092      0 |       78 |       84
0.99/1.00	c #cpu_time = 0.007s
0.99/1.00	c #wall_clock_time = 0.007s
0.99/1.00	c #decision = 7
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 0
0.99/1.00	c #restart = 0
0.99/1.00	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.00	c lower bound updated to -365
0.99/1.00	c BCD2: 85 <= obj <= 425
0.99/1.00	c BCD2: #cores=7, #unrelaxed=358, #relaxed=92, #hardened=0
0.99/1.00	c BCD2: #sat=1 #unsat=86 bias=86/87
0.99/1.00	c Solving starts ...
0.99/1.00	c ============================[ Search Statistics ]============================
0.99/1.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.00	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.00	c =============================================================================
0.99/1.00	c  0.0s |       0 |        0 |        0 |     6092      0 |       78 |       85
0.99/1.01	c  0.0s |       0 |        8 |        1 |     6092      0 |       78 |       85
0.99/1.01	c #cpu_time = 0.006s
0.99/1.01	c #wall_clock_time = 0.006s
0.99/1.01	c #decision = 8
0.99/1.01	c #random_decision = 0
0.99/1.01	c #conflict = 1
0.99/1.01	c #restart = 0
0.99/1.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
0.99/1.01	c lower bound updated to -364
0.99/1.01	c BCD2: 86 <= obj <= 425
0.99/1.01	c BCD2: #cores=7, #unrelaxed=357, #relaxed=93, #hardened=0
0.99/1.01	c BCD2: #sat=1 #unsat=87 bias=87/88
0.99/1.01	c Solving starts ...
0.99/1.01	c ============================[ Search Statistics ]============================
0.99/1.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.01	c =============================================================================
0.99/1.01	c  0.0s |       0 |        0 |        0 |     6092      0 |       79 |       85
0.99/1.02	c  0.0s |       0 |        8 |        1 |     6092      0 |       79 |       86
0.99/1.02	c #cpu_time = 0.006s
0.99/1.02	c #wall_clock_time = 0.006s
0.99/1.02	c #decision = 8
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 1
0.99/1.02	c #restart = 0
0.99/1.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
0.99/1.02	c lower bound updated to -363
0.99/1.02	c BCD2: 87 <= obj <= 425
0.99/1.02	c BCD2: #cores=7, #unrelaxed=356, #relaxed=94, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=88 bias=88/89
0.99/1.02	c Solving starts ...
0.99/1.02	c ============================[ Search Statistics ]============================
0.99/1.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.02	c =============================================================================
0.99/1.02	c  0.0s |       0 |        0 |        0 |     6092      0 |       80 |       86
0.99/1.02	c  0.0s |       0 |        8 |        1 |     6092      0 |       80 |       87
0.99/1.02	c #cpu_time = 0.007s
0.99/1.02	c #wall_clock_time = 0.007s
0.99/1.02	c #decision = 8
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 1
0.99/1.02	c #restart = 0
0.99/1.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
0.99/1.02	c lower bound updated to -362
0.99/1.03	c BCD2: 88 <= obj <= 425
0.99/1.03	c BCD2: #cores=7, #unrelaxed=355, #relaxed=95, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=89 bias=89/90
0.99/1.03	c Solving starts ...
0.99/1.03	c ============================[ Search Statistics ]============================
0.99/1.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.03	c =============================================================================
0.99/1.03	c  0.0s |       0 |        0 |        0 |     6092      0 |       81 |       87
0.99/1.03	c  0.0s |       0 |        8 |        1 |     6092      0 |       81 |       88
0.99/1.03	c #cpu_time = 0.006s
0.99/1.03	c #wall_clock_time = 0.006s
0.99/1.03	c #decision = 8
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 1
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
0.99/1.03	c lower bound updated to -361
0.99/1.03	c BCD2: 89 <= obj <= 425
0.99/1.03	c BCD2: #cores=7, #unrelaxed=354, #relaxed=96, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=90 bias=90/91
0.99/1.03	c Solving starts ...
0.99/1.03	c ============================[ Search Statistics ]============================
0.99/1.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.03	c =============================================================================
0.99/1.03	c  0.0s |       0 |        0 |        0 |     6092      0 |       82 |       88
0.99/1.04	c  0.0s |       0 |        8 |        1 |     6092      0 |       82 |       89
0.99/1.04	c #cpu_time = 0.007s
0.99/1.04	c #wall_clock_time = 0.007s
0.99/1.04	c #decision = 8
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 1
0.99/1.04	c #restart = 0
0.99/1.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
0.99/1.04	c lower bound updated to -360
0.99/1.04	c BCD2: 90 <= obj <= 425
0.99/1.04	c BCD2: #cores=7, #unrelaxed=353, #relaxed=97, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=91 bias=91/92
0.99/1.04	c Solving starts ...
0.99/1.04	c ============================[ Search Statistics ]============================
0.99/1.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.04	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |     6092      0 |       83 |       89
0.99/1.06	c  0.0s |       0 |        8 |        1 |     6092      0 |       83 |       90
0.99/1.06	c #cpu_time = 0.007s
0.99/1.06	c #wall_clock_time = 0.007s
0.99/1.06	c #decision = 8
0.99/1.06	c #random_decision = 0
0.99/1.06	c #conflict = 1
0.99/1.06	c #restart = 0
0.99/1.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
0.99/1.06	c lower bound updated to -359
0.99/1.06	c BCD2: 91 <= obj <= 425
0.99/1.06	c BCD2: #cores=7, #unrelaxed=352, #relaxed=98, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=92 bias=92/93
0.99/1.06	c Solving starts ...
0.99/1.06	c ============================[ Search Statistics ]============================
0.99/1.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.06	c =============================================================================
0.99/1.06	c  0.0s |       0 |        0 |        0 |     6092      0 |       84 |       90
0.99/1.07	c  0.0s |       0 |        8 |        1 |     6092      0 |       84 |       91
0.99/1.07	c #cpu_time = 0.007s
0.99/1.07	c #wall_clock_time = 0.007s
0.99/1.07	c #decision = 8
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 1
0.99/1.07	c #restart = 0
0.99/1.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
0.99/1.07	c lower bound updated to -358
0.99/1.07	c BCD2: 92 <= obj <= 425
0.99/1.07	c BCD2: #cores=7, #unrelaxed=351, #relaxed=99, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=93 bias=93/94
0.99/1.07	c Solving starts ...
0.99/1.07	c ============================[ Search Statistics ]============================
0.99/1.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.07	c =============================================================================
0.99/1.07	c  0.0s |       0 |        0 |        0 |     6092      0 |       85 |       91
0.99/1.07	c  0.0s |       0 |        8 |        1 |     6092      0 |       85 |       92
0.99/1.07	c #cpu_time = 0.007s
0.99/1.07	c #wall_clock_time = 0.007s
0.99/1.07	c #decision = 8
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 1
0.99/1.07	c #restart = 0
0.99/1.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
0.99/1.07	c lower bound updated to -357
0.99/1.07	c BCD2: 93 <= obj <= 425
0.99/1.07	c BCD2: #cores=7, #unrelaxed=350, #relaxed=100, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=94 bias=94/95
0.99/1.07	c Solving starts ...
0.99/1.07	c ============================[ Search Statistics ]============================
0.99/1.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.07	c =============================================================================
0.99/1.07	c  0.0s |       0 |        0 |        0 |     6092      0 |       86 |       92
0.99/1.08	c  0.0s |       0 |        8 |        1 |     6092      0 |       86 |       93
0.99/1.08	c #cpu_time = 0.006s
0.99/1.08	c #wall_clock_time = 0.006s
0.99/1.08	c #decision = 8
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 1
0.99/1.08	c #restart = 0
0.99/1.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
0.99/1.08	c lower bound updated to -356
0.99/1.08	c BCD2: 94 <= obj <= 425
0.99/1.08	c BCD2: #cores=7, #unrelaxed=349, #relaxed=101, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=95 bias=95/96
0.99/1.08	c Solving starts ...
0.99/1.08	c ============================[ Search Statistics ]============================
0.99/1.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.08	c =============================================================================
0.99/1.08	c  0.0s |       0 |        0 |        0 |     6092      0 |       87 |       93
0.99/1.09	c  0.0s |       0 |        8 |        1 |     6092      0 |       87 |       94
0.99/1.09	c #cpu_time = 0.006s
0.99/1.09	c #wall_clock_time = 0.006s
0.99/1.09	c #decision = 8
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 1
0.99/1.09	c #restart = 0
0.99/1.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
0.99/1.09	c lower bound updated to -355
0.99/1.09	c BCD2: 95 <= obj <= 425
0.99/1.09	c BCD2: #cores=7, #unrelaxed=348, #relaxed=102, #hardened=0
0.99/1.09	c BCD2: #sat=1 #unsat=96 bias=96/97
0.99/1.09	c Solving starts ...
0.99/1.09	c ============================[ Search Statistics ]============================
0.99/1.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.09	c =============================================================================
0.99/1.09	c  0.0s |       0 |        0 |        0 |     6092      0 |       88 |       94
0.99/1.10	c  0.0s |       0 |        8 |        1 |     6092      0 |       88 |       95
0.99/1.10	c #cpu_time = 0.006s
0.99/1.10	c #wall_clock_time = 0.006s
0.99/1.10	c #decision = 8
0.99/1.10	c #random_decision = 0
0.99/1.10	c #conflict = 1
0.99/1.10	c #restart = 0
0.99/1.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
0.99/1.10	c lower bound updated to -354
0.99/1.10	c BCD2: 96 <= obj <= 425
0.99/1.10	c BCD2: #cores=7, #unrelaxed=347, #relaxed=103, #hardened=0
0.99/1.10	c BCD2: #sat=1 #unsat=97 bias=97/98
0.99/1.10	c Solving starts ...
0.99/1.10	c ============================[ Search Statistics ]============================
0.99/1.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.10	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.10	c =============================================================================
0.99/1.10	c  0.0s |       0 |        0 |        0 |     6092      0 |       89 |       95
0.99/1.10	c  0.0s |       0 |        8 |        1 |     6092      0 |       89 |       96
0.99/1.10	c #cpu_time = 0.007s
0.99/1.10	c #wall_clock_time = 0.007s
0.99/1.10	c #decision = 8
0.99/1.10	c #random_decision = 0
0.99/1.10	c #conflict = 1
0.99/1.10	c #restart = 0
1.09/1.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.09/1.10	c lower bound updated to -353
1.09/1.10	c BCD2: 97 <= obj <= 425
1.09/1.10	c BCD2: #cores=7, #unrelaxed=346, #relaxed=104, #hardened=0
1.09/1.10	c BCD2: #sat=1 #unsat=98 bias=98/99
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 |     6092      0 |       90 |       96
1.09/1.11	c  0.0s |       0 |        8 |        1 |     6092      0 |       90 |       97
1.09/1.11	c #cpu_time = 0.007s
1.09/1.11	c #wall_clock_time = 0.007s
1.09/1.11	c #decision = 8
1.09/1.11	c #random_decision = 0
1.09/1.11	c #conflict = 1
1.09/1.11	c #restart = 0
1.09/1.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.09/1.11	c lower bound updated to -352
1.09/1.11	c BCD2: 98 <= obj <= 425
1.09/1.11	c BCD2: #cores=7, #unrelaxed=345, #relaxed=105, #hardened=0
1.09/1.11	c BCD2: #sat=1 #unsat=99 bias=99/100
1.09/1.11	c Solving starts ...
1.09/1.11	c ============================[ Search Statistics ]============================
1.09/1.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.11	c =============================================================================
1.09/1.11	c  0.0s |       0 |        0 |        0 |     6092      0 |       91 |       97
1.09/1.12	c  0.0s |       0 |        8 |        0 |     6092      0 |       91 |       98
1.09/1.12	c #cpu_time = 0.007s
1.09/1.12	c #wall_clock_time = 0.007s
1.09/1.12	c #decision = 8
1.09/1.12	c #random_decision = 0
1.09/1.12	c #conflict = 0
1.09/1.12	c #restart = 0
1.09/1.12	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.12	c lower bound updated to -351
1.09/1.12	c BCD2: 99 <= obj <= 425
1.09/1.12	c BCD2: #cores=8, #unrelaxed=343, #relaxed=107, #hardened=0
1.09/1.12	c BCD2: #sat=1 #unsat=100 bias=100/101
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 |     6092      0 |       91 |       99
1.09/1.12	c  0.0s |       0 |        9 |        1 |     6092      0 |       91 |       99
1.09/1.12	c #cpu_time = 0.006s
1.09/1.12	c #wall_clock_time = 0.006s
1.09/1.12	c #decision = 9
1.09/1.12	c #random_decision = 0
1.09/1.12	c #conflict = 1
1.09/1.12	c #restart = 0
1.09/1.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.09/1.13	c lower bound updated to -350
1.09/1.13	c BCD2: 100 <= obj <= 425
1.09/1.13	c BCD2: #cores=8, #unrelaxed=342, #relaxed=108, #hardened=0
1.09/1.13	c BCD2: #sat=1 #unsat=101 bias=101/102
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 |     6092      0 |       92 |       99
1.09/1.13	c  0.0s |       0 |        9 |        1 |     6092      0 |       92 |      100
1.09/1.13	c #cpu_time = 0.006s
1.09/1.13	c #wall_clock_time = 0.006s
1.09/1.13	c #decision = 9
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: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.09/1.13	c lower bound updated to -349
1.09/1.13	c BCD2: 101 <= obj <= 425
1.09/1.13	c BCD2: #cores=8, #unrelaxed=341, #relaxed=109, #hardened=0
1.09/1.13	c BCD2: #sat=1 #unsat=102 bias=102/103
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 |     6092      0 |       93 |      100
1.09/1.14	c  0.0s |       0 |        9 |        1 |     6092      0 |       93 |      101
1.09/1.14	c #cpu_time = 0.006s
1.09/1.14	c #wall_clock_time = 0.006s
1.09/1.14	c #decision = 9
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: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.09/1.14	c lower bound updated to -348
1.09/1.14	c BCD2: 102 <= obj <= 425
1.09/1.14	c BCD2: #cores=8, #unrelaxed=340, #relaxed=110, #hardened=0
1.09/1.14	c BCD2: #sat=1 #unsat=103 bias=103/104
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 |     6092      0 |       94 |      101
1.09/1.15	c  0.0s |       0 |        9 |        1 |     6092      0 |       94 |      102
1.09/1.15	c #cpu_time = 0.006s
1.09/1.15	c #wall_clock_time = 0.006s
1.09/1.15	c #decision = 9
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: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.09/1.15	c lower bound updated to -347
1.09/1.15	c BCD2: 103 <= obj <= 425
1.09/1.15	c BCD2: #cores=8, #unrelaxed=339, #relaxed=111, #hardened=0
1.09/1.15	c BCD2: #sat=1 #unsat=104 bias=104/105
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 |     6092      0 |       95 |      102
1.09/1.15	c  0.0s |       0 |        9 |        1 |     6092      0 |       95 |      103
1.09/1.15	c #cpu_time = 0.006s
1.09/1.15	c #wall_clock_time = 0.006s
1.09/1.15	c #decision = 9
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: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.09/1.15	c lower bound updated to -346
1.09/1.15	c BCD2: 104 <= obj <= 425
1.09/1.15	c BCD2: #cores=8, #unrelaxed=338, #relaxed=112, #hardened=0
1.09/1.15	c BCD2: #sat=1 #unsat=105 bias=105/106
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 |     6092      0 |       96 |      103
1.09/1.16	c  0.0s |       0 |        9 |        1 |     6092      0 |       96 |      104
1.09/1.16	c #cpu_time = 0.006s
1.09/1.16	c #wall_clock_time = 0.006s
1.09/1.16	c #decision = 9
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: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.09/1.16	c lower bound updated to -345
1.09/1.16	c BCD2: 105 <= obj <= 425
1.09/1.16	c BCD2: #cores=8, #unrelaxed=337, #relaxed=113, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=106 bias=106/107
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 |     6092      0 |       97 |      104
1.09/1.17	c  0.0s |       0 |        9 |        1 |     6092      0 |       97 |      105
1.09/1.17	c #cpu_time = 0.006s
1.09/1.17	c #wall_clock_time = 0.006s
1.09/1.17	c #decision = 9
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: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.09/1.17	c lower bound updated to -344
1.09/1.17	c BCD2: 106 <= obj <= 425
1.09/1.17	c BCD2: #cores=8, #unrelaxed=336, #relaxed=114, #hardened=0
1.09/1.17	c BCD2: #sat=1 #unsat=107 bias=107/108
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 |     6092      0 |       98 |      105
1.09/1.17	c  0.0s |       0 |        9 |        1 |     6092      0 |       98 |      106
1.09/1.17	c #cpu_time = 0.006s
1.09/1.17	c #wall_clock_time = 0.006s
1.09/1.17	c #decision = 9
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: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.09/1.17	c lower bound updated to -343
1.09/1.17	c BCD2: 107 <= obj <= 425
1.09/1.17	c BCD2: #cores=8, #unrelaxed=335, #relaxed=115, #hardened=0
1.09/1.17	c BCD2: #sat=1 #unsat=108 bias=108/109
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 |     6092      0 |       99 |      106
1.09/1.18	c  0.0s |       0 |        9 |        1 |     6092      0 |       99 |      107
1.09/1.18	c #cpu_time = 0.006s
1.09/1.18	c #wall_clock_time = 0.006s
1.09/1.18	c #decision = 9
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: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.09/1.18	c lower bound updated to -342
1.09/1.18	c BCD2: 108 <= obj <= 425
1.09/1.18	c BCD2: #cores=8, #unrelaxed=334, #relaxed=116, #hardened=0
1.09/1.18	c BCD2: #sat=1 #unsat=109 bias=109/110
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 |     6092      0 |      100 |      107
1.09/1.19	c  0.0s |       0 |        9 |        1 |     6702      0 |      100 |      108
1.09/1.19	c #cpu_time = 0.006s
1.09/1.19	c #wall_clock_time = 0.006s
1.09/1.19	c #decision = 9
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: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.09/1.19	c lower bound updated to -341
1.09/1.19	c BCD2: 109 <= obj <= 425
1.09/1.19	c BCD2: #cores=8, #unrelaxed=333, #relaxed=117, #hardened=0
1.09/1.19	c BCD2: #sat=1 #unsat=110 bias=110/111
1.09/1.19	c Solving starts ...
1.09/1.19	c ============================[ Search Statistics ]============================
1.09/1.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.19	c =============================================================================
1.09/1.19	c  0.0s |       0 |        0 |        0 |     6702      0 |      101 |      108
1.09/1.19	c  0.0s |       0 |        9 |        1 |     6702      0 |      101 |      109
1.09/1.19	c #cpu_time = 0.006s
1.09/1.20	c #wall_clock_time = 0.006s
1.09/1.20	c #decision = 9
1.09/1.20	c #random_decision = 0
1.09/1.20	c #conflict = 1
1.09/1.20	c #restart = 0
1.09/1.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.09/1.20	c lower bound updated to -340
1.09/1.20	c BCD2: 110 <= obj <= 425
1.09/1.20	c BCD2: #cores=8, #unrelaxed=332, #relaxed=118, #hardened=0
1.09/1.20	c BCD2: #sat=1 #unsat=111 bias=111/112
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 |     6702      0 |      102 |      109
1.09/1.20	c  0.0s |       0 |        9 |        1 |     6702      0 |      102 |      110
1.09/1.20	c #cpu_time = 0.006s
1.09/1.20	c #wall_clock_time = 0.006s
1.09/1.20	c #decision = 9
1.09/1.20	c #random_decision = 0
1.09/1.20	c #conflict = 1
1.09/1.20	c #restart = 0
1.09/1.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.09/1.20	c lower bound updated to -339
1.09/1.20	c BCD2: 111 <= obj <= 425
1.09/1.20	c BCD2: #cores=8, #unrelaxed=331, #relaxed=119, #hardened=0
1.09/1.20	c BCD2: #sat=1 #unsat=112 bias=112/113
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 |     6702      0 |      103 |      110
1.19/1.21	c  0.0s |       0 |        9 |        1 |     6702      0 |      103 |      111
1.19/1.21	c #cpu_time = 0.006s
1.19/1.21	c #wall_clock_time = 0.006s
1.19/1.21	c #decision = 9
1.19/1.21	c #random_decision = 0
1.19/1.21	c #conflict = 1
1.19/1.21	c #restart = 0
1.19/1.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.19/1.21	c lower bound updated to -338
1.19/1.21	c BCD2: 112 <= obj <= 425
1.19/1.21	c BCD2: #cores=8, #unrelaxed=330, #relaxed=120, #hardened=0
1.19/1.21	c BCD2: #sat=1 #unsat=113 bias=113/114
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 |     6702      0 |      104 |      111
1.19/1.22	c  0.0s |       0 |        9 |        0 |     6702      0 |      104 |      112
1.19/1.22	c #cpu_time = 0.006s
1.19/1.22	c #wall_clock_time = 0.006s
1.19/1.22	c #decision = 9
1.19/1.22	c #random_decision = 0
1.19/1.22	c #conflict = 0
1.19/1.22	c #restart = 0
1.19/1.22	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.22	c lower bound updated to -337
1.19/1.22	c BCD2: 113 <= obj <= 425
1.19/1.22	c BCD2: #cores=9, #unrelaxed=328, #relaxed=122, #hardened=0
1.19/1.22	c BCD2: #sat=1 #unsat=114 bias=114/115
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 |     6702      0 |      104 |      113
1.19/1.22	c  0.0s |       0 |       10 |        1 |     6702      0 |      104 |      113
1.19/1.22	c #cpu_time = 0.006s
1.19/1.22	c #wall_clock_time = 0.006s
1.19/1.22	c #decision = 10
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: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.19/1.22	c lower bound updated to -336
1.19/1.22	c BCD2: 114 <= obj <= 425
1.19/1.22	c BCD2: #cores=9, #unrelaxed=327, #relaxed=123, #hardened=0
1.19/1.22	c BCD2: #sat=1 #unsat=115 bias=115/116
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 |     6702      0 |      105 |      113
1.19/1.23	c  0.0s |       0 |       10 |        1 |     6702      0 |      105 |      114
1.19/1.23	c #cpu_time = 0.007s
1.19/1.23	c #wall_clock_time = 0.007s
1.19/1.23	c #decision = 10
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: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.19/1.23	c lower bound updated to -335
1.19/1.23	c BCD2: 115 <= obj <= 425
1.19/1.23	c BCD2: #cores=9, #unrelaxed=326, #relaxed=124, #hardened=0
1.19/1.23	c BCD2: #sat=1 #unsat=116 bias=116/117
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 |     6702      0 |      106 |      114
1.19/1.24	c  0.0s |       0 |       10 |        1 |     6702      0 |      106 |      115
1.19/1.24	c #cpu_time = 0.006s
1.19/1.24	c #wall_clock_time = 0.006s
1.19/1.24	c #decision = 10
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: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.19/1.24	c lower bound updated to -334
1.19/1.24	c BCD2: 116 <= obj <= 425
1.19/1.24	c BCD2: #cores=9, #unrelaxed=325, #relaxed=125, #hardened=0
1.19/1.24	c BCD2: #sat=1 #unsat=117 bias=117/118
1.19/1.24	c Solving starts ...
1.19/1.24	c ============================[ Search Statistics ]============================
1.19/1.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.24	c =============================================================================
1.19/1.24	c  0.0s |       0 |        0 |        0 |     6702      0 |      107 |      115
1.19/1.25	c  0.0s |       0 |       10 |        1 |     6702      0 |      107 |      116
1.19/1.25	c #cpu_time = 0.006s
1.19/1.25	c #wall_clock_time = 0.006s
1.19/1.25	c #decision = 10
1.19/1.25	c #random_decision = 0
1.19/1.25	c #conflict = 1
1.19/1.25	c #restart = 0
1.19/1.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.19/1.25	c lower bound updated to -333
1.19/1.25	c BCD2: 117 <= obj <= 425
1.19/1.25	c BCD2: #cores=9, #unrelaxed=324, #relaxed=126, #hardened=0
1.19/1.25	c BCD2: #sat=1 #unsat=118 bias=118/119
1.19/1.25	c Solving starts ...
1.19/1.25	c ============================[ Search Statistics ]============================
1.19/1.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.25	c =============================================================================
1.19/1.25	c  0.0s |       0 |        0 |        0 |     6702      0 |      108 |      116
1.19/1.25	c  0.0s |       0 |       10 |        1 |     6702      0 |      108 |      117
1.19/1.25	c #cpu_time = 0.006s
1.19/1.25	c #wall_clock_time = 0.006s
1.19/1.25	c #decision = 10
1.19/1.25	c #random_decision = 0
1.19/1.25	c #conflict = 1
1.19/1.25	c #restart = 0
1.19/1.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.19/1.25	c lower bound updated to -332
1.19/1.25	c BCD2: 118 <= obj <= 425
1.19/1.25	c BCD2: #cores=9, #unrelaxed=323, #relaxed=127, #hardened=0
1.19/1.25	c BCD2: #sat=1 #unsat=119 bias=119/120
1.19/1.25	c Solving starts ...
1.19/1.25	c ============================[ Search Statistics ]============================
1.19/1.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.25	c =============================================================================
1.19/1.25	c  0.0s |       0 |        0 |        0 |     6702      0 |      109 |      117
1.19/1.26	c  0.0s |       0 |       10 |        1 |     6702      0 |      109 |      118
1.19/1.26	c #cpu_time = 0.006s
1.19/1.26	c #wall_clock_time = 0.006s
1.19/1.26	c #decision = 10
1.19/1.26	c #random_decision = 0
1.19/1.26	c #conflict = 1
1.19/1.26	c #restart = 0
1.19/1.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.19/1.26	c lower bound updated to -331
1.19/1.26	c BCD2: 119 <= obj <= 425
1.19/1.26	c BCD2: #cores=9, #unrelaxed=322, #relaxed=128, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=120 bias=120/121
1.19/1.26	c Solving starts ...
1.19/1.26	c ============================[ Search Statistics ]============================
1.19/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.26	c =============================================================================
1.19/1.26	c  0.0s |       0 |        0 |        0 |     6702      0 |      110 |      118
1.19/1.27	c  0.0s |       0 |       10 |        1 |     6702      0 |      110 |      119
1.19/1.27	c #cpu_time = 0.006s
1.19/1.27	c #wall_clock_time = 0.006s
1.19/1.27	c #decision = 10
1.19/1.27	c #random_decision = 0
1.19/1.27	c #conflict = 1
1.19/1.27	c #restart = 0
1.19/1.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.19/1.27	c lower bound updated to -330
1.19/1.27	c BCD2: 120 <= obj <= 425
1.19/1.27	c BCD2: #cores=9, #unrelaxed=321, #relaxed=129, #hardened=0
1.19/1.27	c BCD2: #sat=1 #unsat=121 bias=121/122
1.19/1.27	c Solving starts ...
1.19/1.27	c ============================[ Search Statistics ]============================
1.19/1.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.27	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.27	c =============================================================================
1.19/1.27	c  0.0s |       0 |        0 |        0 |     6702      0 |      111 |      119
1.19/1.27	c  0.0s |       0 |       10 |        1 |     6702      0 |      111 |      120
1.19/1.27	c #cpu_time = 0.007s
1.19/1.27	c #wall_clock_time = 0.007s
1.19/1.27	c #decision = 10
1.19/1.27	c #random_decision = 0
1.19/1.27	c #conflict = 1
1.19/1.27	c #restart = 0
1.19/1.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.19/1.27	c lower bound updated to -329
1.19/1.27	c BCD2: 121 <= obj <= 425
1.19/1.27	c BCD2: #cores=9, #unrelaxed=320, #relaxed=130, #hardened=0
1.19/1.27	c BCD2: #sat=1 #unsat=122 bias=122/123
1.19/1.27	c Solving starts ...
1.19/1.27	c ============================[ Search Statistics ]============================
1.19/1.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.27	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.27	c =============================================================================
1.19/1.27	c  0.0s |       0 |        0 |        0 |     6702      0 |      112 |      120
1.19/1.28	c  0.0s |       0 |       10 |        1 |     6702      0 |      112 |      121
1.19/1.28	c #cpu_time = 0.006s
1.19/1.28	c #wall_clock_time = 0.006s
1.19/1.28	c #decision = 10
1.19/1.28	c #random_decision = 0
1.19/1.28	c #conflict = 1
1.19/1.28	c #restart = 0
1.19/1.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.19/1.28	c lower bound updated to -328
1.19/1.28	c BCD2: 122 <= obj <= 425
1.19/1.28	c BCD2: #cores=9, #unrelaxed=319, #relaxed=131, #hardened=0
1.19/1.28	c BCD2: #sat=1 #unsat=123 bias=123/124
1.19/1.28	c Solving starts ...
1.19/1.28	c ============================[ Search Statistics ]============================
1.19/1.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.28	c =============================================================================
1.19/1.28	c  0.0s |       0 |        0 |        0 |     6702      0 |      113 |      121
1.19/1.29	c  0.0s |       0 |       10 |        1 |     6702      0 |      113 |      122
1.19/1.29	c #cpu_time = 0.006s
1.19/1.29	c #wall_clock_time = 0.006s
1.19/1.29	c #decision = 10
1.19/1.29	c #random_decision = 0
1.19/1.29	c #conflict = 1
1.19/1.29	c #restart = 0
1.19/1.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.19/1.29	c lower bound updated to -327
1.19/1.29	c BCD2: 123 <= obj <= 425
1.19/1.29	c BCD2: #cores=9, #unrelaxed=318, #relaxed=132, #hardened=0
1.19/1.29	c BCD2: #sat=1 #unsat=124 bias=124/125
1.19/1.29	c Solving starts ...
1.19/1.29	c ============================[ Search Statistics ]============================
1.19/1.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.29	c =============================================================================
1.19/1.29	c  0.0s |       0 |        0 |        0 |     6702      0 |      114 |      122
1.19/1.29	c  0.0s |       0 |       10 |        1 |     6702      0 |      114 |      123
1.19/1.29	c #cpu_time = 0.006s
1.19/1.29	c #wall_clock_time = 0.006s
1.19/1.29	c #decision = 10
1.19/1.29	c #random_decision = 0
1.19/1.29	c #conflict = 1
1.19/1.29	c #restart = 0
1.19/1.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.19/1.29	c lower bound updated to -326
1.29/1.30	c BCD2: 124 <= obj <= 425
1.29/1.30	c BCD2: #cores=9, #unrelaxed=317, #relaxed=133, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=125 bias=125/126
1.29/1.30	c Solving starts ...
1.29/1.30	c ============================[ Search Statistics ]============================
1.29/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.30	c =============================================================================
1.29/1.30	c  0.0s |       0 |        0 |        0 |     6702      0 |      115 |      123
1.29/1.30	c  0.0s |       0 |       10 |        1 |     6702      0 |      115 |      124
1.29/1.30	c #cpu_time = 0.007s
1.29/1.30	c #wall_clock_time = 0.007s
1.29/1.30	c #decision = 10
1.29/1.30	c #random_decision = 0
1.29/1.30	c #conflict = 1
1.29/1.30	c #restart = 0
1.29/1.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.29/1.30	c lower bound updated to -325
1.29/1.30	c BCD2: 125 <= obj <= 425
1.29/1.30	c BCD2: #cores=9, #unrelaxed=316, #relaxed=134, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=126 bias=126/127
1.29/1.30	c Solving starts ...
1.29/1.30	c ============================[ Search Statistics ]============================
1.29/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.30	c =============================================================================
1.29/1.30	c  0.0s |       0 |        0 |        0 |     6702      0 |      116 |      124
1.29/1.31	c  0.0s |       0 |       10 |        1 |     6702      0 |      116 |      125
1.29/1.31	c #cpu_time = 0.007s
1.29/1.31	c #wall_clock_time = 0.007s
1.29/1.31	c #decision = 10
1.29/1.31	c #random_decision = 0
1.29/1.31	c #conflict = 1
1.29/1.31	c #restart = 0
1.29/1.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.29/1.31	c lower bound updated to -324
1.29/1.31	c BCD2: 126 <= obj <= 425
1.29/1.31	c BCD2: #cores=9, #unrelaxed=315, #relaxed=135, #hardened=0
1.29/1.31	c BCD2: #sat=1 #unsat=127 bias=127/128
1.29/1.31	c Solving starts ...
1.29/1.31	c ============================[ Search Statistics ]============================
1.29/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.31	c =============================================================================
1.29/1.31	c  0.0s |       0 |        0 |        0 |     6702      0 |      117 |      125
1.29/1.32	c  0.0s |       0 |       10 |        0 |     6702      0 |      117 |      126
1.29/1.32	c #cpu_time = 0.007s
1.29/1.32	c #wall_clock_time = 0.007s
1.29/1.32	c #decision = 10
1.29/1.32	c #random_decision = 0
1.29/1.32	c #conflict = 0
1.29/1.32	c #restart = 0
1.29/1.32	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.32	c lower bound updated to -323
1.29/1.32	c BCD2: 127 <= obj <= 425
1.29/1.32	c BCD2: #cores=10, #unrelaxed=313, #relaxed=137, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=128 bias=128/129
1.29/1.32	c Solving starts ...
1.29/1.32	c ============================[ Search Statistics ]============================
1.29/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.32	c =============================================================================
1.29/1.32	c  0.0s |       0 |        0 |        0 |     6702      0 |      117 |      127
1.29/1.33	c  0.0s |       0 |       11 |        1 |     6702      0 |      117 |      127
1.29/1.33	c #cpu_time = 0.006s
1.29/1.33	c #wall_clock_time = 0.006s
1.29/1.33	c #decision = 11
1.29/1.33	c #random_decision = 0
1.29/1.33	c #conflict = 1
1.29/1.33	c #restart = 0
1.29/1.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.29/1.33	c lower bound updated to -322
1.29/1.33	c BCD2: 128 <= obj <= 425
1.29/1.33	c BCD2: #cores=10, #unrelaxed=312, #relaxed=138, #hardened=0
1.29/1.33	c BCD2: #sat=1 #unsat=129 bias=129/130
1.29/1.33	c Solving starts ...
1.29/1.33	c ============================[ Search Statistics ]============================
1.29/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.33	c =============================================================================
1.29/1.33	c  0.0s |       0 |        0 |        0 |     6702      0 |      118 |      127
1.29/1.33	c  0.0s |       0 |       11 |        1 |     6702      0 |      118 |      128
1.29/1.33	c #cpu_time = 0.006s
1.29/1.33	c #wall_clock_time = 0.006s
1.29/1.33	c #decision = 11
1.29/1.33	c #random_decision = 0
1.29/1.33	c #conflict = 1
1.29/1.33	c #restart = 0
1.29/1.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.29/1.33	c lower bound updated to -321
1.29/1.33	c BCD2: 129 <= obj <= 425
1.29/1.33	c BCD2: #cores=10, #unrelaxed=311, #relaxed=139, #hardened=0
1.29/1.33	c BCD2: #sat=1 #unsat=130 bias=130/131
1.29/1.33	c Solving starts ...
1.29/1.33	c ============================[ Search Statistics ]============================
1.29/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.33	c =============================================================================
1.29/1.33	c  0.0s |       0 |        0 |        0 |     6702      0 |      119 |      128
1.29/1.34	c  0.0s |       0 |       11 |        1 |     6702      0 |      119 |      129
1.29/1.34	c #cpu_time = 0.006s
1.29/1.34	c #wall_clock_time = 0.006s
1.29/1.34	c #decision = 11
1.29/1.34	c #random_decision = 0
1.29/1.34	c #conflict = 1
1.29/1.34	c #restart = 0
1.29/1.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.29/1.34	c lower bound updated to -320
1.29/1.34	c BCD2: 130 <= obj <= 425
1.29/1.34	c BCD2: #cores=10, #unrelaxed=310, #relaxed=140, #hardened=0
1.29/1.34	c BCD2: #sat=1 #unsat=131 bias=131/132
1.29/1.34	c Solving starts ...
1.29/1.34	c ============================[ Search Statistics ]============================
1.29/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.34	c =============================================================================
1.29/1.34	c  0.0s |       0 |        0 |        0 |     6702      0 |      120 |      129
1.29/1.35	c  0.0s |       0 |       11 |        1 |     6702      0 |      120 |      130
1.29/1.35	c #cpu_time = 0.006s
1.29/1.35	c #wall_clock_time = 0.006s
1.29/1.35	c #decision = 11
1.29/1.35	c #random_decision = 0
1.29/1.35	c #conflict = 1
1.29/1.35	c #restart = 0
1.29/1.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.29/1.35	c lower bound updated to -319
1.29/1.35	c BCD2: 131 <= obj <= 425
1.29/1.35	c BCD2: #cores=10, #unrelaxed=309, #relaxed=141, #hardened=0
1.29/1.35	c BCD2: #sat=1 #unsat=132 bias=132/133
1.29/1.35	c Solving starts ...
1.29/1.35	c ============================[ Search Statistics ]============================
1.29/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.35	c =============================================================================
1.29/1.35	c  0.0s |       0 |        0 |        0 |     6702      0 |      121 |      130
1.29/1.35	c  0.0s |       0 |       11 |        1 |     6702      0 |      121 |      131
1.29/1.35	c #cpu_time = 0.006s
1.29/1.35	c #wall_clock_time = 0.006s
1.29/1.35	c #decision = 11
1.29/1.35	c #random_decision = 0
1.29/1.35	c #conflict = 1
1.29/1.35	c #restart = 0
1.29/1.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.29/1.35	c lower bound updated to -318
1.29/1.36	c BCD2: 132 <= obj <= 425
1.29/1.36	c BCD2: #cores=10, #unrelaxed=308, #relaxed=142, #hardened=0
1.29/1.36	c BCD2: #sat=1 #unsat=133 bias=133/134
1.29/1.36	c Solving starts ...
1.29/1.36	c ============================[ Search Statistics ]============================
1.29/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.36	c =============================================================================
1.29/1.36	c  0.0s |       0 |        0 |        0 |     6702      0 |      122 |      131
1.29/1.36	c  0.0s |       0 |       11 |        1 |     6702      0 |      122 |      132
1.29/1.36	c #cpu_time = 0.006s
1.29/1.36	c #wall_clock_time = 0.006s
1.29/1.36	c #decision = 11
1.29/1.36	c #random_decision = 0
1.29/1.36	c #conflict = 1
1.29/1.36	c #restart = 0
1.29/1.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.29/1.36	c lower bound updated to -317
1.29/1.36	c BCD2: 133 <= obj <= 425
1.29/1.36	c BCD2: #cores=10, #unrelaxed=307, #relaxed=143, #hardened=0
1.29/1.36	c BCD2: #sat=1 #unsat=134 bias=134/135
1.29/1.36	c Solving starts ...
1.29/1.36	c ============================[ Search Statistics ]============================
1.29/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.36	c =============================================================================
1.29/1.36	c  0.0s |       0 |        0 |        0 |     6702      0 |      123 |      132
1.29/1.37	c  0.0s |       0 |       11 |        1 |     6702      0 |      123 |      133
1.29/1.37	c #cpu_time = 0.006s
1.29/1.37	c #wall_clock_time = 0.006s
1.29/1.37	c #decision = 11
1.29/1.37	c #random_decision = 0
1.29/1.37	c #conflict = 1
1.29/1.37	c #restart = 0
1.29/1.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.29/1.37	c lower bound updated to -316
1.29/1.37	c BCD2: 134 <= obj <= 425
1.29/1.37	c BCD2: #cores=10, #unrelaxed=306, #relaxed=144, #hardened=0
1.29/1.37	c BCD2: #sat=1 #unsat=135 bias=135/136
1.29/1.37	c Solving starts ...
1.29/1.37	c ============================[ Search Statistics ]============================
1.29/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.37	c =============================================================================
1.29/1.37	c  0.0s |       0 |        0 |        0 |     6702      0 |      124 |      133
1.29/1.38	c  0.0s |       0 |       11 |        1 |     6702      0 |      124 |      134
1.29/1.38	c #cpu_time = 0.006s
1.29/1.38	c #wall_clock_time = 0.006s
1.29/1.38	c #decision = 11
1.29/1.38	c #random_decision = 0
1.29/1.38	c #conflict = 1
1.29/1.38	c #restart = 0
1.29/1.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.29/1.38	c lower bound updated to -315
1.29/1.38	c BCD2: 135 <= obj <= 425
1.29/1.38	c BCD2: #cores=10, #unrelaxed=305, #relaxed=145, #hardened=0
1.29/1.38	c BCD2: #sat=1 #unsat=136 bias=136/137
1.29/1.38	c Solving starts ...
1.29/1.38	c ============================[ Search Statistics ]============================
1.29/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.38	c =============================================================================
1.29/1.38	c  0.0s |       0 |        0 |        0 |     6702      0 |      125 |      134
1.29/1.38	c  0.0s |       0 |       11 |        1 |     6702      0 |      125 |      135
1.29/1.38	c #cpu_time = 0.007s
1.29/1.38	c #wall_clock_time = 0.007s
1.29/1.38	c #decision = 11
1.29/1.38	c #random_decision = 0
1.29/1.38	c #conflict = 1
1.29/1.38	c #restart = 0
1.29/1.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.29/1.38	c lower bound updated to -314
1.29/1.38	c BCD2: 136 <= obj <= 425
1.29/1.38	c BCD2: #cores=10, #unrelaxed=304, #relaxed=146, #hardened=0
1.29/1.38	c BCD2: #sat=1 #unsat=137 bias=137/138
1.29/1.38	c Solving starts ...
1.29/1.38	c ============================[ Search Statistics ]============================
1.29/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.38	c =============================================================================
1.29/1.38	c  0.0s |       0 |        0 |        0 |     6702      0 |      126 |      135
1.29/1.39	c  0.0s |       0 |       11 |        1 |     6702      0 |      126 |      136
1.29/1.39	c #cpu_time = 0.007s
1.29/1.39	c #wall_clock_time = 0.007s
1.29/1.39	c #decision = 11
1.29/1.39	c #random_decision = 0
1.29/1.39	c #conflict = 1
1.29/1.39	c #restart = 0
1.29/1.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.29/1.39	c lower bound updated to -313
1.29/1.39	c BCD2: 137 <= obj <= 425
1.29/1.39	c BCD2: #cores=10, #unrelaxed=303, #relaxed=147, #hardened=0
1.29/1.39	c BCD2: #sat=1 #unsat=138 bias=138/139
1.29/1.39	c Solving starts ...
1.29/1.39	c ============================[ Search Statistics ]============================
1.29/1.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.39	c =============================================================================
1.29/1.39	c  0.0s |       0 |        0 |        0 |     6702      0 |      127 |      136
1.39/1.40	c  0.0s |       0 |       11 |        1 |     6702      0 |      127 |      137
1.39/1.40	c #cpu_time = 0.006s
1.39/1.40	c #wall_clock_time = 0.006s
1.39/1.40	c #decision = 11
1.39/1.40	c #random_decision = 0
1.39/1.40	c #conflict = 1
1.39/1.40	c #restart = 0
1.39/1.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.39/1.40	c lower bound updated to -312
1.39/1.40	c BCD2: 138 <= obj <= 425
1.39/1.40	c BCD2: #cores=10, #unrelaxed=302, #relaxed=148, #hardened=0
1.39/1.40	c BCD2: #sat=1 #unsat=139 bias=139/140
1.39/1.40	c Solving starts ...
1.39/1.40	c ============================[ Search Statistics ]============================
1.39/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.40	c =============================================================================
1.39/1.40	c  0.0s |       0 |        0 |        0 |     6702      0 |      128 |      137
1.39/1.40	c  0.0s |       0 |       11 |        1 |     6702      0 |      128 |      138
1.39/1.40	c #cpu_time = 0.007s
1.39/1.40	c #wall_clock_time = 0.007s
1.39/1.40	c #decision = 11
1.39/1.40	c #random_decision = 0
1.39/1.40	c #conflict = 1
1.39/1.40	c #restart = 0
1.39/1.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.39/1.40	c lower bound updated to -311
1.39/1.40	c BCD2: 139 <= obj <= 425
1.39/1.40	c BCD2: #cores=10, #unrelaxed=301, #relaxed=149, #hardened=0
1.39/1.40	c BCD2: #sat=1 #unsat=140 bias=140/141
1.39/1.40	c Solving starts ...
1.39/1.40	c ============================[ Search Statistics ]============================
1.39/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.40	c =============================================================================
1.39/1.41	c  0.0s |       0 |        0 |        0 |     6702      0 |      129 |      138
1.39/1.41	c  0.0s |       0 |       11 |        1 |     6702      0 |      129 |      139
1.39/1.41	c #cpu_time = 0.006s
1.39/1.41	c #wall_clock_time = 0.006s
1.39/1.41	c #decision = 11
1.39/1.41	c #random_decision = 0
1.39/1.41	c #conflict = 1
1.39/1.41	c #restart = 0
1.39/1.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.39/1.41	c lower bound updated to -310
1.39/1.41	c BCD2: 140 <= obj <= 425
1.39/1.41	c BCD2: #cores=10, #unrelaxed=300, #relaxed=150, #hardened=0
1.39/1.41	c BCD2: #sat=1 #unsat=141 bias=141/142
1.39/1.41	c Solving starts ...
1.39/1.41	c ============================[ Search Statistics ]============================
1.39/1.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.41	c =============================================================================
1.39/1.41	c  0.0s |       0 |        0 |        0 |     6702      0 |      130 |      139
1.39/1.42	c  0.0s |       0 |       11 |        0 |     6702      0 |      130 |      140
1.39/1.42	c #cpu_time = 0.007s
1.39/1.42	c #wall_clock_time = 0.007s
1.39/1.42	c #decision = 11
1.39/1.42	c #random_decision = 0
1.39/1.42	c #conflict = 0
1.39/1.42	c #restart = 0
1.39/1.42	c BCD2: found a new core of size 2: cost of the new core is >=1
1.39/1.42	c lower bound updated to -309
1.39/1.42	c BCD2: 141 <= obj <= 425
1.39/1.42	c BCD2: #cores=11, #unrelaxed=298, #relaxed=152, #hardened=0
1.39/1.42	c BCD2: #sat=1 #unsat=142 bias=142/143
1.39/1.42	c Solving starts ...
1.39/1.42	c ============================[ Search Statistics ]============================
1.39/1.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.42	c =============================================================================
1.39/1.42	c  0.0s |       0 |        0 |        0 |     6702      0 |      130 |      141
1.39/1.43	c  0.0s |       0 |       12 |        1 |     6702      0 |      130 |      141
1.39/1.43	c #cpu_time = 0.006s
1.39/1.43	c #wall_clock_time = 0.006s
1.39/1.43	c #decision = 12
1.39/1.43	c #random_decision = 0
1.39/1.43	c #conflict = 1
1.39/1.43	c #restart = 0
1.39/1.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.39/1.43	c lower bound updated to -308
1.39/1.43	c BCD2: 142 <= obj <= 425
1.39/1.43	c BCD2: #cores=11, #unrelaxed=297, #relaxed=153, #hardened=0
1.39/1.43	c BCD2: #sat=1 #unsat=143 bias=143/144
1.39/1.43	c Solving starts ...
1.39/1.43	c ============================[ Search Statistics ]============================
1.39/1.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.43	c =============================================================================
1.39/1.43	c  0.0s |       0 |        0 |        0 |     6702      0 |      131 |      141
1.39/1.43	c  0.0s |       0 |       12 |        1 |     6702      0 |      131 |      142
1.39/1.43	c #cpu_time = 0.006s
1.39/1.43	c #wall_clock_time = 0.006s
1.39/1.43	c #decision = 12
1.39/1.43	c #random_decision = 0
1.39/1.43	c #conflict = 1
1.39/1.43	c #restart = 0
1.39/1.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.39/1.43	c lower bound updated to -307
1.39/1.43	c BCD2: 143 <= obj <= 425
1.39/1.43	c BCD2: #cores=11, #unrelaxed=296, #relaxed=154, #hardened=0
1.39/1.43	c BCD2: #sat=1 #unsat=144 bias=144/145
1.39/1.43	c Solving starts ...
1.39/1.43	c ============================[ Search Statistics ]============================
1.39/1.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.43	c =============================================================================
1.39/1.43	c  0.0s |       0 |        0 |        0 |     6702      0 |      132 |      142
1.39/1.44	c  0.0s |       0 |       12 |        1 |     6702      0 |      132 |      143
1.39/1.44	c #cpu_time = 0.007s
1.39/1.44	c #wall_clock_time = 0.007s
1.39/1.44	c #decision = 12
1.39/1.44	c #random_decision = 0
1.39/1.44	c #conflict = 1
1.39/1.44	c #restart = 0
1.39/1.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.39/1.44	c lower bound updated to -306
1.39/1.44	c BCD2: 144 <= obj <= 425
1.39/1.44	c BCD2: #cores=11, #unrelaxed=295, #relaxed=155, #hardened=0
1.39/1.44	c BCD2: #sat=1 #unsat=145 bias=145/146
1.39/1.44	c Solving starts ...
1.39/1.44	c ============================[ Search Statistics ]============================
1.39/1.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.44	c =============================================================================
1.39/1.44	c  0.0s |       0 |        0 |        0 |     6702      0 |      133 |      143
1.39/1.45	c  0.0s |       0 |       12 |        1 |     6702      0 |      133 |      144
1.39/1.45	c #cpu_time = 0.007s
1.39/1.45	c #wall_clock_time = 0.007s
1.39/1.45	c #decision = 12
1.39/1.45	c #random_decision = 0
1.39/1.45	c #conflict = 1
1.39/1.45	c #restart = 0
1.39/1.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.39/1.45	c lower bound updated to -305
1.39/1.45	c BCD2: 145 <= obj <= 425
1.39/1.45	c BCD2: #cores=11, #unrelaxed=294, #relaxed=156, #hardened=0
1.39/1.45	c BCD2: #sat=1 #unsat=146 bias=146/147
1.39/1.45	c Solving starts ...
1.39/1.45	c ============================[ Search Statistics ]============================
1.39/1.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.45	c =============================================================================
1.39/1.45	c  0.0s |       0 |        0 |        0 |     6702      0 |      134 |      144
1.39/1.46	c  0.0s |       0 |       12 |        1 |     6702      0 |      134 |      145
1.39/1.46	c #cpu_time = 0.006s
1.39/1.46	c #wall_clock_time = 0.007s
1.39/1.46	c #decision = 12
1.39/1.46	c #random_decision = 0
1.39/1.46	c #conflict = 1
1.39/1.46	c #restart = 0
1.39/1.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.39/1.46	c lower bound updated to -304
1.39/1.46	c BCD2: 146 <= obj <= 425
1.39/1.46	c BCD2: #cores=11, #unrelaxed=293, #relaxed=157, #hardened=0
1.39/1.46	c BCD2: #sat=1 #unsat=147 bias=147/148
1.39/1.46	c Solving starts ...
1.39/1.46	c ============================[ Search Statistics ]============================
1.39/1.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.46	c =============================================================================
1.39/1.46	c  0.0s |       0 |        0 |        0 |     6702      0 |      135 |      145
1.39/1.46	c  0.0s |       0 |       12 |        1 |     6702      0 |      135 |      146
1.39/1.46	c #cpu_time = 0.006s
1.39/1.46	c #wall_clock_time = 0.006s
1.39/1.46	c #decision = 12
1.39/1.46	c #random_decision = 0
1.39/1.46	c #conflict = 1
1.39/1.46	c #restart = 0
1.39/1.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.39/1.46	c lower bound updated to -303
1.39/1.46	c BCD2: 147 <= obj <= 425
1.39/1.46	c BCD2: #cores=11, #unrelaxed=292, #relaxed=158, #hardened=0
1.39/1.46	c BCD2: #sat=1 #unsat=148 bias=148/149
1.39/1.46	c Solving starts ...
1.39/1.46	c ============================[ Search Statistics ]============================
1.39/1.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.46	c =============================================================================
1.39/1.46	c  0.0s |       0 |        0 |        0 |     6702      0 |      136 |      146
1.39/1.47	c  0.0s |       0 |       12 |        1 |     6702      0 |      136 |      147
1.39/1.47	c #cpu_time = 0.007s
1.39/1.47	c #wall_clock_time = 0.007s
1.39/1.47	c #decision = 12
1.39/1.47	c #random_decision = 0
1.39/1.47	c #conflict = 1
1.39/1.47	c #restart = 0
1.39/1.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.39/1.47	c lower bound updated to -302
1.39/1.47	c BCD2: 148 <= obj <= 425
1.39/1.47	c BCD2: #cores=11, #unrelaxed=291, #relaxed=159, #hardened=0
1.39/1.47	c BCD2: #sat=1 #unsat=149 bias=149/150
1.39/1.47	c Solving starts ...
1.39/1.47	c ============================[ Search Statistics ]============================
1.39/1.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.47	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.47	c =============================================================================
1.39/1.47	c  0.0s |       0 |        0 |        0 |     6702      0 |      137 |      147
1.39/1.48	c  0.0s |       0 |       12 |        1 |     6702      0 |      137 |      148
1.39/1.48	c #cpu_time = 0.007s
1.39/1.48	c #wall_clock_time = 0.007s
1.39/1.48	c #decision = 12
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 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.39/1.48	c lower bound updated to -301
1.39/1.48	c BCD2: 149 <= obj <= 425
1.39/1.48	c BCD2: #cores=11, #unrelaxed=290, #relaxed=160, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=150 bias=150/151
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 |     6702      0 |      138 |      148
1.39/1.48	c  0.0s |       0 |       12 |        1 |     6702      0 |      138 |      149
1.39/1.48	c #cpu_time = 0.007s
1.39/1.48	c #wall_clock_time = 0.007s
1.39/1.48	c #decision = 12
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 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.39/1.48	c lower bound updated to -300
1.39/1.48	c BCD2: 150 <= obj <= 425
1.39/1.48	c BCD2: #cores=11, #unrelaxed=289, #relaxed=161, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=151 bias=151/152
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 |     6702      0 |      139 |      149
1.39/1.49	c  0.0s |       0 |       12 |        1 |     6702      0 |      139 |      150
1.39/1.49	c #cpu_time = 0.007s
1.39/1.49	c #wall_clock_time = 0.007s
1.39/1.49	c #decision = 12
1.39/1.49	c #random_decision = 0
1.39/1.49	c #conflict = 1
1.39/1.49	c #restart = 0
1.39/1.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.39/1.49	c lower bound updated to -299
1.39/1.49	c BCD2: 151 <= obj <= 425
1.39/1.49	c BCD2: #cores=11, #unrelaxed=288, #relaxed=162, #hardened=0
1.39/1.49	c BCD2: #sat=1 #unsat=152 bias=152/153
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 |     6702      0 |      140 |      150
1.49/1.50	c  0.0s |       0 |       12 |        1 |     6702      0 |      140 |      151
1.49/1.50	c #cpu_time = 0.007s
1.49/1.50	c #wall_clock_time = 0.007s
1.49/1.50	c #decision = 12
1.49/1.50	c #random_decision = 0
1.49/1.50	c #conflict = 1
1.49/1.50	c #restart = 0
1.49/1.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.49/1.50	c lower bound updated to -298
1.49/1.50	c BCD2: 152 <= obj <= 425
1.49/1.50	c BCD2: #cores=11, #unrelaxed=287, #relaxed=163, #hardened=0
1.49/1.50	c BCD2: #sat=1 #unsat=153 bias=153/154
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 |     6702      0 |      141 |      151
1.49/1.51	c  0.0s |       0 |       12 |        1 |     6702      0 |      141 |      152
1.49/1.51	c #cpu_time = 0.007s
1.49/1.51	c #wall_clock_time = 0.007s
1.49/1.51	c #decision = 12
1.49/1.51	c #random_decision = 0
1.49/1.51	c #conflict = 1
1.49/1.51	c #restart = 0
1.49/1.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.49/1.51	c lower bound updated to -297
1.49/1.51	c BCD2: 153 <= obj <= 425
1.49/1.51	c BCD2: #cores=11, #unrelaxed=286, #relaxed=164, #hardened=0
1.49/1.51	c BCD2: #sat=1 #unsat=154 bias=154/155
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 |     6702      0 |      142 |      152
1.49/1.51	c  0.0s |       0 |       12 |        1 |     6702      0 |      142 |      153
1.49/1.51	c #cpu_time = 0.007s
1.49/1.51	c #wall_clock_time = 0.007s
1.49/1.51	c #decision = 12
1.49/1.51	c #random_decision = 0
1.49/1.51	c #conflict = 1
1.49/1.51	c #restart = 0
1.49/1.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.49/1.51	c lower bound updated to -296
1.49/1.51	c BCD2: 154 <= obj <= 425
1.49/1.51	c BCD2: #cores=11, #unrelaxed=285, #relaxed=165, #hardened=0
1.49/1.51	c BCD2: #sat=1 #unsat=155 bias=155/156
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 |     6702      0 |      143 |      153
1.49/1.52	c  0.0s |       0 |       12 |        0 |     6702      0 |      143 |      154
1.49/1.52	c #cpu_time = 0.006s
1.49/1.52	c #wall_clock_time = 0.007s
1.49/1.52	c #decision = 12
1.49/1.52	c #random_decision = 0
1.49/1.52	c #conflict = 0
1.49/1.52	c #restart = 0
1.49/1.52	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.52	c lower bound updated to -295
1.49/1.52	c BCD2: 155 <= obj <= 425
1.49/1.52	c BCD2: #cores=12, #unrelaxed=283, #relaxed=167, #hardened=0
1.49/1.52	c BCD2: #sat=1 #unsat=156 bias=156/157
1.49/1.52	c Solving starts ...
1.49/1.52	c ============================[ Search Statistics ]============================
1.49/1.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.52	c =============================================================================
1.49/1.52	c  0.0s |       0 |        0 |        0 |     6702      0 |      143 |      155
1.49/1.53	c  0.0s |       0 |       13 |        1 |     6702      0 |      143 |      155
1.49/1.53	c #cpu_time = 0.006s
1.49/1.53	c #wall_clock_time = 0.006s
1.49/1.53	c #decision = 13
1.49/1.53	c #random_decision = 0
1.49/1.53	c #conflict = 1
1.49/1.53	c #restart = 0
1.49/1.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.49/1.53	c lower bound updated to -294
1.49/1.53	c BCD2: 156 <= obj <= 425
1.49/1.53	c BCD2: #cores=12, #unrelaxed=282, #relaxed=168, #hardened=0
1.49/1.53	c BCD2: #sat=1 #unsat=157 bias=157/158
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 |     6702      0 |      144 |      155
1.49/1.54	c  0.0s |       0 |       13 |        1 |     6702      0 |      144 |      156
1.49/1.54	c #cpu_time = 0.007s
1.49/1.54	c #wall_clock_time = 0.007s
1.49/1.54	c #decision = 13
1.49/1.54	c #random_decision = 0
1.49/1.54	c #conflict = 1
1.49/1.54	c #restart = 0
1.49/1.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.49/1.54	c lower bound updated to -293
1.49/1.54	c BCD2: 157 <= obj <= 425
1.49/1.54	c BCD2: #cores=12, #unrelaxed=281, #relaxed=169, #hardened=0
1.49/1.54	c BCD2: #sat=1 #unsat=158 bias=158/159
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 |     6702      0 |      145 |      156
1.49/1.54	c  0.0s |       0 |       13 |        1 |     6702      0 |      145 |      157
1.49/1.54	c #cpu_time = 0.007s
1.49/1.54	c #wall_clock_time = 0.007s
1.49/1.54	c #decision = 13
1.49/1.54	c #random_decision = 0
1.49/1.54	c #conflict = 1
1.49/1.54	c #restart = 0
1.49/1.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.49/1.54	c lower bound updated to -292
1.49/1.54	c BCD2: 158 <= obj <= 425
1.49/1.54	c BCD2: #cores=12, #unrelaxed=280, #relaxed=170, #hardened=0
1.49/1.54	c BCD2: #sat=1 #unsat=159 bias=159/160
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 |     6702      0 |      146 |      157
1.49/1.55	c  0.0s |       0 |       13 |        1 |     6702      0 |      146 |      158
1.49/1.55	c #cpu_time = 0.007s
1.49/1.55	c #wall_clock_time = 0.007s
1.49/1.55	c #decision = 13
1.49/1.55	c #random_decision = 0
1.49/1.55	c #conflict = 1
1.49/1.55	c #restart = 0
1.49/1.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.49/1.55	c lower bound updated to -291
1.49/1.55	c BCD2: 159 <= obj <= 425
1.49/1.55	c BCD2: #cores=12, #unrelaxed=279, #relaxed=171, #hardened=0
1.49/1.55	c BCD2: #sat=1 #unsat=160 bias=160/161
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 |     6702      0 |      147 |      158
1.49/1.56	c  0.0s |       0 |       13 |        1 |     6702      0 |      147 |      159
1.49/1.56	c #cpu_time = 0.007s
1.49/1.56	c #wall_clock_time = 0.007s
1.49/1.56	c #decision = 13
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: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.49/1.56	c lower bound updated to -290
1.49/1.56	c BCD2: 160 <= obj <= 425
1.49/1.56	c BCD2: #cores=12, #unrelaxed=278, #relaxed=172, #hardened=0
1.49/1.56	c BCD2: #sat=1 #unsat=161 bias=161/162
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 |     6702      0 |      148 |      159
1.49/1.57	c  0.0s |       0 |       13 |        1 |     6702      0 |      148 |      160
1.49/1.57	c #cpu_time = 0.006s
1.49/1.57	c #wall_clock_time = 0.006s
1.49/1.57	c #decision = 13
1.49/1.57	c #random_decision = 0
1.49/1.57	c #conflict = 1
1.49/1.57	c #restart = 0
1.49/1.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.49/1.57	c lower bound updated to -289
1.49/1.57	c BCD2: 161 <= obj <= 425
1.49/1.57	c BCD2: #cores=12, #unrelaxed=277, #relaxed=173, #hardened=0
1.49/1.57	c BCD2: #sat=1 #unsat=162 bias=162/163
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 |     6702      0 |      149 |      160
1.49/1.57	c  0.0s |       0 |       13 |        1 |     6702      0 |      149 |      161
1.49/1.57	c #cpu_time = 0.007s
1.49/1.57	c #wall_clock_time = 0.007s
1.49/1.57	c #decision = 13
1.49/1.57	c #random_decision = 0
1.49/1.57	c #conflict = 1
1.49/1.57	c #restart = 0
1.49/1.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.49/1.57	c lower bound updated to -288
1.49/1.57	c BCD2: 162 <= obj <= 425
1.49/1.57	c BCD2: #cores=12, #unrelaxed=276, #relaxed=174, #hardened=0
1.49/1.57	c BCD2: #sat=1 #unsat=163 bias=163/164
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 |     6702      0 |      150 |      161
1.49/1.58	c  0.0s |       0 |       13 |        1 |     6702      0 |      150 |      162
1.49/1.58	c #cpu_time = 0.007s
1.49/1.58	c #wall_clock_time = 0.007s
1.49/1.58	c #decision = 13
1.49/1.58	c #random_decision = 0
1.49/1.58	c #conflict = 1
1.49/1.58	c #restart = 0
1.49/1.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.49/1.58	c lower bound updated to -287
1.49/1.58	c BCD2: 163 <= obj <= 425
1.49/1.58	c BCD2: #cores=12, #unrelaxed=275, #relaxed=175, #hardened=0
1.49/1.58	c BCD2: #sat=1 #unsat=164 bias=164/165
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 |     6702      0 |      151 |      162
1.49/1.59	c  0.0s |       0 |       13 |        1 |     6702      0 |      151 |      163
1.49/1.59	c #cpu_time = 0.007s
1.49/1.59	c #wall_clock_time = 0.007s
1.49/1.59	c #decision = 13
1.49/1.59	c #random_decision = 0
1.49/1.59	c #conflict = 1
1.49/1.59	c #restart = 0
1.49/1.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.49/1.59	c lower bound updated to -286
1.49/1.59	c BCD2: 164 <= obj <= 425
1.49/1.59	c BCD2: #cores=12, #unrelaxed=274, #relaxed=176, #hardened=0
1.49/1.59	c BCD2: #sat=1 #unsat=165 bias=165/166
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 |     6702      0 |      152 |      163
1.49/1.59	c  0.0s |       0 |       13 |        1 |     6702      0 |      152 |      164
1.49/1.59	c #cpu_time = 0.007s
1.49/1.59	c #wall_clock_time = 0.007s
1.49/1.59	c #decision = 13
1.49/1.59	c #random_decision = 0
1.49/1.59	c #conflict = 1
1.49/1.59	c #restart = 0
1.49/1.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.49/1.59	c lower bound updated to -285
1.49/1.59	c BCD2: 165 <= obj <= 425
1.49/1.59	c BCD2: #cores=12, #unrelaxed=273, #relaxed=177, #hardened=0
1.49/1.59	c BCD2: #sat=1 #unsat=166 bias=166/167
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 |     6702      0 |      153 |      164
1.59/1.60	c  0.0s |       0 |       13 |        1 |     6702      0 |      153 |      165
1.59/1.60	c #cpu_time = 0.007s
1.59/1.60	c #wall_clock_time = 0.007s
1.59/1.60	c #decision = 13
1.59/1.60	c #random_decision = 0
1.59/1.60	c #conflict = 1
1.59/1.60	c #restart = 0
1.59/1.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.59/1.60	c lower bound updated to -284
1.59/1.60	c BCD2: 166 <= obj <= 425
1.59/1.60	c BCD2: #cores=12, #unrelaxed=272, #relaxed=178, #hardened=0
1.59/1.60	c BCD2: #sat=1 #unsat=167 bias=167/168
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 |     6702      0 |      154 |      165
1.59/1.61	c  0.0s |       0 |       13 |        1 |     6702      0 |      154 |      166
1.59/1.61	c #cpu_time = 0.006s
1.59/1.61	c #wall_clock_time = 0.006s
1.59/1.61	c #decision = 13
1.59/1.61	c #random_decision = 0
1.59/1.61	c #conflict = 1
1.59/1.61	c #restart = 0
1.59/1.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.59/1.61	c lower bound updated to -283
1.59/1.61	c BCD2: 167 <= obj <= 425
1.59/1.61	c BCD2: #cores=12, #unrelaxed=271, #relaxed=179, #hardened=0
1.59/1.61	c BCD2: #sat=1 #unsat=168 bias=168/169
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 |     6702      0 |      155 |      166
1.59/1.62	c  0.0s |       0 |       13 |        1 |     6702      0 |      155 |      167
1.59/1.62	c #cpu_time = 0.007s
1.59/1.62	c #wall_clock_time = 0.007s
1.59/1.62	c #decision = 13
1.59/1.62	c #random_decision = 0
1.59/1.62	c #conflict = 1
1.59/1.62	c #restart = 0
1.59/1.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.59/1.62	c lower bound updated to -282
1.59/1.62	c BCD2: 168 <= obj <= 425
1.59/1.62	c BCD2: #cores=12, #unrelaxed=270, #relaxed=180, #hardened=0
1.59/1.62	c BCD2: #sat=1 #unsat=169 bias=169/170
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 |     6702      0 |      156 |      167
1.59/1.62	c  0.0s |       0 |       13 |        0 |     6702      0 |      156 |      168
1.59/1.62	c #cpu_time = 0.007s
1.59/1.62	c #wall_clock_time = 0.007s
1.59/1.62	c #decision = 13
1.59/1.62	c #random_decision = 0
1.59/1.62	c #conflict = 0
1.59/1.62	c #restart = 0
1.59/1.62	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.62	c lower bound updated to -281
1.59/1.62	c BCD2: 169 <= obj <= 425
1.59/1.62	c BCD2: #cores=13, #unrelaxed=268, #relaxed=182, #hardened=0
1.59/1.62	c BCD2: #sat=1 #unsat=170 bias=170/171
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 |     6702      0 |      156 |      169
1.59/1.63	c  0.0s |       0 |       14 |        1 |     6702      0 |      156 |      169
1.59/1.63	c #cpu_time = 0.006s
1.59/1.63	c #wall_clock_time = 0.006s
1.59/1.63	c #decision = 14
1.59/1.63	c #random_decision = 0
1.59/1.63	c #conflict = 1
1.59/1.63	c #restart = 0
1.59/1.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.59/1.63	c lower bound updated to -280
1.59/1.63	c BCD2: 170 <= obj <= 425
1.59/1.63	c BCD2: #cores=13, #unrelaxed=267, #relaxed=183, #hardened=0
1.59/1.63	c BCD2: #sat=1 #unsat=171 bias=171/172
1.59/1.63	c Solving starts ...
1.59/1.63	c ============================[ Search Statistics ]============================
1.59/1.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.63	c =============================================================================
1.59/1.63	c  0.0s |       0 |        0 |        0 |     6702      0 |      157 |      169
1.59/1.64	c  0.0s |       0 |       14 |        1 |     6702      0 |      157 |      170
1.59/1.64	c #cpu_time = 0.006s
1.59/1.64	c #wall_clock_time = 0.006s
1.59/1.64	c #decision = 14
1.59/1.64	c #random_decision = 0
1.59/1.64	c #conflict = 1
1.59/1.64	c #restart = 0
1.59/1.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.59/1.64	c lower bound updated to -279
1.59/1.64	c BCD2: 171 <= obj <= 425
1.59/1.64	c BCD2: #cores=13, #unrelaxed=266, #relaxed=184, #hardened=0
1.59/1.64	c BCD2: #sat=1 #unsat=172 bias=172/173
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 |     6702      0 |      158 |      170
1.59/1.64	c  0.0s |       0 |       14 |        1 |     6702      0 |      158 |      171
1.59/1.64	c #cpu_time = 0.007s
1.59/1.64	c #wall_clock_time = 0.007s
1.59/1.64	c #decision = 14
1.59/1.64	c #random_decision = 0
1.59/1.64	c #conflict = 1
1.59/1.64	c #restart = 0
1.59/1.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.59/1.64	c lower bound updated to -278
1.59/1.65	c BCD2: 172 <= obj <= 425
1.59/1.65	c BCD2: #cores=13, #unrelaxed=265, #relaxed=185, #hardened=0
1.59/1.65	c BCD2: #sat=1 #unsat=173 bias=173/174
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 |     6702      0 |      159 |      171
1.59/1.65	c  0.0s |       0 |       14 |        1 |     6702      0 |      159 |      172
1.59/1.65	c #cpu_time = 0.006s
1.59/1.65	c #wall_clock_time = 0.007s
1.59/1.65	c #decision = 14
1.59/1.65	c #random_decision = 0
1.59/1.65	c #conflict = 1
1.59/1.65	c #restart = 0
1.59/1.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.59/1.65	c lower bound updated to -277
1.59/1.65	c BCD2: 173 <= obj <= 425
1.59/1.65	c BCD2: #cores=13, #unrelaxed=264, #relaxed=186, #hardened=0
1.59/1.65	c BCD2: #sat=1 #unsat=174 bias=174/175
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 |     6702      0 |      160 |      172
1.59/1.66	c  0.0s |       0 |       14 |        1 |     6702      0 |      160 |      173
1.59/1.66	c #cpu_time = 0.006s
1.59/1.66	c #wall_clock_time = 0.006s
1.59/1.66	c #decision = 14
1.59/1.66	c #random_decision = 0
1.59/1.66	c #conflict = 1
1.59/1.66	c #restart = 0
1.59/1.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.59/1.66	c lower bound updated to -276
1.59/1.66	c BCD2: 174 <= obj <= 425
1.59/1.66	c BCD2: #cores=13, #unrelaxed=263, #relaxed=187, #hardened=0
1.59/1.66	c BCD2: #sat=1 #unsat=175 bias=175/176
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 |     6702      0 |      161 |      173
1.59/1.67	c  0.0s |       0 |       14 |        1 |     6702      0 |      161 |      174
1.59/1.67	c #cpu_time = 0.007s
1.59/1.67	c #wall_clock_time = 0.007s
1.59/1.67	c #decision = 14
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: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.59/1.67	c lower bound updated to -275
1.59/1.67	c BCD2: 175 <= obj <= 425
1.59/1.67	c BCD2: #cores=13, #unrelaxed=262, #relaxed=188, #hardened=0
1.59/1.67	c BCD2: #sat=1 #unsat=176 bias=176/177
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 |     6702      0 |      162 |      174
1.59/1.67	c  0.0s |       0 |       14 |        1 |     6702      0 |      162 |      175
1.59/1.67	c #cpu_time = 0.007s
1.59/1.67	c #wall_clock_time = 0.007s
1.59/1.67	c #decision = 14
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: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.59/1.67	c lower bound updated to -274
1.59/1.67	c BCD2: 176 <= obj <= 425
1.59/1.67	c BCD2: #cores=13, #unrelaxed=261, #relaxed=189, #hardened=0
1.59/1.67	c BCD2: #sat=1 #unsat=177 bias=177/178
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 |     6702      0 |      163 |      175
1.59/1.68	c  0.0s |       0 |       14 |        1 |     6702      0 |      163 |      176
1.59/1.68	c #cpu_time = 0.006s
1.59/1.68	c #wall_clock_time = 0.006s
1.59/1.68	c #decision = 14
1.59/1.68	c #random_decision = 0
1.59/1.68	c #conflict = 1
1.59/1.68	c #restart = 0
1.59/1.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.59/1.68	c lower bound updated to -273
1.59/1.68	c BCD2: 177 <= obj <= 425
1.59/1.68	c BCD2: #cores=13, #unrelaxed=260, #relaxed=190, #hardened=0
1.59/1.68	c BCD2: #sat=1 #unsat=178 bias=178/179
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 |     6702      0 |      164 |      176
1.59/1.69	c  0.0s |       0 |       14 |        1 |     6702      0 |      164 |      177
1.59/1.69	c #cpu_time = 0.007s
1.59/1.69	c #wall_clock_time = 0.007s
1.59/1.69	c #decision = 14
1.59/1.69	c #random_decision = 0
1.59/1.69	c #conflict = 1
1.59/1.69	c #restart = 0
1.59/1.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.59/1.69	c lower bound updated to -272
1.59/1.69	c BCD2: 178 <= obj <= 425
1.59/1.69	c BCD2: #cores=13, #unrelaxed=259, #relaxed=191, #hardened=0
1.59/1.69	c BCD2: #sat=1 #unsat=179 bias=179/180
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 |     6702      0 |      165 |      177
1.59/1.69	c  0.0s |       0 |       14 |        1 |     6702      0 |      165 |      178
1.59/1.69	c #cpu_time = 0.007s
1.59/1.69	c #wall_clock_time = 0.007s
1.59/1.70	c #decision = 14
1.59/1.70	c #random_decision = 0
1.59/1.70	c #conflict = 1
1.59/1.70	c #restart = 0
1.59/1.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.59/1.70	c lower bound updated to -271
1.59/1.70	c BCD2: 179 <= obj <= 425
1.59/1.70	c BCD2: #cores=13, #unrelaxed=258, #relaxed=192, #hardened=0
1.59/1.70	c BCD2: #sat=1 #unsat=180 bias=180/181
1.59/1.70	c Solving starts ...
1.59/1.70	c ============================[ Search Statistics ]============================
1.59/1.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.70	c =============================================================================
1.59/1.70	c  0.0s |       0 |        0 |        0 |     6702      0 |      166 |      178
1.69/1.70	c  0.0s |       0 |       14 |        1 |     6702      0 |      166 |      179
1.69/1.70	c #cpu_time = 0.007s
1.69/1.70	c #wall_clock_time = 0.007s
1.69/1.70	c #decision = 14
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: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.69/1.70	c lower bound updated to -270
1.69/1.70	c BCD2: 180 <= obj <= 425
1.69/1.70	c BCD2: #cores=13, #unrelaxed=257, #relaxed=193, #hardened=0
1.69/1.70	c BCD2: #sat=1 #unsat=181 bias=181/182
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 |     6702      0 |      167 |      179
1.69/1.71	c  0.0s |       0 |       14 |        1 |     6702      0 |      167 |      180
1.69/1.71	c #cpu_time = 0.007s
1.69/1.71	c #wall_clock_time = 0.007s
1.69/1.71	c #decision = 14
1.69/1.71	c #random_decision = 0
1.69/1.71	c #conflict = 1
1.69/1.71	c #restart = 0
1.69/1.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.69/1.71	c lower bound updated to -269
1.69/1.71	c BCD2: 181 <= obj <= 425
1.69/1.71	c BCD2: #cores=13, #unrelaxed=256, #relaxed=194, #hardened=0
1.69/1.71	c BCD2: #sat=1 #unsat=182 bias=182/183
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 |     6702      0 |      168 |      180
1.69/1.72	c  0.0s |       0 |       14 |        1 |     6702      0 |      168 |      181
1.69/1.72	c #cpu_time = 0.007s
1.69/1.72	c #wall_clock_time = 0.007s
1.69/1.72	c #decision = 14
1.69/1.72	c #random_decision = 0
1.69/1.72	c #conflict = 1
1.69/1.72	c #restart = 0
1.69/1.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.69/1.72	c lower bound updated to -268
1.69/1.72	c BCD2: 182 <= obj <= 425
1.69/1.72	c BCD2: #cores=13, #unrelaxed=255, #relaxed=195, #hardened=0
1.69/1.72	c BCD2: #sat=1 #unsat=183 bias=183/184
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 |     6702      0 |      169 |      181
1.69/1.72	c  0.0s |       0 |       14 |        0 |     6702      0 |      169 |      182
1.69/1.72	c #cpu_time = 0.007s
1.69/1.72	c #wall_clock_time = 0.007s
1.69/1.72	c #decision = 14
1.69/1.72	c #random_decision = 0
1.69/1.72	c #conflict = 0
1.69/1.72	c #restart = 0
1.69/1.72	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.72	c lower bound updated to -267
1.69/1.73	c BCD2: 183 <= obj <= 425
1.69/1.73	c BCD2: #cores=14, #unrelaxed=253, #relaxed=197, #hardened=0
1.69/1.73	c BCD2: #sat=1 #unsat=184 bias=184/185
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 |     6702      0 |      169 |      183
1.69/1.73	c  0.0s |       0 |       15 |        1 |     6702      0 |      169 |      183
1.69/1.73	c #cpu_time = 0.006s
1.69/1.73	c #wall_clock_time = 0.006s
1.69/1.73	c #decision = 15
1.69/1.73	c #random_decision = 0
1.69/1.73	c #conflict = 1
1.69/1.73	c #restart = 0
1.69/1.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.69/1.73	c lower bound updated to -266
1.69/1.73	c BCD2: 184 <= obj <= 425
1.69/1.73	c BCD2: #cores=14, #unrelaxed=252, #relaxed=198, #hardened=0
1.69/1.73	c BCD2: #sat=1 #unsat=185 bias=185/186
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 |     6702      0 |      170 |      183
1.69/1.74	c  0.0s |       0 |       15 |        1 |     6702      0 |      170 |      184
1.69/1.74	c #cpu_time = 0.006s
1.69/1.74	c #wall_clock_time = 0.006s
1.69/1.74	c #decision = 15
1.69/1.74	c #random_decision = 0
1.69/1.74	c #conflict = 1
1.69/1.74	c #restart = 0
1.69/1.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.69/1.74	c lower bound updated to -265
1.69/1.74	c BCD2: 185 <= obj <= 425
1.69/1.74	c BCD2: #cores=14, #unrelaxed=251, #relaxed=199, #hardened=0
1.69/1.74	c BCD2: #sat=1 #unsat=186 bias=186/187
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 |     6702      0 |      171 |      184
1.69/1.75	c  0.0s |       0 |       15 |        1 |     6702      0 |      171 |      185
1.69/1.75	c #cpu_time = 0.007s
1.69/1.75	c #wall_clock_time = 0.007s
1.69/1.75	c #decision = 15
1.69/1.75	c #random_decision = 0
1.69/1.75	c #conflict = 1
1.69/1.75	c #restart = 0
1.69/1.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.69/1.75	c lower bound updated to -264
1.69/1.75	c BCD2: 186 <= obj <= 425
1.69/1.75	c BCD2: #cores=14, #unrelaxed=250, #relaxed=200, #hardened=0
1.69/1.75	c BCD2: #sat=1 #unsat=187 bias=187/188
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 |     6702      0 |      172 |      185
1.69/1.75	c  0.0s |       0 |       15 |        1 |     6702      0 |      172 |      186
1.69/1.75	c #cpu_time = 0.007s
1.69/1.75	c #wall_clock_time = 0.007s
1.69/1.75	c #decision = 15
1.69/1.75	c #random_decision = 0
1.69/1.75	c #conflict = 1
1.69/1.75	c #restart = 0
1.69/1.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.69/1.75	c lower bound updated to -263
1.69/1.75	c BCD2: 187 <= obj <= 425
1.69/1.75	c BCD2: #cores=14, #unrelaxed=249, #relaxed=201, #hardened=0
1.69/1.75	c BCD2: #sat=1 #unsat=188 bias=188/189
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 |     6702      0 |      173 |      186
1.69/1.76	c  0.0s |       0 |       15 |        1 |     6702      0 |      173 |      187
1.69/1.76	c #cpu_time = 0.007s
1.69/1.76	c #wall_clock_time = 0.007s
1.69/1.76	c #decision = 15
1.69/1.76	c #random_decision = 0
1.69/1.76	c #conflict = 1
1.69/1.76	c #restart = 0
1.69/1.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.69/1.76	c lower bound updated to -262
1.69/1.76	c BCD2: 188 <= obj <= 425
1.69/1.76	c BCD2: #cores=14, #unrelaxed=248, #relaxed=202, #hardened=0
1.69/1.76	c BCD2: #sat=1 #unsat=189 bias=189/190
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 |     6702      0 |      174 |      187
1.69/1.77	c  0.0s |       0 |       15 |        1 |     6702      0 |      174 |      188
1.69/1.77	c #cpu_time = 0.007s
1.69/1.77	c #wall_clock_time = 0.007s
1.69/1.77	c #decision = 15
1.69/1.77	c #random_decision = 0
1.69/1.77	c #conflict = 1
1.69/1.77	c #restart = 0
1.69/1.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.69/1.77	c lower bound updated to -261
1.69/1.77	c BCD2: 189 <= obj <= 425
1.69/1.77	c BCD2: #cores=14, #unrelaxed=247, #relaxed=203, #hardened=0
1.69/1.77	c BCD2: #sat=1 #unsat=190 bias=190/191
1.69/1.77	c Solving starts ...
1.69/1.77	c ============================[ Search Statistics ]============================
1.69/1.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.77	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.77	c =============================================================================
1.69/1.77	c  0.0s |       0 |        0 |        0 |     6702      0 |      175 |      188
1.69/1.78	c  0.0s |       0 |       15 |        1 |     6702      0 |      175 |      189
1.69/1.78	c #cpu_time = 0.007s
1.69/1.78	c #wall_clock_time = 0.007s
1.69/1.78	c #decision = 15
1.69/1.78	c #random_decision = 0
1.69/1.78	c #conflict = 1
1.69/1.78	c #restart = 0
1.69/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.69/1.78	c lower bound updated to -260
1.69/1.78	c BCD2: 190 <= obj <= 425
1.69/1.78	c BCD2: #cores=14, #unrelaxed=246, #relaxed=204, #hardened=0
1.69/1.78	c BCD2: #sat=1 #unsat=191 bias=191/192
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 |     6702      0 |      176 |      189
1.69/1.78	c  0.0s |       0 |       15 |        1 |     6702      0 |      176 |      190
1.69/1.78	c #cpu_time = 0.007s
1.69/1.78	c #wall_clock_time = 0.007s
1.69/1.78	c #decision = 15
1.69/1.78	c #random_decision = 0
1.69/1.78	c #conflict = 1
1.69/1.78	c #restart = 0
1.69/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.69/1.78	c lower bound updated to -259
1.69/1.78	c BCD2: 191 <= obj <= 425
1.69/1.78	c BCD2: #cores=14, #unrelaxed=245, #relaxed=205, #hardened=0
1.69/1.78	c BCD2: #sat=1 #unsat=192 bias=192/193
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.79	c  0.0s |       0 |        0 |        0 |     6702      0 |      177 |      190
1.69/1.79	c  0.0s |       0 |       15 |        1 |     6702      0 |      177 |      191
1.69/1.79	c #cpu_time = 0.007s
1.69/1.79	c #wall_clock_time = 0.007s
1.69/1.79	c #decision = 15
1.69/1.79	c #random_decision = 0
1.69/1.79	c #conflict = 1
1.69/1.79	c #restart = 0
1.69/1.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.69/1.79	c lower bound updated to -258
1.69/1.79	c BCD2: 192 <= obj <= 425
1.69/1.79	c BCD2: #cores=14, #unrelaxed=244, #relaxed=206, #hardened=0
1.69/1.79	c BCD2: #sat=1 #unsat=193 bias=193/194
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 |     6702      0 |      178 |      191
1.79/1.80	c  0.0s |       0 |       15 |        1 |     6702      0 |      178 |      192
1.79/1.80	c #cpu_time = 0.007s
1.79/1.80	c #wall_clock_time = 0.007s
1.79/1.80	c #decision = 15
1.79/1.80	c #random_decision = 0
1.79/1.80	c #conflict = 1
1.79/1.80	c #restart = 0
1.79/1.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.79/1.80	c lower bound updated to -257
1.79/1.80	c BCD2: 193 <= obj <= 425
1.79/1.80	c BCD2: #cores=14, #unrelaxed=243, #relaxed=207, #hardened=0
1.79/1.80	c BCD2: #sat=1 #unsat=194 bias=194/195
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 |     6702      0 |      179 |      192
1.79/1.81	c  0.0s |       0 |       15 |        1 |     6702      0 |      179 |      193
1.79/1.81	c #cpu_time = 0.007s
1.79/1.81	c #wall_clock_time = 0.007s
1.79/1.81	c #decision = 15
1.79/1.81	c #random_decision = 0
1.79/1.81	c #conflict = 1
1.79/1.81	c #restart = 0
1.79/1.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.79/1.81	c lower bound updated to -256
1.79/1.81	c BCD2: 194 <= obj <= 425
1.79/1.81	c BCD2: #cores=14, #unrelaxed=242, #relaxed=208, #hardened=0
1.79/1.81	c BCD2: #sat=1 #unsat=195 bias=195/196
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 |     6702      0 |      180 |      193
1.79/1.81	c  0.0s |       0 |       15 |        1 |     6702      0 |      180 |      194
1.79/1.81	c #cpu_time = 0.007s
1.79/1.81	c #wall_clock_time = 0.007s
1.79/1.81	c #decision = 15
1.79/1.81	c #random_decision = 0
1.79/1.81	c #conflict = 1
1.79/1.81	c #restart = 0
1.79/1.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.79/1.81	c lower bound updated to -255
1.79/1.81	c BCD2: 195 <= obj <= 425
1.79/1.81	c BCD2: #cores=14, #unrelaxed=241, #relaxed=209, #hardened=0
1.79/1.81	c BCD2: #sat=1 #unsat=196 bias=196/197
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 |     6702      0 |      181 |      194
1.79/1.82	c  0.0s |       0 |       15 |        1 |     6702      0 |      181 |      195
1.79/1.82	c #cpu_time = 0.007s
1.79/1.82	c #wall_clock_time = 0.007s
1.79/1.82	c #decision = 15
1.79/1.82	c #random_decision = 0
1.79/1.82	c #conflict = 1
1.79/1.82	c #restart = 0
1.79/1.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.79/1.82	c lower bound updated to -254
1.79/1.82	c BCD2: 196 <= obj <= 425
1.79/1.82	c BCD2: #cores=14, #unrelaxed=240, #relaxed=210, #hardened=0
1.79/1.82	c BCD2: #sat=1 #unsat=197 bias=197/198
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 |     6702      0 |      182 |      195
1.79/1.83	c  0.0s |       0 |       15 |        0 |     6702      0 |      182 |      196
1.79/1.83	c #cpu_time = 0.007s
1.79/1.83	c #wall_clock_time = 0.007s
1.79/1.83	c #decision = 15
1.79/1.83	c #random_decision = 0
1.79/1.83	c #conflict = 0
1.79/1.83	c #restart = 0
1.79/1.83	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.83	c lower bound updated to -253
1.79/1.83	c BCD2: 197 <= obj <= 425
1.79/1.83	c BCD2: #cores=15, #unrelaxed=238, #relaxed=212, #hardened=0
1.79/1.83	c BCD2: #sat=1 #unsat=198 bias=198/199
1.79/1.83	c Solving starts ...
1.79/1.83	c ============================[ Search Statistics ]============================
1.79/1.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.83	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.83	c =============================================================================
1.79/1.83	c  0.0s |       0 |        0 |        0 |     6702      0 |      182 |      197
1.79/1.84	c  0.0s |       0 |       16 |        1 |     6702      0 |      182 |      197
1.79/1.84	c #cpu_time = 0.006s
1.79/1.84	c #wall_clock_time = 0.006s
1.79/1.84	c #decision = 16
1.79/1.84	c #random_decision = 0
1.79/1.84	c #conflict = 1
1.79/1.84	c #restart = 0
1.79/1.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.79/1.84	c lower bound updated to -252
1.79/1.84	c BCD2: 198 <= obj <= 425
1.79/1.84	c BCD2: #cores=15, #unrelaxed=237, #relaxed=213, #hardened=0
1.79/1.84	c BCD2: #sat=1 #unsat=199 bias=199/200
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 |     6702      0 |      183 |      197
1.79/1.84	c  0.0s |       0 |       16 |        1 |     6702      0 |      183 |      198
1.79/1.84	c #cpu_time = 0.007s
1.79/1.84	c #wall_clock_time = 0.007s
1.79/1.84	c #decision = 16
1.79/1.84	c #random_decision = 0
1.79/1.84	c #conflict = 1
1.79/1.84	c #restart = 0
1.79/1.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.79/1.84	c lower bound updated to -251
1.79/1.84	c BCD2: 199 <= obj <= 425
1.79/1.84	c BCD2: #cores=15, #unrelaxed=236, #relaxed=214, #hardened=0
1.79/1.84	c BCD2: #sat=1 #unsat=200 bias=200/201
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 |     6702      0 |      184 |      198
1.79/1.85	c  0.0s |       0 |       16 |        1 |     6702      0 |      184 |      199
1.79/1.85	c #cpu_time = 0.007s
1.79/1.85	c #wall_clock_time = 0.007s
1.79/1.85	c #decision = 16
1.79/1.85	c #random_decision = 0
1.79/1.85	c #conflict = 1
1.79/1.85	c #restart = 0
1.79/1.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.79/1.85	c lower bound updated to -250
1.79/1.85	c BCD2: 200 <= obj <= 425
1.79/1.85	c BCD2: #cores=15, #unrelaxed=235, #relaxed=215, #hardened=0
1.79/1.85	c BCD2: #sat=1 #unsat=201 bias=201/202
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 |     6702      0 |      185 |      199
1.79/1.86	c  0.0s |       0 |       16 |        1 |     6702      0 |      185 |      200
1.79/1.86	c #cpu_time = 0.007s
1.79/1.86	c #wall_clock_time = 0.007s
1.79/1.86	c #decision = 16
1.79/1.86	c #random_decision = 0
1.79/1.86	c #conflict = 1
1.79/1.86	c #restart = 0
1.79/1.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.79/1.86	c lower bound updated to -249
1.79/1.86	c BCD2: 201 <= obj <= 425
1.79/1.86	c BCD2: #cores=15, #unrelaxed=234, #relaxed=216, #hardened=0
1.79/1.86	c BCD2: #sat=1 #unsat=202 bias=202/203
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 |     6702      0 |      186 |      200
1.79/1.86	c  0.0s |       0 |       16 |        1 |     6702      0 |      186 |      201
1.79/1.86	c #cpu_time = 0.007s
1.79/1.86	c #wall_clock_time = 0.007s
1.79/1.86	c #decision = 16
1.79/1.86	c #random_decision = 0
1.79/1.86	c #conflict = 1
1.79/1.86	c #restart = 0
1.79/1.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.79/1.86	c lower bound updated to -248
1.79/1.86	c BCD2: 202 <= obj <= 425
1.79/1.86	c BCD2: #cores=15, #unrelaxed=233, #relaxed=217, #hardened=0
1.79/1.86	c BCD2: #sat=1 #unsat=203 bias=203/204
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 |     6702      0 |      187 |      201
1.79/1.87	c  0.0s |       0 |       16 |        1 |     6702      0 |      187 |      202
1.79/1.87	c #cpu_time = 0.007s
1.79/1.87	c #wall_clock_time = 0.007s
1.79/1.87	c #decision = 16
1.79/1.87	c #random_decision = 0
1.79/1.87	c #conflict = 1
1.79/1.87	c #restart = 0
1.79/1.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.79/1.87	c lower bound updated to -247
1.79/1.87	c BCD2: 203 <= obj <= 425
1.79/1.87	c BCD2: #cores=15, #unrelaxed=232, #relaxed=218, #hardened=0
1.79/1.87	c BCD2: #sat=1 #unsat=204 bias=204/205
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 |     6702      0 |      188 |      202
1.79/1.88	c  0.0s |       0 |       16 |        1 |     6702      0 |      188 |      203
1.79/1.88	c #cpu_time = 0.007s
1.79/1.88	c #wall_clock_time = 0.007s
1.79/1.88	c #decision = 16
1.79/1.88	c #random_decision = 0
1.79/1.88	c #conflict = 1
1.79/1.88	c #restart = 0
1.79/1.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.79/1.88	c lower bound updated to -246
1.79/1.88	c BCD2: 204 <= obj <= 425
1.79/1.88	c BCD2: #cores=15, #unrelaxed=231, #relaxed=219, #hardened=0
1.79/1.88	c BCD2: #sat=1 #unsat=205 bias=205/206
1.79/1.88	c Solving starts ...
1.79/1.88	c ============================[ Search Statistics ]============================
1.79/1.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.88	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.88	c =============================================================================
1.79/1.88	c  0.0s |       0 |        0 |        0 |     6702      0 |      189 |      203
1.79/1.89	c  0.0s |       0 |       16 |        1 |     6702      0 |      189 |      204
1.79/1.89	c #cpu_time = 0.007s
1.79/1.89	c #wall_clock_time = 0.007s
1.79/1.89	c #decision = 16
1.79/1.89	c #random_decision = 0
1.79/1.89	c #conflict = 1
1.79/1.89	c #restart = 0
1.79/1.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.79/1.89	c lower bound updated to -245
1.79/1.89	c BCD2: 205 <= obj <= 425
1.79/1.89	c BCD2: #cores=15, #unrelaxed=230, #relaxed=220, #hardened=0
1.79/1.89	c BCD2: #sat=1 #unsat=206 bias=206/207
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 |     6702      0 |      190 |      204
1.79/1.89	c  0.0s |       0 |       16 |        1 |     6702      0 |      190 |      205
1.79/1.89	c #cpu_time = 0.007s
1.79/1.89	c #wall_clock_time = 0.007s
1.79/1.89	c #decision = 16
1.79/1.89	c #random_decision = 0
1.79/1.89	c #conflict = 1
1.79/1.89	c #restart = 0
1.79/1.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.79/1.89	c lower bound updated to -244
1.79/1.89	c BCD2: 206 <= obj <= 425
1.79/1.89	c BCD2: #cores=15, #unrelaxed=229, #relaxed=221, #hardened=0
1.79/1.89	c BCD2: #sat=1 #unsat=207 bias=207/208
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 |     6702      0 |      191 |      205
1.89/1.90	c  0.0s |       0 |       16 |        1 |     6702      0 |      191 |      206
1.89/1.90	c #cpu_time = 0.007s
1.89/1.90	c #wall_clock_time = 0.007s
1.89/1.90	c #decision = 16
1.89/1.90	c #random_decision = 0
1.89/1.90	c #conflict = 1
1.89/1.90	c #restart = 0
1.89/1.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.89/1.90	c lower bound updated to -243
1.89/1.90	c BCD2: 207 <= obj <= 425
1.89/1.90	c BCD2: #cores=15, #unrelaxed=228, #relaxed=222, #hardened=0
1.89/1.90	c BCD2: #sat=1 #unsat=208 bias=208/209
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 |     6702      0 |      192 |      206
1.89/1.91	c  0.0s |       0 |       16 |        1 |     6702      0 |      192 |      207
1.89/1.91	c #cpu_time = 0.007s
1.89/1.91	c #wall_clock_time = 0.007s
1.89/1.91	c #decision = 16
1.89/1.91	c #random_decision = 0
1.89/1.91	c #conflict = 1
1.89/1.91	c #restart = 0
1.89/1.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.89/1.91	c lower bound updated to -242
1.89/1.91	c BCD2: 208 <= obj <= 425
1.89/1.91	c BCD2: #cores=15, #unrelaxed=227, #relaxed=223, #hardened=0
1.89/1.91	c BCD2: #sat=1 #unsat=209 bias=209/210
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 |     6702      0 |      193 |      207
1.89/1.91	c  0.0s |       0 |       16 |        1 |     6702      0 |      193 |      208
1.89/1.91	c #cpu_time = 0.007s
1.89/1.92	c #wall_clock_time = 0.007s
1.89/1.92	c #decision = 16
1.89/1.92	c #random_decision = 0
1.89/1.92	c #conflict = 1
1.89/1.92	c #restart = 0
1.89/1.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.89/1.92	c lower bound updated to -241
1.89/1.92	c BCD2: 209 <= obj <= 425
1.89/1.92	c BCD2: #cores=15, #unrelaxed=226, #relaxed=224, #hardened=0
1.89/1.92	c BCD2: #sat=1 #unsat=210 bias=210/211
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 |     6702      0 |      194 |      208
1.89/1.92	c  0.0s |       0 |       16 |        1 |     6702      0 |      194 |      209
1.89/1.92	c #cpu_time = 0.007s
1.89/1.92	c #wall_clock_time = 0.007s
1.89/1.92	c #decision = 16
1.89/1.92	c #random_decision = 0
1.89/1.92	c #conflict = 1
1.89/1.92	c #restart = 0
1.89/1.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.89/1.92	c lower bound updated to -240
1.89/1.92	c BCD2: 210 <= obj <= 425
1.89/1.92	c BCD2: #cores=15, #unrelaxed=225, #relaxed=225, #hardened=0
1.89/1.92	c BCD2: #sat=1 #unsat=211 bias=211/212
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 |     6702      0 |      195 |      209
1.89/1.93	c  0.0s |       0 |       16 |        0 |     6702      0 |      195 |      210
1.89/1.93	c #cpu_time = 0.007s
1.89/1.93	c #wall_clock_time = 0.007s
1.89/1.93	c #decision = 16
1.89/1.93	c #random_decision = 0
1.89/1.93	c #conflict = 0
1.89/1.93	c #restart = 0
1.89/1.93	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.93	c lower bound updated to -239
1.89/1.93	c BCD2: 211 <= obj <= 425
1.89/1.93	c BCD2: #cores=16, #unrelaxed=223, #relaxed=227, #hardened=0
1.89/1.93	c BCD2: #sat=1 #unsat=212 bias=212/213
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 |     6702      0 |      195 |      211
1.89/1.94	c  0.0s |       0 |       17 |        1 |     6702      0 |      195 |      211
1.89/1.94	c #cpu_time = 0.006s
1.89/1.94	c #wall_clock_time = 0.006s
1.89/1.94	c #decision = 17
1.89/1.94	c #random_decision = 0
1.89/1.94	c #conflict = 1
1.89/1.94	c #restart = 0
1.89/1.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.89/1.94	c lower bound updated to -238
1.89/1.94	c BCD2: 212 <= obj <= 425
1.89/1.94	c BCD2: #cores=16, #unrelaxed=222, #relaxed=228, #hardened=0
1.89/1.94	c BCD2: #sat=1 #unsat=213 bias=213/214
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 |     6702      0 |      196 |      211
1.89/1.95	c  0.0s |       0 |       17 |        1 |     6702      0 |      196 |      212
1.89/1.95	c #cpu_time = 0.007s
1.89/1.95	c #wall_clock_time = 0.007s
1.89/1.95	c #decision = 17
1.89/1.95	c #random_decision = 0
1.89/1.95	c #conflict = 1
1.89/1.95	c #restart = 0
1.89/1.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.89/1.95	c lower bound updated to -237
1.89/1.95	c BCD2: 213 <= obj <= 425
1.89/1.95	c BCD2: #cores=16, #unrelaxed=221, #relaxed=229, #hardened=0
1.89/1.95	c BCD2: #sat=1 #unsat=214 bias=214/215
1.89/1.95	c Solving starts ...
1.89/1.95	c ============================[ Search Statistics ]============================
1.89/1.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.95	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.95	c =============================================================================
1.89/1.95	c  0.0s |       0 |        0 |        0 |     6702      0 |      197 |      212
1.89/1.95	c  0.0s |       0 |       17 |        1 |     6702      0 |      197 |      213
1.89/1.95	c #cpu_time = 0.007s
1.89/1.95	c #wall_clock_time = 0.007s
1.89/1.95	c #decision = 17
1.89/1.95	c #random_decision = 0
1.89/1.95	c #conflict = 1
1.89/1.95	c #restart = 0
1.89/1.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.89/1.95	c lower bound updated to -236
1.89/1.95	c BCD2: 214 <= obj <= 425
1.89/1.95	c BCD2: #cores=16, #unrelaxed=220, #relaxed=230, #hardened=0
1.89/1.95	c BCD2: #sat=1 #unsat=215 bias=215/216
1.89/1.95	c Solving starts ...
1.89/1.95	c ============================[ Search Statistics ]============================
1.89/1.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.95	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.95	c =============================================================================
1.89/1.95	c  0.0s |       0 |        0 |        0 |     6702      0 |      198 |      213
1.89/1.96	c  0.0s |       0 |       17 |        1 |     6702      0 |      198 |      214
1.89/1.96	c #cpu_time = 0.007s
1.89/1.96	c #wall_clock_time = 0.007s
1.89/1.96	c #decision = 17
1.89/1.96	c #random_decision = 0
1.89/1.96	c #conflict = 1
1.89/1.96	c #restart = 0
1.89/1.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.89/1.96	c lower bound updated to -235
1.89/1.96	c BCD2: 215 <= obj <= 425
1.89/1.96	c BCD2: #cores=16, #unrelaxed=219, #relaxed=231, #hardened=0
1.89/1.96	c BCD2: #sat=1 #unsat=216 bias=216/217
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 |     6702      0 |      199 |      214
1.89/1.97	c  0.0s |       0 |       17 |        1 |     6702      0 |      199 |      215
1.89/1.97	c #cpu_time = 0.007s
1.89/1.97	c #wall_clock_time = 0.007s
1.89/1.97	c #decision = 17
1.89/1.97	c #random_decision = 0
1.89/1.97	c #conflict = 1
1.89/1.97	c #restart = 0
1.89/1.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.89/1.97	c lower bound updated to -234
1.89/1.97	c BCD2: 216 <= obj <= 425
1.89/1.97	c BCD2: #cores=16, #unrelaxed=218, #relaxed=232, #hardened=0
1.89/1.97	c BCD2: #sat=1 #unsat=217 bias=217/218
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 |     6702      0 |      200 |      215
1.89/1.97	c  0.0s |       0 |       17 |        1 |     6702      0 |      200 |      216
1.89/1.97	c #cpu_time = 0.007s
1.89/1.97	c #wall_clock_time = 0.007s
1.89/1.97	c #decision = 17
1.89/1.97	c #random_decision = 0
1.89/1.97	c #conflict = 1
1.89/1.97	c #restart = 0
1.89/1.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.89/1.97	c lower bound updated to -233
1.89/1.97	c BCD2: 217 <= obj <= 425
1.89/1.97	c BCD2: #cores=16, #unrelaxed=217, #relaxed=233, #hardened=0
1.89/1.97	c BCD2: #sat=1 #unsat=218 bias=218/219
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 |     6702      0 |      201 |      216
1.89/1.98	c  0.0s |       0 |       17 |        1 |     6702      0 |      201 |      217
1.89/1.98	c #cpu_time = 0.007s
1.89/1.98	c #wall_clock_time = 0.007s
1.89/1.98	c #decision = 17
1.89/1.98	c #random_decision = 0
1.89/1.98	c #conflict = 1
1.89/1.98	c #restart = 0
1.89/1.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.89/1.98	c lower bound updated to -232
1.89/1.98	c BCD2: 218 <= obj <= 425
1.89/1.98	c BCD2: #cores=16, #unrelaxed=216, #relaxed=234, #hardened=0
1.89/1.98	c BCD2: #sat=1 #unsat=219 bias=219/220
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 |     6702      0 |      202 |      217
1.89/1.99	c  0.0s |       0 |       17 |        1 |     6702      0 |      202 |      218
1.89/1.99	c #cpu_time = 0.007s
1.89/1.99	c #wall_clock_time = 0.007s
1.89/1.99	c #decision = 17
1.89/1.99	c #random_decision = 0
1.89/1.99	c #conflict = 1
1.89/1.99	c #restart = 0
1.89/1.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.89/1.99	c lower bound updated to -231
1.89/1.99	c BCD2: 219 <= obj <= 425
1.89/1.99	c BCD2: #cores=16, #unrelaxed=215, #relaxed=235, #hardened=0
1.89/1.99	c BCD2: #sat=1 #unsat=220 bias=220/221
1.89/1.99	c Solving starts ...
1.89/1.99	c ============================[ Search Statistics ]============================
1.89/1.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.99	c =============================================================================
1.89/1.99	c  0.0s |       0 |        0 |        0 |     6702      0 |      203 |      218
1.99/2.00	c  0.0s |       0 |       17 |        1 |     6702      0 |      203 |      219
1.99/2.00	c #cpu_time = 0.007s
1.99/2.00	c #wall_clock_time = 0.007s
1.99/2.00	c #decision = 17
1.99/2.00	c #random_decision = 0
1.99/2.00	c #conflict = 1
1.99/2.00	c #restart = 0
1.99/2.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
1.99/2.00	c lower bound updated to -230
1.99/2.00	c BCD2: 220 <= obj <= 425
1.99/2.00	c BCD2: #cores=16, #unrelaxed=214, #relaxed=236, #hardened=0
1.99/2.00	c BCD2: #sat=1 #unsat=221 bias=221/222
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 |     6702      0 |      204 |      219
1.99/2.01	c  0.0s |       0 |       17 |        1 |     6702      0 |      204 |      220
1.99/2.01	c #cpu_time = 0.007s
1.99/2.01	c #wall_clock_time = 0.007s
1.99/2.01	c #decision = 17
1.99/2.01	c #random_decision = 0
1.99/2.01	c #conflict = 1
1.99/2.01	c #restart = 0
1.99/2.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
1.99/2.01	c lower bound updated to -229
1.99/2.01	c BCD2: 221 <= obj <= 425
1.99/2.01	c BCD2: #cores=16, #unrelaxed=213, #relaxed=237, #hardened=0
1.99/2.01	c BCD2: #sat=1 #unsat=222 bias=222/223
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 |     6702      0 |      205 |      220
1.99/2.01	c  0.0s |       0 |       17 |        1 |     6702      0 |      205 |      221
1.99/2.01	c #cpu_time = 0.007s
1.99/2.01	c #wall_clock_time = 0.007s
1.99/2.01	c #decision = 17
1.99/2.01	c #random_decision = 0
1.99/2.01	c #conflict = 1
1.99/2.01	c #restart = 0
1.99/2.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
1.99/2.01	c lower bound updated to -228
1.99/2.01	c BCD2: 222 <= obj <= 425
1.99/2.01	c BCD2: #cores=16, #unrelaxed=212, #relaxed=238, #hardened=0
1.99/2.01	c BCD2: #sat=1 #unsat=223 bias=223/224
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 |     6702      0 |      206 |      221
1.99/2.02	c  0.0s |       0 |       17 |        1 |     6702      0 |      206 |      222
1.99/2.02	c #cpu_time = 0.007s
1.99/2.02	c #wall_clock_time = 0.007s
1.99/2.02	c #decision = 17
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 1
1.99/2.02	c #restart = 0
1.99/2.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
1.99/2.02	c lower bound updated to -227
1.99/2.02	c BCD2: 223 <= obj <= 425
1.99/2.02	c BCD2: #cores=16, #unrelaxed=211, #relaxed=239, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=224 bias=224/225
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 |     6702      0 |      207 |      222
1.99/2.03	c  0.0s |       0 |       17 |        1 |     6702      0 |      207 |      223
1.99/2.03	c #cpu_time = 0.007s
1.99/2.03	c #wall_clock_time = 0.007s
1.99/2.03	c #decision = 17
1.99/2.03	c #random_decision = 0
1.99/2.03	c #conflict = 1
1.99/2.03	c #restart = 0
1.99/2.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
1.99/2.03	c lower bound updated to -226
1.99/2.03	c BCD2: 224 <= obj <= 425
1.99/2.03	c BCD2: #cores=16, #unrelaxed=210, #relaxed=240, #hardened=0
1.99/2.03	c BCD2: #sat=1 #unsat=225 bias=225/226
1.99/2.03	c Solving starts ...
1.99/2.03	c ============================[ Search Statistics ]============================
1.99/2.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.03	c =============================================================================
1.99/2.03	c  0.0s |       0 |        0 |        0 |     6702      0 |      208 |      223
1.99/2.04	c  0.0s |       0 |       17 |        0 |     6702      0 |      208 |      224
1.99/2.04	c #cpu_time = 0.007s
1.99/2.04	c #wall_clock_time = 0.007s
1.99/2.04	c #decision = 17
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 0
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: found a new core of size 2: cost of the new core is >=1
1.99/2.04	c lower bound updated to -225
1.99/2.04	c BCD2: 225 <= obj <= 425
1.99/2.04	c BCD2: #cores=17, #unrelaxed=208, #relaxed=242, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=226 bias=226/227
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 |     6702      0 |      208 |      225
1.99/2.04	c  0.0s |       0 |       18 |        1 |     6702      0 |      208 |      225
1.99/2.04	c #cpu_time = 0.006s
1.99/2.04	c #wall_clock_time = 0.006s
1.99/2.04	c #decision = 18
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 1
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.99/2.04	c lower bound updated to -224
1.99/2.04	c BCD2: 226 <= obj <= 425
1.99/2.04	c BCD2: #cores=17, #unrelaxed=207, #relaxed=243, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=227 bias=227/228
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 |     6702      0 |      209 |      225
1.99/2.05	c  0.0s |       0 |       18 |        1 |     6702      0 |      209 |      226
1.99/2.05	c #cpu_time = 0.007s
1.99/2.05	c #wall_clock_time = 0.007s
1.99/2.05	c #decision = 18
1.99/2.05	c #random_decision = 0
1.99/2.05	c #conflict = 1
1.99/2.05	c #restart = 0
1.99/2.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
1.99/2.05	c lower bound updated to -223
1.99/2.05	c BCD2: 227 <= obj <= 425
1.99/2.05	c BCD2: #cores=17, #unrelaxed=206, #relaxed=244, #hardened=0
1.99/2.05	c BCD2: #sat=1 #unsat=228 bias=228/229
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 |     6702      0 |      210 |      226
1.99/2.06	c  0.0s |       0 |       18 |        1 |     6702      0 |      210 |      227
1.99/2.06	c #cpu_time = 0.007s
1.99/2.06	c #wall_clock_time = 0.007s
1.99/2.06	c #decision = 18
1.99/2.06	c #random_decision = 0
1.99/2.06	c #conflict = 1
1.99/2.06	c #restart = 0
1.99/2.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
1.99/2.06	c lower bound updated to -222
1.99/2.06	c BCD2: 228 <= obj <= 425
1.99/2.06	c BCD2: #cores=17, #unrelaxed=205, #relaxed=245, #hardened=0
1.99/2.06	c BCD2: #sat=1 #unsat=229 bias=229/230
1.99/2.06	c Solving starts ...
1.99/2.06	c ============================[ Search Statistics ]============================
1.99/2.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.06	c =============================================================================
1.99/2.06	c  0.0s |       0 |        0 |        0 |     6702      0 |      211 |      227
1.99/2.07	c  0.0s |       0 |       18 |        1 |     6702      0 |      211 |      228
1.99/2.07	c #cpu_time = 0.007s
1.99/2.07	c #wall_clock_time = 0.007s
1.99/2.07	c #decision = 18
1.99/2.07	c #random_decision = 0
1.99/2.07	c #conflict = 1
1.99/2.07	c #restart = 0
1.99/2.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
1.99/2.07	c lower bound updated to -221
1.99/2.07	c BCD2: 229 <= obj <= 425
1.99/2.07	c BCD2: #cores=17, #unrelaxed=204, #relaxed=246, #hardened=0
1.99/2.07	c BCD2: #sat=1 #unsat=230 bias=230/231
1.99/2.07	c Solving starts ...
1.99/2.07	c ============================[ Search Statistics ]============================
1.99/2.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.07	c =============================================================================
1.99/2.07	c  0.0s |       0 |        0 |        0 |     6702      0 |      212 |      228
1.99/2.07	c  0.0s |       0 |       18 |        1 |     6702      0 |      212 |      229
1.99/2.07	c #cpu_time = 0.007s
1.99/2.07	c #wall_clock_time = 0.007s
1.99/2.07	c #decision = 18
1.99/2.07	c #random_decision = 0
1.99/2.07	c #conflict = 1
1.99/2.07	c #restart = 0
1.99/2.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
1.99/2.07	c lower bound updated to -220
1.99/2.07	c BCD2: 230 <= obj <= 425
1.99/2.07	c BCD2: #cores=17, #unrelaxed=203, #relaxed=247, #hardened=0
1.99/2.07	c BCD2: #sat=1 #unsat=231 bias=231/232
1.99/2.07	c Solving starts ...
1.99/2.07	c ============================[ Search Statistics ]============================
1.99/2.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.07	c =============================================================================
1.99/2.07	c  0.0s |       0 |        0 |        0 |     6702      0 |      213 |      229
1.99/2.08	c  0.0s |       0 |       18 |        1 |     6702      0 |      213 |      230
1.99/2.08	c #cpu_time = 0.007s
1.99/2.08	c #wall_clock_time = 0.007s
1.99/2.08	c #decision = 18
1.99/2.08	c #random_decision = 0
1.99/2.08	c #conflict = 1
1.99/2.08	c #restart = 0
1.99/2.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
1.99/2.08	c lower bound updated to -219
1.99/2.08	c BCD2: 231 <= obj <= 425
1.99/2.08	c BCD2: #cores=17, #unrelaxed=202, #relaxed=248, #hardened=0
1.99/2.08	c BCD2: #sat=1 #unsat=232 bias=232/233
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 |     6702      0 |      214 |      230
1.99/2.09	c  0.0s |       0 |       18 |        1 |     6702      0 |      214 |      231
1.99/2.09	c #cpu_time = 0.007s
1.99/2.09	c #wall_clock_time = 0.007s
1.99/2.09	c #decision = 18
1.99/2.09	c #random_decision = 0
1.99/2.09	c #conflict = 1
1.99/2.09	c #restart = 0
1.99/2.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
1.99/2.09	c lower bound updated to -218
1.99/2.09	c BCD2: 232 <= obj <= 425
1.99/2.09	c BCD2: #cores=17, #unrelaxed=201, #relaxed=249, #hardened=0
1.99/2.09	c BCD2: #sat=1 #unsat=233 bias=233/234
1.99/2.09	c Solving starts ...
1.99/2.09	c ============================[ Search Statistics ]============================
1.99/2.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.09	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.09	c =============================================================================
1.99/2.09	c  0.0s |       0 |        0 |        0 |     6702      0 |      215 |      231
1.99/2.09	c  0.0s |       0 |       18 |        1 |     6702      0 |      215 |      232
1.99/2.09	c #cpu_time = 0.007s
1.99/2.09	c #wall_clock_time = 0.007s
1.99/2.09	c #decision = 18
1.99/2.09	c #random_decision = 0
1.99/2.09	c #conflict = 1
1.99/2.09	c #restart = 0
1.99/2.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
1.99/2.09	c lower bound updated to -217
1.99/2.09	c BCD2: 233 <= obj <= 425
1.99/2.09	c BCD2: #cores=17, #unrelaxed=200, #relaxed=250, #hardened=0
1.99/2.09	c BCD2: #sat=1 #unsat=234 bias=234/235
1.99/2.09	c Solving starts ...
1.99/2.09	c ============================[ Search Statistics ]============================
1.99/2.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.09	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.09	c =============================================================================
1.99/2.09	c  0.0s |       0 |        0 |        0 |     6702      0 |      216 |      232
2.09/2.10	c  0.0s |       0 |       18 |        1 |     6702      0 |      216 |      233
2.09/2.10	c #cpu_time = 0.007s
2.09/2.10	c #wall_clock_time = 0.007s
2.09/2.10	c #decision = 18
2.09/2.10	c #random_decision = 0
2.09/2.10	c #conflict = 1
2.09/2.10	c #restart = 0
2.09/2.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.09/2.10	c lower bound updated to -216
2.09/2.10	c BCD2: 234 <= obj <= 425
2.09/2.10	c BCD2: #cores=17, #unrelaxed=199, #relaxed=251, #hardened=0
2.09/2.10	c BCD2: #sat=1 #unsat=235 bias=235/236
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 |     6702      0 |      217 |      233
2.09/2.11	c  0.0s |       0 |       18 |        1 |     6702      0 |      217 |      234
2.09/2.11	c #cpu_time = 0.007s
2.09/2.11	c #wall_clock_time = 0.007s
2.09/2.11	c #decision = 18
2.09/2.11	c #random_decision = 0
2.09/2.11	c #conflict = 1
2.09/2.11	c #restart = 0
2.09/2.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.09/2.11	c lower bound updated to -215
2.09/2.11	c BCD2: 235 <= obj <= 425
2.09/2.11	c BCD2: #cores=17, #unrelaxed=198, #relaxed=252, #hardened=0
2.09/2.11	c BCD2: #sat=1 #unsat=236 bias=236/237
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 |     6702      0 |      218 |      234
2.09/2.12	c  0.0s |       0 |       18 |        1 |     6702      0 |      218 |      235
2.09/2.12	c #cpu_time = 0.007s
2.09/2.12	c #wall_clock_time = 0.007s
2.09/2.12	c #decision = 18
2.09/2.12	c #random_decision = 0
2.09/2.12	c #conflict = 1
2.09/2.12	c #restart = 0
2.09/2.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.09/2.12	c lower bound updated to -214
2.09/2.12	c BCD2: 236 <= obj <= 425
2.09/2.12	c BCD2: #cores=17, #unrelaxed=197, #relaxed=253, #hardened=0
2.09/2.12	c BCD2: #sat=1 #unsat=237 bias=237/238
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 |     6702      0 |      219 |      235
2.09/2.12	c  0.0s |       0 |       18 |        1 |     6702      0 |      219 |      236
2.09/2.12	c #cpu_time = 0.007s
2.09/2.12	c #wall_clock_time = 0.007s
2.09/2.12	c #decision = 18
2.09/2.12	c #random_decision = 0
2.09/2.12	c #conflict = 1
2.09/2.12	c #restart = 0
2.09/2.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.09/2.12	c lower bound updated to -213
2.09/2.12	c BCD2: 237 <= obj <= 425
2.09/2.12	c BCD2: #cores=17, #unrelaxed=196, #relaxed=254, #hardened=0
2.09/2.12	c BCD2: #sat=1 #unsat=238 bias=238/239
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 |     6702      0 |      220 |      236
2.09/2.13	c  0.0s |       0 |       18 |        1 |     6702      0 |      220 |      237
2.09/2.13	c #cpu_time = 0.007s
2.09/2.13	c #wall_clock_time = 0.007s
2.09/2.13	c #decision = 18
2.09/2.13	c #random_decision = 0
2.09/2.13	c #conflict = 1
2.09/2.13	c #restart = 0
2.09/2.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.09/2.13	c lower bound updated to -212
2.09/2.13	c BCD2: 238 <= obj <= 425
2.09/2.13	c BCD2: #cores=17, #unrelaxed=195, #relaxed=255, #hardened=0
2.09/2.13	c BCD2: #sat=1 #unsat=239 bias=239/240
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 |     6702      0 |      221 |      237
2.09/2.14	c  0.0s |       0 |       18 |        0 |     6702      0 |      221 |      238
2.09/2.14	c #cpu_time = 0.007s
2.09/2.14	c #wall_clock_time = 0.007s
2.09/2.14	c #decision = 18
2.09/2.14	c #random_decision = 0
2.09/2.14	c #conflict = 0
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 -211
2.09/2.14	c BCD2: 239 <= obj <= 425
2.09/2.14	c BCD2: #cores=18, #unrelaxed=193, #relaxed=257, #hardened=0
2.09/2.14	c BCD2: #sat=1 #unsat=240 bias=240/241
2.09/2.14	c Solving starts ...
2.09/2.14	c ============================[ Search Statistics ]============================
2.09/2.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.14	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.14	c =============================================================================
2.09/2.14	c  0.0s |       0 |        0 |        0 |     6702      0 |      221 |      239
2.09/2.15	c  0.0s |       0 |       19 |        1 |     6702      0 |      221 |      239
2.09/2.15	c #cpu_time = 0.006s
2.09/2.15	c #wall_clock_time = 0.006s
2.09/2.15	c #decision = 19
2.09/2.15	c #random_decision = 0
2.09/2.15	c #conflict = 1
2.09/2.15	c #restart = 0
2.09/2.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.09/2.15	c lower bound updated to -210
2.09/2.15	c BCD2: 240 <= obj <= 425
2.09/2.15	c BCD2: #cores=18, #unrelaxed=192, #relaxed=258, #hardened=0
2.09/2.15	c BCD2: #sat=1 #unsat=241 bias=241/242
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 |     6702      0 |      222 |      239
2.09/2.15	c  0.0s |       0 |       19 |        1 |     6702      0 |      222 |      240
2.09/2.15	c #cpu_time = 0.007s
2.09/2.15	c #wall_clock_time = 0.007s
2.09/2.15	c #decision = 19
2.09/2.15	c #random_decision = 0
2.09/2.15	c #conflict = 1
2.09/2.15	c #restart = 0
2.09/2.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.09/2.15	c lower bound updated to -209
2.09/2.15	c BCD2: 241 <= obj <= 425
2.09/2.15	c BCD2: #cores=18, #unrelaxed=191, #relaxed=259, #hardened=0
2.09/2.15	c BCD2: #sat=1 #unsat=242 bias=242/243
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 |     6702      0 |      223 |      240
2.09/2.16	c  0.0s |       0 |       19 |        1 |     6702      0 |      223 |      241
2.09/2.16	c #cpu_time = 0.007s
2.09/2.16	c #wall_clock_time = 0.007s
2.09/2.16	c #decision = 19
2.09/2.16	c #random_decision = 0
2.09/2.16	c #conflict = 1
2.09/2.16	c #restart = 0
2.09/2.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.09/2.16	c lower bound updated to -208
2.09/2.16	c BCD2: 242 <= obj <= 425
2.09/2.16	c BCD2: #cores=18, #unrelaxed=190, #relaxed=260, #hardened=0
2.09/2.16	c BCD2: #sat=1 #unsat=243 bias=243/244
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 |     6702      0 |      224 |      241
2.09/2.17	c  0.0s |       0 |       19 |        1 |     6702      0 |      224 |      242
2.09/2.17	c #cpu_time = 0.007s
2.09/2.17	c #wall_clock_time = 0.007s
2.09/2.17	c #decision = 19
2.09/2.17	c #random_decision = 0
2.09/2.17	c #conflict = 1
2.09/2.17	c #restart = 0
2.09/2.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.09/2.17	c lower bound updated to -207
2.09/2.17	c BCD2: 243 <= obj <= 425
2.09/2.17	c BCD2: #cores=18, #unrelaxed=189, #relaxed=261, #hardened=0
2.09/2.17	c BCD2: #sat=1 #unsat=244 bias=244/245
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 |     6702      0 |      225 |      242
2.09/2.18	c  0.0s |       0 |       19 |        1 |     6702      0 |      225 |      243
2.09/2.18	c #cpu_time = 0.007s
2.09/2.18	c #wall_clock_time = 0.007s
2.09/2.18	c #decision = 19
2.09/2.18	c #random_decision = 0
2.09/2.18	c #conflict = 1
2.09/2.18	c #restart = 0
2.09/2.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.09/2.18	c lower bound updated to -206
2.09/2.18	c BCD2: 244 <= obj <= 425
2.09/2.18	c BCD2: #cores=18, #unrelaxed=188, #relaxed=262, #hardened=0
2.09/2.18	c BCD2: #sat=1 #unsat=245 bias=245/246
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 |     6702      0 |      226 |      243
2.09/2.18	c  0.0s |       0 |       19 |        1 |     6702      0 |      226 |      244
2.09/2.18	c #cpu_time = 0.007s
2.09/2.18	c #wall_clock_time = 0.007s
2.09/2.18	c #decision = 19
2.09/2.18	c #random_decision = 0
2.09/2.18	c #conflict = 1
2.09/2.18	c #restart = 0
2.09/2.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.09/2.18	c lower bound updated to -205
2.09/2.18	c BCD2: 245 <= obj <= 425
2.09/2.18	c BCD2: #cores=18, #unrelaxed=187, #relaxed=263, #hardened=0
2.09/2.18	c BCD2: #sat=1 #unsat=246 bias=246/247
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 |     6702      0 |      227 |      244
2.09/2.19	c  0.0s |       0 |       19 |        1 |     6702      0 |      227 |      245
2.09/2.19	c #cpu_time = 0.007s
2.09/2.19	c #wall_clock_time = 0.007s
2.09/2.19	c #decision = 19
2.09/2.19	c #random_decision = 0
2.09/2.19	c #conflict = 1
2.09/2.19	c #restart = 0
2.09/2.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.09/2.19	c lower bound updated to -204
2.09/2.19	c BCD2: 246 <= obj <= 425
2.09/2.19	c BCD2: #cores=18, #unrelaxed=186, #relaxed=264, #hardened=0
2.09/2.19	c BCD2: #sat=1 #unsat=247 bias=247/248
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 |     6702      0 |      228 |      245
2.09/2.20	c  0.0s |       0 |       19 |        1 |     6702      0 |      228 |      246
2.09/2.20	c #cpu_time = 0.007s
2.09/2.20	c #wall_clock_time = 0.007s
2.09/2.20	c #decision = 19
2.09/2.20	c #random_decision = 0
2.09/2.20	c #conflict = 1
2.09/2.20	c #restart = 0
2.09/2.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.09/2.20	c lower bound updated to -203
2.09/2.20	c BCD2: 247 <= obj <= 425
2.09/2.20	c BCD2: #cores=18, #unrelaxed=185, #relaxed=265, #hardened=0
2.09/2.20	c BCD2: #sat=1 #unsat=248 bias=248/249
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 |     6702      0 |      229 |      246
2.20/2.21	c  0.0s |       0 |       19 |        1 |     6702      0 |      229 |      247
2.20/2.21	c #cpu_time = 0.007s
2.20/2.21	c #wall_clock_time = 0.007s
2.20/2.21	c #decision = 19
2.20/2.21	c #random_decision = 0
2.20/2.21	c #conflict = 1
2.20/2.21	c #restart = 0
2.20/2.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.20/2.21	c lower bound updated to -202
2.20/2.21	c BCD2: 248 <= obj <= 425
2.20/2.21	c BCD2: #cores=18, #unrelaxed=184, #relaxed=266, #hardened=0
2.20/2.21	c BCD2: #sat=1 #unsat=249 bias=249/250
2.20/2.21	c Solving starts ...
2.20/2.21	c ============================[ Search Statistics ]============================
2.20/2.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.21	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.21	c =============================================================================
2.20/2.21	c  0.0s |       0 |        0 |        0 |     6702      0 |      230 |      247
2.20/2.21	c  0.0s |       0 |       19 |        1 |     6702      0 |      230 |      248
2.20/2.21	c #cpu_time = 0.007s
2.20/2.21	c #wall_clock_time = 0.007s
2.20/2.21	c #decision = 19
2.20/2.21	c #random_decision = 0
2.20/2.21	c #conflict = 1
2.20/2.21	c #restart = 0
2.20/2.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.20/2.21	c lower bound updated to -201
2.20/2.21	c BCD2: 249 <= obj <= 425
2.20/2.21	c BCD2: #cores=18, #unrelaxed=183, #relaxed=267, #hardened=0
2.20/2.21	c BCD2: #sat=1 #unsat=250 bias=250/251
2.20/2.21	c Solving starts ...
2.20/2.21	c ============================[ Search Statistics ]============================
2.20/2.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.21	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.21	c =============================================================================
2.20/2.21	c  0.0s |       0 |        0 |        0 |     6702      0 |      231 |      248
2.20/2.22	c  0.0s |       0 |       19 |        1 |     6702      0 |      231 |      249
2.20/2.22	c #cpu_time = 0.007s
2.20/2.22	c #wall_clock_time = 0.007s
2.20/2.22	c #decision = 19
2.20/2.22	c #random_decision = 0
2.20/2.22	c #conflict = 1
2.20/2.22	c #restart = 0
2.20/2.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.20/2.22	c lower bound updated to -200
2.20/2.22	c BCD2: 250 <= obj <= 425
2.20/2.22	c BCD2: #cores=18, #unrelaxed=182, #relaxed=268, #hardened=0
2.20/2.22	c BCD2: #sat=1 #unsat=251 bias=251/252
2.20/2.22	c Solving starts ...
2.20/2.22	c ============================[ Search Statistics ]============================
2.20/2.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.22	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.22	c =============================================================================
2.20/2.22	c  0.0s |       0 |        0 |        0 |     6702      0 |      232 |      249
2.20/2.23	c  0.0s |       0 |       19 |        1 |     6702      0 |      232 |      250
2.20/2.23	c #cpu_time = 0.007s
2.20/2.23	c #wall_clock_time = 0.007s
2.20/2.23	c #decision = 19
2.20/2.23	c #random_decision = 0
2.20/2.23	c #conflict = 1
2.20/2.23	c #restart = 0
2.20/2.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.20/2.23	c lower bound updated to -199
2.20/2.23	c BCD2: 251 <= obj <= 425
2.20/2.23	c BCD2: #cores=18, #unrelaxed=181, #relaxed=269, #hardened=0
2.20/2.23	c BCD2: #sat=1 #unsat=252 bias=252/253
2.20/2.23	c Solving starts ...
2.20/2.23	c ============================[ Search Statistics ]============================
2.20/2.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.23	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.23	c =============================================================================
2.20/2.23	c  0.0s |       0 |        0 |        0 |     6702      0 |      233 |      250
2.20/2.24	c  0.0s |       0 |       19 |        1 |     6702      0 |      233 |      251
2.20/2.24	c #cpu_time = 0.007s
2.20/2.24	c #wall_clock_time = 0.007s
2.20/2.24	c #decision = 19
2.20/2.24	c #random_decision = 0
2.20/2.24	c #conflict = 1
2.20/2.24	c #restart = 0
2.20/2.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.20/2.24	c lower bound updated to -198
2.20/2.24	c BCD2: 252 <= obj <= 425
2.20/2.24	c BCD2: #cores=18, #unrelaxed=180, #relaxed=270, #hardened=0
2.20/2.24	c BCD2: #sat=1 #unsat=253 bias=253/254
2.20/2.24	c Solving starts ...
2.20/2.24	c ============================[ Search Statistics ]============================
2.20/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.24	c =============================================================================
2.20/2.24	c  0.0s |       0 |        0 |        0 |     6702      0 |      234 |      251
2.20/2.24	c  0.0s |       0 |       19 |        0 |     6702      0 |      234 |      252
2.20/2.24	c #cpu_time = 0.007s
2.20/2.24	c #wall_clock_time = 0.007s
2.20/2.25	c #decision = 19
2.20/2.25	c #random_decision = 0
2.20/2.25	c #conflict = 0
2.20/2.25	c #restart = 0
2.20/2.25	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.25	c lower bound updated to -197
2.20/2.25	c BCD2: 253 <= obj <= 425
2.20/2.25	c BCD2: #cores=19, #unrelaxed=178, #relaxed=272, #hardened=0
2.20/2.25	c BCD2: #sat=1 #unsat=254 bias=254/255
2.20/2.25	c Solving starts ...
2.20/2.25	c ============================[ Search Statistics ]============================
2.20/2.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.25	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.25	c =============================================================================
2.20/2.25	c  0.0s |       0 |        0 |        0 |     6702      0 |      234 |      253
2.20/2.25	c  0.0s |       0 |       20 |        1 |     6702      0 |      234 |      253
2.20/2.25	c #cpu_time = 0.006s
2.20/2.25	c #wall_clock_time = 0.006s
2.20/2.25	c #decision = 20
2.20/2.25	c #random_decision = 0
2.20/2.25	c #conflict = 1
2.20/2.25	c #restart = 0
2.20/2.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.20/2.25	c lower bound updated to -196
2.20/2.25	c BCD2: 254 <= obj <= 425
2.20/2.25	c BCD2: #cores=19, #unrelaxed=177, #relaxed=273, #hardened=0
2.20/2.25	c BCD2: #sat=1 #unsat=255 bias=255/256
2.20/2.25	c Solving starts ...
2.20/2.25	c ============================[ Search Statistics ]============================
2.20/2.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.25	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.25	c =============================================================================
2.20/2.25	c  0.0s |       0 |        0 |        0 |     6702      0 |      235 |      253
2.20/2.26	c  0.0s |       0 |       20 |        1 |     6702      0 |      235 |      254
2.20/2.26	c #cpu_time = 0.007s
2.20/2.26	c #wall_clock_time = 0.007s
2.20/2.26	c #decision = 20
2.20/2.26	c #random_decision = 0
2.20/2.26	c #conflict = 1
2.20/2.26	c #restart = 0
2.20/2.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.20/2.26	c lower bound updated to -195
2.20/2.26	c BCD2: 255 <= obj <= 425
2.20/2.26	c BCD2: #cores=19, #unrelaxed=176, #relaxed=274, #hardened=0
2.20/2.26	c BCD2: #sat=1 #unsat=256 bias=256/257
2.20/2.26	c Solving starts ...
2.20/2.26	c ============================[ Search Statistics ]============================
2.20/2.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.26	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.26	c =============================================================================
2.20/2.26	c  0.0s |       0 |        0 |        0 |     6702      0 |      236 |      254
2.20/2.27	c  0.0s |       0 |       20 |        1 |     6702      0 |      236 |      255
2.20/2.27	c #cpu_time = 0.007s
2.20/2.27	c #wall_clock_time = 0.007s
2.20/2.27	c #decision = 20
2.20/2.27	c #random_decision = 0
2.20/2.27	c #conflict = 1
2.20/2.27	c #restart = 0
2.20/2.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.20/2.27	c lower bound updated to -194
2.20/2.27	c BCD2: 256 <= obj <= 425
2.20/2.27	c BCD2: #cores=19, #unrelaxed=175, #relaxed=275, #hardened=0
2.20/2.27	c BCD2: #sat=1 #unsat=257 bias=257/258
2.20/2.27	c Solving starts ...
2.20/2.27	c ============================[ Search Statistics ]============================
2.20/2.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.27	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.27	c =============================================================================
2.20/2.27	c  0.0s |       0 |        0 |        0 |     6702      0 |      237 |      255
2.20/2.28	c  0.0s |       0 |       20 |        1 |     6702      0 |      237 |      256
2.20/2.28	c #cpu_time = 0.007s
2.20/2.28	c #wall_clock_time = 0.007s
2.20/2.28	c #decision = 20
2.20/2.28	c #random_decision = 0
2.20/2.28	c #conflict = 1
2.20/2.28	c #restart = 0
2.20/2.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.20/2.28	c lower bound updated to -193
2.20/2.28	c BCD2: 257 <= obj <= 425
2.20/2.28	c BCD2: #cores=19, #unrelaxed=174, #relaxed=276, #hardened=0
2.20/2.28	c BCD2: #sat=1 #unsat=258 bias=258/259
2.20/2.28	c Solving starts ...
2.20/2.28	c ============================[ Search Statistics ]============================
2.20/2.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.28	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.28	c =============================================================================
2.20/2.28	c  0.0s |       0 |        0 |        0 |     6702      0 |      238 |      256
2.20/2.28	c  0.0s |       0 |       20 |        1 |     6702      0 |      238 |      257
2.20/2.28	c #cpu_time = 0.007s
2.20/2.28	c #wall_clock_time = 0.007s
2.20/2.28	c #decision = 20
2.20/2.28	c #random_decision = 0
2.20/2.28	c #conflict = 1
2.20/2.28	c #restart = 0
2.20/2.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.20/2.28	c lower bound updated to -192
2.20/2.28	c BCD2: 258 <= obj <= 425
2.20/2.28	c BCD2: #cores=19, #unrelaxed=173, #relaxed=277, #hardened=0
2.20/2.28	c BCD2: #sat=1 #unsat=259 bias=259/260
2.20/2.28	c Solving starts ...
2.20/2.28	c ============================[ Search Statistics ]============================
2.20/2.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.28	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.28	c =============================================================================
2.20/2.28	c  0.0s |       0 |        0 |        0 |     6702      0 |      239 |      257
2.20/2.29	c  0.0s |       0 |       20 |        1 |     6702      0 |      239 |      258
2.20/2.29	c #cpu_time = 0.007s
2.20/2.29	c #wall_clock_time = 0.007s
2.20/2.29	c #decision = 20
2.20/2.29	c #random_decision = 0
2.20/2.29	c #conflict = 1
2.20/2.29	c #restart = 0
2.20/2.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.20/2.29	c lower bound updated to -191
2.20/2.29	c BCD2: 259 <= obj <= 425
2.20/2.29	c BCD2: #cores=19, #unrelaxed=172, #relaxed=278, #hardened=0
2.20/2.29	c BCD2: #sat=1 #unsat=260 bias=260/261
2.20/2.29	c Solving starts ...
2.20/2.29	c ============================[ Search Statistics ]============================
2.20/2.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.29	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.29	c =============================================================================
2.20/2.29	c  0.0s |       0 |        0 |        0 |     6702      0 |      240 |      258
2.20/2.30	c  0.0s |       0 |       20 |        1 |     6702      0 |      240 |      259
2.20/2.30	c #cpu_time = 0.007s
2.20/2.30	c #wall_clock_time = 0.007s
2.20/2.30	c #decision = 20
2.20/2.30	c #random_decision = 0
2.20/2.30	c #conflict = 1
2.20/2.30	c #restart = 0
2.20/2.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.20/2.30	c lower bound updated to -190
2.20/2.30	c BCD2: 260 <= obj <= 425
2.20/2.30	c BCD2: #cores=19, #unrelaxed=171, #relaxed=279, #hardened=0
2.20/2.30	c BCD2: #sat=1 #unsat=261 bias=261/262
2.20/2.30	c Solving starts ...
2.20/2.30	c ============================[ Search Statistics ]============================
2.20/2.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.30	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.30	c =============================================================================
2.20/2.30	c  0.0s |       0 |        0 |        0 |     6702      0 |      241 |      259
2.30/2.30	c  0.0s |       0 |       20 |        1 |     6702      0 |      241 |      260
2.30/2.30	c #cpu_time = 0.007s
2.30/2.30	c #wall_clock_time = 0.007s
2.30/2.30	c #decision = 20
2.30/2.30	c #random_decision = 0
2.30/2.30	c #conflict = 1
2.30/2.30	c #restart = 0
2.30/2.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.30/2.30	c lower bound updated to -189
2.30/2.31	c BCD2: 261 <= obj <= 425
2.30/2.31	c BCD2: #cores=19, #unrelaxed=170, #relaxed=280, #hardened=0
2.30/2.31	c BCD2: #sat=1 #unsat=262 bias=262/263
2.30/2.31	c Solving starts ...
2.30/2.31	c ============================[ Search Statistics ]============================
2.30/2.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.31	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.31	c =============================================================================
2.30/2.31	c  0.0s |       0 |        0 |        0 |     6702      0 |      242 |      260
2.30/2.31	c  0.0s |       0 |       20 |        1 |     6702      0 |      242 |      261
2.30/2.31	c #cpu_time = 0.007s
2.30/2.31	c #wall_clock_time = 0.007s
2.30/2.31	c #decision = 20
2.30/2.31	c #random_decision = 0
2.30/2.31	c #conflict = 1
2.30/2.31	c #restart = 0
2.30/2.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.30/2.31	c lower bound updated to -188
2.30/2.31	c BCD2: 262 <= obj <= 425
2.30/2.31	c BCD2: #cores=19, #unrelaxed=169, #relaxed=281, #hardened=0
2.30/2.31	c BCD2: #sat=1 #unsat=263 bias=263/264
2.30/2.31	c Solving starts ...
2.30/2.31	c ============================[ Search Statistics ]============================
2.30/2.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.31	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.31	c =============================================================================
2.30/2.31	c  0.0s |       0 |        0 |        0 |     6702      0 |      243 |      261
2.30/2.32	c  0.0s |       0 |       20 |        1 |     6702      0 |      243 |      262
2.30/2.32	c #cpu_time = 0.007s
2.30/2.32	c #wall_clock_time = 0.007s
2.30/2.32	c #decision = 20
2.30/2.32	c #random_decision = 0
2.30/2.32	c #conflict = 1
2.30/2.32	c #restart = 0
2.30/2.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.30/2.32	c lower bound updated to -187
2.30/2.32	c BCD2: 263 <= obj <= 425
2.30/2.32	c BCD2: #cores=19, #unrelaxed=168, #relaxed=282, #hardened=0
2.30/2.32	c BCD2: #sat=1 #unsat=264 bias=264/265
2.30/2.32	c Solving starts ...
2.30/2.32	c ============================[ Search Statistics ]============================
2.30/2.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.32	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.32	c =============================================================================
2.30/2.32	c  0.0s |       0 |        0 |        0 |     6702      0 |      244 |      262
2.30/2.33	c  0.0s |       0 |       20 |        1 |     6702      0 |      244 |      263
2.30/2.33	c #cpu_time = 0.007s
2.30/2.33	c #wall_clock_time = 0.007s
2.30/2.33	c #decision = 20
2.30/2.33	c #random_decision = 0
2.30/2.33	c #conflict = 1
2.30/2.33	c #restart = 0
2.30/2.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.30/2.33	c lower bound updated to -186
2.30/2.33	c BCD2: 264 <= obj <= 425
2.30/2.33	c BCD2: #cores=19, #unrelaxed=167, #relaxed=283, #hardened=0
2.30/2.33	c BCD2: #sat=1 #unsat=265 bias=265/266
2.30/2.33	c Solving starts ...
2.30/2.33	c ============================[ Search Statistics ]============================
2.30/2.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.33	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.33	c =============================================================================
2.30/2.33	c  0.0s |       0 |        0 |        0 |     6702      0 |      245 |      263
2.30/2.33	c  0.0s |       0 |       20 |        1 |     6702      0 |      245 |      264
2.30/2.33	c #cpu_time = 0.007s
2.30/2.33	c #wall_clock_time = 0.007s
2.30/2.33	c #decision = 20
2.30/2.33	c #random_decision = 0
2.30/2.33	c #conflict = 1
2.30/2.33	c #restart = 0
2.30/2.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.30/2.33	c lower bound updated to -185
2.30/2.33	c BCD2: 265 <= obj <= 425
2.30/2.33	c BCD2: #cores=19, #unrelaxed=166, #relaxed=284, #hardened=0
2.30/2.33	c BCD2: #sat=1 #unsat=266 bias=266/267
2.30/2.33	c Solving starts ...
2.30/2.33	c ============================[ Search Statistics ]============================
2.30/2.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.33	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.33	c =============================================================================
2.30/2.33	c  0.0s |       0 |        0 |        0 |     6702      0 |      246 |      264
2.30/2.34	c  0.0s |       0 |       20 |        1 |     6702      0 |      246 |      265
2.30/2.34	c #cpu_time = 0.007s
2.30/2.34	c #wall_clock_time = 0.007s
2.30/2.34	c #decision = 20
2.30/2.34	c #random_decision = 0
2.30/2.34	c #conflict = 1
2.30/2.34	c #restart = 0
2.30/2.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.30/2.34	c lower bound updated to -184
2.30/2.34	c BCD2: 266 <= obj <= 425
2.30/2.34	c BCD2: #cores=19, #unrelaxed=165, #relaxed=285, #hardened=0
2.30/2.34	c BCD2: #sat=1 #unsat=267 bias=267/268
2.30/2.34	c Solving starts ...
2.30/2.34	c ============================[ Search Statistics ]============================
2.30/2.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.34	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.34	c =============================================================================
2.30/2.34	c  0.0s |       0 |        0 |        0 |     6702      0 |      247 |      265
2.30/2.35	c  0.0s |       0 |       20 |        0 |     6702      0 |      247 |      266
2.30/2.35	c #cpu_time = 0.007s
2.30/2.35	c #wall_clock_time = 0.007s
2.30/2.35	c #decision = 20
2.30/2.35	c #random_decision = 0
2.30/2.35	c #conflict = 0
2.30/2.35	c #restart = 0
2.30/2.35	c BCD2: found a new core of size 2: cost of the new core is >=1
2.30/2.35	c lower bound updated to -183
2.30/2.35	c BCD2: 267 <= obj <= 425
2.30/2.35	c BCD2: #cores=20, #unrelaxed=163, #relaxed=287, #hardened=0
2.30/2.35	c BCD2: #sat=1 #unsat=268 bias=268/269
2.30/2.35	c Solving starts ...
2.30/2.35	c ============================[ Search Statistics ]============================
2.30/2.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.35	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.35	c =============================================================================
2.30/2.35	c  0.0s |       0 |        0 |        0 |     6702      0 |      247 |      267
2.30/2.36	c  0.0s |       0 |       21 |        1 |     6702      0 |      247 |      267
2.30/2.36	c #cpu_time = 0.006s
2.30/2.36	c #wall_clock_time = 0.006s
2.30/2.36	c #decision = 21
2.30/2.36	c #random_decision = 0
2.30/2.36	c #conflict = 1
2.30/2.36	c #restart = 0
2.30/2.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.30/2.36	c lower bound updated to -182
2.30/2.36	c BCD2: 268 <= obj <= 425
2.30/2.36	c BCD2: #cores=20, #unrelaxed=162, #relaxed=288, #hardened=0
2.30/2.36	c BCD2: #sat=1 #unsat=269 bias=269/270
2.30/2.36	c Solving starts ...
2.30/2.36	c ============================[ Search Statistics ]============================
2.30/2.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.36	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.36	c =============================================================================
2.30/2.36	c  0.0s |       0 |        0 |        0 |     6702      0 |      248 |      267
2.30/2.36	c  0.0s |       0 |       21 |        1 |     6702      0 |      248 |      268
2.30/2.36	c #cpu_time = 0.007s
2.30/2.36	c #wall_clock_time = 0.007s
2.30/2.36	c #decision = 21
2.30/2.36	c #random_decision = 0
2.30/2.36	c #conflict = 1
2.30/2.36	c #restart = 0
2.30/2.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.30/2.36	c lower bound updated to -181
2.30/2.36	c BCD2: 269 <= obj <= 425
2.30/2.36	c BCD2: #cores=20, #unrelaxed=161, #relaxed=289, #hardened=0
2.30/2.36	c BCD2: #sat=1 #unsat=270 bias=270/271
2.30/2.37	c Solving starts ...
2.30/2.37	c ============================[ Search Statistics ]============================
2.30/2.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.37	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.37	c =============================================================================
2.30/2.37	c  0.0s |       0 |        0 |        0 |     6702      0 |      249 |      268
2.30/2.37	c  0.0s |       0 |       21 |        1 |     6702      0 |      249 |      269
2.30/2.37	c #cpu_time = 0.007s
2.30/2.37	c #wall_clock_time = 0.007s
2.30/2.37	c #decision = 21
2.30/2.37	c #random_decision = 0
2.30/2.37	c #conflict = 1
2.30/2.37	c #restart = 0
2.30/2.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.30/2.37	c lower bound updated to -180
2.30/2.37	c BCD2: 270 <= obj <= 425
2.30/2.37	c BCD2: #cores=20, #unrelaxed=160, #relaxed=290, #hardened=0
2.30/2.37	c BCD2: #sat=1 #unsat=271 bias=271/272
2.30/2.37	c Solving starts ...
2.30/2.37	c ============================[ Search Statistics ]============================
2.30/2.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.37	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.37	c =============================================================================
2.30/2.37	c  0.0s |       0 |        0 |        0 |     6702      0 |      250 |      269
2.30/2.38	c  0.0s |       0 |       21 |        1 |     6702      0 |      250 |      270
2.30/2.38	c #cpu_time = 0.007s
2.30/2.38	c #wall_clock_time = 0.007s
2.30/2.38	c #decision = 21
2.30/2.38	c #random_decision = 0
2.30/2.38	c #conflict = 1
2.30/2.38	c #restart = 0
2.30/2.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.30/2.38	c lower bound updated to -179
2.30/2.38	c BCD2: 271 <= obj <= 425
2.30/2.38	c BCD2: #cores=20, #unrelaxed=159, #relaxed=291, #hardened=0
2.30/2.38	c BCD2: #sat=1 #unsat=272 bias=272/273
2.30/2.38	c Solving starts ...
2.30/2.38	c ============================[ Search Statistics ]============================
2.30/2.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.38	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.38	c =============================================================================
2.30/2.38	c  0.0s |       0 |        0 |        0 |     6702      0 |      251 |      270
2.30/2.39	c  0.0s |       0 |       21 |        1 |     7373      0 |      251 |      271
2.30/2.39	c #cpu_time = 0.007s
2.30/2.39	c #wall_clock_time = 0.007s
2.30/2.39	c #decision = 21
2.30/2.39	c #random_decision = 0
2.30/2.39	c #conflict = 1
2.30/2.39	c #restart = 0
2.30/2.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.30/2.39	c lower bound updated to -178
2.30/2.39	c BCD2: 272 <= obj <= 425
2.30/2.39	c BCD2: #cores=20, #unrelaxed=158, #relaxed=292, #hardened=0
2.30/2.39	c BCD2: #sat=1 #unsat=273 bias=273/274
2.30/2.39	c Solving starts ...
2.30/2.39	c ============================[ Search Statistics ]============================
2.30/2.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.39	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.39	c =============================================================================
2.30/2.39	c  0.0s |       0 |        0 |        0 |     7373      0 |      252 |      271
2.30/2.39	c  0.0s |       0 |       21 |        1 |     7373      0 |      252 |      272
2.30/2.39	c #cpu_time = 0.007s
2.30/2.39	c #wall_clock_time = 0.007s
2.30/2.39	c #decision = 21
2.30/2.39	c #random_decision = 0
2.30/2.39	c #conflict = 1
2.30/2.39	c #restart = 0
2.30/2.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.30/2.39	c lower bound updated to -177
2.30/2.39	c BCD2: 273 <= obj <= 425
2.30/2.39	c BCD2: #cores=20, #unrelaxed=157, #relaxed=293, #hardened=0
2.30/2.39	c BCD2: #sat=1 #unsat=274 bias=274/275
2.30/2.39	c Solving starts ...
2.30/2.39	c ============================[ Search Statistics ]============================
2.30/2.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.39	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.39	c =============================================================================
2.30/2.39	c  0.0s |       0 |        0 |        0 |     7373      0 |      253 |      272
2.39/2.40	c  0.0s |       0 |       21 |        1 |     7373      0 |      253 |      273
2.39/2.40	c #cpu_time = 0.007s
2.39/2.40	c #wall_clock_time = 0.007s
2.39/2.40	c #decision = 21
2.39/2.40	c #random_decision = 0
2.39/2.40	c #conflict = 1
2.39/2.40	c #restart = 0
2.39/2.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.39/2.40	c lower bound updated to -176
2.39/2.40	c BCD2: 274 <= obj <= 425
2.39/2.40	c BCD2: #cores=20, #unrelaxed=156, #relaxed=294, #hardened=0
2.39/2.40	c BCD2: #sat=1 #unsat=275 bias=275/276
2.39/2.40	c Solving starts ...
2.39/2.40	c ============================[ Search Statistics ]============================
2.39/2.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.40	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.40	c =============================================================================
2.39/2.40	c  0.0s |       0 |        0 |        0 |     7373      0 |      254 |      273
2.39/2.41	c  0.0s |       0 |       21 |        1 |     7373      0 |      254 |      274
2.39/2.41	c #cpu_time = 0.007s
2.39/2.41	c #wall_clock_time = 0.007s
2.39/2.41	c #decision = 21
2.39/2.41	c #random_decision = 0
2.39/2.41	c #conflict = 1
2.39/2.41	c #restart = 0
2.39/2.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.39/2.41	c lower bound updated to -175
2.39/2.41	c BCD2: 275 <= obj <= 425
2.39/2.41	c BCD2: #cores=20, #unrelaxed=155, #relaxed=295, #hardened=0
2.39/2.41	c BCD2: #sat=1 #unsat=276 bias=276/277
2.39/2.41	c Solving starts ...
2.39/2.41	c ============================[ Search Statistics ]============================
2.39/2.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.41	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.41	c =============================================================================
2.39/2.41	c  0.0s |       0 |        0 |        0 |     7373      0 |      255 |      274
2.39/2.42	c  0.0s |       0 |       21 |        1 |     7373      0 |      255 |      275
2.39/2.42	c #cpu_time = 0.007s
2.39/2.42	c #wall_clock_time = 0.007s
2.39/2.42	c #decision = 21
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: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.39/2.42	c lower bound updated to -174
2.39/2.42	c BCD2: 276 <= obj <= 425
2.39/2.42	c BCD2: #cores=20, #unrelaxed=154, #relaxed=296, #hardened=0
2.39/2.42	c BCD2: #sat=1 #unsat=277 bias=277/278
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 |     7373      0 |      256 |      275
2.39/2.42	c  0.0s |       0 |       21 |        1 |     7373      0 |      256 |      276
2.39/2.42	c #cpu_time = 0.007s
2.39/2.42	c #wall_clock_time = 0.007s
2.39/2.42	c #decision = 21
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: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.39/2.42	c lower bound updated to -173
2.39/2.42	c BCD2: 277 <= obj <= 425
2.39/2.42	c BCD2: #cores=20, #unrelaxed=153, #relaxed=297, #hardened=0
2.39/2.42	c BCD2: #sat=1 #unsat=278 bias=278/279
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 |     7373      0 |      257 |      276
2.39/2.43	c  0.0s |       0 |       21 |        1 |     7373      0 |      257 |      277
2.39/2.43	c #cpu_time = 0.007s
2.39/2.43	c #wall_clock_time = 0.007s
2.39/2.43	c #decision = 21
2.39/2.43	c #random_decision = 0
2.39/2.43	c #conflict = 1
2.39/2.43	c #restart = 0
2.39/2.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.39/2.43	c lower bound updated to -172
2.39/2.43	c BCD2: 278 <= obj <= 425
2.39/2.43	c BCD2: #cores=20, #unrelaxed=152, #relaxed=298, #hardened=0
2.39/2.43	c BCD2: #sat=1 #unsat=279 bias=279/280
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 |     7373      0 |      258 |      277
2.39/2.44	c  0.0s |       0 |       21 |        1 |     7373      0 |      258 |      278
2.39/2.44	c #cpu_time = 0.007s
2.39/2.44	c #wall_clock_time = 0.007s
2.39/2.44	c #decision = 21
2.39/2.44	c #random_decision = 0
2.39/2.44	c #conflict = 1
2.39/2.44	c #restart = 0
2.39/2.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.39/2.44	c lower bound updated to -171
2.39/2.44	c BCD2: 279 <= obj <= 425
2.39/2.44	c BCD2: #cores=20, #unrelaxed=151, #relaxed=299, #hardened=0
2.39/2.44	c BCD2: #sat=1 #unsat=280 bias=280/281
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 |     7373      0 |      259 |      278
2.39/2.45	c  0.0s |       0 |       21 |        1 |     7373      0 |      259 |      279
2.39/2.45	c #cpu_time = 0.007s
2.39/2.45	c #wall_clock_time = 0.007s
2.39/2.45	c #decision = 21
2.39/2.45	c #random_decision = 0
2.39/2.45	c #conflict = 1
2.39/2.45	c #restart = 0
2.39/2.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.39/2.45	c lower bound updated to -170
2.39/2.45	c BCD2: 280 <= obj <= 425
2.39/2.45	c BCD2: #cores=20, #unrelaxed=150, #relaxed=300, #hardened=0
2.39/2.45	c BCD2: #sat=1 #unsat=281 bias=281/282
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 |     7373      0 |      260 |      279
2.39/2.45	c  0.0s |       0 |       21 |        0 |     7373      0 |      260 |      280
2.39/2.45	c #cpu_time = 0.007s
2.39/2.45	c #wall_clock_time = 0.007s
2.39/2.45	c #decision = 21
2.39/2.45	c #random_decision = 0
2.39/2.45	c #conflict = 0
2.39/2.45	c #restart = 0
2.39/2.45	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.45	c lower bound updated to -169
2.39/2.46	c BCD2: 281 <= obj <= 425
2.39/2.46	c BCD2: #cores=21, #unrelaxed=148, #relaxed=302, #hardened=0
2.39/2.46	c BCD2: #sat=1 #unsat=282 bias=282/283
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 |     7373      0 |      260 |      281
2.39/2.46	c  0.0s |       0 |       22 |        1 |     7373      0 |      260 |      281
2.39/2.46	c #cpu_time = 0.007s
2.39/2.46	c #wall_clock_time = 0.007s
2.39/2.46	c #decision = 22
2.39/2.46	c #random_decision = 0
2.39/2.46	c #conflict = 1
2.39/2.46	c #restart = 0
2.39/2.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.39/2.46	c lower bound updated to -168
2.39/2.46	c BCD2: 282 <= obj <= 425
2.39/2.46	c BCD2: #cores=21, #unrelaxed=147, #relaxed=303, #hardened=0
2.39/2.46	c BCD2: #sat=1 #unsat=283 bias=283/284
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 |     7373      0 |      261 |      281
2.39/2.47	c  0.0s |       0 |       22 |        1 |     7373      0 |      261 |      282
2.39/2.47	c #cpu_time = 0.007s
2.39/2.47	c #wall_clock_time = 0.007s
2.39/2.47	c #decision = 22
2.39/2.47	c #random_decision = 0
2.39/2.47	c #conflict = 1
2.39/2.47	c #restart = 0
2.39/2.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.39/2.47	c lower bound updated to -167
2.39/2.47	c BCD2: 283 <= obj <= 425
2.39/2.47	c BCD2: #cores=21, #unrelaxed=146, #relaxed=304, #hardened=0
2.39/2.47	c BCD2: #sat=1 #unsat=284 bias=284/285
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 |     7373      0 |      262 |      282
2.39/2.48	c  0.0s |       0 |       22 |        1 |     7373      0 |      262 |      283
2.39/2.48	c #cpu_time = 0.007s
2.39/2.48	c #wall_clock_time = 0.007s
2.39/2.48	c #decision = 22
2.39/2.48	c #random_decision = 0
2.39/2.48	c #conflict = 1
2.39/2.48	c #restart = 0
2.39/2.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.39/2.48	c lower bound updated to -166
2.39/2.48	c BCD2: 284 <= obj <= 425
2.39/2.48	c BCD2: #cores=21, #unrelaxed=145, #relaxed=305, #hardened=0
2.39/2.48	c BCD2: #sat=1 #unsat=285 bias=285/286
2.39/2.48	c Solving starts ...
2.39/2.48	c ============================[ Search Statistics ]============================
2.39/2.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.48	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.48	c =============================================================================
2.39/2.48	c  0.0s |       0 |        0 |        0 |     7373      0 |      263 |      283
2.39/2.49	c  0.0s |       0 |       22 |        1 |     7373      0 |      263 |      284
2.39/2.49	c #cpu_time = 0.007s
2.39/2.49	c #wall_clock_time = 0.007s
2.39/2.49	c #decision = 22
2.39/2.49	c #random_decision = 0
2.39/2.49	c #conflict = 1
2.39/2.49	c #restart = 0
2.39/2.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.39/2.49	c lower bound updated to -165
2.39/2.49	c BCD2: 285 <= obj <= 425
2.39/2.49	c BCD2: #cores=21, #unrelaxed=144, #relaxed=306, #hardened=0
2.39/2.49	c BCD2: #sat=1 #unsat=286 bias=286/287
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 |     7373      0 |      264 |      284
2.39/2.49	c  0.0s |       0 |       22 |        1 |     7373      0 |      264 |      285
2.39/2.49	c #cpu_time = 0.007s
2.39/2.49	c #wall_clock_time = 0.007s
2.39/2.49	c #decision = 22
2.39/2.49	c #random_decision = 0
2.39/2.49	c #conflict = 1
2.39/2.49	c #restart = 0
2.39/2.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.39/2.49	c lower bound updated to -164
2.39/2.49	c BCD2: 286 <= obj <= 425
2.39/2.49	c BCD2: #cores=21, #unrelaxed=143, #relaxed=307, #hardened=0
2.39/2.49	c BCD2: #sat=1 #unsat=287 bias=287/288
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 |     7373      0 |      265 |      285
2.49/2.50	c  0.0s |       0 |       22 |        1 |     7373      0 |      265 |      286
2.49/2.50	c #cpu_time = 0.007s
2.49/2.50	c #wall_clock_time = 0.007s
2.49/2.50	c #decision = 22
2.49/2.50	c #random_decision = 0
2.49/2.50	c #conflict = 1
2.49/2.50	c #restart = 0
2.49/2.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.49/2.50	c lower bound updated to -163
2.49/2.50	c BCD2: 287 <= obj <= 425
2.49/2.50	c BCD2: #cores=21, #unrelaxed=142, #relaxed=308, #hardened=0
2.49/2.50	c BCD2: #sat=1 #unsat=288 bias=288/289
2.49/2.50	c Solving starts ...
2.49/2.50	c ============================[ Search Statistics ]============================
2.49/2.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.50	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.50	c =============================================================================
2.49/2.50	c  0.0s |       0 |        0 |        0 |     7373      0 |      266 |      286
2.49/2.51	c  0.0s |       0 |       22 |        1 |     7373      0 |      266 |      287
2.49/2.51	c #cpu_time = 0.007s
2.49/2.51	c #wall_clock_time = 0.007s
2.49/2.51	c #decision = 22
2.49/2.51	c #random_decision = 0
2.49/2.51	c #conflict = 1
2.49/2.51	c #restart = 0
2.49/2.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.49/2.51	c lower bound updated to -162
2.49/2.51	c BCD2: 288 <= obj <= 425
2.49/2.51	c BCD2: #cores=21, #unrelaxed=141, #relaxed=309, #hardened=0
2.49/2.51	c BCD2: #sat=1 #unsat=289 bias=289/290
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 |     7373      0 |      267 |      287
2.49/2.52	c  0.0s |       0 |       22 |        1 |     7373      0 |      267 |      288
2.49/2.52	c #cpu_time = 0.007s
2.49/2.52	c #wall_clock_time = 0.007s
2.49/2.52	c #decision = 22
2.49/2.52	c #random_decision = 0
2.49/2.52	c #conflict = 1
2.49/2.52	c #restart = 0
2.49/2.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.49/2.52	c lower bound updated to -161
2.49/2.52	c BCD2: 289 <= obj <= 425
2.49/2.52	c BCD2: #cores=21, #unrelaxed=140, #relaxed=310, #hardened=0
2.49/2.52	c BCD2: #sat=1 #unsat=290 bias=290/291
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 |     7373      0 |      268 |      288
2.49/2.52	c  0.0s |       0 |       22 |        1 |     7373      0 |      268 |      289
2.49/2.52	c #cpu_time = 0.007s
2.49/2.52	c #wall_clock_time = 0.007s
2.49/2.52	c #decision = 22
2.49/2.52	c #random_decision = 0
2.49/2.52	c #conflict = 1
2.49/2.52	c #restart = 0
2.49/2.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.49/2.52	c lower bound updated to -160
2.49/2.52	c BCD2: 290 <= obj <= 425
2.49/2.52	c BCD2: #cores=21, #unrelaxed=139, #relaxed=311, #hardened=0
2.49/2.52	c BCD2: #sat=1 #unsat=291 bias=291/292
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 |     7373      0 |      269 |      289
2.49/2.53	c  0.0s |       0 |       22 |        1 |     7373      0 |      269 |      290
2.49/2.53	c #cpu_time = 0.007s
2.49/2.53	c #wall_clock_time = 0.007s
2.49/2.53	c #decision = 22
2.49/2.53	c #random_decision = 0
2.49/2.53	c #conflict = 1
2.49/2.53	c #restart = 0
2.49/2.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.49/2.53	c lower bound updated to -159
2.49/2.53	c BCD2: 291 <= obj <= 425
2.49/2.53	c BCD2: #cores=21, #unrelaxed=138, #relaxed=312, #hardened=0
2.49/2.53	c BCD2: #sat=1 #unsat=292 bias=292/293
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 |     7373      0 |      270 |      290
2.49/2.54	c  0.0s |       0 |       22 |        1 |     7373      0 |      270 |      291
2.49/2.54	c #cpu_time = 0.007s
2.49/2.54	c #wall_clock_time = 0.007s
2.49/2.54	c #decision = 22
2.49/2.54	c #random_decision = 0
2.49/2.54	c #conflict = 1
2.49/2.54	c #restart = 0
2.49/2.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.49/2.54	c lower bound updated to -158
2.49/2.54	c BCD2: 292 <= obj <= 425
2.49/2.54	c BCD2: #cores=21, #unrelaxed=137, #relaxed=313, #hardened=0
2.49/2.54	c BCD2: #sat=1 #unsat=293 bias=293/294
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 |     7373      0 |      271 |      291
2.49/2.55	c  0.0s |       0 |       22 |        1 |     7373      0 |      271 |      292
2.49/2.55	c #cpu_time = 0.007s
2.49/2.55	c #wall_clock_time = 0.007s
2.49/2.55	c #decision = 22
2.49/2.55	c #random_decision = 0
2.49/2.55	c #conflict = 1
2.49/2.55	c #restart = 0
2.49/2.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.49/2.55	c lower bound updated to -157
2.49/2.55	c BCD2: 293 <= obj <= 425
2.49/2.55	c BCD2: #cores=21, #unrelaxed=136, #relaxed=314, #hardened=0
2.49/2.55	c BCD2: #sat=1 #unsat=294 bias=294/295
2.49/2.55	c Solving starts ...
2.49/2.55	c ============================[ Search Statistics ]============================
2.49/2.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.55	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.55	c =============================================================================
2.49/2.55	c  0.0s |       0 |        0 |        0 |     7373      0 |      272 |      292
2.49/2.55	c  0.0s |       0 |       22 |        1 |     7373      0 |      272 |      293
2.49/2.55	c #cpu_time = 0.007s
2.49/2.55	c #wall_clock_time = 0.007s
2.49/2.55	c #decision = 22
2.49/2.55	c #random_decision = 0
2.49/2.55	c #conflict = 1
2.49/2.55	c #restart = 0
2.49/2.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.49/2.55	c lower bound updated to -156
2.49/2.55	c BCD2: 294 <= obj <= 425
2.49/2.55	c BCD2: #cores=21, #unrelaxed=135, #relaxed=315, #hardened=0
2.49/2.55	c BCD2: #sat=1 #unsat=295 bias=295/296
2.49/2.55	c Solving starts ...
2.49/2.55	c ============================[ Search Statistics ]============================
2.49/2.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.55	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.55	c =============================================================================
2.49/2.55	c  0.0s |       0 |        0 |        0 |     7373      0 |      273 |      293
2.49/2.56	c  0.0s |       0 |       22 |        0 |     7373      0 |      273 |      294
2.49/2.56	c #cpu_time = 0.007s
2.49/2.56	c #wall_clock_time = 0.007s
2.49/2.56	c #decision = 22
2.49/2.56	c #random_decision = 0
2.49/2.56	c #conflict = 0
2.49/2.56	c #restart = 0
2.49/2.56	c BCD2: found a new core of size 2: cost of the new core is >=1
2.49/2.56	c lower bound updated to -155
2.49/2.56	c BCD2: 295 <= obj <= 425
2.49/2.56	c BCD2: #cores=22, #unrelaxed=133, #relaxed=317, #hardened=0
2.49/2.56	c BCD2: #sat=1 #unsat=296 bias=296/297
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 |     7373      0 |      273 |      295
2.49/2.57	c  0.0s |       0 |       23 |        1 |     7373      0 |      273 |      295
2.49/2.57	c #cpu_time = 0.006s
2.49/2.57	c #wall_clock_time = 0.006s
2.49/2.57	c #decision = 23
2.49/2.57	c #random_decision = 0
2.49/2.57	c #conflict = 1
2.49/2.57	c #restart = 0
2.49/2.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.49/2.57	c lower bound updated to -154
2.49/2.57	c BCD2: 296 <= obj <= 425
2.49/2.57	c BCD2: #cores=22, #unrelaxed=132, #relaxed=318, #hardened=0
2.49/2.57	c BCD2: #sat=1 #unsat=297 bias=297/298
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 |     7373      0 |      274 |      295
2.49/2.58	c  0.0s |       0 |       23 |        1 |     7373      0 |      274 |      296
2.49/2.58	c #cpu_time = 0.007s
2.49/2.58	c #wall_clock_time = 0.007s
2.49/2.58	c #decision = 23
2.49/2.58	c #random_decision = 0
2.49/2.58	c #conflict = 1
2.49/2.58	c #restart = 0
2.49/2.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.49/2.58	c lower bound updated to -153
2.49/2.58	c BCD2: 297 <= obj <= 425
2.49/2.58	c BCD2: #cores=22, #unrelaxed=131, #relaxed=319, #hardened=0
2.49/2.58	c BCD2: #sat=1 #unsat=298 bias=298/299
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 |     7373      0 |      275 |      296
2.49/2.58	c  0.0s |       0 |       23 |        1 |     7373      0 |      275 |      297
2.49/2.58	c #cpu_time = 0.007s
2.49/2.58	c #wall_clock_time = 0.007s
2.49/2.58	c #decision = 23
2.49/2.58	c #random_decision = 0
2.49/2.58	c #conflict = 1
2.49/2.58	c #restart = 0
2.49/2.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.49/2.58	c lower bound updated to -152
2.49/2.58	c BCD2: 298 <= obj <= 425
2.49/2.58	c BCD2: #cores=22, #unrelaxed=130, #relaxed=320, #hardened=0
2.49/2.58	c BCD2: #sat=1 #unsat=299 bias=299/300
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 |     7373      0 |      276 |      297
2.49/2.59	c  0.0s |       0 |       23 |        1 |     7373      0 |      276 |      298
2.49/2.59	c #cpu_time = 0.007s
2.49/2.59	c #wall_clock_time = 0.007s
2.49/2.59	c #decision = 23
2.49/2.59	c #random_decision = 0
2.49/2.59	c #conflict = 1
2.49/2.59	c #restart = 0
2.49/2.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.49/2.59	c lower bound updated to -151
2.49/2.59	c BCD2: 299 <= obj <= 425
2.49/2.59	c BCD2: #cores=22, #unrelaxed=129, #relaxed=321, #hardened=0
2.49/2.59	c BCD2: #sat=1 #unsat=300 bias=300/301
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 |     7373      0 |      277 |      298
2.59/2.60	c  0.0s |       0 |       23 |        1 |     7373      0 |      277 |      299
2.59/2.60	c #cpu_time = 0.007s
2.59/2.60	c #wall_clock_time = 0.007s
2.59/2.60	c #decision = 23
2.59/2.60	c #random_decision = 0
2.59/2.60	c #conflict = 1
2.59/2.60	c #restart = 0
2.59/2.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.59/2.60	c lower bound updated to -150
2.59/2.60	c BCD2: 300 <= obj <= 425
2.59/2.60	c BCD2: #cores=22, #unrelaxed=128, #relaxed=322, #hardened=0
2.59/2.60	c BCD2: #sat=1 #unsat=301 bias=301/302
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 |     7373      0 |      278 |      299
2.59/2.61	c  0.0s |       0 |       23 |        1 |     7373      0 |      278 |      300
2.59/2.61	c #cpu_time = 0.007s
2.59/2.61	c #wall_clock_time = 0.007s
2.59/2.61	c #decision = 23
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: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.59/2.61	c lower bound updated to -149
2.59/2.61	c BCD2: 301 <= obj <= 425
2.59/2.61	c BCD2: #cores=22, #unrelaxed=127, #relaxed=323, #hardened=0
2.59/2.61	c BCD2: #sat=1 #unsat=302 bias=302/303
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 |     7373      0 |      279 |      300
2.59/2.61	c  0.0s |       0 |       23 |        1 |     7373      0 |      279 |      301
2.59/2.61	c #cpu_time = 0.007s
2.59/2.61	c #wall_clock_time = 0.007s
2.59/2.61	c #decision = 23
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: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.59/2.61	c lower bound updated to -148
2.59/2.61	c BCD2: 302 <= obj <= 425
2.59/2.61	c BCD2: #cores=22, #unrelaxed=126, #relaxed=324, #hardened=0
2.59/2.61	c BCD2: #sat=1 #unsat=303 bias=303/304
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 |     7373      0 |      280 |      301
2.59/2.62	c  0.0s |       0 |       23 |        1 |     7373      0 |      280 |      302
2.59/2.62	c #cpu_time = 0.007s
2.59/2.62	c #wall_clock_time = 0.007s
2.59/2.62	c #decision = 23
2.59/2.62	c #random_decision = 0
2.59/2.62	c #conflict = 1
2.59/2.62	c #restart = 0
2.59/2.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.59/2.62	c lower bound updated to -147
2.59/2.62	c BCD2: 303 <= obj <= 425
2.59/2.62	c BCD2: #cores=22, #unrelaxed=125, #relaxed=325, #hardened=0
2.59/2.62	c BCD2: #sat=1 #unsat=304 bias=304/305
2.59/2.62	c Solving starts ...
2.59/2.62	c ============================[ Search Statistics ]============================
2.59/2.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.62	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.62	c =============================================================================
2.59/2.62	c  0.0s |       0 |        0 |        0 |     7373      0 |      281 |      302
2.59/2.63	c  0.0s |       0 |       23 |        1 |     7373      0 |      281 |      303
2.59/2.63	c #cpu_time = 0.007s
2.59/2.63	c #wall_clock_time = 0.007s
2.59/2.63	c #decision = 23
2.59/2.63	c #random_decision = 0
2.59/2.63	c #conflict = 1
2.59/2.63	c #restart = 0
2.59/2.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.59/2.63	c lower bound updated to -146
2.59/2.63	c BCD2: 304 <= obj <= 425
2.59/2.63	c BCD2: #cores=22, #unrelaxed=124, #relaxed=326, #hardened=0
2.59/2.63	c BCD2: #sat=1 #unsat=305 bias=305/306
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 |     7373      0 |      282 |      303
2.59/2.64	c  0.0s |       0 |       23 |        1 |     7373      0 |      282 |      304
2.59/2.64	c #cpu_time = 0.007s
2.59/2.64	c #wall_clock_time = 0.007s
2.59/2.64	c #decision = 23
2.59/2.64	c #random_decision = 0
2.59/2.64	c #conflict = 1
2.59/2.64	c #restart = 0
2.59/2.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.59/2.64	c lower bound updated to -145
2.59/2.64	c BCD2: 305 <= obj <= 425
2.59/2.64	c BCD2: #cores=22, #unrelaxed=123, #relaxed=327, #hardened=0
2.59/2.64	c BCD2: #sat=1 #unsat=306 bias=306/307
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 |     7373      0 |      283 |      304
2.59/2.64	c  0.0s |       0 |       23 |        1 |     7373      0 |      283 |      305
2.59/2.64	c #cpu_time = 0.007s
2.59/2.64	c #wall_clock_time = 0.007s
2.59/2.64	c #decision = 23
2.59/2.64	c #random_decision = 0
2.59/2.64	c #conflict = 1
2.59/2.64	c #restart = 0
2.59/2.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.59/2.64	c lower bound updated to -144
2.59/2.64	c BCD2: 306 <= obj <= 425
2.59/2.64	c BCD2: #cores=22, #unrelaxed=122, #relaxed=328, #hardened=0
2.59/2.64	c BCD2: #sat=1 #unsat=307 bias=307/308
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 |     7373      0 |      284 |      305
2.59/2.65	c  0.0s |       0 |       23 |        1 |     7373      0 |      284 |      306
2.59/2.65	c #cpu_time = 0.007s
2.59/2.65	c #wall_clock_time = 0.007s
2.59/2.65	c #decision = 23
2.59/2.65	c #random_decision = 0
2.59/2.65	c #conflict = 1
2.59/2.65	c #restart = 0
2.59/2.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.59/2.65	c lower bound updated to -143
2.59/2.65	c BCD2: 307 <= obj <= 425
2.59/2.65	c BCD2: #cores=22, #unrelaxed=121, #relaxed=329, #hardened=0
2.59/2.65	c BCD2: #sat=1 #unsat=308 bias=308/309
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 |     7373      0 |      285 |      306
2.59/2.66	c  0.0s |       0 |       23 |        1 |     7373      0 |      285 |      307
2.59/2.66	c #cpu_time = 0.007s
2.59/2.66	c #wall_clock_time = 0.007s
2.59/2.66	c #decision = 23
2.59/2.66	c #random_decision = 0
2.59/2.66	c #conflict = 1
2.59/2.66	c #restart = 0
2.59/2.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.59/2.66	c lower bound updated to -142
2.59/2.66	c BCD2: 308 <= obj <= 425
2.59/2.66	c BCD2: #cores=22, #unrelaxed=120, #relaxed=330, #hardened=0
2.59/2.66	c BCD2: #sat=1 #unsat=309 bias=309/310
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 |     7373      0 |      286 |      307
2.59/2.67	c  0.0s |       0 |       23 |        0 |     7373      0 |      286 |      308
2.59/2.67	c #cpu_time = 0.007s
2.59/2.67	c #wall_clock_time = 0.007s
2.59/2.67	c #decision = 23
2.59/2.67	c #random_decision = 0
2.59/2.67	c #conflict = 0
2.59/2.67	c #restart = 0
2.59/2.67	c BCD2: found a new core of size 2: cost of the new core is >=1
2.59/2.67	c lower bound updated to -141
2.59/2.67	c BCD2: 309 <= obj <= 425
2.59/2.67	c BCD2: #cores=23, #unrelaxed=118, #relaxed=332, #hardened=0
2.59/2.67	c BCD2: #sat=1 #unsat=310 bias=310/311
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 |     7373      0 |      286 |      309
2.59/2.67	c  0.0s |       0 |       24 |        1 |     7373      0 |      286 |      309
2.59/2.67	c #cpu_time = 0.007s
2.59/2.67	c #wall_clock_time = 0.007s
2.59/2.67	c #decision = 24
2.59/2.67	c #random_decision = 0
2.59/2.67	c #conflict = 1
2.59/2.67	c #restart = 0
2.59/2.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.59/2.67	c lower bound updated to -140
2.59/2.67	c BCD2: 310 <= obj <= 425
2.59/2.67	c BCD2: #cores=23, #unrelaxed=117, #relaxed=333, #hardened=0
2.59/2.67	c BCD2: #sat=1 #unsat=311 bias=311/312
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 |     7373      0 |      287 |      309
2.59/2.68	c  0.0s |       0 |       24 |        1 |     7373      0 |      287 |      310
2.59/2.68	c #cpu_time = 0.007s
2.59/2.68	c #wall_clock_time = 0.007s
2.59/2.68	c #decision = 24
2.59/2.68	c #random_decision = 0
2.59/2.68	c #conflict = 1
2.59/2.68	c #restart = 0
2.59/2.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.59/2.68	c lower bound updated to -139
2.59/2.68	c BCD2: 311 <= obj <= 425
2.59/2.68	c BCD2: #cores=23, #unrelaxed=116, #relaxed=334, #hardened=0
2.59/2.68	c BCD2: #sat=1 #unsat=312 bias=312/313
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 |     7373      0 |      288 |      310
2.59/2.69	c  0.0s |       0 |       24 |        1 |     7373      0 |      288 |      311
2.59/2.69	c #cpu_time = 0.007s
2.59/2.69	c #wall_clock_time = 0.007s
2.59/2.69	c #decision = 24
2.59/2.69	c #random_decision = 0
2.59/2.69	c #conflict = 1
2.59/2.69	c #restart = 0
2.59/2.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.59/2.69	c lower bound updated to -138
2.59/2.69	c BCD2: 312 <= obj <= 425
2.59/2.69	c BCD2: #cores=23, #unrelaxed=115, #relaxed=335, #hardened=0
2.59/2.69	c BCD2: #sat=1 #unsat=313 bias=313/314
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 |     7373      0 |      289 |      311
2.69/2.70	c  0.0s |       0 |       24 |        1 |     7373      0 |      289 |      312
2.69/2.70	c #cpu_time = 0.007s
2.69/2.70	c #wall_clock_time = 0.007s
2.69/2.70	c #decision = 24
2.69/2.70	c #random_decision = 0
2.69/2.70	c #conflict = 1
2.69/2.70	c #restart = 0
2.69/2.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.69/2.70	c lower bound updated to -137
2.69/2.70	c BCD2: 313 <= obj <= 425
2.69/2.70	c BCD2: #cores=23, #unrelaxed=114, #relaxed=336, #hardened=0
2.69/2.70	c BCD2: #sat=1 #unsat=314 bias=314/315
2.69/2.70	c Solving starts ...
2.69/2.70	c ============================[ Search Statistics ]============================
2.69/2.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.70	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.70	c =============================================================================
2.69/2.70	c  0.0s |       0 |        0 |        0 |     7373      0 |      290 |      312
2.69/2.71	c  0.0s |       0 |       24 |        1 |     7373      0 |      290 |      313
2.69/2.71	c #cpu_time = 0.007s
2.69/2.71	c #wall_clock_time = 0.007s
2.69/2.71	c #decision = 24
2.69/2.71	c #random_decision = 0
2.69/2.71	c #conflict = 1
2.69/2.71	c #restart = 0
2.69/2.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.69/2.71	c lower bound updated to -136
2.69/2.71	c BCD2: 314 <= obj <= 425
2.69/2.71	c BCD2: #cores=23, #unrelaxed=113, #relaxed=337, #hardened=0
2.69/2.71	c BCD2: #sat=1 #unsat=315 bias=315/316
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 |     7373      0 |      291 |      313
2.69/2.71	c  0.0s |       0 |       24 |        1 |     7373      0 |      291 |      314
2.69/2.71	c #cpu_time = 0.007s
2.69/2.71	c #wall_clock_time = 0.007s
2.69/2.71	c #decision = 24
2.69/2.71	c #random_decision = 0
2.69/2.71	c #conflict = 1
2.69/2.71	c #restart = 0
2.69/2.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.69/2.71	c lower bound updated to -135
2.69/2.71	c BCD2: 315 <= obj <= 425
2.69/2.71	c BCD2: #cores=23, #unrelaxed=112, #relaxed=338, #hardened=0
2.69/2.71	c BCD2: #sat=1 #unsat=316 bias=316/317
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 |     7373      0 |      292 |      314
2.69/2.72	c  0.0s |       0 |       24 |        1 |     7373      0 |      292 |      315
2.69/2.72	c #cpu_time = 0.007s
2.69/2.72	c #wall_clock_time = 0.007s
2.69/2.72	c #decision = 24
2.69/2.72	c #random_decision = 0
2.69/2.72	c #conflict = 1
2.69/2.72	c #restart = 0
2.69/2.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.69/2.72	c lower bound updated to -134
2.69/2.72	c BCD2: 316 <= obj <= 425
2.69/2.72	c BCD2: #cores=23, #unrelaxed=111, #relaxed=339, #hardened=0
2.69/2.72	c BCD2: #sat=1 #unsat=317 bias=317/318
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 |     7373      0 |      293 |      315
2.69/2.73	c  0.0s |       0 |       24 |        1 |     7373      0 |      293 |      316
2.69/2.73	c #cpu_time = 0.007s
2.69/2.73	c #wall_clock_time = 0.007s
2.69/2.73	c #decision = 24
2.69/2.73	c #random_decision = 0
2.69/2.73	c #conflict = 1
2.69/2.73	c #restart = 0
2.69/2.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.69/2.73	c lower bound updated to -133
2.69/2.73	c BCD2: 317 <= obj <= 425
2.69/2.73	c BCD2: #cores=23, #unrelaxed=110, #relaxed=340, #hardened=0
2.69/2.73	c BCD2: #sat=1 #unsat=318 bias=318/319
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 |     7373      0 |      294 |      316
2.69/2.74	c  0.0s |       0 |       24 |        1 |     7373      0 |      294 |      317
2.69/2.74	c #cpu_time = 0.007s
2.69/2.74	c #wall_clock_time = 0.007s
2.69/2.74	c #decision = 24
2.69/2.74	c #random_decision = 0
2.69/2.74	c #conflict = 1
2.69/2.74	c #restart = 0
2.69/2.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.69/2.74	c lower bound updated to -132
2.69/2.74	c BCD2: 318 <= obj <= 425
2.69/2.74	c BCD2: #cores=23, #unrelaxed=109, #relaxed=341, #hardened=0
2.69/2.74	c BCD2: #sat=1 #unsat=319 bias=319/320
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 |     7373      0 |      295 |      317
2.69/2.74	c  0.0s |       0 |       24 |        1 |     7373      0 |      295 |      318
2.69/2.74	c #cpu_time = 0.007s
2.69/2.74	c #wall_clock_time = 0.007s
2.69/2.74	c #decision = 24
2.69/2.74	c #random_decision = 0
2.69/2.74	c #conflict = 1
2.69/2.74	c #restart = 0
2.69/2.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.69/2.74	c lower bound updated to -131
2.69/2.74	c BCD2: 319 <= obj <= 425
2.69/2.74	c BCD2: #cores=23, #unrelaxed=108, #relaxed=342, #hardened=0
2.69/2.74	c BCD2: #sat=1 #unsat=320 bias=320/321
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 |     7373      0 |      296 |      318
2.69/2.75	c  0.0s |       0 |       24 |        1 |     7373      0 |      296 |      319
2.69/2.75	c #cpu_time = 0.007s
2.69/2.75	c #wall_clock_time = 0.007s
2.69/2.75	c #decision = 24
2.69/2.75	c #random_decision = 0
2.69/2.75	c #conflict = 1
2.69/2.75	c #restart = 0
2.69/2.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.69/2.75	c lower bound updated to -130
2.69/2.75	c BCD2: 320 <= obj <= 425
2.69/2.75	c BCD2: #cores=23, #unrelaxed=107, #relaxed=343, #hardened=0
2.69/2.75	c BCD2: #sat=1 #unsat=321 bias=321/322
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 |     7373      0 |      297 |      319
2.69/2.76	c  0.0s |       0 |       24 |        1 |     7373      0 |      297 |      320
2.69/2.76	c #cpu_time = 0.007s
2.69/2.76	c #wall_clock_time = 0.007s
2.69/2.76	c #decision = 24
2.69/2.76	c #random_decision = 0
2.69/2.76	c #conflict = 1
2.69/2.76	c #restart = 0
2.69/2.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.69/2.76	c lower bound updated to -129
2.69/2.76	c BCD2: 321 <= obj <= 425
2.69/2.76	c BCD2: #cores=23, #unrelaxed=106, #relaxed=344, #hardened=0
2.69/2.76	c BCD2: #sat=1 #unsat=322 bias=322/323
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 |     7373      0 |      298 |      320
2.69/2.77	c  0.0s |       0 |       24 |        1 |     7373      0 |      298 |      321
2.69/2.77	c #cpu_time = 0.007s
2.69/2.77	c #wall_clock_time = 0.007s
2.69/2.77	c #decision = 24
2.69/2.77	c #random_decision = 0
2.69/2.77	c #conflict = 1
2.69/2.77	c #restart = 0
2.69/2.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.69/2.77	c lower bound updated to -128
2.69/2.77	c BCD2: 322 <= obj <= 425
2.69/2.77	c BCD2: #cores=23, #unrelaxed=105, #relaxed=345, #hardened=0
2.69/2.77	c BCD2: #sat=1 #unsat=323 bias=323/324
2.69/2.77	c Solving starts ...
2.69/2.77	c ============================[ Search Statistics ]============================
2.69/2.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.77	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.77	c =============================================================================
2.69/2.77	c  0.0s |       0 |        0 |        0 |     7373      0 |      299 |      321
2.69/2.77	c  0.0s |       0 |       24 |        0 |     7373      0 |      299 |      322
2.69/2.77	c #cpu_time = 0.007s
2.69/2.77	c #wall_clock_time = 0.007s
2.69/2.77	c #decision = 24
2.69/2.77	c #random_decision = 0
2.69/2.77	c #conflict = 0
2.69/2.77	c #restart = 0
2.69/2.77	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.77	c lower bound updated to -127
2.69/2.78	c BCD2: 323 <= obj <= 425
2.69/2.78	c BCD2: #cores=24, #unrelaxed=103, #relaxed=347, #hardened=0
2.69/2.78	c BCD2: #sat=1 #unsat=324 bias=324/325
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 |     7373      0 |      299 |      323
2.69/2.78	c  0.0s |       0 |       25 |        1 |     7373      0 |      299 |      323
2.69/2.78	c #cpu_time = 0.006s
2.69/2.78	c #wall_clock_time = 0.006s
2.69/2.78	c #decision = 25
2.69/2.78	c #random_decision = 0
2.69/2.78	c #conflict = 1
2.69/2.78	c #restart = 0
2.69/2.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.69/2.78	c lower bound updated to -126
2.69/2.78	c BCD2: 324 <= obj <= 425
2.69/2.78	c BCD2: #cores=24, #unrelaxed=102, #relaxed=348, #hardened=0
2.69/2.78	c BCD2: #sat=1 #unsat=325 bias=325/326
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 |     7373      0 |      300 |      323
2.69/2.79	c  0.0s |       0 |       25 |        1 |     7373      0 |      300 |      324
2.69/2.79	c #cpu_time = 0.007s
2.69/2.79	c #wall_clock_time = 0.007s
2.69/2.79	c #decision = 25
2.69/2.79	c #random_decision = 0
2.69/2.79	c #conflict = 1
2.69/2.79	c #restart = 0
2.69/2.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.69/2.79	c lower bound updated to -125
2.69/2.79	c BCD2: 325 <= obj <= 425
2.69/2.79	c BCD2: #cores=24, #unrelaxed=101, #relaxed=349, #hardened=0
2.69/2.79	c BCD2: #sat=1 #unsat=326 bias=326/327
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 |     7373      0 |      301 |      324
2.79/2.80	c  0.0s |       0 |       25 |        1 |     7373      0 |      301 |      325
2.79/2.80	c #cpu_time = 0.007s
2.79/2.80	c #wall_clock_time = 0.007s
2.79/2.80	c #decision = 25
2.79/2.80	c #random_decision = 0
2.79/2.80	c #conflict = 1
2.79/2.80	c #restart = 0
2.79/2.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.79/2.80	c lower bound updated to -124
2.79/2.80	c BCD2: 326 <= obj <= 425
2.79/2.80	c BCD2: #cores=24, #unrelaxed=100, #relaxed=350, #hardened=0
2.79/2.80	c BCD2: #sat=1 #unsat=327 bias=327/328
2.79/2.80	c Solving starts ...
2.79/2.80	c ============================[ Search Statistics ]============================
2.79/2.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.80	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.80	c =============================================================================
2.79/2.80	c  0.0s |       0 |        0 |        0 |     7373      0 |      302 |      325
2.79/2.80	c  0.0s |       0 |       25 |        1 |     7373      0 |      302 |      326
2.79/2.80	c #cpu_time = 0.007s
2.79/2.80	c #wall_clock_time = 0.007s
2.79/2.80	c #decision = 25
2.79/2.80	c #random_decision = 0
2.79/2.80	c #conflict = 1
2.79/2.80	c #restart = 0
2.79/2.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.79/2.80	c lower bound updated to -123
2.79/2.81	c BCD2: 327 <= obj <= 425
2.79/2.81	c BCD2: #cores=24, #unrelaxed=99, #relaxed=351, #hardened=0
2.79/2.81	c BCD2: #sat=1 #unsat=328 bias=328/329
2.79/2.81	c Solving starts ...
2.79/2.81	c ============================[ Search Statistics ]============================
2.79/2.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.81	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.81	c =============================================================================
2.79/2.81	c  0.0s |       0 |        0 |        0 |     7373      0 |      303 |      326
2.79/2.81	c  0.0s |       0 |       25 |        1 |     7373      0 |      303 |      327
2.79/2.81	c #cpu_time = 0.007s
2.79/2.81	c #wall_clock_time = 0.007s
2.79/2.81	c #decision = 25
2.79/2.81	c #random_decision = 0
2.79/2.81	c #conflict = 1
2.79/2.81	c #restart = 0
2.79/2.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.79/2.81	c lower bound updated to -122
2.79/2.81	c BCD2: 328 <= obj <= 425
2.79/2.81	c BCD2: #cores=24, #unrelaxed=98, #relaxed=352, #hardened=0
2.79/2.81	c BCD2: #sat=1 #unsat=329 bias=329/330
2.79/2.81	c Solving starts ...
2.79/2.81	c ============================[ Search Statistics ]============================
2.79/2.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.81	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.81	c =============================================================================
2.79/2.81	c  0.0s |       0 |        0 |        0 |     7373      0 |      304 |      327
2.79/2.82	c  0.0s |       0 |       25 |        1 |     7373      0 |      304 |      328
2.79/2.82	c #cpu_time = 0.007s
2.79/2.82	c #wall_clock_time = 0.007s
2.79/2.82	c #decision = 25
2.79/2.82	c #random_decision = 0
2.79/2.82	c #conflict = 1
2.79/2.82	c #restart = 0
2.79/2.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.79/2.82	c lower bound updated to -121
2.79/2.82	c BCD2: 329 <= obj <= 425
2.79/2.82	c BCD2: #cores=24, #unrelaxed=97, #relaxed=353, #hardened=0
2.79/2.82	c BCD2: #sat=1 #unsat=330 bias=330/331
2.79/2.82	c Solving starts ...
2.79/2.82	c ============================[ Search Statistics ]============================
2.79/2.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.82	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.82	c =============================================================================
2.79/2.82	c  0.0s |       0 |        0 |        0 |     7373      0 |      305 |      328
2.79/2.83	c  0.0s |       0 |       25 |        1 |     7373      0 |      305 |      329
2.79/2.83	c #cpu_time = 0.007s
2.79/2.83	c #wall_clock_time = 0.007s
2.79/2.83	c #decision = 25
2.79/2.83	c #random_decision = 0
2.79/2.83	c #conflict = 1
2.79/2.83	c #restart = 0
2.79/2.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.79/2.83	c lower bound updated to -120
2.79/2.83	c BCD2: 330 <= obj <= 425
2.79/2.83	c BCD2: #cores=24, #unrelaxed=96, #relaxed=354, #hardened=0
2.79/2.83	c BCD2: #sat=1 #unsat=331 bias=331/332
2.79/2.83	c Solving starts ...
2.79/2.83	c ============================[ Search Statistics ]============================
2.79/2.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.83	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.83	c =============================================================================
2.79/2.83	c  0.0s |       0 |        0 |        0 |     7373      0 |      306 |      329
2.79/2.84	c  0.0s |       0 |       25 |        1 |     7373      0 |      306 |      330
2.79/2.84	c #cpu_time = 0.007s
2.79/2.84	c #wall_clock_time = 0.007s
2.79/2.84	c #decision = 25
2.79/2.84	c #random_decision = 0
2.79/2.84	c #conflict = 1
2.79/2.84	c #restart = 0
2.79/2.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.79/2.84	c lower bound updated to -119
2.79/2.84	c BCD2: 331 <= obj <= 425
2.79/2.84	c BCD2: #cores=24, #unrelaxed=95, #relaxed=355, #hardened=0
2.79/2.84	c BCD2: #sat=1 #unsat=332 bias=332/333
2.79/2.84	c Solving starts ...
2.79/2.84	c ============================[ Search Statistics ]============================
2.79/2.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.84	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.84	c =============================================================================
2.79/2.84	c  0.0s |       0 |        0 |        0 |     7373      0 |      307 |      330
2.79/2.84	c  0.0s |       0 |       25 |        1 |     7373      0 |      307 |      331
2.79/2.84	c #cpu_time = 0.007s
2.79/2.84	c #wall_clock_time = 0.007s
2.79/2.84	c #decision = 25
2.79/2.84	c #random_decision = 0
2.79/2.84	c #conflict = 1
2.79/2.84	c #restart = 0
2.79/2.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.79/2.84	c lower bound updated to -118
2.79/2.84	c BCD2: 332 <= obj <= 425
2.79/2.84	c BCD2: #cores=24, #unrelaxed=94, #relaxed=356, #hardened=0
2.79/2.84	c BCD2: #sat=1 #unsat=333 bias=333/334
2.79/2.84	c Solving starts ...
2.79/2.84	c ============================[ Search Statistics ]============================
2.79/2.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.84	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.84	c =============================================================================
2.79/2.84	c  0.0s |       0 |        0 |        0 |     7373      0 |      308 |      331
2.79/2.85	c  0.0s |       0 |       25 |        1 |     7373      0 |      308 |      332
2.79/2.85	c #cpu_time = 0.007s
2.79/2.85	c #wall_clock_time = 0.007s
2.79/2.85	c #decision = 25
2.79/2.85	c #random_decision = 0
2.79/2.85	c #conflict = 1
2.79/2.85	c #restart = 0
2.79/2.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.79/2.85	c lower bound updated to -117
2.79/2.85	c BCD2: 333 <= obj <= 425
2.79/2.85	c BCD2: #cores=24, #unrelaxed=93, #relaxed=357, #hardened=0
2.79/2.85	c BCD2: #sat=1 #unsat=334 bias=334/335
2.79/2.85	c Solving starts ...
2.79/2.85	c ============================[ Search Statistics ]============================
2.79/2.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.85	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.85	c =============================================================================
2.79/2.85	c  0.0s |       0 |        0 |        0 |     7373      0 |      309 |      332
2.79/2.86	c  0.0s |       0 |       25 |        1 |     7373      0 |      309 |      333
2.79/2.86	c #cpu_time = 0.007s
2.79/2.86	c #wall_clock_time = 0.007s
2.79/2.86	c #decision = 25
2.79/2.86	c #random_decision = 0
2.79/2.86	c #conflict = 1
2.79/2.86	c #restart = 0
2.79/2.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.79/2.86	c lower bound updated to -116
2.79/2.86	c BCD2: 334 <= obj <= 425
2.79/2.86	c BCD2: #cores=24, #unrelaxed=92, #relaxed=358, #hardened=0
2.79/2.86	c BCD2: #sat=1 #unsat=335 bias=335/336
2.79/2.86	c Solving starts ...
2.79/2.86	c ============================[ Search Statistics ]============================
2.79/2.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.86	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.86	c =============================================================================
2.79/2.86	c  0.0s |       0 |        0 |        0 |     7373      0 |      310 |      333
2.79/2.87	c  0.0s |       0 |       25 |        1 |     7373      0 |      310 |      334
2.79/2.87	c #cpu_time = 0.007s
2.79/2.87	c #wall_clock_time = 0.007s
2.79/2.87	c #decision = 25
2.79/2.87	c #random_decision = 0
2.79/2.87	c #conflict = 1
2.79/2.87	c #restart = 0
2.79/2.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.79/2.87	c lower bound updated to -115
2.79/2.87	c BCD2: 335 <= obj <= 425
2.79/2.87	c BCD2: #cores=24, #unrelaxed=91, #relaxed=359, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=336 bias=336/337
2.79/2.87	c Solving starts ...
2.79/2.87	c ============================[ Search Statistics ]============================
2.79/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.87	c =============================================================================
2.79/2.87	c  0.0s |       0 |        0 |        0 |     7373      0 |      311 |      334
2.79/2.87	c  0.0s |       0 |       25 |        1 |     7373      0 |      311 |      335
2.79/2.87	c #cpu_time = 0.007s
2.79/2.87	c #wall_clock_time = 0.007s
2.79/2.87	c #decision = 25
2.79/2.87	c #random_decision = 0
2.79/2.87	c #conflict = 1
2.79/2.87	c #restart = 0
2.79/2.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.79/2.87	c lower bound updated to -114
2.79/2.87	c BCD2: 336 <= obj <= 425
2.79/2.87	c BCD2: #cores=24, #unrelaxed=90, #relaxed=360, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=337 bias=337/338
2.79/2.87	c Solving starts ...
2.79/2.87	c ============================[ Search Statistics ]============================
2.79/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.87	c =============================================================================
2.79/2.87	c  0.0s |       0 |        0 |        0 |     7373      0 |      312 |      335
2.79/2.88	c  0.0s |       0 |       25 |        0 |     7373      0 |      312 |      336
2.79/2.88	c #cpu_time = 0.007s
2.79/2.88	c #wall_clock_time = 0.007s
2.79/2.88	c #decision = 25
2.79/2.88	c #random_decision = 0
2.79/2.88	c #conflict = 0
2.79/2.88	c #restart = 0
2.79/2.88	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.88	c lower bound updated to -113
2.79/2.88	c BCD2: 337 <= obj <= 425
2.79/2.88	c BCD2: #cores=25, #unrelaxed=88, #relaxed=362, #hardened=0
2.79/2.88	c BCD2: #sat=1 #unsat=338 bias=338/339
2.79/2.88	c Solving starts ...
2.79/2.88	c ============================[ Search Statistics ]============================
2.79/2.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.88	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.88	c =============================================================================
2.79/2.88	c  0.0s |       0 |        0 |        0 |     7373      0 |      312 |      337
2.79/2.89	c  0.0s |       0 |       26 |        1 |     7373      0 |      312 |      337
2.79/2.89	c #cpu_time = 0.006s
2.79/2.89	c #wall_clock_time = 0.006s
2.79/2.89	c #decision = 26
2.79/2.89	c #random_decision = 0
2.79/2.89	c #conflict = 1
2.79/2.89	c #restart = 0
2.79/2.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.79/2.89	c lower bound updated to -112
2.79/2.89	c BCD2: 338 <= obj <= 425
2.79/2.89	c BCD2: #cores=25, #unrelaxed=87, #relaxed=363, #hardened=0
2.79/2.89	c BCD2: #sat=1 #unsat=339 bias=339/340
2.79/2.89	c Solving starts ...
2.79/2.89	c ============================[ Search Statistics ]============================
2.79/2.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.89	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.89	c =============================================================================
2.79/2.89	c  0.0s |       0 |        0 |        0 |     7373      0 |      313 |      337
2.89/2.90	c  0.0s |       0 |       26 |        1 |     7373      0 |      313 |      338
2.89/2.90	c #cpu_time = 0.007s
2.89/2.90	c #wall_clock_time = 0.007s
2.89/2.90	c #decision = 26
2.89/2.90	c #random_decision = 0
2.89/2.90	c #conflict = 1
2.89/2.90	c #restart = 0
2.89/2.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.89/2.90	c lower bound updated to -111
2.89/2.90	c BCD2: 339 <= obj <= 425
2.89/2.90	c BCD2: #cores=25, #unrelaxed=86, #relaxed=364, #hardened=0
2.89/2.90	c BCD2: #sat=1 #unsat=340 bias=340/341
2.89/2.90	c Solving starts ...
2.89/2.90	c ============================[ Search Statistics ]============================
2.89/2.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.90	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.90	c =============================================================================
2.89/2.90	c  0.0s |       0 |        0 |        0 |     7373      0 |      314 |      338
2.89/2.90	c  0.0s |       0 |       26 |        1 |     7373      0 |      314 |      339
2.89/2.90	c #cpu_time = 0.007s
2.89/2.90	c #wall_clock_time = 0.007s
2.89/2.90	c #decision = 26
2.89/2.90	c #random_decision = 0
2.89/2.90	c #conflict = 1
2.89/2.90	c #restart = 0
2.89/2.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.89/2.90	c lower bound updated to -110
2.89/2.90	c BCD2: 340 <= obj <= 425
2.89/2.90	c BCD2: #cores=25, #unrelaxed=85, #relaxed=365, #hardened=0
2.89/2.90	c BCD2: #sat=1 #unsat=341 bias=341/342
2.89/2.90	c Solving starts ...
2.89/2.90	c ============================[ Search Statistics ]============================
2.89/2.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.90	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.90	c =============================================================================
2.89/2.90	c  0.0s |       0 |        0 |        0 |     7373      0 |      315 |      339
2.89/2.91	c  0.0s |       0 |       26 |        1 |     7373      0 |      315 |      340
2.89/2.91	c #cpu_time = 0.007s
2.89/2.91	c #wall_clock_time = 0.007s
2.89/2.91	c #decision = 26
2.89/2.91	c #random_decision = 0
2.89/2.91	c #conflict = 1
2.89/2.91	c #restart = 0
2.89/2.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.89/2.91	c lower bound updated to -109
2.89/2.91	c BCD2: 341 <= obj <= 425
2.89/2.91	c BCD2: #cores=25, #unrelaxed=84, #relaxed=366, #hardened=0
2.89/2.91	c BCD2: #sat=1 #unsat=342 bias=342/343
2.89/2.91	c Solving starts ...
2.89/2.91	c ============================[ Search Statistics ]============================
2.89/2.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.91	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.91	c =============================================================================
2.89/2.91	c  0.0s |       0 |        0 |        0 |     7373      0 |      316 |      340
2.89/2.92	c  0.0s |       0 |       26 |        1 |     7373      0 |      316 |      341
2.89/2.92	c #cpu_time = 0.007s
2.89/2.92	c #wall_clock_time = 0.007s
2.89/2.92	c #decision = 26
2.89/2.92	c #random_decision = 0
2.89/2.92	c #conflict = 1
2.89/2.92	c #restart = 0
2.89/2.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.89/2.92	c lower bound updated to -108
2.89/2.92	c BCD2: 342 <= obj <= 425
2.89/2.92	c BCD2: #cores=25, #unrelaxed=83, #relaxed=367, #hardened=0
2.89/2.92	c BCD2: #sat=1 #unsat=343 bias=343/344
2.89/2.92	c Solving starts ...
2.89/2.92	c ============================[ Search Statistics ]============================
2.89/2.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.92	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.92	c =============================================================================
2.89/2.92	c  0.0s |       0 |        0 |        0 |     7373      0 |      317 |      341
2.89/2.93	c  0.0s |       0 |       26 |        1 |     7373      0 |      317 |      342
2.89/2.93	c #cpu_time = 0.007s
2.89/2.93	c #wall_clock_time = 0.007s
2.89/2.93	c #decision = 26
2.89/2.93	c #random_decision = 0
2.89/2.93	c #conflict = 1
2.89/2.93	c #restart = 0
2.89/2.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.89/2.93	c lower bound updated to -107
2.89/2.93	c BCD2: 343 <= obj <= 425
2.89/2.93	c BCD2: #cores=25, #unrelaxed=82, #relaxed=368, #hardened=0
2.89/2.93	c BCD2: #sat=1 #unsat=344 bias=344/345
2.89/2.93	c Solving starts ...
2.89/2.93	c ============================[ Search Statistics ]============================
2.89/2.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.93	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.93	c =============================================================================
2.89/2.93	c  0.0s |       0 |        0 |        0 |     7373      0 |      318 |      342
2.89/2.94	c  0.0s |       0 |       26 |        1 |     7373      0 |      318 |      343
2.89/2.94	c #cpu_time = 0.007s
2.89/2.94	c #wall_clock_time = 0.007s
2.89/2.94	c #decision = 26
2.89/2.94	c #random_decision = 0
2.89/2.94	c #conflict = 1
2.89/2.94	c #restart = 0
2.89/2.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.89/2.94	c lower bound updated to -106
2.89/2.94	c BCD2: 344 <= obj <= 425
2.89/2.94	c BCD2: #cores=25, #unrelaxed=81, #relaxed=369, #hardened=0
2.89/2.94	c BCD2: #sat=1 #unsat=345 bias=345/346
2.89/2.94	c Solving starts ...
2.89/2.94	c ============================[ Search Statistics ]============================
2.89/2.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.94	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.94	c =============================================================================
2.89/2.94	c  0.0s |       0 |        0 |        0 |     7373      0 |      319 |      343
2.89/2.94	c  0.0s |       0 |       26 |        1 |     7373      0 |      319 |      344
2.89/2.94	c #cpu_time = 0.007s
2.89/2.94	c #wall_clock_time = 0.007s
2.89/2.94	c #decision = 26
2.89/2.94	c #random_decision = 0
2.89/2.94	c #conflict = 1
2.89/2.94	c #restart = 0
2.89/2.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.89/2.94	c lower bound updated to -105
2.89/2.94	c BCD2: 345 <= obj <= 425
2.89/2.94	c BCD2: #cores=25, #unrelaxed=80, #relaxed=370, #hardened=0
2.89/2.94	c BCD2: #sat=1 #unsat=346 bias=346/347
2.89/2.94	c Solving starts ...
2.89/2.94	c ============================[ Search Statistics ]============================
2.89/2.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.94	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.94	c =============================================================================
2.89/2.94	c  0.0s |       0 |        0 |        0 |     7373      0 |      320 |      344
2.89/2.95	c  0.0s |       0 |       26 |        1 |     7373      0 |      320 |      345
2.89/2.95	c #cpu_time = 0.007s
2.89/2.95	c #wall_clock_time = 0.007s
2.89/2.95	c #decision = 26
2.89/2.95	c #random_decision = 0
2.89/2.95	c #conflict = 1
2.89/2.95	c #restart = 0
2.89/2.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.89/2.95	c lower bound updated to -104
2.89/2.95	c BCD2: 346 <= obj <= 425
2.89/2.95	c BCD2: #cores=25, #unrelaxed=79, #relaxed=371, #hardened=0
2.89/2.95	c BCD2: #sat=1 #unsat=347 bias=347/348
2.89/2.95	c Solving starts ...
2.89/2.95	c ============================[ Search Statistics ]============================
2.89/2.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.95	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.95	c =============================================================================
2.89/2.95	c  0.0s |       0 |        0 |        0 |     7373      0 |      321 |      345
2.89/2.96	c  0.0s |       0 |       26 |        1 |     7373      0 |      321 |      346
2.89/2.96	c #cpu_time = 0.007s
2.89/2.96	c #wall_clock_time = 0.007s
2.89/2.96	c #decision = 26
2.89/2.96	c #random_decision = 0
2.89/2.96	c #conflict = 1
2.89/2.96	c #restart = 0
2.89/2.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.89/2.96	c lower bound updated to -103
2.89/2.96	c BCD2: 347 <= obj <= 425
2.89/2.96	c BCD2: #cores=25, #unrelaxed=78, #relaxed=372, #hardened=0
2.89/2.96	c BCD2: #sat=1 #unsat=348 bias=348/349
2.89/2.96	c Solving starts ...
2.89/2.96	c ============================[ Search Statistics ]============================
2.89/2.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.96	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.96	c =============================================================================
2.89/2.96	c  0.0s |       0 |        0 |        0 |     7373      0 |      322 |      346
2.89/2.97	c  0.0s |       0 |       26 |        1 |     7373      0 |      322 |      347
2.89/2.97	c #cpu_time = 0.007s
2.89/2.97	c #wall_clock_time = 0.007s
2.89/2.97	c #decision = 26
2.89/2.97	c #random_decision = 0
2.89/2.97	c #conflict = 1
2.89/2.97	c #restart = 0
2.89/2.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.89/2.97	c lower bound updated to -102
2.89/2.97	c BCD2: 348 <= obj <= 425
2.89/2.97	c BCD2: #cores=25, #unrelaxed=77, #relaxed=373, #hardened=0
2.89/2.97	c BCD2: #sat=1 #unsat=349 bias=349/350
2.89/2.97	c Solving starts ...
2.89/2.97	c ============================[ Search Statistics ]============================
2.89/2.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.97	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.97	c =============================================================================
2.89/2.97	c  0.0s |       0 |        0 |        0 |     7373      0 |      323 |      347
2.89/2.97	c  0.0s |       0 |       26 |        1 |     7373      0 |      323 |      348
2.89/2.97	c #cpu_time = 0.007s
2.89/2.97	c #wall_clock_time = 0.007s
2.89/2.97	c #decision = 26
2.89/2.97	c #random_decision = 0
2.89/2.97	c #conflict = 1
2.89/2.97	c #restart = 0
2.89/2.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.89/2.97	c lower bound updated to -101
2.89/2.97	c BCD2: 349 <= obj <= 425
2.89/2.97	c BCD2: #cores=25, #unrelaxed=76, #relaxed=374, #hardened=0
2.89/2.97	c BCD2: #sat=1 #unsat=350 bias=350/351
2.89/2.98	c Solving starts ...
2.89/2.98	c ============================[ Search Statistics ]============================
2.89/2.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.98	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.98	c =============================================================================
2.89/2.98	c  0.0s |       0 |        0 |        0 |     7373      0 |      324 |      348
2.89/2.98	c  0.0s |       0 |       26 |        1 |     7373      0 |      324 |      349
2.89/2.98	c #cpu_time = 0.007s
2.89/2.98	c #wall_clock_time = 0.007s
2.89/2.98	c #decision = 26
2.89/2.98	c #random_decision = 0
2.89/2.98	c #conflict = 1
2.89/2.98	c #restart = 0
2.89/2.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.89/2.98	c lower bound updated to -100
2.89/2.98	c BCD2: 350 <= obj <= 425
2.89/2.98	c BCD2: #cores=25, #unrelaxed=75, #relaxed=375, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=351 bias=351/352
2.89/2.98	c Solving starts ...
2.89/2.98	c ============================[ Search Statistics ]============================
2.89/2.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.98	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.98	c =============================================================================
2.89/2.98	c  0.0s |       0 |        0 |        0 |     7373      0 |      325 |      349
2.89/2.99	c  0.0s |       0 |       26 |        0 |     7373      0 |      325 |      350
2.89/2.99	c #cpu_time = 0.007s
2.89/2.99	c #wall_clock_time = 0.007s
2.89/2.99	c #decision = 26
2.89/2.99	c #random_decision = 0
2.89/2.99	c #conflict = 0
2.89/2.99	c #restart = 0
2.89/2.99	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.99	c lower bound updated to -99
2.89/2.99	c BCD2: 351 <= obj <= 425
2.89/2.99	c BCD2: #cores=26, #unrelaxed=73, #relaxed=377, #hardened=0
2.89/2.99	c BCD2: #sat=1 #unsat=352 bias=352/353
2.89/2.99	c Solving starts ...
2.89/2.99	c ============================[ Search Statistics ]============================
2.89/2.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.99	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.99	c =============================================================================
2.89/2.99	c  0.0s |       0 |        0 |        0 |     7373      0 |      325 |      351
2.99/3.00	c  0.0s |       0 |       27 |        1 |     7373      0 |      325 |      351
2.99/3.00	c #cpu_time = 0.007s
2.99/3.00	c #wall_clock_time = 0.007s
2.99/3.00	c #decision = 27
2.99/3.00	c #random_decision = 0
2.99/3.00	c #conflict = 1
2.99/3.00	c #restart = 0
2.99/3.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.99/3.00	c lower bound updated to -98
2.99/3.00	c BCD2: 352 <= obj <= 425
2.99/3.00	c BCD2: #cores=26, #unrelaxed=72, #relaxed=378, #hardened=0
2.99/3.00	c BCD2: #sat=1 #unsat=353 bias=353/354
2.99/3.00	c Solving starts ...
2.99/3.00	c ============================[ Search Statistics ]============================
2.99/3.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.00	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.00	c =============================================================================
2.99/3.00	c  0.0s |       0 |        0 |        0 |     7373      0 |      326 |      351
2.99/3.01	c  0.0s |       0 |       27 |        1 |     7373      0 |      326 |      352
2.99/3.01	c #cpu_time = 0.007s
2.99/3.01	c #wall_clock_time = 0.007s
2.99/3.01	c #decision = 27
2.99/3.01	c #random_decision = 0
2.99/3.01	c #conflict = 1
2.99/3.01	c #restart = 0
2.99/3.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.99/3.01	c lower bound updated to -97
2.99/3.01	c BCD2: 353 <= obj <= 425
2.99/3.01	c BCD2: #cores=26, #unrelaxed=71, #relaxed=379, #hardened=0
2.99/3.01	c BCD2: #sat=1 #unsat=354 bias=354/355
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 |     7373      0 |      327 |      352
2.99/3.01	c  0.0s |       0 |       27 |        1 |     7373      0 |      327 |      353
2.99/3.01	c #cpu_time = 0.007s
2.99/3.01	c #wall_clock_time = 0.007s
2.99/3.01	c #decision = 27
2.99/3.01	c #random_decision = 0
2.99/3.01	c #conflict = 1
2.99/3.01	c #restart = 0
2.99/3.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.99/3.01	c lower bound updated to -96
2.99/3.01	c BCD2: 354 <= obj <= 425
2.99/3.01	c BCD2: #cores=26, #unrelaxed=70, #relaxed=380, #hardened=0
2.99/3.01	c BCD2: #sat=1 #unsat=355 bias=355/356
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 |     7373      0 |      328 |      353
2.99/3.02	c  0.0s |       0 |       27 |        1 |     7373      0 |      328 |      354
2.99/3.02	c #cpu_time = 0.007s
2.99/3.02	c #wall_clock_time = 0.007s
2.99/3.02	c #decision = 27
2.99/3.02	c #random_decision = 0
2.99/3.02	c #conflict = 1
2.99/3.02	c #restart = 0
2.99/3.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.99/3.02	c lower bound updated to -95
2.99/3.02	c BCD2: 355 <= obj <= 425
2.99/3.02	c BCD2: #cores=26, #unrelaxed=69, #relaxed=381, #hardened=0
2.99/3.02	c BCD2: #sat=1 #unsat=356 bias=356/357
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 |     7373      0 |      329 |      354
2.99/3.03	c  0.0s |       0 |       27 |        1 |     7373      0 |      329 |      355
2.99/3.03	c #cpu_time = 0.007s
2.99/3.03	c #wall_clock_time = 0.007s
2.99/3.03	c #decision = 27
2.99/3.03	c #random_decision = 0
2.99/3.03	c #conflict = 1
2.99/3.03	c #restart = 0
2.99/3.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.99/3.03	c lower bound updated to -94
2.99/3.03	c BCD2: 356 <= obj <= 425
2.99/3.03	c BCD2: #cores=26, #unrelaxed=68, #relaxed=382, #hardened=0
2.99/3.03	c BCD2: #sat=1 #unsat=357 bias=357/358
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 |     7373      0 |      330 |      355
2.99/3.04	c  0.0s |       0 |       27 |        1 |     7373      0 |      330 |      356
2.99/3.04	c #cpu_time = 0.007s
2.99/3.04	c #wall_clock_time = 0.007s
2.99/3.04	c #decision = 27
2.99/3.04	c #random_decision = 0
2.99/3.04	c #conflict = 1
2.99/3.04	c #restart = 0
2.99/3.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.99/3.04	c lower bound updated to -93
2.99/3.04	c BCD2: 357 <= obj <= 425
2.99/3.04	c BCD2: #cores=26, #unrelaxed=67, #relaxed=383, #hardened=0
2.99/3.04	c BCD2: #sat=1 #unsat=358 bias=358/359
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 |     7373      0 |      331 |      356
2.99/3.04	c  0.0s |       0 |       27 |        1 |     7373      0 |      331 |      357
2.99/3.04	c #cpu_time = 0.007s
2.99/3.04	c #wall_clock_time = 0.007s
2.99/3.04	c #decision = 27
2.99/3.04	c #random_decision = 0
2.99/3.04	c #conflict = 1
2.99/3.04	c #restart = 0
2.99/3.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.99/3.04	c lower bound updated to -92
2.99/3.04	c BCD2: 358 <= obj <= 425
2.99/3.04	c BCD2: #cores=26, #unrelaxed=66, #relaxed=384, #hardened=0
2.99/3.04	c BCD2: #sat=1 #unsat=359 bias=359/360
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 |     7373      0 |      332 |      357
2.99/3.05	c  0.0s |       0 |       27 |        1 |     7373      0 |      332 |      358
2.99/3.05	c #cpu_time = 0.007s
2.99/3.05	c #wall_clock_time = 0.007s
2.99/3.05	c #decision = 27
2.99/3.05	c #random_decision = 0
2.99/3.05	c #conflict = 1
2.99/3.05	c #restart = 0
2.99/3.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.99/3.05	c lower bound updated to -91
2.99/3.05	c BCD2: 359 <= obj <= 425
2.99/3.05	c BCD2: #cores=26, #unrelaxed=65, #relaxed=385, #hardened=0
2.99/3.05	c BCD2: #sat=1 #unsat=360 bias=360/361
2.99/3.05	c Solving starts ...
2.99/3.05	c ============================[ Search Statistics ]============================
2.99/3.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.05	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.05	c =============================================================================
2.99/3.05	c  0.0s |       0 |        0 |        0 |     7373      0 |      333 |      358
2.99/3.06	c  0.0s |       0 |       27 |        1 |     7373      0 |      333 |      359
2.99/3.06	c #cpu_time = 0.007s
2.99/3.06	c #wall_clock_time = 0.007s
2.99/3.06	c #decision = 27
2.99/3.06	c #random_decision = 0
2.99/3.06	c #conflict = 1
2.99/3.06	c #restart = 0
2.99/3.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.99/3.06	c lower bound updated to -90
2.99/3.06	c BCD2: 360 <= obj <= 425
2.99/3.06	c BCD2: #cores=26, #unrelaxed=64, #relaxed=386, #hardened=0
2.99/3.06	c BCD2: #sat=1 #unsat=361 bias=361/362
2.99/3.06	c Solving starts ...
2.99/3.06	c ============================[ Search Statistics ]============================
2.99/3.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.06	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.06	c =============================================================================
2.99/3.06	c  0.0s |       0 |        0 |        0 |     7373      0 |      334 |      359
2.99/3.07	c  0.0s |       0 |       27 |        1 |     7373      0 |      334 |      360
2.99/3.07	c #cpu_time = 0.007s
2.99/3.07	c #wall_clock_time = 0.007s
2.99/3.07	c #decision = 27
2.99/3.07	c #random_decision = 0
2.99/3.07	c #conflict = 1
2.99/3.07	c #restart = 0
2.99/3.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.99/3.07	c lower bound updated to -89
2.99/3.07	c BCD2: 361 <= obj <= 425
2.99/3.07	c BCD2: #cores=26, #unrelaxed=63, #relaxed=387, #hardened=0
2.99/3.07	c BCD2: #sat=1 #unsat=362 bias=362/363
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 |     7373      0 |      335 |      360
2.99/3.07	c  0.0s |       0 |       27 |        1 |     7373      0 |      335 |      361
2.99/3.07	c #cpu_time = 0.007s
2.99/3.07	c #wall_clock_time = 0.007s
2.99/3.07	c #decision = 27
2.99/3.07	c #random_decision = 0
2.99/3.07	c #conflict = 1
2.99/3.07	c #restart = 0
2.99/3.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.99/3.07	c lower bound updated to -88
2.99/3.07	c BCD2: 362 <= obj <= 425
2.99/3.07	c BCD2: #cores=26, #unrelaxed=62, #relaxed=388, #hardened=0
2.99/3.07	c BCD2: #sat=1 #unsat=363 bias=363/364
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.08	c  0.0s |       0 |        0 |        0 |     7373      0 |      336 |      361
2.99/3.08	c  0.0s |       0 |       27 |        1 |     7373      0 |      336 |      362
2.99/3.08	c #cpu_time = 0.007s
2.99/3.08	c #wall_clock_time = 0.007s
2.99/3.08	c #decision = 27
2.99/3.08	c #random_decision = 0
2.99/3.08	c #conflict = 1
2.99/3.08	c #restart = 0
2.99/3.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
2.99/3.08	c lower bound updated to -87
2.99/3.08	c BCD2: 363 <= obj <= 425
2.99/3.08	c BCD2: #cores=26, #unrelaxed=61, #relaxed=389, #hardened=0
2.99/3.08	c BCD2: #sat=1 #unsat=364 bias=364/365
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 |     7373      0 |      337 |      362
2.99/3.09	c  0.0s |       0 |       27 |        1 |     7373      0 |      337 |      363
2.99/3.09	c #cpu_time = 0.007s
2.99/3.09	c #wall_clock_time = 0.007s
2.99/3.09	c #decision = 27
2.99/3.09	c #random_decision = 0
2.99/3.09	c #conflict = 1
2.99/3.09	c #restart = 0
2.99/3.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
2.99/3.09	c lower bound updated to -86
2.99/3.09	c BCD2: 364 <= obj <= 425
2.99/3.09	c BCD2: #cores=26, #unrelaxed=60, #relaxed=390, #hardened=0
2.99/3.09	c BCD2: #sat=1 #unsat=365 bias=365/366
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 |     7373      0 |      338 |      363
3.09/3.10	c  0.0s |       0 |       27 |        0 |     7373      0 |      338 |      364
3.09/3.10	c #cpu_time = 0.007s
3.09/3.10	c #wall_clock_time = 0.007s
3.09/3.10	c #decision = 27
3.09/3.10	c #random_decision = 0
3.09/3.10	c #conflict = 0
3.09/3.10	c #restart = 0
3.09/3.10	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.10	c lower bound updated to -85
3.09/3.10	c BCD2: 365 <= obj <= 425
3.09/3.10	c BCD2: #cores=27, #unrelaxed=58, #relaxed=392, #hardened=0
3.09/3.10	c BCD2: #sat=1 #unsat=366 bias=366/367
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 |     7373      0 |      338 |      365
3.09/3.11	c  0.0s |       0 |       28 |        1 |     7373      0 |      338 |      365
3.09/3.11	c #cpu_time = 0.007s
3.09/3.11	c #wall_clock_time = 0.007s
3.09/3.11	c #decision = 28
3.09/3.11	c #random_decision = 0
3.09/3.11	c #conflict = 1
3.09/3.11	c #restart = 0
3.09/3.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.09/3.11	c lower bound updated to -84
3.09/3.11	c BCD2: 366 <= obj <= 425
3.09/3.11	c BCD2: #cores=27, #unrelaxed=57, #relaxed=393, #hardened=0
3.09/3.11	c BCD2: #sat=1 #unsat=367 bias=367/368
3.09/3.11	c Solving starts ...
3.09/3.11	c ============================[ Search Statistics ]============================
3.09/3.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.11	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.11	c =============================================================================
3.09/3.11	c  0.0s |       0 |        0 |        0 |     7373      0 |      339 |      365
3.09/3.11	c  0.0s |       0 |       28 |        1 |     7373      0 |      339 |      366
3.09/3.11	c #cpu_time = 0.007s
3.09/3.11	c #wall_clock_time = 0.007s
3.09/3.11	c #decision = 28
3.09/3.11	c #random_decision = 0
3.09/3.11	c #conflict = 1
3.09/3.11	c #restart = 0
3.09/3.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.09/3.11	c lower bound updated to -83
3.09/3.11	c BCD2: 367 <= obj <= 425
3.09/3.11	c BCD2: #cores=27, #unrelaxed=56, #relaxed=394, #hardened=0
3.09/3.11	c BCD2: #sat=1 #unsat=368 bias=368/369
3.09/3.11	c Solving starts ...
3.09/3.11	c ============================[ Search Statistics ]============================
3.09/3.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.11	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.11	c =============================================================================
3.09/3.11	c  0.0s |       0 |        0 |        0 |     7373      0 |      340 |      366
3.09/3.12	c  0.0s |       0 |       28 |        1 |     7373      0 |      340 |      367
3.09/3.12	c #cpu_time = 0.007s
3.09/3.12	c #wall_clock_time = 0.007s
3.09/3.12	c #decision = 28
3.09/3.12	c #random_decision = 0
3.09/3.12	c #conflict = 1
3.09/3.12	c #restart = 0
3.09/3.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
3.09/3.12	c lower bound updated to -82
3.09/3.12	c BCD2: 368 <= obj <= 425
3.09/3.12	c BCD2: #cores=27, #unrelaxed=55, #relaxed=395, #hardened=0
3.09/3.12	c BCD2: #sat=1 #unsat=369 bias=369/370
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 |     7373      0 |      341 |      367
3.09/3.13	c  0.0s |       0 |       28 |        1 |     7373      0 |      341 |      368
3.09/3.13	c #cpu_time = 0.007s
3.09/3.13	c #wall_clock_time = 0.007s
3.09/3.13	c #decision = 28
3.09/3.13	c #random_decision = 0
3.09/3.13	c #conflict = 1
3.09/3.13	c #restart = 0
3.09/3.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
3.09/3.13	c lower bound updated to -81
3.09/3.13	c BCD2: 369 <= obj <= 425
3.09/3.13	c BCD2: #cores=27, #unrelaxed=54, #relaxed=396, #hardened=0
3.09/3.13	c BCD2: #sat=1 #unsat=370 bias=370/371
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 |     7373      0 |      342 |      368
3.09/3.14	c  0.0s |       0 |       28 |        1 |     7373      0 |      342 |      369
3.09/3.14	c #cpu_time = 0.007s
3.09/3.14	c #wall_clock_time = 0.007s
3.09/3.14	c #decision = 28
3.09/3.14	c #random_decision = 0
3.09/3.14	c #conflict = 1
3.09/3.14	c #restart = 0
3.09/3.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
3.09/3.14	c lower bound updated to -80
3.09/3.14	c BCD2: 370 <= obj <= 425
3.09/3.14	c BCD2: #cores=27, #unrelaxed=53, #relaxed=397, #hardened=0
3.09/3.14	c BCD2: #sat=1 #unsat=371 bias=371/372
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 |     7373      0 |      343 |      369
3.09/3.14	c  0.0s |       0 |       28 |        1 |     7373      0 |      343 |      370
3.09/3.14	c #cpu_time = 0.007s
3.09/3.14	c #wall_clock_time = 0.007s
3.09/3.14	c #decision = 28
3.09/3.14	c #random_decision = 0
3.09/3.14	c #conflict = 1
3.09/3.14	c #restart = 0
3.09/3.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
3.09/3.14	c lower bound updated to -79
3.09/3.15	c BCD2: 371 <= obj <= 425
3.09/3.15	c BCD2: #cores=27, #unrelaxed=52, #relaxed=398, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=372 bias=372/373
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 |     7373      0 |      344 |      370
3.09/3.15	c  0.0s |       0 |       28 |        1 |     7373      0 |      344 |      371
3.09/3.15	c #cpu_time = 0.007s
3.09/3.15	c #wall_clock_time = 0.007s
3.09/3.15	c #decision = 28
3.09/3.15	c #random_decision = 0
3.09/3.15	c #conflict = 1
3.09/3.15	c #restart = 0
3.09/3.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
3.09/3.15	c lower bound updated to -78
3.09/3.15	c BCD2: 372 <= obj <= 425
3.09/3.15	c BCD2: #cores=27, #unrelaxed=51, #relaxed=399, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=373 bias=373/374
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 |     7373      0 |      345 |      371
3.09/3.16	c  0.0s |       0 |       28 |        1 |     7373      0 |      345 |      372
3.09/3.16	c #cpu_time = 0.007s
3.09/3.16	c #wall_clock_time = 0.007s
3.09/3.16	c #decision = 28
3.09/3.16	c #random_decision = 0
3.09/3.16	c #conflict = 1
3.09/3.16	c #restart = 0
3.09/3.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
3.09/3.16	c lower bound updated to -77
3.09/3.16	c BCD2: 373 <= obj <= 425
3.09/3.16	c BCD2: #cores=27, #unrelaxed=50, #relaxed=400, #hardened=0
3.09/3.16	c BCD2: #sat=1 #unsat=374 bias=374/375
3.09/3.16	c Solving starts ...
3.09/3.16	c ============================[ Search Statistics ]============================
3.09/3.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.16	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.16	c =============================================================================
3.09/3.16	c  0.0s |       0 |        0 |        0 |     7373      0 |      346 |      372
3.09/3.17	c  0.0s |       0 |       28 |        1 |     7373      0 |      346 |      373
3.09/3.17	c #cpu_time = 0.007s
3.09/3.17	c #wall_clock_time = 0.007s
3.09/3.17	c #decision = 28
3.09/3.17	c #random_decision = 0
3.09/3.17	c #conflict = 1
3.09/3.17	c #restart = 0
3.09/3.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
3.09/3.17	c lower bound updated to -76
3.09/3.17	c BCD2: 374 <= obj <= 425
3.09/3.17	c BCD2: #cores=27, #unrelaxed=49, #relaxed=401, #hardened=0
3.09/3.17	c BCD2: #sat=1 #unsat=375 bias=375/376
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 |     7373      0 |      347 |      373
3.09/3.18	c  0.0s |       0 |       28 |        1 |     7373      0 |      347 |      374
3.09/3.18	c #cpu_time = 0.007s
3.09/3.18	c #wall_clock_time = 0.007s
3.09/3.18	c #decision = 28
3.09/3.18	c #random_decision = 0
3.09/3.18	c #conflict = 1
3.09/3.18	c #restart = 0
3.09/3.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
3.09/3.18	c lower bound updated to -75
3.09/3.18	c BCD2: 375 <= obj <= 425
3.09/3.18	c BCD2: #cores=27, #unrelaxed=48, #relaxed=402, #hardened=0
3.09/3.18	c BCD2: #sat=1 #unsat=376 bias=376/377
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 |     7373      0 |      348 |      374
3.09/3.18	c  0.0s |       0 |       28 |        1 |     7373      0 |      348 |      375
3.09/3.18	c #cpu_time = 0.007s
3.09/3.18	c #wall_clock_time = 0.007s
3.09/3.18	c #decision = 28
3.09/3.18	c #random_decision = 0
3.09/3.18	c #conflict = 1
3.09/3.18	c #restart = 0
3.09/3.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
3.09/3.18	c lower bound updated to -74
3.09/3.18	c BCD2: 376 <= obj <= 425
3.09/3.18	c BCD2: #cores=27, #unrelaxed=47, #relaxed=403, #hardened=0
3.09/3.18	c BCD2: #sat=1 #unsat=377 bias=377/378
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 |     7373      0 |      349 |      375
3.09/3.19	c  0.0s |       0 |       28 |        1 |     7373      0 |      349 |      376
3.09/3.19	c #cpu_time = 0.007s
3.09/3.19	c #wall_clock_time = 0.007s
3.09/3.19	c #decision = 28
3.09/3.19	c #random_decision = 0
3.09/3.19	c #conflict = 1
3.09/3.19	c #restart = 0
3.09/3.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
3.09/3.19	c lower bound updated to -73
3.09/3.19	c BCD2: 377 <= obj <= 425
3.09/3.19	c BCD2: #cores=27, #unrelaxed=46, #relaxed=404, #hardened=0
3.09/3.19	c BCD2: #sat=1 #unsat=378 bias=378/379
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 |     7373      0 |      350 |      376
3.19/3.20	c  0.0s |       0 |       28 |        1 |     7373      0 |      350 |      377
3.19/3.20	c #cpu_time = 0.007s
3.19/3.20	c #wall_clock_time = 0.007s
3.19/3.20	c #decision = 28
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: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
3.19/3.20	c lower bound updated to -72
3.19/3.20	c BCD2: 378 <= obj <= 425
3.19/3.20	c BCD2: #cores=27, #unrelaxed=45, #relaxed=405, #hardened=0
3.19/3.20	c BCD2: #sat=1 #unsat=379 bias=379/380
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 |     7373      0 |      351 |      377
3.19/3.21	c  0.0s |       0 |       28 |        0 |     7373      0 |      351 |      378
3.19/3.21	c #cpu_time = 0.007s
3.19/3.21	c #wall_clock_time = 0.007s
3.19/3.21	c #decision = 28
3.19/3.21	c #random_decision = 0
3.19/3.21	c #conflict = 0
3.19/3.21	c #restart = 0
3.19/3.21	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.21	c lower bound updated to -71
3.19/3.21	c BCD2: 379 <= obj <= 425
3.19/3.21	c BCD2: #cores=28, #unrelaxed=43, #relaxed=407, #hardened=0
3.19/3.21	c BCD2: #sat=1 #unsat=380 bias=380/381
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 |     7373      0 |      351 |      379
3.19/3.22	c  0.0s |       0 |       29 |        1 |     7373      0 |      351 |      379
3.19/3.22	c #cpu_time = 0.007s
3.19/3.22	c #wall_clock_time = 0.007s
3.19/3.22	c #decision = 29
3.19/3.22	c #random_decision = 0
3.19/3.22	c #conflict = 1
3.19/3.22	c #restart = 0
3.19/3.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.19/3.22	c lower bound updated to -70
3.19/3.22	c BCD2: 380 <= obj <= 425
3.19/3.22	c BCD2: #cores=28, #unrelaxed=42, #relaxed=408, #hardened=0
3.19/3.22	c BCD2: #sat=1 #unsat=381 bias=381/382
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 |     7373      0 |      352 |      379
3.19/3.22	c  0.0s |       0 |       29 |        1 |     7373      0 |      352 |      380
3.19/3.22	c #cpu_time = 0.007s
3.19/3.22	c #wall_clock_time = 0.007s
3.19/3.22	c #decision = 29
3.19/3.22	c #random_decision = 0
3.19/3.22	c #conflict = 1
3.19/3.22	c #restart = 0
3.19/3.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.19/3.22	c lower bound updated to -69
3.19/3.22	c BCD2: 381 <= obj <= 425
3.19/3.22	c BCD2: #cores=28, #unrelaxed=41, #relaxed=409, #hardened=0
3.19/3.22	c BCD2: #sat=1 #unsat=382 bias=382/383
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 |     7373      0 |      353 |      380
3.19/3.23	c  0.0s |       0 |       29 |        1 |     7373      0 |      353 |      381
3.19/3.23	c #cpu_time = 0.007s
3.19/3.23	c #wall_clock_time = 0.007s
3.19/3.23	c #decision = 29
3.19/3.23	c #random_decision = 0
3.19/3.23	c #conflict = 1
3.19/3.23	c #restart = 0
3.19/3.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
3.19/3.23	c lower bound updated to -68
3.19/3.23	c BCD2: 382 <= obj <= 425
3.19/3.23	c BCD2: #cores=28, #unrelaxed=40, #relaxed=410, #hardened=0
3.19/3.23	c BCD2: #sat=1 #unsat=383 bias=383/384
3.19/3.23	c Solving starts ...
3.19/3.23	c ============================[ Search Statistics ]============================
3.19/3.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.23	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.23	c =============================================================================
3.19/3.23	c  0.0s |       0 |        0 |        0 |     7373      0 |      354 |      381
3.19/3.24	c  0.0s |       0 |       29 |        1 |     7373      0 |      354 |      382
3.19/3.24	c #cpu_time = 0.007s
3.19/3.24	c #wall_clock_time = 0.007s
3.19/3.24	c #decision = 29
3.19/3.24	c #random_decision = 0
3.19/3.24	c #conflict = 1
3.19/3.24	c #restart = 0
3.19/3.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
3.19/3.24	c lower bound updated to -67
3.19/3.24	c BCD2: 383 <= obj <= 425
3.19/3.24	c BCD2: #cores=28, #unrelaxed=39, #relaxed=411, #hardened=0
3.19/3.24	c BCD2: #sat=1 #unsat=384 bias=384/385
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 |     7373      0 |      355 |      382
3.19/3.25	c  0.0s |       0 |       29 |        1 |     7373      0 |      355 |      383
3.19/3.25	c #cpu_time = 0.007s
3.19/3.25	c #wall_clock_time = 0.007s
3.19/3.25	c #decision = 29
3.19/3.25	c #random_decision = 0
3.19/3.25	c #conflict = 1
3.19/3.25	c #restart = 0
3.19/3.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
3.19/3.25	c lower bound updated to -66
3.19/3.25	c BCD2: 384 <= obj <= 425
3.19/3.25	c BCD2: #cores=28, #unrelaxed=38, #relaxed=412, #hardened=0
3.19/3.25	c BCD2: #sat=1 #unsat=385 bias=385/386
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 |     7373      0 |      356 |      383
3.19/3.25	c  0.0s |       0 |       29 |        1 |     7373      0 |      356 |      384
3.19/3.25	c #cpu_time = 0.007s
3.19/3.25	c #wall_clock_time = 0.007s
3.19/3.25	c #decision = 29
3.19/3.25	c #random_decision = 0
3.19/3.25	c #conflict = 1
3.19/3.25	c #restart = 0
3.19/3.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
3.19/3.25	c lower bound updated to -65
3.19/3.25	c BCD2: 385 <= obj <= 425
3.19/3.25	c BCD2: #cores=28, #unrelaxed=37, #relaxed=413, #hardened=0
3.19/3.25	c BCD2: #sat=1 #unsat=386 bias=386/387
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 |     7373      0 |      357 |      384
3.19/3.26	c  0.0s |       0 |       29 |        1 |     7373      0 |      357 |      385
3.19/3.26	c #cpu_time = 0.007s
3.19/3.26	c #wall_clock_time = 0.007s
3.19/3.26	c #decision = 29
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: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
3.19/3.26	c lower bound updated to -64
3.19/3.26	c BCD2: 386 <= obj <= 425
3.19/3.26	c BCD2: #cores=28, #unrelaxed=36, #relaxed=414, #hardened=0
3.19/3.26	c BCD2: #sat=1 #unsat=387 bias=387/388
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 |     7373      0 |      358 |      385
3.19/3.27	c  0.0s |       0 |       29 |        1 |     7373      0 |      358 |      386
3.19/3.27	c #cpu_time = 0.007s
3.19/3.27	c #wall_clock_time = 0.007s
3.19/3.27	c #decision = 29
3.19/3.27	c #random_decision = 0
3.19/3.27	c #conflict = 1
3.19/3.27	c #restart = 0
3.19/3.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
3.19/3.27	c lower bound updated to -63
3.19/3.27	c BCD2: 387 <= obj <= 425
3.19/3.27	c BCD2: #cores=28, #unrelaxed=35, #relaxed=415, #hardened=0
3.19/3.27	c BCD2: #sat=1 #unsat=388 bias=388/389
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 |     7373      0 |      359 |      386
3.19/3.28	c  0.0s |       0 |       29 |        1 |     7373      0 |      359 |      387
3.19/3.28	c #cpu_time = 0.007s
3.19/3.28	c #wall_clock_time = 0.007s
3.19/3.28	c #decision = 29
3.19/3.28	c #random_decision = 0
3.19/3.28	c #conflict = 1
3.19/3.28	c #restart = 0
3.19/3.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
3.19/3.28	c lower bound updated to -62
3.19/3.28	c BCD2: 388 <= obj <= 425
3.19/3.28	c BCD2: #cores=28, #unrelaxed=34, #relaxed=416, #hardened=0
3.19/3.28	c BCD2: #sat=1 #unsat=389 bias=389/390
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 |     7373      0 |      360 |      387
3.19/3.28	c  0.0s |       0 |       29 |        1 |     7373      0 |      360 |      388
3.19/3.28	c #cpu_time = 0.007s
3.19/3.28	c #wall_clock_time = 0.007s
3.19/3.28	c #decision = 29
3.19/3.28	c #random_decision = 0
3.19/3.28	c #conflict = 1
3.19/3.28	c #restart = 0
3.19/3.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
3.19/3.28	c lower bound updated to -61
3.19/3.28	c BCD2: 389 <= obj <= 425
3.19/3.28	c BCD2: #cores=28, #unrelaxed=33, #relaxed=417, #hardened=0
3.19/3.28	c BCD2: #sat=1 #unsat=390 bias=390/391
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 |     7373      0 |      361 |      388
3.19/3.29	c  0.0s |       0 |       29 |        1 |     7373      0 |      361 |      389
3.19/3.29	c #cpu_time = 0.007s
3.19/3.29	c #wall_clock_time = 0.007s
3.19/3.29	c #decision = 29
3.19/3.29	c #random_decision = 0
3.19/3.29	c #conflict = 1
3.19/3.29	c #restart = 0
3.19/3.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
3.19/3.29	c lower bound updated to -60
3.19/3.29	c BCD2: 390 <= obj <= 425
3.19/3.29	c BCD2: #cores=28, #unrelaxed=32, #relaxed=418, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=391 bias=391/392
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 |     7373      0 |      362 |      389
3.19/3.30	c  0.0s |       0 |       29 |        1 |     7373      0 |      362 |      390
3.19/3.30	c #cpu_time = 0.007s
3.19/3.30	c #wall_clock_time = 0.007s
3.19/3.30	c #decision = 29
3.19/3.30	c #random_decision = 0
3.19/3.30	c #conflict = 1
3.19/3.30	c #restart = 0
3.19/3.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
3.19/3.30	c lower bound updated to -59
3.19/3.30	c BCD2: 391 <= obj <= 425
3.19/3.30	c BCD2: #cores=28, #unrelaxed=31, #relaxed=419, #hardened=0
3.19/3.30	c BCD2: #sat=1 #unsat=392 bias=392/393
3.19/3.30	c Solving starts ...
3.19/3.30	c ============================[ Search Statistics ]============================
3.19/3.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.30	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.30	c =============================================================================
3.19/3.30	c  0.0s |       0 |        0 |        0 |     7373      0 |      363 |      390
3.30/3.31	c  0.0s |       0 |       29 |        1 |     7373      0 |      363 |      391
3.30/3.31	c #cpu_time = 0.007s
3.30/3.31	c #wall_clock_time = 0.007s
3.30/3.31	c #decision = 29
3.30/3.31	c #random_decision = 0
3.30/3.31	c #conflict = 1
3.30/3.31	c #restart = 0
3.30/3.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
3.30/3.31	c lower bound updated to -58
3.30/3.31	c BCD2: 392 <= obj <= 425
3.30/3.31	c BCD2: #cores=28, #unrelaxed=30, #relaxed=420, #hardened=0
3.30/3.31	c BCD2: #sat=1 #unsat=393 bias=393/394
3.30/3.31	c Solving starts ...
3.30/3.31	c ============================[ Search Statistics ]============================
3.30/3.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.31	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.31	c =============================================================================
3.30/3.31	c  0.0s |       0 |        0 |        0 |     7373      0 |      364 |      391
3.30/3.32	c  0.0s |       0 |       29 |        0 |     7373      0 |      364 |      392
3.30/3.32	c #cpu_time = 0.007s
3.30/3.32	c #wall_clock_time = 0.007s
3.30/3.32	c #decision = 29
3.30/3.32	c #random_decision = 0
3.30/3.32	c #conflict = 0
3.30/3.32	c #restart = 0
3.30/3.32	c BCD2: found a new core of size 2: cost of the new core is >=1
3.30/3.32	c lower bound updated to -57
3.30/3.32	c BCD2: 393 <= obj <= 425
3.30/3.32	c BCD2: #cores=29, #unrelaxed=28, #relaxed=422, #hardened=0
3.30/3.32	c BCD2: #sat=1 #unsat=394 bias=394/395
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 |     7373      0 |      364 |      393
3.30/3.32	c  0.0s |       0 |       30 |        1 |     7373      0 |      364 |      393
3.30/3.32	c #cpu_time = 0.007s
3.30/3.32	c #wall_clock_time = 0.007s
3.30/3.32	c #decision = 30
3.30/3.32	c #random_decision = 0
3.30/3.32	c #conflict = 1
3.30/3.32	c #restart = 0
3.30/3.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.30/3.32	c lower bound updated to -56
3.30/3.32	c BCD2: 394 <= obj <= 425
3.30/3.32	c BCD2: #cores=29, #unrelaxed=27, #relaxed=423, #hardened=0
3.30/3.32	c BCD2: #sat=1 #unsat=395 bias=395/396
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 |     7373      0 |      365 |      393
3.30/3.33	c  0.0s |       0 |       30 |        1 |     7373      0 |      365 |      394
3.30/3.33	c #cpu_time = 0.007s
3.30/3.33	c #wall_clock_time = 0.007s
3.30/3.33	c #decision = 30
3.30/3.33	c #random_decision = 0
3.30/3.33	c #conflict = 1
3.30/3.33	c #restart = 0
3.30/3.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.30/3.33	c lower bound updated to -55
3.30/3.33	c BCD2: 395 <= obj <= 425
3.30/3.33	c BCD2: #cores=29, #unrelaxed=26, #relaxed=424, #hardened=0
3.30/3.33	c BCD2: #sat=1 #unsat=396 bias=396/397
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 |     7373      0 |      366 |      394
3.30/3.34	c  0.0s |       0 |       30 |        1 |     7373      0 |      366 |      395
3.30/3.34	c #cpu_time = 0.007s
3.30/3.34	c #wall_clock_time = 0.007s
3.30/3.34	c #decision = 30
3.30/3.34	c #random_decision = 0
3.30/3.34	c #conflict = 1
3.30/3.34	c #restart = 0
3.30/3.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
3.30/3.34	c lower bound updated to -54
3.30/3.34	c BCD2: 396 <= obj <= 425
3.30/3.34	c BCD2: #cores=29, #unrelaxed=25, #relaxed=425, #hardened=0
3.30/3.34	c BCD2: #sat=1 #unsat=397 bias=397/398
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 |     7373      0 |      367 |      395
3.30/3.35	c  0.0s |       0 |       30 |        1 |     7373      0 |      367 |      396
3.30/3.35	c #cpu_time = 0.007s
3.30/3.35	c #wall_clock_time = 0.007s
3.30/3.35	c #decision = 30
3.30/3.35	c #random_decision = 0
3.30/3.35	c #conflict = 1
3.30/3.35	c #restart = 0
3.30/3.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
3.30/3.35	c lower bound updated to -53
3.30/3.35	c BCD2: 397 <= obj <= 425
3.30/3.35	c BCD2: #cores=29, #unrelaxed=24, #relaxed=426, #hardened=0
3.30/3.35	c BCD2: #sat=1 #unsat=398 bias=398/399
3.30/3.35	c Solving starts ...
3.30/3.35	c ============================[ Search Statistics ]============================
3.30/3.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.35	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.35	c =============================================================================
3.30/3.35	c  0.0s |       0 |        0 |        0 |     7373      0 |      368 |      396
3.30/3.35	c  0.0s |       0 |       30 |        1 |     7373      0 |      368 |      397
3.30/3.35	c #cpu_time = 0.007s
3.30/3.35	c #wall_clock_time = 0.007s
3.30/3.35	c #decision = 30
3.30/3.35	c #random_decision = 0
3.30/3.35	c #conflict = 1
3.30/3.35	c #restart = 0
3.30/3.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
3.30/3.35	c lower bound updated to -52
3.30/3.35	c BCD2: 398 <= obj <= 425
3.30/3.35	c BCD2: #cores=29, #unrelaxed=23, #relaxed=427, #hardened=0
3.30/3.35	c BCD2: #sat=1 #unsat=399 bias=399/400
3.30/3.35	c Solving starts ...
3.30/3.35	c ============================[ Search Statistics ]============================
3.30/3.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.35	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.35	c =============================================================================
3.30/3.35	c  0.0s |       0 |        0 |        0 |     7373      0 |      369 |      397
3.30/3.36	c  0.0s |       0 |       30 |        1 |     7373      0 |      369 |      398
3.30/3.36	c #cpu_time = 0.007s
3.30/3.36	c #wall_clock_time = 0.007s
3.30/3.36	c #decision = 30
3.30/3.36	c #random_decision = 0
3.30/3.36	c #conflict = 1
3.30/3.36	c #restart = 0
3.30/3.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
3.30/3.36	c lower bound updated to -51
3.30/3.36	c BCD2: 399 <= obj <= 425
3.30/3.36	c BCD2: #cores=29, #unrelaxed=22, #relaxed=428, #hardened=0
3.30/3.36	c BCD2: #sat=1 #unsat=400 bias=400/401
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 |     7373      0 |      370 |      398
3.30/3.37	c  0.0s |       0 |       30 |        1 |     7373      0 |      370 |      399
3.30/3.37	c #cpu_time = 0.007s
3.30/3.37	c #wall_clock_time = 0.007s
3.30/3.37	c #decision = 30
3.30/3.37	c #random_decision = 0
3.30/3.37	c #conflict = 1
3.30/3.37	c #restart = 0
3.30/3.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
3.30/3.37	c lower bound updated to -50
3.30/3.37	c BCD2: 400 <= obj <= 425
3.30/3.37	c BCD2: #cores=29, #unrelaxed=21, #relaxed=429, #hardened=0
3.30/3.37	c BCD2: #sat=1 #unsat=401 bias=401/402
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 |     7373      0 |      371 |      399
3.30/3.38	c  0.0s |       0 |       30 |        1 |     7373      0 |      371 |      400
3.30/3.38	c #cpu_time = 0.007s
3.30/3.38	c #wall_clock_time = 0.007s
3.30/3.38	c #decision = 30
3.30/3.38	c #random_decision = 0
3.30/3.38	c #conflict = 1
3.30/3.38	c #restart = 0
3.30/3.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
3.30/3.38	c lower bound updated to -49
3.30/3.38	c BCD2: 401 <= obj <= 425
3.30/3.38	c BCD2: #cores=29, #unrelaxed=20, #relaxed=430, #hardened=0
3.30/3.38	c BCD2: #sat=1 #unsat=402 bias=402/403
3.30/3.38	c Solving starts ...
3.30/3.38	c ============================[ Search Statistics ]============================
3.30/3.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.38	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.38	c =============================================================================
3.30/3.38	c  0.0s |       0 |        0 |        0 |     7373      0 |      372 |      400
3.30/3.39	c  0.0s |       0 |       30 |        1 |     7373      0 |      372 |      401
3.30/3.39	c #cpu_time = 0.007s
3.30/3.39	c #wall_clock_time = 0.007s
3.30/3.39	c #decision = 30
3.30/3.39	c #random_decision = 0
3.30/3.39	c #conflict = 1
3.30/3.39	c #restart = 0
3.30/3.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
3.30/3.39	c lower bound updated to -48
3.30/3.39	c BCD2: 402 <= obj <= 425
3.30/3.39	c BCD2: #cores=29, #unrelaxed=19, #relaxed=431, #hardened=0
3.30/3.39	c BCD2: #sat=1 #unsat=403 bias=403/404
3.30/3.39	c Solving starts ...
3.30/3.39	c ============================[ Search Statistics ]============================
3.30/3.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.39	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.39	c =============================================================================
3.30/3.39	c  0.0s |       0 |        0 |        0 |     7373      0 |      373 |      401
3.30/3.39	c  0.0s |       0 |       30 |        1 |     7373      0 |      373 |      402
3.30/3.39	c #cpu_time = 0.007s
3.30/3.39	c #wall_clock_time = 0.007s
3.30/3.39	c #decision = 30
3.30/3.39	c #random_decision = 0
3.30/3.39	c #conflict = 1
3.30/3.39	c #restart = 0
3.30/3.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
3.30/3.39	c lower bound updated to -47
3.30/3.40	c BCD2: 403 <= obj <= 425
3.30/3.40	c BCD2: #cores=29, #unrelaxed=18, #relaxed=432, #hardened=0
3.30/3.40	c BCD2: #sat=1 #unsat=404 bias=404/405
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 |     7373      0 |      374 |      402
3.30/3.40	c  0.0s |       0 |       30 |        1 |     7373      0 |      374 |      403
3.30/3.40	c #cpu_time = 0.007s
3.30/3.40	c #wall_clock_time = 0.007s
3.30/3.40	c #decision = 30
3.30/3.40	c #random_decision = 0
3.30/3.40	c #conflict = 1
3.30/3.40	c #restart = 0
3.30/3.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
3.30/3.40	c lower bound updated to -46
3.30/3.40	c BCD2: 404 <= obj <= 425
3.30/3.40	c BCD2: #cores=29, #unrelaxed=17, #relaxed=433, #hardened=0
3.30/3.40	c BCD2: #sat=1 #unsat=405 bias=405/406
3.39/3.40	c Solving starts ...
3.39/3.40	c ============================[ Search Statistics ]============================
3.39/3.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.40	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.40	c =============================================================================
3.39/3.40	c  0.0s |       0 |        0 |        0 |     7373      0 |      375 |      403
3.39/3.41	c  0.0s |       0 |       30 |        1 |     7373      0 |      375 |      404
3.39/3.41	c #cpu_time = 0.007s
3.39/3.41	c #wall_clock_time = 0.007s
3.39/3.41	c #decision = 30
3.39/3.41	c #random_decision = 0
3.39/3.41	c #conflict = 1
3.39/3.41	c #restart = 0
3.39/3.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
3.39/3.41	c lower bound updated to -45
3.39/3.41	c BCD2: 405 <= obj <= 425
3.39/3.41	c BCD2: #cores=29, #unrelaxed=16, #relaxed=434, #hardened=0
3.39/3.41	c BCD2: #sat=1 #unsat=406 bias=406/407
3.39/3.41	c Solving starts ...
3.39/3.41	c ============================[ Search Statistics ]============================
3.39/3.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.41	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.41	c =============================================================================
3.39/3.41	c  0.0s |       0 |        0 |        0 |     7373      0 |      376 |      404
3.39/3.42	c  0.0s |       0 |       30 |        1 |     7373      0 |      376 |      405
3.39/3.42	c #cpu_time = 0.007s
3.39/3.42	c #wall_clock_time = 0.007s
3.39/3.42	c #decision = 30
3.39/3.42	c #random_decision = 0
3.39/3.42	c #conflict = 1
3.39/3.42	c #restart = 0
3.39/3.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
3.39/3.42	c lower bound updated to -44
3.39/3.42	c BCD2: 406 <= obj <= 425
3.39/3.42	c BCD2: #cores=29, #unrelaxed=15, #relaxed=435, #hardened=0
3.39/3.42	c BCD2: #sat=1 #unsat=407 bias=407/408
3.39/3.42	c Solving starts ...
3.39/3.42	c ============================[ Search Statistics ]============================
3.39/3.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.42	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.42	c =============================================================================
3.39/3.42	c  0.0s |       0 |        0 |        0 |     7373      0 |      377 |      405
3.39/3.43	c  0.0s |       0 |       30 |        0 |     7373      0 |      377 |      406
3.39/3.43	c #cpu_time = 0.007s
3.39/3.43	c #wall_clock_time = 0.007s
3.39/3.43	c #decision = 30
3.39/3.43	c #random_decision = 0
3.39/3.43	c #conflict = 0
3.39/3.43	c #restart = 0
3.39/3.43	c BCD2: found a new core of size 2: cost of the new core is >=1
3.39/3.43	c lower bound updated to -43
3.39/3.43	c BCD2: 407 <= obj <= 425
3.39/3.43	c BCD2: #cores=30, #unrelaxed=13, #relaxed=437, #hardened=0
3.39/3.43	c BCD2: #sat=1 #unsat=408 bias=408/409
3.39/3.43	c Solving starts ...
3.39/3.43	c ============================[ Search Statistics ]============================
3.39/3.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.43	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.43	c =============================================================================
3.39/3.43	c  0.0s |       0 |        0 |        0 |     7373      0 |      377 |      407
3.39/3.43	c  0.0s |       0 |       31 |        1 |     7373      0 |      377 |      407
3.39/3.43	c #cpu_time = 0.007s
3.39/3.43	c #wall_clock_time = 0.007s
3.39/3.43	c #decision = 31
3.39/3.43	c #random_decision = 0
3.39/3.43	c #conflict = 1
3.39/3.43	c #restart = 0
3.39/3.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.39/3.43	c lower bound updated to -42
3.39/3.43	c BCD2: 408 <= obj <= 425
3.39/3.43	c BCD2: #cores=30, #unrelaxed=12, #relaxed=438, #hardened=0
3.39/3.43	c BCD2: #sat=1 #unsat=409 bias=409/410
3.39/3.43	c Solving starts ...
3.39/3.43	c ============================[ Search Statistics ]============================
3.39/3.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.43	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.43	c =============================================================================
3.39/3.43	c  0.0s |       0 |        0 |        0 |     7373      0 |      378 |      407
3.39/3.44	c  0.0s |       0 |       31 |        1 |     7373      0 |      378 |      408
3.39/3.44	c #cpu_time = 0.007s
3.39/3.44	c #wall_clock_time = 0.007s
3.39/3.44	c #decision = 31
3.39/3.44	c #random_decision = 0
3.39/3.44	c #conflict = 1
3.39/3.44	c #restart = 0
3.39/3.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.39/3.44	c lower bound updated to -41
3.39/3.44	c BCD2: 409 <= obj <= 425
3.39/3.44	c BCD2: #cores=30, #unrelaxed=11, #relaxed=439, #hardened=0
3.39/3.44	c BCD2: #sat=1 #unsat=410 bias=410/411
3.39/3.44	c Solving starts ...
3.39/3.44	c ============================[ Search Statistics ]============================
3.39/3.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.44	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.44	c =============================================================================
3.39/3.44	c  0.0s |       0 |        0 |        0 |     7373      0 |      379 |      408
3.39/3.45	c  0.0s |       0 |       31 |        1 |     7373      0 |      379 |      409
3.39/3.45	c #cpu_time = 0.007s
3.39/3.45	c #wall_clock_time = 0.007s
3.39/3.45	c #decision = 31
3.39/3.45	c #random_decision = 0
3.39/3.45	c #conflict = 1
3.39/3.45	c #restart = 0
3.39/3.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
3.39/3.45	c lower bound updated to -40
3.39/3.45	c BCD2: 410 <= obj <= 425
3.39/3.45	c BCD2: #cores=30, #unrelaxed=10, #relaxed=440, #hardened=0
3.39/3.45	c BCD2: #sat=1 #unsat=411 bias=411/412
3.39/3.45	c Solving starts ...
3.39/3.45	c ============================[ Search Statistics ]============================
3.39/3.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.45	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.45	c =============================================================================
3.39/3.45	c  0.0s |       0 |        0 |        0 |     7373      0 |      380 |      409
3.39/3.46	c  0.0s |       0 |       31 |        1 |     7373      0 |      380 |      410
3.39/3.46	c #cpu_time = 0.007s
3.39/3.46	c #wall_clock_time = 0.007s
3.39/3.46	c #decision = 31
3.39/3.46	c #random_decision = 0
3.39/3.46	c #conflict = 1
3.39/3.46	c #restart = 0
3.39/3.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
3.39/3.46	c lower bound updated to -39
3.39/3.46	c BCD2: 411 <= obj <= 425
3.39/3.46	c BCD2: #cores=30, #unrelaxed=9, #relaxed=441, #hardened=0
3.39/3.46	c BCD2: #sat=1 #unsat=412 bias=412/413
3.39/3.46	c Solving starts ...
3.39/3.46	c ============================[ Search Statistics ]============================
3.39/3.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.46	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.46	c =============================================================================
3.39/3.46	c  0.0s |       0 |        0 |        0 |     7373      0 |      381 |      410
3.39/3.46	c  0.0s |       0 |       31 |        1 |     7373      0 |      381 |      411
3.39/3.46	c #cpu_time = 0.007s
3.39/3.46	c #wall_clock_time = 0.007s
3.39/3.46	c #decision = 31
3.39/3.46	c #random_decision = 0
3.39/3.46	c #conflict = 1
3.39/3.46	c #restart = 0
3.39/3.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
3.39/3.46	c lower bound updated to -38
3.39/3.47	c BCD2: 412 <= obj <= 425
3.39/3.47	c BCD2: #cores=30, #unrelaxed=8, #relaxed=442, #hardened=0
3.39/3.47	c BCD2: #sat=1 #unsat=413 bias=413/414
3.39/3.47	c Solving starts ...
3.39/3.47	c ============================[ Search Statistics ]============================
3.39/3.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.47	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.47	c =============================================================================
3.39/3.47	c  0.0s |       0 |        0 |        0 |     7373      0 |      382 |      411
3.39/3.47	c  0.0s |       0 |       31 |        1 |     7373      0 |      382 |      412
3.39/3.47	c #cpu_time = 0.007s
3.39/3.47	c #wall_clock_time = 0.007s
3.39/3.47	c #decision = 31
3.39/3.47	c #random_decision = 0
3.39/3.47	c #conflict = 1
3.39/3.47	c #restart = 0
3.39/3.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
3.39/3.47	c lower bound updated to -37
3.39/3.47	c BCD2: 413 <= obj <= 425
3.39/3.47	c BCD2: #cores=30, #unrelaxed=7, #relaxed=443, #hardened=0
3.39/3.47	c BCD2: #sat=1 #unsat=414 bias=414/415
3.39/3.47	c Solving starts ...
3.39/3.47	c ============================[ Search Statistics ]============================
3.39/3.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.47	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.47	c =============================================================================
3.39/3.47	c  0.0s |       0 |        0 |        0 |     7373      0 |      383 |      412
3.39/3.48	c  0.0s |       0 |       31 |        1 |     7373      0 |      383 |      413
3.39/3.48	c #cpu_time = 0.007s
3.39/3.48	c #wall_clock_time = 0.007s
3.39/3.48	c #decision = 31
3.39/3.48	c #random_decision = 0
3.39/3.48	c #conflict = 1
3.39/3.48	c #restart = 0
3.39/3.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
3.39/3.48	c lower bound updated to -36
3.39/3.48	c BCD2: 414 <= obj <= 425
3.39/3.48	c BCD2: #cores=30, #unrelaxed=6, #relaxed=444, #hardened=0
3.39/3.48	c BCD2: #sat=1 #unsat=415 bias=415/416
3.39/3.48	c Solving starts ...
3.39/3.48	c ============================[ Search Statistics ]============================
3.39/3.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.48	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.48	c =============================================================================
3.39/3.48	c  0.0s |       0 |        0 |        0 |     7373      0 |      384 |      413
3.39/3.49	c  0.0s |       0 |       31 |        1 |     7373      0 |      384 |      414
3.39/3.49	c #cpu_time = 0.007s
3.39/3.49	c #wall_clock_time = 0.007s
3.39/3.49	c #decision = 31
3.39/3.49	c #random_decision = 0
3.39/3.49	c #conflict = 1
3.39/3.49	c #restart = 0
3.39/3.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
3.39/3.49	c lower bound updated to -35
3.39/3.49	c BCD2: 415 <= obj <= 425
3.39/3.49	c BCD2: #cores=30, #unrelaxed=5, #relaxed=445, #hardened=0
3.39/3.49	c BCD2: #sat=1 #unsat=416 bias=416/417
3.39/3.49	c Solving starts ...
3.39/3.49	c ============================[ Search Statistics ]============================
3.39/3.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.49	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.49	c =============================================================================
3.39/3.49	c  0.0s |       0 |        0 |        0 |     7373      0 |      385 |      414
3.39/3.50	c  0.0s |       0 |       31 |        1 |     7373      0 |      385 |      415
3.39/3.50	c #cpu_time = 0.007s
3.39/3.50	c #wall_clock_time = 0.007s
3.39/3.50	c #decision = 31
3.39/3.50	c #random_decision = 0
3.39/3.50	c #conflict = 1
3.39/3.50	c #restart = 0
3.39/3.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
3.39/3.50	c lower bound updated to -34
3.49/3.50	c BCD2: 416 <= obj <= 425
3.49/3.50	c BCD2: #cores=30, #unrelaxed=4, #relaxed=446, #hardened=0
3.49/3.50	c BCD2: #sat=1 #unsat=417 bias=417/418
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 |     7373      0 |      386 |      415
3.49/3.50	c  0.0s |       0 |       31 |        1 |     7373      0 |      386 |      416
3.49/3.50	c #cpu_time = 0.007s
3.49/3.50	c #wall_clock_time = 0.007s
3.49/3.50	c #decision = 31
3.49/3.50	c #random_decision = 0
3.49/3.50	c #conflict = 1
3.49/3.50	c #restart = 0
3.49/3.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
3.49/3.50	c lower bound updated to -33
3.49/3.50	c BCD2: 417 <= obj <= 425
3.49/3.50	c BCD2: #cores=30, #unrelaxed=3, #relaxed=447, #hardened=0
3.49/3.50	c BCD2: #sat=1 #unsat=418 bias=418/419
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 |     7373      0 |      387 |      416
3.49/3.51	c  0.0s |       0 |       31 |        1 |     7373      0 |      387 |      417
3.49/3.51	c #cpu_time = 0.007s
3.49/3.51	c #wall_clock_time = 0.007s
3.49/3.51	c #decision = 31
3.49/3.51	c #random_decision = 0
3.49/3.51	c #conflict = 1
3.49/3.51	c #restart = 0
3.49/3.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
3.49/3.51	c lower bound updated to -32
3.49/3.51	c BCD2: 418 <= obj <= 425
3.49/3.51	c BCD2: #cores=30, #unrelaxed=2, #relaxed=448, #hardened=0
3.49/3.51	c BCD2: #sat=1 #unsat=419 bias=419/420
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 |     7373      0 |      388 |      417
3.49/3.52	c  0.0s |       0 |       31 |        1 |     7373      0 |      388 |      418
3.49/3.52	c #cpu_time = 0.007s
3.49/3.52	c #wall_clock_time = 0.007s
3.49/3.52	c #decision = 31
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 1
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
3.49/3.52	c lower bound updated to -31
3.49/3.52	c BCD2: 419 <= obj <= 425
3.49/3.52	c BCD2: #cores=30, #unrelaxed=1, #relaxed=449, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=420 bias=420/421
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 |     7373      0 |      389 |      418
3.49/3.53	c  0.0s |       0 |       31 |        1 |     7373      0 |      389 |      419
3.49/3.53	c #cpu_time = 0.007s
3.49/3.53	c #wall_clock_time = 0.007s
3.49/3.53	c #decision = 31
3.49/3.53	c #random_decision = 0
3.49/3.53	c #conflict = 1
3.49/3.53	c #restart = 0
3.49/3.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
3.49/3.53	c lower bound updated to -30
3.49/3.53	c BCD2: 420 <= obj <= 425
3.49/3.53	c BCD2: #cores=30, #unrelaxed=0, #relaxed=450, #hardened=0
3.49/3.53	c BCD2: #sat=1 #unsat=421 bias=421/422
3.49/3.53	c Solving starts ...
3.49/3.53	c ============================[ Search Statistics ]============================
3.49/3.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.53	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.53	c =============================================================================
3.49/3.53	c  0.0s |       0 |        0 |        0 |     7373      0 |      390 |      419
3.49/3.56	c  0.0s |       1 |      255 |      100 |     8111      0 |      390 |      420
3.59/3.62	c  0.1s |       2 |      603 |      250 |     8111      0 |      390 |      420
3.69/3.70	c  0.2s |       3 |     1104 |      475 |     8923      0 |      390 |      420
3.79/3.87	c  0.3s |       4 |     1820 |      813 |     8923      0 |      390 |      420
4.09/4.14	c  0.6s |       5 |     2722 |     1320 |     9816      0 |      390 |      420
4.50/4.54	c  1.0s |       6 |     3957 |     2081 |    10798      0 |      390 |      420
4.99/5.07	c  1.5s |       7 |     5845 |     3223 |    11878      0 |      390 |      420
5.89/5.99	c  2.5s |       8 |     8532 |     4936 |    13066      0 |      390 |      420
7.59/7.62	c  4.1s |       9 |    12306 |     7506 |    14373      0 |      390 |      420
9.59/9.67	c  6.1s |       9 |    15996 |    10006 |    14373      0 |      390 |      420
10.89/10.99	c  7.5s |      10 |    17907 |    11361 |    15811      0 |      390 |      420
12.99/13.01	c  9.5s |      10 |    20475 |    13261 |    15811      0 |      390 |      420
14.99/15.02	c 11.5s |      10 |    22554 |    14861 |    15811      0 |      390 |      420
17.09/17.16	c 13.6s |      10 |    24431 |    16361 |    15811      1 |      390 |      420
17.99/18.02	c 14.5s |      11 |    25408 |    17144 |    17393      1 |      390 |      420
19.59/19.62	c 16.1s |      11 |    27695 |    18816 |    17393      1 |      390 |      420
19.59/19.62	c #cpu_time = 16.097s
19.59/19.62	c #wall_clock_time = 16.097s
19.59/19.62	c #decision = 27695
19.59/19.62	c #random_decision = 37
19.59/19.62	c #conflict = 18816
19.59/19.62	c #restart = 11
19.59/19.62	o -30
19.59/19.62	s OPTIMUM FOUND
19.59/19.63	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10
19.59/19.63	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20
19.59/19.63	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
19.59/19.63	v -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40
19.59/19.63	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
19.59/19.63	v -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60
19.59/19.63	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
19.59/19.63	v -x71 -x72 -x73 x74 -x75 -x76 -x77 x78 -x79 -x80
19.59/19.63	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
19.59/19.63	v -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100
19.59/19.63	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
19.59/19.63	v -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120
19.59/19.63	v -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
19.59/19.63	v -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140
19.59/19.63	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
19.59/19.63	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160
19.59/19.63	v -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170
19.59/19.63	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180
19.59/19.63	v -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190
19.59/19.63	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200
19.59/19.63	v -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210
19.59/19.63	v x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
19.59/19.63	v -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230
19.59/19.63	v -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240
19.59/19.63	v -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250
19.59/19.63	v -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260
19.59/19.63	v -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 -x269 -x270
19.59/19.63	v -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 x280
19.59/19.63	v -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290
19.59/19.63	v -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 -x299 -x300
19.59/19.63	v -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310
19.59/19.63	v -x311 -x312 -x313 x314 -x315 -x316 -x317 -x318 -x319 -x320
19.59/19.63	v -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 -x330
19.59/19.63	v -x331 -x332 -x333 -x334 -x335 x336 -x337 -x338 -x339 -x340
19.59/19.63	v -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350
19.59/19.63	v x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360
19.59/19.63	v -x361 -x362 -x363 x364 -x365 -x366 -x367 -x368 -x369 -x370
19.59/19.63	v -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380
19.59/19.63	v -x381 -x382 -x383 x384 -x385 -x386 -x387 -x388 -x389 -x390
19.59/19.63	v -x391 -x392 -x393 -x394 -x395 -x396 -x397 x398 -x399 -x400
19.59/19.63	v -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410
19.59/19.63	v x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420
19.59/19.63	v -x421 -x422 -x423 -x424 -x425 x426 -x427 -x428 -x429 -x430
19.59/19.63	v -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440
19.59/19.63	v -x441 -x442 -x443 -x444 x445 -x446 -x447 -x448 -x449 -x450
19.59/19.63	c total CPU time = 19.626s
19.59/19.63	c total wall clock time = 19.627s

Verifier Data

OK	-30

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

pid=2676
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.17 2.22 2.19 3/179 2679
/proc/meminfo: memFree=29227332/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=530876 CPUtime=0 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 1946 0 0 0 0 0 0 0 20 0 4 0 105442767 543617024 2307 33554432000 4194304 16246674 140737054978192 140737054977616 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 133231 2316 441 2943 0 130125 0
[pid=2679/tid=2680] ppid=2676 vsize=548284 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 561442816 2372 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=552380 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 565637120 2388 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=556476 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105442767 569831424 2404 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.17 2.22 2.19 3/179 2679
/proc/meminfo: memFree=29227332/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 26747 0 0 0 5 4 0 0 20 0 4 0 105442767 1250496512 27046 33554432000 4194304 16246674 140737054978192 140737054977504 4220982 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 305297 27046 800 2943 0 302191 0
[pid=2679/tid=2680] ppid=2676 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 1250496512 27046 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 1250496512 27046 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105442767 1250496512 27046 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200553 s]
/proc/loadavg: 2.17 2.22 2.19 3/179 2679
/proc/meminfo: memFree=29227332/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=1301060 CPUtime=0.19 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 46610 0 0 0 12 7 0 0 20 0 4 0 105442767 1332285440 46909 33554432000 4194304 16246674 140737054978192 140737054977504 6973508 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 325265 46909 832 2943 0 322159 0
[pid=2679/tid=2680] ppid=2676 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 1332285440 46909 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 1332285440 46909 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105442767 1332285440 46909 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1301060

[startup+0.30047 s]
/proc/loadavg: 2.17 2.22 2.19 3/179 2679
/proc/meminfo: memFree=29227332/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=1301060 CPUtime=0.29 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 54299 0 0 0 21 8 0 0 20 0 4 0 105442767 1332285440 54598 33554432000 4194304 16246674 140737054978192 140737054977504 5889452 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 325265 54606 832 2943 0 322159 0
[pid=2679/tid=2680] ppid=2676 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 1332285440 54612 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 1332285440 54618 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105442767 1332285440 54622 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1301060

[startup+0.700446 s]
/proc/loadavg: 2.17 2.22 2.19 3/179 2679
/proc/meminfo: memFree=29227332/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=1309252 CPUtime=0.69 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 103158 0 0 0 55 14 0 0 20 0 4 0 105442767 1340674048 103457 33554432000 4194304 16246674 140737054978192 140737054977504 5841031 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 327313 103457 904 2943 0 324207 0
[pid=2679/tid=2680] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 103457 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 103457 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 103457 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1309252

[startup+1.50039 s]
/proc/loadavg: 2.17 2.22 2.19 5/183 2683
/proc/meminfo: memFree=28814208/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=1309252 CPUtime=1.49 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 103260 0 0 0 134 15 0 0 20 0 4 0 105442767 1340674048 103559 33554432000 4194304 16246674 140737054978192 140737054961184 5531364 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 327313 103559 906 2943 0 324207 0
[pid=2679/tid=2680] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 103559 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 103559 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 103559 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1309252

[startup+3.10039 s]
/proc/loadavg: 2.17 2.22 2.19 4/183 2683
/proc/meminfo: memFree=28813836/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=1309252 CPUtime=3.09 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 103260 0 0 0 293 16 0 0 20 0 4 0 105442767 1340674048 103559 33554432000 4194304 16246674 140737054978192 140737054961184 5840826 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 327313 103559 906 2943 0 324207 0
[pid=2679/tid=2680] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 103559 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 103559 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 103559 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1309252

[startup+6.30044 s]
/proc/loadavg: 2.23 2.23 2.19 4/183 2683
/proc/meminfo: memFree=28152852/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=1309252 CPUtime=6.29 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 268521 0 0 0 592 37 0 0 20 0 4 0 105442767 1340674048 268820 33554432000 4194304 16246674 140737054978192 140737054960064 6076422 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 327313 268820 910 2943 0 324207 0
[pid=2679/tid=2680] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268820 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268820 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268820 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1309252

[startup+12.7004 s]
/proc/loadavg: 2.22 2.23 2.19 3/183 2683
/proc/meminfo: memFree=28152924/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=1309252 CPUtime=12.69 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 268523 0 0 0 1232 37 0 0 20 0 4 0 105442767 1340674048 268822 33554432000 4194304 16246674 140737054978192 140737054960064 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 327313 268822 912 2943 0 324207 0
[pid=2679/tid=2680] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268822 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268822 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268822 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1309252

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

[startup+12.8005 s]
/proc/loadavg: 2.22 2.23 2.19 3/183 2683
/proc/meminfo: memFree=28152924/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=1309252 CPUtime=12.79 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 268523 0 0 0 1242 37 0 0 20 0 4 0 105442767 1340674048 268822 33554432000 4194304 16246674 140737054978192 140737054960064 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 327313 268822 912 2943 0 324207 0
[pid=2679/tid=2680] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268822 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268822 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268822 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1309252

[startup+16.0004 s]
/proc/loadavg: 2.20 2.22 2.19 4/183 2683
/proc/meminfo: memFree=28153316/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=1309252 CPUtime=15.99 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 268523 0 0 0 1562 37 0 0 20 0 4 0 105442767 1340674048 268822 33554432000 4194304 16246674 140737054978192 140737054961184 5675268 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 327313 268822 912 2943 0 324207 0
[pid=2679/tid=2680] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268822 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268822 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268822 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 1309252

[startup+17.6004 s]
/proc/loadavg: 2.20 2.22 2.19 3/183 2683
/proc/meminfo: memFree=28153316/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=1309252 CPUtime=17.6 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 268524 0 0 0 1723 37 0 0 20 0 4 0 105442767 1340674048 268823 33554432000 4194304 16246674 140737054978192 140737054960064 5675333 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 327313 268823 912 2943 0 324207 0
[pid=2679/tid=2680] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268823 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268823 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268823 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.6
Current children cumulated vsize (KiB) 1309252

[startup+18.4004 s]
/proc/loadavg: 2.20 2.22 2.19 3/183 2683
/proc/meminfo: memFree=28153316/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=1309252 CPUtime=18.39 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 268525 0 0 0 1802 37 0 0 20 0 4 0 105442767 1340674048 268824 33554432000 4194304 16246674 140737054978192 140737054961184 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 327313 268824 913 2943 0 324207 0
[pid=2679/tid=2680] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268824 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268824 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268824 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 18.39
Current children cumulated vsize (KiB) 1309252

[startup+19.2004 s]
/proc/loadavg: 2.18 2.22 2.19 3/183 2683
/proc/meminfo: memFree=28153192/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=1309252 CPUtime=19.19 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 268525 0 0 0 1882 37 0 0 20 0 4 0 105442767 1340674048 268824 33554432000 4194304 16246674 140737054978192 140737054960064 5545832 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 327313 268824 913 2943 0 324207 0
[pid=2679/tid=2680] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268824 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268824 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268824 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1309252

[startup+19.6004 s]
/proc/loadavg: 2.18 2.22 2.19 3/183 2683
/proc/meminfo: memFree=28153192/32872528 swapFree=16384/1696552
[pid=2679] ppid=2676 vsize=1309252 CPUtime=19.59 cores=1,3,5,7
/proc/2679/stat : 2679 (toysat) R 2676 2679 1166 0 -1 4202496 268525 0 0 0 1922 37 0 0 20 0 4 0 105442767 1340674048 268824 33554432000 4194304 16246674 140737054978192 140737054960064 5677784 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2679/statm: 327313 268824 913 2943 0 324207 0
[pid=2679/tid=2680] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2680/stat : 2680 (toysat) S 2676 2679 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268824 33554432000 4194304 16246674 140737054978192 139703013584112 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2679/tid=2681] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2681/stat : 2681 (toysat) S 2676 2679 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268824 33554432000 4194304 16246674 140737054978192 139703003094256 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2679/tid=2682] ppid=2676 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/2679/task/2682/stat : 2682 (toysat) S 2676 2679 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105442767 1340674048 268824 33554432000 4194304 16246674 140737054978192 139702992620720 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.59
Current children cumulated vsize (KiB) 1309252

Child status: 0
Real time (s): 19.6899
CPU time (s): 19.686
CPU user time (s): 19.2561
CPU system time (s): 0.429934
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 1309252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.2561
system time used= 0.429934
maximum resident set size= 1075304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268528
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= 23
involuntary context switches= 22

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.065989 second user time and 0.143978 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-06 19:44:57
IDJOB=4079609
IDBENCH=2236
IDSOLVER=2542
FILE ID=node125/4079609-1465235097
RUNJOBID= node125-1465224138-1183
PBS_JOBID= 19843237
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079609-1465235097/watcher-4079609-1465235097 -o /tmp/evaluation-result-4079609-1465235097/solver-4079609-1465235097 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1465224138-1183 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079609-1465235097.opb

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

MD5SUM BENCH= 65bafde3eb06761afc4fe90b6aa8c264
RANDOM SEED=1052653341

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29228504 kB
Buffers:           30592 kB
Cached:           116000 kB
SwapCached:         2016 kB
Active:          1193452 kB
Inactive:          50656 kB
Active(anon):    1098236 kB
Inactive(anon):     1380 kB
Active(file):      95216 kB
Inactive(file):    49276 kB
Unevictable:     1696552 kB
Mlocked:           16384 kB
SwapTotal:      67108856 kB
SwapFree:       67098492 kB
Dirty:             16740 kB
Writeback:             0 kB
AnonPages:       2793244 kB
Mapped:            10532 kB
Shmem:                 0 kB
Slab:             568136 kB
SReclaimable:      11716 kB
SUnreclaim:       556420 kB
KernelStack:        1448 kB
PageTables:         9912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2937540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2772992 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= 71712 MiB
End job on node125 at 2016-06-06 19:45:17