Trace number 4103009

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-02OPT341 1.42578 1.42882

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par16-5-c.opb
MD5SUM6b240d8b0fa78e0eeebbd7bef22cf42a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark341
Best CPU time to get the best result obtained on this benchmark0.164974
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 341
Optimality of the best value was proved YES
Number of variables682
Total number of constraints1701
Number of constraints which are clauses1701
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 constraint3
Number of terms in the objective function 682
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 682
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 682
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T08:39:09+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-4103009-1466231949.opb"]
0.00/0.01	c use --random-gen="4272810193 807058604 832233082 1800048330 770345487 770133535 346207223 2536116494 2758798388 154513343 1310185428 852513953 3562422061 3590773318 3897220223 605575197 2810466323 3705317292 2442775170 1829629225 2294466084 735064711 986406111 3900121059 4077818969 1096918009 3357977062 3009165053 822535499 2971591898 3135435059 2459535727 314524071 33697609 3161691234 1214570122 3266900245 2874309516 435408389 218533507 2198763646 2020961715 3479542998 1524991263 3580335876 2943691949 466930914 3938801504 2777105244 3855966087 1943440096 897761740 3741323245 1096310114 820092153 178493609 3918636958 248847034 4075354031 283502987 2300745605 748481986 2625359937 489801583 1440717044 985340122 3730572285 2229096585 70833974 306463722 1201684235 2236749614 719056100 332565406 3389384007 881249374 3774542137 1845653594 594866736 2240746075 1441099383 4024978753 869230899 2626295746 1799625316 4007370213 2306172341 2436854624 3160146599 3588530247 894492784 570695682 982203124 1606361486 2808712544 888835304 772934095 920844795 3159131888 3621228595 223651220 3958191205 2943005297 3585409034 3741133485 1433261550 1607649861 2209624119 3993812313 1899355700 3014261390 4149130711 2253380922 1505034403 1906426111 445893141 3867270157 689454908 3584210507 3858738592 3667620887 52402168 1865481845 2963134302 1748911493 456807690 411245338 585958244 2747849055 2594046938 1007585052 2910551061 2365955785 290856500 1838801668 596089034 2396016334 13728922 2357014341 2644833808 133046576 2276614046 1525273924 3806832950 1884495377 1601135936 4116257442 4089154789 3758374741 1179896114 3784049873 2111003116 3407811869 923127785 1816731824 3646232140 1036902954 2800826416 1097892410 1288841337 2357490147 2359779738 4068841101 4152275614 1236594589 2145393132 1234897509 3554577660 2241466758 2374440478 2080351136 1031912967 1858266838 3282985787 1062879275 2139615908 4175914442 1105895526 898052802 2536141950 3946472335 865936477 3768280436 3275066372 3839727288 669764345 2795736641 3542703496 2835460729 4266972489 175047309 1342042898 3158716361 1325698554 1123398512 2786514686 3423258624 1687119974 3460926759 3456336400 456836777 4068544660 2202732397 2038833436 2621749901 2689178821 3842292579 2645202864 2599756213 499514924 2936447858 3517615815 379208203 1909908615 3385429741 1401026185 2572519822 721590437 2398777967 440971688 1522095834 2541757394 2064958652 2214834528 1818548136 2411518201 1157976388 4158287632 1143337207 1441923990 695808143 374611036 1531182041 4186994576 2835718690 344950576 2208509039 1256926483 1154793534 1110442964 3571713639 2718886624 1274303003 3171287650 1033582674 901094511 523008806 2037084551 1203363780 4110299076 3427894851 2985759161 791599903 4099996451 1041794999 2377198200 255 362436" option to reproduce the execution
0.00/0.02	c #vars 682
0.00/0.02	c #constraints 1701
0.00/0.05	c BCD2: Hardening is enabled.
0.00/0.05	c BCD2: BiasedSearch is enabled.
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |      794      0 |        0 |        0
0.09/0.10	c  0.1s |       1 |      125 |      100 |      794      0 |        0 |        0
0.09/0.17	c  0.1s |       2 |      284 |      250 |      874      0 |        0 |        0
0.19/0.28	c  0.2s |       3 |      532 |      475 |      962      0 |        0 |        0
0.38/0.46	c  0.4s |       4 |      892 |      813 |     1059      0 |        0 |        0
0.59/0.66	c  0.6s |       4 |     1296 |     1187 |     1165      0 |        0 |        0
0.59/0.66	c #cpu_time = 0.608s
0.59/0.66	c #wall_clock_time = 0.609s
0.59/0.66	c #decision = 1296
0.59/0.66	c #random_decision = 4
0.59/0.66	c #conflict = 1187
0.59/0.66	c #restart = 4
0.59/0.66	o 341
0.59/0.66	c BCD2: updating upper bound: 682 -> 340
0.59/0.66	c BCD2: 0 <= obj <= 340
0.59/0.66	c BCD2: #cores=0, #unrelaxed=682, #relaxed=0, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=1 bias=1/2
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 |     1165      0 |        0 |        0
0.59/0.67	c  0.0s |       0 |        3 |        2 |     1165      1 |        0 |        0
0.59/0.67	c #cpu_time = 0.006s
0.59/0.67	c #wall_clock_time = 0.006s
0.59/0.67	c #decision = 3
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 2
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.67	c lower bound updated to 1
0.59/0.67	c BCD2: 1 <= obj <= 340
0.59/0.67	c BCD2: #cores=1, #unrelaxed=680, #relaxed=2, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=2 bias=2/3
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 |     1165      0 |        0 |        0
0.59/0.67	c  0.0s |       0 |        4 |        2 |     1165      0 |        0 |        0
0.59/0.67	c #cpu_time = 0.002s
0.59/0.67	c #wall_clock_time = 0.002s
0.59/0.67	c #decision = 4
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 2
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.67	c lower bound updated to 2
0.59/0.68	c BCD2: 2 <= obj <= 340
0.59/0.68	c BCD2: #cores=2, #unrelaxed=678, #relaxed=4, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=3 bias=3/4
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 |     1165      0 |        0 |        0
0.59/0.68	c  0.0s |       0 |        5 |        2 |     1165      0 |        0 |        0
0.59/0.68	c #cpu_time = 0.001s
0.59/0.68	c #wall_clock_time = 0.001s
0.59/0.68	c #decision = 5
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 2
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.68	c lower bound updated to 3
0.59/0.68	c BCD2: 3 <= obj <= 340
0.59/0.68	c BCD2: #cores=3, #unrelaxed=676, #relaxed=6, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=4 bias=4/5
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 |     1165      0 |        0 |        0
0.59/0.68	c  0.0s |       0 |        8 |        2 |     1165      0 |        0 |        0
0.59/0.68	c #cpu_time = 0.001s
0.59/0.68	c #wall_clock_time = 0.001s
0.59/0.68	c #decision = 8
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 2
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.68	c lower bound updated to 4
0.59/0.68	c BCD2: 4 <= obj <= 340
0.59/0.68	c BCD2: #cores=4, #unrelaxed=674, #relaxed=8, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=5 bias=5/6
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 |     1165      0 |        0 |        0
0.59/0.68	c  0.0s |       0 |        9 |        2 |     1165      0 |        0 |        0
0.59/0.68	c #cpu_time = 0.001s
0.59/0.68	c #wall_clock_time = 0.001s
0.59/0.68	c #decision = 9
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 2
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.68	c lower bound updated to 5
0.59/0.68	c BCD2: 5 <= obj <= 340
0.59/0.68	c BCD2: #cores=5, #unrelaxed=672, #relaxed=10, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=6 bias=6/7
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 |     1165      0 |        0 |        0
0.59/0.68	c  0.0s |       0 |       10 |        2 |     1165      0 |        0 |        0
0.59/0.68	c #cpu_time = 0.001s
0.59/0.68	c #wall_clock_time = 0.001s
0.59/0.68	c #decision = 10
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 2
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.68	c lower bound updated to 6
0.59/0.68	c BCD2: 6 <= obj <= 340
0.59/0.68	c BCD2: #cores=6, #unrelaxed=670, #relaxed=12, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=7 bias=7/8
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 |     1165      0 |        0 |        0
0.59/0.68	c  0.0s |       0 |       11 |        2 |     1165      0 |        0 |        0
0.59/0.68	c #cpu_time = 0.001s
0.59/0.68	c #wall_clock_time = 0.001s
0.59/0.68	c #decision = 11
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 2
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.68	c lower bound updated to 7
0.59/0.68	c BCD2: 7 <= obj <= 340
0.59/0.68	c BCD2: #cores=7, #unrelaxed=668, #relaxed=14, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=8 bias=8/9
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 |     1165      0 |        0 |        0
0.59/0.68	c  0.0s |       0 |       12 |        2 |     1165      0 |        0 |        0
0.59/0.68	c #cpu_time = 0.001s
0.59/0.68	c #wall_clock_time = 0.001s
0.59/0.68	c #decision = 12
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 2
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.68	c lower bound updated to 8
0.59/0.68	c BCD2: 8 <= obj <= 340
0.59/0.68	c BCD2: #cores=8, #unrelaxed=666, #relaxed=16, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=9 bias=9/10
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 |     1165      0 |        0 |        0
0.59/0.69	c  0.0s |       0 |       13 |        2 |     1165      0 |        0 |        0
0.59/0.69	c #cpu_time = 0.001s
0.59/0.69	c #wall_clock_time = 0.001s
0.59/0.69	c #decision = 13
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 2
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.69	c lower bound updated to 9
0.59/0.69	c BCD2: 9 <= obj <= 340
0.59/0.69	c BCD2: #cores=9, #unrelaxed=664, #relaxed=18, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=10 bias=10/11
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 |     1165      0 |        0 |        0
0.59/0.69	c  0.0s |       0 |       14 |        2 |     1165      0 |        0 |        0
0.59/0.69	c #cpu_time = 0.001s
0.59/0.69	c #wall_clock_time = 0.001s
0.59/0.69	c #decision = 14
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 2
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.69	c lower bound updated to 10
0.59/0.69	c BCD2: 10 <= obj <= 340
0.59/0.69	c BCD2: #cores=10, #unrelaxed=662, #relaxed=20, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=11 bias=11/12
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 |     1165      0 |        0 |        0
0.59/0.69	c  0.0s |       0 |       15 |        2 |     1165      0 |        0 |        0
0.59/0.69	c #cpu_time = 0.001s
0.59/0.69	c #wall_clock_time = 0.001s
0.59/0.69	c #decision = 15
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 2
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.69	c lower bound updated to 11
0.59/0.69	c BCD2: 11 <= obj <= 340
0.59/0.69	c BCD2: #cores=11, #unrelaxed=660, #relaxed=22, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=12 bias=12/13
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 |     1165      0 |        0 |        0
0.59/0.69	c  0.0s |       0 |       18 |        2 |     1165      0 |        0 |        0
0.59/0.69	c #cpu_time = 0.001s
0.59/0.69	c #wall_clock_time = 0.001s
0.59/0.69	c #decision = 18
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 2
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.69	c lower bound updated to 12
0.59/0.69	c BCD2: 12 <= obj <= 340
0.59/0.69	c BCD2: #cores=12, #unrelaxed=658, #relaxed=24, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=13 bias=13/14
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 |     1165      0 |        0 |        0
0.59/0.69	c  0.0s |       0 |       19 |        2 |     1165      0 |        0 |        0
0.59/0.69	c #cpu_time = 0.001s
0.59/0.69	c #wall_clock_time = 0.001s
0.59/0.69	c #decision = 19
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 2
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.69	c lower bound updated to 13
0.59/0.69	c BCD2: 13 <= obj <= 340
0.59/0.69	c BCD2: #cores=13, #unrelaxed=656, #relaxed=26, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=14 bias=14/15
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |     1165      0 |        0 |        0
0.59/0.69	c  0.0s |       0 |       20 |        2 |     1165      0 |        0 |        0
0.59/0.69	c #cpu_time = 0.001s
0.59/0.69	c #wall_clock_time = 0.001s
0.59/0.69	c #decision = 20
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 2
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.69	c lower bound updated to 14
0.59/0.69	c BCD2: 14 <= obj <= 340
0.59/0.69	c BCD2: #cores=14, #unrelaxed=654, #relaxed=28, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=15 bias=15/16
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |     1165      0 |        0 |        0
0.59/0.69	c  0.0s |       0 |       23 |        2 |     1165      0 |        0 |        0
0.59/0.69	c #cpu_time = 0.001s
0.59/0.69	c #wall_clock_time = 0.001s
0.59/0.69	c #decision = 23
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 2
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.69	c lower bound updated to 15
0.59/0.69	c BCD2: 15 <= obj <= 340
0.59/0.69	c BCD2: #cores=15, #unrelaxed=652, #relaxed=30, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=16 bias=16/17
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |     1165      0 |        0 |        0
0.59/0.70	c  0.0s |       0 |       24 |        2 |     1165      0 |        0 |        0
0.59/0.70	c #cpu_time = 0.001s
0.59/0.70	c #wall_clock_time = 0.001s
0.59/0.70	c #decision = 24
0.59/0.70	c #random_decision = 0
0.59/0.70	c #conflict = 2
0.59/0.70	c #restart = 0
0.59/0.70	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.70	c lower bound updated to 16
0.59/0.70	c BCD2: 16 <= obj <= 340
0.59/0.70	c BCD2: #cores=16, #unrelaxed=650, #relaxed=32, #hardened=0
0.59/0.70	c BCD2: #sat=1 #unsat=17 bias=17/18
0.59/0.70	c Solving starts ...
0.59/0.70	c ============================[ Search Statistics ]============================
0.59/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.70	c =============================================================================
0.69/0.70	c  0.0s |       0 |        0 |        0 |     1165      0 |        0 |        0
0.69/0.70	c  0.0s |       0 |       25 |        2 |     1165      0 |        0 |        0
0.69/0.70	c #cpu_time = 0.001s
0.69/0.70	c #wall_clock_time = 0.001s
0.69/0.70	c #decision = 25
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 2
0.69/0.70	c #restart = 0
0.69/0.70	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.70	c lower bound updated to 17
0.69/0.70	c BCD2: 17 <= obj <= 340
0.69/0.70	c BCD2: #cores=17, #unrelaxed=648, #relaxed=34, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=18 bias=18/19
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 |     1165      0 |        0 |        0
0.69/0.70	c  0.0s |       0 |       26 |        2 |     1165      0 |        0 |        0
0.69/0.70	c #cpu_time = 0.001s
0.69/0.70	c #wall_clock_time = 0.001s
0.69/0.70	c #decision = 26
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 2
0.69/0.70	c #restart = 0
0.69/0.70	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.70	c lower bound updated to 18
0.69/0.70	c BCD2: 18 <= obj <= 340
0.69/0.70	c BCD2: #cores=18, #unrelaxed=646, #relaxed=36, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=19 bias=19/20
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 |     1165      0 |        0 |        0
0.69/0.70	c  0.0s |       0 |       27 |        2 |     1165      0 |        0 |        0
0.69/0.70	c #cpu_time = 0.001s
0.69/0.70	c #wall_clock_time = 0.001s
0.69/0.70	c #decision = 27
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 2
0.69/0.70	c #restart = 0
0.69/0.70	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.70	c lower bound updated to 19
0.69/0.70	c BCD2: 19 <= obj <= 340
0.69/0.70	c BCD2: #cores=19, #unrelaxed=644, #relaxed=38, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=20 bias=20/21
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 |     1165      0 |        0 |        0
0.69/0.70	c  0.0s |       0 |       28 |        2 |     1165      0 |        0 |        0
0.69/0.70	c #cpu_time = 0.001s
0.69/0.70	c #wall_clock_time = 0.001s
0.69/0.70	c #decision = 28
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 2
0.69/0.70	c #restart = 0
0.69/0.70	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.70	c lower bound updated to 20
0.69/0.70	c BCD2: 20 <= obj <= 340
0.69/0.70	c BCD2: #cores=20, #unrelaxed=642, #relaxed=40, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=21 bias=21/22
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.71	c  0.0s |       0 |        0 |        0 |     1165      0 |        0 |        0
0.69/0.71	c  0.0s |       0 |       31 |        2 |     1165      0 |        0 |        0
0.69/0.71	c #cpu_time = 0.002s
0.69/0.71	c #wall_clock_time = 0.002s
0.69/0.71	c #decision = 31
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 2
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.71	c lower bound updated to 21
0.69/0.71	c BCD2: 21 <= obj <= 340
0.69/0.71	c BCD2: #cores=21, #unrelaxed=640, #relaxed=42, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=22 bias=22/23
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 |     1165      0 |        0 |        0
0.69/0.71	c  0.0s |       0 |       32 |        2 |     1165      0 |        0 |        0
0.69/0.71	c #cpu_time = 0.002s
0.69/0.71	c #wall_clock_time = 0.002s
0.69/0.71	c #decision = 32
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 2
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.71	c lower bound updated to 22
0.69/0.71	c BCD2: 22 <= obj <= 340
0.69/0.71	c BCD2: #cores=22, #unrelaxed=638, #relaxed=44, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=23 bias=23/24
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 |     1165      0 |        0 |        0
0.69/0.71	c  0.0s |       0 |       33 |        2 |     1165      0 |        0 |        0
0.69/0.71	c #cpu_time = 0.002s
0.69/0.71	c #wall_clock_time = 0.002s
0.69/0.71	c #decision = 33
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 2
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.71	c lower bound updated to 23
0.69/0.71	c BCD2: 23 <= obj <= 340
0.69/0.71	c BCD2: #cores=23, #unrelaxed=636, #relaxed=46, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=24 bias=24/25
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 |     1165      0 |        0 |        0
0.69/0.71	c  0.0s |       0 |       34 |        2 |     1165      0 |        0 |        0
0.69/0.71	c #cpu_time = 0.002s
0.69/0.71	c #wall_clock_time = 0.002s
0.69/0.71	c #decision = 34
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 2
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.71	c lower bound updated to 24
0.69/0.71	c BCD2: 24 <= obj <= 340
0.69/0.71	c BCD2: #cores=24, #unrelaxed=634, #relaxed=48, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=25 bias=25/26
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 |     1165      0 |        0 |        0
0.69/0.72	c  0.0s |       0 |       35 |        2 |     1165      0 |        0 |        0
0.69/0.72	c #cpu_time = 0.002s
0.69/0.72	c #wall_clock_time = 0.002s
0.69/0.72	c #decision = 35
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 2
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 25
0.69/0.72	c BCD2: 25 <= obj <= 340
0.69/0.72	c BCD2: #cores=25, #unrelaxed=632, #relaxed=50, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=26 bias=26/27
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 |     1165      0 |        0 |        0
0.69/0.72	c  0.0s |       0 |       36 |        2 |     1165      0 |        0 |        0
0.69/0.72	c #cpu_time = 0.002s
0.69/0.72	c #wall_clock_time = 0.002s
0.69/0.72	c #decision = 36
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 2
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 26
0.69/0.72	c BCD2: 26 <= obj <= 340
0.69/0.72	c BCD2: #cores=26, #unrelaxed=630, #relaxed=52, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=27 bias=27/28
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 |     1165      0 |        0 |        0
0.69/0.72	c  0.0s |       0 |       37 |        2 |     1165      0 |        0 |        0
0.69/0.72	c #cpu_time = 0.002s
0.69/0.72	c #wall_clock_time = 0.002s
0.69/0.72	c #decision = 37
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 2
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 27
0.69/0.72	c BCD2: 27 <= obj <= 340
0.69/0.72	c BCD2: #cores=27, #unrelaxed=628, #relaxed=54, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=28 bias=28/29
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 |     1165      0 |        0 |        0
0.69/0.72	c  0.0s |       0 |       40 |        2 |     1165      0 |        0 |        0
0.69/0.72	c #cpu_time = 0.002s
0.69/0.72	c #wall_clock_time = 0.002s
0.69/0.72	c #decision = 40
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 2
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 28
0.69/0.72	c BCD2: 28 <= obj <= 340
0.69/0.72	c BCD2: #cores=28, #unrelaxed=626, #relaxed=56, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=29 bias=29/30
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 |     1165      0 |        0 |        0
0.69/0.73	c  0.0s |       0 |       41 |        2 |     1165      0 |        0 |        0
0.69/0.73	c #cpu_time = 0.002s
0.69/0.73	c #wall_clock_time = 0.002s
0.69/0.73	c #decision = 41
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 2
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.73	c lower bound updated to 29
0.69/0.73	c BCD2: 29 <= obj <= 340
0.69/0.73	c BCD2: #cores=29, #unrelaxed=624, #relaxed=58, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=30 bias=30/31
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 |     1165      0 |        0 |        0
0.69/0.73	c  0.0s |       0 |       42 |        2 |     1165      0 |        0 |        0
0.69/0.73	c #cpu_time = 0.002s
0.69/0.73	c #wall_clock_time = 0.002s
0.69/0.73	c #decision = 42
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 2
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.73	c lower bound updated to 30
0.69/0.73	c BCD2: 30 <= obj <= 340
0.69/0.73	c BCD2: #cores=30, #unrelaxed=622, #relaxed=60, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=31 bias=31/32
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 |     1165      0 |        0 |        0
0.69/0.73	c  0.0s |       0 |       43 |        2 |     1165      0 |        0 |        0
0.69/0.73	c #cpu_time = 0.002s
0.69/0.73	c #wall_clock_time = 0.002s
0.69/0.73	c #decision = 43
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 2
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.73	c lower bound updated to 31
0.69/0.73	c BCD2: 31 <= obj <= 340
0.69/0.73	c BCD2: #cores=31, #unrelaxed=620, #relaxed=62, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=32 bias=32/33
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 |     1165      0 |        0 |        0
0.69/0.73	c  0.0s |       0 |       44 |        2 |     1165      0 |        0 |        0
0.69/0.73	c #cpu_time = 0.002s
0.69/0.73	c #wall_clock_time = 0.002s
0.69/0.73	c #decision = 44
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 2
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.73	c lower bound updated to 32
0.69/0.73	c BCD2: 32 <= obj <= 340
0.69/0.73	c BCD2: #cores=32, #unrelaxed=618, #relaxed=64, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=33 bias=33/34
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 |     1165      0 |        0 |        0
0.69/0.74	c  0.0s |       0 |       45 |        2 |     1165      0 |        0 |        0
0.69/0.74	c #cpu_time = 0.002s
0.69/0.74	c #wall_clock_time = 0.002s
0.69/0.74	c #decision = 45
0.69/0.74	c #random_decision = 0
0.69/0.74	c #conflict = 2
0.69/0.74	c #restart = 0
0.69/0.74	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.74	c lower bound updated to 33
0.69/0.74	c BCD2: 33 <= obj <= 340
0.69/0.74	c BCD2: #cores=33, #unrelaxed=616, #relaxed=66, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=34 bias=34/35
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 |     1165      0 |        0 |        0
0.69/0.74	c  0.0s |       0 |       48 |        2 |     1165      0 |        0 |        0
0.69/0.74	c #cpu_time = 0.002s
0.69/0.74	c #wall_clock_time = 0.002s
0.69/0.74	c #decision = 48
0.69/0.74	c #random_decision = 0
0.69/0.74	c #conflict = 2
0.69/0.74	c #restart = 0
0.69/0.74	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.74	c lower bound updated to 34
0.69/0.74	c BCD2: 34 <= obj <= 340
0.69/0.74	c BCD2: #cores=34, #unrelaxed=614, #relaxed=68, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=35 bias=35/36
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 |     1165      0 |        0 |        0
0.69/0.74	c  0.0s |       0 |       49 |        2 |     1165      0 |        0 |        0
0.69/0.74	c #cpu_time = 0.002s
0.69/0.74	c #wall_clock_time = 0.002s
0.69/0.74	c #decision = 49
0.69/0.74	c #random_decision = 0
0.69/0.74	c #conflict = 2
0.69/0.74	c #restart = 0
0.69/0.74	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.74	c lower bound updated to 35
0.69/0.74	c BCD2: 35 <= obj <= 340
0.69/0.74	c BCD2: #cores=35, #unrelaxed=612, #relaxed=70, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=36 bias=36/37
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 |     1165      0 |        0 |        0
0.69/0.74	c  0.0s |       0 |       50 |        2 |     1165      0 |        0 |        0
0.69/0.74	c #cpu_time = 0.002s
0.69/0.74	c #wall_clock_time = 0.002s
0.69/0.74	c #decision = 50
0.69/0.74	c #random_decision = 0
0.69/0.74	c #conflict = 2
0.69/0.74	c #restart = 0
0.69/0.74	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.74	c lower bound updated to 36
0.69/0.74	c BCD2: 36 <= obj <= 340
0.69/0.74	c BCD2: #cores=36, #unrelaxed=610, #relaxed=72, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=37 bias=37/38
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 |     1165      0 |        0 |        0
0.69/0.74	c  0.0s |       0 |       51 |        2 |     1165      0 |        0 |        0
0.69/0.74	c #cpu_time = 0.002s
0.69/0.74	c #wall_clock_time = 0.002s
0.69/0.74	c #decision = 51
0.69/0.74	c #random_decision = 0
0.69/0.74	c #conflict = 2
0.69/0.74	c #restart = 0
0.69/0.74	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.74	c lower bound updated to 37
0.69/0.75	c BCD2: 37 <= obj <= 340
0.69/0.75	c BCD2: #cores=37, #unrelaxed=608, #relaxed=74, #hardened=0
0.69/0.75	c BCD2: #sat=1 #unsat=38 bias=38/39
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 |     1165      0 |        0 |        0
0.69/0.75	c  0.0s |       0 |       52 |        2 |     1165      0 |        0 |        0
0.69/0.75	c #cpu_time = 0.002s
0.69/0.75	c #wall_clock_time = 0.002s
0.69/0.75	c #decision = 52
0.69/0.75	c #random_decision = 0
0.69/0.75	c #conflict = 2
0.69/0.75	c #restart = 0
0.69/0.75	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.75	c lower bound updated to 38
0.69/0.75	c BCD2: 38 <= obj <= 340
0.69/0.75	c BCD2: #cores=38, #unrelaxed=606, #relaxed=76, #hardened=0
0.69/0.75	c BCD2: #sat=1 #unsat=39 bias=39/40
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 |     1165      0 |        0 |        0
0.69/0.75	c  0.0s |       0 |       53 |        2 |     1165      0 |        0 |        0
0.69/0.75	c #cpu_time = 0.002s
0.69/0.75	c #wall_clock_time = 0.002s
0.69/0.75	c #decision = 53
0.69/0.75	c #random_decision = 0
0.69/0.75	c #conflict = 2
0.69/0.75	c #restart = 0
0.69/0.75	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.75	c lower bound updated to 39
0.69/0.75	c BCD2: 39 <= obj <= 340
0.69/0.75	c BCD2: #cores=39, #unrelaxed=604, #relaxed=78, #hardened=0
0.69/0.75	c BCD2: #sat=1 #unsat=40 bias=40/41
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 |     1165      0 |        0 |        0
0.69/0.75	c  0.0s |       0 |       54 |        2 |     1165      0 |        0 |        0
0.69/0.75	c #cpu_time = 0.001s
0.69/0.75	c #wall_clock_time = 0.001s
0.69/0.75	c #decision = 54
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 2
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.76	c lower bound updated to 40
0.69/0.76	c BCD2: 40 <= obj <= 340
0.69/0.76	c BCD2: #cores=40, #unrelaxed=602, #relaxed=80, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=41 bias=41/42
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 |     1165      0 |        0 |        0
0.69/0.76	c  0.0s |       0 |       55 |        2 |     1165      0 |        0 |        0
0.69/0.76	c #cpu_time = 0.001s
0.69/0.76	c #wall_clock_time = 0.001s
0.69/0.76	c #decision = 55
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 2
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.76	c lower bound updated to 41
0.69/0.76	c BCD2: 41 <= obj <= 340
0.69/0.76	c BCD2: #cores=41, #unrelaxed=600, #relaxed=82, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=42 bias=42/43
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 |     1165      0 |        0 |        0
0.69/0.76	c  0.0s |       0 |       58 |        2 |     1165      0 |        0 |        0
0.69/0.76	c #cpu_time = 0.001s
0.69/0.76	c #wall_clock_time = 0.001s
0.69/0.76	c #decision = 58
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 2
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.76	c lower bound updated to 42
0.69/0.76	c BCD2: 42 <= obj <= 340
0.69/0.76	c BCD2: #cores=42, #unrelaxed=598, #relaxed=84, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=43 bias=43/44
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 |     1165      0 |        0 |        0
0.69/0.76	c  0.0s |       0 |       59 |        2 |     1165      0 |        0 |        0
0.69/0.76	c #cpu_time = 0.001s
0.69/0.76	c #wall_clock_time = 0.001s
0.69/0.76	c #decision = 59
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 2
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.76	c lower bound updated to 43
0.69/0.76	c BCD2: 43 <= obj <= 340
0.69/0.76	c BCD2: #cores=43, #unrelaxed=596, #relaxed=86, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=44 bias=44/45
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 |     1165      0 |        0 |        0
0.69/0.76	c  0.0s |       0 |       60 |        2 |     1165      0 |        0 |        0
0.69/0.76	c #cpu_time = 0.001s
0.69/0.76	c #wall_clock_time = 0.001s
0.69/0.76	c #decision = 60
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 2
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.76	c lower bound updated to 44
0.69/0.76	c BCD2: 44 <= obj <= 340
0.69/0.76	c BCD2: #cores=44, #unrelaxed=594, #relaxed=88, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=45 bias=45/46
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 |     1165      0 |        0 |        0
0.69/0.76	c  0.0s |       0 |       61 |        2 |     1165      0 |        0 |        0
0.69/0.76	c #cpu_time = 0.001s
0.69/0.76	c #wall_clock_time = 0.001s
0.69/0.76	c #decision = 61
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 2
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.76	c lower bound updated to 45
0.69/0.76	c BCD2: 45 <= obj <= 340
0.69/0.76	c BCD2: #cores=45, #unrelaxed=592, #relaxed=90, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=46 bias=46/47
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 |     1165      0 |        0 |        0
0.69/0.76	c  0.0s |       0 |       62 |        2 |     1165      0 |        0 |        0
0.69/0.76	c #cpu_time = 0.001s
0.69/0.76	c #wall_clock_time = 0.001s
0.69/0.76	c #decision = 62
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 2
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.76	c lower bound updated to 46
0.69/0.76	c BCD2: 46 <= obj <= 340
0.69/0.76	c BCD2: #cores=46, #unrelaxed=590, #relaxed=92, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=47 bias=47/48
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.77	c  0.0s |       0 |        0 |        0 |     1165      0 |        0 |        0
0.69/0.77	c  0.0s |       0 |       63 |        2 |     1165      0 |        0 |        0
0.69/0.77	c #cpu_time = 0.001s
0.69/0.77	c #wall_clock_time = 0.001s
0.69/0.77	c #decision = 63
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 2
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.77	c lower bound updated to 47
0.69/0.77	c BCD2: 47 <= obj <= 340
0.69/0.77	c BCD2: #cores=47, #unrelaxed=588, #relaxed=94, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=48 bias=48/49
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 |     1165      0 |        0 |        0
0.69/0.77	c  0.0s |       0 |       64 |        2 |     1165      0 |        0 |        0
0.69/0.77	c #cpu_time = 0.001s
0.69/0.77	c #wall_clock_time = 0.001s
0.69/0.77	c #decision = 64
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 2
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.77	c lower bound updated to 48
0.69/0.77	c BCD2: 48 <= obj <= 340
0.69/0.77	c BCD2: #cores=48, #unrelaxed=586, #relaxed=96, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=49 bias=49/50
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 |     1165      0 |        0 |        0
0.69/0.77	c  0.0s |       0 |       67 |        2 |     1165      0 |        0 |        0
0.69/0.77	c #cpu_time = 0.001s
0.69/0.77	c #wall_clock_time = 0.001s
0.69/0.77	c #decision = 67
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 2
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.77	c lower bound updated to 49
0.69/0.77	c BCD2: 49 <= obj <= 340
0.69/0.77	c BCD2: #cores=49, #unrelaxed=584, #relaxed=98, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=50 bias=50/51
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 |     1165      0 |        0 |        0
0.69/0.77	c  0.0s |       0 |       68 |        2 |     1165      0 |        0 |        0
0.69/0.77	c #cpu_time = 0.001s
0.69/0.77	c #wall_clock_time = 0.001s
0.69/0.77	c #decision = 68
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 2
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.77	c lower bound updated to 50
0.69/0.77	c BCD2: 50 <= obj <= 340
0.69/0.77	c BCD2: #cores=50, #unrelaxed=582, #relaxed=100, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=51 bias=51/52
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 |     1165      0 |        0 |        0
0.69/0.77	c  0.0s |       0 |       69 |        2 |     1165      0 |        0 |        0
0.69/0.77	c #cpu_time = 0.001s
0.69/0.77	c #wall_clock_time = 0.001s
0.69/0.77	c #decision = 69
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 2
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.77	c lower bound updated to 51
0.69/0.77	c BCD2: 51 <= obj <= 340
0.69/0.77	c BCD2: #cores=51, #unrelaxed=580, #relaxed=102, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=52 bias=52/53
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 |     1165      0 |        0 |        0
0.69/0.77	c  0.0s |       0 |       70 |        2 |     1165      0 |        0 |        0
0.69/0.77	c #cpu_time = 0.001s
0.69/0.77	c #wall_clock_time = 0.001s
0.69/0.77	c #decision = 70
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 2
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.77	c lower bound updated to 52
0.69/0.77	c BCD2: 52 <= obj <= 340
0.69/0.77	c BCD2: #cores=52, #unrelaxed=578, #relaxed=104, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=53 bias=53/54
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 |     1165      0 |        0 |        0
0.69/0.78	c  0.0s |       0 |       71 |        2 |     1165      0 |        0 |        0
0.69/0.78	c #cpu_time = 0.001s
0.69/0.78	c #wall_clock_time = 0.001s
0.69/0.78	c #decision = 71
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 2
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 53
0.69/0.78	c BCD2: 53 <= obj <= 340
0.69/0.78	c BCD2: #cores=53, #unrelaxed=576, #relaxed=106, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=54 bias=54/55
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 |     1165      0 |        0 |        0
0.69/0.78	c  0.0s |       0 |       74 |        2 |     1165      0 |        0 |        0
0.69/0.78	c #cpu_time = 0.001s
0.69/0.78	c #wall_clock_time = 0.001s
0.69/0.78	c #decision = 74
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 2
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 54
0.69/0.78	c BCD2: 54 <= obj <= 340
0.69/0.78	c BCD2: #cores=54, #unrelaxed=574, #relaxed=108, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=55 bias=55/56
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 |     1165      0 |        0 |        0
0.69/0.78	c  0.0s |       0 |       75 |        2 |     1165      0 |        0 |        0
0.69/0.78	c #cpu_time = 0.001s
0.69/0.78	c #wall_clock_time = 0.001s
0.69/0.78	c #decision = 75
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 2
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 55
0.69/0.78	c BCD2: 55 <= obj <= 340
0.69/0.78	c BCD2: #cores=55, #unrelaxed=572, #relaxed=110, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=56 bias=56/57
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 |     1165      0 |        0 |        0
0.69/0.78	c  0.0s |       0 |       76 |        2 |     1165      0 |        0 |        0
0.69/0.78	c #cpu_time = 0.001s
0.69/0.78	c #wall_clock_time = 0.001s
0.69/0.78	c #decision = 76
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 2
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 56
0.69/0.78	c BCD2: 56 <= obj <= 340
0.69/0.78	c BCD2: #cores=56, #unrelaxed=570, #relaxed=112, #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 |     1165      0 |        0 |        0
0.69/0.78	c  0.0s |       0 |       77 |        2 |     1165      0 |        0 |        0
0.69/0.78	c #cpu_time = 0.001s
0.69/0.78	c #wall_clock_time = 0.001s
0.69/0.78	c #decision = 77
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 2
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 57
0.69/0.78	c BCD2: 57 <= obj <= 340
0.69/0.78	c BCD2: #cores=57, #unrelaxed=568, #relaxed=114, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=58 bias=58/59
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 |     1165      0 |        0 |        0
0.69/0.78	c  0.0s |       0 |       78 |        2 |     1165      0 |        0 |        0
0.69/0.78	c #cpu_time = 0.001s
0.69/0.78	c #wall_clock_time = 0.001s
0.69/0.78	c #decision = 78
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 2
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 58
0.69/0.78	c BCD2: 58 <= obj <= 340
0.69/0.78	c BCD2: #cores=58, #unrelaxed=566, #relaxed=116, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=59 bias=59/60
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 |     1165      0 |        0 |        0
0.69/0.79	c  0.0s |       0 |       79 |        2 |     1165      0 |        0 |        0
0.69/0.79	c #cpu_time = 0.001s
0.69/0.79	c #wall_clock_time = 0.001s
0.69/0.79	c #decision = 79
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 2
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.79	c lower bound updated to 59
0.69/0.79	c BCD2: 59 <= obj <= 340
0.69/0.79	c BCD2: #cores=59, #unrelaxed=564, #relaxed=118, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=60 bias=60/61
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     1165      0 |        0 |        0
0.69/0.79	c  0.0s |       0 |       82 |        2 |     1165      0 |        0 |        0
0.69/0.79	c #cpu_time = 0.001s
0.69/0.79	c #wall_clock_time = 0.001s
0.69/0.79	c #decision = 82
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 2
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.79	c lower bound updated to 60
0.69/0.79	c BCD2: 60 <= obj <= 340
0.69/0.79	c BCD2: #cores=60, #unrelaxed=562, #relaxed=120, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=61 bias=61/62
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     1165      0 |        0 |        0
0.69/0.79	c  0.0s |       0 |       83 |        2 |     1165      0 |        0 |        0
0.69/0.79	c #cpu_time = 0.001s
0.69/0.79	c #wall_clock_time = 0.001s
0.69/0.79	c #decision = 83
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 2
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.79	c lower bound updated to 61
0.69/0.79	c BCD2: 61 <= obj <= 340
0.69/0.79	c BCD2: #cores=61, #unrelaxed=560, #relaxed=122, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=62 bias=62/63
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     1165      0 |        0 |        0
0.69/0.79	c  0.0s |       0 |       84 |        2 |     1165      0 |        0 |        0
0.69/0.79	c #cpu_time = 0.001s
0.69/0.79	c #wall_clock_time = 0.001s
0.69/0.79	c #decision = 84
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 2
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.79	c lower bound updated to 62
0.69/0.79	c BCD2: 62 <= obj <= 340
0.69/0.79	c BCD2: #cores=62, #unrelaxed=558, #relaxed=124, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=63 bias=63/64
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     1165      0 |        0 |        0
0.69/0.79	c  0.0s |       0 |       85 |        2 |     1165      0 |        0 |        0
0.69/0.79	c #cpu_time = 0.001s
0.69/0.79	c #wall_clock_time = 0.001s
0.69/0.79	c #decision = 85
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 2
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.79	c lower bound updated to 63
0.69/0.79	c BCD2: 63 <= obj <= 340
0.69/0.79	c BCD2: #cores=63, #unrelaxed=556, #relaxed=126, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=64 bias=64/65
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     1165      0 |        0 |        0
0.69/0.79	c  0.0s |       0 |       86 |        2 |     1165      0 |        0 |        0
0.69/0.79	c #cpu_time = 0.001s
0.69/0.79	c #wall_clock_time = 0.001s
0.69/0.79	c #decision = 86
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 2
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.79	c lower bound updated to 64
0.69/0.79	c BCD2: 64 <= obj <= 340
0.69/0.79	c BCD2: #cores=64, #unrelaxed=554, #relaxed=128, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=65 bias=65/66
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     1165      0 |        0 |        0
0.69/0.80	c  0.0s |       0 |       87 |        2 |     1165      0 |        0 |        0
0.69/0.80	c #cpu_time = 0.001s
0.69/0.80	c #wall_clock_time = 0.001s
0.69/0.80	c #decision = 87
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 2
0.79/0.80	c #restart = 0
0.79/0.80	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.80	c lower bound updated to 65
0.79/0.80	c BCD2: 65 <= obj <= 340
0.79/0.80	c BCD2: #cores=65, #unrelaxed=552, #relaxed=130, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=66 bias=66/67
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 |     1165      0 |        0 |        0
0.79/0.80	c  0.0s |       0 |       88 |        2 |     1165      0 |        0 |        0
0.79/0.80	c #cpu_time = 0.001s
0.79/0.80	c #wall_clock_time = 0.001s
0.79/0.80	c #decision = 88
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 2
0.79/0.80	c #restart = 0
0.79/0.80	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.80	c lower bound updated to 66
0.79/0.80	c BCD2: 66 <= obj <= 340
0.79/0.80	c BCD2: #cores=66, #unrelaxed=550, #relaxed=132, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=67 bias=67/68
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 |     1165      0 |        0 |        0
0.79/0.80	c  0.0s |       0 |       91 |        2 |     1165      0 |        0 |        0
0.79/0.80	c #cpu_time = 0.001s
0.79/0.80	c #wall_clock_time = 0.001s
0.79/0.80	c #decision = 91
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 2
0.79/0.80	c #restart = 0
0.79/0.80	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.80	c lower bound updated to 67
0.79/0.80	c BCD2: 67 <= obj <= 340
0.79/0.80	c BCD2: #cores=67, #unrelaxed=548, #relaxed=134, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=68 bias=68/69
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 |     1165      0 |        0 |        0
0.79/0.80	c  0.0s |       0 |       92 |        2 |     1282      0 |        0 |        0
0.79/0.80	c #cpu_time = 0.001s
0.79/0.80	c #wall_clock_time = 0.001s
0.79/0.80	c #decision = 92
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 2
0.79/0.80	c #restart = 0
0.79/0.80	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.80	c lower bound updated to 68
0.79/0.80	c BCD2: 68 <= obj <= 340
0.79/0.80	c BCD2: #cores=68, #unrelaxed=546, #relaxed=136, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=69 bias=69/70
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 |     1282      0 |        0 |        0
0.79/0.80	c  0.0s |       0 |       93 |        2 |     1282      0 |        0 |        0
0.79/0.80	c #cpu_time = 0.001s
0.79/0.80	c #wall_clock_time = 0.001s
0.79/0.80	c #decision = 93
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 2
0.79/0.80	c #restart = 0
0.79/0.80	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.80	c lower bound updated to 69
0.79/0.80	c BCD2: 69 <= obj <= 340
0.79/0.80	c BCD2: #cores=69, #unrelaxed=544, #relaxed=138, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=70 bias=70/71
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 |     1282      0 |        0 |        0
0.79/0.80	c  0.0s |       0 |       94 |        2 |     1282      0 |        0 |        0
0.79/0.80	c #cpu_time = 0.001s
0.79/0.80	c #wall_clock_time = 0.001s
0.79/0.80	c #decision = 94
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 2
0.79/0.80	c #restart = 0
0.79/0.80	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.80	c lower bound updated to 70
0.79/0.80	c BCD2: 70 <= obj <= 340
0.79/0.80	c BCD2: #cores=70, #unrelaxed=542, #relaxed=140, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=71 bias=71/72
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.81	c  0.0s |       0 |        0 |        0 |     1282      0 |        0 |        0
0.79/0.81	c  0.0s |       0 |       95 |        2 |     1282      0 |        0 |        0
0.79/0.81	c #cpu_time = 0.001s
0.79/0.81	c #wall_clock_time = 0.001s
0.79/0.81	c #decision = 95
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 2
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.81	c lower bound updated to 71
0.79/0.81	c BCD2: 71 <= obj <= 340
0.79/0.81	c BCD2: #cores=71, #unrelaxed=540, #relaxed=142, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=72 bias=72/73
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 |     1282      0 |        0 |        0
0.79/0.81	c  0.0s |       0 |       96 |        2 |     1282      0 |        0 |        0
0.79/0.81	c #cpu_time = 0.001s
0.79/0.81	c #wall_clock_time = 0.001s
0.79/0.81	c #decision = 96
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 2
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.81	c lower bound updated to 72
0.79/0.81	c BCD2: 72 <= obj <= 340
0.79/0.81	c BCD2: #cores=72, #unrelaxed=538, #relaxed=144, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=73 bias=73/74
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 |     1282      0 |        0 |        0
0.79/0.81	c  0.0s |       0 |       99 |        2 |     1282      0 |        0 |        0
0.79/0.81	c #cpu_time = 0.001s
0.79/0.81	c #wall_clock_time = 0.001s
0.79/0.81	c #decision = 99
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 2
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.81	c lower bound updated to 73
0.79/0.81	c BCD2: 73 <= obj <= 340
0.79/0.81	c BCD2: #cores=73, #unrelaxed=536, #relaxed=146, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=74 bias=74/75
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 |     1282      0 |        0 |        0
0.79/0.81	c  0.0s |       0 |      100 |        2 |     1282      0 |        0 |        0
0.79/0.81	c #cpu_time = 0.001s
0.79/0.81	c #wall_clock_time = 0.001s
0.79/0.81	c #decision = 100
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 2
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.81	c lower bound updated to 74
0.79/0.81	c BCD2: 74 <= obj <= 340
0.79/0.81	c BCD2: #cores=74, #unrelaxed=534, #relaxed=148, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=75 bias=75/76
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 |     1282      0 |        0 |        0
0.79/0.81	c  0.0s |       0 |      101 |        2 |     1282      0 |        0 |        0
0.79/0.81	c #cpu_time = 0.001s
0.79/0.81	c #wall_clock_time = 0.001s
0.79/0.81	c #decision = 101
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 2
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.81	c lower bound updated to 75
0.79/0.81	c BCD2: 75 <= obj <= 340
0.79/0.81	c BCD2: #cores=75, #unrelaxed=532, #relaxed=150, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=76 bias=76/77
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 |     1282      0 |        0 |        0
0.79/0.81	c  0.0s |       0 |      102 |        2 |     1282      0 |        0 |        0
0.79/0.81	c #cpu_time = 0.001s
0.79/0.81	c #wall_clock_time = 0.001s
0.79/0.81	c #decision = 102
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 2
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.81	c lower bound updated to 76
0.79/0.81	c BCD2: 76 <= obj <= 340
0.79/0.81	c BCD2: #cores=76, #unrelaxed=530, #relaxed=152, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=77 bias=77/78
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.82	c  0.0s |       0 |        0 |        0 |     1282      0 |        0 |        0
0.79/0.82	c  0.0s |       0 |      103 |        2 |     1282      0 |        0 |        0
0.79/0.82	c #cpu_time = 0.001s
0.79/0.82	c #wall_clock_time = 0.001s
0.79/0.82	c #decision = 103
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 2
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.82	c lower bound updated to 77
0.79/0.82	c BCD2: 77 <= obj <= 340
0.79/0.82	c BCD2: #cores=77, #unrelaxed=528, #relaxed=154, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=78 bias=78/79
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 |     1282      0 |        0 |        0
0.79/0.82	c  0.0s |       0 |      106 |        2 |     1282      0 |        0 |        0
0.79/0.82	c #cpu_time = 0.001s
0.79/0.82	c #wall_clock_time = 0.001s
0.79/0.82	c #decision = 106
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 2
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.82	c lower bound updated to 78
0.79/0.82	c BCD2: 78 <= obj <= 340
0.79/0.82	c BCD2: #cores=78, #unrelaxed=526, #relaxed=156, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=79 bias=79/80
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 |     1282      0 |        0 |        0
0.79/0.82	c  0.0s |       0 |      107 |        2 |     1282      0 |        0 |        0
0.79/0.82	c #cpu_time = 0.001s
0.79/0.82	c #wall_clock_time = 0.001s
0.79/0.82	c #decision = 107
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 2
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.82	c lower bound updated to 79
0.79/0.82	c BCD2: 79 <= obj <= 340
0.79/0.82	c BCD2: #cores=79, #unrelaxed=524, #relaxed=158, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=80 bias=80/81
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 |     1282      0 |        0 |        0
0.79/0.82	c  0.0s |       0 |      108 |        2 |     1282      0 |        0 |        0
0.79/0.82	c #cpu_time = 0.001s
0.79/0.82	c #wall_clock_time = 0.001s
0.79/0.82	c #decision = 108
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 2
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.82	c lower bound updated to 80
0.79/0.82	c BCD2: 80 <= obj <= 340
0.79/0.82	c BCD2: #cores=80, #unrelaxed=522, #relaxed=160, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=81 bias=81/82
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 |     1282      0 |        0 |        0
0.79/0.82	c  0.0s |       0 |      109 |        2 |     1282      0 |        0 |        0
0.79/0.82	c #cpu_time = 0.001s
0.79/0.82	c #wall_clock_time = 0.001s
0.79/0.82	c #decision = 109
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 2
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.82	c lower bound updated to 81
0.79/0.82	c BCD2: 81 <= obj <= 340
0.79/0.82	c BCD2: #cores=81, #unrelaxed=520, #relaxed=162, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=82 bias=82/83
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 |     1282      0 |        0 |        0
0.79/0.82	c  0.0s |       0 |      110 |        2 |     1282      0 |        0 |        0
0.79/0.82	c #cpu_time = 0.001s
0.79/0.82	c #wall_clock_time = 0.001s
0.79/0.82	c #decision = 110
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 2
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.82	c lower bound updated to 82
0.79/0.83	c BCD2: 82 <= obj <= 340
0.79/0.83	c BCD2: #cores=82, #unrelaxed=518, #relaxed=164, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=83 bias=83/84
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 |     1282      0 |        0 |        0
0.79/0.83	c  0.0s |       0 |      111 |        2 |     1282      0 |        0 |        0
0.79/0.83	c #cpu_time = 0.001s
0.79/0.83	c #wall_clock_time = 0.001s
0.79/0.83	c #decision = 111
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 2
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.83	c lower bound updated to 83
0.79/0.83	c BCD2: 83 <= obj <= 340
0.79/0.83	c BCD2: #cores=83, #unrelaxed=516, #relaxed=166, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=84 bias=84/85
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 |     1282      0 |        0 |        0
0.79/0.83	c  0.0s |       0 |      112 |        2 |     1282      0 |        0 |        0
0.79/0.83	c #cpu_time = 0.001s
0.79/0.83	c #wall_clock_time = 0.001s
0.79/0.83	c #decision = 112
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 2
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.83	c lower bound updated to 84
0.79/0.83	c BCD2: 84 <= obj <= 340
0.79/0.83	c BCD2: #cores=84, #unrelaxed=514, #relaxed=168, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=85 bias=85/86
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 |     1282      0 |        0 |        0
0.79/0.83	c  0.0s |       0 |      113 |        2 |     1282      0 |        0 |        0
0.79/0.83	c #cpu_time = 0.001s
0.79/0.83	c #wall_clock_time = 0.001s
0.79/0.83	c #decision = 113
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 2
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.83	c lower bound updated to 85
0.79/0.83	c BCD2: 85 <= obj <= 340
0.79/0.83	c BCD2: #cores=85, #unrelaxed=512, #relaxed=170, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=86 bias=86/87
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 |     1282      0 |        0 |        0
0.79/0.83	c  0.0s |       0 |      116 |        2 |     1282      0 |        0 |        0
0.79/0.83	c #cpu_time = 0.001s
0.79/0.83	c #wall_clock_time = 0.001s
0.79/0.83	c #decision = 116
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 2
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.83	c lower bound updated to 86
0.79/0.83	c BCD2: 86 <= obj <= 340
0.79/0.83	c BCD2: #cores=86, #unrelaxed=510, #relaxed=172, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=87 bias=87/88
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 |     1282      0 |        0 |        0
0.79/0.83	c  0.0s |       0 |      117 |        2 |     1282      0 |        0 |        0
0.79/0.83	c #cpu_time = 0.001s
0.79/0.83	c #wall_clock_time = 0.001s
0.79/0.83	c #decision = 117
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 2
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.83	c lower bound updated to 87
0.79/0.83	c BCD2: 87 <= obj <= 340
0.79/0.83	c BCD2: #cores=87, #unrelaxed=508, #relaxed=174, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=88 bias=88/89
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 |     1282      0 |        0 |        0
0.79/0.84	c  0.0s |       0 |      118 |        2 |     1282      0 |        0 |        0
0.79/0.84	c #cpu_time = 0.001s
0.79/0.84	c #wall_clock_time = 0.001s
0.79/0.84	c #decision = 118
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 2
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.84	c lower bound updated to 88
0.79/0.84	c BCD2: 88 <= obj <= 340
0.79/0.84	c BCD2: #cores=88, #unrelaxed=506, #relaxed=176, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=89 bias=89/90
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 |     1282      0 |        0 |        0
0.79/0.84	c  0.0s |       0 |      119 |        2 |     1282      0 |        0 |        0
0.79/0.84	c #cpu_time = 0.001s
0.79/0.84	c #wall_clock_time = 0.001s
0.79/0.84	c #decision = 119
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 2
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.84	c lower bound updated to 89
0.79/0.84	c BCD2: 89 <= obj <= 340
0.79/0.84	c BCD2: #cores=89, #unrelaxed=504, #relaxed=178, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=90 bias=90/91
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 |     1282      0 |        0 |        0
0.79/0.84	c  0.0s |       0 |      120 |        2 |     1282      0 |        0 |        0
0.79/0.84	c #cpu_time = 0.001s
0.79/0.84	c #wall_clock_time = 0.001s
0.79/0.84	c #decision = 120
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 2
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.84	c lower bound updated to 90
0.79/0.84	c BCD2: 90 <= obj <= 340
0.79/0.84	c BCD2: #cores=90, #unrelaxed=502, #relaxed=180, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=91 bias=91/92
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 |     1282      0 |        0 |        0
0.79/0.84	c  0.0s |       0 |      123 |        2 |     1282      0 |        0 |        0
0.79/0.84	c #cpu_time = 0.001s
0.79/0.84	c #wall_clock_time = 0.001s
0.79/0.84	c #decision = 123
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 2
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.84	c lower bound updated to 91
0.79/0.84	c BCD2: 91 <= obj <= 340
0.79/0.84	c BCD2: #cores=91, #unrelaxed=500, #relaxed=182, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=92 bias=92/93
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 |     1282      0 |        0 |        0
0.79/0.84	c  0.0s |       0 |      124 |        2 |     1282      0 |        0 |        0
0.79/0.84	c #cpu_time = 0.001s
0.79/0.84	c #wall_clock_time = 0.001s
0.79/0.84	c #decision = 124
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 2
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.84	c lower bound updated to 92
0.79/0.84	c BCD2: 92 <= obj <= 340
0.79/0.84	c BCD2: #cores=92, #unrelaxed=498, #relaxed=184, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=93 bias=93/94
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 |     1282      0 |        0 |        0
0.79/0.84	c  0.0s |       0 |      125 |        2 |     1282      0 |        0 |        0
0.79/0.84	c #cpu_time = 0.001s
0.79/0.84	c #wall_clock_time = 0.001s
0.79/0.84	c #decision = 125
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 2
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.84	c lower bound updated to 93
0.79/0.84	c BCD2: 93 <= obj <= 340
0.79/0.84	c BCD2: #cores=93, #unrelaxed=496, #relaxed=186, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=94 bias=94/95
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 |     1282      0 |        0 |        0
0.79/0.85	c  0.0s |       0 |      126 |        2 |     1282      0 |        0 |        0
0.79/0.85	c #cpu_time = 0.001s
0.79/0.85	c #wall_clock_time = 0.001s
0.79/0.85	c #decision = 126
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 2
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.85	c lower bound updated to 94
0.79/0.85	c BCD2: 94 <= obj <= 340
0.79/0.85	c BCD2: #cores=94, #unrelaxed=494, #relaxed=188, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=95 bias=95/96
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 |     1282      0 |        0 |        0
0.79/0.85	c  0.0s |       0 |      127 |        2 |     1282      0 |        0 |        0
0.79/0.85	c #cpu_time = 0.001s
0.79/0.85	c #wall_clock_time = 0.001s
0.79/0.85	c #decision = 127
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 2
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.85	c lower bound updated to 95
0.79/0.85	c BCD2: 95 <= obj <= 340
0.79/0.85	c BCD2: #cores=95, #unrelaxed=492, #relaxed=190, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=96 bias=96/97
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 |     1282      0 |        0 |        0
0.79/0.85	c  0.0s |       0 |      128 |        2 |     1282      0 |        0 |        0
0.79/0.85	c #cpu_time = 0.001s
0.79/0.85	c #wall_clock_time = 0.001s
0.79/0.85	c #decision = 128
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 2
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.85	c lower bound updated to 96
0.79/0.85	c BCD2: 96 <= obj <= 340
0.79/0.85	c BCD2: #cores=96, #unrelaxed=490, #relaxed=192, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=97 bias=97/98
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 |     1282      0 |        0 |        0
0.79/0.85	c  0.0s |       0 |      131 |        2 |     1282      0 |        0 |        0
0.79/0.85	c #cpu_time = 0.001s
0.79/0.85	c #wall_clock_time = 0.001s
0.79/0.85	c #decision = 131
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 2
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.85	c lower bound updated to 97
0.79/0.85	c BCD2: 97 <= obj <= 340
0.79/0.85	c BCD2: #cores=97, #unrelaxed=488, #relaxed=194, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=98 bias=98/99
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 |     1282      0 |        0 |        0
0.79/0.85	c  0.0s |       0 |      132 |        2 |     1282      0 |        0 |        0
0.79/0.85	c #cpu_time = 0.001s
0.79/0.85	c #wall_clock_time = 0.001s
0.79/0.85	c #decision = 132
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 2
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.85	c lower bound updated to 98
0.79/0.85	c BCD2: 98 <= obj <= 340
0.79/0.85	c BCD2: #cores=98, #unrelaxed=486, #relaxed=196, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=99 bias=99/100
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 |     1282      0 |        0 |        0
0.79/0.85	c  0.0s |       0 |      133 |        2 |     1282      0 |        0 |        0
0.79/0.85	c #cpu_time = 0.001s
0.79/0.85	c #wall_clock_time = 0.001s
0.79/0.85	c #decision = 133
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 2
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.85	c lower bound updated to 99
0.79/0.85	c BCD2: 99 <= obj <= 340
0.79/0.85	c BCD2: #cores=99, #unrelaxed=484, #relaxed=198, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=100 bias=100/101
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 |     1282      0 |        0 |        0
0.79/0.86	c  0.0s |       0 |      134 |        2 |     1282      0 |        0 |        0
0.79/0.86	c #cpu_time = 0.001s
0.79/0.86	c #wall_clock_time = 0.001s
0.79/0.86	c #decision = 134
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 2
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.86	c lower bound updated to 100
0.79/0.86	c BCD2: 100 <= obj <= 340
0.79/0.86	c BCD2: #cores=100, #unrelaxed=482, #relaxed=200, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=101 bias=101/102
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 |     1282      0 |        0 |        0
0.79/0.86	c  0.0s |       0 |      137 |        2 |     1282      0 |        0 |        0
0.79/0.86	c #cpu_time = 0.001s
0.79/0.86	c #wall_clock_time = 0.001s
0.79/0.86	c #decision = 137
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 2
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.86	c lower bound updated to 101
0.79/0.86	c BCD2: 101 <= obj <= 340
0.79/0.86	c BCD2: #cores=101, #unrelaxed=480, #relaxed=202, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=102 bias=102/103
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 |     1282      0 |        0 |        0
0.79/0.86	c  0.0s |       0 |      138 |        2 |     1282      0 |        0 |        0
0.79/0.86	c #cpu_time = 0.001s
0.79/0.86	c #wall_clock_time = 0.001s
0.79/0.86	c #decision = 138
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 2
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.86	c lower bound updated to 102
0.79/0.86	c BCD2: 102 <= obj <= 340
0.79/0.86	c BCD2: #cores=102, #unrelaxed=478, #relaxed=204, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=103 bias=103/104
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 |     1282      0 |        0 |        0
0.79/0.86	c  0.0s |       0 |      139 |        2 |     1282      0 |        0 |        0
0.79/0.86	c #cpu_time = 0.001s
0.79/0.86	c #wall_clock_time = 0.001s
0.79/0.86	c #decision = 139
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 2
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.86	c lower bound updated to 103
0.79/0.86	c BCD2: 103 <= obj <= 340
0.79/0.86	c BCD2: #cores=103, #unrelaxed=476, #relaxed=206, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=104 bias=104/105
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 |     1282      0 |        0 |        0
0.79/0.86	c  0.0s |       0 |      140 |        2 |     1282      0 |        0 |        0
0.79/0.86	c #cpu_time = 0.001s
0.79/0.86	c #wall_clock_time = 0.001s
0.79/0.86	c #decision = 140
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 2
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.86	c lower bound updated to 104
0.79/0.86	c BCD2: 104 <= obj <= 340
0.79/0.86	c BCD2: #cores=104, #unrelaxed=474, #relaxed=208, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=105 bias=105/106
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 |     1282      0 |        0 |        0
0.79/0.87	c  0.0s |       0 |      143 |        2 |     1282      0 |        0 |        0
0.79/0.87	c #cpu_time = 0.001s
0.79/0.87	c #wall_clock_time = 0.001s
0.79/0.87	c #decision = 143
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 2
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.87	c lower bound updated to 105
0.79/0.87	c BCD2: 105 <= obj <= 340
0.79/0.87	c BCD2: #cores=105, #unrelaxed=472, #relaxed=210, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=106 bias=106/107
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 |     1282      0 |        0 |        0
0.79/0.87	c  0.0s |       0 |      144 |        2 |     1282      0 |        0 |        0
0.79/0.87	c #cpu_time = 0.001s
0.79/0.87	c #wall_clock_time = 0.001s
0.79/0.87	c #decision = 144
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 2
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.87	c lower bound updated to 106
0.79/0.87	c BCD2: 106 <= obj <= 340
0.79/0.87	c BCD2: #cores=106, #unrelaxed=470, #relaxed=212, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=107 bias=107/108
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 |     1282      0 |        0 |        0
0.79/0.87	c  0.0s |       0 |      145 |        2 |     1282      0 |        0 |        0
0.79/0.87	c #cpu_time = 0.001s
0.79/0.87	c #wall_clock_time = 0.001s
0.79/0.87	c #decision = 145
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 2
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.87	c lower bound updated to 107
0.79/0.87	c BCD2: 107 <= obj <= 340
0.79/0.87	c BCD2: #cores=107, #unrelaxed=468, #relaxed=214, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=108 bias=108/109
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 |     1282      0 |        0 |        0
0.79/0.87	c  0.0s |       0 |      146 |        2 |     1282      0 |        0 |        0
0.79/0.87	c #cpu_time = 0.001s
0.79/0.87	c #wall_clock_time = 0.001s
0.79/0.87	c #decision = 146
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 2
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.87	c lower bound updated to 108
0.79/0.87	c BCD2: 108 <= obj <= 340
0.79/0.87	c BCD2: #cores=108, #unrelaxed=466, #relaxed=216, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=109 bias=109/110
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 |     1282      0 |        0 |        0
0.79/0.87	c  0.0s |       0 |      147 |        2 |     1282      0 |        0 |        0
0.79/0.87	c #cpu_time = 0.001s
0.79/0.87	c #wall_clock_time = 0.001s
0.79/0.87	c #decision = 147
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 2
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.87	c lower bound updated to 109
0.79/0.87	c BCD2: 109 <= obj <= 340
0.79/0.87	c BCD2: #cores=109, #unrelaxed=464, #relaxed=218, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=110 bias=110/111
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 |     1282      0 |        0 |        0
0.79/0.87	c  0.0s |       0 |      148 |        2 |     1282      0 |        0 |        0
0.79/0.87	c #cpu_time = 0.001s
0.79/0.87	c #wall_clock_time = 0.001s
0.79/0.87	c #decision = 148
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 2
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.87	c lower bound updated to 110
0.79/0.87	c BCD2: 110 <= obj <= 340
0.79/0.87	c BCD2: #cores=110, #unrelaxed=462, #relaxed=220, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=111 bias=111/112
0.79/0.87	c Solving starts ...
0.79/0.87	c ============================[ Search Statistics ]============================
0.79/0.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.87	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.87	c =============================================================================
0.79/0.88	c  0.0s |       0 |        0 |        0 |     1282      0 |        0 |        0
0.79/0.88	c  0.0s |       0 |      151 |        2 |     1282      0 |        0 |        0
0.79/0.88	c #cpu_time = 0.001s
0.79/0.88	c #wall_clock_time = 0.001s
0.79/0.88	c #decision = 151
0.79/0.88	c #random_decision = 0
0.79/0.88	c #conflict = 2
0.79/0.88	c #restart = 0
0.79/0.88	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.88	c lower bound updated to 111
0.79/0.88	c BCD2: 111 <= obj <= 340
0.79/0.88	c BCD2: #cores=111, #unrelaxed=460, #relaxed=222, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=112 bias=112/113
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 |     1282      0 |        0 |        0
0.79/0.88	c  0.0s |       0 |      152 |        2 |     1282      0 |        0 |        0
0.79/0.88	c #cpu_time = 0.001s
0.79/0.88	c #wall_clock_time = 0.001s
0.79/0.88	c #decision = 152
0.79/0.88	c #random_decision = 0
0.79/0.88	c #conflict = 2
0.79/0.88	c #restart = 0
0.79/0.88	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.88	c lower bound updated to 112
0.79/0.88	c BCD2: 112 <= obj <= 340
0.79/0.88	c BCD2: #cores=112, #unrelaxed=458, #relaxed=224, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=113 bias=113/114
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 |     1282      0 |        0 |        0
0.79/0.88	c  0.0s |       0 |      153 |        2 |     1282      0 |        0 |        0
0.79/0.88	c #cpu_time = 0.001s
0.79/0.88	c #wall_clock_time = 0.001s
0.79/0.88	c #decision = 153
0.79/0.88	c #random_decision = 0
0.79/0.88	c #conflict = 2
0.79/0.88	c #restart = 0
0.79/0.88	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.88	c lower bound updated to 113
0.79/0.88	c BCD2: 113 <= obj <= 340
0.79/0.88	c BCD2: #cores=113, #unrelaxed=456, #relaxed=226, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=114 bias=114/115
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 |     1282      0 |        0 |        0
0.79/0.88	c  0.0s |       0 |      154 |        2 |     1282      0 |        0 |        0
0.79/0.88	c #cpu_time = 0.001s
0.79/0.88	c #wall_clock_time = 0.001s
0.79/0.88	c #decision = 154
0.79/0.88	c #random_decision = 0
0.79/0.88	c #conflict = 2
0.79/0.88	c #restart = 0
0.79/0.88	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.88	c lower bound updated to 114
0.79/0.88	c BCD2: 114 <= obj <= 340
0.79/0.88	c BCD2: #cores=114, #unrelaxed=454, #relaxed=228, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=115 bias=115/116
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 |     1282      0 |        0 |        0
0.79/0.88	c  0.0s |       0 |      155 |        2 |     1282      0 |        0 |        0
0.79/0.88	c #cpu_time = 0.001s
0.79/0.88	c #wall_clock_time = 0.001s
0.79/0.88	c #decision = 155
0.79/0.88	c #random_decision = 0
0.79/0.88	c #conflict = 2
0.79/0.88	c #restart = 0
0.79/0.88	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.88	c lower bound updated to 115
0.79/0.88	c BCD2: 115 <= obj <= 340
0.79/0.88	c BCD2: #cores=115, #unrelaxed=452, #relaxed=230, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=116 bias=116/117
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 |     1282      0 |        0 |        0
0.79/0.89	c  0.0s |       0 |      158 |        2 |     1282      0 |        0 |        0
0.79/0.89	c #cpu_time = 0.001s
0.79/0.89	c #wall_clock_time = 0.001s
0.79/0.89	c #decision = 158
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 2
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.89	c lower bound updated to 116
0.79/0.89	c BCD2: 116 <= obj <= 340
0.79/0.89	c BCD2: #cores=116, #unrelaxed=450, #relaxed=232, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=117 bias=117/118
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 |     1282      0 |        0 |        0
0.79/0.89	c  0.0s |       0 |      159 |        2 |     1282      0 |        0 |        0
0.79/0.89	c #cpu_time = 0.001s
0.79/0.89	c #wall_clock_time = 0.001s
0.79/0.89	c #decision = 159
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 2
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.89	c lower bound updated to 117
0.79/0.89	c BCD2: 117 <= obj <= 340
0.79/0.89	c BCD2: #cores=117, #unrelaxed=448, #relaxed=234, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=118 bias=118/119
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 |     1282      0 |        0 |        0
0.79/0.89	c  0.0s |       0 |      160 |        2 |     1282      0 |        0 |        0
0.79/0.89	c #cpu_time = 0.001s
0.79/0.89	c #wall_clock_time = 0.001s
0.79/0.89	c #decision = 160
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 2
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.89	c lower bound updated to 118
0.79/0.89	c BCD2: 118 <= obj <= 340
0.79/0.89	c BCD2: #cores=118, #unrelaxed=446, #relaxed=236, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=119 bias=119/120
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 |     1282      0 |        0 |        0
0.79/0.89	c  0.0s |       0 |      161 |        2 |     1282      0 |        0 |        0
0.79/0.89	c #cpu_time = 0.001s
0.79/0.89	c #wall_clock_time = 0.001s
0.79/0.89	c #decision = 161
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 2
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.89	c lower bound updated to 119
0.79/0.89	c BCD2: 119 <= obj <= 340
0.79/0.89	c BCD2: #cores=119, #unrelaxed=444, #relaxed=238, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=120 bias=120/121
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 |     1282      0 |        0 |        0
0.79/0.89	c  0.0s |       0 |      162 |        2 |     1282      0 |        0 |        0
0.79/0.89	c #cpu_time = 0.001s
0.79/0.89	c #wall_clock_time = 0.001s
0.79/0.89	c #decision = 162
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 2
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.89	c lower bound updated to 120
0.79/0.89	c BCD2: 120 <= obj <= 340
0.79/0.89	c BCD2: #cores=120, #unrelaxed=442, #relaxed=240, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=121 bias=121/122
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 |     1282      0 |        0 |        0
0.79/0.89	c  0.0s |       0 |      163 |        2 |     1282      0 |        0 |        0
0.79/0.89	c #cpu_time = 0.001s
0.79/0.89	c #wall_clock_time = 0.001s
0.79/0.89	c #decision = 163
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 2
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.89	c lower bound updated to 121
0.79/0.90	c BCD2: 121 <= obj <= 340
0.79/0.90	c BCD2: #cores=121, #unrelaxed=440, #relaxed=242, #hardened=0
0.79/0.90	c BCD2: #sat=1 #unsat=122 bias=122/123
0.79/0.90	c Solving starts ...
0.79/0.90	c ============================[ Search Statistics ]============================
0.79/0.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.90	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.90	c =============================================================================
0.79/0.90	c  0.0s |       0 |        0 |        0 |     1282      0 |        0 |        0
0.89/0.90	c  0.0s |       0 |      166 |        2 |     1282      0 |        0 |        0
0.89/0.90	c #cpu_time = 0.001s
0.89/0.90	c #wall_clock_time = 0.001s
0.89/0.90	c #decision = 166
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 2
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 122
0.89/0.90	c BCD2: 122 <= obj <= 340
0.89/0.90	c BCD2: #cores=122, #unrelaxed=438, #relaxed=244, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=123 bias=123/124
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 |     1282      0 |        0 |        0
0.89/0.90	c  0.0s |       0 |      167 |        2 |     1282      0 |        0 |        0
0.89/0.90	c #cpu_time = 0.001s
0.89/0.90	c #wall_clock_time = 0.001s
0.89/0.90	c #decision = 167
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 2
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 123
0.89/0.90	c BCD2: 123 <= obj <= 340
0.89/0.90	c BCD2: #cores=123, #unrelaxed=436, #relaxed=246, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=124 bias=124/125
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 |     1282      0 |        0 |        0
0.89/0.90	c  0.0s |       0 |      168 |        2 |     1282      0 |        0 |        0
0.89/0.90	c #cpu_time = 0.001s
0.89/0.90	c #wall_clock_time = 0.001s
0.89/0.90	c #decision = 168
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 2
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 124
0.89/0.90	c BCD2: 124 <= obj <= 340
0.89/0.90	c BCD2: #cores=124, #unrelaxed=434, #relaxed=248, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=125 bias=125/126
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 |     1282      0 |        0 |        0
0.89/0.90	c  0.0s |       0 |      169 |        2 |     1282      0 |        0 |        0
0.89/0.90	c #cpu_time = 0.001s
0.89/0.90	c #wall_clock_time = 0.001s
0.89/0.90	c #decision = 169
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 2
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 125
0.89/0.90	c BCD2: 125 <= obj <= 340
0.89/0.90	c BCD2: #cores=125, #unrelaxed=432, #relaxed=250, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=126 bias=126/127
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 |     1282      0 |        0 |        0
0.89/0.90	c  0.0s |       0 |      172 |        2 |     1282      0 |        0 |        0
0.89/0.90	c #cpu_time = 0.001s
0.89/0.90	c #wall_clock_time = 0.001s
0.89/0.90	c #decision = 172
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 2
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 126
0.89/0.90	c BCD2: 126 <= obj <= 340
0.89/0.90	c BCD2: #cores=126, #unrelaxed=430, #relaxed=252, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=127 bias=127/128
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 |     1282      0 |        0 |        0
0.89/0.91	c  0.0s |       0 |      173 |        2 |     1282      0 |        0 |        0
0.89/0.91	c #cpu_time = 0.001s
0.89/0.91	c #wall_clock_time = 0.001s
0.89/0.91	c #decision = 173
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 2
0.89/0.91	c #restart = 0
0.89/0.91	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.91	c lower bound updated to 127
0.89/0.91	c BCD2: 127 <= obj <= 340
0.89/0.91	c BCD2: #cores=127, #unrelaxed=428, #relaxed=254, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=128 bias=128/129
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 |     1282      0 |        0 |        0
0.89/0.91	c  0.0s |       0 |      174 |        2 |     1282      0 |        0 |        0
0.89/0.91	c #cpu_time = 0.001s
0.89/0.91	c #wall_clock_time = 0.001s
0.89/0.91	c #decision = 174
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 2
0.89/0.91	c #restart = 0
0.89/0.91	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.91	c lower bound updated to 128
0.89/0.91	c BCD2: 128 <= obj <= 340
0.89/0.91	c BCD2: #cores=128, #unrelaxed=426, #relaxed=256, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=129 bias=129/130
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 |     1282      0 |        0 |        0
0.89/0.91	c  0.0s |       0 |      175 |        2 |     1282      0 |        0 |        0
0.89/0.91	c #cpu_time = 0.001s
0.89/0.91	c #wall_clock_time = 0.001s
0.89/0.91	c #decision = 175
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 2
0.89/0.91	c #restart = 0
0.89/0.91	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.91	c lower bound updated to 129
0.89/0.91	c BCD2: 129 <= obj <= 340
0.89/0.91	c BCD2: #cores=129, #unrelaxed=424, #relaxed=258, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=130 bias=130/131
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 |     1282      0 |        0 |        0
0.89/0.91	c  0.0s |       0 |      176 |        2 |     1282      0 |        0 |        0
0.89/0.91	c #cpu_time = 0.001s
0.89/0.91	c #wall_clock_time = 0.001s
0.89/0.91	c #decision = 176
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 2
0.89/0.91	c #restart = 0
0.89/0.91	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.91	c lower bound updated to 130
0.89/0.91	c BCD2: 130 <= obj <= 340
0.89/0.91	c BCD2: #cores=130, #unrelaxed=422, #relaxed=260, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=131 bias=131/132
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 |     1282      0 |        0 |        0
0.89/0.91	c  0.0s |       0 |      179 |        2 |     1282      0 |        0 |        0
0.89/0.91	c #cpu_time = 0.001s
0.89/0.91	c #wall_clock_time = 0.001s
0.89/0.91	c #decision = 179
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 2
0.89/0.91	c #restart = 0
0.89/0.91	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.91	c lower bound updated to 131
0.89/0.91	c BCD2: 131 <= obj <= 340
0.89/0.91	c BCD2: #cores=131, #unrelaxed=420, #relaxed=262, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=132 bias=132/133
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 |     1282      0 |        0 |        0
0.89/0.92	c  0.0s |       0 |      180 |        2 |     1282      0 |        0 |        0
0.89/0.92	c #cpu_time = 0.001s
0.89/0.92	c #wall_clock_time = 0.001s
0.89/0.92	c #decision = 180
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 2
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.92	c lower bound updated to 132
0.89/0.92	c BCD2: 132 <= obj <= 340
0.89/0.92	c BCD2: #cores=132, #unrelaxed=418, #relaxed=264, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=133 bias=133/134
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 |     1282      0 |        0 |        0
0.89/0.92	c  0.0s |       0 |      181 |        2 |     1282      0 |        0 |        0
0.89/0.92	c #cpu_time = 0.001s
0.89/0.92	c #wall_clock_time = 0.001s
0.89/0.92	c #decision = 181
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 2
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.92	c lower bound updated to 133
0.89/0.92	c BCD2: 133 <= obj <= 340
0.89/0.92	c BCD2: #cores=133, #unrelaxed=416, #relaxed=266, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=134 bias=134/135
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 |     1282      0 |        0 |        0
0.89/0.92	c  0.0s |       0 |      182 |        2 |     1282      0 |        0 |        0
0.89/0.92	c #cpu_time = 0.001s
0.89/0.92	c #wall_clock_time = 0.001s
0.89/0.92	c #decision = 182
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 2
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.92	c lower bound updated to 134
0.89/0.92	c BCD2: 134 <= obj <= 340
0.89/0.92	c BCD2: #cores=134, #unrelaxed=414, #relaxed=268, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=135 bias=135/136
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 |     1282      0 |        0 |        0
0.89/0.92	c  0.0s |       0 |      183 |        2 |     1282      0 |        0 |        0
0.89/0.92	c #cpu_time = 0.001s
0.89/0.92	c #wall_clock_time = 0.001s
0.89/0.92	c #decision = 183
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 2
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.92	c lower bound updated to 135
0.89/0.92	c BCD2: 135 <= obj <= 340
0.89/0.92	c BCD2: #cores=135, #unrelaxed=412, #relaxed=270, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=136 bias=136/137
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 |     1282      0 |        0 |        0
0.89/0.92	c  0.0s |       0 |      186 |        2 |     1282      0 |        0 |        0
0.89/0.92	c #cpu_time = 0.001s
0.89/0.92	c #wall_clock_time = 0.001s
0.89/0.92	c #decision = 186
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 2
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.92	c lower bound updated to 136
0.89/0.92	c BCD2: 136 <= obj <= 340
0.89/0.92	c BCD2: #cores=136, #unrelaxed=410, #relaxed=272, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=137 bias=137/138
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 |     1282      0 |        0 |        0
0.89/0.93	c  0.0s |       0 |      187 |        2 |     1282      0 |        0 |        0
0.89/0.93	c #cpu_time = 0.001s
0.89/0.93	c #wall_clock_time = 0.001s
0.89/0.93	c #decision = 187
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 2
0.89/0.93	c #restart = 0
0.89/0.93	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.93	c lower bound updated to 137
0.89/0.93	c BCD2: 137 <= obj <= 340
0.89/0.93	c BCD2: #cores=137, #unrelaxed=408, #relaxed=274, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=138 bias=138/139
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 |     1282      0 |        0 |        0
0.89/0.93	c  0.0s |       0 |      188 |        2 |     1282      0 |        0 |        0
0.89/0.93	c #cpu_time = 0.001s
0.89/0.93	c #wall_clock_time = 0.001s
0.89/0.93	c #decision = 188
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 2
0.89/0.93	c #restart = 0
0.89/0.93	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.93	c lower bound updated to 138
0.89/0.93	c BCD2: 138 <= obj <= 340
0.89/0.93	c BCD2: #cores=138, #unrelaxed=406, #relaxed=276, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=139 bias=139/140
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 |     1282      0 |        0 |        0
0.89/0.93	c  0.0s |       0 |      189 |        2 |     1282      0 |        0 |        0
0.89/0.93	c #cpu_time = 0.001s
0.89/0.93	c #wall_clock_time = 0.001s
0.89/0.93	c #decision = 189
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 2
0.89/0.93	c #restart = 0
0.89/0.93	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.93	c lower bound updated to 139
0.89/0.93	c BCD2: 139 <= obj <= 340
0.89/0.93	c BCD2: #cores=139, #unrelaxed=404, #relaxed=278, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=140 bias=140/141
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 |     1282      0 |        0 |        0
0.89/0.93	c  0.0s |       0 |      190 |        2 |     1282      0 |        0 |        0
0.89/0.93	c #cpu_time = 0.001s
0.89/0.93	c #wall_clock_time = 0.001s
0.89/0.93	c #decision = 190
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 2
0.89/0.93	c #restart = 0
0.89/0.93	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.93	c lower bound updated to 140
0.89/0.93	c BCD2: 140 <= obj <= 340
0.89/0.93	c BCD2: #cores=140, #unrelaxed=402, #relaxed=280, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=141 bias=141/142
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 |     1282      0 |        0 |        0
0.89/0.93	c  0.0s |       0 |      193 |        2 |     1282      0 |        0 |        0
0.89/0.93	c #cpu_time = 0.001s
0.89/0.93	c #wall_clock_time = 0.001s
0.89/0.93	c #decision = 193
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 2
0.89/0.93	c #restart = 0
0.89/0.93	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.93	c lower bound updated to 141
0.89/0.93	c BCD2: 141 <= obj <= 340
0.89/0.93	c BCD2: #cores=141, #unrelaxed=400, #relaxed=282, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=142 bias=142/143
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 |     1282      0 |        0 |        0
0.89/0.93	c  0.0s |       0 |      194 |        2 |     1282      0 |        0 |        0
0.89/0.93	c #cpu_time = 0.001s
0.89/0.93	c #wall_clock_time = 0.001s
0.89/0.93	c #decision = 194
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 2
0.89/0.93	c #restart = 0
0.89/0.93	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.93	c lower bound updated to 142
0.89/0.94	c BCD2: 142 <= obj <= 340
0.89/0.94	c BCD2: #cores=142, #unrelaxed=398, #relaxed=284, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=143 bias=143/144
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 |     1282      0 |        0 |        0
0.89/0.94	c  0.0s |       0 |      195 |        2 |     1282      0 |        0 |        0
0.89/0.94	c #cpu_time = 0.001s
0.89/0.94	c #wall_clock_time = 0.001s
0.89/0.94	c #decision = 195
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 2
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.94	c lower bound updated to 143
0.89/0.94	c BCD2: 143 <= obj <= 340
0.89/0.94	c BCD2: #cores=143, #unrelaxed=396, #relaxed=286, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=144 bias=144/145
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 |     1282      0 |        0 |        0
0.89/0.94	c  0.0s |       0 |      198 |        2 |     1282      0 |        0 |        0
0.89/0.94	c #cpu_time = 0.001s
0.89/0.94	c #wall_clock_time = 0.001s
0.89/0.94	c #decision = 198
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 2
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.94	c lower bound updated to 144
0.89/0.94	c BCD2: 144 <= obj <= 340
0.89/0.94	c BCD2: #cores=144, #unrelaxed=394, #relaxed=288, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=145 bias=145/146
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 |     1282      0 |        0 |        0
0.89/0.94	c  0.0s |       0 |      199 |        2 |     1282      0 |        0 |        0
0.89/0.94	c #cpu_time = 0.001s
0.89/0.94	c #wall_clock_time = 0.001s
0.89/0.94	c #decision = 199
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 2
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.94	c lower bound updated to 145
0.89/0.94	c BCD2: 145 <= obj <= 340
0.89/0.94	c BCD2: #cores=145, #unrelaxed=392, #relaxed=290, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=146 bias=146/147
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 |     1282      0 |        0 |        0
0.89/0.94	c  0.0s |       0 |      200 |        2 |     1282      0 |        0 |        0
0.89/0.94	c #cpu_time = 0.001s
0.89/0.94	c #wall_clock_time = 0.001s
0.89/0.94	c #decision = 200
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 2
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.94	c lower bound updated to 146
0.89/0.94	c BCD2: 146 <= obj <= 340
0.89/0.94	c BCD2: #cores=146, #unrelaxed=390, #relaxed=292, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=147 bias=147/148
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 |     1282      0 |        0 |        0
0.89/0.94	c  0.0s |       0 |      203 |        2 |     1282      0 |        0 |        0
0.89/0.94	c #cpu_time = 0.001s
0.89/0.94	c #wall_clock_time = 0.001s
0.89/0.94	c #decision = 203
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 2
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.94	c lower bound updated to 147
0.89/0.95	c BCD2: 147 <= obj <= 340
0.89/0.95	c BCD2: #cores=147, #unrelaxed=388, #relaxed=294, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=148 bias=148/149
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 |     1282      0 |        0 |        0
0.89/0.95	c  0.0s |       0 |      204 |        2 |     1282      0 |        0 |        0
0.89/0.95	c #cpu_time = 0.001s
0.89/0.95	c #wall_clock_time = 0.001s
0.89/0.95	c #decision = 204
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 2
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.95	c lower bound updated to 148
0.89/0.95	c BCD2: 148 <= obj <= 340
0.89/0.95	c BCD2: #cores=148, #unrelaxed=386, #relaxed=296, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=149 bias=149/150
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 |     1282      0 |        0 |        0
0.89/0.95	c  0.0s |       0 |      205 |        2 |     1282      0 |        0 |        0
0.89/0.95	c #cpu_time = 0.001s
0.89/0.95	c #wall_clock_time = 0.001s
0.89/0.95	c #decision = 205
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 2
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.95	c lower bound updated to 149
0.89/0.95	c BCD2: 149 <= obj <= 340
0.89/0.95	c BCD2: #cores=149, #unrelaxed=384, #relaxed=298, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=150 bias=150/151
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 |     1282      0 |        0 |        0
0.89/0.95	c  0.0s |       0 |      206 |        2 |     1282      0 |        0 |        0
0.89/0.95	c #cpu_time = 0.001s
0.89/0.95	c #wall_clock_time = 0.001s
0.89/0.95	c #decision = 206
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 2
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.95	c lower bound updated to 150
0.89/0.95	c BCD2: 150 <= obj <= 340
0.89/0.95	c BCD2: #cores=150, #unrelaxed=382, #relaxed=300, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=151 bias=151/152
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 |     1282      0 |        0 |        0
0.89/0.95	c  0.0s |       0 |      207 |        2 |     1282      0 |        0 |        0
0.89/0.95	c #cpu_time = 0.001s
0.89/0.95	c #wall_clock_time = 0.001s
0.89/0.95	c #decision = 207
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 2
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.95	c lower bound updated to 151
0.89/0.95	c BCD2: 151 <= obj <= 340
0.89/0.95	c BCD2: #cores=151, #unrelaxed=380, #relaxed=302, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=152 bias=152/153
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 |     1282      0 |        0 |        0
0.89/0.95	c  0.0s |       0 |      208 |        2 |     1282      0 |        0 |        0
0.89/0.95	c #cpu_time = 0.001s
0.89/0.95	c #wall_clock_time = 0.001s
0.89/0.95	c #decision = 208
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 2
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.95	c lower bound updated to 152
0.89/0.96	c BCD2: 152 <= obj <= 340
0.89/0.96	c BCD2: #cores=152, #unrelaxed=378, #relaxed=304, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=153 bias=153/154
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 |     1282      0 |        0 |        0
0.89/0.96	c  0.0s |       0 |      209 |        2 |     1282      0 |        0 |        0
0.89/0.96	c #cpu_time = 0.001s
0.89/0.96	c #wall_clock_time = 0.001s
0.89/0.96	c #decision = 209
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 2
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.96	c lower bound updated to 153
0.89/0.96	c BCD2: 153 <= obj <= 340
0.89/0.96	c BCD2: #cores=153, #unrelaxed=376, #relaxed=306, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=154 bias=154/155
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 |     1282      0 |        0 |        0
0.89/0.96	c  0.0s |       0 |      208 |        3 |     1282      0 |        0 |        0
0.89/0.96	c #cpu_time = 0.001s
0.89/0.96	c #wall_clock_time = 0.001s
0.89/0.96	c #decision = 208
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 3
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.89/0.96	c lower bound updated to 154
0.89/0.96	c BCD2: 154 <= obj <= 340
0.89/0.96	c BCD2: #cores=153, #unrelaxed=374, #relaxed=308, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=155 bias=155/156
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 |     1282      0 |        1 |        0
0.89/0.96	c  0.0s |       0 |      171 |        1 |     1282      0 |        1 |        1
0.89/0.96	c #cpu_time = 0.001s
0.89/0.96	c #wall_clock_time = 0.001s
0.89/0.96	c #decision = 171
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.89/0.96	c lower bound updated to 155
0.89/0.96	c BCD2: 155 <= obj <= 340
0.89/0.96	c BCD2: #cores=153, #unrelaxed=372, #relaxed=310, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=156 bias=156/157
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 |     1282      0 |        2 |        1
0.89/0.96	c  0.0s |       0 |      204 |        2 |     1282      0 |        2 |        2
0.89/0.96	c #cpu_time = 0.001s
0.89/0.96	c #wall_clock_time = 0.001s
0.89/0.96	c #decision = 204
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 2
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.89/0.96	c lower bound updated to 156
0.89/0.96	c BCD2: 156 <= obj <= 340
0.89/0.96	c BCD2: #cores=153, #unrelaxed=370, #relaxed=312, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=157 bias=157/158
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 |     1282      0 |        3 |        2
0.89/0.96	c  0.0s |       0 |      202 |        2 |     1282      0 |        3 |        3
0.89/0.96	c #cpu_time = 0.001s
0.89/0.96	c #wall_clock_time = 0.001s
0.89/0.96	c #decision = 202
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 2
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.89/0.96	c lower bound updated to 157
0.89/0.97	c BCD2: 157 <= obj <= 340
0.89/0.97	c BCD2: #cores=153, #unrelaxed=368, #relaxed=314, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=158 bias=158/159
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 |     1282      0 |        4 |        3
0.89/0.97	c  0.0s |       0 |      200 |        2 |     1282      0 |        4 |        4
0.89/0.97	c #cpu_time = 0.001s
0.89/0.97	c #wall_clock_time = 0.001s
0.89/0.97	c #decision = 200
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 2
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.97	c lower bound updated to 158
0.89/0.97	c BCD2: 158 <= obj <= 340
0.89/0.97	c BCD2: #cores=154, #unrelaxed=366, #relaxed=316, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=159 bias=159/160
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 |     1282      0 |        4 |        4
0.89/0.97	c  0.0s |       0 |      199 |        2 |     1282      0 |        4 |        4
0.89/0.97	c #cpu_time = 0.001s
0.89/0.97	c #wall_clock_time = 0.001s
0.89/0.97	c #decision = 199
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 2
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.89/0.97	c lower bound updated to 159
0.89/0.97	c BCD2: 159 <= obj <= 340
0.89/0.97	c BCD2: #cores=154, #unrelaxed=364, #relaxed=318, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=160 bias=160/161
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 |     1282      0 |        5 |        4
0.89/0.97	c  0.0s |       0 |      197 |        2 |     1282      0 |        5 |        5
0.89/0.97	c #cpu_time = 0.001s
0.89/0.97	c #wall_clock_time = 0.001s
0.89/0.97	c #decision = 197
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 2
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.97	c lower bound updated to 160
0.89/0.97	c BCD2: 160 <= obj <= 340
0.89/0.97	c BCD2: #cores=155, #unrelaxed=362, #relaxed=320, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=161 bias=161/162
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 |     1282      0 |        5 |        5
0.89/0.97	c  0.0s |       0 |      196 |        2 |     1282      0 |        5 |        5
0.89/0.97	c #cpu_time = 0.001s
0.89/0.97	c #wall_clock_time = 0.001s
0.89/0.97	c #decision = 196
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 2
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.89/0.97	c lower bound updated to 161
0.89/0.97	c BCD2: 161 <= obj <= 340
0.89/0.97	c BCD2: #cores=155, #unrelaxed=360, #relaxed=322, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=162 bias=162/163
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 |     1282      0 |        6 |        5
0.89/0.98	c  0.0s |       0 |      194 |        2 |     1282      0 |        6 |        6
0.89/0.98	c #cpu_time = 0.001s
0.89/0.98	c #wall_clock_time = 0.001s
0.89/0.98	c #decision = 194
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 2
0.89/0.98	c #restart = 0
0.89/0.98	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.89/0.98	c lower bound updated to 162
0.89/0.98	c BCD2: 162 <= obj <= 340
0.89/0.98	c BCD2: #cores=155, #unrelaxed=358, #relaxed=324, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=163 bias=163/164
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 |     1282      0 |        7 |        6
0.89/0.98	c  0.0s |       0 |      192 |        2 |     1282      0 |        7 |        7
0.89/0.98	c #cpu_time = 0.001s
0.89/0.98	c #wall_clock_time = 0.001s
0.89/0.98	c #decision = 192
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 2
0.89/0.98	c #restart = 0
0.89/0.98	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.89/0.98	c lower bound updated to 163
0.89/0.98	c BCD2: 163 <= obj <= 340
0.89/0.98	c BCD2: #cores=155, #unrelaxed=356, #relaxed=326, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=164 bias=164/165
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 |     1282      0 |        8 |        7
0.89/0.98	c  0.0s |       0 |      190 |        2 |     1282      0 |        8 |        8
0.89/0.98	c #cpu_time = 0.001s
0.89/0.98	c #wall_clock_time = 0.001s
0.89/0.98	c #decision = 190
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 2
0.89/0.98	c #restart = 0
0.89/0.98	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.89/0.98	c lower bound updated to 164
0.89/0.98	c BCD2: 164 <= obj <= 340
0.89/0.98	c BCD2: #cores=155, #unrelaxed=354, #relaxed=328, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=165 bias=165/166
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 |     1282      0 |        9 |        8
0.89/0.98	c  0.0s |       0 |      190 |        2 |     1282      0 |        9 |        9
0.89/0.98	c #cpu_time = 0.001s
0.89/0.98	c #wall_clock_time = 0.001s
0.89/0.98	c #decision = 190
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 2
0.89/0.98	c #restart = 0
0.89/0.98	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.98	c lower bound updated to 165
0.89/0.98	c BCD2: 165 <= obj <= 340
0.89/0.98	c BCD2: #cores=156, #unrelaxed=352, #relaxed=330, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=166 bias=166/167
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 |     1282      0 |        9 |        9
0.89/0.98	c  0.0s |       0 |      189 |        2 |     1282      0 |        9 |        9
0.89/0.98	c #cpu_time = 0.001s
0.89/0.98	c #wall_clock_time = 0.001s
0.89/0.98	c #decision = 189
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 2
0.89/0.98	c #restart = 0
0.89/0.98	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.98	c lower bound updated to 166
0.89/0.98	c BCD2: 166 <= obj <= 340
0.89/0.98	c BCD2: #cores=157, #unrelaxed=350, #relaxed=332, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=167 bias=167/168
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 |     1282      0 |        9 |        9
0.89/0.99	c  0.0s |       0 |      192 |        2 |     1282      0 |        9 |        9
0.89/0.99	c #cpu_time = 0.001s
0.89/0.99	c #wall_clock_time = 0.001s
0.89/0.99	c #decision = 192
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 2
0.89/0.99	c #restart = 0
0.89/0.99	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.99	c lower bound updated to 167
0.89/0.99	c BCD2: 167 <= obj <= 340
0.89/0.99	c BCD2: #cores=158, #unrelaxed=348, #relaxed=334, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=168 bias=168/169
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 |     1282      0 |        9 |        9
0.89/0.99	c  0.0s |       0 |      193 |        2 |     1282      0 |        9 |        9
0.89/0.99	c #cpu_time = 0.001s
0.89/0.99	c #wall_clock_time = 0.001s
0.89/0.99	c #decision = 193
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 2
0.89/0.99	c #restart = 0
0.89/0.99	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.99	c lower bound updated to 168
0.89/0.99	c BCD2: 168 <= obj <= 340
0.89/0.99	c BCD2: #cores=159, #unrelaxed=346, #relaxed=336, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=169 bias=169/170
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 |     1282      0 |        9 |        9
0.89/0.99	c  0.0s |       0 |      194 |        2 |     1282      0 |        9 |        9
0.89/0.99	c #cpu_time = 0.001s
0.89/0.99	c #wall_clock_time = 0.001s
0.89/0.99	c #decision = 194
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 2
0.89/0.99	c #restart = 0
0.89/0.99	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.99	c lower bound updated to 169
0.89/0.99	c BCD2: 169 <= obj <= 340
0.89/0.99	c BCD2: #cores=160, #unrelaxed=344, #relaxed=338, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=170 bias=170/171
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 |     1282      0 |        9 |        9
0.89/0.99	c  0.0s |       0 |      195 |        3 |     1282      0 |        9 |        9
0.89/0.99	c #cpu_time = 0.001s
0.89/0.99	c #wall_clock_time = 0.001s
0.89/0.99	c #decision = 195
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 3
0.89/0.99	c #restart = 0
0.89/0.99	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.89/0.99	c lower bound updated to 170
0.89/0.99	c BCD2: 170 <= obj <= 340
0.89/0.99	c BCD2: #cores=160, #unrelaxed=342, #relaxed=340, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=171 bias=171/172
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 |     1282      0 |       10 |        9
0.89/0.99	c  0.0s |       0 |      188 |        1 |     1282      0 |       10 |       10
0.89/0.99	c #cpu_time = 0.001s
0.89/0.99	c #wall_clock_time = 0.001s
0.89/0.99	c #decision = 188
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: found a new core of size 2: cost of the new core is >=1
0.89/0.99	c lower bound updated to 171
0.89/0.99	c BCD2: 171 <= obj <= 340
0.89/0.99	c BCD2: #cores=161, #unrelaxed=340, #relaxed=342, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=172 bias=172/173
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 |     1282      0 |       10 |       10
0.99/1.00	c  0.0s |       0 |      192 |        2 |     1282      0 |       10 |       10
0.99/1.00	c #cpu_time = 0.001s
0.99/1.00	c #wall_clock_time = 0.001s
0.99/1.00	c #decision = 192
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 2
0.99/1.00	c #restart = 0
0.99/1.00	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.00	c lower bound updated to 172
0.99/1.00	c BCD2: 172 <= obj <= 340
0.99/1.00	c BCD2: #cores=161, #unrelaxed=338, #relaxed=344, #hardened=0
0.99/1.00	c BCD2: #sat=1 #unsat=173 bias=173/174
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 |     1282      0 |       11 |       10
0.99/1.00	c  0.0s |       0 |      192 |        2 |     1282      0 |       11 |       11
0.99/1.00	c #cpu_time = 0.001s
0.99/1.00	c #wall_clock_time = 0.001s
0.99/1.00	c #decision = 192
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 2
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 173
0.99/1.00	c BCD2: 173 <= obj <= 340
0.99/1.00	c BCD2: #cores=162, #unrelaxed=336, #relaxed=346, #hardened=0
0.99/1.00	c BCD2: #sat=1 #unsat=174 bias=174/175
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 |     1282      0 |       11 |       11
0.99/1.00	c  0.0s |       0 |      191 |        2 |     1282      0 |       11 |       11
0.99/1.00	c #cpu_time = 0.001s
0.99/1.00	c #wall_clock_time = 0.001s
0.99/1.00	c #decision = 191
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 2
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 174
0.99/1.00	c BCD2: 174 <= obj <= 340
0.99/1.00	c BCD2: #cores=163, #unrelaxed=334, #relaxed=348, #hardened=0
0.99/1.00	c BCD2: #sat=1 #unsat=175 bias=175/176
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 |     1282      0 |       11 |       11
0.99/1.00	c  0.0s |       0 |      192 |        2 |     1282      0 |       11 |       11
0.99/1.00	c #cpu_time = 0.001s
0.99/1.00	c #wall_clock_time = 0.001s
0.99/1.00	c #decision = 192
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 2
0.99/1.00	c #restart = 0
0.99/1.00	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.00	c lower bound updated to 175
0.99/1.00	c BCD2: 175 <= obj <= 340
0.99/1.00	c BCD2: #cores=163, #unrelaxed=332, #relaxed=350, #hardened=0
0.99/1.00	c BCD2: #sat=1 #unsat=176 bias=176/177
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 |     1282      0 |       12 |       11
0.99/1.00	c  0.0s |       0 |      192 |        2 |     1282      0 |       12 |       12
0.99/1.00	c #cpu_time = 0.001s
0.99/1.00	c #wall_clock_time = 0.001s
0.99/1.00	c #decision = 192
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 2
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 176
0.99/1.01	c BCD2: 176 <= obj <= 340
0.99/1.01	c BCD2: #cores=164, #unrelaxed=330, #relaxed=352, #hardened=0
0.99/1.01	c BCD2: #sat=1 #unsat=177 bias=177/178
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 |     1282      0 |       12 |       12
0.99/1.01	c  0.0s |       0 |      193 |        2 |     1282      0 |       12 |       12
0.99/1.01	c #cpu_time = 0.001s
0.99/1.01	c #wall_clock_time = 0.001s
0.99/1.01	c #decision = 193
0.99/1.01	c #random_decision = 0
0.99/1.01	c #conflict = 2
0.99/1.01	c #restart = 0
0.99/1.01	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.01	c lower bound updated to 177
0.99/1.01	c BCD2: 177 <= obj <= 340
0.99/1.01	c BCD2: #cores=165, #unrelaxed=328, #relaxed=354, #hardened=0
0.99/1.01	c BCD2: #sat=1 #unsat=178 bias=178/179
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 |     1282      0 |       12 |       12
0.99/1.01	c  0.0s |       0 |      196 |        2 |     1282      0 |       12 |       12
0.99/1.01	c #cpu_time = 0.001s
0.99/1.01	c #wall_clock_time = 0.001s
0.99/1.01	c #decision = 196
0.99/1.01	c #random_decision = 0
0.99/1.01	c #conflict = 2
0.99/1.01	c #restart = 0
0.99/1.01	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.01	c lower bound updated to 178
0.99/1.01	c BCD2: 178 <= obj <= 340
0.99/1.01	c BCD2: #cores=166, #unrelaxed=326, #relaxed=356, #hardened=0
0.99/1.01	c BCD2: #sat=1 #unsat=179 bias=179/180
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 |     1282      0 |       12 |       12
0.99/1.01	c  0.0s |       0 |      197 |        2 |     1282      0 |       12 |       12
0.99/1.01	c #cpu_time = 0.001s
0.99/1.01	c #wall_clock_time = 0.001s
0.99/1.01	c #decision = 197
0.99/1.01	c #random_decision = 0
0.99/1.01	c #conflict = 2
0.99/1.01	c #restart = 0
0.99/1.01	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.01	c lower bound updated to 179
0.99/1.01	c BCD2: 179 <= obj <= 340
0.99/1.01	c BCD2: #cores=167, #unrelaxed=324, #relaxed=358, #hardened=0
0.99/1.01	c BCD2: #sat=1 #unsat=180 bias=180/181
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 |     1282      0 |       12 |       12
0.99/1.01	c  0.0s |       0 |      200 |        2 |     1282      0 |       12 |       12
0.99/1.01	c #cpu_time = 0.001s
0.99/1.01	c #wall_clock_time = 0.001s
0.99/1.01	c #decision = 200
0.99/1.01	c #random_decision = 0
0.99/1.01	c #conflict = 2
0.99/1.01	c #restart = 0
0.99/1.01	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.01	c lower bound updated to 180
0.99/1.01	c BCD2: 180 <= obj <= 340
0.99/1.01	c BCD2: #cores=167, #unrelaxed=322, #relaxed=360, #hardened=0
0.99/1.01	c BCD2: #sat=1 #unsat=181 bias=181/182
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 |     1282      0 |       13 |       12
0.99/1.02	c  0.0s |       0 |      200 |        2 |     1282      0 |       13 |       13
0.99/1.02	c #cpu_time = 0.001s
0.99/1.02	c #wall_clock_time = 0.001s
0.99/1.02	c #decision = 200
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 2
0.99/1.02	c #restart = 0
0.99/1.02	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.02	c lower bound updated to 181
0.99/1.02	c BCD2: 181 <= obj <= 340
0.99/1.02	c BCD2: #cores=168, #unrelaxed=320, #relaxed=362, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=182 bias=182/183
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 |     1282      0 |       13 |       13
0.99/1.02	c  0.0s |       0 |      199 |        2 |     1282      0 |       13 |       13
0.99/1.02	c #cpu_time = 0.001s
0.99/1.02	c #wall_clock_time = 0.001s
0.99/1.02	c #decision = 199
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 2
0.99/1.02	c #restart = 0
0.99/1.02	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.02	c lower bound updated to 182
0.99/1.02	c BCD2: 182 <= obj <= 340
0.99/1.02	c BCD2: #cores=169, #unrelaxed=318, #relaxed=364, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=183 bias=183/184
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 |     1282      0 |       13 |       13
0.99/1.02	c  0.0s |       0 |      200 |        2 |     1282      0 |       13 |       13
0.99/1.02	c #cpu_time = 0.001s
0.99/1.02	c #wall_clock_time = 0.001s
0.99/1.02	c #decision = 200
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 2
0.99/1.02	c #restart = 0
0.99/1.02	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.02	c lower bound updated to 183
0.99/1.02	c BCD2: 183 <= obj <= 340
0.99/1.02	c BCD2: #cores=169, #unrelaxed=316, #relaxed=366, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=184 bias=184/185
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 |     1282      0 |       14 |       13
0.99/1.02	c  0.0s |       0 |      202 |        2 |     1282      0 |       14 |       14
0.99/1.02	c #cpu_time = 0.001s
0.99/1.02	c #wall_clock_time = 0.001s
0.99/1.02	c #decision = 202
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 2
0.99/1.02	c #restart = 0
0.99/1.02	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.02	c lower bound updated to 184
0.99/1.02	c BCD2: 184 <= obj <= 340
0.99/1.02	c BCD2: #cores=170, #unrelaxed=314, #relaxed=368, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=185 bias=185/186
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 |     1282      0 |       14 |       14
0.99/1.02	c  0.0s |       0 |      201 |        2 |     1282      0 |       14 |       14
0.99/1.02	c #cpu_time = 0.001s
0.99/1.02	c #wall_clock_time = 0.001s
0.99/1.02	c #decision = 201
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 2
0.99/1.02	c #restart = 0
0.99/1.02	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.02	c lower bound updated to 185
0.99/1.02	c BCD2: 185 <= obj <= 340
0.99/1.02	c BCD2: #cores=171, #unrelaxed=312, #relaxed=370, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=186 bias=186/187
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 |     1282      0 |       14 |       14
0.99/1.03	c  0.0s |       0 |      202 |        2 |     1282      0 |       14 |       14
0.99/1.03	c #cpu_time = 0.001s
0.99/1.03	c #wall_clock_time = 0.001s
0.99/1.03	c #decision = 202
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 2
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.03	c lower bound updated to 186
0.99/1.03	c BCD2: 186 <= obj <= 340
0.99/1.03	c BCD2: #cores=171, #unrelaxed=310, #relaxed=372, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=187 bias=187/188
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 |     1282      0 |       15 |       14
0.99/1.03	c  0.0s |       0 |      202 |        2 |     1282      0 |       15 |       15
0.99/1.03	c #cpu_time = 0.001s
0.99/1.03	c #wall_clock_time = 0.001s
0.99/1.03	c #decision = 202
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 2
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.03	c lower bound updated to 187
0.99/1.03	c BCD2: 187 <= obj <= 340
0.99/1.03	c BCD2: #cores=171, #unrelaxed=308, #relaxed=374, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=188 bias=188/189
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 |     1282      0 |       16 |       15
0.99/1.03	c  0.0s |       0 |      202 |        2 |     1282      0 |       16 |       16
0.99/1.03	c #cpu_time = 0.001s
0.99/1.03	c #wall_clock_time = 0.001s
0.99/1.03	c #decision = 202
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 2
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.03	c lower bound updated to 188
0.99/1.03	c BCD2: 188 <= obj <= 340
0.99/1.03	c BCD2: #cores=172, #unrelaxed=306, #relaxed=376, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=189 bias=189/190
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 |     1282      0 |       16 |       16
0.99/1.03	c  0.0s |       0 |      201 |        2 |     1282      0 |       16 |       16
0.99/1.03	c #cpu_time = 0.001s
0.99/1.03	c #wall_clock_time = 0.001s
0.99/1.03	c #decision = 201
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 2
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.03	c lower bound updated to 189
0.99/1.03	c BCD2: 189 <= obj <= 340
0.99/1.03	c BCD2: #cores=173, #unrelaxed=304, #relaxed=378, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=190 bias=190/191
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 |     1282      0 |       16 |       16
0.99/1.03	c  0.0s |       0 |      202 |        2 |     1282      0 |       16 |       16
0.99/1.03	c #cpu_time = 0.001s
0.99/1.03	c #wall_clock_time = 0.001s
0.99/1.03	c #decision = 202
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 2
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.03	c lower bound updated to 190
0.99/1.03	c BCD2: 190 <= obj <= 340
0.99/1.03	c BCD2: #cores=173, #unrelaxed=302, #relaxed=380, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=191 bias=191/192
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 |     1282      0 |       17 |       16
0.99/1.04	c  0.0s |       0 |      200 |        2 |     1282      0 |       17 |       17
0.99/1.04	c #cpu_time = 0.001s
0.99/1.04	c #wall_clock_time = 0.001s
0.99/1.04	c #decision = 200
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 2
0.99/1.04	c #restart = 0
0.99/1.04	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.04	c lower bound updated to 191
0.99/1.04	c BCD2: 191 <= obj <= 340
0.99/1.04	c BCD2: #cores=173, #unrelaxed=300, #relaxed=382, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=192 bias=192/193
0.99/1.04	c Solving starts ...
0.99/1.04	c ============================[ Search Statistics ]============================
0.99/1.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.04	c =============================================================================
0.99/1.04	c  0.0s |       0 |        0 |        0 |     1282      0 |       18 |       17
0.99/1.04	c  0.0s |       0 |      198 |        2 |     1282      0 |       18 |       18
0.99/1.04	c #cpu_time = 0.001s
0.99/1.04	c #wall_clock_time = 0.001s
0.99/1.04	c #decision = 198
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 2
0.99/1.04	c #restart = 0
0.99/1.04	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.04	c lower bound updated to 192
0.99/1.04	c BCD2: 192 <= obj <= 340
0.99/1.04	c BCD2: #cores=173, #unrelaxed=298, #relaxed=384, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=193 bias=193/194
0.99/1.04	c Solving starts ...
0.99/1.04	c ============================[ Search Statistics ]============================
0.99/1.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.04	c =============================================================================
0.99/1.04	c  0.0s |       0 |        0 |        0 |     1282      0 |       19 |       18
0.99/1.04	c  0.0s |       0 |      198 |        2 |     1282      0 |       19 |       19
0.99/1.04	c #cpu_time = 0.001s
0.99/1.04	c #wall_clock_time = 0.001s
0.99/1.04	c #decision = 198
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 2
0.99/1.04	c #restart = 0
0.99/1.04	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.04	c lower bound updated to 193
0.99/1.04	c BCD2: 193 <= obj <= 340
0.99/1.04	c BCD2: #cores=173, #unrelaxed=296, #relaxed=386, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=194 bias=194/195
0.99/1.04	c Solving starts ...
0.99/1.04	c ============================[ Search Statistics ]============================
0.99/1.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.04	c =============================================================================
0.99/1.04	c  0.0s |       0 |        0 |        0 |     1282      0 |       20 |       19
0.99/1.04	c  0.0s |       0 |      196 |        2 |     1282      0 |       20 |       20
0.99/1.04	c #cpu_time = 0.001s
0.99/1.04	c #wall_clock_time = 0.001s
0.99/1.04	c #decision = 196
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 2
0.99/1.04	c #restart = 0
0.99/1.04	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.04	c lower bound updated to 194
0.99/1.04	c BCD2: 194 <= obj <= 340
0.99/1.04	c BCD2: #cores=174, #unrelaxed=294, #relaxed=388, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=195 bias=195/196
0.99/1.04	c Solving starts ...
0.99/1.04	c ============================[ Search Statistics ]============================
0.99/1.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.04	c =============================================================================
0.99/1.04	c  0.0s |       0 |        0 |        0 |     1282      0 |       20 |       20
0.99/1.04	c  0.0s |       0 |      197 |        2 |     1282      0 |       20 |       20
0.99/1.04	c #cpu_time = 0.001s
0.99/1.04	c #wall_clock_time = 0.001s
0.99/1.04	c #decision = 197
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 2
0.99/1.04	c #restart = 0
0.99/1.04	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.04	c lower bound updated to 195
0.99/1.05	c BCD2: 195 <= obj <= 340
0.99/1.05	c BCD2: #cores=174, #unrelaxed=292, #relaxed=390, #hardened=0
0.99/1.05	c BCD2: #sat=1 #unsat=196 bias=196/197
0.99/1.05	c Solving starts ...
0.99/1.05	c ============================[ Search Statistics ]============================
0.99/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.05	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |     1282      0 |       21 |       20
0.99/1.05	c  0.0s |       0 |      195 |        3 |     1282      0 |       21 |       21
0.99/1.05	c #cpu_time = 0.001s
0.99/1.05	c #wall_clock_time = 0.001s
0.99/1.05	c #decision = 195
0.99/1.05	c #random_decision = 0
0.99/1.05	c #conflict = 3
0.99/1.05	c #restart = 0
0.99/1.05	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.05	c lower bound updated to 196
0.99/1.05	c BCD2: 196 <= obj <= 340
0.99/1.05	c BCD2: #cores=174, #unrelaxed=290, #relaxed=392, #hardened=0
0.99/1.05	c BCD2: #sat=1 #unsat=197 bias=197/198
0.99/1.05	c Solving starts ...
0.99/1.05	c ============================[ Search Statistics ]============================
0.99/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.05	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |     1282      0 |       22 |       21
0.99/1.05	c  0.0s |       0 |      186 |        3 |     1282      0 |       22 |       22
0.99/1.05	c #cpu_time = 0.001s
0.99/1.05	c #wall_clock_time = 0.001s
0.99/1.05	c #decision = 186
0.99/1.05	c #random_decision = 0
0.99/1.05	c #conflict = 3
0.99/1.05	c #restart = 0
0.99/1.05	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.05	c lower bound updated to 197
0.99/1.05	c BCD2: 197 <= obj <= 340
0.99/1.05	c BCD2: #cores=174, #unrelaxed=288, #relaxed=394, #hardened=0
0.99/1.05	c BCD2: #sat=1 #unsat=198 bias=198/199
0.99/1.05	c Solving starts ...
0.99/1.05	c ============================[ Search Statistics ]============================
0.99/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.05	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |     1282      0 |       23 |       22
0.99/1.05	c  0.0s |       0 |      182 |        1 |     1282      0 |       23 |       23
0.99/1.05	c #cpu_time = 0.001s
0.99/1.05	c #wall_clock_time = 0.001s
0.99/1.05	c #decision = 182
0.99/1.05	c #random_decision = 0
0.99/1.05	c #conflict = 1
0.99/1.05	c #restart = 0
0.99/1.05	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.05	c lower bound updated to 198
0.99/1.05	c BCD2: 198 <= obj <= 340
0.99/1.05	c BCD2: #cores=174, #unrelaxed=286, #relaxed=396, #hardened=0
0.99/1.05	c BCD2: #sat=1 #unsat=199 bias=199/200
0.99/1.05	c Solving starts ...
0.99/1.05	c ============================[ Search Statistics ]============================
0.99/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.05	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |     1282      0 |       24 |       23
0.99/1.05	c  0.0s |       0 |      182 |        1 |     1282      0 |       24 |       24
0.99/1.05	c #cpu_time = 0.001s
0.99/1.05	c #wall_clock_time = 0.001s
0.99/1.05	c #decision = 182
0.99/1.05	c #random_decision = 0
0.99/1.05	c #conflict = 1
0.99/1.05	c #restart = 0
0.99/1.05	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.05	c lower bound updated to 199
0.99/1.05	c BCD2: 199 <= obj <= 340
0.99/1.05	c BCD2: #cores=174, #unrelaxed=284, #relaxed=398, #hardened=0
0.99/1.05	c BCD2: #sat=1 #unsat=200 bias=200/201
0.99/1.05	c Solving starts ...
0.99/1.05	c ============================[ Search Statistics ]============================
0.99/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.05	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |     1282      0 |       25 |       24
0.99/1.06	c  0.0s |       0 |      187 |        2 |     1282      0 |       25 |       25
0.99/1.06	c #cpu_time = 0.001s
0.99/1.06	c #wall_clock_time = 0.001s
0.99/1.06	c #decision = 187
0.99/1.06	c #random_decision = 0
0.99/1.06	c #conflict = 2
0.99/1.06	c #restart = 0
0.99/1.06	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.06	c lower bound updated to 200
0.99/1.06	c BCD2: 200 <= obj <= 340
0.99/1.06	c BCD2: #cores=174, #unrelaxed=282, #relaxed=400, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=201 bias=201/202
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 |     1282      0 |       26 |       25
0.99/1.06	c  0.0s |       0 |      185 |        2 |     1282      0 |       26 |       26
0.99/1.06	c #cpu_time = 0.001s
0.99/1.06	c #wall_clock_time = 0.001s
0.99/1.06	c #decision = 185
0.99/1.06	c #random_decision = 0
0.99/1.06	c #conflict = 2
0.99/1.06	c #restart = 0
0.99/1.06	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.06	c lower bound updated to 201
0.99/1.06	c BCD2: 201 <= obj <= 340
0.99/1.06	c BCD2: #cores=174, #unrelaxed=280, #relaxed=402, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=202 bias=202/203
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 |     1282      0 |       27 |       26
0.99/1.06	c  0.0s |       0 |      183 |        2 |     1282      0 |       27 |       27
0.99/1.06	c #cpu_time = 0.001s
0.99/1.06	c #wall_clock_time = 0.001s
0.99/1.06	c #decision = 183
0.99/1.06	c #random_decision = 0
0.99/1.06	c #conflict = 2
0.99/1.06	c #restart = 0
0.99/1.06	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.06	c lower bound updated to 202
0.99/1.06	c BCD2: 202 <= obj <= 340
0.99/1.06	c BCD2: #cores=174, #unrelaxed=278, #relaxed=404, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=203 bias=203/204
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 |     1282      0 |       28 |       27
0.99/1.06	c  0.0s |       0 |      181 |        2 |     1282      0 |       28 |       28
0.99/1.06	c #cpu_time = 0.001s
0.99/1.06	c #wall_clock_time = 0.001s
0.99/1.06	c #decision = 181
0.99/1.06	c #random_decision = 0
0.99/1.06	c #conflict = 2
0.99/1.06	c #restart = 0
0.99/1.06	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.06	c lower bound updated to 203
0.99/1.06	c BCD2: 203 <= obj <= 340
0.99/1.06	c BCD2: #cores=174, #unrelaxed=276, #relaxed=406, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=204 bias=204/205
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 |     1282      0 |       29 |       28
0.99/1.06	c  0.0s |       0 |      179 |        2 |     1282      0 |       29 |       29
0.99/1.06	c #cpu_time = 0.001s
0.99/1.06	c #wall_clock_time = 0.001s
0.99/1.06	c #decision = 179
0.99/1.06	c #random_decision = 0
0.99/1.06	c #conflict = 2
0.99/1.06	c #restart = 0
0.99/1.06	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.06	c lower bound updated to 204
0.99/1.06	c BCD2: 204 <= obj <= 340
0.99/1.06	c BCD2: #cores=174, #unrelaxed=274, #relaxed=408, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=205 bias=205/206
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.07	c  0.0s |       0 |        0 |        0 |     1282      0 |       30 |       29
0.99/1.07	c  0.0s |       0 |      179 |        2 |     1282      0 |       30 |       30
0.99/1.07	c #cpu_time = 0.001s
0.99/1.07	c #wall_clock_time = 0.001s
0.99/1.07	c #decision = 179
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 2
0.99/1.07	c #restart = 0
0.99/1.07	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.07	c lower bound updated to 205
0.99/1.07	c BCD2: 205 <= obj <= 340
0.99/1.07	c BCD2: #cores=174, #unrelaxed=272, #relaxed=410, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=206 bias=206/207
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 |     1282      0 |       31 |       30
0.99/1.07	c  0.0s |       0 |      177 |        2 |     1282      0 |       31 |       31
0.99/1.07	c #cpu_time = 0.001s
0.99/1.07	c #wall_clock_time = 0.001s
0.99/1.07	c #decision = 177
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 2
0.99/1.07	c #restart = 0
0.99/1.07	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.07	c lower bound updated to 206
0.99/1.07	c BCD2: 206 <= obj <= 340
0.99/1.07	c BCD2: #cores=175, #unrelaxed=270, #relaxed=412, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=207 bias=207/208
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 |     1282      0 |       31 |       31
0.99/1.07	c  0.0s |       0 |      180 |        2 |     1282      0 |       31 |       31
0.99/1.07	c #cpu_time = 0.002s
0.99/1.07	c #wall_clock_time = 0.002s
0.99/1.07	c #decision = 180
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 2
0.99/1.07	c #restart = 0
0.99/1.07	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.07	c lower bound updated to 207
0.99/1.07	c BCD2: 207 <= obj <= 340
0.99/1.07	c BCD2: #cores=176, #unrelaxed=268, #relaxed=414, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=208 bias=208/209
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 |     1282      0 |       31 |       31
0.99/1.07	c  0.0s |       0 |      183 |        2 |     1282      0 |       31 |       31
0.99/1.07	c #cpu_time = 0.002s
0.99/1.07	c #wall_clock_time = 0.002s
0.99/1.07	c #decision = 183
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 2
0.99/1.07	c #restart = 0
0.99/1.07	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.07	c lower bound updated to 208
0.99/1.07	c BCD2: 208 <= obj <= 340
0.99/1.07	c BCD2: #cores=177, #unrelaxed=266, #relaxed=416, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=209 bias=209/210
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 |     1282      0 |       31 |       31
0.99/1.08	c  0.0s |       0 |      182 |        2 |     1282      0 |       31 |       31
0.99/1.08	c #cpu_time = 0.001s
0.99/1.08	c #wall_clock_time = 0.001s
0.99/1.08	c #decision = 182
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 2
0.99/1.08	c #restart = 0
0.99/1.08	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.08	c lower bound updated to 209
0.99/1.08	c BCD2: 209 <= obj <= 340
0.99/1.08	c BCD2: #cores=177, #unrelaxed=264, #relaxed=418, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=210 bias=210/211
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 |     1282      0 |       32 |       31
0.99/1.08	c  0.0s |       0 |      184 |        2 |     1282      0 |       32 |       32
0.99/1.08	c #cpu_time = 0.002s
0.99/1.08	c #wall_clock_time = 0.002s
0.99/1.08	c #decision = 184
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 2
0.99/1.08	c #restart = 0
0.99/1.08	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.08	c lower bound updated to 210
0.99/1.08	c BCD2: 210 <= obj <= 340
0.99/1.08	c BCD2: #cores=178, #unrelaxed=262, #relaxed=420, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=211 bias=211/212
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 |     1282      0 |       32 |       32
0.99/1.08	c  0.0s |       0 |      183 |        2 |     1282      0 |       32 |       32
0.99/1.08	c #cpu_time = 0.001s
0.99/1.08	c #wall_clock_time = 0.001s
0.99/1.08	c #decision = 183
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 2
0.99/1.08	c #restart = 0
0.99/1.08	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.08	c lower bound updated to 211
0.99/1.08	c BCD2: 211 <= obj <= 340
0.99/1.08	c BCD2: #cores=178, #unrelaxed=260, #relaxed=422, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=212 bias=212/213
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 |     1282      0 |       33 |       32
0.99/1.08	c  0.0s |       0 |      185 |        2 |     1282      0 |       33 |       33
0.99/1.08	c #cpu_time = 0.001s
0.99/1.08	c #wall_clock_time = 0.001s
0.99/1.08	c #decision = 185
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 2
0.99/1.08	c #restart = 0
0.99/1.08	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.08	c lower bound updated to 212
0.99/1.08	c BCD2: 212 <= obj <= 340
0.99/1.08	c BCD2: #cores=179, #unrelaxed=258, #relaxed=424, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=213 bias=213/214
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 |     1282      0 |       33 |       33
0.99/1.09	c  0.0s |       0 |      184 |        2 |     1282      0 |       33 |       33
0.99/1.09	c #cpu_time = 0.001s
0.99/1.09	c #wall_clock_time = 0.001s
0.99/1.09	c #decision = 184
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 2
0.99/1.09	c #restart = 0
0.99/1.09	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.09	c lower bound updated to 213
0.99/1.09	c BCD2: 213 <= obj <= 340
0.99/1.09	c BCD2: #cores=179, #unrelaxed=256, #relaxed=426, #hardened=0
0.99/1.09	c BCD2: #sat=1 #unsat=214 bias=214/215
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 |     1282      0 |       34 |       33
0.99/1.09	c  0.0s |       0 |      186 |        2 |     1282      0 |       34 |       34
0.99/1.09	c #cpu_time = 0.002s
0.99/1.09	c #wall_clock_time = 0.002s
0.99/1.09	c #decision = 186
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 2
0.99/1.09	c #restart = 0
0.99/1.09	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.09	c lower bound updated to 214
0.99/1.09	c BCD2: 214 <= obj <= 340
0.99/1.09	c BCD2: #cores=180, #unrelaxed=254, #relaxed=428, #hardened=0
0.99/1.09	c BCD2: #sat=1 #unsat=215 bias=215/216
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 |     1282      0 |       34 |       34
0.99/1.09	c  0.0s |       0 |      185 |        2 |     1282      0 |       34 |       34
0.99/1.09	c #cpu_time = 0.001s
0.99/1.09	c #wall_clock_time = 0.001s
0.99/1.09	c #decision = 185
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 2
0.99/1.09	c #restart = 0
0.99/1.09	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.09	c lower bound updated to 215
0.99/1.09	c BCD2: 215 <= obj <= 340
0.99/1.09	c BCD2: #cores=180, #unrelaxed=252, #relaxed=430, #hardened=0
0.99/1.09	c BCD2: #sat=1 #unsat=216 bias=216/217
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 |     1282      0 |       35 |       34
0.99/1.10	c  0.0s |       0 |      186 |        1 |     1282      0 |       35 |       35
0.99/1.10	c #cpu_time = 0.001s
0.99/1.10	c #wall_clock_time = 0.001s
0.99/1.10	c #decision = 186
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: found a new core of size 2: cost of the new core is >=1
0.99/1.10	c lower bound updated to 216
0.99/1.10	c BCD2: 216 <= obj <= 340
0.99/1.10	c BCD2: #cores=181, #unrelaxed=250, #relaxed=432, #hardened=0
0.99/1.10	c BCD2: #sat=1 #unsat=217 bias=217/218
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 |     1282      0 |       35 |       35
0.99/1.10	c  0.0s |       0 |      187 |        1 |     1282      0 |       35 |       35
0.99/1.10	c #cpu_time = 0.001s
0.99/1.10	c #wall_clock_time = 0.001s
0.99/1.10	c #decision = 187
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.10	c lower bound updated to 217
0.99/1.10	c BCD2: 217 <= obj <= 340
0.99/1.10	c BCD2: #cores=181, #unrelaxed=248, #relaxed=434, #hardened=0
0.99/1.10	c BCD2: #sat=1 #unsat=218 bias=218/219
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 |     1282      0 |       36 |       35
0.99/1.10	c  0.0s |       0 |      187 |        1 |     1282      0 |       36 |       36
0.99/1.10	c #cpu_time = 0.001s
0.99/1.10	c #wall_clock_time = 0.001s
0.99/1.10	c #decision = 187
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: found a new core of size 2: cost of the new core is >=1
0.99/1.10	c lower bound updated to 218
0.99/1.10	c BCD2: 218 <= obj <= 340
0.99/1.10	c BCD2: #cores=182, #unrelaxed=246, #relaxed=436, #hardened=0
0.99/1.10	c BCD2: #sat=1 #unsat=219 bias=219/220
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 |     1282      0 |       36 |       36
0.99/1.10	c  0.0s |       0 |      188 |        1 |     1282      0 |       36 |       36
0.99/1.10	c #cpu_time = 0.001s
0.99/1.10	c #wall_clock_time = 0.001s
0.99/1.10	c #decision = 188
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.99/1.10	c lower bound updated to 219
0.99/1.10	c BCD2: 219 <= obj <= 340
0.99/1.10	c BCD2: #cores=182, #unrelaxed=244, #relaxed=438, #hardened=0
0.99/1.10	c BCD2: #sat=1 #unsat=220 bias=220/221
0.99/1.10	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 |     1282      0 |       37 |       36
1.09/1.11	c  0.0s |       0 |      187 |        0 |     1282      0 |       37 |       37
1.09/1.11	c #cpu_time = 0.001s
1.09/1.11	c #wall_clock_time = 0.001s
1.09/1.11	c #decision = 187
1.09/1.11	c #random_decision = 0
1.09/1.11	c #conflict = 0
1.09/1.11	c #restart = 0
1.09/1.11	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.09/1.11	c lower bound updated to 220
1.09/1.11	c BCD2: 220 <= obj <= 340
1.09/1.11	c BCD2: #cores=182, #unrelaxed=242, #relaxed=440, #hardened=0
1.09/1.11	c BCD2: #sat=1 #unsat=221 bias=221/222
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 |     1282      0 |       38 |       37
1.09/1.11	c  0.0s |       0 |      187 |        0 |     1282      0 |       38 |       38
1.09/1.11	c #cpu_time = 0.002s
1.09/1.11	c #wall_clock_time = 0.002s
1.09/1.11	c #decision = 187
1.09/1.11	c #random_decision = 0
1.09/1.11	c #conflict = 0
1.09/1.11	c #restart = 0
1.09/1.11	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.09/1.11	c lower bound updated to 221
1.09/1.11	c BCD2: 221 <= obj <= 340
1.09/1.11	c BCD2: #cores=182, #unrelaxed=240, #relaxed=442, #hardened=0
1.09/1.11	c BCD2: #sat=1 #unsat=222 bias=222/223
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 |     1282      0 |       39 |       38
1.09/1.11	c  0.0s |       0 |      188 |        1 |     1282      0 |       39 |       39
1.09/1.11	c #cpu_time = 0.001s
1.09/1.11	c #wall_clock_time = 0.001s
1.09/1.11	c #decision = 188
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: found a new core of size 2: cost of the new core is >=1
1.09/1.11	c lower bound updated to 222
1.09/1.11	c BCD2: 222 <= obj <= 340
1.09/1.11	c BCD2: #cores=183, #unrelaxed=238, #relaxed=444, #hardened=0
1.09/1.11	c BCD2: #sat=1 #unsat=223 bias=223/224
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 |     1282      0 |       39 |       39
1.09/1.11	c  0.0s |       0 |      189 |        1 |     1282      0 |       39 |       39
1.09/1.11	c #cpu_time = 0.001s
1.09/1.11	c #wall_clock_time = 0.001s
1.09/1.11	c #decision = 189
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.09/1.11	c lower bound updated to 223
1.09/1.12	c BCD2: 223 <= obj <= 340
1.09/1.12	c BCD2: #cores=183, #unrelaxed=236, #relaxed=446, #hardened=0
1.09/1.12	c BCD2: #sat=1 #unsat=224 bias=224/225
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 |     1282      0 |       40 |       39
1.09/1.12	c  0.0s |       0 |      188 |        0 |     1282      0 |       40 |       40
1.09/1.12	c #cpu_time = 0.001s
1.09/1.12	c #wall_clock_time = 0.001s
1.09/1.12	c #decision = 188
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: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.09/1.12	c lower bound updated to 224
1.09/1.12	c BCD2: 224 <= obj <= 340
1.09/1.12	c BCD2: #cores=183, #unrelaxed=234, #relaxed=448, #hardened=0
1.09/1.12	c BCD2: #sat=1 #unsat=225 bias=225/226
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 |     1282      0 |       41 |       40
1.09/1.12	c  0.0s |       0 |      188 |        0 |     1282      0 |       41 |       41
1.09/1.12	c #cpu_time = 0.001s
1.09/1.12	c #wall_clock_time = 0.001s
1.09/1.12	c #decision = 188
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 225
1.09/1.12	c BCD2: 225 <= obj <= 340
1.09/1.12	c BCD2: #cores=184, #unrelaxed=232, #relaxed=450, #hardened=0
1.09/1.12	c BCD2: #sat=1 #unsat=226 bias=226/227
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 |     1282      0 |       41 |       41
1.09/1.12	c  0.0s |       0 |      190 |        1 |     1282      0 |       41 |       41
1.09/1.12	c #cpu_time = 0.001s
1.09/1.12	c #wall_clock_time = 0.001s
1.09/1.12	c #decision = 190
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.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 226
1.09/1.12	c BCD2: 226 <= obj <= 340
1.09/1.12	c BCD2: #cores=185, #unrelaxed=230, #relaxed=452, #hardened=0
1.09/1.12	c BCD2: #sat=1 #unsat=227 bias=227/228
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 |     1282      0 |       41 |       41
1.09/1.12	c  0.0s |       0 |      191 |        1 |     1282      0 |       41 |       41
1.09/1.12	c #cpu_time = 0.001s
1.09/1.12	c #wall_clock_time = 0.001s
1.09/1.12	c #decision = 191
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.12	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.09/1.12	c lower bound updated to 227
1.09/1.12	c BCD2: 227 <= obj <= 340
1.09/1.12	c BCD2: #cores=185, #unrelaxed=228, #relaxed=454, #hardened=0
1.09/1.12	c BCD2: #sat=1 #unsat=228 bias=228/229
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 |     1282      0 |       42 |       41
1.09/1.13	c  0.0s |       0 |      190 |        0 |     1282      0 |       42 |       42
1.09/1.13	c #cpu_time = 0.001s
1.09/1.13	c #wall_clock_time = 0.001s
1.09/1.13	c #decision = 190
1.09/1.13	c #random_decision = 0
1.09/1.13	c #conflict = 0
1.09/1.13	c #restart = 0
1.09/1.13	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.09/1.13	c lower bound updated to 228
1.09/1.13	c BCD2: 228 <= obj <= 340
1.09/1.13	c BCD2: #cores=185, #unrelaxed=226, #relaxed=456, #hardened=0
1.09/1.13	c BCD2: #sat=1 #unsat=229 bias=229/230
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 |     1282      0 |       43 |       42
1.09/1.13	c  0.0s |       0 |      190 |        0 |     1282      0 |       43 |       43
1.09/1.13	c #cpu_time = 0.001s
1.09/1.13	c #wall_clock_time = 0.001s
1.09/1.13	c #decision = 190
1.09/1.13	c #random_decision = 0
1.09/1.13	c #conflict = 0
1.09/1.13	c #restart = 0
1.09/1.13	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.13	c lower bound updated to 229
1.09/1.13	c BCD2: 229 <= obj <= 340
1.09/1.13	c BCD2: #cores=186, #unrelaxed=224, #relaxed=458, #hardened=0
1.09/1.13	c BCD2: #sat=1 #unsat=230 bias=230/231
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 |     1282      0 |       43 |       43
1.09/1.13	c  0.0s |       0 |      192 |        1 |     1282      0 |       43 |       43
1.09/1.13	c #cpu_time = 0.001s
1.09/1.13	c #wall_clock_time = 0.001s
1.09/1.13	c #decision = 192
1.09/1.13	c #random_decision = 0
1.09/1.13	c #conflict = 1
1.09/1.13	c #restart = 0
1.09/1.13	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.13	c lower bound updated to 230
1.09/1.13	c BCD2: 230 <= obj <= 340
1.09/1.13	c BCD2: #cores=187, #unrelaxed=222, #relaxed=460, #hardened=0
1.09/1.13	c BCD2: #sat=1 #unsat=231 bias=231/232
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 |     1282      0 |       43 |       43
1.09/1.13	c  0.0s |       0 |      193 |        1 |     1282      0 |       43 |       43
1.09/1.13	c #cpu_time = 0.001s
1.09/1.13	c #wall_clock_time = 0.001s
1.09/1.13	c #decision = 193
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.09/1.13	c lower bound updated to 231
1.09/1.13	c BCD2: 231 <= obj <= 340
1.09/1.13	c BCD2: #cores=187, #unrelaxed=220, #relaxed=462, #hardened=0
1.09/1.13	c BCD2: #sat=1 #unsat=232 bias=232/233
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 |     1282      0 |       44 |       43
1.09/1.13	c  0.0s |       0 |      192 |        0 |     1282      0 |       44 |       44
1.09/1.13	c #cpu_time = 0.001s
1.09/1.13	c #wall_clock_time = 0.001s
1.09/1.13	c #decision = 192
1.09/1.13	c #random_decision = 0
1.09/1.13	c #conflict = 0
1.09/1.13	c #restart = 0
1.09/1.13	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.09/1.14	c lower bound updated to 232
1.09/1.14	c BCD2: 232 <= obj <= 340
1.09/1.14	c BCD2: #cores=187, #unrelaxed=218, #relaxed=464, #hardened=0
1.09/1.14	c BCD2: #sat=1 #unsat=233 bias=233/234
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 |     1282      0 |       45 |       44
1.09/1.14	c  0.0s |       0 |      192 |        0 |     1282      0 |       45 |       45
1.09/1.14	c #cpu_time = 0.001s
1.09/1.14	c #wall_clock_time = 0.001s
1.09/1.14	c #decision = 192
1.09/1.14	c #random_decision = 0
1.09/1.14	c #conflict = 0
1.09/1.14	c #restart = 0
1.09/1.14	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.14	c lower bound updated to 233
1.09/1.14	c BCD2: 233 <= obj <= 340
1.09/1.14	c BCD2: #cores=188, #unrelaxed=216, #relaxed=466, #hardened=0
1.09/1.14	c BCD2: #sat=1 #unsat=234 bias=234/235
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 |     1282      0 |       45 |       45
1.09/1.14	c  0.0s |       0 |      194 |        1 |     1282      0 |       45 |       45
1.09/1.14	c #cpu_time = 0.001s
1.09/1.14	c #wall_clock_time = 0.001s
1.09/1.14	c #decision = 194
1.09/1.14	c #random_decision = 0
1.09/1.14	c #conflict = 1
1.09/1.14	c #restart = 0
1.09/1.14	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.14	c lower bound updated to 234
1.09/1.14	c BCD2: 234 <= obj <= 340
1.09/1.14	c BCD2: #cores=189, #unrelaxed=214, #relaxed=468, #hardened=0
1.09/1.14	c BCD2: #sat=1 #unsat=235 bias=235/236
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 |     1282      0 |       45 |       45
1.09/1.14	c  0.0s |       0 |      195 |        1 |     1282      0 |       45 |       45
1.09/1.14	c #cpu_time = 0.001s
1.09/1.14	c #wall_clock_time = 0.001s
1.09/1.14	c #decision = 195
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.09/1.14	c lower bound updated to 235
1.09/1.14	c BCD2: 235 <= obj <= 340
1.09/1.14	c BCD2: #cores=189, #unrelaxed=212, #relaxed=470, #hardened=0
1.09/1.14	c BCD2: #sat=1 #unsat=236 bias=236/237
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 |     1282      0 |       46 |       45
1.09/1.14	c  0.0s |       0 |      194 |        0 |     1282      0 |       46 |       46
1.09/1.14	c #cpu_time = 0.001s
1.09/1.14	c #wall_clock_time = 0.001s
1.09/1.14	c #decision = 194
1.09/1.14	c #random_decision = 0
1.09/1.14	c #conflict = 0
1.09/1.14	c #restart = 0
1.09/1.14	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.09/1.14	c lower bound updated to 236
1.09/1.14	c BCD2: 236 <= obj <= 340
1.09/1.14	c BCD2: #cores=189, #unrelaxed=210, #relaxed=472, #hardened=0
1.09/1.14	c BCD2: #sat=1 #unsat=237 bias=237/238
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 |     1282      0 |       47 |       46
1.09/1.15	c  0.0s |       0 |      194 |        0 |     1282      0 |       47 |       47
1.09/1.15	c #cpu_time = 0.001s
1.09/1.15	c #wall_clock_time = 0.001s
1.09/1.15	c #decision = 194
1.09/1.15	c #random_decision = 0
1.09/1.15	c #conflict = 0
1.09/1.15	c #restart = 0
1.09/1.15	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.15	c lower bound updated to 237
1.09/1.15	c BCD2: 237 <= obj <= 340
1.09/1.15	c BCD2: #cores=190, #unrelaxed=208, #relaxed=474, #hardened=0
1.09/1.15	c BCD2: #sat=1 #unsat=238 bias=238/239
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 |     1282      0 |       47 |       47
1.09/1.15	c  0.0s |       0 |      196 |        1 |     1282      0 |       47 |       47
1.09/1.15	c #cpu_time = 0.001s
1.09/1.15	c #wall_clock_time = 0.001s
1.09/1.15	c #decision = 196
1.09/1.15	c #random_decision = 0
1.09/1.15	c #conflict = 1
1.09/1.15	c #restart = 0
1.09/1.15	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.15	c lower bound updated to 238
1.09/1.15	c BCD2: 238 <= obj <= 340
1.09/1.15	c BCD2: #cores=191, #unrelaxed=206, #relaxed=476, #hardened=0
1.09/1.15	c BCD2: #sat=1 #unsat=239 bias=239/240
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 |     1282      0 |       47 |       47
1.09/1.15	c  0.0s |       0 |      197 |        1 |     1282      0 |       47 |       47
1.09/1.15	c #cpu_time = 0.001s
1.09/1.15	c #wall_clock_time = 0.001s
1.09/1.15	c #decision = 197
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.09/1.15	c lower bound updated to 239
1.09/1.15	c BCD2: 239 <= obj <= 340
1.09/1.15	c BCD2: #cores=191, #unrelaxed=204, #relaxed=478, #hardened=0
1.09/1.15	c BCD2: #sat=1 #unsat=240 bias=240/241
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 |     1282      0 |       48 |       47
1.09/1.15	c  0.0s |       0 |      196 |        0 |     1282      0 |       48 |       48
1.09/1.15	c #cpu_time = 0.001s
1.09/1.15	c #wall_clock_time = 0.001s
1.09/1.15	c #decision = 196
1.09/1.15	c #random_decision = 0
1.09/1.15	c #conflict = 0
1.09/1.15	c #restart = 0
1.09/1.15	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.09/1.15	c lower bound updated to 240
1.09/1.15	c BCD2: 240 <= obj <= 340
1.09/1.15	c BCD2: #cores=191, #unrelaxed=202, #relaxed=480, #hardened=0
1.09/1.15	c BCD2: #sat=1 #unsat=241 bias=241/242
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 |     1282      0 |       49 |       48
1.09/1.15	c  0.0s |       0 |      196 |        0 |     1282      0 |       49 |       49
1.09/1.15	c #cpu_time = 0.001s
1.09/1.15	c #wall_clock_time = 0.001s
1.09/1.15	c #decision = 196
1.09/1.15	c #random_decision = 0
1.09/1.15	c #conflict = 0
1.09/1.15	c #restart = 0
1.09/1.15	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.15	c lower bound updated to 241
1.09/1.15	c BCD2: 241 <= obj <= 340
1.09/1.15	c BCD2: #cores=192, #unrelaxed=200, #relaxed=482, #hardened=0
1.09/1.15	c BCD2: #sat=1 #unsat=242 bias=242/243
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 |     1282      0 |       49 |       49
1.09/1.16	c  0.0s |       0 |      198 |        1 |     1282      0 |       49 |       49
1.09/1.16	c #cpu_time = 0.001s
1.09/1.16	c #wall_clock_time = 0.001s
1.09/1.16	c #decision = 198
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 1
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.16	c lower bound updated to 242
1.09/1.16	c BCD2: 242 <= obj <= 340
1.09/1.16	c BCD2: #cores=193, #unrelaxed=198, #relaxed=484, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=243 bias=243/244
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 |     1282      0 |       49 |       49
1.09/1.16	c  0.0s |       0 |      199 |        1 |     1282      0 |       49 |       49
1.09/1.16	c #cpu_time = 0.001s
1.09/1.16	c #wall_clock_time = 0.001s
1.09/1.16	c #decision = 199
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.09/1.16	c lower bound updated to 243
1.09/1.16	c BCD2: 243 <= obj <= 340
1.09/1.16	c BCD2: #cores=193, #unrelaxed=196, #relaxed=486, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=244 bias=244/245
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 |     1282      0 |       50 |       49
1.09/1.16	c  0.0s |       0 |      198 |        0 |     1282      0 |       50 |       50
1.09/1.16	c #cpu_time = 0.002s
1.09/1.16	c #wall_clock_time = 0.002s
1.09/1.16	c #decision = 198
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.09/1.16	c lower bound updated to 244
1.09/1.16	c BCD2: 244 <= obj <= 340
1.09/1.16	c BCD2: #cores=193, #unrelaxed=194, #relaxed=488, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=245 bias=245/246
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 |     1282      0 |       51 |       50
1.09/1.16	c  0.0s |       0 |      198 |        0 |     1282      0 |       51 |       51
1.09/1.16	c #cpu_time = 0.001s
1.09/1.16	c #wall_clock_time = 0.001s
1.09/1.16	c #decision = 198
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.16	c lower bound updated to 245
1.09/1.16	c BCD2: 245 <= obj <= 340
1.09/1.16	c BCD2: #cores=194, #unrelaxed=192, #relaxed=490, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=246 bias=246/247
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 |     1282      0 |       51 |       51
1.09/1.17	c  0.0s |       0 |      200 |        1 |     1282      0 |       51 |       51
1.09/1.17	c #cpu_time = 0.001s
1.09/1.17	c #wall_clock_time = 0.001s
1.09/1.17	c #decision = 200
1.09/1.17	c #random_decision = 0
1.09/1.17	c #conflict = 1
1.09/1.17	c #restart = 0
1.09/1.17	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.17	c lower bound updated to 246
1.09/1.17	c BCD2: 246 <= obj <= 340
1.09/1.17	c BCD2: #cores=195, #unrelaxed=190, #relaxed=492, #hardened=0
1.09/1.17	c BCD2: #sat=1 #unsat=247 bias=247/248
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 |     1282      0 |       51 |       51
1.09/1.17	c  0.0s |       0 |      201 |        1 |     1282      0 |       51 |       51
1.09/1.17	c #cpu_time = 0.001s
1.09/1.17	c #wall_clock_time = 0.001s
1.09/1.17	c #decision = 201
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.09/1.17	c lower bound updated to 247
1.09/1.17	c BCD2: 247 <= obj <= 340
1.09/1.17	c BCD2: #cores=195, #unrelaxed=188, #relaxed=494, #hardened=0
1.09/1.17	c BCD2: #sat=1 #unsat=248 bias=248/249
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 |     1282      0 |       52 |       51
1.09/1.17	c  0.0s |       0 |      200 |        0 |     1282      0 |       52 |       52
1.09/1.17	c #cpu_time = 0.002s
1.09/1.17	c #wall_clock_time = 0.002s
1.09/1.17	c #decision = 200
1.09/1.17	c #random_decision = 0
1.09/1.17	c #conflict = 0
1.09/1.17	c #restart = 0
1.09/1.17	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.09/1.17	c lower bound updated to 248
1.09/1.17	c BCD2: 248 <= obj <= 340
1.09/1.17	c BCD2: #cores=195, #unrelaxed=186, #relaxed=496, #hardened=0
1.09/1.17	c BCD2: #sat=1 #unsat=249 bias=249/250
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 |     1282      0 |       53 |       52
1.09/1.17	c  0.0s |       0 |      200 |        0 |     1282      0 |       53 |       53
1.09/1.17	c #cpu_time = 0.001s
1.09/1.17	c #wall_clock_time = 0.001s
1.09/1.17	c #decision = 200
1.09/1.17	c #random_decision = 0
1.09/1.17	c #conflict = 0
1.09/1.17	c #restart = 0
1.09/1.17	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.17	c lower bound updated to 249
1.09/1.17	c BCD2: 249 <= obj <= 340
1.09/1.17	c BCD2: #cores=196, #unrelaxed=184, #relaxed=498, #hardened=0
1.09/1.17	c BCD2: #sat=1 #unsat=250 bias=250/251
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 |     1282      0 |       53 |       53
1.09/1.17	c  0.0s |       0 |      202 |        1 |     1282      0 |       53 |       53
1.09/1.17	c #cpu_time = 0.001s
1.09/1.17	c #wall_clock_time = 0.001s
1.09/1.17	c #decision = 202
1.09/1.17	c #random_decision = 0
1.09/1.17	c #conflict = 1
1.09/1.17	c #restart = 0
1.09/1.17	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.17	c lower bound updated to 250
1.09/1.18	c BCD2: 250 <= obj <= 340
1.09/1.18	c BCD2: #cores=197, #unrelaxed=182, #relaxed=500, #hardened=0
1.09/1.18	c BCD2: #sat=1 #unsat=251 bias=251/252
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 |     1282      0 |       53 |       53
1.09/1.18	c  0.0s |       0 |      203 |        1 |     1282      0 |       53 |       53
1.09/1.18	c #cpu_time = 0.001s
1.09/1.18	c #wall_clock_time = 0.001s
1.09/1.18	c #decision = 203
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.09/1.18	c lower bound updated to 251
1.09/1.18	c BCD2: 251 <= obj <= 340
1.09/1.18	c BCD2: #cores=197, #unrelaxed=180, #relaxed=502, #hardened=0
1.09/1.18	c BCD2: #sat=1 #unsat=252 bias=252/253
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 |     1282      0 |       54 |       53
1.09/1.18	c  0.0s |       0 |      202 |        0 |     1282      0 |       54 |       54
1.09/1.18	c #cpu_time = 0.002s
1.09/1.18	c #wall_clock_time = 0.002s
1.09/1.18	c #decision = 202
1.09/1.18	c #random_decision = 0
1.09/1.18	c #conflict = 0
1.09/1.18	c #restart = 0
1.09/1.18	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.09/1.18	c lower bound updated to 252
1.09/1.18	c BCD2: 252 <= obj <= 340
1.09/1.18	c BCD2: #cores=197, #unrelaxed=178, #relaxed=504, #hardened=0
1.09/1.18	c BCD2: #sat=1 #unsat=253 bias=253/254
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 |     1282      0 |       55 |       54
1.09/1.18	c  0.0s |       0 |      202 |        0 |     1282      0 |       55 |       55
1.09/1.18	c #cpu_time = 0.001s
1.09/1.18	c #wall_clock_time = 0.001s
1.09/1.18	c #decision = 202
1.09/1.18	c #random_decision = 0
1.09/1.18	c #conflict = 0
1.09/1.18	c #restart = 0
1.09/1.18	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.18	c lower bound updated to 253
1.09/1.18	c BCD2: 253 <= obj <= 340
1.09/1.18	c BCD2: #cores=198, #unrelaxed=176, #relaxed=506, #hardened=0
1.09/1.18	c BCD2: #sat=1 #unsat=254 bias=254/255
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 |     1282      0 |       55 |       55
1.09/1.18	c  0.0s |       0 |      204 |        1 |     1282      0 |       55 |       55
1.09/1.18	c #cpu_time = 0.001s
1.09/1.18	c #wall_clock_time = 0.001s
1.09/1.18	c #decision = 204
1.09/1.18	c #random_decision = 0
1.09/1.18	c #conflict = 1
1.09/1.18	c #restart = 0
1.09/1.18	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.18	c lower bound updated to 254
1.09/1.18	c BCD2: 254 <= obj <= 340
1.09/1.18	c BCD2: #cores=199, #unrelaxed=174, #relaxed=508, #hardened=0
1.09/1.18	c BCD2: #sat=1 #unsat=255 bias=255/256
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 |     1282      0 |       55 |       55
1.09/1.19	c  0.0s |       0 |      205 |        1 |     1282      0 |       55 |       55
1.09/1.19	c #cpu_time = 0.001s
1.09/1.19	c #wall_clock_time = 0.001s
1.09/1.19	c #decision = 205
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.09/1.19	c lower bound updated to 255
1.09/1.19	c BCD2: 255 <= obj <= 340
1.09/1.19	c BCD2: #cores=199, #unrelaxed=172, #relaxed=510, #hardened=0
1.09/1.19	c BCD2: #sat=1 #unsat=256 bias=256/257
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 |     1282      0 |       56 |       55
1.09/1.19	c  0.0s |       0 |      204 |        0 |     1282      0 |       56 |       56
1.09/1.19	c #cpu_time = 0.002s
1.09/1.19	c #wall_clock_time = 0.002s
1.09/1.19	c #decision = 204
1.09/1.19	c #random_decision = 0
1.09/1.19	c #conflict = 0
1.09/1.19	c #restart = 0
1.09/1.19	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.09/1.19	c lower bound updated to 256
1.09/1.19	c BCD2: 256 <= obj <= 340
1.09/1.19	c BCD2: #cores=199, #unrelaxed=170, #relaxed=512, #hardened=0
1.09/1.19	c BCD2: #sat=1 #unsat=257 bias=257/258
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 |     1282      0 |       57 |       56
1.09/1.19	c  0.0s |       0 |      204 |        0 |     1282      0 |       57 |       57
1.09/1.19	c #cpu_time = 0.001s
1.09/1.19	c #wall_clock_time = 0.001s
1.09/1.19	c #decision = 204
1.09/1.19	c #random_decision = 0
1.09/1.19	c #conflict = 0
1.09/1.19	c #restart = 0
1.09/1.19	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.19	c lower bound updated to 257
1.09/1.19	c BCD2: 257 <= obj <= 340
1.09/1.19	c BCD2: #cores=200, #unrelaxed=168, #relaxed=514, #hardened=0
1.09/1.19	c BCD2: #sat=1 #unsat=258 bias=258/259
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 |     1282      0 |       57 |       57
1.09/1.19	c  0.0s |       0 |      206 |        1 |     1282      0 |       57 |       57
1.09/1.19	c #cpu_time = 0.001s
1.09/1.19	c #wall_clock_time = 0.001s
1.09/1.19	c #decision = 206
1.09/1.19	c #random_decision = 0
1.09/1.19	c #conflict = 1
1.09/1.19	c #restart = 0
1.09/1.19	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.19	c lower bound updated to 258
1.09/1.19	c BCD2: 258 <= obj <= 340
1.09/1.19	c BCD2: #cores=201, #unrelaxed=166, #relaxed=516, #hardened=0
1.09/1.19	c BCD2: #sat=1 #unsat=259 bias=259/260
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 |     1282      0 |       57 |       57
1.09/1.20	c  0.0s |       0 |      207 |        1 |     1282      0 |       57 |       57
1.09/1.20	c #cpu_time = 0.001s
1.09/1.20	c #wall_clock_time = 0.001s
1.09/1.20	c #decision = 207
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.09/1.20	c lower bound updated to 259
1.09/1.20	c BCD2: 259 <= obj <= 340
1.09/1.20	c BCD2: #cores=201, #unrelaxed=164, #relaxed=518, #hardened=0
1.09/1.20	c BCD2: #sat=1 #unsat=260 bias=260/261
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 |     1282      0 |       58 |       57
1.09/1.20	c  0.0s |       0 |      206 |        0 |     1282      0 |       58 |       58
1.09/1.20	c #cpu_time = 0.002s
1.09/1.20	c #wall_clock_time = 0.002s
1.09/1.20	c #decision = 206
1.09/1.20	c #random_decision = 0
1.09/1.20	c #conflict = 0
1.09/1.20	c #restart = 0
1.09/1.20	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.09/1.20	c lower bound updated to 260
1.09/1.20	c BCD2: 260 <= obj <= 340
1.09/1.20	c BCD2: #cores=201, #unrelaxed=162, #relaxed=520, #hardened=0
1.09/1.20	c BCD2: #sat=1 #unsat=261 bias=261/262
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 |     1282      0 |       59 |       58
1.09/1.20	c  0.0s |       0 |      206 |        0 |     1282      0 |       59 |       59
1.09/1.20	c #cpu_time = 0.001s
1.09/1.20	c #wall_clock_time = 0.001s
1.09/1.20	c #decision = 206
1.09/1.20	c #random_decision = 0
1.09/1.20	c #conflict = 0
1.09/1.20	c #restart = 0
1.09/1.20	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.20	c lower bound updated to 261
1.09/1.20	c BCD2: 261 <= obj <= 340
1.09/1.20	c BCD2: #cores=202, #unrelaxed=160, #relaxed=522, #hardened=0
1.09/1.20	c BCD2: #sat=1 #unsat=262 bias=262/263
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 |     1282      0 |       59 |       59
1.09/1.20	c  0.0s |       0 |      208 |        1 |     1282      0 |       59 |       59
1.09/1.20	c #cpu_time = 0.001s
1.09/1.20	c #wall_clock_time = 0.001s
1.09/1.20	c #decision = 208
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: found a new core of size 2: cost of the new core is >=1
1.09/1.20	c lower bound updated to 262
1.09/1.20	c BCD2: 262 <= obj <= 340
1.09/1.20	c BCD2: #cores=203, #unrelaxed=158, #relaxed=524, #hardened=0
1.09/1.20	c BCD2: #sat=1 #unsat=263 bias=263/264
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 |     1282      0 |       59 |       59
1.19/1.20	c  0.0s |       0 |      209 |        1 |     1282      0 |       59 |       59
1.19/1.20	c #cpu_time = 0.001s
1.19/1.20	c #wall_clock_time = 0.001s
1.19/1.20	c #decision = 209
1.19/1.20	c #random_decision = 0
1.19/1.20	c #conflict = 1
1.19/1.20	c #restart = 0
1.19/1.20	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.19/1.20	c lower bound updated to 263
1.19/1.20	c BCD2: 263 <= obj <= 340
1.19/1.20	c BCD2: #cores=203, #unrelaxed=156, #relaxed=526, #hardened=0
1.19/1.20	c BCD2: #sat=1 #unsat=264 bias=264/265
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 |     1282      0 |       60 |       59
1.19/1.21	c  0.0s |       0 |      208 |        0 |     1282      0 |       60 |       60
1.19/1.21	c #cpu_time = 0.002s
1.19/1.21	c #wall_clock_time = 0.002s
1.19/1.21	c #decision = 208
1.19/1.21	c #random_decision = 0
1.19/1.21	c #conflict = 0
1.19/1.21	c #restart = 0
1.19/1.21	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.19/1.21	c lower bound updated to 264
1.19/1.21	c BCD2: 264 <= obj <= 340
1.19/1.21	c BCD2: #cores=203, #unrelaxed=154, #relaxed=528, #hardened=0
1.19/1.21	c BCD2: #sat=1 #unsat=265 bias=265/266
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 |     1282      0 |       61 |       60
1.19/1.21	c  0.0s |       0 |      208 |        0 |     1282      0 |       61 |       61
1.19/1.21	c #cpu_time = 0.001s
1.19/1.21	c #wall_clock_time = 0.001s
1.19/1.21	c #decision = 208
1.19/1.21	c #random_decision = 0
1.19/1.21	c #conflict = 0
1.19/1.21	c #restart = 0
1.19/1.21	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.21	c lower bound updated to 265
1.19/1.21	c BCD2: 265 <= obj <= 340
1.19/1.21	c BCD2: #cores=204, #unrelaxed=152, #relaxed=530, #hardened=0
1.19/1.21	c BCD2: #sat=1 #unsat=266 bias=266/267
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 |     1282      0 |       61 |       61
1.19/1.21	c  0.0s |       0 |      210 |        1 |     1282      0 |       61 |       61
1.19/1.21	c #cpu_time = 0.001s
1.19/1.21	c #wall_clock_time = 0.001s
1.19/1.21	c #decision = 210
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: found a new core of size 2: cost of the new core is >=1
1.19/1.21	c lower bound updated to 266
1.19/1.21	c BCD2: 266 <= obj <= 340
1.19/1.21	c BCD2: #cores=205, #unrelaxed=150, #relaxed=532, #hardened=0
1.19/1.21	c BCD2: #sat=1 #unsat=267 bias=267/268
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 |     1282      0 |       61 |       61
1.19/1.21	c  0.0s |       0 |      211 |        1 |     1282      0 |       61 |       61
1.19/1.21	c #cpu_time = 0.001s
1.19/1.21	c #wall_clock_time = 0.001s
1.19/1.21	c #decision = 211
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.19/1.21	c lower bound updated to 267
1.19/1.21	c BCD2: 267 <= obj <= 340
1.19/1.21	c BCD2: #cores=205, #unrelaxed=148, #relaxed=534, #hardened=0
1.19/1.21	c BCD2: #sat=1 #unsat=268 bias=268/269
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 |     1282      0 |       62 |       61
1.19/1.22	c  0.0s |       0 |      210 |        0 |     1282      0 |       62 |       62
1.19/1.22	c #cpu_time = 0.002s
1.19/1.22	c #wall_clock_time = 0.002s
1.19/1.22	c #decision = 210
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: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.19/1.22	c lower bound updated to 268
1.19/1.22	c BCD2: 268 <= obj <= 340
1.19/1.22	c BCD2: #cores=205, #unrelaxed=146, #relaxed=536, #hardened=0
1.19/1.22	c BCD2: #sat=1 #unsat=269 bias=269/270
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 |     1282      0 |       63 |       62
1.19/1.22	c  0.0s |       0 |      210 |        0 |     1282      0 |       63 |       63
1.19/1.22	c #cpu_time = 0.001s
1.19/1.22	c #wall_clock_time = 0.001s
1.19/1.22	c #decision = 210
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 269
1.19/1.22	c BCD2: 269 <= obj <= 340
1.19/1.22	c BCD2: #cores=206, #unrelaxed=144, #relaxed=538, #hardened=0
1.19/1.22	c BCD2: #sat=1 #unsat=270 bias=270/271
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 |     1282      0 |       63 |       63
1.19/1.22	c  0.0s |       0 |      212 |        1 |     1282      0 |       63 |       63
1.19/1.22	c #cpu_time = 0.001s
1.19/1.22	c #wall_clock_time = 0.001s
1.19/1.22	c #decision = 212
1.19/1.22	c #random_decision = 0
1.19/1.22	c #conflict = 1
1.19/1.22	c #restart = 0
1.19/1.22	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.22	c lower bound updated to 270
1.19/1.22	c BCD2: 270 <= obj <= 340
1.19/1.22	c BCD2: #cores=207, #unrelaxed=142, #relaxed=540, #hardened=0
1.19/1.22	c BCD2: #sat=1 #unsat=271 bias=271/272
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 |     1282      0 |       63 |       63
1.19/1.22	c  0.0s |       0 |      213 |        1 |     1282      0 |       63 |       63
1.19/1.22	c #cpu_time = 0.001s
1.19/1.22	c #wall_clock_time = 0.001s
1.19/1.22	c #decision = 213
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.19/1.22	c lower bound updated to 271
1.19/1.22	c BCD2: 271 <= obj <= 340
1.19/1.22	c BCD2: #cores=207, #unrelaxed=140, #relaxed=542, #hardened=0
1.19/1.22	c BCD2: #sat=1 #unsat=272 bias=272/273
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 |     1282      0 |       64 |       63
1.19/1.23	c  0.0s |       0 |      212 |        0 |     1282      0 |       64 |       64
1.19/1.23	c #cpu_time = 0.001s
1.19/1.23	c #wall_clock_time = 0.001s
1.19/1.23	c #decision = 212
1.19/1.23	c #random_decision = 0
1.19/1.23	c #conflict = 0
1.19/1.23	c #restart = 0
1.19/1.23	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.19/1.23	c lower bound updated to 272
1.19/1.23	c BCD2: 272 <= obj <= 340
1.19/1.23	c BCD2: #cores=207, #unrelaxed=138, #relaxed=544, #hardened=0
1.19/1.23	c BCD2: #sat=1 #unsat=273 bias=273/274
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 |     1282      0 |       65 |       64
1.19/1.23	c  0.0s |       0 |      212 |        0 |     1282      0 |       65 |       65
1.19/1.23	c #cpu_time = 0.001s
1.19/1.23	c #wall_clock_time = 0.001s
1.19/1.23	c #decision = 212
1.19/1.23	c #random_decision = 0
1.19/1.23	c #conflict = 0
1.19/1.23	c #restart = 0
1.19/1.23	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.23	c lower bound updated to 273
1.19/1.23	c BCD2: 273 <= obj <= 340
1.19/1.23	c BCD2: #cores=208, #unrelaxed=136, #relaxed=546, #hardened=0
1.19/1.23	c BCD2: #sat=1 #unsat=274 bias=274/275
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 |     1282      0 |       65 |       65
1.19/1.23	c  0.0s |       0 |      214 |        1 |     1282      0 |       65 |       65
1.19/1.23	c #cpu_time = 0.001s
1.19/1.23	c #wall_clock_time = 0.001s
1.19/1.23	c #decision = 214
1.19/1.23	c #random_decision = 0
1.19/1.23	c #conflict = 1
1.19/1.23	c #restart = 0
1.19/1.23	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.23	c lower bound updated to 274
1.19/1.23	c BCD2: 274 <= obj <= 340
1.19/1.23	c BCD2: #cores=209, #unrelaxed=134, #relaxed=548, #hardened=0
1.19/1.23	c BCD2: #sat=1 #unsat=275 bias=275/276
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 |     1282      0 |       65 |       65
1.19/1.23	c  0.0s |       0 |      215 |        1 |     1282      0 |       65 |       65
1.19/1.23	c #cpu_time = 0.001s
1.19/1.23	c #wall_clock_time = 0.001s
1.19/1.23	c #decision = 215
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.19/1.23	c lower bound updated to 275
1.19/1.23	c BCD2: 275 <= obj <= 340
1.19/1.23	c BCD2: #cores=209, #unrelaxed=132, #relaxed=550, #hardened=0
1.19/1.23	c BCD2: #sat=1 #unsat=276 bias=276/277
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 |     1282      0 |       66 |       65
1.19/1.23	c  0.0s |       0 |      214 |        0 |     1282      0 |       66 |       66
1.19/1.23	c #cpu_time = 0.001s
1.19/1.23	c #wall_clock_time = 0.002s
1.19/1.23	c #decision = 214
1.19/1.23	c #random_decision = 0
1.19/1.23	c #conflict = 0
1.19/1.23	c #restart = 0
1.19/1.23	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.19/1.23	c lower bound updated to 276
1.19/1.23	c BCD2: 276 <= obj <= 340
1.19/1.23	c BCD2: #cores=209, #unrelaxed=130, #relaxed=552, #hardened=0
1.19/1.23	c BCD2: #sat=1 #unsat=277 bias=277/278
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 |     1282      0 |       67 |       66
1.19/1.24	c  0.0s |       0 |      214 |        0 |     1282      0 |       67 |       67
1.19/1.24	c #cpu_time = 0.001s
1.19/1.24	c #wall_clock_time = 0.001s
1.19/1.24	c #decision = 214
1.19/1.24	c #random_decision = 0
1.19/1.24	c #conflict = 0
1.19/1.24	c #restart = 0
1.19/1.24	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.24	c lower bound updated to 277
1.19/1.24	c BCD2: 277 <= obj <= 340
1.19/1.24	c BCD2: #cores=210, #unrelaxed=128, #relaxed=554, #hardened=0
1.19/1.24	c BCD2: #sat=1 #unsat=278 bias=278/279
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 |     1282      0 |       67 |       67
1.19/1.24	c  0.0s |       0 |      216 |        1 |     1282      0 |       67 |       67
1.19/1.24	c #cpu_time = 0.001s
1.19/1.24	c #wall_clock_time = 0.001s
1.19/1.24	c #decision = 216
1.19/1.24	c #random_decision = 0
1.19/1.24	c #conflict = 1
1.19/1.24	c #restart = 0
1.19/1.24	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.24	c lower bound updated to 278
1.19/1.24	c BCD2: 278 <= obj <= 340
1.19/1.24	c BCD2: #cores=211, #unrelaxed=126, #relaxed=556, #hardened=0
1.19/1.24	c BCD2: #sat=1 #unsat=279 bias=279/280
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 |     1282      0 |       67 |       67
1.19/1.24	c  0.0s |       0 |      217 |        1 |     1282      0 |       67 |       67
1.19/1.24	c #cpu_time = 0.001s
1.19/1.24	c #wall_clock_time = 0.001s
1.19/1.24	c #decision = 217
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.19/1.24	c lower bound updated to 279
1.19/1.24	c BCD2: 279 <= obj <= 340
1.19/1.24	c BCD2: #cores=211, #unrelaxed=124, #relaxed=558, #hardened=0
1.19/1.24	c BCD2: #sat=1 #unsat=280 bias=280/281
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 |     1282      0 |       68 |       67
1.19/1.24	c  0.0s |       0 |      216 |        0 |     1282      0 |       68 |       68
1.19/1.24	c #cpu_time = 0.001s
1.19/1.24	c #wall_clock_time = 0.001s
1.19/1.24	c #decision = 216
1.19/1.24	c #random_decision = 0
1.19/1.24	c #conflict = 0
1.19/1.24	c #restart = 0
1.19/1.24	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.19/1.24	c lower bound updated to 280
1.19/1.24	c BCD2: 280 <= obj <= 340
1.19/1.24	c BCD2: #cores=211, #unrelaxed=122, #relaxed=560, #hardened=0
1.19/1.24	c BCD2: #sat=1 #unsat=281 bias=281/282
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 |     1282      0 |       69 |       68
1.19/1.25	c  0.0s |       0 |      216 |        0 |     1282      0 |       69 |       69
1.19/1.25	c #cpu_time = 0.001s
1.19/1.25	c #wall_clock_time = 0.001s
1.19/1.25	c #decision = 216
1.19/1.25	c #random_decision = 0
1.19/1.25	c #conflict = 0
1.19/1.25	c #restart = 0
1.19/1.25	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.25	c lower bound updated to 281
1.19/1.25	c BCD2: 281 <= obj <= 340
1.19/1.25	c BCD2: #cores=212, #unrelaxed=120, #relaxed=562, #hardened=0
1.19/1.25	c BCD2: #sat=1 #unsat=282 bias=282/283
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 |     1282      0 |       69 |       69
1.19/1.25	c  0.0s |       0 |      218 |        1 |     1282      0 |       69 |       69
1.19/1.25	c #cpu_time = 0.001s
1.19/1.25	c #wall_clock_time = 0.001s
1.19/1.25	c #decision = 218
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: found a new core of size 2: cost of the new core is >=1
1.19/1.25	c lower bound updated to 282
1.19/1.25	c BCD2: 282 <= obj <= 340
1.19/1.25	c BCD2: #cores=213, #unrelaxed=118, #relaxed=564, #hardened=0
1.19/1.25	c BCD2: #sat=1 #unsat=283 bias=283/284
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 |     1282      0 |       69 |       69
1.19/1.25	c  0.0s |       0 |      219 |        1 |     1282      0 |       69 |       69
1.19/1.25	c #cpu_time = 0.001s
1.19/1.25	c #wall_clock_time = 0.001s
1.19/1.25	c #decision = 219
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.19/1.25	c lower bound updated to 283
1.19/1.25	c BCD2: 283 <= obj <= 340
1.19/1.25	c BCD2: #cores=213, #unrelaxed=116, #relaxed=566, #hardened=0
1.19/1.25	c BCD2: #sat=1 #unsat=284 bias=284/285
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 |     1282      0 |       70 |       69
1.19/1.25	c  0.0s |       0 |      218 |        0 |     1282      0 |       70 |       70
1.19/1.25	c #cpu_time = 0.002s
1.19/1.25	c #wall_clock_time = 0.002s
1.19/1.25	c #decision = 218
1.19/1.25	c #random_decision = 0
1.19/1.25	c #conflict = 0
1.19/1.25	c #restart = 0
1.19/1.25	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.19/1.25	c lower bound updated to 284
1.19/1.25	c BCD2: 284 <= obj <= 340
1.19/1.25	c BCD2: #cores=213, #unrelaxed=114, #relaxed=568, #hardened=0
1.19/1.25	c BCD2: #sat=1 #unsat=285 bias=285/286
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 |     1282      0 |       71 |       70
1.19/1.26	c  0.0s |       0 |      218 |        0 |     1282      0 |       71 |       71
1.19/1.26	c #cpu_time = 0.001s
1.19/1.26	c #wall_clock_time = 0.001s
1.19/1.26	c #decision = 218
1.19/1.26	c #random_decision = 0
1.19/1.26	c #conflict = 0
1.19/1.26	c #restart = 0
1.19/1.26	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.26	c lower bound updated to 285
1.19/1.26	c BCD2: 285 <= obj <= 340
1.19/1.26	c BCD2: #cores=214, #unrelaxed=112, #relaxed=570, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=286 bias=286/287
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 |     1282      0 |       71 |       71
1.19/1.26	c  0.0s |       0 |      220 |        1 |     1282      0 |       71 |       71
1.19/1.26	c #cpu_time = 0.001s
1.19/1.26	c #wall_clock_time = 0.001s
1.19/1.26	c #decision = 220
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: found a new core of size 2: cost of the new core is >=1
1.19/1.26	c lower bound updated to 286
1.19/1.26	c BCD2: 286 <= obj <= 340
1.19/1.26	c BCD2: #cores=215, #unrelaxed=110, #relaxed=572, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=287 bias=287/288
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 |     1282      0 |       71 |       71
1.19/1.26	c  0.0s |       0 |      221 |        1 |     1282      0 |       71 |       71
1.19/1.26	c #cpu_time = 0.001s
1.19/1.26	c #wall_clock_time = 0.001s
1.19/1.26	c #decision = 221
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.19/1.26	c lower bound updated to 287
1.19/1.26	c BCD2: 287 <= obj <= 340
1.19/1.26	c BCD2: #cores=215, #unrelaxed=108, #relaxed=574, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=288 bias=288/289
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 |     1282      0 |       72 |       71
1.19/1.26	c  0.0s |       0 |      220 |        0 |     1282      0 |       72 |       72
1.19/1.26	c #cpu_time = 0.002s
1.19/1.26	c #wall_clock_time = 0.002s
1.19/1.26	c #decision = 220
1.19/1.26	c #random_decision = 0
1.19/1.26	c #conflict = 0
1.19/1.26	c #restart = 0
1.19/1.26	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.19/1.26	c lower bound updated to 288
1.19/1.26	c BCD2: 288 <= obj <= 340
1.19/1.26	c BCD2: #cores=215, #unrelaxed=106, #relaxed=576, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=289 bias=289/290
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 |     1282      0 |       73 |       72
1.19/1.26	c  0.0s |       0 |      220 |        0 |     1282      0 |       73 |       73
1.19/1.26	c #cpu_time = 0.001s
1.19/1.26	c #wall_clock_time = 0.001s
1.19/1.26	c #decision = 220
1.19/1.26	c #random_decision = 0
1.19/1.26	c #conflict = 0
1.19/1.26	c #restart = 0
1.19/1.26	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.27	c lower bound updated to 289
1.19/1.27	c BCD2: 289 <= obj <= 340
1.19/1.27	c BCD2: #cores=216, #unrelaxed=104, #relaxed=578, #hardened=0
1.19/1.27	c BCD2: #sat=1 #unsat=290 bias=290/291
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 |     1282      0 |       73 |       73
1.19/1.27	c  0.0s |       0 |      222 |        1 |     1282      0 |       73 |       73
1.19/1.27	c #cpu_time = 0.001s
1.19/1.27	c #wall_clock_time = 0.001s
1.19/1.27	c #decision = 222
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: found a new core of size 2: cost of the new core is >=1
1.19/1.27	c lower bound updated to 290
1.19/1.27	c BCD2: 290 <= obj <= 340
1.19/1.27	c BCD2: #cores=217, #unrelaxed=102, #relaxed=580, #hardened=0
1.19/1.27	c BCD2: #sat=1 #unsat=291 bias=291/292
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 |     1282      0 |       73 |       73
1.19/1.27	c  0.0s |       0 |      223 |        1 |     1282      0 |       73 |       73
1.19/1.27	c #cpu_time = 0.001s
1.19/1.27	c #wall_clock_time = 0.001s
1.19/1.27	c #decision = 223
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.19/1.27	c lower bound updated to 291
1.19/1.27	c BCD2: 291 <= obj <= 340
1.19/1.27	c BCD2: #cores=217, #unrelaxed=100, #relaxed=582, #hardened=0
1.19/1.27	c BCD2: #sat=1 #unsat=292 bias=292/293
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 |     1282      0 |       74 |       73
1.19/1.27	c  0.0s |       0 |      222 |        0 |     1282      0 |       74 |       74
1.19/1.27	c #cpu_time = 0.002s
1.19/1.27	c #wall_clock_time = 0.002s
1.19/1.27	c #decision = 222
1.19/1.27	c #random_decision = 0
1.19/1.27	c #conflict = 0
1.19/1.27	c #restart = 0
1.19/1.27	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.19/1.27	c lower bound updated to 292
1.19/1.27	c BCD2: 292 <= obj <= 340
1.19/1.27	c BCD2: #cores=217, #unrelaxed=98, #relaxed=584, #hardened=0
1.19/1.27	c BCD2: #sat=1 #unsat=293 bias=293/294
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 |     1282      0 |       75 |       74
1.19/1.27	c  0.0s |       0 |      222 |        0 |     1282      0 |       75 |       75
1.19/1.27	c #cpu_time = 0.001s
1.19/1.27	c #wall_clock_time = 0.001s
1.19/1.27	c #decision = 222
1.19/1.27	c #random_decision = 0
1.19/1.27	c #conflict = 0
1.19/1.27	c #restart = 0
1.19/1.27	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.27	c lower bound updated to 293
1.19/1.27	c BCD2: 293 <= obj <= 340
1.19/1.27	c BCD2: #cores=218, #unrelaxed=96, #relaxed=586, #hardened=0
1.19/1.27	c BCD2: #sat=1 #unsat=294 bias=294/295
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.28	c  0.0s |       0 |        0 |        0 |     1282      0 |       75 |       75
1.19/1.28	c  0.0s |       0 |      224 |        1 |     1282      0 |       75 |       75
1.19/1.28	c #cpu_time = 0.001s
1.19/1.28	c #wall_clock_time = 0.001s
1.19/1.28	c #decision = 224
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: found a new core of size 2: cost of the new core is >=1
1.19/1.28	c lower bound updated to 294
1.19/1.28	c BCD2: 294 <= obj <= 340
1.19/1.28	c BCD2: #cores=219, #unrelaxed=94, #relaxed=588, #hardened=0
1.19/1.28	c BCD2: #sat=1 #unsat=295 bias=295/296
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 |     1282      0 |       75 |       75
1.19/1.28	c  0.0s |       0 |      225 |        1 |     1282      0 |       75 |       75
1.19/1.28	c #cpu_time = 0.001s
1.19/1.28	c #wall_clock_time = 0.001s
1.19/1.28	c #decision = 225
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.19/1.28	c lower bound updated to 295
1.19/1.28	c BCD2: 295 <= obj <= 340
1.19/1.28	c BCD2: #cores=219, #unrelaxed=92, #relaxed=590, #hardened=0
1.19/1.28	c BCD2: #sat=1 #unsat=296 bias=296/297
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 |     1282      0 |       76 |       75
1.19/1.28	c  0.0s |       0 |      224 |        0 |     1282      0 |       76 |       76
1.19/1.28	c #cpu_time = 0.002s
1.19/1.28	c #wall_clock_time = 0.002s
1.19/1.28	c #decision = 224
1.19/1.28	c #random_decision = 0
1.19/1.28	c #conflict = 0
1.19/1.28	c #restart = 0
1.19/1.28	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.19/1.28	c lower bound updated to 296
1.19/1.28	c BCD2: 296 <= obj <= 340
1.19/1.28	c BCD2: #cores=219, #unrelaxed=90, #relaxed=592, #hardened=0
1.19/1.28	c BCD2: #sat=1 #unsat=297 bias=297/298
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 |     1282      0 |       77 |       76
1.19/1.28	c  0.0s |       0 |      224 |        0 |     1282      0 |       77 |       77
1.19/1.28	c #cpu_time = 0.001s
1.19/1.28	c #wall_clock_time = 0.001s
1.19/1.28	c #decision = 224
1.19/1.28	c #random_decision = 0
1.19/1.28	c #conflict = 0
1.19/1.28	c #restart = 0
1.19/1.28	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.28	c lower bound updated to 297
1.19/1.28	c BCD2: 297 <= obj <= 340
1.19/1.28	c BCD2: #cores=220, #unrelaxed=88, #relaxed=594, #hardened=0
1.19/1.28	c BCD2: #sat=1 #unsat=298 bias=298/299
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 |     1282      0 |       77 |       77
1.19/1.29	c  0.0s |       0 |      226 |        1 |     1282      0 |       77 |       77
1.19/1.29	c #cpu_time = 0.001s
1.19/1.29	c #wall_clock_time = 0.001s
1.19/1.29	c #decision = 226
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: found a new core of size 2: cost of the new core is >=1
1.19/1.29	c lower bound updated to 298
1.19/1.29	c BCD2: 298 <= obj <= 340
1.19/1.29	c BCD2: #cores=221, #unrelaxed=86, #relaxed=596, #hardened=0
1.19/1.29	c BCD2: #sat=1 #unsat=299 bias=299/300
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 |     1282      0 |       77 |       77
1.19/1.29	c  0.0s |       0 |      227 |        1 |     1282      0 |       77 |       77
1.19/1.29	c #cpu_time = 0.001s
1.19/1.29	c #wall_clock_time = 0.001s
1.19/1.29	c #decision = 227
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 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.19/1.29	c lower bound updated to 299
1.19/1.29	c BCD2: 299 <= obj <= 340
1.19/1.29	c BCD2: #cores=221, #unrelaxed=84, #relaxed=598, #hardened=0
1.19/1.29	c BCD2: #sat=1 #unsat=300 bias=300/301
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 |     1282      0 |       78 |       77
1.19/1.29	c  0.0s |       0 |      226 |        0 |     1282      0 |       78 |       78
1.19/1.29	c #cpu_time = 0.002s
1.19/1.29	c #wall_clock_time = 0.002s
1.19/1.29	c #decision = 226
1.19/1.29	c #random_decision = 0
1.19/1.29	c #conflict = 0
1.19/1.29	c #restart = 0
1.19/1.29	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.19/1.29	c lower bound updated to 300
1.19/1.29	c BCD2: 300 <= obj <= 340
1.19/1.29	c BCD2: #cores=221, #unrelaxed=82, #relaxed=600, #hardened=0
1.19/1.29	c BCD2: #sat=1 #unsat=301 bias=301/302
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 |     1282      0 |       79 |       78
1.19/1.29	c  0.0s |       0 |      226 |        0 |     1282      0 |       79 |       79
1.19/1.29	c #cpu_time = 0.001s
1.19/1.29	c #wall_clock_time = 0.001s
1.19/1.29	c #decision = 226
1.19/1.29	c #random_decision = 0
1.19/1.29	c #conflict = 0
1.19/1.29	c #restart = 0
1.19/1.29	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.29	c lower bound updated to 301
1.19/1.29	c BCD2: 301 <= obj <= 340
1.19/1.29	c BCD2: #cores=222, #unrelaxed=80, #relaxed=602, #hardened=0
1.19/1.29	c BCD2: #sat=1 #unsat=302 bias=302/303
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 |     1282      0 |       79 |       79
1.19/1.30	c  0.0s |       0 |      228 |        1 |     1282      0 |       79 |       79
1.19/1.30	c #cpu_time = 0.002s
1.19/1.30	c #wall_clock_time = 0.002s
1.19/1.30	c #decision = 228
1.19/1.30	c #random_decision = 0
1.19/1.30	c #conflict = 1
1.19/1.30	c #restart = 0
1.19/1.30	c BCD2: found a new core of size 2: cost of the new core is >=1
1.19/1.30	c lower bound updated to 302
1.19/1.30	c BCD2: 302 <= obj <= 340
1.19/1.30	c BCD2: #cores=223, #unrelaxed=78, #relaxed=604, #hardened=0
1.19/1.30	c BCD2: #sat=1 #unsat=303 bias=303/304
1.28/1.30	c Solving starts ...
1.28/1.30	c ============================[ Search Statistics ]============================
1.28/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.30	c =============================================================================
1.28/1.30	c  0.0s |       0 |        0 |        0 |     1282      0 |       79 |       79
1.28/1.30	c  0.0s |       0 |      229 |        1 |     1282      0 |       79 |       79
1.28/1.30	c #cpu_time = 0.002s
1.28/1.30	c #wall_clock_time = 0.002s
1.28/1.30	c #decision = 229
1.28/1.30	c #random_decision = 0
1.28/1.30	c #conflict = 1
1.28/1.30	c #restart = 0
1.28/1.30	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.28/1.30	c lower bound updated to 303
1.28/1.30	c BCD2: 303 <= obj <= 340
1.28/1.30	c BCD2: #cores=223, #unrelaxed=76, #relaxed=606, #hardened=0
1.28/1.30	c BCD2: #sat=1 #unsat=304 bias=304/305
1.28/1.30	c Solving starts ...
1.28/1.30	c ============================[ Search Statistics ]============================
1.28/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.30	c =============================================================================
1.28/1.30	c  0.0s |       0 |        0 |        0 |     1282      0 |       80 |       79
1.28/1.30	c  0.0s |       0 |      228 |        0 |     1282      0 |       80 |       80
1.28/1.30	c #cpu_time = 0.002s
1.28/1.30	c #wall_clock_time = 0.002s
1.28/1.30	c #decision = 228
1.28/1.30	c #random_decision = 0
1.28/1.30	c #conflict = 0
1.28/1.30	c #restart = 0
1.28/1.30	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.28/1.30	c lower bound updated to 304
1.28/1.30	c BCD2: 304 <= obj <= 340
1.28/1.30	c BCD2: #cores=223, #unrelaxed=74, #relaxed=608, #hardened=0
1.28/1.30	c BCD2: #sat=1 #unsat=305 bias=305/306
1.28/1.30	c Solving starts ...
1.28/1.30	c ============================[ Search Statistics ]============================
1.28/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.30	c =============================================================================
1.28/1.30	c  0.0s |       0 |        0 |        0 |     1282      0 |       81 |       80
1.28/1.30	c  0.0s |       0 |      228 |        0 |     1282      0 |       81 |       81
1.28/1.30	c #cpu_time = 0.001s
1.28/1.30	c #wall_clock_time = 0.001s
1.28/1.30	c #decision = 228
1.28/1.30	c #random_decision = 0
1.28/1.30	c #conflict = 0
1.28/1.30	c #restart = 0
1.28/1.30	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.30	c lower bound updated to 305
1.28/1.30	c BCD2: 305 <= obj <= 340
1.28/1.30	c BCD2: #cores=224, #unrelaxed=72, #relaxed=610, #hardened=0
1.28/1.30	c BCD2: #sat=1 #unsat=306 bias=306/307
1.28/1.30	c Solving starts ...
1.28/1.30	c ============================[ Search Statistics ]============================
1.28/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.30	c =============================================================================
1.28/1.30	c  0.0s |       0 |        0 |        0 |     1282      0 |       81 |       81
1.28/1.31	c  0.0s |       0 |      230 |        1 |     1282      0 |       81 |       81
1.28/1.31	c #cpu_time = 0.002s
1.28/1.31	c #wall_clock_time = 0.002s
1.28/1.31	c #decision = 230
1.28/1.31	c #random_decision = 0
1.28/1.31	c #conflict = 1
1.28/1.31	c #restart = 0
1.28/1.31	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.31	c lower bound updated to 306
1.28/1.31	c BCD2: 306 <= obj <= 340
1.28/1.31	c BCD2: #cores=225, #unrelaxed=70, #relaxed=612, #hardened=0
1.28/1.31	c BCD2: #sat=1 #unsat=307 bias=307/308
1.28/1.31	c Solving starts ...
1.28/1.31	c ============================[ Search Statistics ]============================
1.28/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.31	c =============================================================================
1.28/1.31	c  0.0s |       0 |        0 |        0 |     1282      0 |       81 |       81
1.28/1.31	c  0.0s |       0 |      231 |        1 |     1282      0 |       81 |       81
1.28/1.31	c #cpu_time = 0.001s
1.28/1.31	c #wall_clock_time = 0.001s
1.28/1.31	c #decision = 231
1.28/1.31	c #random_decision = 0
1.28/1.31	c #conflict = 1
1.28/1.31	c #restart = 0
1.28/1.31	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.28/1.31	c lower bound updated to 307
1.28/1.31	c BCD2: 307 <= obj <= 340
1.28/1.31	c BCD2: #cores=225, #unrelaxed=68, #relaxed=614, #hardened=0
1.28/1.31	c BCD2: #sat=1 #unsat=308 bias=308/309
1.28/1.31	c Solving starts ...
1.28/1.31	c ============================[ Search Statistics ]============================
1.28/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.31	c =============================================================================
1.28/1.31	c  0.0s |       0 |        0 |        0 |     1282      0 |       82 |       81
1.28/1.31	c  0.0s |       0 |      230 |        0 |     1282      0 |       82 |       82
1.28/1.31	c #cpu_time = 0.002s
1.28/1.31	c #wall_clock_time = 0.002s
1.28/1.31	c #decision = 230
1.28/1.31	c #random_decision = 0
1.28/1.31	c #conflict = 0
1.28/1.31	c #restart = 0
1.28/1.31	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.28/1.31	c lower bound updated to 308
1.28/1.31	c BCD2: 308 <= obj <= 340
1.28/1.31	c BCD2: #cores=225, #unrelaxed=66, #relaxed=616, #hardened=0
1.28/1.31	c BCD2: #sat=1 #unsat=309 bias=309/310
1.28/1.31	c Solving starts ...
1.28/1.31	c ============================[ Search Statistics ]============================
1.28/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.31	c =============================================================================
1.28/1.31	c  0.0s |       0 |        0 |        0 |     1282      0 |       83 |       82
1.28/1.31	c  0.0s |       0 |      230 |        0 |     1282      0 |       83 |       83
1.28/1.31	c #cpu_time = 0.001s
1.28/1.31	c #wall_clock_time = 0.001s
1.28/1.31	c #decision = 230
1.28/1.31	c #random_decision = 0
1.28/1.31	c #conflict = 0
1.28/1.31	c #restart = 0
1.28/1.31	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.31	c lower bound updated to 309
1.28/1.31	c BCD2: 309 <= obj <= 340
1.28/1.31	c BCD2: #cores=226, #unrelaxed=64, #relaxed=618, #hardened=0
1.28/1.31	c BCD2: #sat=1 #unsat=310 bias=310/311
1.28/1.31	c Solving starts ...
1.28/1.31	c ============================[ Search Statistics ]============================
1.28/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.31	c =============================================================================
1.28/1.31	c  0.0s |       0 |        0 |        0 |     1282      0 |       83 |       83
1.28/1.31	c  0.0s |       0 |      232 |        1 |     1282      0 |       83 |       83
1.28/1.31	c #cpu_time = 0.001s
1.28/1.31	c #wall_clock_time = 0.001s
1.28/1.31	c #decision = 232
1.28/1.31	c #random_decision = 0
1.28/1.31	c #conflict = 1
1.28/1.31	c #restart = 0
1.28/1.31	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.31	c lower bound updated to 310
1.28/1.31	c BCD2: 310 <= obj <= 340
1.28/1.31	c BCD2: #cores=227, #unrelaxed=62, #relaxed=620, #hardened=0
1.28/1.31	c BCD2: #sat=1 #unsat=311 bias=311/312
1.28/1.32	c Solving starts ...
1.28/1.32	c ============================[ Search Statistics ]============================
1.28/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.32	c =============================================================================
1.28/1.32	c  0.0s |       0 |        0 |        0 |     1282      0 |       83 |       83
1.28/1.32	c  0.0s |       0 |      233 |        1 |     1282      0 |       83 |       83
1.28/1.32	c #cpu_time = 0.001s
1.28/1.32	c #wall_clock_time = 0.001s
1.28/1.32	c #decision = 233
1.28/1.32	c #random_decision = 0
1.28/1.32	c #conflict = 1
1.28/1.32	c #restart = 0
1.28/1.32	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.28/1.32	c lower bound updated to 311
1.28/1.32	c BCD2: 311 <= obj <= 340
1.28/1.32	c BCD2: #cores=227, #unrelaxed=60, #relaxed=622, #hardened=0
1.28/1.32	c BCD2: #sat=1 #unsat=312 bias=312/313
1.28/1.32	c Solving starts ...
1.28/1.32	c ============================[ Search Statistics ]============================
1.28/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.32	c =============================================================================
1.28/1.32	c  0.0s |       0 |        0 |        0 |     1282      0 |       84 |       83
1.28/1.32	c  0.0s |       0 |      232 |        0 |     1282      0 |       84 |       84
1.28/1.32	c #cpu_time = 0.002s
1.28/1.32	c #wall_clock_time = 0.002s
1.28/1.32	c #decision = 232
1.28/1.32	c #random_decision = 0
1.28/1.32	c #conflict = 0
1.28/1.32	c #restart = 0
1.28/1.32	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.28/1.32	c lower bound updated to 312
1.28/1.32	c BCD2: 312 <= obj <= 340
1.28/1.32	c BCD2: #cores=227, #unrelaxed=58, #relaxed=624, #hardened=0
1.28/1.32	c BCD2: #sat=1 #unsat=313 bias=313/314
1.28/1.32	c Solving starts ...
1.28/1.32	c ============================[ Search Statistics ]============================
1.28/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.32	c =============================================================================
1.28/1.32	c  0.0s |       0 |        0 |        0 |     1282      0 |       85 |       84
1.28/1.32	c  0.0s |       0 |      232 |        0 |     1282      0 |       85 |       85
1.28/1.32	c #cpu_time = 0.001s
1.28/1.32	c #wall_clock_time = 0.001s
1.28/1.32	c #decision = 232
1.28/1.32	c #random_decision = 0
1.28/1.32	c #conflict = 0
1.28/1.32	c #restart = 0
1.28/1.32	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.32	c lower bound updated to 313
1.28/1.32	c BCD2: 313 <= obj <= 340
1.28/1.32	c BCD2: #cores=228, #unrelaxed=56, #relaxed=626, #hardened=0
1.28/1.32	c BCD2: #sat=1 #unsat=314 bias=314/315
1.28/1.32	c Solving starts ...
1.28/1.32	c ============================[ Search Statistics ]============================
1.28/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.32	c =============================================================================
1.28/1.32	c  0.0s |       0 |        0 |        0 |     1282      0 |       85 |       85
1.28/1.32	c  0.0s |       0 |      234 |        1 |     1282      0 |       85 |       85
1.28/1.32	c #cpu_time = 0.002s
1.28/1.32	c #wall_clock_time = 0.002s
1.28/1.32	c #decision = 234
1.28/1.32	c #random_decision = 0
1.28/1.32	c #conflict = 1
1.28/1.32	c #restart = 0
1.28/1.32	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.32	c lower bound updated to 314
1.28/1.32	c BCD2: 314 <= obj <= 340
1.28/1.32	c BCD2: #cores=229, #unrelaxed=54, #relaxed=628, #hardened=0
1.28/1.32	c BCD2: #sat=1 #unsat=315 bias=315/316
1.28/1.32	c Solving starts ...
1.28/1.32	c ============================[ Search Statistics ]============================
1.28/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.32	c =============================================================================
1.28/1.32	c  0.0s |       0 |        0 |        0 |     1282      0 |       85 |       85
1.28/1.33	c  0.0s |       0 |      235 |        1 |     1282      0 |       85 |       85
1.28/1.33	c #cpu_time = 0.001s
1.28/1.33	c #wall_clock_time = 0.001s
1.28/1.33	c #decision = 235
1.28/1.33	c #random_decision = 0
1.28/1.33	c #conflict = 1
1.28/1.33	c #restart = 0
1.28/1.33	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.28/1.33	c lower bound updated to 315
1.28/1.33	c BCD2: 315 <= obj <= 340
1.28/1.33	c BCD2: #cores=229, #unrelaxed=52, #relaxed=630, #hardened=0
1.28/1.33	c BCD2: #sat=1 #unsat=316 bias=316/317
1.28/1.33	c Solving starts ...
1.28/1.33	c ============================[ Search Statistics ]============================
1.28/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.33	c =============================================================================
1.28/1.33	c  0.0s |       0 |        0 |        0 |     1282      0 |       86 |       85
1.28/1.33	c  0.0s |       0 |      234 |        0 |     1282      0 |       86 |       86
1.28/1.33	c #cpu_time = 0.002s
1.28/1.33	c #wall_clock_time = 0.002s
1.28/1.33	c #decision = 234
1.28/1.33	c #random_decision = 0
1.28/1.33	c #conflict = 0
1.28/1.33	c #restart = 0
1.28/1.33	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.28/1.33	c lower bound updated to 316
1.28/1.33	c BCD2: 316 <= obj <= 340
1.28/1.33	c BCD2: #cores=229, #unrelaxed=50, #relaxed=632, #hardened=0
1.28/1.33	c BCD2: #sat=1 #unsat=317 bias=317/318
1.28/1.33	c Solving starts ...
1.28/1.33	c ============================[ Search Statistics ]============================
1.28/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.33	c =============================================================================
1.28/1.33	c  0.0s |       0 |        0 |        0 |     1282      0 |       87 |       86
1.28/1.33	c  0.0s |       0 |      234 |        0 |     1282      0 |       87 |       87
1.28/1.33	c #cpu_time = 0.001s
1.28/1.33	c #wall_clock_time = 0.001s
1.28/1.33	c #decision = 234
1.28/1.33	c #random_decision = 0
1.28/1.33	c #conflict = 0
1.28/1.33	c #restart = 0
1.28/1.33	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.33	c lower bound updated to 317
1.28/1.33	c BCD2: 317 <= obj <= 340
1.28/1.33	c BCD2: #cores=230, #unrelaxed=48, #relaxed=634, #hardened=0
1.28/1.33	c BCD2: #sat=1 #unsat=318 bias=318/319
1.28/1.33	c Solving starts ...
1.28/1.33	c ============================[ Search Statistics ]============================
1.28/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.33	c =============================================================================
1.28/1.33	c  0.0s |       0 |        0 |        0 |     1282      0 |       87 |       87
1.28/1.33	c  0.0s |       0 |      236 |        1 |     1282      0 |       87 |       87
1.28/1.33	c #cpu_time = 0.001s
1.28/1.33	c #wall_clock_time = 0.001s
1.28/1.33	c #decision = 236
1.28/1.33	c #random_decision = 0
1.28/1.33	c #conflict = 1
1.28/1.33	c #restart = 0
1.28/1.33	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.33	c lower bound updated to 318
1.28/1.33	c BCD2: 318 <= obj <= 340
1.28/1.33	c BCD2: #cores=231, #unrelaxed=46, #relaxed=636, #hardened=0
1.28/1.33	c BCD2: #sat=1 #unsat=319 bias=319/320
1.28/1.33	c Solving starts ...
1.28/1.33	c ============================[ Search Statistics ]============================
1.28/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.33	c =============================================================================
1.28/1.33	c  0.0s |       0 |        0 |        0 |     1282      0 |       87 |       87
1.28/1.34	c  0.0s |       0 |      237 |        1 |     1282      0 |       87 |       87
1.28/1.34	c #cpu_time = 0.002s
1.28/1.34	c #wall_clock_time = 0.002s
1.28/1.34	c #decision = 237
1.28/1.34	c #random_decision = 0
1.28/1.34	c #conflict = 1
1.28/1.34	c #restart = 0
1.28/1.34	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.28/1.34	c lower bound updated to 319
1.28/1.34	c BCD2: 319 <= obj <= 340
1.28/1.34	c BCD2: #cores=231, #unrelaxed=44, #relaxed=638, #hardened=0
1.28/1.34	c BCD2: #sat=1 #unsat=320 bias=320/321
1.28/1.34	c Solving starts ...
1.28/1.34	c ============================[ Search Statistics ]============================
1.28/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.34	c =============================================================================
1.28/1.34	c  0.0s |       0 |        0 |        0 |     1282      0 |       88 |       87
1.28/1.34	c  0.0s |       0 |      236 |        0 |     1282      0 |       88 |       88
1.28/1.34	c #cpu_time = 0.002s
1.28/1.34	c #wall_clock_time = 0.002s
1.28/1.34	c #decision = 236
1.28/1.34	c #random_decision = 0
1.28/1.34	c #conflict = 0
1.28/1.34	c #restart = 0
1.28/1.34	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.28/1.34	c lower bound updated to 320
1.28/1.34	c BCD2: 320 <= obj <= 340
1.28/1.34	c BCD2: #cores=231, #unrelaxed=42, #relaxed=640, #hardened=0
1.28/1.34	c BCD2: #sat=1 #unsat=321 bias=321/322
1.28/1.34	c Solving starts ...
1.28/1.34	c ============================[ Search Statistics ]============================
1.28/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.34	c =============================================================================
1.28/1.34	c  0.0s |       0 |        0 |        0 |     1282      0 |       89 |       88
1.28/1.34	c  0.0s |       0 |      236 |        0 |     1282      0 |       89 |       89
1.28/1.34	c #cpu_time = 0.001s
1.28/1.34	c #wall_clock_time = 0.001s
1.28/1.34	c #decision = 236
1.28/1.34	c #random_decision = 0
1.28/1.34	c #conflict = 0
1.28/1.34	c #restart = 0
1.28/1.34	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.34	c lower bound updated to 321
1.28/1.34	c BCD2: 321 <= obj <= 340
1.28/1.34	c BCD2: #cores=232, #unrelaxed=40, #relaxed=642, #hardened=0
1.28/1.34	c BCD2: #sat=1 #unsat=322 bias=322/323
1.28/1.34	c Solving starts ...
1.28/1.34	c ============================[ Search Statistics ]============================
1.28/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.34	c =============================================================================
1.28/1.34	c  0.0s |       0 |        0 |        0 |     1282      0 |       89 |       89
1.28/1.34	c  0.0s |       0 |      238 |        1 |     1282      0 |       89 |       89
1.28/1.34	c #cpu_time = 0.001s
1.28/1.34	c #wall_clock_time = 0.001s
1.28/1.34	c #decision = 238
1.28/1.34	c #random_decision = 0
1.28/1.34	c #conflict = 1
1.28/1.34	c #restart = 0
1.28/1.34	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.34	c lower bound updated to 322
1.28/1.34	c BCD2: 322 <= obj <= 340
1.28/1.34	c BCD2: #cores=233, #unrelaxed=38, #relaxed=644, #hardened=0
1.28/1.34	c BCD2: #sat=1 #unsat=323 bias=323/324
1.28/1.34	c Solving starts ...
1.28/1.34	c ============================[ Search Statistics ]============================
1.28/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.34	c =============================================================================
1.28/1.34	c  0.0s |       0 |        0 |        0 |     1282      0 |       89 |       89
1.28/1.35	c  0.0s |       0 |      239 |        1 |     1282      0 |       89 |       89
1.28/1.35	c #cpu_time = 0.002s
1.28/1.35	c #wall_clock_time = 0.002s
1.28/1.35	c #decision = 239
1.28/1.35	c #random_decision = 0
1.28/1.35	c #conflict = 1
1.28/1.35	c #restart = 0
1.28/1.35	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.28/1.35	c lower bound updated to 323
1.28/1.35	c BCD2: 323 <= obj <= 340
1.28/1.35	c BCD2: #cores=233, #unrelaxed=36, #relaxed=646, #hardened=0
1.28/1.35	c BCD2: #sat=1 #unsat=324 bias=324/325
1.28/1.35	c Solving starts ...
1.28/1.35	c ============================[ Search Statistics ]============================
1.28/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.35	c =============================================================================
1.28/1.35	c  0.0s |       0 |        0 |        0 |     1282      0 |       90 |       89
1.28/1.35	c  0.0s |       0 |      238 |        0 |     1282      0 |       90 |       90
1.28/1.35	c #cpu_time = 0.002s
1.28/1.35	c #wall_clock_time = 0.002s
1.28/1.35	c #decision = 238
1.28/1.35	c #random_decision = 0
1.28/1.35	c #conflict = 0
1.28/1.35	c #restart = 0
1.28/1.35	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.28/1.35	c lower bound updated to 324
1.28/1.35	c BCD2: 324 <= obj <= 340
1.28/1.35	c BCD2: #cores=233, #unrelaxed=34, #relaxed=648, #hardened=0
1.28/1.35	c BCD2: #sat=1 #unsat=325 bias=325/326
1.28/1.35	c Solving starts ...
1.28/1.35	c ============================[ Search Statistics ]============================
1.28/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.35	c =============================================================================
1.28/1.35	c  0.0s |       0 |        0 |        0 |     1282      0 |       91 |       90
1.28/1.35	c  0.0s |       0 |      238 |        0 |     1282      0 |       91 |       91
1.28/1.35	c #cpu_time = 0.002s
1.28/1.35	c #wall_clock_time = 0.002s
1.28/1.35	c #decision = 238
1.28/1.35	c #random_decision = 0
1.28/1.35	c #conflict = 0
1.28/1.35	c #restart = 0
1.28/1.35	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.35	c lower bound updated to 325
1.28/1.35	c BCD2: 325 <= obj <= 340
1.28/1.35	c BCD2: #cores=234, #unrelaxed=32, #relaxed=650, #hardened=0
1.28/1.35	c BCD2: #sat=1 #unsat=326 bias=326/327
1.28/1.35	c Solving starts ...
1.28/1.35	c ============================[ Search Statistics ]============================
1.28/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.35	c =============================================================================
1.28/1.35	c  0.0s |       0 |        0 |        0 |     1282      0 |       91 |       91
1.28/1.35	c  0.0s |       0 |      240 |        1 |     1282      0 |       91 |       91
1.28/1.35	c #cpu_time = 0.001s
1.28/1.35	c #wall_clock_time = 0.001s
1.28/1.35	c #decision = 240
1.28/1.35	c #random_decision = 0
1.28/1.35	c #conflict = 1
1.28/1.35	c #restart = 0
1.28/1.35	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.35	c lower bound updated to 326
1.28/1.35	c BCD2: 326 <= obj <= 340
1.28/1.35	c BCD2: #cores=235, #unrelaxed=30, #relaxed=652, #hardened=0
1.28/1.35	c BCD2: #sat=1 #unsat=327 bias=327/328
1.28/1.35	c Solving starts ...
1.28/1.35	c ============================[ Search Statistics ]============================
1.28/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.35	c =============================================================================
1.28/1.35	c  0.0s |       0 |        0 |        0 |     1282      0 |       91 |       91
1.28/1.36	c  0.0s |       0 |      241 |        1 |     1282      0 |       91 |       91
1.28/1.36	c #cpu_time = 0.002s
1.28/1.36	c #wall_clock_time = 0.002s
1.28/1.36	c #decision = 241
1.28/1.36	c #random_decision = 0
1.28/1.36	c #conflict = 1
1.28/1.36	c #restart = 0
1.28/1.36	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.28/1.36	c lower bound updated to 327
1.28/1.36	c BCD2: 327 <= obj <= 340
1.28/1.36	c BCD2: #cores=235, #unrelaxed=28, #relaxed=654, #hardened=0
1.28/1.36	c BCD2: #sat=1 #unsat=328 bias=328/329
1.28/1.36	c Solving starts ...
1.28/1.36	c ============================[ Search Statistics ]============================
1.28/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.36	c =============================================================================
1.28/1.36	c  0.0s |       0 |        0 |        0 |     1282      0 |       92 |       91
1.28/1.36	c  0.0s |       0 |      240 |        0 |     1282      0 |       92 |       92
1.28/1.36	c #cpu_time = 0.002s
1.28/1.36	c #wall_clock_time = 0.002s
1.28/1.36	c #decision = 240
1.28/1.36	c #random_decision = 0
1.28/1.36	c #conflict = 0
1.28/1.36	c #restart = 0
1.28/1.36	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.28/1.36	c lower bound updated to 328
1.28/1.36	c BCD2: 328 <= obj <= 340
1.28/1.36	c BCD2: #cores=235, #unrelaxed=26, #relaxed=656, #hardened=0
1.28/1.36	c BCD2: #sat=1 #unsat=329 bias=329/330
1.28/1.36	c Solving starts ...
1.28/1.36	c ============================[ Search Statistics ]============================
1.28/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.36	c =============================================================================
1.28/1.36	c  0.0s |       0 |        0 |        0 |     1282      0 |       93 |       92
1.28/1.36	c  0.0s |       0 |      240 |        0 |     1282      0 |       93 |       93
1.28/1.36	c #cpu_time = 0.002s
1.28/1.36	c #wall_clock_time = 0.002s
1.28/1.36	c #decision = 240
1.28/1.36	c #random_decision = 0
1.28/1.36	c #conflict = 0
1.28/1.36	c #restart = 0
1.28/1.36	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.36	c lower bound updated to 329
1.28/1.36	c BCD2: 329 <= obj <= 340
1.28/1.36	c BCD2: #cores=236, #unrelaxed=24, #relaxed=658, #hardened=0
1.28/1.36	c BCD2: #sat=1 #unsat=330 bias=330/331
1.28/1.36	c Solving starts ...
1.28/1.36	c ============================[ Search Statistics ]============================
1.28/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.36	c =============================================================================
1.28/1.36	c  0.0s |       0 |        0 |        0 |     1282      0 |       93 |       93
1.28/1.36	c  0.0s |       0 |      241 |        2 |     1282      0 |       93 |       93
1.28/1.36	c #cpu_time = 0.001s
1.28/1.36	c #wall_clock_time = 0.001s
1.28/1.36	c #decision = 241
1.28/1.36	c #random_decision = 0
1.28/1.36	c #conflict = 2
1.28/1.36	c #restart = 0
1.28/1.36	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.28/1.36	c lower bound updated to 330
1.28/1.36	c BCD2: 330 <= obj <= 340
1.28/1.36	c BCD2: #cores=236, #unrelaxed=22, #relaxed=660, #hardened=0
1.28/1.36	c BCD2: #sat=1 #unsat=331 bias=331/332
1.28/1.36	c Solving starts ...
1.28/1.36	c ============================[ Search Statistics ]============================
1.28/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.36	c =============================================================================
1.28/1.36	c  0.0s |       0 |        0 |        0 |     1282      0 |       94 |       93
1.28/1.37	c  0.0s |       0 |      240 |        1 |     1282      0 |       94 |       94
1.28/1.37	c #cpu_time = 0.002s
1.28/1.37	c #wall_clock_time = 0.002s
1.28/1.37	c #decision = 240
1.28/1.37	c #random_decision = 0
1.28/1.37	c #conflict = 1
1.28/1.37	c #restart = 0
1.28/1.37	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.37	c lower bound updated to 331
1.28/1.37	c BCD2: 331 <= obj <= 340
1.28/1.37	c BCD2: #cores=237, #unrelaxed=20, #relaxed=662, #hardened=0
1.28/1.37	c BCD2: #sat=1 #unsat=332 bias=332/333
1.28/1.37	c Solving starts ...
1.28/1.37	c ============================[ Search Statistics ]============================
1.28/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.37	c =============================================================================
1.28/1.37	c  0.0s |       0 |        0 |        0 |     1282      0 |       94 |       94
1.28/1.37	c  0.0s |       0 |      241 |        1 |     1282      0 |       94 |       94
1.28/1.37	c #cpu_time = 0.002s
1.28/1.37	c #wall_clock_time = 0.002s
1.28/1.37	c #decision = 241
1.28/1.37	c #random_decision = 0
1.28/1.37	c #conflict = 1
1.28/1.37	c #restart = 0
1.28/1.37	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.28/1.37	c lower bound updated to 332
1.28/1.37	c BCD2: 332 <= obj <= 340
1.28/1.37	c BCD2: #cores=237, #unrelaxed=18, #relaxed=664, #hardened=0
1.28/1.37	c BCD2: #sat=1 #unsat=333 bias=333/334
1.28/1.37	c Solving starts ...
1.28/1.37	c ============================[ Search Statistics ]============================
1.28/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.37	c =============================================================================
1.28/1.37	c  0.0s |       0 |        0 |        0 |     1282      0 |       95 |       94
1.28/1.37	c  0.0s |       0 |      240 |        0 |     1282      0 |       95 |       95
1.28/1.37	c #cpu_time = 0.002s
1.28/1.37	c #wall_clock_time = 0.002s
1.28/1.37	c #decision = 240
1.28/1.37	c #random_decision = 0
1.28/1.37	c #conflict = 0
1.28/1.37	c #restart = 0
1.28/1.37	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.28/1.37	c lower bound updated to 333
1.28/1.37	c BCD2: 333 <= obj <= 340
1.28/1.37	c BCD2: #cores=237, #unrelaxed=16, #relaxed=666, #hardened=0
1.28/1.37	c BCD2: #sat=1 #unsat=334 bias=334/335
1.28/1.37	c Solving starts ...
1.28/1.37	c ============================[ Search Statistics ]============================
1.28/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.37	c =============================================================================
1.28/1.37	c  0.0s |       0 |        0 |        0 |     1282      0 |       96 |       95
1.28/1.37	c  0.0s |       0 |      240 |        0 |     1282      0 |       96 |       96
1.28/1.37	c #cpu_time = 0.001s
1.28/1.37	c #wall_clock_time = 0.001s
1.28/1.37	c #decision = 240
1.28/1.37	c #random_decision = 0
1.28/1.37	c #conflict = 0
1.28/1.37	c #restart = 0
1.28/1.37	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.37	c lower bound updated to 334
1.28/1.37	c BCD2: 334 <= obj <= 340
1.28/1.37	c BCD2: #cores=238, #unrelaxed=14, #relaxed=668, #hardened=0
1.28/1.37	c BCD2: #sat=1 #unsat=335 bias=335/336
1.28/1.37	c Solving starts ...
1.28/1.37	c ============================[ Search Statistics ]============================
1.28/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.37	c =============================================================================
1.28/1.37	c  0.0s |       0 |        0 |        0 |     1282      0 |       96 |       96
1.28/1.37	c  0.0s |       0 |      241 |        2 |     1282      0 |       96 |       96
1.28/1.37	c #cpu_time = 0.002s
1.28/1.37	c #wall_clock_time = 0.002s
1.28/1.37	c #decision = 241
1.28/1.37	c #random_decision = 0
1.28/1.37	c #conflict = 2
1.28/1.37	c #restart = 0
1.28/1.38	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.28/1.38	c lower bound updated to 335
1.28/1.38	c BCD2: 335 <= obj <= 340
1.28/1.38	c BCD2: #cores=238, #unrelaxed=12, #relaxed=670, #hardened=0
1.28/1.38	c BCD2: #sat=1 #unsat=336 bias=336/337
1.28/1.38	c Solving starts ...
1.28/1.38	c ============================[ Search Statistics ]============================
1.28/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.38	c =============================================================================
1.28/1.38	c  0.0s |       0 |        0 |        0 |     1282      0 |       97 |       96
1.28/1.38	c  0.0s |       0 |      240 |        1 |     1282      0 |       97 |       97
1.28/1.38	c #cpu_time = 0.002s
1.28/1.38	c #wall_clock_time = 0.002s
1.28/1.38	c #decision = 240
1.28/1.38	c #random_decision = 0
1.28/1.38	c #conflict = 1
1.28/1.38	c #restart = 0
1.28/1.38	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.38	c lower bound updated to 336
1.28/1.38	c BCD2: 336 <= obj <= 340
1.28/1.38	c BCD2: #cores=239, #unrelaxed=10, #relaxed=672, #hardened=0
1.28/1.38	c BCD2: #sat=1 #unsat=337 bias=337/338
1.28/1.38	c Solving starts ...
1.28/1.38	c ============================[ Search Statistics ]============================
1.28/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.38	c =============================================================================
1.28/1.38	c  0.0s |       0 |        0 |        0 |     1282      0 |       97 |       97
1.28/1.38	c  0.0s |       0 |      241 |        1 |     1282      0 |       97 |       97
1.28/1.38	c #cpu_time = 0.002s
1.28/1.38	c #wall_clock_time = 0.002s
1.28/1.38	c #decision = 241
1.28/1.38	c #random_decision = 0
1.28/1.38	c #conflict = 1
1.28/1.38	c #restart = 0
1.28/1.38	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.28/1.38	c lower bound updated to 337
1.28/1.38	c BCD2: 337 <= obj <= 340
1.28/1.38	c BCD2: #cores=239, #unrelaxed=8, #relaxed=674, #hardened=0
1.28/1.38	c BCD2: #sat=1 #unsat=338 bias=338/339
1.28/1.38	c Solving starts ...
1.28/1.38	c ============================[ Search Statistics ]============================
1.28/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.38	c =============================================================================
1.28/1.38	c  0.0s |       0 |        0 |        0 |     1282      0 |       98 |       97
1.28/1.38	c  0.0s |       0 |      243 |        2 |     1282      0 |       98 |       98
1.28/1.38	c #cpu_time = 0.002s
1.28/1.38	c #wall_clock_time = 0.002s
1.28/1.38	c #decision = 243
1.28/1.38	c #random_decision = 0
1.28/1.38	c #conflict = 2
1.28/1.38	c #restart = 0
1.28/1.38	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
1.28/1.38	c lower bound updated to 338
1.28/1.38	c BCD2: 338 <= obj <= 340
1.28/1.38	c BCD2: #cores=239, #unrelaxed=6, #relaxed=676, #hardened=0
1.28/1.38	c BCD2: #sat=1 #unsat=339 bias=339/340
1.28/1.38	c Solving starts ...
1.28/1.38	c ============================[ Search Statistics ]============================
1.28/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.38	c =============================================================================
1.28/1.38	c  0.0s |       0 |        0 |        0 |     1282      0 |       99 |       98
1.28/1.38	c  0.0s |       0 |      240 |        0 |     1282      0 |       99 |       99
1.28/1.38	c #cpu_time = 0.002s
1.28/1.38	c #wall_clock_time = 0.002s
1.28/1.38	c #decision = 240
1.28/1.38	c #random_decision = 0
1.28/1.38	c #conflict = 0
1.28/1.38	c #restart = 0
1.28/1.38	c BCD2: found a new core of size 2: cost of the new core is >=1
1.28/1.38	c lower bound updated to 339
1.28/1.39	c BCD2: 339 <= obj <= 340
1.28/1.39	c BCD2: #cores=240, #unrelaxed=4, #relaxed=678, #hardened=0
1.28/1.39	c BCD2: #sat=1 #unsat=340 bias=340/341
1.28/1.39	c Solving starts ...
1.28/1.39	c ============================[ Search Statistics ]============================
1.28/1.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.39	c =============================================================================
1.28/1.39	c  0.0s |       0 |        0 |        0 |     1282      0 |       99 |       99
1.28/1.39	c  0.0s |       0 |      241 |        0 |     1282      0 |       99 |       99
1.28/1.39	c #cpu_time = 0.002s
1.28/1.39	c #wall_clock_time = 0.002s
1.28/1.39	c #decision = 241
1.28/1.39	c #random_decision = 0
1.28/1.39	c #conflict = 0
1.28/1.39	c #restart = 0
1.28/1.39	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.28/1.39	c lower bound updated to 340
1.28/1.39	c BCD2: hardening fixes 2 literals
1.28/1.39	c BCD2: 340 <= obj <= 340
1.28/1.39	c BCD2: #cores=240, #unrelaxed=0, #relaxed=680, #hardened=2
1.28/1.39	c BCD2: #sat=1 #unsat=341 bias=341/342
1.28/1.39	c Solving starts ...
1.28/1.39	c lower bound updated to 341
1.28/1.39	s OPTIMUM FOUND
1.28/1.39	v x1 -x2 x3 -x4 -x5 x6 x7 -x8 x9 -x10
1.28/1.39	v -x11 x12 x13 -x14 -x15 x16 x17 -x18 -x19 x20
1.28/1.39	v x21 -x22 -x23 x24 x25 -x26 -x27 x28 x29 -x30
1.28/1.39	v -x31 x32 x33 -x34 -x35 x36 x37 -x38 -x39 x40
1.28/1.39	v x41 -x42 -x43 x44 x45 -x46 -x47 x48 x49 -x50
1.28/1.39	v -x51 x52 x53 -x54 -x55 x56 x57 -x58 -x59 x60
1.28/1.39	v x61 -x62 -x63 x64 -x65 x66 x67 -x68 x69 -x70
1.28/1.39	v -x71 x72 -x73 x74 -x75 x76 x77 -x78 -x79 x80
1.28/1.39	v -x81 x82 -x83 x84 x85 -x86 -x87 x88 -x89 x90
1.28/1.39	v -x91 x92 x93 -x94 -x95 x96 -x97 x98 -x99 x100
1.28/1.39	v x101 -x102 -x103 x104 -x105 x106 -x107 x108 x109 -x110
1.28/1.39	v -x111 x112 -x113 x114 -x115 x116 x117 -x118 -x119 x120
1.28/1.39	v -x121 x122 -x123 x124 x125 -x126 -x127 x128 -x129 x130
1.28/1.39	v -x131 x132 x133 -x134 -x135 x136 -x137 x138 -x139 x140
1.28/1.39	v x141 -x142 -x143 x144 -x145 x146 -x147 x148 x149 -x150
1.28/1.39	v -x151 x152 -x153 x154 -x155 x156 x157 -x158 -x159 x160
1.28/1.39	v -x161 x162 -x163 x164 x165 -x166 -x167 x168 -x169 x170
1.28/1.39	v -x171 x172 x173 -x174 -x175 x176 -x177 x178 -x179 x180
1.28/1.39	v -x181 x182 x183 -x184 x185 -x186 x187 -x188 -x189 x190
1.28/1.39	v -x191 x192 x193 -x194 -x195 x196 -x197 x198 -x199 x200
1.28/1.39	v x201 -x202 -x203 x204 -x205 x206 -x207 x208 x209 -x210
1.28/1.39	v -x211 x212 -x213 x214 -x215 x216 x217 -x218 -x219 x220
1.28/1.39	v -x221 x222 -x223 x224 x225 -x226 -x227 x228 -x229 x230
1.28/1.39	v -x231 x232 x233 -x234 -x235 x236 -x237 x238 -x239 x240
1.28/1.39	v x241 -x242 -x243 x244 -x245 x246 x247 -x248 x249 -x250
1.28/1.39	v x251 -x252 -x253 x254 x255 -x256 x257 -x258 x259 -x260
1.28/1.39	v x261 -x262 -x263 x264 -x265 x266 -x267 x268 x269 -x270
1.28/1.39	v x271 -x272 -x273 x274 x275 -x276 -x277 x278 -x279 x280
1.28/1.39	v -x281 x282 -x283 x284 -x285 x286 -x287 x288 -x289 x290
1.28/1.39	v -x291 x292 x293 -x294 -x295 x296 -x297 x298 -x299 x300
1.28/1.39	v x301 -x302 -x303 x304 x305 -x306 -x307 x308 x309 -x310
1.28/1.39	v x311 -x312 -x313 x314 -x315 x316 -x317 x318 -x319 x320
1.28/1.39	v -x321 x322 -x323 x324 x325 -x326 -x327 x328 -x329 x330
1.28/1.39	v -x331 x332 -x333 x334 -x335 x336 x337 -x338 x339 -x340
1.28/1.39	v x341 -x342 x343 -x344 x345 -x346 -x347 x348 -x349 x350
1.28/1.39	v -x351 x352 -x353 x354 x355 -x356 -x357 x358 -x359 x360
1.28/1.39	v -x361 x362 -x363 x364 x365 -x366 -x367 x368 x369 -x370
1.28/1.39	v x371 -x372 -x373 x374 -x375 x376 x377 -x378 -x379 x380
1.28/1.39	v x381 -x382 x383 -x384 x385 -x386 x387 -x388 x389 -x390
1.28/1.39	v -x391 x392 x393 -x394 x395 -x396 -x397 x398 -x399 x400
1.28/1.39	v x401 -x402 -x403 x404 -x405 x406 x407 -x408 x409 -x410
1.28/1.39	v x411 -x412 x413 -x414 x415 -x416 x417 -x418 -x419 x420
1.28/1.39	v -x421 x422 -x423 x424 x425 -x426 -x427 x428 x429 -x430
1.28/1.39	v -x431 x432 -x433 x434 x435 -x436 x437 -x438 x439 -x440
1.28/1.39	v -x441 x442 x443 -x444 -x445 x446 -x447 x448 -x449 x450
1.28/1.39	v x451 -x452 -x453 x454 -x455 x456 -x457 x458 x459 -x460
1.28/1.39	v -x461 x462 x463 -x464 x465 -x466 -x467 x468 -x469 x470
1.28/1.39	v -x471 x472 -x473 x474 x475 -x476 x477 -x478 -x479 x480
1.28/1.39	v x481 -x482 x483 -x484 x485 -x486 x487 -x488 -x489 x490
1.28/1.39	v x491 -x492 x493 -x494 -x495 x496 -x497 x498 -x499 x500
1.28/1.39	v -x501 x502 x503 -x504 x505 -x506 -x507 x508 x509 -x510
1.28/1.39	v -x511 x512 -x513 x514 x515 -x516 x517 -x518 -x519 x520
1.28/1.39	v -x521 x522 x523 -x524 x525 -x526 x527 -x528 x529 -x530
1.28/1.39	v -x531 x532 x533 -x534 x535 -x536 -x537 x538 x539 -x540
1.28/1.39	v x541 -x542 x543 -x544 -x545 x546 -x547 x548 x549 -x550
1.28/1.39	v -x551 x552 -x553 x554 x555 -x556 x557 -x558 x559 -x560
1.28/1.39	v -x561 x562 x563 -x564 x565 -x566 x567 -x568 x569 -x570
1.28/1.39	v x571 -x572 x573 -x574 -x575 x576 -x577 x578 x579 -x580
1.28/1.39	v -x581 x582 -x583 x584 -x585 x586 x587 -x588 -x589 x590
1.28/1.39	v -x591 x592 x593 -x594 -x595 x596 -x597 x598 -x599 x600
1.28/1.39	v -x601 x602 -x603 x604 x605 -x606 x607 -x608 -x609 x610
1.28/1.39	v -x611 x612 -x613 x614 -x615 x616 -x617 x618 x619 -x620
1.28/1.39	v x621 -x622 -x623 x624 -x625 x626 x627 -x628 x629 -x630
1.28/1.39	v x631 -x632 x633 -x634 x635 -x636 -x637 x638 x639 -x640
1.28/1.39	v x641 -x642 -x643 x644 -x645 x646 -x647 x648 x649 -x650
1.28/1.39	v -x651 x652 -x653 x654 x655 -x656 -x657 x658 x659 -x660
1.28/1.39	v -x661 x662 -x663 x664 x665 -x666 x667 -x668 x669 -x670
1.28/1.39	v x671 -x672 x673 -x674 x675 -x676 x677 -x678 -x679 x680
1.28/1.39	v x681 -x682
1.28/1.39	c total CPU time = 1.387s
1.28/1.39	c total wall clock time = 1.390s

Verifier Data

OK	341

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

pid=18720
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.13 2.22 2.18 3/179 18723
/proc/meminfo: memFree=29224068/32872528 swapFree=1431120/1543540
[pid=18723] ppid=18720 vsize=607676 CPUtime=0 cores=1,3,5,7
/proc/18723/stat : 18723 (toysat) R 18720 18723 15180 0 -1 4202496 2249 0 0 0 0 0 0 0 20 0 4 0 25243596 622260224 2609 33554432000 4194304 16246674 140736302425008 140736302424432 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18723/statm: 152687 2618 441 2943 0 149581 0
[pid=18723/tid=18724] ppid=18720 vsize=625084 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18724/stat : 18724 (toysat) S 18720 18723 15180 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25243596 640086016 2675 33554432000 4194304 16246674 140736302425008 139918602906864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18723/tid=18725] ppid=18720 vsize=629180 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18725/stat : 18725 (toysat) S 18720 18723 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25243596 644280320 2692 33554432000 4194304 16246674 140736302425008 139918592417008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18723/tid=18726] ppid=18720 vsize=633276 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18726/stat : 18726 (toysat) S 18720 18723 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25243596 648474624 2709 33554432000 4194304 16246674 140736302425008 139918581943472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.13 2.22 2.18 3/179 18723
/proc/meminfo: memFree=29224068/32872528 swapFree=1431120/1543540
[pid=18723] ppid=18720 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/18723/stat : 18723 (toysat) R 18720 18723 15180 0 -1 4202496 24939 0 0 0 5 4 0 0 20 0 4 0 25243596 1247350784 25287 33554432000 4194304 16246674 140736302425008 140736302424432 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18723/statm: 304529 25294 722 2943 0 301423 0
[pid=18723/tid=18724] ppid=18720 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18724/stat : 18724 (toysat) S 18720 18723 15180 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25243596 1247350784 25299 33554432000 4194304 16246674 140736302425008 139918602906864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18723/tid=18725] ppid=18720 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18725/stat : 18725 (toysat) S 18720 18723 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25243596 1247350784 25304 33554432000 4194304 16246674 140736302425008 139918592417008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18723/tid=18726] ppid=18720 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18726/stat : 18726 (toysat) S 18720 18723 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25243596 1247350784 25313 33554432000 4194304 16246674 140736302425008 139918581943472 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) 1218116

[startup+0.200533 s]
/proc/loadavg: 2.13 2.22 2.18 3/179 18723
/proc/meminfo: memFree=29224068/32872528 swapFree=1431120/1543540
[pid=18723] ppid=18720 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/18723/stat : 18723 (toysat) R 18720 18723 15180 0 -1 4202496 45344 0 0 0 13 6 0 0 20 0 4 0 25243596 1247350784 45692 33554432000 4194304 16246674 140736302425008 140736302424432 6023439 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18723/statm: 304529 45700 722 2943 0 301423 0
[pid=18723/tid=18724] ppid=18720 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18724/stat : 18724 (toysat) S 18720 18723 15180 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25243596 1247350784 45705 33554432000 4194304 16246674 140736302425008 139918602906864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18723/tid=18725] ppid=18720 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18725/stat : 18725 (toysat) S 18720 18723 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25243596 1247350784 45711 33554432000 4194304 16246674 140736302425008 139918592417008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18723/tid=18726] ppid=18720 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18726/stat : 18726 (toysat) S 18720 18723 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25243596 1247350784 45716 33554432000 4194304 16246674 140736302425008 139918581943472 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) 1218116

[startup+0.300502 s]
/proc/loadavg: 2.13 2.22 2.18 3/179 18723
/proc/meminfo: memFree=29224068/32872528 swapFree=1431120/1543540
[pid=18723] ppid=18720 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/18723/stat : 18723 (toysat) R 18720 18723 15180 0 -1 4202496 65503 0 0 0 20 9 0 0 20 0 4 0 25243596 1247350784 65851 33554432000 4194304 16246674 140736302425008 140736302424432 6021133 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18723/statm: 304529 65863 722 2943 0 301423 0
[pid=18723/tid=18724] ppid=18720 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18724/stat : 18724 (toysat) S 18720 18723 15180 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25243596 1247350784 65870 33554432000 4194304 16246674 140736302425008 139918602906864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18723/tid=18725] ppid=18720 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18725/stat : 18725 (toysat) S 18720 18723 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25243596 1247350784 65876 33554432000 4194304 16246674 140736302425008 139918592417008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18723/tid=18726] ppid=18720 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18726/stat : 18726 (toysat) S 18720 18723 15180 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25243596 1247350784 65881 33554432000 4194304 16246674 140736302425008 139918581943472 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) 1218116

[startup+0.700357 s]
/proc/loadavg: 2.13 2.22 2.18 3/179 18723
/proc/meminfo: memFree=29224068/32872528 swapFree=1431120/1543540
[pid=18723] ppid=18720 vsize=1220164 CPUtime=0.69 cores=1,3,5,7
/proc/18723/stat : 18723 (toysat) R 18720 18723 15180 0 -1 4202496 138784 0 0 0 51 18 0 0 20 0 4 0 25243596 1249447936 139109 33554432000 4194304 16246674 140736302425008 140736302407776 14073233 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18723/statm: 305041 139109 836 2943 0 301935 0
[pid=18723/tid=18724] ppid=18720 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18724/stat : 18724 (toysat) S 18720 18723 15180 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25243596 1249447936 139109 33554432000 4194304 16246674 140736302425008 139918602906864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18723/tid=18725] ppid=18720 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18725/stat : 18725 (toysat) S 18720 18723 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25243596 1249447936 139109 33554432000 4194304 16246674 140736302425008 139918592417008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18723/tid=18726] ppid=18720 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18726/stat : 18726 (toysat) S 18720 18723 15180 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25243596 1249447936 139109 33554432000 4194304 16246674 140736302425008 139918581943472 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) 1220164

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

[startup+0.800434 s]
/proc/loadavg: 2.13 2.22 2.18 3/179 18723
/proc/meminfo: memFree=29224068/32872528 swapFree=1431120/1543540
[pid=18723] ppid=18720 vsize=1307204 CPUtime=0.79 cores=1,3,5,7
/proc/18723/stat : 18723 (toysat) R 18720 18723 15180 0 -1 4202496 151403 0 0 0 59 20 0 0 20 0 4 0 25243596 1338576896 151728 33554432000 4194304 16246674 140736302425008 140736302408000 5813907 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18723/statm: 326801 151728 836 2943 0 323695 0
[pid=18723/tid=18724] ppid=18720 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18724/stat : 18724 (toysat) S 18720 18723 15180 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25243596 1338576896 151728 33554432000 4194304 16246674 140736302425008 139918602906864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18723/tid=18725] ppid=18720 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18725/stat : 18725 (toysat) S 18720 18723 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25243596 1338576896 151728 33554432000 4194304 16246674 140736302425008 139918592417008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18723/tid=18726] ppid=18720 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18726/stat : 18726 (toysat) S 18720 18723 15180 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25243596 1338576896 151728 33554432000 4194304 16246674 140736302425008 139918581943472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1307204

[startup+1.20787 s]
/proc/loadavg: 2.13 2.22 2.18 3/183 18727
/proc/meminfo: memFree=28617852/32872528 swapFree=1431120/1543540
[pid=18723] ppid=18720 vsize=1307204 CPUtime=1.19 cores=1,3,5,7
/proc/18723/stat : 18723 (toysat) R 18720 18723 15180 0 -1 4202496 151622 0 0 0 99 20 0 0 20 0 4 0 25243596 1338576896 151947 33554432000 4194304 16246674 140736302425008 140736302408000 14073233 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18723/statm: 326801 151947 839 2943 0 323695 0
[pid=18723/tid=18724] ppid=18720 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18724/stat : 18724 (toysat) S 18720 18723 15180 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25243596 1338576896 151947 33554432000 4194304 16246674 140736302425008 139918602906864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18723/tid=18725] ppid=18720 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18725/stat : 18725 (toysat) S 18720 18723 15180 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25243596 1338576896 151947 33554432000 4194304 16246674 140736302425008 139918592417008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18723/tid=18726] ppid=18720 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/18723/task/18726/stat : 18726 (toysat) S 18720 18723 15180 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25243596 1338576896 151947 33554432000 4194304 16246674 140736302425008 139918581943472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 1307204

[startup+1.4004 s]
/proc/loadavg: 2.13 2.22 2.18 3/183 18727
/proc/meminfo: memFree=28617852/32872528 swapFree=1431120/1543540
[pid=18723] ppid=18720 vsize=0 CPUtime=1.39 cores=1,3,5,7
/proc/18723/stat : 18723 (toysat) R 18720 18723 15180 0 -1 4202500 151630 0 0 0 118 21 0 0 20 0 1 0 25243596 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18723/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1.42882
CPU time (s): 1.42578
CPU user time (s): 1.18082
CPU system time (s): 0.244962
CPU usage (%): 99.7875
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.18082
system time used= 0.244962
maximum resident set size= 607812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151630
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= 21
involuntary context switches= 3

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.005999 second user time and 0.06299 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-18 08:39:09
IDJOB=4103009
IDBENCH=2206
IDSOLVER=2542
FILE ID=node116/4103009-1466231949
RUNJOBID= node116-1466206094-15197
PBS_JOBID= 19918160
Free space on /tmp= 71712 MiB

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

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

MD5SUM BENCH= 6b240d8b0fa78e0eeebbd7bef22cf42a
RANDOM SEED=778581172

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.781
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.781
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.781
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.781
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.54
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.781
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.781
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29224340 kB
Buffers:          130248 kB
Cached:           130968 kB
SwapCached:         2160 kB
Active:          1201632 kB
Inactive:         164992 kB
Active(anon):    1106112 kB
Inactive(anon):     1544 kB
Active(file):      95520 kB
Inactive(file):   163448 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099604 kB
Dirty:             16348 kB
Writeback:             0 kB
AnonPages:       2647352 kB
Mapped:            10532 kB
Shmem:                 0 kB
Slab:             604172 kB
SReclaimable:      48196 kB
SUnreclaim:       555976 kB
KernelStack:        1472 kB
PageTables:         9256 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2790072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 71692 MiB
End job on node116 at 2016-06-18 08:39:10