Trace number 4079591

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.09 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_6.opb.PB06.opb
MD5SUMe9984c89af246abdf2b2a4294753ea30
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1148
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1036
Optimality of the best value was proved NO
Number of variables1963
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1963
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 1963
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1963
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-06T17:54:41+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-4079591-1465228481.opb"]
0.00/0.01	c use --random-gen="1932879893 1329429589 4042874322 1690163364 148913580 3194099829 1905256150 1642956305 1968852191 1002590040 172930155 2426872031 4282227951 1790914968 964745672 1457429486 1933598742 1432905449 3967780340 3330441768 1193227510 2779319039 1109121290 867347822 1948650035 2961538406 1693042337 3594350615 3699138287 2099316254 3657850429 3147125703 1088229177 703022771 2739870603 1127160151 1463403160 2784664219 2480813795 1708339251 3983789078 3218828314 3363484310 1520516901 3887838770 563559680 4270446302 3495090670 1400464426 3388811836 846408593 2809808604 4172168019 646167909 4266808682 3625650396 3404439079 3540085775 2078449934 3842639511 3113931069 299403901 938852904 1356466087 1136761304 2693503587 1312148494 1929342437 2922841858 1082749398 3342438599 2113265035 1324416100 2875622922 3960161886 2075605619 456853590 2008926596 2933953083 90091385 280192452 3355332309 2484587860 2221411054 1913787522 3421063848 2951789473 2393078474 1862102124 557969430 3787953800 947593980 2173787742 3772562389 2164016808 3987107631 4231774091 299860640 1183540307 2414298576 4129139919 3935573807 599800307 3508335929 1565453566 925369695 327952107 2913950772 906355601 413328591 2600103919 2431260531 1104755101 2775963002 1197832217 1443473133 2853179310 1832743183 1456272915 2877638362 299270805 3677122197 2873705827 1233876023 2202632076 3365553604 2428137527 1007620115 109764498 1716282807 2527781106 1926248150 2769492005 534208912 1083063522 677496992 1996586657 2638978403 1842797827 4111270836 3257985426 3087128502 3099316409 1740681310 2357040681 3209961822 371953221 74838192 1600364629 1807879836 3804269901 2972879725 1151446148 2699092200 4240727378 3605942064 4075051265 2600979833 4055968532 2252279565 3324390403 3690224422 3651523059 1288850 1204692335 2388547820 1242744975 1243049549 4233721717 1724178949 3933075077 2306815944 259723403 3619500924 3869982976 3403317362 4151518306 2737390612 3136524040 3210700086 3001484903 636474264 3462950957 1565171172 3707394445 2271805125 1045163543 78891910 182643224 3122721455 1590985683 3272586043 663008274 4213641144 3623084781 774526667 277911939 995516566 3448848866 629103390 3720878647 4098584624 3816864745 1977374270 2022637417 263953143 1481317885 945367449 3386319284 3698661781 1292602871 480986183 2887320427 1998045803 1857185626 1734809273 1469863494 2320579084 3803560950 3897923364 1611776000 1836115913 4281747523 1997778220 3998813027 1558788714 524345572 4050557517 3012480881 1142670888 2019977591 3363999057 3473456583 2528878585 1669209164 2398482087 4021337842 1647086831 3902077202 4166478256 3490662612 1283993039 1109810758 917901217 134999886 1229771316 4235809615 2122652767 444970716 3374016091 287545513 1954331367 579283701 1497618772 1176447948 383589074 255 362436" option to reproduce the execution
0.00/0.04	c #vars 1963
0.00/0.04	c #constraints 4000
0.00/0.09	c BCD2: Hardening is enabled.
0.00/0.09	c BCD2: BiasedSearch is enabled.
0.00/0.09	c Solving starts ...
0.00/0.09	c ============================[ Search Statistics ]============================
0.00/0.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.09	c =============================================================================
0.00/0.09	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |        0
0.00/0.10	c  0.0s |       0 |     1963 |        0 |     1987      0 |        0 |        0
0.08/0.10	c #cpu_time = 0.005s
0.08/0.10	c #wall_clock_time = 0.005s
0.08/0.10	c #decision = 1963
0.08/0.10	c #random_decision = 17
0.08/0.10	c #conflict = 0
0.08/0.10	c #restart = 0
0.08/0.10	o 1963
0.08/0.11	c BCD2: updating upper bound: 1963 -> 1962
0.08/0.11	c BCD2: 0 <= obj <= 1962
0.08/0.11	c BCD2: #cores=0, #unrelaxed=1963, #relaxed=0, #hardened=0
0.08/0.11	c BCD2: #sat=1 #unsat=1 bias=1/2
0.08/0.11	c Solving starts ...
0.08/0.11	c ============================[ Search Statistics ]============================
0.08/0.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.11	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.11	c =============================================================================
0.08/0.11	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |        0
0.08/0.11	c  0.0s |       0 |       12 |        0 |     1987      0 |        0 |        0
0.08/0.11	c #cpu_time = 0.001s
0.08/0.11	c #wall_clock_time = 0.001s
0.08/0.11	c #decision = 12
0.08/0.11	c #random_decision = 0
0.08/0.11	c #conflict = 0
0.08/0.11	c #restart = 0
0.08/0.11	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.11	c lower bound updated to 1
0.08/0.11	c BCD2: 1 <= obj <= 1962
0.08/0.11	c BCD2: #cores=1, #unrelaxed=1961, #relaxed=2, #hardened=0
0.08/0.11	c BCD2: #sat=1 #unsat=2 bias=2/3
0.08/0.12	c Solving starts ...
0.08/0.12	c ============================[ Search Statistics ]============================
0.08/0.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.12	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.12	c =============================================================================
0.08/0.12	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |        1
0.08/0.12	c  0.0s |       0 |       21 |        0 |     1987      0 |        0 |        1
0.08/0.12	c #cpu_time = 0.002s
0.08/0.12	c #wall_clock_time = 0.002s
0.08/0.12	c #decision = 21
0.08/0.12	c #random_decision = 0
0.08/0.12	c #conflict = 0
0.08/0.12	c #restart = 0
0.08/0.12	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.12	c lower bound updated to 2
0.08/0.12	c BCD2: 2 <= obj <= 1962
0.08/0.12	c BCD2: #cores=2, #unrelaxed=1959, #relaxed=4, #hardened=0
0.08/0.12	c BCD2: #sat=1 #unsat=3 bias=3/4
0.08/0.12	c Solving starts ...
0.08/0.12	c ============================[ Search Statistics ]============================
0.08/0.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.12	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.12	c =============================================================================
0.08/0.12	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |        2
0.08/0.12	c  0.0s |       0 |       30 |        0 |     1987      0 |        0 |        2
0.08/0.12	c #cpu_time = 0.002s
0.08/0.12	c #wall_clock_time = 0.002s
0.08/0.12	c #decision = 30
0.08/0.12	c #random_decision = 0
0.08/0.12	c #conflict = 0
0.08/0.12	c #restart = 0
0.08/0.12	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.12	c lower bound updated to 3
0.08/0.12	c BCD2: 3 <= obj <= 1962
0.08/0.12	c BCD2: #cores=3, #unrelaxed=1957, #relaxed=6, #hardened=0
0.08/0.12	c BCD2: #sat=1 #unsat=4 bias=4/5
0.08/0.12	c Solving starts ...
0.08/0.12	c ============================[ Search Statistics ]============================
0.08/0.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.12	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.12	c =============================================================================
0.08/0.12	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |        3
0.08/0.13	c  0.0s |       0 |       37 |        0 |     1987      0 |        0 |        3
0.08/0.13	c #cpu_time = 0.002s
0.08/0.13	c #wall_clock_time = 0.002s
0.08/0.13	c #decision = 37
0.08/0.13	c #random_decision = 0
0.08/0.13	c #conflict = 0
0.08/0.13	c #restart = 0
0.08/0.13	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.13	c lower bound updated to 4
0.08/0.13	c BCD2: 4 <= obj <= 1962
0.08/0.13	c BCD2: #cores=4, #unrelaxed=1955, #relaxed=8, #hardened=0
0.08/0.13	c BCD2: #sat=1 #unsat=5 bias=5/6
0.08/0.13	c Solving starts ...
0.08/0.13	c ============================[ Search Statistics ]============================
0.08/0.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.13	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.13	c =============================================================================
0.08/0.13	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |        4
0.08/0.13	c  0.0s |       0 |       60 |        0 |     1987      0 |        0 |        4
0.08/0.13	c #cpu_time = 0.002s
0.08/0.13	c #wall_clock_time = 0.002s
0.08/0.13	c #decision = 60
0.08/0.13	c #random_decision = 0
0.08/0.13	c #conflict = 0
0.08/0.13	c #restart = 0
0.08/0.13	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.13	c lower bound updated to 5
0.08/0.13	c BCD2: 5 <= obj <= 1962
0.08/0.13	c BCD2: #cores=5, #unrelaxed=1953, #relaxed=10, #hardened=0
0.08/0.13	c BCD2: #sat=1 #unsat=6 bias=6/7
0.08/0.13	c Solving starts ...
0.08/0.13	c ============================[ Search Statistics ]============================
0.08/0.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.13	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.13	c =============================================================================
0.08/0.13	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |        5
0.08/0.13	c  0.0s |       0 |       60 |        0 |     1987      0 |        0 |        5
0.08/0.13	c #cpu_time = 0.002s
0.08/0.13	c #wall_clock_time = 0.002s
0.08/0.13	c #decision = 60
0.08/0.13	c #random_decision = 0
0.08/0.13	c #conflict = 0
0.08/0.13	c #restart = 0
0.08/0.13	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.13	c lower bound updated to 6
0.08/0.14	c BCD2: 6 <= obj <= 1962
0.08/0.14	c BCD2: #cores=6, #unrelaxed=1951, #relaxed=12, #hardened=0
0.08/0.14	c BCD2: #sat=1 #unsat=7 bias=7/8
0.08/0.14	c Solving starts ...
0.08/0.14	c ============================[ Search Statistics ]============================
0.08/0.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.14	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.14	c =============================================================================
0.08/0.14	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |        6
0.08/0.14	c  0.0s |       0 |       62 |        0 |     1987      0 |        0 |        6
0.08/0.14	c #cpu_time = 0.002s
0.08/0.14	c #wall_clock_time = 0.002s
0.08/0.14	c #decision = 62
0.08/0.14	c #random_decision = 0
0.08/0.14	c #conflict = 0
0.08/0.14	c #restart = 0
0.08/0.14	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.14	c lower bound updated to 7
0.08/0.14	c BCD2: 7 <= obj <= 1962
0.08/0.14	c BCD2: #cores=7, #unrelaxed=1949, #relaxed=14, #hardened=0
0.08/0.14	c BCD2: #sat=1 #unsat=8 bias=8/9
0.08/0.14	c Solving starts ...
0.08/0.14	c ============================[ Search Statistics ]============================
0.08/0.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.14	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.14	c =============================================================================
0.08/0.14	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |        7
0.08/0.15	c  0.0s |       0 |       62 |        0 |     1987      0 |        0 |        7
0.08/0.15	c #cpu_time = 0.002s
0.08/0.15	c #wall_clock_time = 0.002s
0.08/0.15	c #decision = 62
0.08/0.15	c #random_decision = 0
0.08/0.15	c #conflict = 0
0.08/0.15	c #restart = 0
0.08/0.15	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.15	c lower bound updated to 8
0.08/0.15	c BCD2: 8 <= obj <= 1962
0.08/0.15	c BCD2: #cores=8, #unrelaxed=1947, #relaxed=16, #hardened=0
0.08/0.15	c BCD2: #sat=1 #unsat=9 bias=9/10
0.08/0.15	c Solving starts ...
0.08/0.15	c ============================[ Search Statistics ]============================
0.08/0.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.15	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.15	c =============================================================================
0.08/0.15	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |        8
0.08/0.15	c  0.0s |       0 |       69 |        0 |     1987      0 |        0 |        8
0.08/0.15	c #cpu_time = 0.002s
0.08/0.15	c #wall_clock_time = 0.002s
0.08/0.15	c #decision = 69
0.08/0.15	c #random_decision = 0
0.08/0.15	c #conflict = 0
0.08/0.15	c #restart = 0
0.08/0.15	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.15	c lower bound updated to 9
0.08/0.15	c BCD2: 9 <= obj <= 1962
0.08/0.15	c BCD2: #cores=9, #unrelaxed=1945, #relaxed=18, #hardened=0
0.08/0.15	c BCD2: #sat=1 #unsat=10 bias=10/11
0.08/0.15	c Solving starts ...
0.08/0.15	c ============================[ Search Statistics ]============================
0.08/0.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.15	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.15	c =============================================================================
0.08/0.15	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |        9
0.08/0.15	c  0.0s |       0 |       81 |        0 |     1987      0 |        0 |        9
0.08/0.15	c #cpu_time = 0.002s
0.08/0.15	c #wall_clock_time = 0.002s
0.08/0.15	c #decision = 81
0.08/0.15	c #random_decision = 0
0.08/0.15	c #conflict = 0
0.08/0.15	c #restart = 0
0.08/0.15	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.15	c lower bound updated to 10
0.08/0.15	c BCD2: 10 <= obj <= 1962
0.08/0.15	c BCD2: #cores=10, #unrelaxed=1943, #relaxed=20, #hardened=0
0.08/0.15	c BCD2: #sat=1 #unsat=11 bias=11/12
0.08/0.15	c Solving starts ...
0.08/0.15	c ============================[ Search Statistics ]============================
0.08/0.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.15	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.15	c =============================================================================
0.08/0.15	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       10
0.08/0.16	c  0.0s |       0 |       84 |        0 |     1987      0 |        0 |       10
0.08/0.16	c #cpu_time = 0.002s
0.08/0.16	c #wall_clock_time = 0.002s
0.08/0.16	c #decision = 84
0.08/0.16	c #random_decision = 0
0.08/0.16	c #conflict = 0
0.08/0.16	c #restart = 0
0.08/0.16	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.16	c lower bound updated to 11
0.08/0.16	c BCD2: 11 <= obj <= 1962
0.08/0.16	c BCD2: #cores=11, #unrelaxed=1941, #relaxed=22, #hardened=0
0.08/0.16	c BCD2: #sat=1 #unsat=12 bias=12/13
0.08/0.16	c Solving starts ...
0.08/0.16	c ============================[ Search Statistics ]============================
0.08/0.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.16	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.16	c =============================================================================
0.08/0.16	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       11
0.08/0.16	c  0.0s |       0 |       85 |        0 |     1987      0 |        0 |       11
0.08/0.16	c #cpu_time = 0.002s
0.08/0.16	c #wall_clock_time = 0.002s
0.08/0.16	c #decision = 85
0.08/0.16	c #random_decision = 0
0.08/0.16	c #conflict = 0
0.08/0.16	c #restart = 0
0.08/0.16	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.16	c lower bound updated to 12
0.08/0.16	c BCD2: 12 <= obj <= 1962
0.08/0.16	c BCD2: #cores=12, #unrelaxed=1939, #relaxed=24, #hardened=0
0.08/0.16	c BCD2: #sat=1 #unsat=13 bias=13/14
0.08/0.16	c Solving starts ...
0.08/0.16	c ============================[ Search Statistics ]============================
0.08/0.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.16	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.16	c =============================================================================
0.08/0.16	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       12
0.08/0.16	c  0.0s |       0 |       85 |        0 |     1987      0 |        0 |       12
0.08/0.16	c #cpu_time = 0.002s
0.08/0.16	c #wall_clock_time = 0.002s
0.08/0.16	c #decision = 85
0.08/0.16	c #random_decision = 0
0.08/0.16	c #conflict = 0
0.08/0.16	c #restart = 0
0.08/0.16	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.16	c lower bound updated to 13
0.08/0.16	c BCD2: 13 <= obj <= 1962
0.08/0.16	c BCD2: #cores=13, #unrelaxed=1937, #relaxed=26, #hardened=0
0.08/0.16	c BCD2: #sat=1 #unsat=14 bias=14/15
0.08/0.16	c Solving starts ...
0.08/0.16	c ============================[ Search Statistics ]============================
0.08/0.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.16	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.16	c =============================================================================
0.08/0.16	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       13
0.08/0.16	c  0.0s |       0 |       88 |        0 |     1987      0 |        0 |       13
0.08/0.16	c #cpu_time = 0.002s
0.08/0.16	c #wall_clock_time = 0.002s
0.08/0.16	c #decision = 88
0.08/0.16	c #random_decision = 0
0.08/0.16	c #conflict = 0
0.08/0.16	c #restart = 0
0.08/0.16	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.16	c lower bound updated to 14
0.08/0.16	c BCD2: 14 <= obj <= 1962
0.08/0.16	c BCD2: #cores=14, #unrelaxed=1935, #relaxed=28, #hardened=0
0.08/0.16	c BCD2: #sat=1 #unsat=15 bias=15/16
0.08/0.16	c Solving starts ...
0.08/0.16	c ============================[ Search Statistics ]============================
0.08/0.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.16	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.17	c =============================================================================
0.08/0.17	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       14
0.08/0.17	c  0.0s |       0 |       88 |        0 |     1987      0 |        0 |       14
0.08/0.17	c #cpu_time = 0.002s
0.08/0.17	c #wall_clock_time = 0.002s
0.08/0.17	c #decision = 88
0.08/0.17	c #random_decision = 0
0.08/0.17	c #conflict = 0
0.08/0.17	c #restart = 0
0.08/0.17	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.17	c lower bound updated to 15
0.08/0.17	c BCD2: 15 <= obj <= 1962
0.08/0.17	c BCD2: #cores=15, #unrelaxed=1933, #relaxed=30, #hardened=0
0.08/0.17	c BCD2: #sat=1 #unsat=16 bias=16/17
0.08/0.17	c Solving starts ...
0.08/0.17	c ============================[ Search Statistics ]============================
0.08/0.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.17	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.17	c =============================================================================
0.08/0.17	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       15
0.08/0.17	c  0.0s |       0 |       96 |        0 |     1987      0 |        0 |       15
0.08/0.17	c #cpu_time = 0.002s
0.08/0.17	c #wall_clock_time = 0.002s
0.08/0.17	c #decision = 96
0.08/0.17	c #random_decision = 0
0.08/0.17	c #conflict = 0
0.08/0.17	c #restart = 0
0.08/0.17	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.17	c lower bound updated to 16
0.08/0.17	c BCD2: 16 <= obj <= 1962
0.08/0.17	c BCD2: #cores=16, #unrelaxed=1931, #relaxed=32, #hardened=0
0.08/0.17	c BCD2: #sat=1 #unsat=17 bias=17/18
0.08/0.17	c Solving starts ...
0.08/0.17	c ============================[ Search Statistics ]============================
0.08/0.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.17	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.17	c =============================================================================
0.08/0.17	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       16
0.08/0.17	c  0.0s |       0 |       99 |        0 |     1987      0 |        0 |       16
0.08/0.17	c #cpu_time = 0.002s
0.08/0.17	c #wall_clock_time = 0.002s
0.08/0.17	c #decision = 99
0.08/0.17	c #random_decision = 0
0.08/0.17	c #conflict = 0
0.08/0.17	c #restart = 0
0.08/0.17	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.17	c lower bound updated to 17
0.08/0.17	c BCD2: 17 <= obj <= 1962
0.08/0.17	c BCD2: #cores=17, #unrelaxed=1929, #relaxed=34, #hardened=0
0.08/0.17	c BCD2: #sat=1 #unsat=18 bias=18/19
0.08/0.17	c Solving starts ...
0.08/0.17	c ============================[ Search Statistics ]============================
0.08/0.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.17	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.17	c =============================================================================
0.08/0.17	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       17
0.08/0.18	c  0.0s |       0 |      103 |        0 |     1987      0 |        0 |       17
0.08/0.18	c #cpu_time = 0.002s
0.08/0.18	c #wall_clock_time = 0.002s
0.08/0.18	c #decision = 103
0.08/0.18	c #random_decision = 0
0.08/0.18	c #conflict = 0
0.08/0.18	c #restart = 0
0.08/0.18	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.18	c lower bound updated to 18
0.08/0.18	c BCD2: 18 <= obj <= 1962
0.08/0.18	c BCD2: #cores=18, #unrelaxed=1927, #relaxed=36, #hardened=0
0.08/0.18	c BCD2: #sat=1 #unsat=19 bias=19/20
0.08/0.18	c Solving starts ...
0.08/0.18	c ============================[ Search Statistics ]============================
0.08/0.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.18	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.18	c =============================================================================
0.08/0.18	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       18
0.08/0.18	c  0.0s |       0 |      109 |        0 |     1987      0 |        0 |       18
0.08/0.18	c #cpu_time = 0.002s
0.08/0.18	c #wall_clock_time = 0.002s
0.08/0.18	c #decision = 109
0.08/0.18	c #random_decision = 0
0.08/0.18	c #conflict = 0
0.08/0.18	c #restart = 0
0.08/0.18	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.18	c lower bound updated to 19
0.08/0.18	c BCD2: 19 <= obj <= 1962
0.08/0.18	c BCD2: #cores=19, #unrelaxed=1925, #relaxed=38, #hardened=0
0.08/0.18	c BCD2: #sat=1 #unsat=20 bias=20/21
0.08/0.18	c Solving starts ...
0.08/0.18	c ============================[ Search Statistics ]============================
0.08/0.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.18	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.18	c =============================================================================
0.08/0.18	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       19
0.08/0.18	c  0.0s |       0 |      110 |        0 |     1987      0 |        0 |       19
0.08/0.18	c #cpu_time = 0.002s
0.08/0.18	c #wall_clock_time = 0.002s
0.08/0.18	c #decision = 110
0.08/0.18	c #random_decision = 0
0.08/0.18	c #conflict = 0
0.08/0.18	c #restart = 0
0.08/0.18	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.18	c lower bound updated to 20
0.08/0.18	c BCD2: 20 <= obj <= 1962
0.08/0.18	c BCD2: #cores=20, #unrelaxed=1923, #relaxed=40, #hardened=0
0.08/0.18	c BCD2: #sat=1 #unsat=21 bias=21/22
0.08/0.18	c Solving starts ...
0.08/0.18	c ============================[ Search Statistics ]============================
0.08/0.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.18	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.18	c =============================================================================
0.08/0.18	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       20
0.08/0.18	c  0.0s |       0 |      110 |        0 |     1987      0 |        0 |       20
0.08/0.18	c #cpu_time = 0.002s
0.08/0.18	c #wall_clock_time = 0.002s
0.08/0.18	c #decision = 110
0.08/0.18	c #random_decision = 0
0.08/0.18	c #conflict = 0
0.08/0.18	c #restart = 0
0.08/0.18	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.18	c lower bound updated to 21
0.08/0.19	c BCD2: 21 <= obj <= 1962
0.08/0.19	c BCD2: #cores=21, #unrelaxed=1921, #relaxed=42, #hardened=0
0.08/0.19	c BCD2: #sat=1 #unsat=22 bias=22/23
0.08/0.19	c Solving starts ...
0.08/0.19	c ============================[ Search Statistics ]============================
0.08/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.19	c =============================================================================
0.08/0.19	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       21
0.08/0.19	c  0.0s |       0 |      119 |        0 |     1987      0 |        0 |       21
0.08/0.19	c #cpu_time = 0.002s
0.08/0.19	c #wall_clock_time = 0.002s
0.08/0.19	c #decision = 119
0.08/0.19	c #random_decision = 0
0.08/0.19	c #conflict = 0
0.08/0.19	c #restart = 0
0.08/0.19	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.19	c lower bound updated to 22
0.08/0.19	c BCD2: 22 <= obj <= 1962
0.08/0.19	c BCD2: #cores=22, #unrelaxed=1919, #relaxed=44, #hardened=0
0.08/0.19	c BCD2: #sat=1 #unsat=23 bias=23/24
0.08/0.19	c Solving starts ...
0.08/0.19	c ============================[ Search Statistics ]============================
0.08/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.19	c =============================================================================
0.08/0.19	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       22
0.08/0.19	c  0.0s |       0 |      124 |        0 |     1987      0 |        0 |       22
0.08/0.19	c #cpu_time = 0.002s
0.08/0.19	c #wall_clock_time = 0.002s
0.08/0.19	c #decision = 124
0.08/0.19	c #random_decision = 0
0.08/0.19	c #conflict = 0
0.08/0.19	c #restart = 0
0.08/0.19	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.19	c lower bound updated to 23
0.08/0.19	c BCD2: 23 <= obj <= 1962
0.08/0.19	c BCD2: #cores=23, #unrelaxed=1917, #relaxed=46, #hardened=0
0.08/0.19	c BCD2: #sat=1 #unsat=24 bias=24/25
0.08/0.19	c Solving starts ...
0.08/0.19	c ============================[ Search Statistics ]============================
0.08/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.19	c =============================================================================
0.08/0.19	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       23
0.08/0.19	c  0.0s |       0 |      125 |        0 |     1987      0 |        0 |       23
0.08/0.19	c #cpu_time = 0.002s
0.08/0.19	c #wall_clock_time = 0.002s
0.08/0.19	c #decision = 125
0.08/0.19	c #random_decision = 0
0.08/0.19	c #conflict = 0
0.08/0.19	c #restart = 0
0.08/0.19	c BCD2: found a new core of size 2: cost of the new core is >=1
0.08/0.19	c lower bound updated to 24
0.08/0.19	c BCD2: 24 <= obj <= 1962
0.08/0.19	c BCD2: #cores=24, #unrelaxed=1915, #relaxed=48, #hardened=0
0.08/0.19	c BCD2: #sat=1 #unsat=25 bias=25/26
0.08/0.19	c Solving starts ...
0.08/0.19	c ============================[ Search Statistics ]============================
0.08/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.19	c =============================================================================
0.08/0.19	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       24
0.18/0.20	c  0.0s |       0 |      125 |        0 |     1987      0 |        0 |       24
0.18/0.20	c #cpu_time = 0.002s
0.18/0.20	c #wall_clock_time = 0.002s
0.18/0.20	c #decision = 125
0.18/0.20	c #random_decision = 0
0.18/0.20	c #conflict = 0
0.18/0.20	c #restart = 0
0.18/0.20	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.20	c lower bound updated to 25
0.18/0.20	c BCD2: 25 <= obj <= 1962
0.18/0.20	c BCD2: #cores=25, #unrelaxed=1913, #relaxed=50, #hardened=0
0.18/0.20	c BCD2: #sat=1 #unsat=26 bias=26/27
0.18/0.20	c Solving starts ...
0.18/0.20	c ============================[ Search Statistics ]============================
0.18/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.20	c =============================================================================
0.18/0.20	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       25
0.18/0.20	c  0.0s |       0 |      138 |        0 |     1987      0 |        0 |       25
0.18/0.20	c #cpu_time = 0.002s
0.18/0.20	c #wall_clock_time = 0.002s
0.18/0.20	c #decision = 138
0.18/0.20	c #random_decision = 0
0.18/0.20	c #conflict = 0
0.18/0.20	c #restart = 0
0.18/0.20	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.20	c lower bound updated to 26
0.18/0.20	c BCD2: 26 <= obj <= 1962
0.18/0.20	c BCD2: #cores=26, #unrelaxed=1911, #relaxed=52, #hardened=0
0.18/0.20	c BCD2: #sat=1 #unsat=27 bias=27/28
0.18/0.20	c Solving starts ...
0.18/0.20	c ============================[ Search Statistics ]============================
0.18/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.20	c =============================================================================
0.18/0.20	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       26
0.18/0.20	c  0.0s |       0 |      146 |        0 |     1987      0 |        0 |       26
0.18/0.20	c #cpu_time = 0.002s
0.18/0.20	c #wall_clock_time = 0.002s
0.18/0.20	c #decision = 146
0.18/0.20	c #random_decision = 0
0.18/0.20	c #conflict = 0
0.18/0.20	c #restart = 0
0.18/0.20	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.20	c lower bound updated to 27
0.18/0.20	c BCD2: 27 <= obj <= 1962
0.18/0.20	c BCD2: #cores=27, #unrelaxed=1909, #relaxed=54, #hardened=0
0.18/0.20	c BCD2: #sat=1 #unsat=28 bias=28/29
0.18/0.20	c Solving starts ...
0.18/0.20	c ============================[ Search Statistics ]============================
0.18/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.20	c =============================================================================
0.18/0.20	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       27
0.18/0.21	c  0.0s |       0 |      148 |        0 |     1987      0 |        0 |       27
0.18/0.21	c #cpu_time = 0.002s
0.18/0.21	c #wall_clock_time = 0.002s
0.18/0.21	c #decision = 148
0.18/0.21	c #random_decision = 0
0.18/0.21	c #conflict = 0
0.18/0.21	c #restart = 0
0.18/0.21	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.21	c lower bound updated to 28
0.18/0.21	c BCD2: 28 <= obj <= 1962
0.18/0.21	c BCD2: #cores=28, #unrelaxed=1907, #relaxed=56, #hardened=0
0.18/0.21	c BCD2: #sat=1 #unsat=29 bias=29/30
0.18/0.21	c Solving starts ...
0.18/0.21	c ============================[ Search Statistics ]============================
0.18/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.21	c =============================================================================
0.18/0.21	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       28
0.18/0.21	c  0.0s |       0 |      153 |        0 |     1987      0 |        0 |       28
0.18/0.21	c #cpu_time = 0.002s
0.18/0.21	c #wall_clock_time = 0.002s
0.18/0.21	c #decision = 153
0.18/0.21	c #random_decision = 0
0.18/0.21	c #conflict = 0
0.18/0.21	c #restart = 0
0.18/0.21	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.21	c lower bound updated to 29
0.18/0.21	c BCD2: 29 <= obj <= 1962
0.18/0.21	c BCD2: #cores=29, #unrelaxed=1905, #relaxed=58, #hardened=0
0.18/0.21	c BCD2: #sat=1 #unsat=30 bias=30/31
0.18/0.21	c Solving starts ...
0.18/0.21	c ============================[ Search Statistics ]============================
0.18/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.21	c =============================================================================
0.18/0.21	c  0.0s |       0 |        0 |        0 |     1987      0 |        0 |       29
0.18/0.21	c  0.0s |       0 |      153 |        0 |     1987      0 |        0 |       29
0.18/0.21	c #cpu_time = 0.002s
0.18/0.21	c #wall_clock_time = 0.002s
0.18/0.21	c #decision = 153
0.18/0.21	c #random_decision = 0
0.18/0.21	c #conflict = 0
0.18/0.21	c #restart = 0
0.18/0.21	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.18/0.21	c lower bound updated to 30
0.18/0.21	c BCD2: 30 <= obj <= 1962
0.18/0.21	c BCD2: #cores=29, #unrelaxed=1903, #relaxed=60, #hardened=0
0.18/0.21	c BCD2: #sat=1 #unsat=31 bias=31/32
0.18/0.21	c Solving starts ...
0.18/0.21	c ============================[ Search Statistics ]============================
0.18/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.21	c =============================================================================
0.18/0.21	c  0.0s |       0 |        0 |        0 |     1987      0 |        1 |       29
0.18/0.22	c  0.0s |       0 |      153 |        0 |     1987      0 |        1 |       30
0.18/0.22	c #cpu_time = 0.002s
0.18/0.22	c #wall_clock_time = 0.002s
0.18/0.22	c #decision = 153
0.18/0.22	c #random_decision = 0
0.18/0.22	c #conflict = 0
0.18/0.22	c #restart = 0
0.18/0.22	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.22	c lower bound updated to 31
0.18/0.22	c BCD2: 31 <= obj <= 1962
0.18/0.22	c BCD2: #cores=30, #unrelaxed=1901, #relaxed=62, #hardened=0
0.18/0.22	c BCD2: #sat=1 #unsat=32 bias=32/33
0.18/0.22	c Solving starts ...
0.18/0.22	c ============================[ Search Statistics ]============================
0.18/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.22	c =============================================================================
0.18/0.22	c  0.0s |       0 |        0 |        0 |     1987      0 |        1 |       31
0.18/0.22	c  0.0s |       0 |      163 |        0 |     1987      0 |        1 |       31
0.18/0.22	c #cpu_time = 0.002s
0.18/0.22	c #wall_clock_time = 0.002s
0.18/0.22	c #decision = 163
0.18/0.22	c #random_decision = 0
0.18/0.22	c #conflict = 0
0.18/0.22	c #restart = 0
0.18/0.22	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.22	c lower bound updated to 32
0.18/0.22	c BCD2: 32 <= obj <= 1962
0.18/0.22	c BCD2: #cores=31, #unrelaxed=1899, #relaxed=64, #hardened=0
0.18/0.22	c BCD2: #sat=1 #unsat=33 bias=33/34
0.18/0.22	c Solving starts ...
0.18/0.22	c ============================[ Search Statistics ]============================
0.18/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.22	c =============================================================================
0.18/0.22	c  0.0s |       0 |        0 |        0 |     1987      0 |        1 |       32
0.18/0.22	c  0.0s |       0 |      163 |        0 |     1987      0 |        1 |       32
0.18/0.22	c #cpu_time = 0.002s
0.18/0.22	c #wall_clock_time = 0.002s
0.18/0.22	c #decision = 163
0.18/0.22	c #random_decision = 0
0.18/0.22	c #conflict = 0
0.18/0.22	c #restart = 0
0.18/0.22	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.18/0.22	c lower bound updated to 33
0.18/0.22	c BCD2: 33 <= obj <= 1962
0.18/0.22	c BCD2: #cores=31, #unrelaxed=1897, #relaxed=66, #hardened=0
0.18/0.22	c BCD2: #sat=1 #unsat=34 bias=34/35
0.18/0.22	c Solving starts ...
0.18/0.22	c ============================[ Search Statistics ]============================
0.18/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.22	c =============================================================================
0.18/0.22	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       32
0.18/0.22	c  0.0s |       0 |      168 |        0 |     1987      0 |        2 |       33
0.18/0.22	c #cpu_time = 0.002s
0.18/0.22	c #wall_clock_time = 0.002s
0.18/0.22	c #decision = 168
0.18/0.22	c #random_decision = 0
0.18/0.22	c #conflict = 0
0.18/0.22	c #restart = 0
0.18/0.22	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.22	c lower bound updated to 34
0.18/0.23	c BCD2: 34 <= obj <= 1962
0.18/0.23	c BCD2: #cores=32, #unrelaxed=1895, #relaxed=68, #hardened=0
0.18/0.23	c BCD2: #sat=1 #unsat=35 bias=35/36
0.18/0.23	c Solving starts ...
0.18/0.23	c ============================[ Search Statistics ]============================
0.18/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.23	c =============================================================================
0.18/0.23	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       34
0.18/0.23	c  0.0s |       0 |      174 |        0 |     1987      0 |        2 |       34
0.18/0.23	c #cpu_time = 0.002s
0.18/0.23	c #wall_clock_time = 0.002s
0.18/0.23	c #decision = 174
0.18/0.23	c #random_decision = 0
0.18/0.23	c #conflict = 0
0.18/0.23	c #restart = 0
0.18/0.23	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.23	c lower bound updated to 35
0.18/0.23	c BCD2: 35 <= obj <= 1962
0.18/0.23	c BCD2: #cores=33, #unrelaxed=1893, #relaxed=70, #hardened=0
0.18/0.23	c BCD2: #sat=1 #unsat=36 bias=36/37
0.18/0.23	c Solving starts ...
0.18/0.23	c ============================[ Search Statistics ]============================
0.18/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.23	c =============================================================================
0.18/0.23	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       35
0.18/0.23	c  0.0s |       0 |      175 |        0 |     1987      0 |        2 |       35
0.18/0.23	c #cpu_time = 0.002s
0.18/0.23	c #wall_clock_time = 0.002s
0.18/0.23	c #decision = 175
0.18/0.23	c #random_decision = 0
0.18/0.23	c #conflict = 0
0.18/0.23	c #restart = 0
0.18/0.23	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.23	c lower bound updated to 36
0.18/0.23	c BCD2: 36 <= obj <= 1962
0.18/0.23	c BCD2: #cores=34, #unrelaxed=1891, #relaxed=72, #hardened=0
0.18/0.23	c BCD2: #sat=1 #unsat=37 bias=37/38
0.18/0.23	c Solving starts ...
0.18/0.23	c ============================[ Search Statistics ]============================
0.18/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.23	c =============================================================================
0.18/0.23	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       36
0.18/0.23	c  0.0s |       0 |      176 |        0 |     1987      0 |        2 |       36
0.18/0.23	c #cpu_time = 0.002s
0.18/0.23	c #wall_clock_time = 0.002s
0.18/0.23	c #decision = 176
0.18/0.23	c #random_decision = 0
0.18/0.23	c #conflict = 0
0.18/0.23	c #restart = 0
0.18/0.23	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.23	c lower bound updated to 37
0.18/0.24	c BCD2: 37 <= obj <= 1962
0.18/0.24	c BCD2: #cores=35, #unrelaxed=1889, #relaxed=74, #hardened=0
0.18/0.24	c BCD2: #sat=1 #unsat=38 bias=38/39
0.18/0.24	c Solving starts ...
0.18/0.24	c ============================[ Search Statistics ]============================
0.18/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.24	c =============================================================================
0.18/0.24	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       37
0.18/0.24	c  0.0s |       0 |      176 |        0 |     1987      0 |        2 |       37
0.18/0.24	c #cpu_time = 0.002s
0.18/0.24	c #wall_clock_time = 0.002s
0.18/0.24	c #decision = 176
0.18/0.24	c #random_decision = 0
0.18/0.24	c #conflict = 0
0.18/0.24	c #restart = 0
0.18/0.24	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.24	c lower bound updated to 38
0.18/0.24	c BCD2: 38 <= obj <= 1962
0.18/0.24	c BCD2: #cores=36, #unrelaxed=1887, #relaxed=76, #hardened=0
0.18/0.24	c BCD2: #sat=1 #unsat=39 bias=39/40
0.18/0.24	c Solving starts ...
0.18/0.24	c ============================[ Search Statistics ]============================
0.18/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.24	c =============================================================================
0.18/0.24	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       38
0.18/0.24	c  0.0s |       0 |      176 |        0 |     1987      0 |        2 |       38
0.18/0.24	c #cpu_time = 0.002s
0.18/0.24	c #wall_clock_time = 0.002s
0.18/0.24	c #decision = 176
0.18/0.24	c #random_decision = 0
0.18/0.24	c #conflict = 0
0.18/0.24	c #restart = 0
0.18/0.24	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.24	c lower bound updated to 39
0.18/0.24	c BCD2: 39 <= obj <= 1962
0.18/0.24	c BCD2: #cores=37, #unrelaxed=1885, #relaxed=78, #hardened=0
0.18/0.24	c BCD2: #sat=1 #unsat=40 bias=40/41
0.18/0.24	c Solving starts ...
0.18/0.24	c ============================[ Search Statistics ]============================
0.18/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.24	c =============================================================================
0.18/0.24	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       39
0.18/0.24	c  0.0s |       0 |      178 |        0 |     1987      0 |        2 |       39
0.18/0.24	c #cpu_time = 0.002s
0.18/0.24	c #wall_clock_time = 0.002s
0.18/0.24	c #decision = 178
0.18/0.24	c #random_decision = 0
0.18/0.24	c #conflict = 0
0.18/0.24	c #restart = 0
0.18/0.24	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.24	c lower bound updated to 40
0.18/0.24	c BCD2: 40 <= obj <= 1962
0.18/0.24	c BCD2: #cores=38, #unrelaxed=1883, #relaxed=80, #hardened=0
0.18/0.24	c BCD2: #sat=1 #unsat=41 bias=41/42
0.18/0.24	c Solving starts ...
0.18/0.24	c ============================[ Search Statistics ]============================
0.18/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.24	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       40
0.18/0.25	c  0.0s |       0 |      181 |        0 |     1987      0 |        2 |       40
0.18/0.25	c #cpu_time = 0.002s
0.18/0.25	c #wall_clock_time = 0.002s
0.18/0.25	c #decision = 181
0.18/0.25	c #random_decision = 0
0.18/0.25	c #conflict = 0
0.18/0.25	c #restart = 0
0.18/0.25	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.25	c lower bound updated to 41
0.18/0.25	c BCD2: 41 <= obj <= 1962
0.18/0.25	c BCD2: #cores=39, #unrelaxed=1881, #relaxed=82, #hardened=0
0.18/0.25	c BCD2: #sat=1 #unsat=42 bias=42/43
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       41
0.18/0.25	c  0.0s |       0 |      181 |        0 |     1987      0 |        2 |       41
0.18/0.25	c #cpu_time = 0.002s
0.18/0.25	c #wall_clock_time = 0.002s
0.18/0.25	c #decision = 181
0.18/0.25	c #random_decision = 0
0.18/0.25	c #conflict = 0
0.18/0.25	c #restart = 0
0.18/0.25	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.25	c lower bound updated to 42
0.18/0.25	c BCD2: 42 <= obj <= 1962
0.18/0.25	c BCD2: #cores=40, #unrelaxed=1879, #relaxed=84, #hardened=0
0.18/0.25	c BCD2: #sat=1 #unsat=43 bias=43/44
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       42
0.18/0.25	c  0.0s |       0 |      181 |        0 |     1987      0 |        2 |       42
0.18/0.25	c #cpu_time = 0.002s
0.18/0.25	c #wall_clock_time = 0.002s
0.18/0.25	c #decision = 181
0.18/0.25	c #random_decision = 0
0.18/0.25	c #conflict = 0
0.18/0.25	c #restart = 0
0.18/0.25	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.25	c lower bound updated to 43
0.18/0.25	c BCD2: 43 <= obj <= 1962
0.18/0.25	c BCD2: #cores=41, #unrelaxed=1877, #relaxed=86, #hardened=0
0.18/0.25	c BCD2: #sat=1 #unsat=44 bias=44/45
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       43
0.18/0.26	c  0.0s |       0 |      181 |        0 |     1987      0 |        2 |       43
0.18/0.26	c #cpu_time = 0.002s
0.18/0.26	c #wall_clock_time = 0.002s
0.18/0.26	c #decision = 181
0.18/0.26	c #random_decision = 0
0.18/0.26	c #conflict = 0
0.18/0.26	c #restart = 0
0.18/0.26	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.26	c lower bound updated to 44
0.18/0.26	c BCD2: 44 <= obj <= 1962
0.18/0.26	c BCD2: #cores=42, #unrelaxed=1875, #relaxed=88, #hardened=0
0.18/0.26	c BCD2: #sat=1 #unsat=45 bias=45/46
0.18/0.26	c Solving starts ...
0.18/0.26	c ============================[ Search Statistics ]============================
0.18/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.26	c =============================================================================
0.18/0.26	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       44
0.18/0.26	c  0.0s |       0 |      187 |        0 |     1987      0 |        2 |       44
0.18/0.26	c #cpu_time = 0.002s
0.18/0.26	c #wall_clock_time = 0.002s
0.18/0.26	c #decision = 187
0.18/0.26	c #random_decision = 0
0.18/0.26	c #conflict = 0
0.18/0.26	c #restart = 0
0.18/0.26	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.26	c lower bound updated to 45
0.18/0.26	c BCD2: 45 <= obj <= 1962
0.18/0.26	c BCD2: #cores=43, #unrelaxed=1873, #relaxed=90, #hardened=0
0.18/0.26	c BCD2: #sat=1 #unsat=46 bias=46/47
0.18/0.26	c Solving starts ...
0.18/0.26	c ============================[ Search Statistics ]============================
0.18/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.26	c =============================================================================
0.18/0.26	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       45
0.18/0.26	c  0.0s |       0 |      188 |        0 |     1987      0 |        2 |       45
0.18/0.26	c #cpu_time = 0.002s
0.18/0.26	c #wall_clock_time = 0.002s
0.18/0.26	c #decision = 188
0.18/0.26	c #random_decision = 0
0.18/0.26	c #conflict = 0
0.18/0.26	c #restart = 0
0.18/0.26	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.26	c lower bound updated to 46
0.18/0.26	c BCD2: 46 <= obj <= 1962
0.18/0.26	c BCD2: #cores=44, #unrelaxed=1871, #relaxed=92, #hardened=0
0.18/0.26	c BCD2: #sat=1 #unsat=47 bias=47/48
0.18/0.26	c Solving starts ...
0.18/0.26	c ============================[ Search Statistics ]============================
0.18/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.26	c =============================================================================
0.18/0.26	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       46
0.18/0.27	c  0.0s |       0 |      196 |        0 |     1987      0 |        2 |       46
0.18/0.27	c #cpu_time = 0.002s
0.18/0.27	c #wall_clock_time = 0.002s
0.18/0.27	c #decision = 196
0.18/0.27	c #random_decision = 0
0.18/0.27	c #conflict = 0
0.18/0.27	c #restart = 0
0.18/0.27	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.27	c lower bound updated to 47
0.18/0.27	c BCD2: 47 <= obj <= 1962
0.18/0.27	c BCD2: #cores=45, #unrelaxed=1869, #relaxed=94, #hardened=0
0.18/0.27	c BCD2: #sat=1 #unsat=48 bias=48/49
0.18/0.27	c Solving starts ...
0.18/0.27	c ============================[ Search Statistics ]============================
0.18/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.27	c =============================================================================
0.18/0.27	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       47
0.18/0.27	c  0.0s |       0 |      201 |        0 |     1987      0 |        2 |       47
0.18/0.27	c #cpu_time = 0.002s
0.18/0.27	c #wall_clock_time = 0.002s
0.18/0.27	c #decision = 201
0.18/0.27	c #random_decision = 0
0.18/0.27	c #conflict = 0
0.18/0.27	c #restart = 0
0.18/0.27	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.27	c lower bound updated to 48
0.18/0.27	c BCD2: 48 <= obj <= 1962
0.18/0.27	c BCD2: #cores=46, #unrelaxed=1867, #relaxed=96, #hardened=0
0.18/0.27	c BCD2: #sat=1 #unsat=49 bias=49/50
0.18/0.27	c Solving starts ...
0.18/0.27	c ============================[ Search Statistics ]============================
0.18/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.27	c =============================================================================
0.18/0.27	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       48
0.18/0.27	c  0.0s |       0 |      204 |        0 |     1987      0 |        2 |       48
0.18/0.27	c #cpu_time = 0.002s
0.18/0.27	c #wall_clock_time = 0.002s
0.18/0.27	c #decision = 204
0.18/0.27	c #random_decision = 0
0.18/0.27	c #conflict = 0
0.18/0.27	c #restart = 0
0.18/0.27	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.27	c lower bound updated to 49
0.18/0.27	c BCD2: 49 <= obj <= 1962
0.18/0.27	c BCD2: #cores=47, #unrelaxed=1865, #relaxed=98, #hardened=0
0.18/0.27	c BCD2: #sat=1 #unsat=50 bias=50/51
0.18/0.27	c Solving starts ...
0.18/0.27	c ============================[ Search Statistics ]============================
0.18/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.27	c =============================================================================
0.18/0.27	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       49
0.18/0.28	c  0.0s |       0 |      205 |        0 |     1987      0 |        2 |       49
0.18/0.28	c #cpu_time = 0.002s
0.18/0.28	c #wall_clock_time = 0.002s
0.18/0.28	c #decision = 205
0.18/0.28	c #random_decision = 0
0.18/0.28	c #conflict = 0
0.18/0.28	c #restart = 0
0.18/0.28	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.28	c lower bound updated to 50
0.18/0.28	c BCD2: 50 <= obj <= 1962
0.18/0.28	c BCD2: #cores=48, #unrelaxed=1863, #relaxed=100, #hardened=0
0.18/0.28	c BCD2: #sat=1 #unsat=51 bias=51/52
0.18/0.28	c Solving starts ...
0.18/0.28	c ============================[ Search Statistics ]============================
0.18/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.28	c =============================================================================
0.18/0.28	c  0.0s |       0 |        0 |        0 |     1987      0 |        2 |       50
0.18/0.28	c  0.0s |       0 |      208 |        0 |     1987      0 |        2 |       50
0.18/0.28	c #cpu_time = 0.002s
0.18/0.28	c #wall_clock_time = 0.002s
0.18/0.28	c #decision = 208
0.18/0.28	c #random_decision = 0
0.18/0.28	c #conflict = 0
0.18/0.28	c #restart = 0
0.18/0.28	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.18/0.28	c lower bound updated to 51
0.18/0.28	c BCD2: 51 <= obj <= 1962
0.18/0.28	c BCD2: #cores=48, #unrelaxed=1861, #relaxed=102, #hardened=0
0.18/0.28	c BCD2: #sat=1 #unsat=52 bias=52/53
0.18/0.28	c Solving starts ...
0.18/0.28	c ============================[ Search Statistics ]============================
0.18/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.28	c =============================================================================
0.18/0.28	c  0.0s |       0 |        0 |        0 |     1987      0 |        3 |       50
0.18/0.28	c  0.0s |       0 |      208 |        0 |     1987      0 |        3 |       51
0.18/0.28	c #cpu_time = 0.002s
0.18/0.28	c #wall_clock_time = 0.002s
0.18/0.28	c #decision = 208
0.18/0.28	c #random_decision = 0
0.18/0.28	c #conflict = 0
0.18/0.28	c #restart = 0
0.18/0.28	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.28	c lower bound updated to 52
0.18/0.28	c BCD2: 52 <= obj <= 1962
0.18/0.28	c BCD2: #cores=49, #unrelaxed=1859, #relaxed=104, #hardened=0
0.18/0.28	c BCD2: #sat=1 #unsat=53 bias=53/54
0.18/0.28	c Solving starts ...
0.18/0.28	c ============================[ Search Statistics ]============================
0.18/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.28	c =============================================================================
0.18/0.28	c  0.0s |       0 |        0 |        0 |     1987      0 |        3 |       52
0.18/0.29	c  0.0s |       0 |      213 |        0 |     1987      0 |        3 |       52
0.18/0.29	c #cpu_time = 0.002s
0.18/0.29	c #wall_clock_time = 0.002s
0.18/0.29	c #decision = 213
0.18/0.29	c #random_decision = 0
0.18/0.29	c #conflict = 0
0.18/0.29	c #restart = 0
0.18/0.29	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.29	c lower bound updated to 53
0.18/0.29	c BCD2: 53 <= obj <= 1962
0.18/0.29	c BCD2: #cores=50, #unrelaxed=1857, #relaxed=106, #hardened=0
0.18/0.29	c BCD2: #sat=1 #unsat=54 bias=54/55
0.18/0.29	c Solving starts ...
0.18/0.29	c ============================[ Search Statistics ]============================
0.18/0.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.29	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.29	c =============================================================================
0.18/0.29	c  0.0s |       0 |        0 |        0 |     1987      0 |        3 |       53
0.18/0.29	c  0.0s |       0 |      214 |        0 |     1987      0 |        3 |       53
0.18/0.29	c #cpu_time = 0.002s
0.18/0.29	c #wall_clock_time = 0.002s
0.18/0.29	c #decision = 214
0.18/0.29	c #random_decision = 0
0.18/0.29	c #conflict = 0
0.18/0.29	c #restart = 0
0.18/0.29	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.29	c lower bound updated to 54
0.18/0.29	c BCD2: 54 <= obj <= 1962
0.18/0.29	c BCD2: #cores=51, #unrelaxed=1855, #relaxed=108, #hardened=0
0.18/0.29	c BCD2: #sat=1 #unsat=55 bias=55/56
0.18/0.29	c Solving starts ...
0.18/0.29	c ============================[ Search Statistics ]============================
0.18/0.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.29	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.29	c =============================================================================
0.18/0.29	c  0.0s |       0 |        0 |        0 |     1987      0 |        3 |       54
0.18/0.29	c  0.0s |       0 |      219 |        0 |     1987      0 |        3 |       54
0.18/0.29	c #cpu_time = 0.002s
0.18/0.29	c #wall_clock_time = 0.002s
0.18/0.29	c #decision = 219
0.18/0.29	c #random_decision = 0
0.18/0.29	c #conflict = 0
0.18/0.29	c #restart = 0
0.18/0.29	c BCD2: found a new core of size 2: cost of the new core is >=1
0.18/0.29	c lower bound updated to 55
0.18/0.29	c BCD2: 55 <= obj <= 1962
0.18/0.29	c BCD2: #cores=52, #unrelaxed=1853, #relaxed=110, #hardened=0
0.18/0.29	c BCD2: #sat=1 #unsat=56 bias=56/57
0.18/0.29	c Solving starts ...
0.18/0.29	c ============================[ Search Statistics ]============================
0.18/0.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.29	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.29	c =============================================================================
0.18/0.29	c  0.0s |       0 |        0 |        0 |     1987      0 |        3 |       55
0.29/0.30	c  0.0s |       0 |      219 |        0 |     1987      0 |        3 |       55
0.29/0.30	c #cpu_time = 0.002s
0.29/0.30	c #wall_clock_time = 0.002s
0.29/0.30	c #decision = 219
0.29/0.30	c #random_decision = 0
0.29/0.30	c #conflict = 0
0.29/0.30	c #restart = 0
0.29/0.30	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.30	c lower bound updated to 56
0.29/0.30	c BCD2: 56 <= obj <= 1962
0.29/0.30	c BCD2: #cores=53, #unrelaxed=1851, #relaxed=112, #hardened=0
0.29/0.30	c BCD2: #sat=1 #unsat=57 bias=57/58
0.29/0.30	c Solving starts ...
0.29/0.30	c ============================[ Search Statistics ]============================
0.29/0.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.30	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.30	c =============================================================================
0.29/0.30	c  0.0s |       0 |        0 |        0 |     1987      0 |        3 |       56
0.29/0.30	c  0.0s |       0 |      222 |        0 |     1987      0 |        3 |       56
0.29/0.30	c #cpu_time = 0.002s
0.29/0.30	c #wall_clock_time = 0.002s
0.29/0.30	c #decision = 222
0.29/0.30	c #random_decision = 0
0.29/0.30	c #conflict = 0
0.29/0.30	c #restart = 0
0.29/0.30	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.30	c lower bound updated to 57
0.29/0.30	c BCD2: 57 <= obj <= 1962
0.29/0.30	c BCD2: #cores=54, #unrelaxed=1849, #relaxed=114, #hardened=0
0.29/0.30	c BCD2: #sat=1 #unsat=58 bias=58/59
0.29/0.30	c Solving starts ...
0.29/0.30	c ============================[ Search Statistics ]============================
0.29/0.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.30	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.30	c =============================================================================
0.29/0.30	c  0.0s |       0 |        0 |        0 |     1987      0 |        3 |       57
0.29/0.30	c  0.0s |       0 |      224 |        0 |     1987      0 |        3 |       57
0.29/0.30	c #cpu_time = 0.002s
0.29/0.30	c #wall_clock_time = 0.002s
0.29/0.30	c #decision = 224
0.29/0.30	c #random_decision = 0
0.29/0.30	c #conflict = 0
0.29/0.30	c #restart = 0
0.29/0.30	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.30	c lower bound updated to 58
0.29/0.30	c BCD2: 58 <= obj <= 1962
0.29/0.30	c BCD2: #cores=55, #unrelaxed=1847, #relaxed=116, #hardened=0
0.29/0.30	c BCD2: #sat=1 #unsat=59 bias=59/60
0.29/0.30	c Solving starts ...
0.29/0.30	c ============================[ Search Statistics ]============================
0.29/0.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.30	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.30	c =============================================================================
0.29/0.30	c  0.0s |       0 |        0 |        0 |     1987      0 |        3 |       58
0.29/0.31	c  0.0s |       0 |      234 |        0 |     1987      0 |        3 |       58
0.29/0.31	c #cpu_time = 0.002s
0.29/0.31	c #wall_clock_time = 0.002s
0.29/0.31	c #decision = 234
0.29/0.31	c #random_decision = 0
0.29/0.31	c #conflict = 0
0.29/0.31	c #restart = 0
0.29/0.31	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.31	c lower bound updated to 59
0.29/0.31	c BCD2: 59 <= obj <= 1962
0.29/0.31	c BCD2: #cores=56, #unrelaxed=1845, #relaxed=118, #hardened=0
0.29/0.31	c BCD2: #sat=1 #unsat=60 bias=60/61
0.29/0.31	c Solving starts ...
0.29/0.31	c ============================[ Search Statistics ]============================
0.29/0.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.31	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.31	c =============================================================================
0.29/0.31	c  0.0s |       0 |        0 |        0 |     1987      0 |        3 |       59
0.29/0.31	c  0.0s |       0 |      445 |        1 |     1987      0 |        3 |       59
0.29/0.31	c #cpu_time = 0.003s
0.29/0.31	c #wall_clock_time = 0.003s
0.29/0.31	c #decision = 445
0.29/0.31	c #random_decision = 0
0.29/0.31	c #conflict = 1
0.29/0.31	c #restart = 0
0.29/0.31	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
0.29/0.31	c lower bound updated to 60
0.29/0.31	c BCD2: 60 <= obj <= 1962
0.29/0.31	c BCD2: #cores=55, #unrelaxed=1844, #relaxed=119, #hardened=0
0.29/0.31	c BCD2: #sat=1 #unsat=61 bias=61/62
0.29/0.31	c Solving starts ...
0.29/0.31	c ============================[ Search Statistics ]============================
0.29/0.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.31	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.31	c =============================================================================
0.29/0.31	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       59
0.29/0.31	c  0.0s |       0 |      240 |        0 |     1987      0 |        5 |       61
0.29/0.31	c #cpu_time = 0.003s
0.29/0.31	c #wall_clock_time = 0.003s
0.29/0.31	c #decision = 240
0.29/0.31	c #random_decision = 0
0.29/0.31	c #conflict = 0
0.29/0.31	c #restart = 0
0.29/0.31	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.31	c lower bound updated to 61
0.29/0.32	c BCD2: 61 <= obj <= 1962
0.29/0.32	c BCD2: #cores=56, #unrelaxed=1842, #relaxed=121, #hardened=0
0.29/0.32	c BCD2: #sat=1 #unsat=62 bias=62/63
0.29/0.32	c Solving starts ...
0.29/0.32	c ============================[ Search Statistics ]============================
0.29/0.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.32	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.32	c =============================================================================
0.29/0.32	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       62
0.29/0.32	c  0.0s |       0 |      240 |        0 |     1987      0 |        5 |       62
0.29/0.32	c #cpu_time = 0.002s
0.29/0.32	c #wall_clock_time = 0.002s
0.29/0.32	c #decision = 240
0.29/0.32	c #random_decision = 0
0.29/0.32	c #conflict = 0
0.29/0.32	c #restart = 0
0.29/0.32	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.32	c lower bound updated to 62
0.29/0.32	c BCD2: 62 <= obj <= 1962
0.29/0.32	c BCD2: #cores=57, #unrelaxed=1840, #relaxed=123, #hardened=0
0.29/0.32	c BCD2: #sat=1 #unsat=63 bias=63/64
0.29/0.32	c Solving starts ...
0.29/0.32	c ============================[ Search Statistics ]============================
0.29/0.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.32	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.32	c =============================================================================
0.29/0.32	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       63
0.29/0.32	c  0.0s |       0 |      240 |        0 |     1987      0 |        5 |       63
0.29/0.32	c #cpu_time = 0.002s
0.29/0.32	c #wall_clock_time = 0.002s
0.29/0.32	c #decision = 240
0.29/0.32	c #random_decision = 0
0.29/0.32	c #conflict = 0
0.29/0.32	c #restart = 0
0.29/0.32	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.32	c lower bound updated to 63
0.29/0.32	c BCD2: 63 <= obj <= 1962
0.29/0.32	c BCD2: #cores=58, #unrelaxed=1838, #relaxed=125, #hardened=0
0.29/0.32	c BCD2: #sat=1 #unsat=64 bias=64/65
0.29/0.32	c Solving starts ...
0.29/0.32	c ============================[ Search Statistics ]============================
0.29/0.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.32	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.32	c =============================================================================
0.29/0.32	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       64
0.29/0.32	c  0.0s |       0 |      244 |        0 |     1987      0 |        5 |       64
0.29/0.32	c #cpu_time = 0.002s
0.29/0.32	c #wall_clock_time = 0.002s
0.29/0.32	c #decision = 244
0.29/0.32	c #random_decision = 0
0.29/0.32	c #conflict = 0
0.29/0.32	c #restart = 0
0.29/0.32	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.32	c lower bound updated to 64
0.29/0.33	c BCD2: 64 <= obj <= 1962
0.29/0.33	c BCD2: #cores=59, #unrelaxed=1836, #relaxed=127, #hardened=0
0.29/0.33	c BCD2: #sat=1 #unsat=65 bias=65/66
0.29/0.33	c Solving starts ...
0.29/0.33	c ============================[ Search Statistics ]============================
0.29/0.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.33	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.33	c =============================================================================
0.29/0.33	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       65
0.29/0.33	c  0.0s |       0 |      245 |        0 |     1987      0 |        5 |       65
0.29/0.33	c #cpu_time = 0.002s
0.29/0.33	c #wall_clock_time = 0.002s
0.29/0.33	c #decision = 245
0.29/0.33	c #random_decision = 0
0.29/0.33	c #conflict = 0
0.29/0.33	c #restart = 0
0.29/0.33	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.33	c lower bound updated to 65
0.29/0.33	c BCD2: 65 <= obj <= 1962
0.29/0.33	c BCD2: #cores=60, #unrelaxed=1834, #relaxed=129, #hardened=0
0.29/0.33	c BCD2: #sat=1 #unsat=66 bias=66/67
0.29/0.33	c Solving starts ...
0.29/0.33	c ============================[ Search Statistics ]============================
0.29/0.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.33	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.33	c =============================================================================
0.29/0.33	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       66
0.29/0.33	c  0.0s |       0 |      254 |        0 |     1987      0 |        5 |       66
0.29/0.33	c #cpu_time = 0.002s
0.29/0.33	c #wall_clock_time = 0.002s
0.29/0.33	c #decision = 254
0.29/0.33	c #random_decision = 0
0.29/0.33	c #conflict = 0
0.29/0.33	c #restart = 0
0.29/0.33	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.33	c lower bound updated to 66
0.29/0.33	c BCD2: 66 <= obj <= 1962
0.29/0.33	c BCD2: #cores=61, #unrelaxed=1832, #relaxed=131, #hardened=0
0.29/0.33	c BCD2: #sat=1 #unsat=67 bias=67/68
0.29/0.33	c Solving starts ...
0.29/0.33	c ============================[ Search Statistics ]============================
0.29/0.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.33	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.33	c =============================================================================
0.29/0.33	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       67
0.29/0.34	c  0.0s |       0 |      254 |        0 |     1987      0 |        5 |       67
0.29/0.34	c #cpu_time = 0.002s
0.29/0.34	c #wall_clock_time = 0.002s
0.29/0.34	c #decision = 254
0.29/0.34	c #random_decision = 0
0.29/0.34	c #conflict = 0
0.29/0.34	c #restart = 0
0.29/0.34	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.34	c lower bound updated to 67
0.29/0.34	c BCD2: 67 <= obj <= 1962
0.29/0.34	c BCD2: #cores=62, #unrelaxed=1830, #relaxed=133, #hardened=0
0.29/0.34	c BCD2: #sat=1 #unsat=68 bias=68/69
0.29/0.34	c Solving starts ...
0.29/0.34	c ============================[ Search Statistics ]============================
0.29/0.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.34	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.34	c =============================================================================
0.29/0.34	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       68
0.29/0.34	c  0.0s |       0 |      256 |        0 |     1987      0 |        5 |       68
0.29/0.34	c #cpu_time = 0.002s
0.29/0.34	c #wall_clock_time = 0.002s
0.29/0.34	c #decision = 256
0.29/0.34	c #random_decision = 0
0.29/0.34	c #conflict = 0
0.29/0.34	c #restart = 0
0.29/0.34	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.34	c lower bound updated to 68
0.29/0.34	c BCD2: 68 <= obj <= 1962
0.29/0.34	c BCD2: #cores=63, #unrelaxed=1828, #relaxed=135, #hardened=0
0.29/0.34	c BCD2: #sat=1 #unsat=69 bias=69/70
0.29/0.34	c Solving starts ...
0.29/0.34	c ============================[ Search Statistics ]============================
0.29/0.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.34	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.34	c =============================================================================
0.29/0.34	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       69
0.29/0.34	c  0.0s |       0 |      258 |        0 |     1987      0 |        5 |       69
0.29/0.34	c #cpu_time = 0.002s
0.29/0.34	c #wall_clock_time = 0.002s
0.29/0.34	c #decision = 258
0.29/0.34	c #random_decision = 0
0.29/0.34	c #conflict = 0
0.29/0.34	c #restart = 0
0.29/0.34	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.34	c lower bound updated to 69
0.29/0.34	c BCD2: 69 <= obj <= 1962
0.29/0.34	c BCD2: #cores=64, #unrelaxed=1826, #relaxed=137, #hardened=0
0.29/0.34	c BCD2: #sat=1 #unsat=70 bias=70/71
0.29/0.34	c Solving starts ...
0.29/0.34	c ============================[ Search Statistics ]============================
0.29/0.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.34	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.34	c =============================================================================
0.29/0.34	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       70
0.29/0.35	c  0.0s |       0 |      258 |        0 |     1987      0 |        5 |       70
0.29/0.35	c #cpu_time = 0.002s
0.29/0.35	c #wall_clock_time = 0.002s
0.29/0.35	c #decision = 258
0.29/0.35	c #random_decision = 0
0.29/0.35	c #conflict = 0
0.29/0.35	c #restart = 0
0.29/0.35	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.35	c lower bound updated to 70
0.29/0.35	c BCD2: 70 <= obj <= 1962
0.29/0.35	c BCD2: #cores=65, #unrelaxed=1824, #relaxed=139, #hardened=0
0.29/0.35	c BCD2: #sat=1 #unsat=71 bias=71/72
0.29/0.35	c Solving starts ...
0.29/0.35	c ============================[ Search Statistics ]============================
0.29/0.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.35	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.35	c =============================================================================
0.29/0.35	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       71
0.29/0.35	c  0.0s |       0 |      259 |        0 |     1987      0 |        5 |       71
0.29/0.35	c #cpu_time = 0.002s
0.29/0.35	c #wall_clock_time = 0.002s
0.29/0.35	c #decision = 259
0.29/0.35	c #random_decision = 0
0.29/0.35	c #conflict = 0
0.29/0.35	c #restart = 0
0.29/0.35	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.35	c lower bound updated to 71
0.29/0.35	c BCD2: 71 <= obj <= 1962
0.29/0.35	c BCD2: #cores=66, #unrelaxed=1822, #relaxed=141, #hardened=0
0.29/0.35	c BCD2: #sat=1 #unsat=72 bias=72/73
0.29/0.35	c Solving starts ...
0.29/0.35	c ============================[ Search Statistics ]============================
0.29/0.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.35	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.35	c =============================================================================
0.29/0.35	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       72
0.29/0.35	c  0.0s |       0 |      261 |        0 |     1987      0 |        5 |       72
0.29/0.35	c #cpu_time = 0.002s
0.29/0.35	c #wall_clock_time = 0.002s
0.29/0.35	c #decision = 261
0.29/0.35	c #random_decision = 0
0.29/0.35	c #conflict = 0
0.29/0.35	c #restart = 0
0.29/0.35	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.35	c lower bound updated to 72
0.29/0.35	c BCD2: 72 <= obj <= 1962
0.29/0.35	c BCD2: #cores=67, #unrelaxed=1820, #relaxed=143, #hardened=0
0.29/0.35	c BCD2: #sat=1 #unsat=73 bias=73/74
0.29/0.35	c Solving starts ...
0.29/0.35	c ============================[ Search Statistics ]============================
0.29/0.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.35	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.35	c =============================================================================
0.29/0.35	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       73
0.29/0.36	c  0.0s |       0 |      262 |        0 |     1987      0 |        5 |       73
0.29/0.36	c #cpu_time = 0.002s
0.29/0.36	c #wall_clock_time = 0.002s
0.29/0.36	c #decision = 262
0.29/0.36	c #random_decision = 0
0.29/0.36	c #conflict = 0
0.29/0.36	c #restart = 0
0.29/0.36	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.36	c lower bound updated to 73
0.29/0.36	c BCD2: 73 <= obj <= 1962
0.29/0.36	c BCD2: #cores=68, #unrelaxed=1818, #relaxed=145, #hardened=0
0.29/0.36	c BCD2: #sat=1 #unsat=74 bias=74/75
0.29/0.36	c Solving starts ...
0.29/0.36	c ============================[ Search Statistics ]============================
0.29/0.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.36	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.36	c =============================================================================
0.29/0.36	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       74
0.29/0.36	c  0.0s |       0 |      262 |        0 |     1987      0 |        5 |       74
0.29/0.36	c #cpu_time = 0.002s
0.29/0.36	c #wall_clock_time = 0.002s
0.29/0.36	c #decision = 262
0.29/0.36	c #random_decision = 0
0.29/0.36	c #conflict = 0
0.29/0.36	c #restart = 0
0.29/0.36	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.36	c lower bound updated to 74
0.29/0.36	c BCD2: 74 <= obj <= 1962
0.29/0.36	c BCD2: #cores=69, #unrelaxed=1816, #relaxed=147, #hardened=0
0.29/0.36	c BCD2: #sat=1 #unsat=75 bias=75/76
0.29/0.36	c Solving starts ...
0.29/0.36	c ============================[ Search Statistics ]============================
0.29/0.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.36	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.36	c =============================================================================
0.29/0.36	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       75
0.29/0.36	c  0.0s |       0 |      262 |        0 |     1987      0 |        5 |       75
0.29/0.36	c #cpu_time = 0.002s
0.29/0.36	c #wall_clock_time = 0.002s
0.29/0.36	c #decision = 262
0.29/0.36	c #random_decision = 0
0.29/0.36	c #conflict = 0
0.29/0.36	c #restart = 0
0.29/0.36	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.36	c lower bound updated to 75
0.29/0.36	c BCD2: 75 <= obj <= 1962
0.29/0.36	c BCD2: #cores=70, #unrelaxed=1814, #relaxed=149, #hardened=0
0.29/0.36	c BCD2: #sat=1 #unsat=76 bias=76/77
0.29/0.36	c Solving starts ...
0.29/0.36	c ============================[ Search Statistics ]============================
0.29/0.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.36	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.36	c =============================================================================
0.29/0.36	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       76
0.29/0.37	c  0.0s |       0 |      262 |        0 |     1987      0 |        5 |       76
0.29/0.37	c #cpu_time = 0.002s
0.29/0.37	c #wall_clock_time = 0.002s
0.29/0.37	c #decision = 262
0.29/0.37	c #random_decision = 0
0.29/0.37	c #conflict = 0
0.29/0.37	c #restart = 0
0.29/0.37	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.37	c lower bound updated to 76
0.29/0.37	c BCD2: 76 <= obj <= 1962
0.29/0.37	c BCD2: #cores=71, #unrelaxed=1812, #relaxed=151, #hardened=0
0.29/0.37	c BCD2: #sat=1 #unsat=77 bias=77/78
0.29/0.37	c Solving starts ...
0.29/0.37	c ============================[ Search Statistics ]============================
0.29/0.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.37	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.37	c =============================================================================
0.29/0.37	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       77
0.29/0.37	c  0.0s |       0 |      262 |        0 |     1987      0 |        5 |       77
0.29/0.37	c #cpu_time = 0.002s
0.29/0.37	c #wall_clock_time = 0.002s
0.29/0.37	c #decision = 262
0.29/0.37	c #random_decision = 0
0.29/0.37	c #conflict = 0
0.29/0.37	c #restart = 0
0.29/0.37	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.37	c lower bound updated to 77
0.29/0.37	c BCD2: 77 <= obj <= 1962
0.29/0.37	c BCD2: #cores=72, #unrelaxed=1810, #relaxed=153, #hardened=0
0.29/0.37	c BCD2: #sat=1 #unsat=78 bias=78/79
0.29/0.37	c Solving starts ...
0.29/0.37	c ============================[ Search Statistics ]============================
0.29/0.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.37	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.37	c =============================================================================
0.29/0.37	c  0.0s |       0 |        0 |        0 |     1987      0 |        5 |       78
0.29/0.37	c  0.0s |       0 |      262 |        0 |     1987      0 |        5 |       78
0.29/0.37	c #cpu_time = 0.002s
0.29/0.37	c #wall_clock_time = 0.002s
0.29/0.37	c #decision = 262
0.29/0.37	c #random_decision = 0
0.29/0.37	c #conflict = 0
0.29/0.37	c #restart = 0
0.29/0.37	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.29/0.37	c lower bound updated to 78
0.29/0.37	c BCD2: 78 <= obj <= 1962
0.29/0.37	c BCD2: #cores=72, #unrelaxed=1808, #relaxed=155, #hardened=0
0.29/0.37	c BCD2: #sat=1 #unsat=79 bias=79/80
0.29/0.38	c Solving starts ...
0.29/0.38	c ============================[ Search Statistics ]============================
0.29/0.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.38	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.38	c =============================================================================
0.29/0.38	c  0.0s |       0 |        0 |        0 |     1987      0 |        6 |       78
0.29/0.38	c  0.0s |       0 |      262 |        0 |     1987      0 |        6 |       79
0.29/0.38	c #cpu_time = 0.002s
0.29/0.38	c #wall_clock_time = 0.002s
0.29/0.38	c #decision = 262
0.29/0.38	c #random_decision = 0
0.29/0.38	c #conflict = 0
0.29/0.38	c #restart = 0
0.29/0.38	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.38	c lower bound updated to 79
0.29/0.38	c BCD2: 79 <= obj <= 1962
0.29/0.38	c BCD2: #cores=73, #unrelaxed=1806, #relaxed=157, #hardened=0
0.29/0.38	c BCD2: #sat=1 #unsat=80 bias=80/81
0.29/0.38	c Solving starts ...
0.29/0.38	c ============================[ Search Statistics ]============================
0.29/0.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.38	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.38	c =============================================================================
0.29/0.38	c  0.0s |       0 |        0 |        0 |     1987      0 |        6 |       80
0.29/0.38	c  0.0s |       0 |      262 |        0 |     1987      0 |        6 |       80
0.29/0.38	c #cpu_time = 0.002s
0.29/0.38	c #wall_clock_time = 0.002s
0.29/0.38	c #decision = 262
0.29/0.38	c #random_decision = 0
0.29/0.38	c #conflict = 0
0.29/0.38	c #restart = 0
0.29/0.38	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.38	c lower bound updated to 80
0.29/0.38	c BCD2: 80 <= obj <= 1962
0.29/0.38	c BCD2: #cores=74, #unrelaxed=1804, #relaxed=159, #hardened=0
0.29/0.38	c BCD2: #sat=1 #unsat=81 bias=81/82
0.29/0.38	c Solving starts ...
0.29/0.38	c ============================[ Search Statistics ]============================
0.29/0.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.38	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.38	c =============================================================================
0.29/0.38	c  0.0s |       0 |        0 |        0 |     1987      0 |        6 |       81
0.29/0.38	c  0.0s |       0 |      262 |        0 |     1987      0 |        6 |       81
0.29/0.38	c #cpu_time = 0.002s
0.29/0.38	c #wall_clock_time = 0.002s
0.29/0.38	c #decision = 262
0.29/0.38	c #random_decision = 0
0.29/0.38	c #conflict = 0
0.29/0.38	c #restart = 0
0.29/0.38	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.38	c lower bound updated to 81
0.29/0.39	c BCD2: 81 <= obj <= 1962
0.29/0.39	c BCD2: #cores=75, #unrelaxed=1802, #relaxed=161, #hardened=0
0.29/0.39	c BCD2: #sat=1 #unsat=82 bias=82/83
0.29/0.39	c Solving starts ...
0.29/0.39	c ============================[ Search Statistics ]============================
0.29/0.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.39	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.39	c =============================================================================
0.29/0.39	c  0.0s |       0 |        0 |        0 |     1987      0 |        6 |       82
0.29/0.39	c  0.0s |       0 |      263 |        0 |     1987      0 |        6 |       82
0.29/0.39	c #cpu_time = 0.002s
0.29/0.39	c #wall_clock_time = 0.002s
0.29/0.39	c #decision = 263
0.29/0.39	c #random_decision = 0
0.29/0.39	c #conflict = 0
0.29/0.39	c #restart = 0
0.29/0.39	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.39	c lower bound updated to 82
0.29/0.39	c BCD2: 82 <= obj <= 1962
0.29/0.39	c BCD2: #cores=76, #unrelaxed=1800, #relaxed=163, #hardened=0
0.29/0.39	c BCD2: #sat=1 #unsat=83 bias=83/84
0.29/0.39	c Solving starts ...
0.29/0.39	c ============================[ Search Statistics ]============================
0.29/0.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.39	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.39	c =============================================================================
0.29/0.39	c  0.0s |       0 |        0 |        0 |     1987      0 |        6 |       83
0.29/0.39	c  0.0s |       0 |      263 |        0 |     1987      0 |        6 |       83
0.29/0.39	c #cpu_time = 0.002s
0.29/0.39	c #wall_clock_time = 0.002s
0.29/0.39	c #decision = 263
0.29/0.39	c #random_decision = 0
0.29/0.39	c #conflict = 0
0.29/0.39	c #restart = 0
0.29/0.39	c BCD2: found a new core of size 2: cost of the new core is >=1
0.29/0.39	c lower bound updated to 83
0.29/0.39	c BCD2: 83 <= obj <= 1962
0.29/0.39	c BCD2: #cores=77, #unrelaxed=1798, #relaxed=165, #hardened=0
0.29/0.39	c BCD2: #sat=1 #unsat=84 bias=84/85
0.29/0.39	c Solving starts ...
0.29/0.39	c ============================[ Search Statistics ]============================
0.29/0.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.39	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.39	c =============================================================================
0.29/0.39	c  0.0s |       0 |        0 |        0 |     1987      0 |        6 |       84
0.29/0.40	c  0.0s |       0 |      263 |        0 |     1987      0 |        6 |       84
0.29/0.40	c #cpu_time = 0.002s
0.29/0.40	c #wall_clock_time = 0.002s
0.29/0.40	c #decision = 263
0.29/0.40	c #random_decision = 0
0.29/0.40	c #conflict = 0
0.29/0.40	c #restart = 0
0.29/0.40	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.29/0.40	c lower bound updated to 84
0.39/0.40	c BCD2: 84 <= obj <= 1962
0.39/0.40	c BCD2: #cores=77, #unrelaxed=1796, #relaxed=167, #hardened=0
0.39/0.40	c BCD2: #sat=1 #unsat=85 bias=85/86
0.39/0.40	c Solving starts ...
0.39/0.40	c ============================[ Search Statistics ]============================
0.39/0.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.40	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.40	c =============================================================================
0.39/0.40	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       84
0.39/0.40	c  0.0s |       0 |      262 |        0 |     1987      0 |        7 |       85
0.39/0.40	c #cpu_time = 0.002s
0.39/0.40	c #wall_clock_time = 0.002s
0.39/0.40	c #decision = 262
0.39/0.40	c #random_decision = 0
0.39/0.40	c #conflict = 0
0.39/0.40	c #restart = 0
0.39/0.40	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.40	c lower bound updated to 85
0.39/0.40	c BCD2: 85 <= obj <= 1962
0.39/0.40	c BCD2: #cores=78, #unrelaxed=1794, #relaxed=169, #hardened=0
0.39/0.40	c BCD2: #sat=1 #unsat=86 bias=86/87
0.39/0.40	c Solving starts ...
0.39/0.40	c ============================[ Search Statistics ]============================
0.39/0.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.40	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.40	c =============================================================================
0.39/0.40	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       86
0.39/0.40	c  0.0s |       0 |      262 |        0 |     1987      0 |        7 |       86
0.39/0.40	c #cpu_time = 0.002s
0.39/0.40	c #wall_clock_time = 0.002s
0.39/0.40	c #decision = 262
0.39/0.40	c #random_decision = 0
0.39/0.40	c #conflict = 0
0.39/0.40	c #restart = 0
0.39/0.40	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.40	c lower bound updated to 86
0.39/0.40	c BCD2: 86 <= obj <= 1962
0.39/0.40	c BCD2: #cores=79, #unrelaxed=1792, #relaxed=171, #hardened=0
0.39/0.40	c BCD2: #sat=1 #unsat=87 bias=87/88
0.39/0.40	c Solving starts ...
0.39/0.40	c ============================[ Search Statistics ]============================
0.39/0.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.40	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.40	c =============================================================================
0.39/0.40	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       87
0.39/0.41	c  0.0s |       0 |      263 |        0 |     1987      0 |        7 |       87
0.39/0.41	c #cpu_time = 0.002s
0.39/0.41	c #wall_clock_time = 0.002s
0.39/0.41	c #decision = 263
0.39/0.41	c #random_decision = 0
0.39/0.41	c #conflict = 0
0.39/0.41	c #restart = 0
0.39/0.41	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.41	c lower bound updated to 87
0.39/0.41	c BCD2: 87 <= obj <= 1962
0.39/0.41	c BCD2: #cores=80, #unrelaxed=1790, #relaxed=173, #hardened=0
0.39/0.41	c BCD2: #sat=1 #unsat=88 bias=88/89
0.39/0.41	c Solving starts ...
0.39/0.41	c ============================[ Search Statistics ]============================
0.39/0.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.41	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.41	c =============================================================================
0.39/0.41	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       88
0.39/0.41	c  0.0s |       0 |      264 |        0 |     1987      0 |        7 |       88
0.39/0.41	c #cpu_time = 0.002s
0.39/0.41	c #wall_clock_time = 0.002s
0.39/0.41	c #decision = 264
0.39/0.41	c #random_decision = 0
0.39/0.41	c #conflict = 0
0.39/0.41	c #restart = 0
0.39/0.41	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.41	c lower bound updated to 88
0.39/0.41	c BCD2: 88 <= obj <= 1962
0.39/0.41	c BCD2: #cores=81, #unrelaxed=1788, #relaxed=175, #hardened=0
0.39/0.41	c BCD2: #sat=1 #unsat=89 bias=89/90
0.39/0.41	c Solving starts ...
0.39/0.41	c ============================[ Search Statistics ]============================
0.39/0.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.41	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.41	c =============================================================================
0.39/0.41	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       89
0.39/0.41	c  0.0s |       0 |      264 |        0 |     1987      0 |        7 |       89
0.39/0.41	c #cpu_time = 0.002s
0.39/0.41	c #wall_clock_time = 0.002s
0.39/0.41	c #decision = 264
0.39/0.41	c #random_decision = 0
0.39/0.41	c #conflict = 0
0.39/0.41	c #restart = 0
0.39/0.41	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.41	c lower bound updated to 89
0.39/0.41	c BCD2: 89 <= obj <= 1962
0.39/0.41	c BCD2: #cores=82, #unrelaxed=1786, #relaxed=177, #hardened=0
0.39/0.41	c BCD2: #sat=1 #unsat=90 bias=90/91
0.39/0.41	c Solving starts ...
0.39/0.41	c ============================[ Search Statistics ]============================
0.39/0.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.41	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.41	c =============================================================================
0.39/0.41	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       90
0.39/0.42	c  0.0s |       0 |      265 |        0 |     1987      0 |        7 |       90
0.39/0.42	c #cpu_time = 0.002s
0.39/0.42	c #wall_clock_time = 0.002s
0.39/0.42	c #decision = 265
0.39/0.42	c #random_decision = 0
0.39/0.42	c #conflict = 0
0.39/0.42	c #restart = 0
0.39/0.42	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.42	c lower bound updated to 90
0.39/0.42	c BCD2: 90 <= obj <= 1962
0.39/0.42	c BCD2: #cores=83, #unrelaxed=1784, #relaxed=179, #hardened=0
0.39/0.42	c BCD2: #sat=1 #unsat=91 bias=91/92
0.39/0.42	c Solving starts ...
0.39/0.42	c ============================[ Search Statistics ]============================
0.39/0.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.42	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.42	c =============================================================================
0.39/0.42	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       91
0.39/0.42	c  0.0s |       0 |      269 |        0 |     1987      0 |        7 |       91
0.39/0.42	c #cpu_time = 0.002s
0.39/0.42	c #wall_clock_time = 0.002s
0.39/0.42	c #decision = 269
0.39/0.42	c #random_decision = 0
0.39/0.42	c #conflict = 0
0.39/0.42	c #restart = 0
0.39/0.42	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.42	c lower bound updated to 91
0.39/0.42	c BCD2: 91 <= obj <= 1962
0.39/0.42	c BCD2: #cores=84, #unrelaxed=1782, #relaxed=181, #hardened=0
0.39/0.42	c BCD2: #sat=1 #unsat=92 bias=92/93
0.39/0.42	c Solving starts ...
0.39/0.42	c ============================[ Search Statistics ]============================
0.39/0.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.42	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.42	c =============================================================================
0.39/0.42	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       92
0.39/0.42	c  0.0s |       0 |      272 |        0 |     1987      0 |        7 |       92
0.39/0.42	c #cpu_time = 0.002s
0.39/0.42	c #wall_clock_time = 0.002s
0.39/0.42	c #decision = 272
0.39/0.42	c #random_decision = 0
0.39/0.42	c #conflict = 0
0.39/0.42	c #restart = 0
0.39/0.42	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.42	c lower bound updated to 92
0.39/0.42	c BCD2: 92 <= obj <= 1962
0.39/0.42	c BCD2: #cores=85, #unrelaxed=1780, #relaxed=183, #hardened=0
0.39/0.42	c BCD2: #sat=1 #unsat=93 bias=93/94
0.39/0.42	c Solving starts ...
0.39/0.42	c ============================[ Search Statistics ]============================
0.39/0.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.42	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.42	c =============================================================================
0.39/0.42	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       93
0.39/0.43	c  0.0s |       0 |      272 |        0 |     1987      0 |        7 |       93
0.39/0.43	c #cpu_time = 0.002s
0.39/0.43	c #wall_clock_time = 0.002s
0.39/0.43	c #decision = 272
0.39/0.43	c #random_decision = 0
0.39/0.43	c #conflict = 0
0.39/0.43	c #restart = 0
0.39/0.43	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.43	c lower bound updated to 93
0.39/0.43	c BCD2: 93 <= obj <= 1962
0.39/0.43	c BCD2: #cores=86, #unrelaxed=1778, #relaxed=185, #hardened=0
0.39/0.43	c BCD2: #sat=1 #unsat=94 bias=94/95
0.39/0.43	c Solving starts ...
0.39/0.43	c ============================[ Search Statistics ]============================
0.39/0.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.43	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.43	c =============================================================================
0.39/0.43	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       94
0.39/0.43	c  0.0s |       0 |      273 |        0 |     1987      0 |        7 |       94
0.39/0.43	c #cpu_time = 0.002s
0.39/0.43	c #wall_clock_time = 0.002s
0.39/0.43	c #decision = 273
0.39/0.43	c #random_decision = 0
0.39/0.43	c #conflict = 0
0.39/0.43	c #restart = 0
0.39/0.43	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.43	c lower bound updated to 94
0.39/0.43	c BCD2: 94 <= obj <= 1962
0.39/0.43	c BCD2: #cores=87, #unrelaxed=1776, #relaxed=187, #hardened=0
0.39/0.43	c BCD2: #sat=1 #unsat=95 bias=95/96
0.39/0.43	c Solving starts ...
0.39/0.43	c ============================[ Search Statistics ]============================
0.39/0.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.43	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.43	c =============================================================================
0.39/0.43	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       95
0.39/0.43	c  0.0s |       0 |      277 |        0 |     1987      0 |        7 |       95
0.39/0.43	c #cpu_time = 0.002s
0.39/0.43	c #wall_clock_time = 0.002s
0.39/0.43	c #decision = 277
0.39/0.43	c #random_decision = 0
0.39/0.43	c #conflict = 0
0.39/0.43	c #restart = 0
0.39/0.43	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.43	c lower bound updated to 95
0.39/0.43	c BCD2: 95 <= obj <= 1962
0.39/0.43	c BCD2: #cores=88, #unrelaxed=1774, #relaxed=189, #hardened=0
0.39/0.43	c BCD2: #sat=1 #unsat=96 bias=96/97
0.39/0.44	c Solving starts ...
0.39/0.44	c ============================[ Search Statistics ]============================
0.39/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.44	c =============================================================================
0.39/0.44	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       96
0.39/0.44	c  0.0s |       0 |      278 |        0 |     1987      0 |        7 |       96
0.39/0.44	c #cpu_time = 0.002s
0.39/0.44	c #wall_clock_time = 0.002s
0.39/0.44	c #decision = 278
0.39/0.44	c #random_decision = 0
0.39/0.44	c #conflict = 0
0.39/0.44	c #restart = 0
0.39/0.44	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.44	c lower bound updated to 96
0.39/0.44	c BCD2: 96 <= obj <= 1962
0.39/0.44	c BCD2: #cores=89, #unrelaxed=1772, #relaxed=191, #hardened=0
0.39/0.44	c BCD2: #sat=1 #unsat=97 bias=97/98
0.39/0.44	c Solving starts ...
0.39/0.44	c ============================[ Search Statistics ]============================
0.39/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.44	c =============================================================================
0.39/0.44	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       97
0.39/0.44	c  0.0s |       0 |      278 |        0 |     1987      0 |        7 |       97
0.39/0.44	c #cpu_time = 0.002s
0.39/0.44	c #wall_clock_time = 0.002s
0.39/0.44	c #decision = 278
0.39/0.44	c #random_decision = 0
0.39/0.44	c #conflict = 0
0.39/0.44	c #restart = 0
0.39/0.44	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.44	c lower bound updated to 97
0.39/0.44	c BCD2: 97 <= obj <= 1962
0.39/0.44	c BCD2: #cores=90, #unrelaxed=1770, #relaxed=193, #hardened=0
0.39/0.44	c BCD2: #sat=1 #unsat=98 bias=98/99
0.39/0.44	c Solving starts ...
0.39/0.44	c ============================[ Search Statistics ]============================
0.39/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.44	c =============================================================================
0.39/0.44	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       98
0.39/0.45	c  0.0s |       0 |      278 |        0 |     1987      0 |        7 |       98
0.39/0.45	c #cpu_time = 0.002s
0.39/0.45	c #wall_clock_time = 0.002s
0.39/0.45	c #decision = 278
0.39/0.45	c #random_decision = 0
0.39/0.45	c #conflict = 0
0.39/0.45	c #restart = 0
0.39/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.45	c lower bound updated to 98
0.39/0.45	c BCD2: 98 <= obj <= 1962
0.39/0.45	c BCD2: #cores=91, #unrelaxed=1768, #relaxed=195, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=99 bias=99/100
0.39/0.45	c Solving starts ...
0.39/0.45	c ============================[ Search Statistics ]============================
0.39/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.45	c =============================================================================
0.39/0.45	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |       99
0.39/0.45	c  0.0s |       0 |      280 |        0 |     1987      0 |        7 |       99
0.39/0.45	c #cpu_time = 0.002s
0.39/0.45	c #wall_clock_time = 0.002s
0.39/0.45	c #decision = 280
0.39/0.45	c #random_decision = 0
0.39/0.45	c #conflict = 0
0.39/0.45	c #restart = 0
0.39/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.45	c lower bound updated to 99
0.39/0.45	c BCD2: 99 <= obj <= 1962
0.39/0.45	c BCD2: #cores=92, #unrelaxed=1766, #relaxed=197, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=100 bias=100/101
0.39/0.45	c Solving starts ...
0.39/0.45	c ============================[ Search Statistics ]============================
0.39/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.45	c =============================================================================
0.39/0.45	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |      100
0.39/0.45	c  0.0s |       0 |      283 |        0 |     1987      0 |        7 |      100
0.39/0.45	c #cpu_time = 0.002s
0.39/0.45	c #wall_clock_time = 0.002s
0.39/0.45	c #decision = 283
0.39/0.45	c #random_decision = 0
0.39/0.45	c #conflict = 0
0.39/0.45	c #restart = 0
0.39/0.45	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.45	c lower bound updated to 100
0.39/0.45	c BCD2: 100 <= obj <= 1962
0.39/0.45	c BCD2: #cores=93, #unrelaxed=1764, #relaxed=199, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=101 bias=101/102
0.39/0.45	c Solving starts ...
0.39/0.45	c ============================[ Search Statistics ]============================
0.39/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.45	c =============================================================================
0.39/0.45	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |      101
0.39/0.46	c  0.0s |       0 |      284 |        0 |     1987      0 |        7 |      101
0.39/0.46	c #cpu_time = 0.002s
0.39/0.46	c #wall_clock_time = 0.002s
0.39/0.46	c #decision = 284
0.39/0.46	c #random_decision = 0
0.39/0.46	c #conflict = 0
0.39/0.46	c #restart = 0
0.39/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.46	c lower bound updated to 101
0.39/0.46	c BCD2: 101 <= obj <= 1962
0.39/0.46	c BCD2: #cores=94, #unrelaxed=1762, #relaxed=201, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=102 bias=102/103
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |      102
0.39/0.46	c  0.0s |       0 |      284 |        0 |     1987      0 |        7 |      102
0.39/0.46	c #cpu_time = 0.002s
0.39/0.46	c #wall_clock_time = 0.002s
0.39/0.46	c #decision = 284
0.39/0.46	c #random_decision = 0
0.39/0.46	c #conflict = 0
0.39/0.46	c #restart = 0
0.39/0.46	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.46	c lower bound updated to 102
0.39/0.46	c BCD2: 102 <= obj <= 1962
0.39/0.46	c BCD2: #cores=95, #unrelaxed=1760, #relaxed=203, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=103 bias=103/104
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |     1987      0 |        7 |      103
0.39/0.46	c  0.0s |       0 |      286 |        0 |     1987      0 |        7 |      103
0.39/0.46	c #cpu_time = 0.002s
0.39/0.46	c #wall_clock_time = 0.002s
0.39/0.46	c #decision = 286
0.39/0.46	c #random_decision = 0
0.39/0.46	c #conflict = 0
0.39/0.46	c #restart = 0
0.39/0.46	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.39/0.46	c lower bound updated to 103
0.39/0.46	c BCD2: 103 <= obj <= 1962
0.39/0.46	c BCD2: #cores=95, #unrelaxed=1758, #relaxed=205, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=104 bias=104/105
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |     1987      0 |        8 |      103
0.39/0.47	c  0.0s |       0 |      285 |        0 |     1987      0 |        8 |      104
0.39/0.47	c #cpu_time = 0.002s
0.39/0.47	c #wall_clock_time = 0.002s
0.39/0.47	c #decision = 285
0.39/0.47	c #random_decision = 0
0.39/0.47	c #conflict = 0
0.39/0.47	c #restart = 0
0.39/0.47	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.47	c lower bound updated to 104
0.39/0.47	c BCD2: 104 <= obj <= 1962
0.39/0.47	c BCD2: #cores=96, #unrelaxed=1756, #relaxed=207, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=105 bias=105/106
0.39/0.47	c Solving starts ...
0.39/0.47	c ============================[ Search Statistics ]============================
0.39/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.47	c =============================================================================
0.39/0.47	c  0.0s |       0 |        0 |        0 |     1987      0 |        8 |      105
0.39/0.47	c  0.0s |       0 |      287 |        0 |     1987      0 |        8 |      105
0.39/0.47	c #cpu_time = 0.002s
0.39/0.47	c #wall_clock_time = 0.002s
0.39/0.47	c #decision = 287
0.39/0.47	c #random_decision = 0
0.39/0.47	c #conflict = 0
0.39/0.47	c #restart = 0
0.39/0.47	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.47	c lower bound updated to 105
0.39/0.47	c BCD2: 105 <= obj <= 1962
0.39/0.47	c BCD2: #cores=97, #unrelaxed=1754, #relaxed=209, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=106 bias=106/107
0.39/0.47	c Solving starts ...
0.39/0.47	c ============================[ Search Statistics ]============================
0.39/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.47	c =============================================================================
0.39/0.47	c  0.0s |       0 |        0 |        0 |     1987      0 |        8 |      106
0.39/0.47	c  0.0s |       0 |      288 |        0 |     1987      0 |        8 |      106
0.39/0.47	c #cpu_time = 0.002s
0.39/0.47	c #wall_clock_time = 0.002s
0.39/0.47	c #decision = 288
0.39/0.47	c #random_decision = 0
0.39/0.47	c #conflict = 0
0.39/0.47	c #restart = 0
0.39/0.47	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.47	c lower bound updated to 106
0.39/0.47	c BCD2: 106 <= obj <= 1962
0.39/0.47	c BCD2: #cores=98, #unrelaxed=1752, #relaxed=211, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=107 bias=107/108
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.39/0.48	c  0.0s |       0 |        0 |        0 |     1987      0 |        8 |      107
0.39/0.48	c  0.0s |       0 |      289 |        0 |     1987      0 |        8 |      107
0.39/0.48	c #cpu_time = 0.002s
0.39/0.48	c #wall_clock_time = 0.002s
0.39/0.48	c #decision = 289
0.39/0.48	c #random_decision = 0
0.39/0.48	c #conflict = 0
0.39/0.48	c #restart = 0
0.39/0.48	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.48	c lower bound updated to 107
0.39/0.48	c BCD2: 107 <= obj <= 1962
0.39/0.48	c BCD2: #cores=99, #unrelaxed=1750, #relaxed=213, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=108 bias=108/109
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.39/0.48	c  0.0s |       0 |        0 |        0 |     1987      0 |        8 |      108
0.39/0.48	c  0.0s |       0 |      292 |        0 |     1987      0 |        8 |      108
0.39/0.48	c #cpu_time = 0.002s
0.39/0.48	c #wall_clock_time = 0.002s
0.39/0.48	c #decision = 292
0.39/0.48	c #random_decision = 0
0.39/0.48	c #conflict = 0
0.39/0.48	c #restart = 0
0.39/0.48	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.48	c lower bound updated to 108
0.39/0.48	c BCD2: 108 <= obj <= 1962
0.39/0.48	c BCD2: #cores=100, #unrelaxed=1748, #relaxed=215, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=109 bias=109/110
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.39/0.48	c  0.0s |       0 |        0 |        0 |     1987      0 |        8 |      109
0.39/0.49	c  0.0s |       0 |      292 |        0 |     1987      0 |        8 |      109
0.39/0.49	c #cpu_time = 0.002s
0.39/0.49	c #wall_clock_time = 0.002s
0.39/0.49	c #decision = 292
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 0
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.49	c lower bound updated to 109
0.39/0.49	c BCD2: 109 <= obj <= 1962
0.39/0.49	c BCD2: #cores=101, #unrelaxed=1746, #relaxed=217, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=110 bias=110/111
0.39/0.49	c Solving starts ...
0.39/0.49	c ============================[ Search Statistics ]============================
0.39/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.49	c =============================================================================
0.39/0.49	c  0.0s |       0 |        0 |        0 |     1987      0 |        8 |      110
0.39/0.49	c  0.0s |       0 |      294 |        0 |     1987      0 |        8 |      110
0.39/0.49	c #cpu_time = 0.002s
0.39/0.49	c #wall_clock_time = 0.002s
0.39/0.49	c #decision = 294
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 0
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.49	c lower bound updated to 110
0.39/0.49	c BCD2: 110 <= obj <= 1962
0.39/0.49	c BCD2: #cores=102, #unrelaxed=1744, #relaxed=219, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=111 bias=111/112
0.39/0.49	c Solving starts ...
0.39/0.49	c ============================[ Search Statistics ]============================
0.39/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.49	c =============================================================================
0.39/0.49	c  0.0s |       0 |        0 |        0 |     1987      0 |        8 |      111
0.39/0.49	c  0.0s |       0 |      294 |        0 |     1987      0 |        8 |      111
0.39/0.49	c #cpu_time = 0.002s
0.39/0.49	c #wall_clock_time = 0.002s
0.39/0.49	c #decision = 294
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 0
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: found a new core of size 2: cost of the new core is >=1
0.39/0.49	c lower bound updated to 111
0.39/0.49	c BCD2: 111 <= obj <= 1962
0.39/0.49	c BCD2: #cores=103, #unrelaxed=1742, #relaxed=221, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=112 bias=112/113
0.39/0.49	c Solving starts ...
0.39/0.49	c ============================[ Search Statistics ]============================
0.39/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.49	c =============================================================================
0.39/0.49	c  0.0s |       0 |        0 |        0 |     1987      0 |        8 |      112
0.39/0.50	c  0.0s |       0 |      294 |        0 |     1987      0 |        8 |      112
0.39/0.50	c #cpu_time = 0.002s
0.39/0.50	c #wall_clock_time = 0.002s
0.39/0.50	c #decision = 294
0.39/0.50	c #random_decision = 0
0.39/0.50	c #conflict = 0
0.39/0.50	c #restart = 0
0.49/0.50	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.50	c lower bound updated to 112
0.49/0.50	c BCD2: 112 <= obj <= 1962
0.49/0.50	c BCD2: #cores=104, #unrelaxed=1740, #relaxed=223, #hardened=0
0.49/0.50	c BCD2: #sat=1 #unsat=113 bias=113/114
0.49/0.50	c Solving starts ...
0.49/0.50	c ============================[ Search Statistics ]============================
0.49/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.50	c =============================================================================
0.49/0.50	c  0.0s |       0 |        0 |        0 |     1987      0 |        8 |      113
0.49/0.50	c  0.0s |       0 |      297 |        0 |     1987      0 |        8 |      113
0.49/0.50	c #cpu_time = 0.002s
0.49/0.50	c #wall_clock_time = 0.002s
0.49/0.50	c #decision = 297
0.49/0.50	c #random_decision = 0
0.49/0.50	c #conflict = 0
0.49/0.50	c #restart = 0
0.49/0.50	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.49/0.50	c lower bound updated to 113
0.49/0.50	c BCD2: 113 <= obj <= 1962
0.49/0.50	c BCD2: #cores=104, #unrelaxed=1738, #relaxed=225, #hardened=0
0.49/0.50	c BCD2: #sat=1 #unsat=114 bias=114/115
0.49/0.50	c Solving starts ...
0.49/0.50	c ============================[ Search Statistics ]============================
0.49/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.50	c =============================================================================
0.49/0.50	c  0.0s |       0 |        0 |        0 |     1987      0 |        9 |      113
0.49/0.50	c  0.0s |       0 |      296 |        0 |     1987      0 |        9 |      114
0.49/0.50	c #cpu_time = 0.002s
0.49/0.50	c #wall_clock_time = 0.002s
0.49/0.50	c #decision = 296
0.49/0.50	c #random_decision = 0
0.49/0.50	c #conflict = 0
0.49/0.50	c #restart = 0
0.49/0.50	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.50	c lower bound updated to 114
0.49/0.50	c BCD2: 114 <= obj <= 1962
0.49/0.50	c BCD2: #cores=105, #unrelaxed=1736, #relaxed=227, #hardened=0
0.49/0.50	c BCD2: #sat=1 #unsat=115 bias=115/116
0.49/0.50	c Solving starts ...
0.49/0.50	c ============================[ Search Statistics ]============================
0.49/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.50	c =============================================================================
0.49/0.50	c  0.0s |       0 |        0 |        0 |     1987      0 |        9 |      115
0.49/0.51	c  0.0s |       0 |      297 |        0 |     1987      0 |        9 |      115
0.49/0.51	c #cpu_time = 0.002s
0.49/0.51	c #wall_clock_time = 0.002s
0.49/0.51	c #decision = 297
0.49/0.51	c #random_decision = 0
0.49/0.51	c #conflict = 0
0.49/0.51	c #restart = 0
0.49/0.51	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.51	c lower bound updated to 115
0.49/0.51	c BCD2: 115 <= obj <= 1962
0.49/0.51	c BCD2: #cores=106, #unrelaxed=1734, #relaxed=229, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=116 bias=116/117
0.49/0.51	c Solving starts ...
0.49/0.51	c ============================[ Search Statistics ]============================
0.49/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.51	c =============================================================================
0.49/0.51	c  0.0s |       0 |        0 |        0 |     1987      0 |        9 |      116
0.49/0.51	c  0.0s |       0 |      305 |        0 |     1987      0 |        9 |      116
0.49/0.51	c #cpu_time = 0.002s
0.49/0.51	c #wall_clock_time = 0.002s
0.49/0.51	c #decision = 305
0.49/0.51	c #random_decision = 0
0.49/0.51	c #conflict = 0
0.49/0.51	c #restart = 0
0.49/0.51	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.51	c lower bound updated to 116
0.49/0.51	c BCD2: 116 <= obj <= 1962
0.49/0.51	c BCD2: #cores=107, #unrelaxed=1732, #relaxed=231, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=117 bias=117/118
0.49/0.51	c Solving starts ...
0.49/0.51	c ============================[ Search Statistics ]============================
0.49/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.51	c =============================================================================
0.49/0.51	c  0.0s |       0 |        0 |        0 |     1987      0 |        9 |      117
0.49/0.51	c  0.0s |       0 |      305 |        0 |     1987      0 |        9 |      117
0.49/0.51	c #cpu_time = 0.002s
0.49/0.51	c #wall_clock_time = 0.002s
0.49/0.51	c #decision = 305
0.49/0.51	c #random_decision = 0
0.49/0.51	c #conflict = 0
0.49/0.51	c #restart = 0
0.49/0.51	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.51	c lower bound updated to 117
0.49/0.52	c BCD2: 117 <= obj <= 1962
0.49/0.52	c BCD2: #cores=108, #unrelaxed=1730, #relaxed=233, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=118 bias=118/119
0.49/0.52	c Solving starts ...
0.49/0.52	c ============================[ Search Statistics ]============================
0.49/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.52	c =============================================================================
0.49/0.52	c  0.0s |       0 |        0 |        0 |     1987      0 |        9 |      118
0.49/0.52	c  0.0s |       0 |      306 |        0 |     1987      0 |        9 |      118
0.49/0.52	c #cpu_time = 0.002s
0.49/0.52	c #wall_clock_time = 0.002s
0.49/0.52	c #decision = 306
0.49/0.52	c #random_decision = 0
0.49/0.52	c #conflict = 0
0.49/0.52	c #restart = 0
0.49/0.52	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.52	c lower bound updated to 118
0.49/0.52	c BCD2: 118 <= obj <= 1962
0.49/0.52	c BCD2: #cores=109, #unrelaxed=1728, #relaxed=235, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=119 bias=119/120
0.49/0.52	c Solving starts ...
0.49/0.52	c ============================[ Search Statistics ]============================
0.49/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.52	c =============================================================================
0.49/0.52	c  0.0s |       0 |        0 |        0 |     1987      0 |        9 |      119
0.49/0.52	c  0.0s |       0 |      307 |        0 |     1987      0 |        9 |      119
0.49/0.52	c #cpu_time = 0.002s
0.49/0.52	c #wall_clock_time = 0.002s
0.49/0.52	c #decision = 307
0.49/0.52	c #random_decision = 0
0.49/0.52	c #conflict = 0
0.49/0.52	c #restart = 0
0.49/0.52	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.52	c lower bound updated to 119
0.49/0.52	c BCD2: 119 <= obj <= 1962
0.49/0.52	c BCD2: #cores=110, #unrelaxed=1726, #relaxed=237, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=120 bias=120/121
0.49/0.52	c Solving starts ...
0.49/0.52	c ============================[ Search Statistics ]============================
0.49/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.52	c =============================================================================
0.49/0.52	c  0.0s |       0 |        0 |        0 |     1987      0 |        9 |      120
0.49/0.53	c  0.0s |       0 |      312 |        0 |     1987      0 |        9 |      120
0.49/0.53	c #cpu_time = 0.003s
0.49/0.53	c #wall_clock_time = 0.003s
0.49/0.53	c #decision = 312
0.49/0.53	c #random_decision = 0
0.49/0.53	c #conflict = 0
0.49/0.53	c #restart = 0
0.49/0.53	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.53	c lower bound updated to 120
0.49/0.53	c BCD2: 120 <= obj <= 1962
0.49/0.53	c BCD2: #cores=111, #unrelaxed=1724, #relaxed=239, #hardened=0
0.49/0.53	c BCD2: #sat=1 #unsat=121 bias=121/122
0.49/0.53	c Solving starts ...
0.49/0.53	c ============================[ Search Statistics ]============================
0.49/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.53	c =============================================================================
0.49/0.53	c  0.0s |       0 |        0 |        0 |     1987      0 |        9 |      121
0.49/0.53	c  0.0s |       0 |      316 |        0 |     1987      0 |        9 |      121
0.49/0.53	c #cpu_time = 0.002s
0.49/0.53	c #wall_clock_time = 0.002s
0.49/0.53	c #decision = 316
0.49/0.53	c #random_decision = 0
0.49/0.53	c #conflict = 0
0.49/0.53	c #restart = 0
0.49/0.53	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.53	c lower bound updated to 121
0.49/0.53	c BCD2: 121 <= obj <= 1962
0.49/0.53	c BCD2: #cores=112, #unrelaxed=1722, #relaxed=241, #hardened=0
0.49/0.53	c BCD2: #sat=1 #unsat=122 bias=122/123
0.49/0.53	c Solving starts ...
0.49/0.53	c ============================[ Search Statistics ]============================
0.49/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.53	c =============================================================================
0.49/0.53	c  0.0s |       0 |        0 |        0 |     1987      0 |        9 |      122
0.49/0.53	c  0.0s |       0 |      316 |        0 |     1987      0 |        9 |      122
0.49/0.53	c #cpu_time = 0.002s
0.49/0.53	c #wall_clock_time = 0.002s
0.49/0.53	c #decision = 316
0.49/0.53	c #random_decision = 0
0.49/0.53	c #conflict = 0
0.49/0.53	c #restart = 0
0.49/0.53	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.49/0.53	c lower bound updated to 122
0.49/0.53	c BCD2: 122 <= obj <= 1962
0.49/0.53	c BCD2: #cores=112, #unrelaxed=1720, #relaxed=243, #hardened=0
0.49/0.53	c BCD2: #sat=1 #unsat=123 bias=123/124
0.49/0.53	c Solving starts ...
0.49/0.53	c ============================[ Search Statistics ]============================
0.49/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.53	c =============================================================================
0.49/0.53	c  0.0s |       0 |        0 |        0 |     1987      0 |       10 |      122
0.49/0.54	c  0.0s |       0 |      316 |        0 |     1987      0 |       10 |      123
0.49/0.54	c #cpu_time = 0.002s
0.49/0.54	c #wall_clock_time = 0.002s
0.49/0.54	c #decision = 316
0.49/0.54	c #random_decision = 0
0.49/0.54	c #conflict = 0
0.49/0.54	c #restart = 0
0.49/0.54	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.49/0.54	c lower bound updated to 123
0.49/0.54	c BCD2: 123 <= obj <= 1962
0.49/0.54	c BCD2: #cores=112, #unrelaxed=1718, #relaxed=245, #hardened=0
0.49/0.54	c BCD2: #sat=1 #unsat=124 bias=124/125
0.49/0.54	c Solving starts ...
0.49/0.54	c ============================[ Search Statistics ]============================
0.49/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.54	c =============================================================================
0.49/0.54	c  0.0s |       0 |        0 |        0 |     1987      0 |       11 |      123
0.49/0.54	c  0.0s |       0 |      319 |        0 |     1987      0 |       11 |      124
0.49/0.54	c #cpu_time = 0.002s
0.49/0.54	c #wall_clock_time = 0.002s
0.49/0.54	c #decision = 319
0.49/0.54	c #random_decision = 0
0.49/0.54	c #conflict = 0
0.49/0.54	c #restart = 0
0.49/0.54	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.54	c lower bound updated to 124
0.49/0.54	c BCD2: 124 <= obj <= 1962
0.49/0.54	c BCD2: #cores=113, #unrelaxed=1716, #relaxed=247, #hardened=0
0.49/0.54	c BCD2: #sat=1 #unsat=125 bias=125/126
0.49/0.54	c Solving starts ...
0.49/0.54	c ============================[ Search Statistics ]============================
0.49/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.54	c =============================================================================
0.49/0.54	c  0.0s |       0 |        0 |        0 |     1987      0 |       11 |      125
0.49/0.54	c  0.0s |       0 |      320 |        0 |     1987      0 |       11 |      125
0.49/0.54	c #cpu_time = 0.002s
0.49/0.54	c #wall_clock_time = 0.002s
0.49/0.54	c #decision = 320
0.49/0.54	c #random_decision = 0
0.49/0.54	c #conflict = 0
0.49/0.54	c #restart = 0
0.49/0.54	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.54	c lower bound updated to 125
0.49/0.55	c BCD2: 125 <= obj <= 1962
0.49/0.55	c BCD2: #cores=114, #unrelaxed=1714, #relaxed=249, #hardened=0
0.49/0.55	c BCD2: #sat=1 #unsat=126 bias=126/127
0.49/0.55	c Solving starts ...
0.49/0.55	c ============================[ Search Statistics ]============================
0.49/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.55	c =============================================================================
0.49/0.55	c  0.0s |       0 |        0 |        0 |     1987      0 |       11 |      126
0.49/0.55	c  0.0s |       0 |      331 |        0 |     1987      0 |       11 |      126
0.49/0.55	c #cpu_time = 0.002s
0.49/0.55	c #wall_clock_time = 0.002s
0.49/0.55	c #decision = 331
0.49/0.55	c #random_decision = 0
0.49/0.55	c #conflict = 0
0.49/0.55	c #restart = 0
0.49/0.55	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.55	c lower bound updated to 126
0.49/0.55	c BCD2: 126 <= obj <= 1962
0.49/0.55	c BCD2: #cores=115, #unrelaxed=1712, #relaxed=251, #hardened=0
0.49/0.55	c BCD2: #sat=1 #unsat=127 bias=127/128
0.49/0.55	c Solving starts ...
0.49/0.55	c ============================[ Search Statistics ]============================
0.49/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.55	c =============================================================================
0.49/0.55	c  0.0s |       0 |        0 |        0 |     1987      0 |       11 |      127
0.49/0.55	c  0.0s |       0 |      332 |        0 |     1987      0 |       11 |      127
0.49/0.55	c #cpu_time = 0.002s
0.49/0.55	c #wall_clock_time = 0.002s
0.49/0.55	c #decision = 332
0.49/0.55	c #random_decision = 0
0.49/0.55	c #conflict = 0
0.49/0.55	c #restart = 0
0.49/0.55	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.49/0.55	c lower bound updated to 127
0.49/0.55	c BCD2: 127 <= obj <= 1962
0.49/0.55	c BCD2: #cores=115, #unrelaxed=1710, #relaxed=253, #hardened=0
0.49/0.55	c BCD2: #sat=1 #unsat=128 bias=128/129
0.49/0.55	c Solving starts ...
0.49/0.55	c ============================[ Search Statistics ]============================
0.49/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.55	c =============================================================================
0.49/0.55	c  0.0s |       0 |        0 |        0 |     1987      0 |       12 |      127
0.49/0.56	c  0.0s |       0 |      331 |        0 |     1987      0 |       12 |      128
0.49/0.56	c #cpu_time = 0.002s
0.49/0.56	c #wall_clock_time = 0.002s
0.49/0.56	c #decision = 331
0.49/0.56	c #random_decision = 0
0.49/0.56	c #conflict = 0
0.49/0.56	c #restart = 0
0.49/0.56	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.56	c lower bound updated to 128
0.49/0.56	c BCD2: 128 <= obj <= 1962
0.49/0.56	c BCD2: #cores=116, #unrelaxed=1708, #relaxed=255, #hardened=0
0.49/0.56	c BCD2: #sat=1 #unsat=129 bias=129/130
0.49/0.56	c Solving starts ...
0.49/0.56	c ============================[ Search Statistics ]============================
0.49/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.56	c =============================================================================
0.49/0.56	c  0.0s |       0 |        0 |        0 |     1987      0 |       12 |      129
0.49/0.56	c  0.0s |       0 |      334 |        0 |     1987      0 |       12 |      129
0.49/0.56	c #cpu_time = 0.002s
0.49/0.56	c #wall_clock_time = 0.002s
0.49/0.56	c #decision = 334
0.49/0.56	c #random_decision = 0
0.49/0.56	c #conflict = 0
0.49/0.56	c #restart = 0
0.49/0.56	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.49/0.56	c lower bound updated to 129
0.49/0.56	c BCD2: 129 <= obj <= 1962
0.49/0.56	c BCD2: #cores=116, #unrelaxed=1706, #relaxed=257, #hardened=0
0.49/0.56	c BCD2: #sat=1 #unsat=130 bias=130/131
0.49/0.56	c Solving starts ...
0.49/0.56	c ============================[ Search Statistics ]============================
0.49/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.56	c =============================================================================
0.49/0.56	c  0.0s |       0 |        0 |        0 |     1987      0 |       13 |      129
0.49/0.56	c  0.0s |       0 |      334 |        0 |     1987      0 |       13 |      130
0.49/0.56	c #cpu_time = 0.002s
0.49/0.56	c #wall_clock_time = 0.002s
0.49/0.56	c #decision = 334
0.49/0.56	c #random_decision = 0
0.49/0.56	c #conflict = 0
0.49/0.56	c #restart = 0
0.49/0.56	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.49/0.56	c lower bound updated to 130
0.49/0.56	c BCD2: 130 <= obj <= 1962
0.49/0.56	c BCD2: #cores=116, #unrelaxed=1704, #relaxed=259, #hardened=0
0.49/0.56	c BCD2: #sat=1 #unsat=131 bias=131/132
0.49/0.56	c Solving starts ...
0.49/0.56	c ============================[ Search Statistics ]============================
0.49/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.56	c =============================================================================
0.49/0.56	c  0.0s |       0 |        0 |        0 |     1987      0 |       14 |      130
0.49/0.57	c  0.0s |       0 |      335 |        0 |     1987      0 |       14 |      131
0.49/0.57	c #cpu_time = 0.002s
0.49/0.57	c #wall_clock_time = 0.002s
0.49/0.57	c #decision = 335
0.49/0.57	c #random_decision = 0
0.49/0.57	c #conflict = 0
0.49/0.57	c #restart = 0
0.49/0.57	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.57	c lower bound updated to 131
0.49/0.57	c BCD2: 131 <= obj <= 1962
0.49/0.57	c BCD2: #cores=117, #unrelaxed=1702, #relaxed=261, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=132 bias=132/133
0.49/0.57	c Solving starts ...
0.49/0.57	c ============================[ Search Statistics ]============================
0.49/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.57	c =============================================================================
0.49/0.57	c  0.0s |       0 |        0 |        0 |     1987      0 |       14 |      132
0.49/0.57	c  0.0s |       0 |      338 |        0 |     1987      0 |       14 |      132
0.49/0.57	c #cpu_time = 0.002s
0.49/0.57	c #wall_clock_time = 0.002s
0.49/0.57	c #decision = 338
0.49/0.57	c #random_decision = 0
0.49/0.57	c #conflict = 0
0.49/0.57	c #restart = 0
0.49/0.57	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.49/0.57	c lower bound updated to 132
0.49/0.57	c BCD2: 132 <= obj <= 1962
0.49/0.57	c BCD2: #cores=117, #unrelaxed=1700, #relaxed=263, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=133 bias=133/134
0.49/0.57	c Solving starts ...
0.49/0.57	c ============================[ Search Statistics ]============================
0.49/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.57	c =============================================================================
0.49/0.57	c  0.0s |       0 |        0 |        0 |     1987      0 |       15 |      132
0.49/0.58	c  0.0s |       0 |      341 |        0 |     1987      0 |       15 |      133
0.49/0.58	c #cpu_time = 0.002s
0.49/0.58	c #wall_clock_time = 0.002s
0.49/0.58	c #decision = 341
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 0
0.49/0.58	c #restart = 0
0.49/0.58	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.58	c lower bound updated to 133
0.49/0.58	c BCD2: 133 <= obj <= 1962
0.49/0.58	c BCD2: #cores=118, #unrelaxed=1698, #relaxed=265, #hardened=0
0.49/0.58	c BCD2: #sat=1 #unsat=134 bias=134/135
0.49/0.58	c Solving starts ...
0.49/0.58	c ============================[ Search Statistics ]============================
0.49/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.58	c =============================================================================
0.49/0.58	c  0.0s |       0 |        0 |        0 |     1987      0 |       15 |      134
0.49/0.58	c  0.0s |       0 |      342 |        0 |     1987      0 |       15 |      134
0.49/0.58	c #cpu_time = 0.002s
0.49/0.58	c #wall_clock_time = 0.002s
0.49/0.58	c #decision = 342
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 0
0.49/0.58	c #restart = 0
0.49/0.58	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.58	c lower bound updated to 134
0.49/0.58	c BCD2: 134 <= obj <= 1962
0.49/0.58	c BCD2: #cores=119, #unrelaxed=1696, #relaxed=267, #hardened=0
0.49/0.58	c BCD2: #sat=1 #unsat=135 bias=135/136
0.49/0.58	c Solving starts ...
0.49/0.58	c ============================[ Search Statistics ]============================
0.49/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.58	c =============================================================================
0.49/0.58	c  0.0s |       0 |        0 |        0 |     1987      0 |       15 |      135
0.49/0.58	c  0.0s |       0 |      343 |        0 |     1987      0 |       15 |      135
0.49/0.58	c #cpu_time = 0.002s
0.49/0.58	c #wall_clock_time = 0.002s
0.49/0.58	c #decision = 343
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 0
0.49/0.58	c #restart = 0
0.49/0.58	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.58	c lower bound updated to 135
0.49/0.58	c BCD2: 135 <= obj <= 1962
0.49/0.58	c BCD2: #cores=120, #unrelaxed=1694, #relaxed=269, #hardened=0
0.49/0.58	c BCD2: #sat=1 #unsat=136 bias=136/137
0.49/0.58	c Solving starts ...
0.49/0.58	c ============================[ Search Statistics ]============================
0.49/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.58	c =============================================================================
0.49/0.58	c  0.0s |       0 |        0 |        0 |     1987      0 |       15 |      136
0.49/0.59	c  0.0s |       0 |      343 |        0 |     1987      0 |       15 |      136
0.49/0.59	c #cpu_time = 0.002s
0.49/0.59	c #wall_clock_time = 0.002s
0.49/0.59	c #decision = 343
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 0
0.49/0.59	c #restart = 0
0.49/0.59	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.59	c lower bound updated to 136
0.49/0.59	c BCD2: 136 <= obj <= 1962
0.49/0.59	c BCD2: #cores=121, #unrelaxed=1692, #relaxed=271, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=137 bias=137/138
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.49/0.59	c  0.0s |       0 |        0 |        0 |     1987      0 |       15 |      137
0.49/0.59	c  0.0s |       0 |      343 |        0 |     1987      0 |       15 |      137
0.49/0.59	c #cpu_time = 0.002s
0.49/0.59	c #wall_clock_time = 0.002s
0.49/0.59	c #decision = 343
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 0
0.49/0.59	c #restart = 0
0.49/0.59	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.49/0.59	c lower bound updated to 137
0.49/0.59	c BCD2: 137 <= obj <= 1962
0.49/0.59	c BCD2: #cores=121, #unrelaxed=1690, #relaxed=273, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=138 bias=138/139
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.49/0.59	c  0.0s |       0 |        0 |        0 |     1987      0 |       16 |      137
0.49/0.59	c  0.0s |       0 |      344 |        0 |     1987      0 |       16 |      138
0.49/0.59	c #cpu_time = 0.002s
0.49/0.59	c #wall_clock_time = 0.002s
0.49/0.59	c #decision = 344
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 0
0.49/0.60	c #restart = 0
0.49/0.60	c BCD2: found a new core of size 2: cost of the new core is >=1
0.49/0.60	c lower bound updated to 138
0.59/0.60	c BCD2: 138 <= obj <= 1962
0.59/0.60	c BCD2: #cores=122, #unrelaxed=1688, #relaxed=275, #hardened=0
0.59/0.60	c BCD2: #sat=1 #unsat=139 bias=139/140
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |     1987      0 |       16 |      139
0.59/0.60	c  0.0s |       0 |      346 |        0 |     1987      0 |       16 |      139
0.59/0.60	c #cpu_time = 0.003s
0.59/0.60	c #wall_clock_time = 0.003s
0.59/0.60	c #decision = 346
0.59/0.60	c #random_decision = 0
0.59/0.60	c #conflict = 0
0.59/0.60	c #restart = 0
0.59/0.60	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.60	c lower bound updated to 139
0.59/0.60	c BCD2: 139 <= obj <= 1962
0.59/0.60	c BCD2: #cores=123, #unrelaxed=1686, #relaxed=277, #hardened=0
0.59/0.60	c BCD2: #sat=1 #unsat=140 bias=140/141
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |     1987      0 |       16 |      140
0.59/0.60	c  0.0s |       0 |      346 |        0 |     1987      0 |       16 |      140
0.59/0.60	c #cpu_time = 0.002s
0.59/0.60	c #wall_clock_time = 0.002s
0.59/0.60	c #decision = 346
0.59/0.60	c #random_decision = 0
0.59/0.60	c #conflict = 0
0.59/0.60	c #restart = 0
0.59/0.60	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.60	c lower bound updated to 140
0.59/0.60	c BCD2: 140 <= obj <= 1962
0.59/0.60	c BCD2: #cores=124, #unrelaxed=1684, #relaxed=279, #hardened=0
0.59/0.60	c BCD2: #sat=1 #unsat=141 bias=141/142
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |     1987      0 |       16 |      141
0.59/0.61	c  0.0s |       0 |      350 |        0 |     1987      0 |       16 |      141
0.59/0.61	c #cpu_time = 0.002s
0.59/0.61	c #wall_clock_time = 0.002s
0.59/0.61	c #decision = 350
0.59/0.61	c #random_decision = 0
0.59/0.61	c #conflict = 0
0.59/0.61	c #restart = 0
0.59/0.61	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.61	c lower bound updated to 141
0.59/0.61	c BCD2: 141 <= obj <= 1962
0.59/0.61	c BCD2: #cores=125, #unrelaxed=1682, #relaxed=281, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=142 bias=142/143
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |     1987      0 |       16 |      142
0.59/0.61	c  0.0s |       0 |      352 |        0 |     1987      0 |       16 |      142
0.59/0.61	c #cpu_time = 0.002s
0.59/0.61	c #wall_clock_time = 0.002s
0.59/0.61	c #decision = 352
0.59/0.61	c #random_decision = 0
0.59/0.61	c #conflict = 0
0.59/0.61	c #restart = 0
0.59/0.61	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.61	c lower bound updated to 142
0.59/0.61	c BCD2: 142 <= obj <= 1962
0.59/0.61	c BCD2: #cores=126, #unrelaxed=1680, #relaxed=283, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=143 bias=143/144
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |     1987      0 |       16 |      143
0.59/0.62	c  0.0s |       0 |      352 |        0 |     1987      0 |       16 |      143
0.59/0.62	c #cpu_time = 0.002s
0.59/0.62	c #wall_clock_time = 0.002s
0.59/0.62	c #decision = 352
0.59/0.62	c #random_decision = 0
0.59/0.62	c #conflict = 0
0.59/0.62	c #restart = 0
0.59/0.62	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.62	c lower bound updated to 143
0.59/0.62	c BCD2: 143 <= obj <= 1962
0.59/0.62	c BCD2: #cores=127, #unrelaxed=1678, #relaxed=285, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=144 bias=144/145
0.59/0.62	c Solving starts ...
0.59/0.62	c ============================[ Search Statistics ]============================
0.59/0.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.62	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.62	c =============================================================================
0.59/0.62	c  0.0s |       0 |        0 |        0 |     1987      0 |       16 |      144
0.59/0.62	c  0.0s |       0 |      354 |        0 |     1987      0 |       16 |      144
0.59/0.62	c #cpu_time = 0.002s
0.59/0.62	c #wall_clock_time = 0.002s
0.59/0.62	c #decision = 354
0.59/0.62	c #random_decision = 0
0.59/0.62	c #conflict = 0
0.59/0.62	c #restart = 0
0.59/0.62	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.62	c lower bound updated to 144
0.59/0.62	c BCD2: 144 <= obj <= 1962
0.59/0.62	c BCD2: #cores=128, #unrelaxed=1676, #relaxed=287, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=145 bias=145/146
0.59/0.62	c Solving starts ...
0.59/0.62	c ============================[ Search Statistics ]============================
0.59/0.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.62	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.62	c =============================================================================
0.59/0.62	c  0.0s |       0 |        0 |        0 |     1987      0 |       16 |      145
0.59/0.62	c  0.0s |       0 |      354 |        0 |     1987      0 |       16 |      145
0.59/0.62	c #cpu_time = 0.002s
0.59/0.62	c #wall_clock_time = 0.002s
0.59/0.62	c #decision = 354
0.59/0.62	c #random_decision = 0
0.59/0.62	c #conflict = 0
0.59/0.62	c #restart = 0
0.59/0.62	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.59/0.62	c lower bound updated to 145
0.59/0.62	c BCD2: 145 <= obj <= 1962
0.59/0.62	c BCD2: #cores=128, #unrelaxed=1674, #relaxed=289, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=146 bias=146/147
0.59/0.62	c Solving starts ...
0.59/0.62	c ============================[ Search Statistics ]============================
0.59/0.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.62	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.62	c =============================================================================
0.59/0.62	c  0.0s |       0 |        0 |        0 |     1987      0 |       17 |      145
0.59/0.63	c  0.0s |       0 |      354 |        0 |     1987      0 |       17 |      146
0.59/0.63	c #cpu_time = 0.002s
0.59/0.63	c #wall_clock_time = 0.002s
0.59/0.63	c #decision = 354
0.59/0.63	c #random_decision = 0
0.59/0.63	c #conflict = 0
0.59/0.63	c #restart = 0
0.59/0.63	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.63	c lower bound updated to 146
0.59/0.63	c BCD2: 146 <= obj <= 1962
0.59/0.63	c BCD2: #cores=129, #unrelaxed=1672, #relaxed=291, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=147 bias=147/148
0.59/0.63	c Solving starts ...
0.59/0.63	c ============================[ Search Statistics ]============================
0.59/0.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.63	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.63	c =============================================================================
0.59/0.63	c  0.0s |       0 |        0 |        0 |     1987      0 |       17 |      147
0.59/0.63	c  0.0s |       0 |      355 |        0 |     1987      0 |       17 |      147
0.59/0.63	c #cpu_time = 0.002s
0.59/0.63	c #wall_clock_time = 0.002s
0.59/0.63	c #decision = 355
0.59/0.63	c #random_decision = 0
0.59/0.63	c #conflict = 0
0.59/0.63	c #restart = 0
0.59/0.63	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.63	c lower bound updated to 147
0.59/0.63	c BCD2: 147 <= obj <= 1962
0.59/0.63	c BCD2: #cores=130, #unrelaxed=1670, #relaxed=293, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=148 bias=148/149
0.59/0.63	c Solving starts ...
0.59/0.63	c ============================[ Search Statistics ]============================
0.59/0.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.63	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.63	c =============================================================================
0.59/0.63	c  0.0s |       0 |        0 |        0 |     1987      0 |       17 |      148
0.59/0.64	c  0.0s |       0 |      355 |        0 |     1987      0 |       17 |      148
0.59/0.64	c #cpu_time = 0.002s
0.59/0.64	c #wall_clock_time = 0.002s
0.59/0.64	c #decision = 355
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 0
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.64	c lower bound updated to 148
0.59/0.64	c BCD2: 148 <= obj <= 1962
0.59/0.64	c BCD2: #cores=131, #unrelaxed=1668, #relaxed=295, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=149 bias=149/150
0.59/0.64	c Solving starts ...
0.59/0.64	c ============================[ Search Statistics ]============================
0.59/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.64	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |     1987      0 |       17 |      149
0.59/0.64	c  0.0s |       0 |      355 |        0 |     1987      0 |       17 |      149
0.59/0.64	c #cpu_time = 0.002s
0.59/0.64	c #wall_clock_time = 0.002s
0.59/0.64	c #decision = 355
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 0
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.64	c lower bound updated to 149
0.59/0.64	c BCD2: 149 <= obj <= 1962
0.59/0.64	c BCD2: #cores=132, #unrelaxed=1666, #relaxed=297, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=150 bias=150/151
0.59/0.64	c Solving starts ...
0.59/0.64	c ============================[ Search Statistics ]============================
0.59/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.64	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |     1987      0 |       17 |      150
0.59/0.64	c  0.0s |       0 |      356 |        0 |     1987      0 |       17 |      150
0.59/0.64	c #cpu_time = 0.002s
0.59/0.64	c #wall_clock_time = 0.002s
0.59/0.64	c #decision = 356
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 0
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.59/0.64	c lower bound updated to 150
0.59/0.64	c BCD2: 150 <= obj <= 1962
0.59/0.64	c BCD2: #cores=132, #unrelaxed=1664, #relaxed=299, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=151 bias=151/152
0.59/0.64	c Solving starts ...
0.59/0.64	c ============================[ Search Statistics ]============================
0.59/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.64	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |     1987      0 |       18 |      150
0.59/0.65	c  0.0s |       0 |      358 |        0 |     1987      0 |       18 |      151
0.59/0.65	c #cpu_time = 0.002s
0.59/0.65	c #wall_clock_time = 0.002s
0.59/0.65	c #decision = 358
0.59/0.65	c #random_decision = 0
0.59/0.65	c #conflict = 0
0.59/0.65	c #restart = 0
0.59/0.65	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.65	c lower bound updated to 151
0.59/0.65	c BCD2: 151 <= obj <= 1962
0.59/0.65	c BCD2: #cores=133, #unrelaxed=1662, #relaxed=301, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=152 bias=152/153
0.59/0.65	c Solving starts ...
0.59/0.65	c ============================[ Search Statistics ]============================
0.59/0.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.65	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.65	c =============================================================================
0.59/0.65	c  0.0s |       0 |        0 |        0 |     1987      0 |       18 |      152
0.59/0.65	c  0.0s |       0 |      358 |        0 |     1987      0 |       18 |      152
0.59/0.65	c #cpu_time = 0.002s
0.59/0.65	c #wall_clock_time = 0.002s
0.59/0.65	c #decision = 358
0.59/0.65	c #random_decision = 0
0.59/0.65	c #conflict = 0
0.59/0.65	c #restart = 0
0.59/0.65	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.65	c lower bound updated to 152
0.59/0.65	c BCD2: 152 <= obj <= 1962
0.59/0.65	c BCD2: #cores=134, #unrelaxed=1660, #relaxed=303, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=153 bias=153/154
0.59/0.65	c Solving starts ...
0.59/0.65	c ============================[ Search Statistics ]============================
0.59/0.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.65	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.65	c =============================================================================
0.59/0.65	c  0.0s |       0 |        0 |        0 |     1987      0 |       18 |      153
0.59/0.66	c  0.0s |       0 |      358 |        0 |     1987      0 |       18 |      153
0.59/0.66	c #cpu_time = 0.002s
0.59/0.66	c #wall_clock_time = 0.002s
0.59/0.66	c #decision = 358
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 0
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.66	c lower bound updated to 153
0.59/0.66	c BCD2: 153 <= obj <= 1962
0.59/0.66	c BCD2: #cores=135, #unrelaxed=1658, #relaxed=305, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=154 bias=154/155
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 |     1987      0 |       18 |      154
0.59/0.66	c  0.0s |       0 |      358 |        0 |     1987      0 |       18 |      154
0.59/0.66	c #cpu_time = 0.002s
0.59/0.66	c #wall_clock_time = 0.002s
0.59/0.66	c #decision = 358
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 0
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.66	c lower bound updated to 154
0.59/0.66	c BCD2: 154 <= obj <= 1962
0.59/0.66	c BCD2: #cores=136, #unrelaxed=1656, #relaxed=307, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=155 bias=155/156
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 |     1987      0 |       18 |      155
0.59/0.66	c  0.0s |       0 |      358 |        0 |     1987      0 |       18 |      155
0.59/0.66	c #cpu_time = 0.002s
0.59/0.66	c #wall_clock_time = 0.002s
0.59/0.66	c #decision = 358
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 0
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.66	c lower bound updated to 155
0.59/0.66	c BCD2: 155 <= obj <= 1962
0.59/0.66	c BCD2: #cores=137, #unrelaxed=1654, #relaxed=309, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=156 bias=156/157
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 |     1987      0 |       18 |      156
0.59/0.67	c  0.0s |       0 |      358 |        0 |     1987      0 |       18 |      156
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 = 358
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 0
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.67	c lower bound updated to 156
0.59/0.67	c BCD2: 156 <= obj <= 1962
0.59/0.67	c BCD2: #cores=138, #unrelaxed=1652, #relaxed=311, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=157 bias=157/158
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 |     1987      0 |       18 |      157
0.59/0.67	c  0.0s |       0 |      358 |        0 |     1987      0 |       18 |      157
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 = 358
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 0
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.67	c lower bound updated to 157
0.59/0.67	c BCD2: 157 <= obj <= 1962
0.59/0.67	c BCD2: #cores=139, #unrelaxed=1650, #relaxed=313, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=158 bias=158/159
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 |     1987      0 |       18 |      158
0.59/0.68	c  0.0s |       0 |      362 |        0 |     1987      0 |       18 |      158
0.59/0.68	c #cpu_time = 0.002s
0.59/0.68	c #wall_clock_time = 0.002s
0.59/0.68	c #decision = 362
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 0
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 158
0.59/0.68	c BCD2: 158 <= obj <= 1962
0.59/0.68	c BCD2: #cores=140, #unrelaxed=1648, #relaxed=315, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=159 bias=159/160
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 |     1987      0 |       18 |      159
0.59/0.68	c  0.0s |       0 |      362 |        0 |     1987      0 |       18 |      159
0.59/0.68	c #cpu_time = 0.002s
0.59/0.68	c #wall_clock_time = 0.002s
0.59/0.68	c #decision = 362
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 0
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 159
0.59/0.68	c BCD2: 159 <= obj <= 1962
0.59/0.68	c BCD2: #cores=141, #unrelaxed=1646, #relaxed=317, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=160 bias=160/161
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 |     1987      0 |       18 |      160
0.59/0.68	c  0.0s |       0 |      365 |        0 |     1987      0 |       18 |      160
0.59/0.68	c #cpu_time = 0.002s
0.59/0.68	c #wall_clock_time = 0.002s
0.59/0.68	c #decision = 365
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 0
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 160
0.59/0.68	c BCD2: 160 <= obj <= 1962
0.59/0.68	c BCD2: #cores=142, #unrelaxed=1644, #relaxed=319, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=161 bias=161/162
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 |     1987      0 |       18 |      161
0.59/0.69	c  0.0s |       0 |      366 |        0 |     1987      0 |       18 |      161
0.59/0.69	c #cpu_time = 0.002s
0.59/0.69	c #wall_clock_time = 0.002s
0.59/0.69	c #decision = 366
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 0
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.69	c lower bound updated to 161
0.59/0.69	c BCD2: 161 <= obj <= 1962
0.59/0.69	c BCD2: #cores=143, #unrelaxed=1642, #relaxed=321, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=162 bias=162/163
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 |     1987      0 |       18 |      162
0.59/0.69	c  0.0s |       0 |      366 |        0 |     1987      0 |       18 |      162
0.59/0.69	c #cpu_time = 0.002s
0.59/0.69	c #wall_clock_time = 0.002s
0.59/0.69	c #decision = 366
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 0
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.69	c lower bound updated to 162
0.59/0.69	c BCD2: 162 <= obj <= 1962
0.59/0.69	c BCD2: #cores=144, #unrelaxed=1640, #relaxed=323, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=163 bias=163/164
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 |     1987      0 |       18 |      163
0.59/0.70	c  0.0s |       0 |      366 |        0 |     1987      0 |       18 |      163
0.59/0.70	c #cpu_time = 0.002s
0.59/0.70	c #wall_clock_time = 0.002s
0.59/0.70	c #decision = 366
0.59/0.70	c #random_decision = 0
0.59/0.70	c #conflict = 0
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 163
0.68/0.70	c BCD2: 163 <= obj <= 1962
0.68/0.70	c BCD2: #cores=145, #unrelaxed=1638, #relaxed=325, #hardened=0
0.68/0.70	c BCD2: #sat=1 #unsat=164 bias=164/165
0.68/0.70	c Solving starts ...
0.68/0.70	c ============================[ Search Statistics ]============================
0.68/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.70	c =============================================================================
0.68/0.70	c  0.0s |       0 |        0 |        0 |     1987      0 |       18 |      164
0.68/0.70	c  0.0s |       0 |      367 |        0 |     1987      0 |       18 |      164
0.68/0.70	c #cpu_time = 0.002s
0.68/0.70	c #wall_clock_time = 0.002s
0.68/0.70	c #decision = 367
0.68/0.70	c #random_decision = 0
0.68/0.70	c #conflict = 0
0.68/0.70	c #restart = 0
0.68/0.70	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.70	c lower bound updated to 164
0.68/0.70	c BCD2: 164 <= obj <= 1962
0.68/0.70	c BCD2: #cores=146, #unrelaxed=1636, #relaxed=327, #hardened=0
0.68/0.70	c BCD2: #sat=1 #unsat=165 bias=165/166
0.68/0.70	c Solving starts ...
0.68/0.70	c ============================[ Search Statistics ]============================
0.68/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.70	c =============================================================================
0.68/0.70	c  0.0s |       0 |        0 |        0 |     1987      0 |       18 |      165
0.68/0.70	c  0.0s |       0 |      367 |        0 |     1987      0 |       18 |      165
0.68/0.70	c #cpu_time = 0.002s
0.68/0.70	c #wall_clock_time = 0.002s
0.68/0.70	c #decision = 367
0.68/0.70	c #random_decision = 0
0.68/0.70	c #conflict = 0
0.68/0.70	c #restart = 0
0.68/0.70	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.70	c lower bound updated to 165
0.68/0.70	c BCD2: 165 <= obj <= 1962
0.68/0.70	c BCD2: #cores=147, #unrelaxed=1634, #relaxed=329, #hardened=0
0.68/0.70	c BCD2: #sat=1 #unsat=166 bias=166/167
0.68/0.71	c Solving starts ...
0.68/0.71	c ============================[ Search Statistics ]============================
0.68/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.71	c =============================================================================
0.68/0.71	c  0.0s |       0 |        0 |        0 |     1987      0 |       18 |      166
0.68/0.71	c  0.0s |       0 |      367 |        0 |     1987      0 |       18 |      166
0.68/0.71	c #cpu_time = 0.002s
0.68/0.71	c #wall_clock_time = 0.002s
0.68/0.71	c #decision = 367
0.68/0.71	c #random_decision = 0
0.68/0.71	c #conflict = 0
0.68/0.71	c #restart = 0
0.68/0.71	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.71	c lower bound updated to 166
0.68/0.71	c BCD2: 166 <= obj <= 1962
0.68/0.71	c BCD2: #cores=148, #unrelaxed=1632, #relaxed=331, #hardened=0
0.68/0.71	c BCD2: #sat=1 #unsat=167 bias=167/168
0.68/0.71	c Solving starts ...
0.68/0.71	c ============================[ Search Statistics ]============================
0.68/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.71	c =============================================================================
0.68/0.71	c  0.0s |       0 |        0 |        0 |     1987      0 |       18 |      167
0.68/0.71	c  0.0s |       0 |      367 |        0 |     1987      0 |       18 |      167
0.68/0.71	c #cpu_time = 0.002s
0.68/0.71	c #wall_clock_time = 0.002s
0.68/0.71	c #decision = 367
0.68/0.71	c #random_decision = 0
0.68/0.71	c #conflict = 0
0.68/0.71	c #restart = 0
0.68/0.71	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.71	c lower bound updated to 167
0.68/0.71	c BCD2: 167 <= obj <= 1962
0.68/0.71	c BCD2: #cores=149, #unrelaxed=1630, #relaxed=333, #hardened=0
0.68/0.71	c BCD2: #sat=1 #unsat=168 bias=168/169
0.68/0.71	c Solving starts ...
0.68/0.71	c ============================[ Search Statistics ]============================
0.68/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.71	c =============================================================================
0.68/0.71	c  0.0s |       0 |        0 |        0 |     1987      0 |       18 |      168
0.68/0.72	c  0.0s |       0 |      367 |        0 |     1987      0 |       18 |      168
0.68/0.72	c #cpu_time = 0.002s
0.68/0.72	c #wall_clock_time = 0.002s
0.68/0.72	c #decision = 367
0.68/0.72	c #random_decision = 0
0.68/0.72	c #conflict = 0
0.68/0.72	c #restart = 0
0.68/0.72	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.72	c lower bound updated to 168
0.68/0.72	c BCD2: 168 <= obj <= 1962
0.68/0.72	c BCD2: #cores=150, #unrelaxed=1628, #relaxed=335, #hardened=0
0.68/0.72	c BCD2: #sat=1 #unsat=169 bias=169/170
0.68/0.72	c Solving starts ...
0.68/0.72	c ============================[ Search Statistics ]============================
0.68/0.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.72	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.72	c =============================================================================
0.68/0.72	c  0.0s |       0 |        0 |        0 |     1987      0 |       18 |      169
0.68/0.72	c  0.0s |       0 |      367 |        0 |     1987      0 |       18 |      169
0.68/0.72	c #cpu_time = 0.002s
0.68/0.72	c #wall_clock_time = 0.002s
0.68/0.72	c #decision = 367
0.68/0.72	c #random_decision = 0
0.68/0.72	c #conflict = 0
0.68/0.72	c #restart = 0
0.68/0.72	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.72	c lower bound updated to 169
0.68/0.72	c BCD2: 169 <= obj <= 1962
0.68/0.72	c BCD2: #cores=151, #unrelaxed=1626, #relaxed=337, #hardened=0
0.68/0.72	c BCD2: #sat=1 #unsat=170 bias=170/171
0.68/0.72	c Solving starts ...
0.68/0.72	c ============================[ Search Statistics ]============================
0.68/0.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.72	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.72	c =============================================================================
0.68/0.72	c  0.0s |       0 |        0 |        0 |     1987      0 |       18 |      170
0.68/0.72	c  0.0s |       0 |      367 |        0 |     1987      0 |       18 |      170
0.68/0.72	c #cpu_time = 0.002s
0.68/0.72	c #wall_clock_time = 0.002s
0.68/0.72	c #decision = 367
0.68/0.72	c #random_decision = 0
0.68/0.72	c #conflict = 0
0.68/0.72	c #restart = 0
0.68/0.72	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.72	c lower bound updated to 170
0.68/0.72	c BCD2: 170 <= obj <= 1962
0.68/0.72	c BCD2: #cores=152, #unrelaxed=1624, #relaxed=339, #hardened=0
0.68/0.72	c BCD2: #sat=1 #unsat=171 bias=171/172
0.68/0.73	c Solving starts ...
0.68/0.73	c ============================[ Search Statistics ]============================
0.68/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.73	c =============================================================================
0.68/0.73	c  0.0s |       0 |        0 |        0 |     1987      0 |       18 |      171
0.68/0.73	c  0.0s |       0 |      367 |        0 |     1987      0 |       18 |      171
0.68/0.73	c #cpu_time = 0.002s
0.68/0.73	c #wall_clock_time = 0.002s
0.68/0.73	c #decision = 367
0.68/0.73	c #random_decision = 0
0.68/0.73	c #conflict = 0
0.68/0.73	c #restart = 0
0.68/0.73	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.73	c lower bound updated to 171
0.68/0.73	c BCD2: 171 <= obj <= 1962
0.68/0.73	c BCD2: #cores=153, #unrelaxed=1622, #relaxed=341, #hardened=0
0.68/0.73	c BCD2: #sat=1 #unsat=172 bias=172/173
0.68/0.73	c Solving starts ...
0.68/0.73	c ============================[ Search Statistics ]============================
0.68/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.73	c =============================================================================
0.68/0.73	c  0.0s |       0 |        0 |        0 |     1987      0 |       18 |      172
0.68/0.73	c  0.0s |       0 |      368 |        0 |     1987      0 |       18 |      172
0.68/0.73	c #cpu_time = 0.002s
0.68/0.73	c #wall_clock_time = 0.002s
0.68/0.73	c #decision = 368
0.68/0.73	c #random_decision = 0
0.68/0.73	c #conflict = 0
0.68/0.73	c #restart = 0
0.68/0.73	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.73	c lower bound updated to 172
0.68/0.73	c BCD2: 172 <= obj <= 1962
0.68/0.73	c BCD2: #cores=154, #unrelaxed=1620, #relaxed=343, #hardened=0
0.68/0.73	c BCD2: #sat=1 #unsat=173 bias=173/174
0.68/0.73	c Solving starts ...
0.68/0.73	c ============================[ Search Statistics ]============================
0.68/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.73	c =============================================================================
0.68/0.73	c  0.0s |       0 |        0 |        0 |     1987      0 |       18 |      173
0.68/0.74	c  0.0s |       0 |      368 |        0 |     1987      0 |       18 |      173
0.68/0.74	c #cpu_time = 0.002s
0.68/0.74	c #wall_clock_time = 0.002s
0.68/0.74	c #decision = 368
0.68/0.74	c #random_decision = 0
0.68/0.74	c #conflict = 0
0.68/0.74	c #restart = 0
0.68/0.74	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.74	c lower bound updated to 173
0.68/0.74	c BCD2: 173 <= obj <= 1962
0.68/0.74	c BCD2: #cores=155, #unrelaxed=1618, #relaxed=345, #hardened=0
0.68/0.74	c BCD2: #sat=1 #unsat=174 bias=174/175
0.68/0.74	c Solving starts ...
0.68/0.74	c ============================[ Search Statistics ]============================
0.68/0.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.74	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.74	c =============================================================================
0.68/0.74	c  0.0s |       0 |        0 |        0 |     1987      0 |       18 |      174
0.68/0.74	c  0.0s |       0 |      370 |        0 |     1987      0 |       18 |      174
0.68/0.74	c #cpu_time = 0.002s
0.68/0.74	c #wall_clock_time = 0.002s
0.68/0.74	c #decision = 370
0.68/0.74	c #random_decision = 0
0.68/0.74	c #conflict = 0
0.68/0.74	c #restart = 0
0.68/0.74	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.68/0.74	c lower bound updated to 174
0.68/0.74	c BCD2: 174 <= obj <= 1962
0.68/0.74	c BCD2: #cores=155, #unrelaxed=1616, #relaxed=347, #hardened=0
0.68/0.74	c BCD2: #sat=1 #unsat=175 bias=175/176
0.68/0.74	c Solving starts ...
0.68/0.74	c ============================[ Search Statistics ]============================
0.68/0.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.74	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.74	c =============================================================================
0.68/0.74	c  0.0s |       0 |        0 |        0 |     1987      0 |       19 |      174
0.68/0.74	c  0.0s |       0 |      369 |        0 |     1987      0 |       19 |      175
0.68/0.74	c #cpu_time = 0.002s
0.68/0.74	c #wall_clock_time = 0.002s
0.68/0.74	c #decision = 369
0.68/0.74	c #random_decision = 0
0.68/0.74	c #conflict = 0
0.68/0.74	c #restart = 0
0.68/0.74	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.68/0.74	c lower bound updated to 175
0.68/0.74	c BCD2: 175 <= obj <= 1962
0.68/0.74	c BCD2: #cores=155, #unrelaxed=1614, #relaxed=349, #hardened=0
0.68/0.74	c BCD2: #sat=1 #unsat=176 bias=176/177
0.68/0.75	c Solving starts ...
0.68/0.75	c ============================[ Search Statistics ]============================
0.68/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.75	c =============================================================================
0.68/0.75	c  0.0s |       0 |        0 |        0 |     1987      0 |       20 |      175
0.68/0.75	c  0.0s |       0 |      368 |        0 |     1987      0 |       20 |      176
0.68/0.75	c #cpu_time = 0.002s
0.68/0.75	c #wall_clock_time = 0.002s
0.68/0.75	c #decision = 368
0.68/0.75	c #random_decision = 0
0.68/0.75	c #conflict = 0
0.68/0.75	c #restart = 0
0.68/0.75	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.68/0.75	c lower bound updated to 176
0.68/0.75	c BCD2: 176 <= obj <= 1962
0.68/0.75	c BCD2: #cores=155, #unrelaxed=1612, #relaxed=351, #hardened=0
0.68/0.75	c BCD2: #sat=1 #unsat=177 bias=177/178
0.68/0.75	c Solving starts ...
0.68/0.75	c ============================[ Search Statistics ]============================
0.68/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.75	c =============================================================================
0.68/0.75	c  0.0s |       0 |        0 |        0 |     1987      0 |       21 |      176
0.68/0.75	c  0.0s |       0 |      369 |        0 |     1987      0 |       21 |      177
0.68/0.75	c #cpu_time = 0.002s
0.68/0.75	c #wall_clock_time = 0.002s
0.68/0.75	c #decision = 369
0.68/0.75	c #random_decision = 0
0.68/0.75	c #conflict = 0
0.68/0.75	c #restart = 0
0.68/0.75	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.75	c lower bound updated to 177
0.68/0.75	c BCD2: 177 <= obj <= 1962
0.68/0.75	c BCD2: #cores=156, #unrelaxed=1610, #relaxed=353, #hardened=0
0.68/0.75	c BCD2: #sat=1 #unsat=178 bias=178/179
0.68/0.75	c Solving starts ...
0.68/0.75	c ============================[ Search Statistics ]============================
0.68/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.75	c =============================================================================
0.68/0.75	c  0.0s |       0 |        0 |        0 |     1987      0 |       21 |      178
0.68/0.76	c  0.0s |       0 |      375 |        0 |     1987      0 |       21 |      178
0.68/0.76	c #cpu_time = 0.002s
0.68/0.76	c #wall_clock_time = 0.002s
0.68/0.76	c #decision = 375
0.68/0.76	c #random_decision = 0
0.68/0.76	c #conflict = 0
0.68/0.76	c #restart = 0
0.68/0.76	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.68/0.76	c lower bound updated to 178
0.68/0.76	c BCD2: 178 <= obj <= 1962
0.68/0.76	c BCD2: #cores=156, #unrelaxed=1608, #relaxed=355, #hardened=0
0.68/0.76	c BCD2: #sat=1 #unsat=179 bias=179/180
0.68/0.76	c Solving starts ...
0.68/0.76	c ============================[ Search Statistics ]============================
0.68/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.76	c =============================================================================
0.68/0.76	c  0.0s |       0 |        0 |        0 |     1987      0 |       22 |      178
0.68/0.76	c  0.0s |       0 |      375 |        0 |     1987      0 |       22 |      179
0.68/0.76	c #cpu_time = 0.002s
0.68/0.76	c #wall_clock_time = 0.002s
0.68/0.76	c #decision = 375
0.68/0.76	c #random_decision = 0
0.68/0.76	c #conflict = 0
0.68/0.76	c #restart = 0
0.68/0.76	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
0.68/0.76	c lower bound updated to 179
0.68/0.76	c BCD2: 179 <= obj <= 1962
0.68/0.76	c BCD2: #cores=155, #unrelaxed=1606, #relaxed=357, #hardened=0
0.68/0.76	c BCD2: #sat=1 #unsat=180 bias=180/181
0.68/0.76	c Solving starts ...
0.68/0.76	c ============================[ Search Statistics ]============================
0.68/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.76	c =============================================================================
0.68/0.76	c  0.0s |       0 |        0 |        0 |     1987      0 |       24 |      179
0.68/0.76	c  0.0s |       0 |      374 |        0 |     1987      0 |       24 |      181
0.68/0.76	c #cpu_time = 0.002s
0.68/0.76	c #wall_clock_time = 0.002s
0.68/0.76	c #decision = 374
0.68/0.76	c #random_decision = 0
0.68/0.76	c #conflict = 0
0.68/0.76	c #restart = 0
0.68/0.76	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.76	c lower bound updated to 180
0.68/0.77	c BCD2: 180 <= obj <= 1962
0.68/0.77	c BCD2: #cores=156, #unrelaxed=1604, #relaxed=359, #hardened=0
0.68/0.77	c BCD2: #sat=1 #unsat=181 bias=181/182
0.68/0.77	c Solving starts ...
0.68/0.77	c ============================[ Search Statistics ]============================
0.68/0.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.77	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.77	c =============================================================================
0.68/0.77	c  0.0s |       0 |        0 |        0 |     1987      0 |       24 |      182
0.68/0.77	c  0.0s |       0 |      384 |        0 |     1987      0 |       24 |      182
0.68/0.77	c #cpu_time = 0.002s
0.68/0.77	c #wall_clock_time = 0.002s
0.68/0.77	c #decision = 384
0.68/0.77	c #random_decision = 0
0.68/0.77	c #conflict = 0
0.68/0.77	c #restart = 0
0.68/0.77	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.77	c lower bound updated to 181
0.68/0.77	c BCD2: 181 <= obj <= 1962
0.68/0.77	c BCD2: #cores=157, #unrelaxed=1602, #relaxed=361, #hardened=0
0.68/0.77	c BCD2: #sat=1 #unsat=182 bias=182/183
0.68/0.77	c Solving starts ...
0.68/0.77	c ============================[ Search Statistics ]============================
0.68/0.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.77	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.77	c =============================================================================
0.68/0.77	c  0.0s |       0 |        0 |        0 |     1987      0 |       24 |      183
0.68/0.77	c  0.0s |       0 |      384 |        0 |     1987      0 |       24 |      183
0.68/0.77	c #cpu_time = 0.002s
0.68/0.77	c #wall_clock_time = 0.002s
0.68/0.77	c #decision = 384
0.68/0.77	c #random_decision = 0
0.68/0.77	c #conflict = 0
0.68/0.77	c #restart = 0
0.68/0.77	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.77	c lower bound updated to 182
0.68/0.77	c BCD2: 182 <= obj <= 1962
0.68/0.77	c BCD2: #cores=158, #unrelaxed=1600, #relaxed=363, #hardened=0
0.68/0.77	c BCD2: #sat=1 #unsat=183 bias=183/184
0.68/0.77	c Solving starts ...
0.68/0.77	c ============================[ Search Statistics ]============================
0.68/0.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.77	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.77	c =============================================================================
0.68/0.77	c  0.0s |       0 |        0 |        0 |     1987      0 |       24 |      184
0.68/0.78	c  0.0s |       0 |      386 |        0 |     1987      0 |       24 |      184
0.68/0.78	c #cpu_time = 0.002s
0.68/0.78	c #wall_clock_time = 0.002s
0.68/0.78	c #decision = 386
0.68/0.78	c #random_decision = 0
0.68/0.78	c #conflict = 0
0.68/0.78	c #restart = 0
0.68/0.78	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.78	c lower bound updated to 183
0.68/0.78	c BCD2: 183 <= obj <= 1962
0.68/0.78	c BCD2: #cores=159, #unrelaxed=1598, #relaxed=365, #hardened=0
0.68/0.78	c BCD2: #sat=1 #unsat=184 bias=184/185
0.68/0.78	c Solving starts ...
0.68/0.78	c ============================[ Search Statistics ]============================
0.68/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.78	c =============================================================================
0.68/0.78	c  0.0s |       0 |        0 |        0 |     1987      0 |       24 |      185
0.68/0.78	c  0.0s |       0 |      387 |        0 |     1987      0 |       24 |      185
0.68/0.78	c #cpu_time = 0.002s
0.68/0.78	c #wall_clock_time = 0.002s
0.68/0.78	c #decision = 387
0.68/0.78	c #random_decision = 0
0.68/0.78	c #conflict = 0
0.68/0.78	c #restart = 0
0.68/0.78	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.78	c lower bound updated to 184
0.68/0.78	c BCD2: 184 <= obj <= 1962
0.68/0.78	c BCD2: #cores=160, #unrelaxed=1596, #relaxed=367, #hardened=0
0.68/0.78	c BCD2: #sat=1 #unsat=185 bias=185/186
0.68/0.78	c Solving starts ...
0.68/0.78	c ============================[ Search Statistics ]============================
0.68/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.78	c =============================================================================
0.68/0.78	c  0.0s |       0 |        0 |        0 |     1987      0 |       24 |      186
0.68/0.78	c  0.0s |       0 |      389 |        0 |     1987      0 |       24 |      186
0.68/0.78	c #cpu_time = 0.002s
0.68/0.79	c #wall_clock_time = 0.002s
0.68/0.79	c #decision = 389
0.68/0.79	c #random_decision = 0
0.68/0.79	c #conflict = 0
0.68/0.79	c #restart = 0
0.68/0.79	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.79	c lower bound updated to 185
0.68/0.79	c BCD2: 185 <= obj <= 1962
0.68/0.79	c BCD2: #cores=161, #unrelaxed=1594, #relaxed=369, #hardened=0
0.68/0.79	c BCD2: #sat=1 #unsat=186 bias=186/187
0.68/0.79	c Solving starts ...
0.68/0.79	c ============================[ Search Statistics ]============================
0.68/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.79	c =============================================================================
0.68/0.79	c  0.0s |       0 |        0 |        0 |     1987      0 |       24 |      187
0.68/0.79	c  0.0s |       0 |      389 |        0 |     1987      0 |       24 |      187
0.68/0.79	c #cpu_time = 0.002s
0.68/0.79	c #wall_clock_time = 0.002s
0.68/0.79	c #decision = 389
0.68/0.79	c #random_decision = 0
0.68/0.79	c #conflict = 0
0.68/0.79	c #restart = 0
0.68/0.79	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.79	c lower bound updated to 186
0.68/0.79	c BCD2: 186 <= obj <= 1962
0.68/0.79	c BCD2: #cores=162, #unrelaxed=1592, #relaxed=371, #hardened=0
0.68/0.79	c BCD2: #sat=1 #unsat=187 bias=187/188
0.68/0.79	c Solving starts ...
0.68/0.79	c ============================[ Search Statistics ]============================
0.68/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.79	c =============================================================================
0.68/0.79	c  0.0s |       0 |        0 |        0 |     1987      0 |       24 |      188
0.68/0.79	c  0.0s |       0 |      390 |        0 |     1987      0 |       24 |      188
0.68/0.79	c #cpu_time = 0.002s
0.68/0.79	c #wall_clock_time = 0.002s
0.68/0.79	c #decision = 390
0.68/0.79	c #random_decision = 0
0.68/0.79	c #conflict = 0
0.68/0.79	c #restart = 0
0.68/0.79	c BCD2: found a new core of size 2: cost of the new core is >=1
0.68/0.79	c lower bound updated to 187
0.68/0.79	c BCD2: 187 <= obj <= 1962
0.68/0.79	c BCD2: #cores=163, #unrelaxed=1590, #relaxed=373, #hardened=0
0.68/0.79	c BCD2: #sat=1 #unsat=188 bias=188/189
0.68/0.79	c Solving starts ...
0.68/0.79	c ============================[ Search Statistics ]============================
0.68/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.68/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.68/0.79	c =============================================================================
0.68/0.79	c  0.0s |       0 |        0 |        0 |     1987      0 |       24 |      189
0.79/0.80	c  0.0s |       0 |      394 |        0 |     1987      0 |       24 |      189
0.79/0.80	c #cpu_time = 0.002s
0.79/0.80	c #wall_clock_time = 0.002s
0.79/0.80	c #decision = 394
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 0
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 188
0.79/0.80	c BCD2: 188 <= obj <= 1962
0.79/0.80	c BCD2: #cores=164, #unrelaxed=1588, #relaxed=375, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=189 bias=189/190
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 |     1987      0 |       24 |      190
0.79/0.80	c  0.0s |       0 |      394 |        0 |     1987      0 |       24 |      190
0.79/0.80	c #cpu_time = 0.002s
0.79/0.80	c #wall_clock_time = 0.002s
0.79/0.80	c #decision = 394
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 0
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 189
0.79/0.80	c BCD2: 189 <= obj <= 1962
0.79/0.80	c BCD2: #cores=165, #unrelaxed=1586, #relaxed=377, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=190 bias=190/191
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 |     1987      0 |       24 |      191
0.79/0.81	c  0.0s |       0 |      396 |        0 |     1987      0 |       24 |      191
0.79/0.81	c #cpu_time = 0.002s
0.79/0.81	c #wall_clock_time = 0.002s
0.79/0.81	c #decision = 396
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 0
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 190
0.79/0.81	c BCD2: 190 <= obj <= 1962
0.79/0.81	c BCD2: #cores=166, #unrelaxed=1584, #relaxed=379, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=191 bias=191/192
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 |     1987      0 |       24 |      192
0.79/0.81	c  0.0s |       0 |      396 |        0 |     1987      0 |       24 |      192
0.79/0.81	c #cpu_time = 0.002s
0.79/0.81	c #wall_clock_time = 0.002s
0.79/0.81	c #decision = 396
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 0
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 191
0.79/0.81	c BCD2: 191 <= obj <= 1962
0.79/0.81	c BCD2: #cores=167, #unrelaxed=1582, #relaxed=381, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=192 bias=192/193
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 |     1987      0 |       24 |      193
0.79/0.81	c  0.0s |       0 |      397 |        0 |     1987      0 |       24 |      193
0.79/0.81	c #cpu_time = 0.002s
0.79/0.81	c #wall_clock_time = 0.002s
0.79/0.81	c #decision = 397
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 0
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 192
0.79/0.82	c BCD2: 192 <= obj <= 1962
0.79/0.82	c BCD2: #cores=168, #unrelaxed=1580, #relaxed=383, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=193 bias=193/194
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 |     1987      0 |       24 |      194
0.79/0.82	c  0.0s |       0 |      398 |        0 |     1987      0 |       24 |      194
0.79/0.82	c #cpu_time = 0.002s
0.79/0.82	c #wall_clock_time = 0.002s
0.79/0.82	c #decision = 398
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 0
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.82	c lower bound updated to 193
0.79/0.82	c BCD2: 193 <= obj <= 1962
0.79/0.82	c BCD2: #cores=169, #unrelaxed=1578, #relaxed=385, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=194 bias=194/195
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 |     1987      0 |       24 |      195
0.79/0.82	c  0.0s |       0 |      399 |        0 |     1987      0 |       24 |      195
0.79/0.82	c #cpu_time = 0.002s
0.79/0.82	c #wall_clock_time = 0.002s
0.79/0.82	c #decision = 399
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 0
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.82	c lower bound updated to 194
0.79/0.82	c BCD2: 194 <= obj <= 1962
0.79/0.82	c BCD2: #cores=170, #unrelaxed=1576, #relaxed=387, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=195 bias=195/196
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 |     1987      0 |       24 |      196
0.79/0.83	c  0.0s |       0 |      401 |        0 |     1987      0 |       24 |      196
0.79/0.83	c #cpu_time = 0.002s
0.79/0.83	c #wall_clock_time = 0.002s
0.79/0.83	c #decision = 401
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 0
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=4
0.79/0.83	c lower bound updated to 195
0.79/0.83	c BCD2: 195 <= obj <= 1962
0.79/0.83	c BCD2: #cores=169, #unrelaxed=1572, #relaxed=391, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=196 bias=196/197
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 |     1987      0 |       26 |      196
0.79/0.83	c  0.0s |       0 |      399 |        0 |     1987      0 |       26 |      198
0.79/0.83	c #cpu_time = 0.002s
0.79/0.83	c #wall_clock_time = 0.002s
0.79/0.83	c #decision = 399
0.79/0.83	c #random_decision = 0
0.79/0.83	c #conflict = 0
0.79/0.83	c #restart = 0
0.79/0.83	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.83	c lower bound updated to 196
0.79/0.83	c BCD2: 196 <= obj <= 1962
0.79/0.83	c BCD2: #cores=170, #unrelaxed=1570, #relaxed=393, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=197 bias=197/198
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 |     1987      0 |       26 |      199
0.79/0.84	c  0.0s |       0 |      401 |        0 |     1987      0 |       26 |      199
0.79/0.84	c #cpu_time = 0.002s
0.79/0.84	c #wall_clock_time = 0.002s
0.79/0.84	c #decision = 401
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 0
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 197
0.79/0.84	c BCD2: 197 <= obj <= 1962
0.79/0.84	c BCD2: #cores=171, #unrelaxed=1568, #relaxed=395, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=198 bias=198/199
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 |     1987      0 |       26 |      200
0.79/0.84	c  0.0s |       0 |      401 |        0 |     1987      0 |       26 |      200
0.79/0.84	c #cpu_time = 0.002s
0.79/0.84	c #wall_clock_time = 0.002s
0.79/0.84	c #decision = 401
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 0
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 198
0.79/0.84	c BCD2: 198 <= obj <= 1962
0.79/0.84	c BCD2: #cores=172, #unrelaxed=1566, #relaxed=397, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=199 bias=199/200
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 |     1987      0 |       26 |      201
0.79/0.84	c  0.0s |       0 |      401 |        0 |     1987      0 |       26 |      201
0.79/0.84	c #cpu_time = 0.002s
0.79/0.84	c #wall_clock_time = 0.002s
0.79/0.84	c #decision = 401
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 0
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 199
0.79/0.84	c BCD2: 199 <= obj <= 1962
0.79/0.84	c BCD2: #cores=173, #unrelaxed=1564, #relaxed=399, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=200 bias=200/201
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 |     1987      0 |       26 |      202
0.79/0.85	c  0.0s |       0 |      406 |        0 |     1987      0 |       26 |      202
0.79/0.85	c #cpu_time = 0.002s
0.79/0.85	c #wall_clock_time = 0.002s
0.79/0.85	c #decision = 406
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 0
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 200
0.79/0.85	c BCD2: 200 <= obj <= 1962
0.79/0.85	c BCD2: #cores=174, #unrelaxed=1562, #relaxed=401, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=201 bias=201/202
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 |     1987      0 |       26 |      203
0.79/0.85	c  0.0s |       0 |      411 |        0 |     1987      0 |       26 |      203
0.79/0.85	c #cpu_time = 0.002s
0.79/0.85	c #wall_clock_time = 0.002s
0.79/0.85	c #decision = 411
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 0
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 201
0.79/0.85	c BCD2: 201 <= obj <= 1962
0.79/0.85	c BCD2: #cores=175, #unrelaxed=1560, #relaxed=403, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=202 bias=202/203
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 |     1987      0 |       26 |      204
0.79/0.86	c  0.0s |       0 |      411 |        0 |     1987      0 |       26 |      204
0.79/0.86	c #cpu_time = 0.002s
0.79/0.86	c #wall_clock_time = 0.002s
0.79/0.86	c #decision = 411
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 0
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 202
0.79/0.86	c BCD2: 202 <= obj <= 1962
0.79/0.86	c BCD2: #cores=176, #unrelaxed=1558, #relaxed=405, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=203 bias=203/204
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 |     1987      0 |       26 |      205
0.79/0.86	c  0.0s |       0 |      412 |        0 |     1987      0 |       26 |      205
0.79/0.86	c #cpu_time = 0.002s
0.79/0.86	c #wall_clock_time = 0.002s
0.79/0.86	c #decision = 412
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 0
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 203
0.79/0.86	c BCD2: 203 <= obj <= 1962
0.79/0.86	c BCD2: #cores=177, #unrelaxed=1556, #relaxed=407, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=204 bias=204/205
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 |     1987      0 |       26 |      206
0.79/0.87	c  0.0s |       0 |      414 |        0 |     1987      0 |       26 |      206
0.79/0.87	c #cpu_time = 0.002s
0.79/0.87	c #wall_clock_time = 0.002s
0.79/0.87	c #decision = 414
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 0
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 204
0.79/0.87	c BCD2: 204 <= obj <= 1962
0.79/0.87	c BCD2: #cores=178, #unrelaxed=1554, #relaxed=409, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=205 bias=205/206
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 |     1987      0 |       26 |      207
0.79/0.87	c  0.0s |       0 |      414 |        0 |     1987      0 |       26 |      207
0.79/0.87	c #cpu_time = 0.002s
0.79/0.87	c #wall_clock_time = 0.002s
0.79/0.87	c #decision = 414
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 0
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 205
0.79/0.87	c BCD2: 205 <= obj <= 1962
0.79/0.87	c BCD2: #cores=179, #unrelaxed=1552, #relaxed=411, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=206 bias=206/207
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 |     1987      0 |       26 |      208
0.79/0.87	c  0.0s |       0 |      415 |        0 |     1987      0 |       26 |      208
0.79/0.87	c #cpu_time = 0.002s
0.79/0.87	c #wall_clock_time = 0.002s
0.79/0.87	c #decision = 415
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 0
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 206
0.79/0.87	c BCD2: 206 <= obj <= 1962
0.79/0.87	c BCD2: #cores=180, #unrelaxed=1550, #relaxed=413, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=207 bias=207/208
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 |     1987      0 |       26 |      209
0.79/0.88	c  0.0s |       0 |      415 |        0 |     1987      0 |       26 |      209
0.79/0.88	c #cpu_time = 0.002s
0.79/0.88	c #wall_clock_time = 0.002s
0.79/0.88	c #decision = 415
0.79/0.88	c #random_decision = 0
0.79/0.88	c #conflict = 0
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 207
0.79/0.88	c BCD2: 207 <= obj <= 1962
0.79/0.88	c BCD2: #cores=181, #unrelaxed=1548, #relaxed=415, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=208 bias=208/209
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 |     1987      0 |       26 |      210
0.79/0.88	c  0.0s |       0 |      417 |        0 |     1987      0 |       26 |      210
0.79/0.88	c #cpu_time = 0.002s
0.79/0.88	c #wall_clock_time = 0.002s
0.79/0.88	c #decision = 417
0.79/0.88	c #random_decision = 0
0.79/0.88	c #conflict = 0
0.79/0.88	c #restart = 0
0.79/0.88	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.79/0.88	c lower bound updated to 208
0.79/0.88	c BCD2: 208 <= obj <= 1962
0.79/0.88	c BCD2: #cores=181, #unrelaxed=1546, #relaxed=417, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=209 bias=209/210
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 |     1987      0 |       27 |      210
0.79/0.89	c  0.0s |       0 |      418 |        0 |     1987      0 |       27 |      211
0.79/0.89	c #cpu_time = 0.003s
0.79/0.89	c #wall_clock_time = 0.003s
0.79/0.89	c #decision = 418
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 0
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.89	c lower bound updated to 209
0.79/0.89	c BCD2: 209 <= obj <= 1962
0.79/0.89	c BCD2: #cores=182, #unrelaxed=1544, #relaxed=419, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=210 bias=210/211
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 |     1987      0 |       27 |      212
0.79/0.89	c  0.0s |       0 |      419 |        0 |     1987      0 |       27 |      212
0.79/0.89	c #cpu_time = 0.002s
0.79/0.89	c #wall_clock_time = 0.002s
0.79/0.89	c #decision = 419
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 0
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.89	c lower bound updated to 210
0.79/0.89	c BCD2: 210 <= obj <= 1962
0.79/0.89	c BCD2: #cores=183, #unrelaxed=1542, #relaxed=421, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=211 bias=211/212
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 |     1987      0 |       27 |      213
0.79/0.89	c  0.0s |       0 |      423 |        0 |     1987      0 |       27 |      213
0.79/0.89	c #cpu_time = 0.002s
0.79/0.89	c #wall_clock_time = 0.002s
0.79/0.89	c #decision = 423
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 0
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.89	c lower bound updated to 211
0.79/0.90	c BCD2: 211 <= obj <= 1962
0.79/0.90	c BCD2: #cores=184, #unrelaxed=1540, #relaxed=423, #hardened=0
0.79/0.90	c BCD2: #sat=1 #unsat=212 bias=212/213
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 |     1987      0 |       27 |      214
0.89/0.90	c  0.0s |       0 |      424 |        0 |     1987      0 |       27 |      214
0.89/0.90	c #cpu_time = 0.002s
0.89/0.90	c #wall_clock_time = 0.002s
0.89/0.90	c #decision = 424
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 0
0.89/0.90	c #restart = 0
0.89/0.90	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.90	c lower bound updated to 212
0.89/0.90	c BCD2: 212 <= obj <= 1962
0.89/0.90	c BCD2: #cores=185, #unrelaxed=1538, #relaxed=425, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=213 bias=213/214
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 |     1987      0 |       27 |      215
0.89/0.90	c  0.0s |       0 |      424 |        0 |     1987      0 |       27 |      215
0.89/0.90	c #cpu_time = 0.002s
0.89/0.90	c #wall_clock_time = 0.002s
0.89/0.90	c #decision = 424
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 0
0.89/0.90	c #restart = 0
0.89/0.90	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.90	c lower bound updated to 213
0.89/0.90	c BCD2: 213 <= obj <= 1962
0.89/0.90	c BCD2: #cores=186, #unrelaxed=1536, #relaxed=427, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=214 bias=214/215
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 |     1987      0 |       27 |      216
0.89/0.91	c  0.0s |       0 |      424 |        0 |     1987      0 |       27 |      216
0.89/0.91	c #cpu_time = 0.002s
0.89/0.91	c #wall_clock_time = 0.002s
0.89/0.91	c #decision = 424
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 0
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 214
0.89/0.91	c BCD2: 214 <= obj <= 1962
0.89/0.91	c BCD2: #cores=187, #unrelaxed=1534, #relaxed=429, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=215 bias=215/216
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 |     1987      0 |       27 |      217
0.89/0.91	c  0.0s |       0 |      424 |        0 |     1987      0 |       27 |      217
0.89/0.91	c #cpu_time = 0.002s
0.89/0.91	c #wall_clock_time = 0.002s
0.89/0.91	c #decision = 424
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 0
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 215
0.89/0.91	c BCD2: 215 <= obj <= 1962
0.89/0.91	c BCD2: #cores=188, #unrelaxed=1532, #relaxed=431, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=216 bias=216/217
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 |     1987      0 |       27 |      218
0.89/0.92	c  0.0s |       0 |      425 |        0 |     1987      0 |       27 |      218
0.89/0.92	c #cpu_time = 0.002s
0.89/0.92	c #wall_clock_time = 0.002s
0.89/0.92	c #decision = 425
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 0
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 216
0.89/0.92	c BCD2: 216 <= obj <= 1962
0.89/0.92	c BCD2: #cores=189, #unrelaxed=1530, #relaxed=433, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=217 bias=217/218
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 |     1987      0 |       27 |      219
0.89/0.92	c  0.0s |       0 |      426 |        0 |     1987      0 |       27 |      219
0.89/0.92	c #cpu_time = 0.002s
0.89/0.92	c #wall_clock_time = 0.002s
0.89/0.92	c #decision = 426
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 0
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 217
0.89/0.92	c BCD2: 217 <= obj <= 1962
0.89/0.92	c BCD2: #cores=190, #unrelaxed=1528, #relaxed=435, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=218 bias=218/219
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 |     1987      0 |       27 |      220
0.89/0.92	c  0.0s |       0 |      428 |        0 |     1987      0 |       27 |      220
0.89/0.92	c #cpu_time = 0.002s
0.89/0.92	c #wall_clock_time = 0.002s
0.89/0.92	c #decision = 428
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 0
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 218
0.89/0.93	c BCD2: 218 <= obj <= 1962
0.89/0.93	c BCD2: #cores=191, #unrelaxed=1526, #relaxed=437, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=219 bias=219/220
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 |     1987      0 |       27 |      221
0.89/0.93	c  0.0s |       0 |      431 |        0 |     1987      0 |       27 |      221
0.89/0.93	c #cpu_time = 0.002s
0.89/0.93	c #wall_clock_time = 0.002s
0.89/0.93	c #decision = 431
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 0
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 219
0.89/0.93	c BCD2: 219 <= obj <= 1962
0.89/0.93	c BCD2: #cores=192, #unrelaxed=1524, #relaxed=439, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=220 bias=220/221
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 |     1987      0 |       27 |      222
0.89/0.93	c  0.0s |       0 |      436 |        0 |     1987      0 |       27 |      222
0.89/0.93	c #cpu_time = 0.002s
0.89/0.93	c #wall_clock_time = 0.002s
0.89/0.93	c #decision = 436
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 0
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 220
0.89/0.93	c BCD2: 220 <= obj <= 1962
0.89/0.93	c BCD2: #cores=193, #unrelaxed=1522, #relaxed=441, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=221 bias=221/222
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 |     1987      0 |       27 |      223
0.89/0.94	c  0.0s |       0 |      437 |        0 |     1987      0 |       27 |      223
0.89/0.94	c #cpu_time = 0.002s
0.89/0.94	c #wall_clock_time = 0.002s
0.89/0.94	c #decision = 437
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 0
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 221
0.89/0.94	c BCD2: 221 <= obj <= 1962
0.89/0.94	c BCD2: #cores=194, #unrelaxed=1520, #relaxed=443, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=222 bias=222/223
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 |     1987      0 |       27 |      224
0.89/0.94	c  0.0s |       0 |      439 |        0 |     1987      0 |       27 |      224
0.89/0.94	c #cpu_time = 0.003s
0.89/0.94	c #wall_clock_time = 0.003s
0.89/0.94	c #decision = 439
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 0
0.89/0.94	c #restart = 0
0.89/0.94	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.94	c lower bound updated to 222
0.89/0.94	c BCD2: 222 <= obj <= 1962
0.89/0.94	c BCD2: #cores=194, #unrelaxed=1518, #relaxed=445, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=223 bias=223/224
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 |     1987      0 |       28 |      224
0.89/0.95	c  0.0s |       0 |      438 |        0 |     1987      0 |       28 |      225
0.89/0.95	c #cpu_time = 0.003s
0.89/0.95	c #wall_clock_time = 0.003s
0.89/0.95	c #decision = 438
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 0
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 223
0.89/0.95	c BCD2: 223 <= obj <= 1962
0.89/0.95	c BCD2: #cores=195, #unrelaxed=1516, #relaxed=447, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=224 bias=224/225
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 |     1987      0 |       28 |      226
0.89/0.95	c  0.0s |       0 |      438 |        0 |     1987      0 |       28 |      226
0.89/0.95	c #cpu_time = 0.003s
0.89/0.95	c #wall_clock_time = 0.003s
0.89/0.95	c #decision = 438
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 0
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 224
0.89/0.95	c BCD2: 224 <= obj <= 1962
0.89/0.95	c BCD2: #cores=196, #unrelaxed=1514, #relaxed=449, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=225 bias=225/226
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 |     1987      0 |       28 |      227
0.89/0.96	c  0.0s |       0 |      439 |        0 |     1987      0 |       28 |      227
0.89/0.96	c #cpu_time = 0.002s
0.89/0.96	c #wall_clock_time = 0.002s
0.89/0.96	c #decision = 439
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 0
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 225
0.89/0.96	c BCD2: 225 <= obj <= 1962
0.89/0.96	c BCD2: #cores=196, #unrelaxed=1512, #relaxed=451, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=226 bias=226/227
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 |     1987      0 |       29 |      227
0.89/0.96	c  0.0s |       0 |      438 |        0 |     1987      0 |       29 |      228
0.89/0.96	c #cpu_time = 0.003s
0.89/0.96	c #wall_clock_time = 0.003s
0.89/0.96	c #decision = 438
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 0
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 226
0.89/0.96	c BCD2: 226 <= obj <= 1962
0.89/0.96	c BCD2: #cores=197, #unrelaxed=1510, #relaxed=453, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=227 bias=227/228
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 |     1987      0 |       29 |      229
0.89/0.96	c  0.0s |       0 |      438 |        0 |     1987      0 |       29 |      229
0.89/0.96	c #cpu_time = 0.003s
0.89/0.96	c #wall_clock_time = 0.003s
0.89/0.96	c #decision = 438
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 0
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.97	c lower bound updated to 227
0.89/0.97	c BCD2: 227 <= obj <= 1962
0.89/0.97	c BCD2: #cores=198, #unrelaxed=1508, #relaxed=455, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=228 bias=228/229
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 |     1987      0 |       29 |      230
0.89/0.97	c  0.0s |       0 |      442 |        0 |     1987      0 |       29 |      230
0.89/0.97	c #cpu_time = 0.003s
0.89/0.97	c #wall_clock_time = 0.003s
0.89/0.97	c #decision = 442
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 0
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 228
0.89/0.97	c BCD2: 228 <= obj <= 1962
0.89/0.97	c BCD2: #cores=199, #unrelaxed=1506, #relaxed=457, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=229 bias=229/230
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 |     1987      0 |       29 |      231
0.89/0.97	c  0.0s |       0 |      443 |        0 |     1987      0 |       29 |      231
0.89/0.97	c #cpu_time = 0.003s
0.89/0.97	c #wall_clock_time = 0.003s
0.89/0.97	c #decision = 443
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 0
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 229
0.89/0.97	c BCD2: 229 <= obj <= 1962
0.89/0.97	c BCD2: #cores=200, #unrelaxed=1504, #relaxed=459, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=230 bias=230/231
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 |     1987      0 |       29 |      232
0.89/0.98	c  0.0s |       0 |      443 |        0 |     1987      0 |       29 |      232
0.89/0.98	c #cpu_time = 0.003s
0.89/0.98	c #wall_clock_time = 0.003s
0.89/0.98	c #decision = 443
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 0
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 230
0.89/0.98	c BCD2: 230 <= obj <= 1962
0.89/0.98	c BCD2: #cores=201, #unrelaxed=1502, #relaxed=461, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=231 bias=231/232
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 |     1987      0 |       29 |      233
0.89/0.98	c  0.0s |       0 |      443 |        0 |     1987      0 |       29 |      233
0.89/0.98	c #cpu_time = 0.003s
0.89/0.98	c #wall_clock_time = 0.003s
0.89/0.98	c #decision = 443
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 0
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 231
0.89/0.98	c BCD2: 231 <= obj <= 1962
0.89/0.98	c BCD2: #cores=202, #unrelaxed=1500, #relaxed=463, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=232 bias=232/233
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 |     1987      0 |       29 |      234
0.89/0.99	c  0.0s |       0 |      443 |        0 |     1987      0 |       29 |      234
0.89/0.99	c #cpu_time = 0.003s
0.89/0.99	c #wall_clock_time = 0.003s
0.89/0.99	c #decision = 443
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 0
0.89/0.99	c #restart = 0
0.89/0.99	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.99	c lower bound updated to 232
0.89/0.99	c BCD2: 232 <= obj <= 1962
0.89/0.99	c BCD2: #cores=203, #unrelaxed=1498, #relaxed=465, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=233 bias=233/234
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 |     1987      0 |       29 |      235
0.89/0.99	c  0.0s |       0 |      443 |        0 |     1987      0 |       29 |      235
0.89/0.99	c #cpu_time = 0.002s
0.89/0.99	c #wall_clock_time = 0.002s
0.89/0.99	c #decision = 443
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 0
0.89/0.99	c #restart = 0
0.89/0.99	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
0.89/0.99	c lower bound updated to 233
0.89/0.99	c BCD2: 233 <= obj <= 1962
0.89/0.99	c BCD2: #cores=202, #unrelaxed=1496, #relaxed=467, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=234 bias=234/235
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 |     1987      0 |       31 |      235
0.89/1.00	c  0.0s |       0 |      441 |        0 |     1987      0 |       31 |      237
0.99/1.00	c #cpu_time = 0.003s
0.99/1.00	c #wall_clock_time = 0.003s
0.99/1.00	c #decision = 441
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 0
0.99/1.00	c #restart = 0
0.99/1.00	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.00	c lower bound updated to 234
0.99/1.00	c BCD2: 234 <= obj <= 1962
0.99/1.00	c BCD2: #cores=203, #unrelaxed=1494, #relaxed=469, #hardened=0
0.99/1.00	c BCD2: #sat=1 #unsat=235 bias=235/236
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 |     1987      0 |       31 |      238
0.99/1.00	c  0.0s |       0 |      442 |        0 |     1987      0 |       31 |      238
0.99/1.00	c #cpu_time = 0.003s
0.99/1.00	c #wall_clock_time = 0.003s
0.99/1.00	c #decision = 442
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 0
0.99/1.00	c #restart = 0
0.99/1.00	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.00	c lower bound updated to 235
0.99/1.00	c BCD2: 235 <= obj <= 1962
0.99/1.00	c BCD2: #cores=204, #unrelaxed=1492, #relaxed=471, #hardened=0
0.99/1.00	c BCD2: #sat=1 #unsat=236 bias=236/237
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 |     1987      0 |       31 |      239
0.99/1.01	c  0.0s |       0 |      442 |        0 |     1987      0 |       31 |      239
0.99/1.01	c #cpu_time = 0.003s
0.99/1.01	c #wall_clock_time = 0.003s
0.99/1.01	c #decision = 442
0.99/1.01	c #random_decision = 0
0.99/1.01	c #conflict = 0
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 236
0.99/1.01	c BCD2: 236 <= obj <= 1962
0.99/1.01	c BCD2: #cores=205, #unrelaxed=1490, #relaxed=473, #hardened=0
0.99/1.01	c BCD2: #sat=1 #unsat=237 bias=237/238
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 |     1987      0 |       31 |      240
0.99/1.01	c  0.0s |       0 |      443 |        0 |     1987      0 |       31 |      240
0.99/1.01	c #cpu_time = 0.003s
0.99/1.01	c #wall_clock_time = 0.003s
0.99/1.01	c #decision = 443
0.99/1.01	c #random_decision = 0
0.99/1.01	c #conflict = 0
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 237
0.99/1.01	c BCD2: 237 <= obj <= 1962
0.99/1.01	c BCD2: #cores=205, #unrelaxed=1488, #relaxed=475, #hardened=0
0.99/1.01	c BCD2: #sat=1 #unsat=238 bias=238/239
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 |     1987      0 |       32 |      240
0.99/1.01	c  0.0s |       0 |      442 |        0 |     1987      0 |       32 |      241
0.99/1.01	c #cpu_time = 0.003s
0.99/1.01	c #wall_clock_time = 0.003s
0.99/1.01	c #decision = 442
0.99/1.01	c #random_decision = 0
0.99/1.01	c #conflict = 0
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 238
0.99/1.02	c BCD2: 238 <= obj <= 1962
0.99/1.02	c BCD2: #cores=206, #unrelaxed=1486, #relaxed=477, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=239 bias=239/240
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 |     1987      0 |       32 |      242
0.99/1.02	c  0.0s |       0 |      442 |        0 |     1987      0 |       32 |      242
0.99/1.02	c #cpu_time = 0.003s
0.99/1.02	c #wall_clock_time = 0.003s
0.99/1.02	c #decision = 442
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 0
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 239
0.99/1.02	c BCD2: 239 <= obj <= 1962
0.99/1.02	c BCD2: #cores=207, #unrelaxed=1484, #relaxed=479, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=240 bias=240/241
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 |     1987      0 |       32 |      243
0.99/1.02	c  0.0s |       0 |      442 |        0 |     1987      0 |       32 |      243
0.99/1.02	c #cpu_time = 0.003s
0.99/1.02	c #wall_clock_time = 0.003s
0.99/1.02	c #decision = 442
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 0
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 240
0.99/1.02	c BCD2: 240 <= obj <= 1962
0.99/1.02	c BCD2: #cores=208, #unrelaxed=1482, #relaxed=481, #hardened=0
0.99/1.02	c BCD2: #sat=1 #unsat=241 bias=241/242
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 |     1987      0 |       32 |      244
0.99/1.03	c  0.0s |       0 |      443 |        0 |     1987      0 |       32 |      244
0.99/1.03	c #cpu_time = 0.003s
0.99/1.03	c #wall_clock_time = 0.003s
0.99/1.03	c #decision = 443
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 0
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 241
0.99/1.03	c BCD2: 241 <= obj <= 1962
0.99/1.03	c BCD2: #cores=209, #unrelaxed=1480, #relaxed=483, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=242 bias=242/243
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 |     1987      0 |       32 |      245
0.99/1.03	c  0.0s |       0 |      444 |        0 |     1987      0 |       32 |      245
0.99/1.03	c #cpu_time = 0.003s
0.99/1.03	c #wall_clock_time = 0.003s
0.99/1.03	c #decision = 444
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 0
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 242
0.99/1.03	c BCD2: 242 <= obj <= 1962
0.99/1.03	c BCD2: #cores=210, #unrelaxed=1478, #relaxed=485, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=243 bias=243/244
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 |     1987      0 |       32 |      246
0.99/1.04	c  0.0s |       0 |      444 |        0 |     1987      0 |       32 |      246
0.99/1.04	c #cpu_time = 0.002s
0.99/1.04	c #wall_clock_time = 0.002s
0.99/1.04	c #decision = 444
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 0
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 243
0.99/1.04	c BCD2: 243 <= obj <= 1962
0.99/1.04	c BCD2: #cores=211, #unrelaxed=1476, #relaxed=487, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=244 bias=244/245
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 |     1987      0 |       32 |      247
0.99/1.04	c  0.0s |       0 |      444 |        0 |     1987      0 |       32 |      247
0.99/1.04	c #cpu_time = 0.002s
0.99/1.04	c #wall_clock_time = 0.002s
0.99/1.04	c #decision = 444
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 0
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 244
0.99/1.04	c BCD2: 244 <= obj <= 1962
0.99/1.04	c BCD2: #cores=212, #unrelaxed=1474, #relaxed=489, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=245 bias=245/246
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 |     1987      0 |       32 |      248
0.99/1.05	c  0.0s |       0 |      445 |        0 |     1987      0 |       32 |      248
0.99/1.05	c #cpu_time = 0.003s
0.99/1.05	c #wall_clock_time = 0.003s
0.99/1.05	c #decision = 445
0.99/1.05	c #random_decision = 0
0.99/1.05	c #conflict = 0
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 245
0.99/1.05	c BCD2: 245 <= obj <= 1962
0.99/1.05	c BCD2: #cores=212, #unrelaxed=1472, #relaxed=491, #hardened=0
0.99/1.05	c BCD2: #sat=1 #unsat=246 bias=246/247
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 |     1987      0 |       33 |      248
0.99/1.05	c  0.0s |       0 |      444 |        0 |     1987      0 |       33 |      249
0.99/1.05	c #cpu_time = 0.003s
0.99/1.05	c #wall_clock_time = 0.003s
0.99/1.05	c #decision = 444
0.99/1.05	c #random_decision = 0
0.99/1.05	c #conflict = 0
0.99/1.05	c #restart = 0
0.99/1.05	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.05	c lower bound updated to 246
0.99/1.05	c BCD2: 246 <= obj <= 1962
0.99/1.05	c BCD2: #cores=213, #unrelaxed=1470, #relaxed=493, #hardened=0
0.99/1.05	c BCD2: #sat=1 #unsat=247 bias=247/248
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 |     1987      0 |       33 |      250
0.99/1.05	c  0.0s |       0 |      444 |        0 |     1987      0 |       33 |      250
0.99/1.05	c #cpu_time = 0.003s
0.99/1.05	c #wall_clock_time = 0.003s
0.99/1.05	c #decision = 444
0.99/1.05	c #random_decision = 0
0.99/1.05	c #conflict = 0
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 247
0.99/1.06	c BCD2: 247 <= obj <= 1962
0.99/1.06	c BCD2: #cores=213, #unrelaxed=1468, #relaxed=495, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=248 bias=248/249
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 |     1987      0 |       34 |      250
0.99/1.06	c  0.0s |       0 |      443 |        0 |     1987      0 |       34 |      251
0.99/1.06	c #cpu_time = 0.003s
0.99/1.06	c #wall_clock_time = 0.003s
0.99/1.06	c #decision = 443
0.99/1.06	c #random_decision = 0
0.99/1.06	c #conflict = 0
0.99/1.06	c #restart = 0
0.99/1.06	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.06	c lower bound updated to 248
0.99/1.06	c BCD2: 248 <= obj <= 1962
0.99/1.06	c BCD2: #cores=214, #unrelaxed=1466, #relaxed=497, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=249 bias=249/250
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 |     1987      0 |       34 |      252
0.99/1.06	c  0.0s |       0 |      443 |        0 |     1987      0 |       34 |      252
0.99/1.06	c #cpu_time = 0.002s
0.99/1.06	c #wall_clock_time = 0.002s
0.99/1.06	c #decision = 443
0.99/1.06	c #random_decision = 0
0.99/1.06	c #conflict = 0
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 249
0.99/1.06	c BCD2: 249 <= obj <= 1962
0.99/1.06	c BCD2: #cores=214, #unrelaxed=1464, #relaxed=499, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=250 bias=250/251
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 |     1987      0 |       35 |      252
0.99/1.07	c  0.0s |       0 |      443 |        0 |     1987      0 |       35 |      253
0.99/1.07	c #cpu_time = 0.003s
0.99/1.07	c #wall_clock_time = 0.003s
0.99/1.07	c #decision = 443
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 0
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 250
0.99/1.07	c BCD2: 250 <= obj <= 1962
0.99/1.07	c BCD2: #cores=215, #unrelaxed=1462, #relaxed=501, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=251 bias=251/252
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 |     1987      0 |       35 |      254
0.99/1.07	c  0.0s |       0 |      445 |        0 |     1987      0 |       35 |      254
0.99/1.07	c #cpu_time = 0.003s
0.99/1.07	c #wall_clock_time = 0.003s
0.99/1.07	c #decision = 445
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 0
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 251
0.99/1.07	c BCD2: 251 <= obj <= 1962
0.99/1.07	c BCD2: #cores=216, #unrelaxed=1460, #relaxed=503, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=252 bias=252/253
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 |     1987      0 |       35 |      255
0.99/1.08	c  0.0s |       0 |      446 |        0 |     1987      0 |       35 |      255
0.99/1.08	c #cpu_time = 0.003s
0.99/1.08	c #wall_clock_time = 0.003s
0.99/1.08	c #decision = 446
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 0
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 252
0.99/1.08	c BCD2: 252 <= obj <= 1962
0.99/1.08	c BCD2: #cores=217, #unrelaxed=1458, #relaxed=505, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=253 bias=253/254
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 |     1987      0 |       35 |      256
0.99/1.08	c  0.0s |       0 |      449 |        0 |     1987      0 |       35 |      256
0.99/1.08	c #cpu_time = 0.003s
0.99/1.08	c #wall_clock_time = 0.003s
0.99/1.08	c #decision = 449
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 0
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 253
0.99/1.08	c BCD2: 253 <= obj <= 1962
0.99/1.08	c BCD2: #cores=218, #unrelaxed=1456, #relaxed=507, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=254 bias=254/255
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 |     1987      0 |       35 |      257
0.99/1.09	c  0.0s |       0 |      449 |        0 |     1987      0 |       35 |      257
0.99/1.09	c #cpu_time = 0.003s
0.99/1.09	c #wall_clock_time = 0.003s
0.99/1.09	c #decision = 449
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 0
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 254
0.99/1.09	c BCD2: 254 <= obj <= 1962
0.99/1.09	c BCD2: #cores=219, #unrelaxed=1454, #relaxed=509, #hardened=0
0.99/1.09	c BCD2: #sat=1 #unsat=255 bias=255/256
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 |     1987      0 |       35 |      258
0.99/1.09	c  0.0s |       0 |      451 |        0 |     1987      0 |       35 |      258
0.99/1.09	c #cpu_time = 0.003s
0.99/1.09	c #wall_clock_time = 0.003s
0.99/1.09	c #decision = 451
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 0
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 255
0.99/1.09	c BCD2: 255 <= obj <= 1962
0.99/1.09	c BCD2: #cores=220, #unrelaxed=1452, #relaxed=511, #hardened=0
0.99/1.09	c BCD2: #sat=1 #unsat=256 bias=256/257
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 |     1987      0 |       35 |      259
0.99/1.10	c  0.0s |       0 |      451 |        0 |     1987      0 |       35 |      259
0.99/1.10	c #cpu_time = 0.002s
0.99/1.10	c #wall_clock_time = 0.002s
0.99/1.10	c #decision = 451
0.99/1.10	c #random_decision = 0
0.99/1.10	c #conflict = 0
0.99/1.10	c #restart = 0
0.99/1.10	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.10	c lower bound updated to 256
0.99/1.10	c BCD2: 256 <= obj <= 1962
0.99/1.10	c BCD2: #cores=221, #unrelaxed=1450, #relaxed=513, #hardened=0
0.99/1.10	c BCD2: #sat=1 #unsat=257 bias=257/258
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 |     1987      0 |       35 |      260
0.99/1.10	c  0.0s |       0 |      452 |        0 |     1987      0 |       35 |      260
0.99/1.10	c #cpu_time = 0.003s
0.99/1.10	c #wall_clock_time = 0.003s
0.99/1.10	c #decision = 452
0.99/1.10	c #random_decision = 0
0.99/1.10	c #conflict = 0
0.99/1.10	c #restart = 0
0.99/1.10	c BCD2: 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 257
0.99/1.10	c BCD2: 257 <= obj <= 1962
0.99/1.10	c BCD2: #cores=221, #unrelaxed=1448, #relaxed=515, #hardened=0
0.99/1.10	c BCD2: #sat=1 #unsat=258 bias=258/259
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 |     1987      0 |       36 |      260
0.99/1.10	c  0.0s |       0 |      451 |        0 |     1987      0 |       36 |      261
0.99/1.10	c #cpu_time = 0.003s
0.99/1.10	c #wall_clock_time = 0.003s
0.99/1.10	c #decision = 451
0.99/1.10	c #random_decision = 0
0.99/1.10	c #conflict = 0
0.99/1.10	c #restart = 0
0.99/1.10	c BCD2: found a new core of size 2: cost of the new core is >=1
0.99/1.10	c lower bound updated to 258
0.99/1.11	c BCD2: 258 <= obj <= 1962
0.99/1.11	c BCD2: #cores=222, #unrelaxed=1446, #relaxed=517, #hardened=0
0.99/1.11	c BCD2: #sat=1 #unsat=259 bias=259/260
0.99/1.11	c Solving starts ...
0.99/1.11	c ============================[ Search Statistics ]============================
0.99/1.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.11	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.11	c =============================================================================
0.99/1.11	c  0.0s |       0 |        0 |        0 |     1987      0 |       36 |      262
1.10/1.11	c  0.0s |       0 |      453 |        0 |     1987      0 |       36 |      262
1.10/1.11	c #cpu_time = 0.003s
1.10/1.11	c #wall_clock_time = 0.003s
1.10/1.11	c #decision = 453
1.10/1.11	c #random_decision = 0
1.10/1.11	c #conflict = 0
1.10/1.11	c #restart = 0
1.10/1.11	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.11	c lower bound updated to 259
1.10/1.11	c BCD2: 259 <= obj <= 1962
1.10/1.11	c BCD2: #cores=223, #unrelaxed=1444, #relaxed=519, #hardened=0
1.10/1.11	c BCD2: #sat=1 #unsat=260 bias=260/261
1.10/1.11	c Solving starts ...
1.10/1.11	c ============================[ Search Statistics ]============================
1.10/1.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.11	c =============================================================================
1.10/1.11	c  0.0s |       0 |        0 |        0 |     1987      0 |       36 |      263
1.10/1.11	c  0.0s |       0 |      453 |        0 |     1987      0 |       36 |      263
1.10/1.11	c #cpu_time = 0.003s
1.10/1.11	c #wall_clock_time = 0.003s
1.10/1.11	c #decision = 453
1.10/1.11	c #random_decision = 0
1.10/1.11	c #conflict = 0
1.10/1.11	c #restart = 0
1.10/1.11	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.11	c lower bound updated to 260
1.10/1.12	c BCD2: 260 <= obj <= 1962
1.10/1.12	c BCD2: #cores=224, #unrelaxed=1442, #relaxed=521, #hardened=0
1.10/1.12	c BCD2: #sat=1 #unsat=261 bias=261/262
1.10/1.12	c Solving starts ...
1.10/1.12	c ============================[ Search Statistics ]============================
1.10/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.12	c =============================================================================
1.10/1.12	c  0.0s |       0 |        0 |        0 |     1987      0 |       36 |      264
1.10/1.12	c  0.0s |       0 |      456 |        0 |     1987      0 |       36 |      264
1.10/1.12	c #cpu_time = 0.003s
1.10/1.12	c #wall_clock_time = 0.003s
1.10/1.12	c #decision = 456
1.10/1.12	c #random_decision = 0
1.10/1.12	c #conflict = 0
1.10/1.12	c #restart = 0
1.10/1.12	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.10/1.12	c lower bound updated to 261
1.10/1.12	c BCD2: 261 <= obj <= 1962
1.10/1.12	c BCD2: #cores=223, #unrelaxed=1440, #relaxed=523, #hardened=0
1.10/1.12	c BCD2: #sat=1 #unsat=262 bias=262/263
1.10/1.12	c Solving starts ...
1.10/1.12	c ============================[ Search Statistics ]============================
1.10/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.12	c =============================================================================
1.10/1.12	c  0.0s |       0 |        0 |        0 |     1987      0 |       38 |      264
1.10/1.12	c  0.0s |       0 |      454 |        0 |     1987      0 |       38 |      266
1.10/1.12	c #cpu_time = 0.003s
1.10/1.12	c #wall_clock_time = 0.003s
1.10/1.12	c #decision = 454
1.10/1.12	c #random_decision = 0
1.10/1.12	c #conflict = 0
1.10/1.12	c #restart = 0
1.10/1.12	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.12	c lower bound updated to 262
1.10/1.12	c BCD2: 262 <= obj <= 1962
1.10/1.12	c BCD2: #cores=224, #unrelaxed=1438, #relaxed=525, #hardened=0
1.10/1.12	c BCD2: #sat=1 #unsat=263 bias=263/264
1.10/1.12	c Solving starts ...
1.10/1.12	c ============================[ Search Statistics ]============================
1.10/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.12	c =============================================================================
1.10/1.13	c  0.0s |       0 |        0 |        0 |     1987      0 |       38 |      267
1.10/1.13	c  0.0s |       0 |      458 |        0 |     1987      0 |       38 |      267
1.10/1.13	c #cpu_time = 0.003s
1.10/1.13	c #wall_clock_time = 0.003s
1.10/1.13	c #decision = 458
1.10/1.13	c #random_decision = 0
1.10/1.13	c #conflict = 0
1.10/1.13	c #restart = 0
1.10/1.13	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.10/1.13	c lower bound updated to 263
1.10/1.13	c BCD2: 263 <= obj <= 1962
1.10/1.13	c BCD2: #cores=223, #unrelaxed=1436, #relaxed=527, #hardened=0
1.10/1.13	c BCD2: #sat=1 #unsat=264 bias=264/265
1.10/1.13	c Solving starts ...
1.10/1.13	c ============================[ Search Statistics ]============================
1.10/1.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.13	c =============================================================================
1.10/1.13	c  0.0s |       0 |        0 |        0 |     1987      0 |       40 |      267
1.10/1.13	c  0.0s |       0 |      459 |        0 |     1987      0 |       40 |      269
1.10/1.13	c #cpu_time = 0.003s
1.10/1.13	c #wall_clock_time = 0.003s
1.10/1.13	c #decision = 459
1.10/1.13	c #random_decision = 0
1.10/1.13	c #conflict = 0
1.10/1.13	c #restart = 0
1.10/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.10/1.13	c lower bound updated to 264
1.10/1.13	c BCD2: 264 <= obj <= 1962
1.10/1.13	c BCD2: #cores=223, #unrelaxed=1434, #relaxed=529, #hardened=0
1.10/1.13	c BCD2: #sat=1 #unsat=265 bias=265/266
1.10/1.13	c Solving starts ...
1.10/1.13	c ============================[ Search Statistics ]============================
1.10/1.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.13	c =============================================================================
1.10/1.13	c  0.0s |       0 |        0 |        0 |     1987      0 |       41 |      269
1.10/1.14	c  0.0s |       0 |      466 |        0 |     1987      0 |       41 |      270
1.10/1.14	c #cpu_time = 0.004s
1.10/1.14	c #wall_clock_time = 0.004s
1.10/1.14	c #decision = 466
1.10/1.14	c #random_decision = 0
1.10/1.14	c #conflict = 0
1.10/1.14	c #restart = 0
1.10/1.14	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
1.10/1.14	c lower bound updated to 265
1.10/1.14	c BCD2: 265 <= obj <= 1962
1.10/1.14	c BCD2: #cores=221, #unrelaxed=1432, #relaxed=531, #hardened=0
1.10/1.14	c BCD2: #sat=1 #unsat=266 bias=266/267
1.10/1.14	c Solving starts ...
1.10/1.14	c ============================[ Search Statistics ]============================
1.10/1.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.14	c =============================================================================
1.10/1.14	c  0.0s |       0 |        0 |        0 |     1987      0 |       44 |      270
1.10/1.14	c  0.0s |       0 |      464 |        0 |     1987      0 |       44 |      273
1.10/1.14	c #cpu_time = 0.003s
1.10/1.14	c #wall_clock_time = 0.003s
1.10/1.14	c #decision = 464
1.10/1.14	c #random_decision = 0
1.10/1.14	c #conflict = 0
1.10/1.14	c #restart = 0
1.10/1.14	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.14	c lower bound updated to 266
1.10/1.14	c BCD2: 266 <= obj <= 1962
1.10/1.14	c BCD2: #cores=222, #unrelaxed=1430, #relaxed=533, #hardened=0
1.10/1.14	c BCD2: #sat=1 #unsat=267 bias=267/268
1.10/1.14	c Solving starts ...
1.10/1.14	c ============================[ Search Statistics ]============================
1.10/1.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.14	c =============================================================================
1.10/1.14	c  0.0s |       0 |        0 |        0 |     1987      0 |       44 |      274
1.10/1.15	c  0.0s |       0 |      464 |        0 |     1987      0 |       44 |      274
1.10/1.15	c #cpu_time = 0.003s
1.10/1.15	c #wall_clock_time = 0.003s
1.10/1.15	c #decision = 464
1.10/1.15	c #random_decision = 0
1.10/1.15	c #conflict = 0
1.10/1.15	c #restart = 0
1.10/1.15	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.15	c lower bound updated to 267
1.10/1.15	c BCD2: 267 <= obj <= 1962
1.10/1.15	c BCD2: #cores=223, #unrelaxed=1428, #relaxed=535, #hardened=0
1.10/1.15	c BCD2: #sat=1 #unsat=268 bias=268/269
1.10/1.15	c Solving starts ...
1.10/1.15	c ============================[ Search Statistics ]============================
1.10/1.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.15	c =============================================================================
1.10/1.15	c  0.0s |       0 |        0 |        0 |     1987      0 |       44 |      275
1.10/1.15	c  0.0s |       0 |      464 |        0 |     1987      0 |       44 |      275
1.10/1.15	c #cpu_time = 0.003s
1.10/1.15	c #wall_clock_time = 0.003s
1.10/1.15	c #decision = 464
1.10/1.15	c #random_decision = 0
1.10/1.15	c #conflict = 0
1.10/1.15	c #restart = 0
1.10/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.10/1.15	c lower bound updated to 268
1.10/1.15	c BCD2: 268 <= obj <= 1962
1.10/1.15	c BCD2: #cores=223, #unrelaxed=1426, #relaxed=537, #hardened=0
1.10/1.15	c BCD2: #sat=1 #unsat=269 bias=269/270
1.10/1.15	c Solving starts ...
1.10/1.15	c ============================[ Search Statistics ]============================
1.10/1.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.15	c =============================================================================
1.10/1.15	c  0.0s |       0 |        0 |        0 |     1987      0 |       45 |      275
1.10/1.16	c  0.0s |       0 |      465 |        0 |     1987      0 |       45 |      276
1.10/1.16	c #cpu_time = 0.003s
1.10/1.16	c #wall_clock_time = 0.003s
1.10/1.16	c #decision = 465
1.10/1.16	c #random_decision = 0
1.10/1.16	c #conflict = 0
1.10/1.16	c #restart = 0
1.10/1.16	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.16	c lower bound updated to 269
1.10/1.16	c BCD2: 269 <= obj <= 1962
1.10/1.16	c BCD2: #cores=224, #unrelaxed=1424, #relaxed=539, #hardened=0
1.10/1.16	c BCD2: #sat=1 #unsat=270 bias=270/271
1.10/1.16	c Solving starts ...
1.10/1.16	c ============================[ Search Statistics ]============================
1.10/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.16	c =============================================================================
1.10/1.16	c  0.0s |       0 |        0 |        0 |     1987      0 |       45 |      277
1.10/1.16	c  0.0s |       0 |      469 |        0 |     1987      0 |       45 |      277
1.10/1.16	c #cpu_time = 0.003s
1.10/1.16	c #wall_clock_time = 0.003s
1.10/1.16	c #decision = 469
1.10/1.16	c #random_decision = 0
1.10/1.16	c #conflict = 0
1.10/1.16	c #restart = 0
1.10/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.10/1.16	c lower bound updated to 270
1.10/1.16	c BCD2: 270 <= obj <= 1962
1.10/1.16	c BCD2: #cores=224, #unrelaxed=1422, #relaxed=541, #hardened=0
1.10/1.16	c BCD2: #sat=1 #unsat=271 bias=271/272
1.10/1.16	c Solving starts ...
1.10/1.16	c ============================[ Search Statistics ]============================
1.10/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.16	c =============================================================================
1.10/1.16	c  0.0s |       0 |        0 |        0 |     1987      0 |       46 |      277
1.10/1.17	c  0.0s |       0 |      469 |        0 |     1987      0 |       46 |      278
1.10/1.17	c #cpu_time = 0.003s
1.10/1.17	c #wall_clock_time = 0.003s
1.10/1.17	c #decision = 469
1.10/1.17	c #random_decision = 0
1.10/1.17	c #conflict = 0
1.10/1.17	c #restart = 0
1.10/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.10/1.17	c lower bound updated to 271
1.10/1.17	c BCD2: 271 <= obj <= 1962
1.10/1.17	c BCD2: #cores=224, #unrelaxed=1420, #relaxed=543, #hardened=0
1.10/1.17	c BCD2: #sat=1 #unsat=272 bias=272/273
1.10/1.17	c Solving starts ...
1.10/1.17	c ============================[ Search Statistics ]============================
1.10/1.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.17	c =============================================================================
1.10/1.17	c  0.0s |       0 |        0 |        0 |     1987      0 |       47 |      278
1.10/1.17	c  0.0s |       0 |      468 |        0 |     1987      0 |       47 |      279
1.10/1.17	c #cpu_time = 0.003s
1.10/1.17	c #wall_clock_time = 0.003s
1.10/1.17	c #decision = 468
1.10/1.17	c #random_decision = 0
1.10/1.17	c #conflict = 0
1.10/1.17	c #restart = 0
1.10/1.17	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.17	c lower bound updated to 272
1.10/1.17	c BCD2: 272 <= obj <= 1962
1.10/1.17	c BCD2: #cores=225, #unrelaxed=1418, #relaxed=545, #hardened=0
1.10/1.17	c BCD2: #sat=1 #unsat=273 bias=273/274
1.10/1.17	c Solving starts ...
1.10/1.17	c ============================[ Search Statistics ]============================
1.10/1.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.17	c =============================================================================
1.10/1.17	c  0.0s |       0 |        0 |        0 |     1987      0 |       47 |      280
1.10/1.18	c  0.0s |       0 |      469 |        0 |     1987      0 |       47 |      280
1.10/1.18	c #cpu_time = 0.003s
1.10/1.18	c #wall_clock_time = 0.003s
1.10/1.18	c #decision = 469
1.10/1.18	c #random_decision = 0
1.10/1.18	c #conflict = 0
1.10/1.18	c #restart = 0
1.10/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.10/1.18	c lower bound updated to 273
1.10/1.18	c BCD2: 273 <= obj <= 1962
1.10/1.18	c BCD2: #cores=225, #unrelaxed=1416, #relaxed=547, #hardened=0
1.10/1.18	c BCD2: #sat=1 #unsat=274 bias=274/275
1.10/1.18	c Solving starts ...
1.10/1.18	c ============================[ Search Statistics ]============================
1.10/1.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.18	c =============================================================================
1.10/1.18	c  0.0s |       0 |        0 |        0 |     1987      0 |       48 |      280
1.10/1.18	c  0.0s |       0 |      471 |        0 |     1987      0 |       48 |      281
1.10/1.18	c #cpu_time = 0.003s
1.10/1.18	c #wall_clock_time = 0.003s
1.10/1.18	c #decision = 471
1.10/1.18	c #random_decision = 0
1.10/1.18	c #conflict = 0
1.10/1.18	c #restart = 0
1.10/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.10/1.18	c lower bound updated to 274
1.10/1.18	c BCD2: 274 <= obj <= 1962
1.10/1.18	c BCD2: #cores=225, #unrelaxed=1414, #relaxed=549, #hardened=0
1.10/1.18	c BCD2: #sat=1 #unsat=275 bias=275/276
1.10/1.18	c Solving starts ...
1.10/1.18	c ============================[ Search Statistics ]============================
1.10/1.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.18	c =============================================================================
1.10/1.18	c  0.0s |       0 |        0 |        0 |     1987      0 |       49 |      281
1.10/1.18	c  0.0s |       0 |      471 |        0 |     1987      0 |       49 |      282
1.10/1.18	c #cpu_time = 0.003s
1.10/1.18	c #wall_clock_time = 0.003s
1.10/1.18	c #decision = 471
1.10/1.18	c #random_decision = 0
1.10/1.18	c #conflict = 0
1.10/1.18	c #restart = 0
1.10/1.18	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.18	c lower bound updated to 275
1.10/1.19	c BCD2: 275 <= obj <= 1962
1.10/1.19	c BCD2: #cores=226, #unrelaxed=1412, #relaxed=551, #hardened=0
1.10/1.19	c BCD2: #sat=1 #unsat=276 bias=276/277
1.10/1.19	c Solving starts ...
1.10/1.19	c ============================[ Search Statistics ]============================
1.10/1.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.19	c =============================================================================
1.10/1.19	c  0.0s |       0 |        0 |        0 |     1987      0 |       49 |      283
1.10/1.19	c  0.0s |       0 |      471 |        0 |     1987      0 |       49 |      283
1.10/1.19	c #cpu_time = 0.003s
1.10/1.19	c #wall_clock_time = 0.003s
1.10/1.19	c #decision = 471
1.10/1.19	c #random_decision = 0
1.10/1.19	c #conflict = 0
1.10/1.19	c #restart = 0
1.10/1.19	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.19	c lower bound updated to 276
1.10/1.19	c BCD2: 276 <= obj <= 1962
1.10/1.19	c BCD2: #cores=227, #unrelaxed=1410, #relaxed=553, #hardened=0
1.10/1.19	c BCD2: #sat=1 #unsat=277 bias=277/278
1.10/1.19	c Solving starts ...
1.10/1.19	c ============================[ Search Statistics ]============================
1.10/1.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.19	c =============================================================================
1.10/1.19	c  0.0s |       0 |        0 |        0 |     1987      0 |       49 |      284
1.10/1.19	c  0.0s |       0 |      471 |        0 |     1987      0 |       49 |      284
1.10/1.19	c #cpu_time = 0.003s
1.10/1.19	c #wall_clock_time = 0.003s
1.10/1.19	c #decision = 471
1.10/1.19	c #random_decision = 0
1.10/1.19	c #conflict = 0
1.10/1.19	c #restart = 0
1.10/1.19	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.19	c lower bound updated to 277
1.10/1.19	c BCD2: 277 <= obj <= 1962
1.10/1.19	c BCD2: #cores=228, #unrelaxed=1408, #relaxed=555, #hardened=0
1.10/1.19	c BCD2: #sat=1 #unsat=278 bias=278/279
1.10/1.20	c Solving starts ...
1.10/1.20	c ============================[ Search Statistics ]============================
1.10/1.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.20	c =============================================================================
1.10/1.20	c  0.0s |       0 |        0 |        0 |     1987      0 |       49 |      285
1.10/1.20	c  0.0s |       0 |      473 |        0 |     1987      0 |       49 |      285
1.10/1.20	c #cpu_time = 0.003s
1.10/1.20	c #wall_clock_time = 0.003s
1.10/1.20	c #decision = 473
1.10/1.20	c #random_decision = 0
1.10/1.20	c #conflict = 0
1.10/1.20	c #restart = 0
1.10/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.10/1.20	c lower bound updated to 278
1.10/1.20	c BCD2: 278 <= obj <= 1962
1.10/1.20	c BCD2: #cores=228, #unrelaxed=1406, #relaxed=557, #hardened=0
1.10/1.20	c BCD2: #sat=1 #unsat=279 bias=279/280
1.10/1.20	c Solving starts ...
1.10/1.20	c ============================[ Search Statistics ]============================
1.10/1.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.20	c =============================================================================
1.10/1.20	c  0.0s |       0 |        0 |        0 |     1987      0 |       50 |      285
1.10/1.20	c  0.0s |       0 |      473 |        0 |     1987      0 |       50 |      286
1.10/1.20	c #cpu_time = 0.003s
1.10/1.20	c #wall_clock_time = 0.003s
1.10/1.20	c #decision = 473
1.10/1.20	c #random_decision = 0
1.10/1.20	c #conflict = 0
1.10/1.20	c #restart = 0
1.10/1.20	c BCD2: found a new core of size 2: cost of the new core is >=1
1.10/1.20	c lower bound updated to 279
1.10/1.20	c BCD2: 279 <= obj <= 1962
1.10/1.20	c BCD2: #cores=229, #unrelaxed=1404, #relaxed=559, #hardened=0
1.10/1.20	c BCD2: #sat=1 #unsat=280 bias=280/281
1.10/1.20	c Solving starts ...
1.10/1.20	c ============================[ Search Statistics ]============================
1.10/1.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.20	c =============================================================================
1.10/1.20	c  0.0s |       0 |        0 |        0 |     1987      0 |       50 |      287
1.20/1.21	c  0.0s |       0 |      473 |        0 |     1987      0 |       50 |      287
1.20/1.21	c #cpu_time = 0.003s
1.20/1.21	c #wall_clock_time = 0.003s
1.20/1.21	c #decision = 473
1.20/1.21	c #random_decision = 0
1.20/1.21	c #conflict = 0
1.20/1.21	c #restart = 0
1.20/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.20/1.21	c lower bound updated to 280
1.20/1.21	c BCD2: 280 <= obj <= 1962
1.20/1.21	c BCD2: #cores=229, #unrelaxed=1402, #relaxed=561, #hardened=0
1.20/1.21	c BCD2: #sat=1 #unsat=281 bias=281/282
1.20/1.21	c Solving starts ...
1.20/1.21	c ============================[ Search Statistics ]============================
1.20/1.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.21	c =============================================================================
1.20/1.21	c  0.0s |       0 |        0 |        0 |     1987      0 |       51 |      287
1.20/1.21	c  0.0s |       0 |      474 |        0 |     1987      0 |       51 |      288
1.20/1.21	c #cpu_time = 0.003s
1.20/1.21	c #wall_clock_time = 0.003s
1.20/1.21	c #decision = 474
1.20/1.21	c #random_decision = 0
1.20/1.21	c #conflict = 0
1.20/1.21	c #restart = 0
1.20/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.20/1.21	c lower bound updated to 281
1.20/1.21	c BCD2: 281 <= obj <= 1962
1.20/1.21	c BCD2: #cores=229, #unrelaxed=1400, #relaxed=563, #hardened=0
1.20/1.21	c BCD2: #sat=1 #unsat=282 bias=282/283
1.20/1.21	c Solving starts ...
1.20/1.21	c ============================[ Search Statistics ]============================
1.20/1.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.21	c =============================================================================
1.20/1.21	c  0.0s |       0 |        0 |        0 |     1987      0 |       52 |      288
1.20/1.22	c  0.0s |       0 |      477 |        0 |     1987      0 |       52 |      289
1.20/1.22	c #cpu_time = 0.003s
1.20/1.22	c #wall_clock_time = 0.003s
1.20/1.22	c #decision = 477
1.20/1.22	c #random_decision = 0
1.20/1.22	c #conflict = 0
1.20/1.22	c #restart = 0
1.20/1.22	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.22	c lower bound updated to 282
1.20/1.22	c BCD2: 282 <= obj <= 1962
1.20/1.22	c BCD2: #cores=230, #unrelaxed=1398, #relaxed=565, #hardened=0
1.20/1.22	c BCD2: #sat=1 #unsat=283 bias=283/284
1.20/1.22	c Solving starts ...
1.20/1.22	c ============================[ Search Statistics ]============================
1.20/1.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.22	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.22	c =============================================================================
1.20/1.22	c  0.0s |       0 |        0 |        0 |     1987      0 |       52 |      290
1.20/1.22	c  0.0s |       0 |      477 |        0 |     1987      0 |       52 |      290
1.20/1.22	c #cpu_time = 0.003s
1.20/1.22	c #wall_clock_time = 0.003s
1.20/1.22	c #decision = 477
1.20/1.22	c #random_decision = 0
1.20/1.22	c #conflict = 0
1.20/1.22	c #restart = 0
1.20/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.20/1.22	c lower bound updated to 283
1.20/1.22	c BCD2: 283 <= obj <= 1962
1.20/1.22	c BCD2: #cores=230, #unrelaxed=1396, #relaxed=567, #hardened=0
1.20/1.22	c BCD2: #sat=1 #unsat=284 bias=284/285
1.20/1.22	c Solving starts ...
1.20/1.22	c ============================[ Search Statistics ]============================
1.20/1.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.22	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.22	c =============================================================================
1.20/1.22	c  0.0s |       0 |        0 |        0 |     1987      0 |       53 |      290
1.20/1.23	c  0.0s |       0 |      478 |        0 |     1987      0 |       53 |      291
1.20/1.23	c #cpu_time = 0.003s
1.20/1.23	c #wall_clock_time = 0.003s
1.20/1.23	c #decision = 478
1.20/1.23	c #random_decision = 0
1.20/1.23	c #conflict = 0
1.20/1.23	c #restart = 0
1.20/1.23	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.23	c lower bound updated to 284
1.20/1.23	c BCD2: 284 <= obj <= 1962
1.20/1.23	c BCD2: #cores=231, #unrelaxed=1394, #relaxed=569, #hardened=0
1.20/1.23	c BCD2: #sat=1 #unsat=285 bias=285/286
1.20/1.23	c Solving starts ...
1.20/1.23	c ============================[ Search Statistics ]============================
1.20/1.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.23	c =============================================================================
1.20/1.23	c  0.0s |       0 |        0 |        0 |     1987      0 |       53 |      292
1.20/1.23	c  0.0s |       0 |      481 |        0 |     1987      0 |       53 |      292
1.20/1.23	c #cpu_time = 0.003s
1.20/1.23	c #wall_clock_time = 0.003s
1.20/1.23	c #decision = 481
1.20/1.23	c #random_decision = 0
1.20/1.23	c #conflict = 0
1.20/1.23	c #restart = 0
1.20/1.23	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.23	c lower bound updated to 285
1.20/1.23	c BCD2: 285 <= obj <= 1962
1.20/1.23	c BCD2: #cores=232, #unrelaxed=1392, #relaxed=571, #hardened=0
1.20/1.23	c BCD2: #sat=1 #unsat=286 bias=286/287
1.20/1.23	c Solving starts ...
1.20/1.23	c ============================[ Search Statistics ]============================
1.20/1.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.23	c =============================================================================
1.20/1.23	c  0.0s |       0 |        0 |        0 |     1987      0 |       53 |      293
1.20/1.24	c  0.0s |       0 |      481 |        0 |     1987      0 |       53 |      293
1.20/1.24	c #cpu_time = 0.003s
1.20/1.24	c #wall_clock_time = 0.003s
1.20/1.24	c #decision = 481
1.20/1.24	c #random_decision = 0
1.20/1.24	c #conflict = 0
1.20/1.24	c #restart = 0
1.20/1.24	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.24	c lower bound updated to 286
1.20/1.24	c BCD2: 286 <= obj <= 1962
1.20/1.24	c BCD2: #cores=233, #unrelaxed=1390, #relaxed=573, #hardened=0
1.20/1.24	c BCD2: #sat=1 #unsat=287 bias=287/288
1.20/1.24	c Solving starts ...
1.20/1.24	c ============================[ Search Statistics ]============================
1.20/1.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.24	c =============================================================================
1.20/1.24	c  0.0s |       0 |        0 |        0 |     1987      0 |       53 |      294
1.20/1.24	c  0.0s |       0 |      481 |        0 |     1987      0 |       53 |      294
1.20/1.24	c #cpu_time = 0.003s
1.20/1.24	c #wall_clock_time = 0.003s
1.20/1.24	c #decision = 481
1.20/1.24	c #random_decision = 0
1.20/1.24	c #conflict = 0
1.20/1.24	c #restart = 0
1.20/1.24	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.24	c lower bound updated to 287
1.20/1.24	c BCD2: 287 <= obj <= 1962
1.20/1.24	c BCD2: #cores=234, #unrelaxed=1388, #relaxed=575, #hardened=0
1.20/1.24	c BCD2: #sat=1 #unsat=288 bias=288/289
1.20/1.24	c Solving starts ...
1.20/1.24	c ============================[ Search Statistics ]============================
1.20/1.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.24	c =============================================================================
1.20/1.24	c  0.0s |       0 |        0 |        0 |     1987      0 |       53 |      295
1.20/1.25	c  0.0s |       0 |      481 |        0 |     1987      0 |       53 |      295
1.20/1.25	c #cpu_time = 0.003s
1.20/1.25	c #wall_clock_time = 0.003s
1.20/1.25	c #decision = 481
1.20/1.25	c #random_decision = 0
1.20/1.25	c #conflict = 0
1.20/1.25	c #restart = 0
1.20/1.25	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.25	c lower bound updated to 288
1.20/1.25	c BCD2: 288 <= obj <= 1962
1.20/1.25	c BCD2: #cores=235, #unrelaxed=1386, #relaxed=577, #hardened=0
1.20/1.25	c BCD2: #sat=1 #unsat=289 bias=289/290
1.20/1.25	c Solving starts ...
1.20/1.25	c ============================[ Search Statistics ]============================
1.20/1.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.25	c =============================================================================
1.20/1.25	c  0.0s |       0 |        0 |        0 |     1987      0 |       53 |      296
1.20/1.25	c  0.0s |       0 |      481 |        0 |     1987      0 |       53 |      296
1.20/1.25	c #cpu_time = 0.003s
1.20/1.25	c #wall_clock_time = 0.003s
1.20/1.25	c #decision = 481
1.20/1.25	c #random_decision = 0
1.20/1.25	c #conflict = 0
1.20/1.25	c #restart = 0
1.20/1.25	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.25	c lower bound updated to 289
1.20/1.25	c BCD2: 289 <= obj <= 1962
1.20/1.25	c BCD2: #cores=236, #unrelaxed=1384, #relaxed=579, #hardened=0
1.20/1.25	c BCD2: #sat=1 #unsat=290 bias=290/291
1.20/1.25	c Solving starts ...
1.20/1.25	c ============================[ Search Statistics ]============================
1.20/1.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.25	c =============================================================================
1.20/1.25	c  0.0s |       0 |        0 |        0 |     1987      0 |       53 |      297
1.20/1.25	c  0.0s |       0 |      481 |        0 |     1987      0 |       53 |      297
1.20/1.25	c #cpu_time = 0.003s
1.20/1.25	c #wall_clock_time = 0.003s
1.20/1.25	c #decision = 481
1.20/1.25	c #random_decision = 0
1.20/1.25	c #conflict = 0
1.20/1.25	c #restart = 0
1.20/1.25	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.26	c lower bound updated to 290
1.20/1.26	c BCD2: 290 <= obj <= 1962
1.20/1.26	c BCD2: #cores=237, #unrelaxed=1382, #relaxed=581, #hardened=0
1.20/1.26	c BCD2: #sat=1 #unsat=291 bias=291/292
1.20/1.26	c Solving starts ...
1.20/1.26	c ============================[ Search Statistics ]============================
1.20/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.26	c =============================================================================
1.20/1.26	c  0.0s |       0 |        0 |        0 |     1987      0 |       53 |      298
1.20/1.26	c  0.0s |       0 |      482 |        0 |     1987      0 |       53 |      298
1.20/1.26	c #cpu_time = 0.003s
1.20/1.26	c #wall_clock_time = 0.003s
1.20/1.26	c #decision = 482
1.20/1.26	c #random_decision = 0
1.20/1.26	c #conflict = 0
1.20/1.26	c #restart = 0
1.20/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.20/1.26	c lower bound updated to 291
1.20/1.26	c BCD2: 291 <= obj <= 1962
1.20/1.26	c BCD2: #cores=237, #unrelaxed=1380, #relaxed=583, #hardened=0
1.20/1.26	c BCD2: #sat=1 #unsat=292 bias=292/293
1.20/1.26	c Solving starts ...
1.20/1.26	c ============================[ Search Statistics ]============================
1.20/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.26	c =============================================================================
1.20/1.26	c  0.0s |       0 |        0 |        0 |     1987      0 |       54 |      298
1.20/1.26	c  0.0s |       0 |      487 |        0 |     1987      0 |       54 |      299
1.20/1.26	c #cpu_time = 0.003s
1.20/1.26	c #wall_clock_time = 0.003s
1.20/1.26	c #decision = 487
1.20/1.26	c #random_decision = 0
1.20/1.26	c #conflict = 0
1.20/1.26	c #restart = 0
1.20/1.26	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.26	c lower bound updated to 292
1.20/1.27	c BCD2: 292 <= obj <= 1962
1.20/1.27	c BCD2: #cores=238, #unrelaxed=1378, #relaxed=585, #hardened=0
1.20/1.27	c BCD2: #sat=1 #unsat=293 bias=293/294
1.20/1.27	c Solving starts ...
1.20/1.27	c ============================[ Search Statistics ]============================
1.20/1.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.27	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.27	c =============================================================================
1.20/1.27	c  0.0s |       0 |        0 |        0 |     1987      0 |       54 |      300
1.20/1.27	c  0.0s |       0 |      487 |        0 |     1987      0 |       54 |      300
1.20/1.27	c #cpu_time = 0.003s
1.20/1.27	c #wall_clock_time = 0.003s
1.20/1.27	c #decision = 487
1.20/1.27	c #random_decision = 0
1.20/1.27	c #conflict = 0
1.20/1.27	c #restart = 0
1.20/1.27	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.27	c lower bound updated to 293
1.20/1.27	c BCD2: 293 <= obj <= 1962
1.20/1.27	c BCD2: #cores=239, #unrelaxed=1376, #relaxed=587, #hardened=0
1.20/1.27	c BCD2: #sat=1 #unsat=294 bias=294/295
1.20/1.27	c Solving starts ...
1.20/1.27	c ============================[ Search Statistics ]============================
1.20/1.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.27	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.27	c =============================================================================
1.20/1.27	c  0.0s |       0 |        0 |        0 |     1987      0 |       54 |      301
1.20/1.27	c  0.0s |       0 |      488 |        0 |     1987      0 |       54 |      301
1.20/1.27	c #cpu_time = 0.003s
1.20/1.27	c #wall_clock_time = 0.003s
1.20/1.27	c #decision = 488
1.20/1.27	c #random_decision = 0
1.20/1.27	c #conflict = 0
1.20/1.27	c #restart = 0
1.20/1.27	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.27	c lower bound updated to 294
1.20/1.27	c BCD2: 294 <= obj <= 1962
1.20/1.27	c BCD2: #cores=240, #unrelaxed=1374, #relaxed=589, #hardened=0
1.20/1.27	c BCD2: #sat=1 #unsat=295 bias=295/296
1.20/1.28	c Solving starts ...
1.20/1.28	c ============================[ Search Statistics ]============================
1.20/1.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.28	c =============================================================================
1.20/1.28	c  0.0s |       0 |        0 |        0 |     1987      0 |       54 |      302
1.20/1.28	c  0.0s |       0 |      488 |        0 |     1987      0 |       54 |      302
1.20/1.28	c #cpu_time = 0.003s
1.20/1.28	c #wall_clock_time = 0.003s
1.20/1.28	c #decision = 488
1.20/1.28	c #random_decision = 0
1.20/1.28	c #conflict = 0
1.20/1.28	c #restart = 0
1.20/1.28	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.28	c lower bound updated to 295
1.20/1.28	c BCD2: 295 <= obj <= 1962
1.20/1.28	c BCD2: #cores=241, #unrelaxed=1372, #relaxed=591, #hardened=0
1.20/1.28	c BCD2: #sat=1 #unsat=296 bias=296/297
1.20/1.28	c Solving starts ...
1.20/1.28	c ============================[ Search Statistics ]============================
1.20/1.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.28	c =============================================================================
1.20/1.28	c  0.0s |       0 |        0 |        0 |     1987      0 |       54 |      303
1.20/1.28	c  0.0s |       0 |      488 |        0 |     1987      0 |       54 |      303
1.20/1.28	c #cpu_time = 0.003s
1.20/1.28	c #wall_clock_time = 0.003s
1.20/1.28	c #decision = 488
1.20/1.28	c #random_decision = 0
1.20/1.28	c #conflict = 0
1.20/1.28	c #restart = 0
1.20/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.20/1.28	c lower bound updated to 296
1.20/1.28	c BCD2: 296 <= obj <= 1962
1.20/1.28	c BCD2: #cores=241, #unrelaxed=1370, #relaxed=593, #hardened=0
1.20/1.28	c BCD2: #sat=1 #unsat=297 bias=297/298
1.20/1.28	c Solving starts ...
1.20/1.28	c ============================[ Search Statistics ]============================
1.20/1.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.28	c =============================================================================
1.20/1.28	c  0.0s |       0 |        0 |        0 |     1987      0 |       55 |      303
1.20/1.29	c  0.0s |       0 |      487 |        0 |     1987      0 |       55 |      304
1.20/1.29	c #cpu_time = 0.003s
1.20/1.29	c #wall_clock_time = 0.003s
1.20/1.29	c #decision = 487
1.20/1.29	c #random_decision = 0
1.20/1.29	c #conflict = 0
1.20/1.29	c #restart = 0
1.20/1.29	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.29	c lower bound updated to 297
1.20/1.29	c BCD2: 297 <= obj <= 1962
1.20/1.29	c BCD2: #cores=242, #unrelaxed=1368, #relaxed=595, #hardened=0
1.20/1.29	c BCD2: #sat=1 #unsat=298 bias=298/299
1.20/1.29	c Solving starts ...
1.20/1.29	c ============================[ Search Statistics ]============================
1.20/1.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.29	c =============================================================================
1.20/1.29	c  0.0s |       0 |        0 |        0 |     1987      0 |       55 |      305
1.20/1.29	c  0.0s |       0 |      489 |        0 |     1987      0 |       55 |      305
1.20/1.29	c #cpu_time = 0.003s
1.20/1.29	c #wall_clock_time = 0.003s
1.20/1.29	c #decision = 489
1.20/1.29	c #random_decision = 0
1.20/1.29	c #conflict = 0
1.20/1.29	c #restart = 0
1.20/1.29	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.29	c lower bound updated to 298
1.20/1.29	c BCD2: 298 <= obj <= 1962
1.20/1.29	c BCD2: #cores=243, #unrelaxed=1366, #relaxed=597, #hardened=0
1.20/1.29	c BCD2: #sat=1 #unsat=299 bias=299/300
1.20/1.29	c Solving starts ...
1.20/1.29	c ============================[ Search Statistics ]============================
1.20/1.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.29	c =============================================================================
1.20/1.29	c  0.0s |       0 |        0 |        0 |     1987      0 |       55 |      306
1.29/1.30	c  0.0s |       0 |      490 |        0 |     1987      0 |       55 |      306
1.29/1.30	c #cpu_time = 0.003s
1.29/1.30	c #wall_clock_time = 0.003s
1.29/1.30	c #decision = 490
1.29/1.30	c #random_decision = 0
1.29/1.30	c #conflict = 0
1.29/1.30	c #restart = 0
1.29/1.30	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.30	c lower bound updated to 299
1.29/1.30	c BCD2: 299 <= obj <= 1962
1.29/1.30	c BCD2: #cores=244, #unrelaxed=1364, #relaxed=599, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=300 bias=300/301
1.29/1.30	c Solving starts ...
1.29/1.30	c ============================[ Search Statistics ]============================
1.29/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.30	c =============================================================================
1.29/1.30	c  0.0s |       0 |        0 |        0 |     1987      0 |       55 |      307
1.29/1.30	c  0.0s |       0 |      491 |        0 |     1987      0 |       55 |      307
1.29/1.30	c #cpu_time = 0.003s
1.29/1.30	c #wall_clock_time = 0.003s
1.29/1.30	c #decision = 491
1.29/1.30	c #random_decision = 0
1.29/1.30	c #conflict = 0
1.29/1.30	c #restart = 0
1.29/1.30	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.30	c lower bound updated to 300
1.29/1.30	c BCD2: 300 <= obj <= 1962
1.29/1.30	c BCD2: #cores=245, #unrelaxed=1362, #relaxed=601, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=301 bias=301/302
1.29/1.30	c Solving starts ...
1.29/1.30	c ============================[ Search Statistics ]============================
1.29/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.30	c =============================================================================
1.29/1.30	c  0.0s |       0 |        0 |        0 |     1987      0 |       55 |      308
1.29/1.31	c  0.0s |       0 |      492 |        0 |     1987      0 |       55 |      308
1.29/1.31	c #cpu_time = 0.003s
1.29/1.31	c #wall_clock_time = 0.003s
1.29/1.31	c #decision = 492
1.29/1.31	c #random_decision = 0
1.29/1.31	c #conflict = 0
1.29/1.31	c #restart = 0
1.29/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.29/1.31	c lower bound updated to 301
1.29/1.31	c BCD2: 301 <= obj <= 1962
1.29/1.31	c BCD2: #cores=245, #unrelaxed=1360, #relaxed=603, #hardened=0
1.29/1.31	c BCD2: #sat=1 #unsat=302 bias=302/303
1.29/1.31	c Solving starts ...
1.29/1.31	c ============================[ Search Statistics ]============================
1.29/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.31	c =============================================================================
1.29/1.31	c  0.0s |       0 |        0 |        0 |     1987      0 |       56 |      308
1.29/1.31	c  0.0s |       0 |      491 |        0 |     1987      0 |       56 |      309
1.29/1.31	c #cpu_time = 0.003s
1.29/1.31	c #wall_clock_time = 0.003s
1.29/1.31	c #decision = 491
1.29/1.31	c #random_decision = 0
1.29/1.31	c #conflict = 0
1.29/1.31	c #restart = 0
1.29/1.31	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.31	c lower bound updated to 302
1.29/1.31	c BCD2: 302 <= obj <= 1962
1.29/1.31	c BCD2: #cores=246, #unrelaxed=1358, #relaxed=605, #hardened=0
1.29/1.31	c BCD2: #sat=1 #unsat=303 bias=303/304
1.29/1.31	c Solving starts ...
1.29/1.31	c ============================[ Search Statistics ]============================
1.29/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.31	c =============================================================================
1.29/1.31	c  0.0s |       0 |        0 |        0 |     1987      0 |       56 |      310
1.29/1.32	c  0.0s |       0 |      493 |        0 |     1987      0 |       56 |      310
1.29/1.32	c #cpu_time = 0.003s
1.29/1.32	c #wall_clock_time = 0.003s
1.29/1.32	c #decision = 493
1.29/1.32	c #random_decision = 0
1.29/1.32	c #conflict = 0
1.29/1.32	c #restart = 0
1.29/1.32	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.32	c lower bound updated to 303
1.29/1.32	c BCD2: 303 <= obj <= 1962
1.29/1.32	c BCD2: #cores=247, #unrelaxed=1356, #relaxed=607, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=304 bias=304/305
1.29/1.32	c Solving starts ...
1.29/1.32	c ============================[ Search Statistics ]============================
1.29/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.32	c =============================================================================
1.29/1.32	c  0.0s |       0 |        0 |        0 |     1987      0 |       56 |      311
1.29/1.32	c  0.0s |       0 |      495 |        0 |     1987      0 |       56 |      311
1.29/1.32	c #cpu_time = 0.003s
1.29/1.32	c #wall_clock_time = 0.003s
1.29/1.32	c #decision = 495
1.29/1.32	c #random_decision = 0
1.29/1.32	c #conflict = 0
1.29/1.32	c #restart = 0
1.29/1.32	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.32	c lower bound updated to 304
1.29/1.32	c BCD2: 304 <= obj <= 1962
1.29/1.32	c BCD2: #cores=248, #unrelaxed=1354, #relaxed=609, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=305 bias=305/306
1.29/1.32	c Solving starts ...
1.29/1.32	c ============================[ Search Statistics ]============================
1.29/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.32	c =============================================================================
1.29/1.32	c  0.0s |       0 |        0 |        0 |     1987      0 |       56 |      312
1.29/1.33	c  0.0s |       0 |      495 |        0 |     1987      0 |       56 |      312
1.29/1.33	c #cpu_time = 0.003s
1.29/1.33	c #wall_clock_time = 0.003s
1.29/1.33	c #decision = 495
1.29/1.33	c #random_decision = 0
1.29/1.33	c #conflict = 0
1.29/1.33	c #restart = 0
1.29/1.33	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.33	c lower bound updated to 305
1.29/1.33	c BCD2: 305 <= obj <= 1962
1.29/1.33	c BCD2: #cores=249, #unrelaxed=1352, #relaxed=611, #hardened=0
1.29/1.33	c BCD2: #sat=1 #unsat=306 bias=306/307
1.29/1.33	c Solving starts ...
1.29/1.33	c ============================[ Search Statistics ]============================
1.29/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.33	c =============================================================================
1.29/1.33	c  0.0s |       0 |        0 |        0 |     1987      0 |       56 |      313
1.29/1.33	c  0.0s |       0 |      497 |        0 |     1987      0 |       56 |      313
1.29/1.33	c #cpu_time = 0.003s
1.29/1.33	c #wall_clock_time = 0.003s
1.29/1.33	c #decision = 497
1.29/1.33	c #random_decision = 0
1.29/1.33	c #conflict = 0
1.29/1.33	c #restart = 0
1.29/1.33	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.33	c lower bound updated to 306
1.29/1.33	c BCD2: 306 <= obj <= 1962
1.29/1.33	c BCD2: #cores=250, #unrelaxed=1350, #relaxed=613, #hardened=0
1.29/1.33	c BCD2: #sat=1 #unsat=307 bias=307/308
1.29/1.33	c Solving starts ...
1.29/1.33	c ============================[ Search Statistics ]============================
1.29/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.33	c =============================================================================
1.29/1.33	c  0.0s |       0 |        0 |        0 |     1987      0 |       56 |      314
1.29/1.34	c  0.0s |       0 |      500 |        0 |     1987      0 |       56 |      314
1.29/1.34	c #cpu_time = 0.003s
1.29/1.34	c #wall_clock_time = 0.003s
1.29/1.34	c #decision = 500
1.29/1.34	c #random_decision = 0
1.29/1.34	c #conflict = 0
1.29/1.34	c #restart = 0
1.29/1.34	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.34	c lower bound updated to 307
1.29/1.34	c BCD2: 307 <= obj <= 1962
1.29/1.34	c BCD2: #cores=251, #unrelaxed=1348, #relaxed=615, #hardened=0
1.29/1.34	c BCD2: #sat=1 #unsat=308 bias=308/309
1.29/1.34	c Solving starts ...
1.29/1.34	c ============================[ Search Statistics ]============================
1.29/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.34	c =============================================================================
1.29/1.34	c  0.0s |       0 |        0 |        0 |     1987      0 |       56 |      315
1.29/1.34	c  0.0s |       0 |      500 |        0 |     1987      0 |       56 |      315
1.29/1.34	c #cpu_time = 0.003s
1.29/1.34	c #wall_clock_time = 0.003s
1.29/1.34	c #decision = 500
1.29/1.34	c #random_decision = 0
1.29/1.34	c #conflict = 0
1.29/1.34	c #restart = 0
1.29/1.34	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.34	c lower bound updated to 308
1.29/1.34	c BCD2: 308 <= obj <= 1962
1.29/1.34	c BCD2: #cores=252, #unrelaxed=1346, #relaxed=617, #hardened=0
1.29/1.34	c BCD2: #sat=1 #unsat=309 bias=309/310
1.29/1.34	c Solving starts ...
1.29/1.34	c ============================[ Search Statistics ]============================
1.29/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.34	c =============================================================================
1.29/1.34	c  0.0s |       0 |        0 |        0 |     1987      0 |       56 |      316
1.29/1.35	c  0.0s |       0 |      500 |        0 |     1987      0 |       56 |      316
1.29/1.35	c #cpu_time = 0.003s
1.29/1.35	c #wall_clock_time = 0.003s
1.29/1.35	c #decision = 500
1.29/1.35	c #random_decision = 0
1.29/1.35	c #conflict = 0
1.29/1.35	c #restart = 0
1.29/1.35	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.35	c lower bound updated to 309
1.29/1.35	c BCD2: 309 <= obj <= 1962
1.29/1.35	c BCD2: #cores=253, #unrelaxed=1344, #relaxed=619, #hardened=0
1.29/1.35	c BCD2: #sat=1 #unsat=310 bias=310/311
1.29/1.35	c Solving starts ...
1.29/1.35	c ============================[ Search Statistics ]============================
1.29/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.35	c =============================================================================
1.29/1.35	c  0.0s |       0 |        0 |        0 |     1987      0 |       56 |      317
1.29/1.35	c  0.0s |       0 |      501 |        0 |     1987      0 |       56 |      317
1.29/1.35	c #cpu_time = 0.003s
1.29/1.35	c #wall_clock_time = 0.003s
1.29/1.35	c #decision = 501
1.29/1.35	c #random_decision = 0
1.29/1.35	c #conflict = 0
1.29/1.35	c #restart = 0
1.29/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.29/1.35	c lower bound updated to 310
1.29/1.35	c BCD2: 310 <= obj <= 1962
1.29/1.35	c BCD2: #cores=253, #unrelaxed=1342, #relaxed=621, #hardened=0
1.29/1.35	c BCD2: #sat=1 #unsat=311 bias=311/312
1.29/1.35	c Solving starts ...
1.29/1.35	c ============================[ Search Statistics ]============================
1.29/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.35	c =============================================================================
1.29/1.35	c  0.0s |       0 |        0 |        0 |     1987      0 |       57 |      317
1.29/1.35	c  0.0s |       0 |      501 |        0 |     1987      0 |       57 |      318
1.29/1.35	c #cpu_time = 0.003s
1.29/1.35	c #wall_clock_time = 0.003s
1.29/1.35	c #decision = 501
1.29/1.35	c #random_decision = 0
1.29/1.35	c #conflict = 0
1.29/1.35	c #restart = 0
1.29/1.35	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.35	c lower bound updated to 311
1.29/1.36	c BCD2: 311 <= obj <= 1962
1.29/1.36	c BCD2: #cores=254, #unrelaxed=1340, #relaxed=623, #hardened=0
1.29/1.36	c BCD2: #sat=1 #unsat=312 bias=312/313
1.29/1.36	c Solving starts ...
1.29/1.36	c ============================[ Search Statistics ]============================
1.29/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.36	c =============================================================================
1.29/1.36	c  0.0s |       0 |        0 |        0 |     1987      0 |       57 |      319
1.29/1.36	c  0.0s |       0 |      502 |        0 |     1987      0 |       57 |      319
1.29/1.36	c #cpu_time = 0.003s
1.29/1.36	c #wall_clock_time = 0.003s
1.29/1.36	c #decision = 502
1.29/1.36	c #random_decision = 0
1.29/1.36	c #conflict = 0
1.29/1.36	c #restart = 0
1.29/1.36	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.36	c lower bound updated to 312
1.29/1.36	c BCD2: 312 <= obj <= 1962
1.29/1.36	c BCD2: #cores=255, #unrelaxed=1338, #relaxed=625, #hardened=0
1.29/1.36	c BCD2: #sat=1 #unsat=313 bias=313/314
1.29/1.36	c Solving starts ...
1.29/1.36	c ============================[ Search Statistics ]============================
1.29/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.36	c =============================================================================
1.29/1.36	c  0.0s |       0 |        0 |        0 |     1987      0 |       57 |      320
1.29/1.36	c  0.0s |       0 |      502 |        0 |     1987      0 |       57 |      320
1.29/1.36	c #cpu_time = 0.003s
1.29/1.36	c #wall_clock_time = 0.003s
1.29/1.36	c #decision = 502
1.29/1.36	c #random_decision = 0
1.29/1.36	c #conflict = 0
1.29/1.36	c #restart = 0
1.29/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.29/1.36	c lower bound updated to 313
1.29/1.37	c BCD2: 313 <= obj <= 1962
1.29/1.37	c BCD2: #cores=255, #unrelaxed=1336, #relaxed=627, #hardened=0
1.29/1.37	c BCD2: #sat=1 #unsat=314 bias=314/315
1.29/1.37	c Solving starts ...
1.29/1.37	c ============================[ Search Statistics ]============================
1.29/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.37	c =============================================================================
1.29/1.37	c  0.0s |       0 |        0 |        0 |     1987      0 |       58 |      320
1.29/1.37	c  0.0s |       0 |      501 |        0 |     1987      0 |       58 |      321
1.29/1.37	c #cpu_time = 0.003s
1.29/1.37	c #wall_clock_time = 0.003s
1.29/1.37	c #decision = 501
1.29/1.37	c #random_decision = 0
1.29/1.37	c #conflict = 0
1.29/1.37	c #restart = 0
1.29/1.37	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.37	c lower bound updated to 314
1.29/1.37	c BCD2: 314 <= obj <= 1962
1.29/1.37	c BCD2: #cores=256, #unrelaxed=1334, #relaxed=629, #hardened=0
1.29/1.37	c BCD2: #sat=1 #unsat=315 bias=315/316
1.29/1.37	c Solving starts ...
1.29/1.37	c ============================[ Search Statistics ]============================
1.29/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.37	c =============================================================================
1.29/1.37	c  0.0s |       0 |        0 |        0 |     1987      0 |       58 |      322
1.29/1.37	c  0.0s |       0 |      501 |        0 |     1987      0 |       58 |      322
1.29/1.37	c #cpu_time = 0.003s
1.29/1.37	c #wall_clock_time = 0.003s
1.29/1.37	c #decision = 501
1.29/1.37	c #random_decision = 0
1.29/1.37	c #conflict = 0
1.29/1.37	c #restart = 0
1.29/1.37	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.37	c lower bound updated to 315
1.29/1.38	c BCD2: 315 <= obj <= 1962
1.29/1.38	c BCD2: #cores=257, #unrelaxed=1332, #relaxed=631, #hardened=0
1.29/1.38	c BCD2: #sat=1 #unsat=316 bias=316/317
1.29/1.38	c Solving starts ...
1.29/1.38	c ============================[ Search Statistics ]============================
1.29/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.38	c =============================================================================
1.29/1.38	c  0.0s |       0 |        0 |        0 |     1987      0 |       58 |      323
1.29/1.38	c  0.0s |       0 |      505 |        0 |     1987      0 |       58 |      323
1.29/1.38	c #cpu_time = 0.003s
1.29/1.38	c #wall_clock_time = 0.003s
1.29/1.38	c #decision = 505
1.29/1.38	c #random_decision = 0
1.29/1.38	c #conflict = 0
1.29/1.38	c #restart = 0
1.29/1.38	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.38	c lower bound updated to 316
1.29/1.38	c BCD2: 316 <= obj <= 1962
1.29/1.38	c BCD2: #cores=258, #unrelaxed=1330, #relaxed=633, #hardened=0
1.29/1.38	c BCD2: #sat=1 #unsat=317 bias=317/318
1.29/1.38	c Solving starts ...
1.29/1.38	c ============================[ Search Statistics ]============================
1.29/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.38	c =============================================================================
1.29/1.38	c  0.0s |       0 |        0 |        0 |     1987      0 |       58 |      324
1.29/1.38	c  0.0s |       0 |      506 |        0 |     1987      0 |       58 |      324
1.29/1.38	c #cpu_time = 0.003s
1.29/1.38	c #wall_clock_time = 0.003s
1.29/1.38	c #decision = 506
1.29/1.38	c #random_decision = 0
1.29/1.38	c #conflict = 0
1.29/1.38	c #restart = 0
1.29/1.38	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.38	c lower bound updated to 317
1.29/1.38	c BCD2: 317 <= obj <= 1962
1.29/1.38	c BCD2: #cores=259, #unrelaxed=1328, #relaxed=635, #hardened=0
1.29/1.38	c BCD2: #sat=1 #unsat=318 bias=318/319
1.29/1.39	c Solving starts ...
1.29/1.39	c ============================[ Search Statistics ]============================
1.29/1.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.39	c =============================================================================
1.29/1.39	c  0.0s |       0 |        0 |        0 |     1987      0 |       58 |      325
1.29/1.39	c  0.0s |       0 |      509 |        0 |     1987      0 |       58 |      325
1.29/1.39	c #cpu_time = 0.003s
1.29/1.39	c #wall_clock_time = 0.003s
1.29/1.39	c #decision = 509
1.29/1.39	c #random_decision = 0
1.29/1.39	c #conflict = 0
1.29/1.39	c #restart = 0
1.29/1.39	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.39	c lower bound updated to 318
1.29/1.39	c BCD2: 318 <= obj <= 1962
1.29/1.39	c BCD2: #cores=260, #unrelaxed=1326, #relaxed=637, #hardened=0
1.29/1.39	c BCD2: #sat=1 #unsat=319 bias=319/320
1.29/1.39	c Solving starts ...
1.29/1.39	c ============================[ Search Statistics ]============================
1.29/1.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.39	c =============================================================================
1.29/1.39	c  0.0s |       0 |        0 |        0 |     1987      0 |       58 |      326
1.29/1.39	c  0.0s |       0 |      509 |        0 |     1987      0 |       58 |      326
1.29/1.39	c #cpu_time = 0.003s
1.29/1.39	c #wall_clock_time = 0.003s
1.29/1.39	c #decision = 509
1.29/1.39	c #random_decision = 0
1.29/1.39	c #conflict = 0
1.29/1.39	c #restart = 0
1.29/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.29/1.39	c lower bound updated to 319
1.29/1.39	c BCD2: 319 <= obj <= 1962
1.29/1.39	c BCD2: #cores=260, #unrelaxed=1324, #relaxed=639, #hardened=0
1.29/1.39	c BCD2: #sat=1 #unsat=320 bias=320/321
1.29/1.39	c Solving starts ...
1.29/1.39	c ============================[ Search Statistics ]============================
1.29/1.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.39	c =============================================================================
1.29/1.40	c  0.0s |       0 |        0 |        0 |     1987      0 |       59 |      326
1.38/1.40	c  0.0s |       0 |      508 |        0 |     1987      0 |       59 |      327
1.38/1.40	c #cpu_time = 0.003s
1.38/1.40	c #wall_clock_time = 0.003s
1.38/1.40	c #decision = 508
1.38/1.40	c #random_decision = 0
1.38/1.40	c #conflict = 0
1.38/1.40	c #restart = 0
1.38/1.40	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.40	c lower bound updated to 320
1.38/1.40	c BCD2: 320 <= obj <= 1962
1.38/1.40	c BCD2: #cores=261, #unrelaxed=1322, #relaxed=641, #hardened=0
1.38/1.40	c BCD2: #sat=1 #unsat=321 bias=321/322
1.38/1.40	c Solving starts ...
1.38/1.40	c ============================[ Search Statistics ]============================
1.38/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.40	c =============================================================================
1.38/1.40	c  0.0s |       0 |        0 |        0 |     1987      0 |       59 |      328
1.38/1.40	c  0.0s |       0 |      508 |        0 |     1987      0 |       59 |      328
1.38/1.40	c #cpu_time = 0.003s
1.38/1.40	c #wall_clock_time = 0.003s
1.38/1.40	c #decision = 508
1.38/1.40	c #random_decision = 0
1.38/1.40	c #conflict = 0
1.38/1.40	c #restart = 0
1.38/1.40	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.40	c lower bound updated to 321
1.38/1.40	c BCD2: 321 <= obj <= 1962
1.38/1.40	c BCD2: #cores=262, #unrelaxed=1320, #relaxed=643, #hardened=0
1.38/1.40	c BCD2: #sat=1 #unsat=322 bias=322/323
1.38/1.41	c Solving starts ...
1.38/1.41	c ============================[ Search Statistics ]============================
1.38/1.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.41	c =============================================================================
1.38/1.41	c  0.0s |       0 |        0 |        0 |     1987      0 |       59 |      329
1.38/1.41	c  0.0s |       0 |      510 |        0 |     1987      0 |       59 |      329
1.38/1.41	c #cpu_time = 0.003s
1.38/1.41	c #wall_clock_time = 0.003s
1.38/1.41	c #decision = 510
1.38/1.41	c #random_decision = 0
1.38/1.41	c #conflict = 0
1.38/1.41	c #restart = 0
1.38/1.41	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.41	c lower bound updated to 322
1.38/1.41	c BCD2: 322 <= obj <= 1962
1.38/1.41	c BCD2: #cores=263, #unrelaxed=1318, #relaxed=645, #hardened=0
1.38/1.41	c BCD2: #sat=1 #unsat=323 bias=323/324
1.38/1.41	c Solving starts ...
1.38/1.41	c ============================[ Search Statistics ]============================
1.38/1.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.41	c =============================================================================
1.38/1.41	c  0.0s |       0 |        0 |        0 |     1987      0 |       59 |      330
1.38/1.41	c  0.0s |       0 |      510 |        0 |     1987      0 |       59 |      330
1.38/1.41	c #cpu_time = 0.003s
1.38/1.41	c #wall_clock_time = 0.003s
1.38/1.41	c #decision = 510
1.38/1.41	c #random_decision = 0
1.38/1.41	c #conflict = 0
1.38/1.41	c #restart = 0
1.38/1.41	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.41	c lower bound updated to 323
1.38/1.41	c BCD2: 323 <= obj <= 1962
1.38/1.41	c BCD2: #cores=264, #unrelaxed=1316, #relaxed=647, #hardened=0
1.38/1.41	c BCD2: #sat=1 #unsat=324 bias=324/325
1.38/1.41	c Solving starts ...
1.38/1.41	c ============================[ Search Statistics ]============================
1.38/1.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.41	c =============================================================================
1.38/1.42	c  0.0s |       0 |        0 |        0 |     1987      0 |       59 |      331
1.38/1.42	c  0.0s |       0 |      510 |        0 |     1987      0 |       59 |      331
1.38/1.42	c #cpu_time = 0.003s
1.38/1.42	c #wall_clock_time = 0.003s
1.38/1.42	c #decision = 510
1.38/1.42	c #random_decision = 0
1.38/1.42	c #conflict = 0
1.38/1.42	c #restart = 0
1.38/1.42	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.38/1.42	c lower bound updated to 324
1.38/1.42	c BCD2: 324 <= obj <= 1962
1.38/1.42	c BCD2: #cores=264, #unrelaxed=1314, #relaxed=649, #hardened=0
1.38/1.42	c BCD2: #sat=1 #unsat=325 bias=325/326
1.38/1.42	c Solving starts ...
1.38/1.42	c ============================[ Search Statistics ]============================
1.38/1.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.42	c =============================================================================
1.38/1.42	c  0.0s |       0 |        0 |        0 |     1987      0 |       60 |      331
1.38/1.42	c  0.0s |       0 |      509 |        0 |     1987      0 |       60 |      332
1.38/1.42	c #cpu_time = 0.003s
1.38/1.42	c #wall_clock_time = 0.003s
1.38/1.42	c #decision = 509
1.38/1.42	c #random_decision = 0
1.38/1.42	c #conflict = 0
1.38/1.42	c #restart = 0
1.38/1.42	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.38/1.42	c lower bound updated to 325
1.38/1.42	c BCD2: 325 <= obj <= 1962
1.38/1.42	c BCD2: #cores=263, #unrelaxed=1312, #relaxed=651, #hardened=0
1.38/1.42	c BCD2: #sat=1 #unsat=326 bias=326/327
1.38/1.42	c Solving starts ...
1.38/1.42	c ============================[ Search Statistics ]============================
1.38/1.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.42	c =============================================================================
1.38/1.42	c  0.0s |       0 |        0 |        0 |     1987      0 |       62 |      332
1.38/1.43	c  0.0s |       0 |      510 |        0 |     1987      0 |       62 |      334
1.38/1.43	c #cpu_time = 0.003s
1.38/1.43	c #wall_clock_time = 0.003s
1.38/1.43	c #decision = 510
1.38/1.43	c #random_decision = 0
1.38/1.43	c #conflict = 0
1.38/1.43	c #restart = 0
1.38/1.43	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.38/1.43	c lower bound updated to 326
1.38/1.43	c BCD2: 326 <= obj <= 1962
1.38/1.43	c BCD2: #cores=263, #unrelaxed=1310, #relaxed=653, #hardened=0
1.38/1.43	c BCD2: #sat=1 #unsat=327 bias=327/328
1.38/1.43	c Solving starts ...
1.38/1.43	c ============================[ Search Statistics ]============================
1.38/1.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.43	c =============================================================================
1.38/1.43	c  0.0s |       0 |        0 |        0 |     1987      0 |       63 |      334
1.38/1.43	c  0.0s |       0 |      509 |        0 |     1987      0 |       63 |      335
1.38/1.43	c #cpu_time = 0.003s
1.38/1.43	c #wall_clock_time = 0.003s
1.38/1.43	c #decision = 509
1.38/1.43	c #random_decision = 0
1.38/1.43	c #conflict = 0
1.38/1.43	c #restart = 0
1.38/1.43	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.43	c lower bound updated to 327
1.38/1.43	c BCD2: 327 <= obj <= 1962
1.38/1.43	c BCD2: #cores=264, #unrelaxed=1308, #relaxed=655, #hardened=0
1.38/1.43	c BCD2: #sat=1 #unsat=328 bias=328/329
1.38/1.43	c Solving starts ...
1.38/1.43	c ============================[ Search Statistics ]============================
1.38/1.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.43	c =============================================================================
1.38/1.43	c  0.0s |       0 |        0 |        0 |     1987      0 |       63 |      336
1.38/1.44	c  0.0s |       0 |      510 |        0 |     1987      0 |       63 |      336
1.38/1.44	c #cpu_time = 0.003s
1.38/1.44	c #wall_clock_time = 0.003s
1.38/1.44	c #decision = 510
1.38/1.44	c #random_decision = 0
1.38/1.44	c #conflict = 0
1.38/1.44	c #restart = 0
1.38/1.44	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.44	c lower bound updated to 328
1.38/1.44	c BCD2: 328 <= obj <= 1962
1.38/1.44	c BCD2: #cores=265, #unrelaxed=1306, #relaxed=657, #hardened=0
1.38/1.44	c BCD2: #sat=1 #unsat=329 bias=329/330
1.38/1.44	c Solving starts ...
1.38/1.44	c ============================[ Search Statistics ]============================
1.38/1.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.44	c =============================================================================
1.38/1.44	c  0.0s |       0 |        0 |        0 |     1987      0 |       63 |      337
1.38/1.44	c  0.0s |       0 |      510 |        0 |     1987      0 |       63 |      337
1.38/1.44	c #cpu_time = 0.003s
1.38/1.44	c #wall_clock_time = 0.003s
1.38/1.44	c #decision = 510
1.38/1.44	c #random_decision = 0
1.38/1.44	c #conflict = 0
1.38/1.44	c #restart = 0
1.38/1.44	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.44	c lower bound updated to 329
1.38/1.44	c BCD2: 329 <= obj <= 1962
1.38/1.44	c BCD2: #cores=266, #unrelaxed=1304, #relaxed=659, #hardened=0
1.38/1.44	c BCD2: #sat=1 #unsat=330 bias=330/331
1.38/1.44	c Solving starts ...
1.38/1.44	c ============================[ Search Statistics ]============================
1.38/1.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.44	c =============================================================================
1.38/1.44	c  0.0s |       0 |        0 |        0 |     1987      0 |       63 |      338
1.38/1.45	c  0.0s |       0 |      511 |        0 |     1987      0 |       63 |      338
1.38/1.45	c #cpu_time = 0.003s
1.38/1.45	c #wall_clock_time = 0.003s
1.38/1.45	c #decision = 511
1.38/1.45	c #random_decision = 0
1.38/1.45	c #conflict = 0
1.38/1.45	c #restart = 0
1.38/1.45	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.45	c lower bound updated to 330
1.38/1.45	c BCD2: 330 <= obj <= 1962
1.38/1.45	c BCD2: #cores=267, #unrelaxed=1302, #relaxed=661, #hardened=0
1.38/1.45	c BCD2: #sat=1 #unsat=331 bias=331/332
1.38/1.45	c Solving starts ...
1.38/1.45	c ============================[ Search Statistics ]============================
1.38/1.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.45	c =============================================================================
1.38/1.45	c  0.0s |       0 |        0 |        0 |     1987      0 |       63 |      339
1.38/1.45	c  0.0s |       0 |      514 |        0 |     1987      0 |       63 |      339
1.38/1.45	c #cpu_time = 0.003s
1.38/1.45	c #wall_clock_time = 0.003s
1.38/1.45	c #decision = 514
1.38/1.45	c #random_decision = 0
1.38/1.45	c #conflict = 0
1.38/1.45	c #restart = 0
1.38/1.45	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.45	c lower bound updated to 331
1.38/1.45	c BCD2: 331 <= obj <= 1962
1.38/1.45	c BCD2: #cores=268, #unrelaxed=1300, #relaxed=663, #hardened=0
1.38/1.45	c BCD2: #sat=1 #unsat=332 bias=332/333
1.38/1.45	c Solving starts ...
1.38/1.45	c ============================[ Search Statistics ]============================
1.38/1.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.45	c =============================================================================
1.38/1.45	c  0.0s |       0 |        0 |        0 |     1987      0 |       63 |      340
1.38/1.46	c  0.0s |       0 |      516 |        0 |     1987      0 |       63 |      340
1.38/1.46	c #cpu_time = 0.003s
1.38/1.46	c #wall_clock_time = 0.003s
1.38/1.46	c #decision = 516
1.38/1.46	c #random_decision = 0
1.38/1.46	c #conflict = 0
1.38/1.46	c #restart = 0
1.38/1.46	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.38/1.46	c lower bound updated to 332
1.38/1.46	c BCD2: 332 <= obj <= 1962
1.38/1.46	c BCD2: #cores=267, #unrelaxed=1298, #relaxed=665, #hardened=0
1.38/1.46	c BCD2: #sat=1 #unsat=333 bias=333/334
1.38/1.46	c Solving starts ...
1.38/1.46	c ============================[ Search Statistics ]============================
1.38/1.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.46	c =============================================================================
1.38/1.46	c  0.0s |       0 |        0 |        0 |     1987      0 |       65 |      340
1.38/1.46	c  0.0s |       0 |      515 |        0 |     1987      0 |       65 |      342
1.38/1.46	c #cpu_time = 0.003s
1.38/1.46	c #wall_clock_time = 0.003s
1.38/1.46	c #decision = 515
1.38/1.46	c #random_decision = 0
1.38/1.46	c #conflict = 0
1.38/1.46	c #restart = 0
1.38/1.46	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.46	c lower bound updated to 333
1.38/1.46	c BCD2: 333 <= obj <= 1962
1.38/1.46	c BCD2: #cores=268, #unrelaxed=1296, #relaxed=667, #hardened=0
1.38/1.46	c BCD2: #sat=1 #unsat=334 bias=334/335
1.38/1.46	c Solving starts ...
1.38/1.46	c ============================[ Search Statistics ]============================
1.38/1.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.46	c =============================================================================
1.38/1.46	c  0.0s |       0 |        0 |        0 |     1987      0 |       65 |      343
1.38/1.47	c  0.0s |       0 |      515 |        0 |     1987      0 |       65 |      343
1.38/1.47	c #cpu_time = 0.003s
1.38/1.47	c #wall_clock_time = 0.003s
1.38/1.47	c #decision = 515
1.38/1.47	c #random_decision = 0
1.38/1.47	c #conflict = 0
1.38/1.47	c #restart = 0
1.38/1.47	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.47	c lower bound updated to 334
1.38/1.47	c BCD2: 334 <= obj <= 1962
1.38/1.47	c BCD2: #cores=269, #unrelaxed=1294, #relaxed=669, #hardened=0
1.38/1.47	c BCD2: #sat=1 #unsat=335 bias=335/336
1.38/1.47	c Solving starts ...
1.38/1.47	c ============================[ Search Statistics ]============================
1.38/1.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.47	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.47	c =============================================================================
1.38/1.47	c  0.0s |       0 |        0 |        0 |     1987      0 |       65 |      344
1.38/1.47	c  0.0s |       0 |      515 |        0 |     1987      0 |       65 |      344
1.38/1.47	c #cpu_time = 0.003s
1.38/1.47	c #wall_clock_time = 0.003s
1.38/1.47	c #decision = 515
1.38/1.47	c #random_decision = 0
1.38/1.47	c #conflict = 0
1.38/1.47	c #restart = 0
1.38/1.47	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.47	c lower bound updated to 335
1.38/1.47	c BCD2: 335 <= obj <= 1962
1.38/1.47	c BCD2: #cores=270, #unrelaxed=1292, #relaxed=671, #hardened=0
1.38/1.47	c BCD2: #sat=1 #unsat=336 bias=336/337
1.38/1.47	c Solving starts ...
1.38/1.47	c ============================[ Search Statistics ]============================
1.38/1.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.47	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.47	c =============================================================================
1.38/1.47	c  0.0s |       0 |        0 |        0 |     1987      0 |       65 |      345
1.38/1.48	c  0.0s |       0 |      515 |        0 |     1987      0 |       65 |      345
1.38/1.48	c #cpu_time = 0.003s
1.38/1.48	c #wall_clock_time = 0.003s
1.38/1.48	c #decision = 515
1.38/1.48	c #random_decision = 0
1.38/1.48	c #conflict = 0
1.38/1.48	c #restart = 0
1.38/1.48	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.48	c lower bound updated to 336
1.38/1.48	c BCD2: 336 <= obj <= 1962
1.38/1.48	c BCD2: #cores=271, #unrelaxed=1290, #relaxed=673, #hardened=0
1.38/1.48	c BCD2: #sat=1 #unsat=337 bias=337/338
1.38/1.48	c Solving starts ...
1.38/1.48	c ============================[ Search Statistics ]============================
1.38/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.48	c =============================================================================
1.38/1.48	c  0.0s |       0 |        0 |        0 |     1987      0 |       65 |      346
1.38/1.48	c  0.0s |       0 |      516 |        0 |     1987      0 |       65 |      346
1.38/1.48	c #cpu_time = 0.003s
1.38/1.48	c #wall_clock_time = 0.003s
1.38/1.48	c #decision = 516
1.38/1.48	c #random_decision = 0
1.38/1.48	c #conflict = 0
1.38/1.48	c #restart = 0
1.38/1.48	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.48	c lower bound updated to 337
1.38/1.48	c BCD2: 337 <= obj <= 1962
1.38/1.48	c BCD2: #cores=272, #unrelaxed=1288, #relaxed=675, #hardened=0
1.38/1.48	c BCD2: #sat=1 #unsat=338 bias=338/339
1.38/1.48	c Solving starts ...
1.38/1.48	c ============================[ Search Statistics ]============================
1.38/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.48	c =============================================================================
1.38/1.48	c  0.0s |       0 |        0 |        0 |     1987      0 |       65 |      347
1.38/1.49	c  0.0s |       0 |      518 |        0 |     1987      0 |       65 |      347
1.38/1.49	c #cpu_time = 0.003s
1.38/1.49	c #wall_clock_time = 0.003s
1.38/1.49	c #decision = 518
1.38/1.49	c #random_decision = 0
1.38/1.49	c #conflict = 0
1.38/1.49	c #restart = 0
1.38/1.49	c BCD2: found a new core of size 2: cost of the new core is >=1
1.38/1.49	c lower bound updated to 338
1.38/1.49	c BCD2: 338 <= obj <= 1962
1.38/1.49	c BCD2: #cores=273, #unrelaxed=1286, #relaxed=677, #hardened=0
1.38/1.49	c BCD2: #sat=1 #unsat=339 bias=339/340
1.38/1.49	c Solving starts ...
1.38/1.49	c ============================[ Search Statistics ]============================
1.38/1.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.49	c =============================================================================
1.38/1.49	c  0.0s |       0 |        0 |        0 |     1987      0 |       65 |      348
1.38/1.49	c  0.0s |       0 |      520 |        0 |     1987      0 |       65 |      348
1.38/1.49	c #cpu_time = 0.003s
1.38/1.49	c #wall_clock_time = 0.003s
1.38/1.49	c #decision = 520
1.38/1.49	c #random_decision = 0
1.38/1.49	c #conflict = 0
1.38/1.49	c #restart = 0
1.38/1.49	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.38/1.49	c lower bound updated to 339
1.38/1.49	c BCD2: 339 <= obj <= 1962
1.38/1.49	c BCD2: #cores=273, #unrelaxed=1284, #relaxed=679, #hardened=0
1.38/1.49	c BCD2: #sat=1 #unsat=340 bias=340/341
1.38/1.49	c Solving starts ...
1.38/1.49	c ============================[ Search Statistics ]============================
1.38/1.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.49	c =============================================================================
1.38/1.49	c  0.0s |       0 |        0 |        0 |     1987      0 |       66 |      348
1.49/1.50	c  0.0s |       0 |      520 |        0 |     1987      0 |       66 |      349
1.49/1.50	c #cpu_time = 0.003s
1.49/1.50	c #wall_clock_time = 0.003s
1.49/1.50	c #decision = 520
1.49/1.50	c #random_decision = 0
1.49/1.50	c #conflict = 0
1.49/1.50	c #restart = 0
1.49/1.50	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.50	c lower bound updated to 340
1.49/1.50	c BCD2: 340 <= obj <= 1962
1.49/1.50	c BCD2: #cores=274, #unrelaxed=1282, #relaxed=681, #hardened=0
1.49/1.50	c BCD2: #sat=1 #unsat=341 bias=341/342
1.49/1.50	c Solving starts ...
1.49/1.50	c ============================[ Search Statistics ]============================
1.49/1.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.50	c =============================================================================
1.49/1.50	c  0.0s |       0 |        0 |        0 |     1987      0 |       66 |      350
1.49/1.50	c  0.0s |       0 |      527 |        0 |     1987      0 |       66 |      350
1.49/1.50	c #cpu_time = 0.003s
1.49/1.50	c #wall_clock_time = 0.003s
1.49/1.50	c #decision = 527
1.49/1.50	c #random_decision = 0
1.49/1.50	c #conflict = 0
1.49/1.50	c #restart = 0
1.49/1.50	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.50	c lower bound updated to 341
1.49/1.50	c BCD2: 341 <= obj <= 1962
1.49/1.50	c BCD2: #cores=275, #unrelaxed=1280, #relaxed=683, #hardened=0
1.49/1.50	c BCD2: #sat=1 #unsat=342 bias=342/343
1.49/1.50	c Solving starts ...
1.49/1.50	c ============================[ Search Statistics ]============================
1.49/1.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.50	c =============================================================================
1.49/1.50	c  0.0s |       0 |        0 |        0 |     1987      0 |       66 |      351
1.49/1.51	c  0.0s |       0 |      527 |        0 |     1987      0 |       66 |      351
1.49/1.51	c #cpu_time = 0.003s
1.49/1.51	c #wall_clock_time = 0.003s
1.49/1.51	c #decision = 527
1.49/1.51	c #random_decision = 0
1.49/1.51	c #conflict = 0
1.49/1.51	c #restart = 0
1.49/1.51	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.51	c lower bound updated to 342
1.49/1.51	c BCD2: 342 <= obj <= 1962
1.49/1.51	c BCD2: #cores=276, #unrelaxed=1278, #relaxed=685, #hardened=0
1.49/1.51	c BCD2: #sat=1 #unsat=343 bias=343/344
1.49/1.51	c Solving starts ...
1.49/1.51	c ============================[ Search Statistics ]============================
1.49/1.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.51	c =============================================================================
1.49/1.51	c  0.0s |       0 |        0 |        0 |     1987      0 |       66 |      352
1.49/1.51	c  0.0s |       0 |      527 |        0 |     1987      0 |       66 |      352
1.49/1.51	c #cpu_time = 0.003s
1.49/1.51	c #wall_clock_time = 0.003s
1.49/1.51	c #decision = 527
1.49/1.51	c #random_decision = 0
1.49/1.51	c #conflict = 0
1.49/1.51	c #restart = 0
1.49/1.51	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.51	c lower bound updated to 343
1.49/1.51	c BCD2: 343 <= obj <= 1962
1.49/1.51	c BCD2: #cores=277, #unrelaxed=1276, #relaxed=687, #hardened=0
1.49/1.51	c BCD2: #sat=1 #unsat=344 bias=344/345
1.49/1.51	c Solving starts ...
1.49/1.51	c ============================[ Search Statistics ]============================
1.49/1.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.51	c =============================================================================
1.49/1.51	c  0.0s |       0 |        0 |        0 |     1987      0 |       66 |      353
1.49/1.52	c  0.0s |       0 |      527 |        0 |     1987      0 |       66 |      353
1.49/1.52	c #cpu_time = 0.003s
1.49/1.52	c #wall_clock_time = 0.003s
1.49/1.52	c #decision = 527
1.49/1.52	c #random_decision = 0
1.49/1.52	c #conflict = 0
1.49/1.52	c #restart = 0
1.49/1.52	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.49/1.52	c lower bound updated to 344
1.49/1.52	c BCD2: 344 <= obj <= 1962
1.49/1.52	c BCD2: #cores=277, #unrelaxed=1274, #relaxed=689, #hardened=0
1.49/1.52	c BCD2: #sat=1 #unsat=345 bias=345/346
1.49/1.52	c Solving starts ...
1.49/1.52	c ============================[ Search Statistics ]============================
1.49/1.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.52	c =============================================================================
1.49/1.52	c  0.0s |       0 |        0 |        0 |     1987      0 |       67 |      353
1.49/1.52	c  0.0s |       0 |      527 |        0 |     1987      0 |       67 |      354
1.49/1.52	c #cpu_time = 0.003s
1.49/1.52	c #wall_clock_time = 0.003s
1.49/1.52	c #decision = 527
1.49/1.52	c #random_decision = 0
1.49/1.52	c #conflict = 0
1.49/1.52	c #restart = 0
1.49/1.52	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.52	c lower bound updated to 345
1.49/1.52	c BCD2: 345 <= obj <= 1962
1.49/1.52	c BCD2: #cores=278, #unrelaxed=1272, #relaxed=691, #hardened=0
1.49/1.52	c BCD2: #sat=1 #unsat=346 bias=346/347
1.49/1.52	c Solving starts ...
1.49/1.52	c ============================[ Search Statistics ]============================
1.49/1.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.52	c =============================================================================
1.49/1.52	c  0.0s |       0 |        0 |        0 |     1987      0 |       67 |      355
1.49/1.53	c  0.0s |       0 |      527 |        0 |     1987      0 |       67 |      355
1.49/1.53	c #cpu_time = 0.003s
1.49/1.53	c #wall_clock_time = 0.003s
1.49/1.53	c #decision = 527
1.49/1.53	c #random_decision = 0
1.49/1.53	c #conflict = 0
1.49/1.53	c #restart = 0
1.49/1.53	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.53	c lower bound updated to 346
1.49/1.53	c BCD2: 346 <= obj <= 1962
1.49/1.53	c BCD2: #cores=279, #unrelaxed=1270, #relaxed=693, #hardened=0
1.49/1.53	c BCD2: #sat=1 #unsat=347 bias=347/348
1.49/1.53	c Solving starts ...
1.49/1.53	c ============================[ Search Statistics ]============================
1.49/1.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.53	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.53	c =============================================================================
1.49/1.53	c  0.0s |       0 |        0 |        0 |     1987      0 |       67 |      356
1.49/1.53	c  0.0s |       0 |      529 |        0 |     1987      0 |       67 |      356
1.49/1.53	c #cpu_time = 0.003s
1.49/1.53	c #wall_clock_time = 0.003s
1.49/1.53	c #decision = 529
1.49/1.53	c #random_decision = 0
1.49/1.53	c #conflict = 0
1.49/1.53	c #restart = 0
1.49/1.53	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.49/1.53	c lower bound updated to 347
1.49/1.53	c BCD2: 347 <= obj <= 1962
1.49/1.53	c BCD2: #cores=279, #unrelaxed=1268, #relaxed=695, #hardened=0
1.49/1.53	c BCD2: #sat=1 #unsat=348 bias=348/349
1.49/1.53	c Solving starts ...
1.49/1.53	c ============================[ Search Statistics ]============================
1.49/1.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.53	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.53	c =============================================================================
1.49/1.53	c  0.0s |       0 |        0 |        0 |     1987      0 |       68 |      356
1.49/1.54	c  0.0s |       0 |      528 |        0 |     1987      0 |       68 |      357
1.49/1.54	c #cpu_time = 0.003s
1.49/1.54	c #wall_clock_time = 0.003s
1.49/1.54	c #decision = 528
1.49/1.54	c #random_decision = 0
1.49/1.54	c #conflict = 0
1.49/1.54	c #restart = 0
1.49/1.54	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.49/1.54	c lower bound updated to 348
1.49/1.54	c BCD2: 348 <= obj <= 1962
1.49/1.54	c BCD2: #cores=279, #unrelaxed=1266, #relaxed=697, #hardened=0
1.49/1.54	c BCD2: #sat=1 #unsat=349 bias=349/350
1.49/1.54	c Solving starts ...
1.49/1.54	c ============================[ Search Statistics ]============================
1.49/1.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.54	c =============================================================================
1.49/1.54	c  0.0s |       0 |        0 |        0 |     1987      0 |       69 |      357
1.49/1.54	c  0.0s |       0 |      527 |        0 |     1987      0 |       69 |      358
1.49/1.54	c #cpu_time = 0.003s
1.49/1.54	c #wall_clock_time = 0.003s
1.49/1.54	c #decision = 527
1.49/1.54	c #random_decision = 0
1.49/1.54	c #conflict = 0
1.49/1.54	c #restart = 0
1.49/1.54	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.54	c lower bound updated to 349
1.49/1.54	c BCD2: 349 <= obj <= 1962
1.49/1.54	c BCD2: #cores=280, #unrelaxed=1264, #relaxed=699, #hardened=0
1.49/1.54	c BCD2: #sat=1 #unsat=350 bias=350/351
1.49/1.54	c Solving starts ...
1.49/1.54	c ============================[ Search Statistics ]============================
1.49/1.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.54	c =============================================================================
1.49/1.54	c  0.0s |       0 |        0 |        0 |     1987      0 |       69 |      359
1.49/1.55	c  0.0s |       0 |      527 |        0 |     1987      0 |       69 |      359
1.49/1.55	c #cpu_time = 0.003s
1.49/1.55	c #wall_clock_time = 0.003s
1.49/1.55	c #decision = 527
1.49/1.55	c #random_decision = 0
1.49/1.55	c #conflict = 0
1.49/1.55	c #restart = 0
1.49/1.55	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.55	c lower bound updated to 350
1.49/1.55	c BCD2: 350 <= obj <= 1962
1.49/1.55	c BCD2: #cores=281, #unrelaxed=1262, #relaxed=701, #hardened=0
1.49/1.55	c BCD2: #sat=1 #unsat=351 bias=351/352
1.49/1.55	c Solving starts ...
1.49/1.55	c ============================[ Search Statistics ]============================
1.49/1.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.55	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.55	c =============================================================================
1.49/1.55	c  0.0s |       0 |        0 |        0 |     1987      0 |       69 |      360
1.49/1.55	c  0.0s |       0 |      527 |        0 |     1987      0 |       69 |      360
1.49/1.55	c #cpu_time = 0.003s
1.49/1.55	c #wall_clock_time = 0.003s
1.49/1.55	c #decision = 527
1.49/1.55	c #random_decision = 0
1.49/1.55	c #conflict = 0
1.49/1.55	c #restart = 0
1.49/1.55	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.55	c lower bound updated to 351
1.49/1.55	c BCD2: 351 <= obj <= 1962
1.49/1.55	c BCD2: #cores=282, #unrelaxed=1260, #relaxed=703, #hardened=0
1.49/1.55	c BCD2: #sat=1 #unsat=352 bias=352/353
1.49/1.55	c Solving starts ...
1.49/1.55	c ============================[ Search Statistics ]============================
1.49/1.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.55	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.55	c =============================================================================
1.49/1.55	c  0.0s |       0 |        0 |        0 |     1987      0 |       69 |      361
1.49/1.56	c  0.0s |       0 |      527 |        0 |     1987      0 |       69 |      361
1.49/1.56	c #cpu_time = 0.003s
1.49/1.56	c #wall_clock_time = 0.003s
1.49/1.56	c #decision = 527
1.49/1.56	c #random_decision = 0
1.49/1.56	c #conflict = 0
1.49/1.56	c #restart = 0
1.49/1.56	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.56	c lower bound updated to 352
1.49/1.56	c BCD2: 352 <= obj <= 1962
1.49/1.56	c BCD2: #cores=283, #unrelaxed=1258, #relaxed=705, #hardened=0
1.49/1.56	c BCD2: #sat=1 #unsat=353 bias=353/354
1.49/1.56	c Solving starts ...
1.49/1.56	c ============================[ Search Statistics ]============================
1.49/1.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.56	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.56	c =============================================================================
1.49/1.56	c  0.0s |       0 |        0 |        0 |     1987      0 |       69 |      362
1.49/1.56	c  0.0s |       0 |      527 |        0 |     1987      0 |       69 |      362
1.49/1.56	c #cpu_time = 0.003s
1.49/1.56	c #wall_clock_time = 0.003s
1.49/1.56	c #decision = 527
1.49/1.56	c #random_decision = 0
1.49/1.56	c #conflict = 0
1.49/1.56	c #restart = 0
1.49/1.56	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.49/1.56	c lower bound updated to 353
1.49/1.56	c BCD2: 353 <= obj <= 1962
1.49/1.56	c BCD2: #cores=282, #unrelaxed=1256, #relaxed=707, #hardened=0
1.49/1.56	c BCD2: #sat=1 #unsat=354 bias=354/355
1.49/1.56	c Solving starts ...
1.49/1.56	c ============================[ Search Statistics ]============================
1.49/1.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.56	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.56	c =============================================================================
1.49/1.56	c  0.0s |       0 |        0 |        0 |     1987      0 |       71 |      362
1.49/1.57	c  0.0s |       0 |      528 |        0 |     1987      0 |       71 |      364
1.49/1.57	c #cpu_time = 0.004s
1.49/1.57	c #wall_clock_time = 0.004s
1.49/1.57	c #decision = 528
1.49/1.57	c #random_decision = 0
1.49/1.57	c #conflict = 0
1.49/1.57	c #restart = 0
1.49/1.57	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.57	c lower bound updated to 354
1.49/1.57	c BCD2: 354 <= obj <= 1962
1.49/1.57	c BCD2: #cores=283, #unrelaxed=1254, #relaxed=709, #hardened=0
1.49/1.57	c BCD2: #sat=1 #unsat=355 bias=355/356
1.49/1.57	c Solving starts ...
1.49/1.57	c ============================[ Search Statistics ]============================
1.49/1.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.57	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.57	c =============================================================================
1.49/1.57	c  0.0s |       0 |        0 |        0 |     1987      0 |       71 |      365
1.49/1.57	c  0.0s |       0 |      528 |        0 |     1987      0 |       71 |      365
1.49/1.57	c #cpu_time = 0.003s
1.49/1.57	c #wall_clock_time = 0.003s
1.49/1.57	c #decision = 528
1.49/1.57	c #random_decision = 0
1.49/1.57	c #conflict = 0
1.49/1.57	c #restart = 0
1.49/1.57	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.49/1.57	c lower bound updated to 355
1.49/1.57	c BCD2: 355 <= obj <= 1962
1.49/1.57	c BCD2: #cores=282, #unrelaxed=1252, #relaxed=711, #hardened=0
1.49/1.57	c BCD2: #sat=1 #unsat=356 bias=356/357
1.49/1.57	c Solving starts ...
1.49/1.57	c ============================[ Search Statistics ]============================
1.49/1.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.57	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.57	c =============================================================================
1.49/1.57	c  0.0s |       0 |        0 |        0 |     1987      0 |       73 |      365
1.49/1.58	c  0.0s |       0 |      526 |        0 |     1987      0 |       73 |      367
1.49/1.58	c #cpu_time = 0.003s
1.49/1.58	c #wall_clock_time = 0.003s
1.49/1.58	c #decision = 526
1.49/1.58	c #random_decision = 0
1.49/1.58	c #conflict = 0
1.49/1.58	c #restart = 0
1.49/1.58	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.58	c lower bound updated to 356
1.49/1.58	c BCD2: 356 <= obj <= 1962
1.49/1.58	c BCD2: #cores=283, #unrelaxed=1250, #relaxed=713, #hardened=0
1.49/1.58	c BCD2: #sat=1 #unsat=357 bias=357/358
1.49/1.58	c Solving starts ...
1.49/1.58	c ============================[ Search Statistics ]============================
1.49/1.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.58	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.58	c =============================================================================
1.49/1.58	c  0.0s |       0 |        0 |        0 |     1987      0 |       73 |      368
1.49/1.58	c  0.0s |       0 |      529 |        0 |     1987      0 |       73 |      368
1.49/1.58	c #cpu_time = 0.003s
1.49/1.58	c #wall_clock_time = 0.003s
1.49/1.58	c #decision = 529
1.49/1.58	c #random_decision = 0
1.49/1.58	c #conflict = 0
1.49/1.58	c #restart = 0
1.49/1.58	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.58	c lower bound updated to 357
1.49/1.58	c BCD2: 357 <= obj <= 1962
1.49/1.58	c BCD2: #cores=284, #unrelaxed=1248, #relaxed=715, #hardened=0
1.49/1.58	c BCD2: #sat=1 #unsat=358 bias=358/359
1.49/1.58	c Solving starts ...
1.49/1.58	c ============================[ Search Statistics ]============================
1.49/1.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.58	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.58	c =============================================================================
1.49/1.58	c  0.0s |       0 |        0 |        0 |     1987      0 |       73 |      369
1.49/1.59	c  0.0s |       0 |      529 |        0 |     1987      0 |       73 |      369
1.49/1.59	c #cpu_time = 0.003s
1.49/1.59	c #wall_clock_time = 0.003s
1.49/1.59	c #decision = 529
1.49/1.59	c #random_decision = 0
1.49/1.59	c #conflict = 0
1.49/1.59	c #restart = 0
1.49/1.59	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.49/1.59	c lower bound updated to 358
1.49/1.59	c BCD2: 358 <= obj <= 1962
1.49/1.59	c BCD2: #cores=284, #unrelaxed=1246, #relaxed=717, #hardened=0
1.49/1.59	c BCD2: #sat=1 #unsat=359 bias=359/360
1.49/1.59	c Solving starts ...
1.49/1.59	c ============================[ Search Statistics ]============================
1.49/1.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.59	c =============================================================================
1.49/1.59	c  0.0s |       0 |        0 |        0 |     1987      0 |       74 |      369
1.49/1.59	c  0.0s |       0 |      529 |        0 |     1987      0 |       74 |      370
1.49/1.59	c #cpu_time = 0.003s
1.49/1.59	c #wall_clock_time = 0.003s
1.49/1.59	c #decision = 529
1.49/1.59	c #random_decision = 0
1.49/1.59	c #conflict = 0
1.49/1.59	c #restart = 0
1.49/1.59	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.59	c lower bound updated to 359
1.49/1.59	c BCD2: 359 <= obj <= 1962
1.49/1.59	c BCD2: #cores=285, #unrelaxed=1244, #relaxed=719, #hardened=0
1.49/1.59	c BCD2: #sat=1 #unsat=360 bias=360/361
1.49/1.59	c Solving starts ...
1.49/1.59	c ============================[ Search Statistics ]============================
1.49/1.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.59	c =============================================================================
1.49/1.59	c  0.0s |       0 |        0 |        0 |     1987      0 |       74 |      371
1.59/1.60	c  0.0s |       0 |      530 |        0 |     1987      0 |       74 |      371
1.59/1.60	c #cpu_time = 0.003s
1.59/1.60	c #wall_clock_time = 0.003s
1.59/1.60	c #decision = 530
1.59/1.60	c #random_decision = 0
1.59/1.60	c #conflict = 0
1.59/1.60	c #restart = 0
1.59/1.60	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.60	c lower bound updated to 360
1.59/1.60	c BCD2: 360 <= obj <= 1962
1.59/1.60	c BCD2: #cores=286, #unrelaxed=1242, #relaxed=721, #hardened=0
1.59/1.60	c BCD2: #sat=1 #unsat=361 bias=361/362
1.59/1.60	c Solving starts ...
1.59/1.60	c ============================[ Search Statistics ]============================
1.59/1.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.60	c =============================================================================
1.59/1.60	c  0.0s |       0 |        0 |        0 |     1987      0 |       74 |      372
1.59/1.60	c  0.0s |       0 |      530 |        0 |     1987      0 |       74 |      372
1.59/1.60	c #cpu_time = 0.003s
1.59/1.60	c #wall_clock_time = 0.003s
1.59/1.60	c #decision = 530
1.59/1.60	c #random_decision = 0
1.59/1.60	c #conflict = 0
1.59/1.60	c #restart = 0
1.59/1.60	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.60	c lower bound updated to 361
1.59/1.60	c BCD2: 361 <= obj <= 1962
1.59/1.60	c BCD2: #cores=287, #unrelaxed=1240, #relaxed=723, #hardened=0
1.59/1.60	c BCD2: #sat=1 #unsat=362 bias=362/363
1.59/1.60	c Solving starts ...
1.59/1.60	c ============================[ Search Statistics ]============================
1.59/1.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.60	c =============================================================================
1.59/1.60	c  0.0s |       0 |        0 |        0 |     1987      0 |       74 |      373
1.59/1.61	c  0.0s |       0 |      531 |        0 |     1987      0 |       74 |      373
1.59/1.61	c #cpu_time = 0.003s
1.59/1.61	c #wall_clock_time = 0.003s
1.59/1.61	c #decision = 531
1.59/1.61	c #random_decision = 0
1.59/1.61	c #conflict = 0
1.59/1.61	c #restart = 0
1.59/1.61	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.61	c lower bound updated to 362
1.59/1.61	c BCD2: 362 <= obj <= 1962
1.59/1.61	c BCD2: #cores=288, #unrelaxed=1238, #relaxed=725, #hardened=0
1.59/1.61	c BCD2: #sat=1 #unsat=363 bias=363/364
1.59/1.61	c Solving starts ...
1.59/1.61	c ============================[ Search Statistics ]============================
1.59/1.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.61	c =============================================================================
1.59/1.61	c  0.0s |       0 |        0 |        0 |     1987      0 |       74 |      374
1.59/1.61	c  0.0s |       0 |      532 |        0 |     1987      0 |       74 |      374
1.59/1.61	c #cpu_time = 0.003s
1.59/1.61	c #wall_clock_time = 0.003s
1.59/1.61	c #decision = 532
1.59/1.61	c #random_decision = 0
1.59/1.61	c #conflict = 0
1.59/1.61	c #restart = 0
1.59/1.61	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.61	c lower bound updated to 363
1.59/1.61	c BCD2: 363 <= obj <= 1962
1.59/1.61	c BCD2: #cores=289, #unrelaxed=1236, #relaxed=727, #hardened=0
1.59/1.61	c BCD2: #sat=1 #unsat=364 bias=364/365
1.59/1.61	c Solving starts ...
1.59/1.61	c ============================[ Search Statistics ]============================
1.59/1.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.61	c =============================================================================
1.59/1.61	c  0.0s |       0 |        0 |        0 |     1987      0 |       74 |      375
1.59/1.62	c  0.0s |       0 |      532 |        0 |     1987      0 |       74 |      375
1.59/1.62	c #cpu_time = 0.003s
1.59/1.62	c #wall_clock_time = 0.003s
1.59/1.62	c #decision = 532
1.59/1.62	c #random_decision = 0
1.59/1.62	c #conflict = 0
1.59/1.62	c #restart = 0
1.59/1.62	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.59/1.62	c lower bound updated to 364
1.59/1.62	c BCD2: 364 <= obj <= 1962
1.59/1.62	c BCD2: #cores=289, #unrelaxed=1234, #relaxed=729, #hardened=0
1.59/1.62	c BCD2: #sat=1 #unsat=365 bias=365/366
1.59/1.62	c Solving starts ...
1.59/1.62	c ============================[ Search Statistics ]============================
1.59/1.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.62	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.62	c =============================================================================
1.59/1.62	c  0.0s |       0 |        0 |        0 |     1987      0 |       75 |      375
1.59/1.62	c  0.0s |       0 |      532 |        0 |     1987      0 |       75 |      376
1.59/1.62	c #cpu_time = 0.003s
1.59/1.62	c #wall_clock_time = 0.003s
1.59/1.62	c #decision = 532
1.59/1.62	c #random_decision = 0
1.59/1.62	c #conflict = 0
1.59/1.62	c #restart = 0
1.59/1.62	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.62	c lower bound updated to 365
1.59/1.62	c BCD2: 365 <= obj <= 1962
1.59/1.62	c BCD2: #cores=290, #unrelaxed=1232, #relaxed=731, #hardened=0
1.59/1.62	c BCD2: #sat=1 #unsat=366 bias=366/367
1.59/1.62	c Solving starts ...
1.59/1.62	c ============================[ Search Statistics ]============================
1.59/1.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.62	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.62	c =============================================================================
1.59/1.62	c  0.0s |       0 |        0 |        0 |     1987      0 |       75 |      377
1.59/1.63	c  0.0s |       0 |      534 |        0 |     1987      0 |       75 |      377
1.59/1.63	c #cpu_time = 0.003s
1.59/1.63	c #wall_clock_time = 0.003s
1.59/1.63	c #decision = 534
1.59/1.63	c #random_decision = 0
1.59/1.63	c #conflict = 0
1.59/1.63	c #restart = 0
1.59/1.63	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.63	c lower bound updated to 366
1.59/1.63	c BCD2: 366 <= obj <= 1962
1.59/1.63	c BCD2: #cores=291, #unrelaxed=1230, #relaxed=733, #hardened=0
1.59/1.63	c BCD2: #sat=1 #unsat=367 bias=367/368
1.59/1.63	c Solving starts ...
1.59/1.63	c ============================[ Search Statistics ]============================
1.59/1.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.63	c =============================================================================
1.59/1.63	c  0.0s |       0 |        0 |        0 |     1987      0 |       75 |      378
1.59/1.63	c  0.0s |       0 |      534 |        0 |     1987      0 |       75 |      378
1.59/1.63	c #cpu_time = 0.003s
1.59/1.63	c #wall_clock_time = 0.003s
1.59/1.63	c #decision = 534
1.59/1.63	c #random_decision = 0
1.59/1.63	c #conflict = 0
1.59/1.63	c #restart = 0
1.59/1.63	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.63	c lower bound updated to 367
1.59/1.63	c BCD2: 367 <= obj <= 1962
1.59/1.63	c BCD2: #cores=292, #unrelaxed=1228, #relaxed=735, #hardened=0
1.59/1.63	c BCD2: #sat=1 #unsat=368 bias=368/369
1.59/1.63	c Solving starts ...
1.59/1.63	c ============================[ Search Statistics ]============================
1.59/1.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.63	c =============================================================================
1.59/1.63	c  0.0s |       0 |        0 |        0 |     1987      0 |       75 |      379
1.59/1.64	c  0.0s |       0 |      534 |        0 |     1987      0 |       75 |      379
1.59/1.64	c #cpu_time = 0.003s
1.59/1.64	c #wall_clock_time = 0.003s
1.59/1.64	c #decision = 534
1.59/1.64	c #random_decision = 0
1.59/1.64	c #conflict = 0
1.59/1.64	c #restart = 0
1.59/1.64	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.64	c lower bound updated to 368
1.59/1.64	c BCD2: 368 <= obj <= 1962
1.59/1.64	c BCD2: #cores=293, #unrelaxed=1226, #relaxed=737, #hardened=0
1.59/1.64	c BCD2: #sat=1 #unsat=369 bias=369/370
1.59/1.64	c Solving starts ...
1.59/1.64	c ============================[ Search Statistics ]============================
1.59/1.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.64	c =============================================================================
1.59/1.64	c  0.0s |       0 |        0 |        0 |     1987      0 |       75 |      380
1.59/1.64	c  0.0s |       0 |      537 |        0 |     1987      0 |       75 |      380
1.59/1.64	c #cpu_time = 0.003s
1.59/1.64	c #wall_clock_time = 0.003s
1.59/1.64	c #decision = 537
1.59/1.64	c #random_decision = 0
1.59/1.64	c #conflict = 0
1.59/1.64	c #restart = 0
1.59/1.64	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.59/1.64	c lower bound updated to 369
1.59/1.64	c BCD2: 369 <= obj <= 1962
1.59/1.64	c BCD2: #cores=292, #unrelaxed=1224, #relaxed=739, #hardened=0
1.59/1.64	c BCD2: #sat=1 #unsat=370 bias=370/371
1.59/1.64	c Solving starts ...
1.59/1.64	c ============================[ Search Statistics ]============================
1.59/1.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.64	c =============================================================================
1.59/1.64	c  0.0s |       0 |        0 |        0 |     1987      0 |       77 |      380
1.59/1.65	c  0.0s |       0 |      536 |        0 |     1987      0 |       77 |      382
1.59/1.65	c #cpu_time = 0.003s
1.59/1.65	c #wall_clock_time = 0.003s
1.59/1.65	c #decision = 536
1.59/1.65	c #random_decision = 0
1.59/1.65	c #conflict = 0
1.59/1.65	c #restart = 0
1.59/1.65	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.65	c lower bound updated to 370
1.59/1.65	c BCD2: 370 <= obj <= 1962
1.59/1.65	c BCD2: #cores=293, #unrelaxed=1222, #relaxed=741, #hardened=0
1.59/1.65	c BCD2: #sat=1 #unsat=371 bias=371/372
1.59/1.65	c Solving starts ...
1.59/1.65	c ============================[ Search Statistics ]============================
1.59/1.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.65	c =============================================================================
1.59/1.65	c  0.0s |       0 |        0 |        0 |     1987      0 |       77 |      383
1.59/1.65	c  0.0s |       0 |      536 |        0 |     1987      0 |       77 |      383
1.59/1.65	c #cpu_time = 0.003s
1.59/1.65	c #wall_clock_time = 0.003s
1.59/1.65	c #decision = 536
1.59/1.65	c #random_decision = 0
1.59/1.65	c #conflict = 0
1.59/1.65	c #restart = 0
1.59/1.65	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.65	c lower bound updated to 371
1.59/1.65	c BCD2: 371 <= obj <= 1962
1.59/1.65	c BCD2: #cores=294, #unrelaxed=1220, #relaxed=743, #hardened=0
1.59/1.65	c BCD2: #sat=1 #unsat=372 bias=372/373
1.59/1.65	c Solving starts ...
1.59/1.65	c ============================[ Search Statistics ]============================
1.59/1.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.65	c =============================================================================
1.59/1.65	c  0.0s |       0 |        0 |        0 |     1987      0 |       77 |      384
1.59/1.66	c  0.0s |       0 |      536 |        0 |     1987      0 |       77 |      384
1.59/1.66	c #cpu_time = 0.003s
1.59/1.66	c #wall_clock_time = 0.003s
1.59/1.66	c #decision = 536
1.59/1.66	c #random_decision = 0
1.59/1.66	c #conflict = 0
1.59/1.66	c #restart = 0
1.59/1.66	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.66	c lower bound updated to 372
1.59/1.66	c BCD2: 372 <= obj <= 1962
1.59/1.66	c BCD2: #cores=295, #unrelaxed=1218, #relaxed=745, #hardened=0
1.59/1.66	c BCD2: #sat=1 #unsat=373 bias=373/374
1.59/1.66	c Solving starts ...
1.59/1.66	c ============================[ Search Statistics ]============================
1.59/1.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.66	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.66	c =============================================================================
1.59/1.66	c  0.0s |       0 |        0 |        0 |     1987      0 |       77 |      385
1.59/1.66	c  0.0s |       0 |      536 |        0 |     1987      0 |       77 |      385
1.59/1.66	c #cpu_time = 0.003s
1.59/1.66	c #wall_clock_time = 0.003s
1.59/1.66	c #decision = 536
1.59/1.66	c #random_decision = 0
1.59/1.66	c #conflict = 0
1.59/1.66	c #restart = 0
1.59/1.66	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.66	c lower bound updated to 373
1.59/1.66	c BCD2: 373 <= obj <= 1962
1.59/1.66	c BCD2: #cores=296, #unrelaxed=1216, #relaxed=747, #hardened=0
1.59/1.66	c BCD2: #sat=1 #unsat=374 bias=374/375
1.59/1.66	c Solving starts ...
1.59/1.66	c ============================[ Search Statistics ]============================
1.59/1.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.66	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.66	c =============================================================================
1.59/1.66	c  0.0s |       0 |        0 |        0 |     1987      0 |       77 |      386
1.59/1.67	c  0.0s |       0 |      536 |        0 |     1987      0 |       77 |      386
1.59/1.67	c #cpu_time = 0.003s
1.59/1.67	c #wall_clock_time = 0.003s
1.59/1.67	c #decision = 536
1.59/1.67	c #random_decision = 0
1.59/1.67	c #conflict = 0
1.59/1.67	c #restart = 0
1.59/1.67	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.59/1.67	c lower bound updated to 374
1.59/1.67	c BCD2: 374 <= obj <= 1962
1.59/1.67	c BCD2: #cores=296, #unrelaxed=1214, #relaxed=749, #hardened=0
1.59/1.67	c BCD2: #sat=1 #unsat=375 bias=375/376
1.59/1.67	c Solving starts ...
1.59/1.67	c ============================[ Search Statistics ]============================
1.59/1.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.67	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.67	c =============================================================================
1.59/1.67	c  0.0s |       0 |        0 |        0 |     1987      0 |       78 |      386
1.59/1.67	c  0.0s |       0 |      535 |        0 |     1987      0 |       78 |      387
1.59/1.67	c #cpu_time = 0.003s
1.59/1.67	c #wall_clock_time = 0.003s
1.59/1.67	c #decision = 535
1.59/1.67	c #random_decision = 0
1.59/1.67	c #conflict = 0
1.59/1.67	c #restart = 0
1.59/1.67	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.67	c lower bound updated to 375
1.59/1.67	c BCD2: 375 <= obj <= 1962
1.59/1.67	c BCD2: #cores=297, #unrelaxed=1212, #relaxed=751, #hardened=0
1.59/1.67	c BCD2: #sat=1 #unsat=376 bias=376/377
1.59/1.67	c Solving starts ...
1.59/1.67	c ============================[ Search Statistics ]============================
1.59/1.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.67	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.67	c =============================================================================
1.59/1.67	c  0.0s |       0 |        0 |        0 |     1987      0 |       78 |      388
1.59/1.68	c  0.0s |       0 |      535 |        0 |     1987      0 |       78 |      388
1.59/1.68	c #cpu_time = 0.003s
1.59/1.68	c #wall_clock_time = 0.003s
1.59/1.68	c #decision = 535
1.59/1.68	c #random_decision = 0
1.59/1.68	c #conflict = 0
1.59/1.68	c #restart = 0
1.59/1.68	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.68	c lower bound updated to 376
1.59/1.68	c BCD2: 376 <= obj <= 1962
1.59/1.68	c BCD2: #cores=298, #unrelaxed=1210, #relaxed=753, #hardened=0
1.59/1.68	c BCD2: #sat=1 #unsat=377 bias=377/378
1.59/1.68	c Solving starts ...
1.59/1.68	c ============================[ Search Statistics ]============================
1.59/1.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.68	c =============================================================================
1.59/1.68	c  0.0s |       0 |        0 |        0 |     1987      0 |       78 |      389
1.59/1.68	c  0.0s |       0 |      535 |        0 |     1987      0 |       78 |      389
1.59/1.68	c #cpu_time = 0.003s
1.59/1.68	c #wall_clock_time = 0.003s
1.59/1.68	c #decision = 535
1.59/1.68	c #random_decision = 0
1.59/1.68	c #conflict = 0
1.59/1.68	c #restart = 0
1.59/1.68	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.59/1.68	c lower bound updated to 377
1.59/1.68	c BCD2: 377 <= obj <= 1962
1.59/1.68	c BCD2: #cores=298, #unrelaxed=1208, #relaxed=755, #hardened=0
1.59/1.68	c BCD2: #sat=1 #unsat=378 bias=378/379
1.59/1.68	c Solving starts ...
1.59/1.68	c ============================[ Search Statistics ]============================
1.59/1.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.68	c =============================================================================
1.59/1.68	c  0.0s |       0 |        0 |        0 |     1987      0 |       79 |      389
1.59/1.69	c  0.0s |       0 |      538 |        0 |     1987      0 |       79 |      390
1.59/1.69	c #cpu_time = 0.003s
1.59/1.69	c #wall_clock_time = 0.003s
1.59/1.69	c #decision = 538
1.59/1.69	c #random_decision = 0
1.59/1.69	c #conflict = 0
1.59/1.69	c #restart = 0
1.59/1.69	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.69	c lower bound updated to 378
1.59/1.69	c BCD2: 378 <= obj <= 1962
1.59/1.69	c BCD2: #cores=299, #unrelaxed=1206, #relaxed=757, #hardened=0
1.59/1.69	c BCD2: #sat=1 #unsat=379 bias=379/380
1.59/1.69	c Solving starts ...
1.59/1.69	c ============================[ Search Statistics ]============================
1.59/1.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.69	c =============================================================================
1.59/1.69	c  0.0s |       0 |        0 |        0 |     1987      0 |       79 |      391
1.59/1.69	c  0.0s |       0 |      538 |        0 |     1987      0 |       79 |      391
1.59/1.69	c #cpu_time = 0.003s
1.59/1.69	c #wall_clock_time = 0.003s
1.59/1.69	c #decision = 538
1.59/1.69	c #random_decision = 0
1.59/1.69	c #conflict = 0
1.59/1.69	c #restart = 0
1.59/1.69	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.59/1.69	c lower bound updated to 379
1.59/1.69	c BCD2: 379 <= obj <= 1962
1.59/1.69	c BCD2: #cores=299, #unrelaxed=1204, #relaxed=759, #hardened=0
1.59/1.69	c BCD2: #sat=1 #unsat=380 bias=380/381
1.59/1.69	c Solving starts ...
1.59/1.69	c ============================[ Search Statistics ]============================
1.59/1.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.69	c =============================================================================
1.59/1.69	c  0.0s |       0 |        0 |        0 |     1987      0 |       80 |      391
1.69/1.70	c  0.0s |       0 |      537 |        0 |     1987      0 |       80 |      392
1.69/1.70	c #cpu_time = 0.003s
1.69/1.70	c #wall_clock_time = 0.003s
1.69/1.70	c #decision = 537
1.69/1.70	c #random_decision = 0
1.69/1.70	c #conflict = 0
1.69/1.70	c #restart = 0
1.69/1.70	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.70	c lower bound updated to 380
1.69/1.70	c BCD2: 380 <= obj <= 1962
1.69/1.70	c BCD2: #cores=300, #unrelaxed=1202, #relaxed=761, #hardened=0
1.69/1.70	c BCD2: #sat=1 #unsat=381 bias=381/382
1.69/1.70	c Solving starts ...
1.69/1.70	c ============================[ Search Statistics ]============================
1.69/1.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.70	c =============================================================================
1.69/1.70	c  0.0s |       0 |        0 |        0 |     1987      0 |       80 |      393
1.69/1.70	c  0.0s |       0 |      537 |        0 |     1987      0 |       80 |      393
1.69/1.70	c #cpu_time = 0.003s
1.69/1.70	c #wall_clock_time = 0.003s
1.69/1.70	c #decision = 537
1.69/1.70	c #random_decision = 0
1.69/1.70	c #conflict = 0
1.69/1.70	c #restart = 0
1.69/1.70	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.69/1.70	c lower bound updated to 381
1.69/1.70	c BCD2: 381 <= obj <= 1962
1.69/1.70	c BCD2: #cores=300, #unrelaxed=1200, #relaxed=763, #hardened=0
1.69/1.70	c BCD2: #sat=1 #unsat=382 bias=382/383
1.69/1.70	c Solving starts ...
1.69/1.70	c ============================[ Search Statistics ]============================
1.69/1.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.70	c =============================================================================
1.69/1.70	c  0.0s |       0 |        0 |        0 |     1987      0 |       81 |      393
1.69/1.71	c  0.0s |       0 |      537 |        0 |     1987      0 |       81 |      394
1.69/1.71	c #cpu_time = 0.003s
1.69/1.71	c #wall_clock_time = 0.003s
1.69/1.71	c #decision = 537
1.69/1.71	c #random_decision = 0
1.69/1.71	c #conflict = 0
1.69/1.71	c #restart = 0
1.69/1.71	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.71	c lower bound updated to 382
1.69/1.71	c BCD2: 382 <= obj <= 1962
1.69/1.71	c BCD2: #cores=301, #unrelaxed=1198, #relaxed=765, #hardened=0
1.69/1.71	c BCD2: #sat=1 #unsat=383 bias=383/384
1.69/1.71	c Solving starts ...
1.69/1.71	c ============================[ Search Statistics ]============================
1.69/1.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.71	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.71	c =============================================================================
1.69/1.71	c  0.0s |       0 |        0 |        0 |     1987      0 |       81 |      395
1.69/1.71	c  0.0s |       0 |      537 |        0 |     1987      0 |       81 |      395
1.69/1.71	c #cpu_time = 0.003s
1.69/1.71	c #wall_clock_time = 0.003s
1.69/1.71	c #decision = 537
1.69/1.71	c #random_decision = 0
1.69/1.71	c #conflict = 0
1.69/1.71	c #restart = 0
1.69/1.71	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.71	c lower bound updated to 383
1.69/1.71	c BCD2: 383 <= obj <= 1962
1.69/1.71	c BCD2: #cores=302, #unrelaxed=1196, #relaxed=767, #hardened=0
1.69/1.71	c BCD2: #sat=1 #unsat=384 bias=384/385
1.69/1.71	c Solving starts ...
1.69/1.71	c ============================[ Search Statistics ]============================
1.69/1.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.71	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.71	c =============================================================================
1.69/1.71	c  0.0s |       0 |        0 |        0 |     1987      0 |       81 |      396
1.69/1.72	c  0.0s |       0 |      537 |        0 |     1987      0 |       81 |      396
1.69/1.72	c #cpu_time = 0.003s
1.69/1.72	c #wall_clock_time = 0.003s
1.69/1.72	c #decision = 537
1.69/1.72	c #random_decision = 0
1.69/1.72	c #conflict = 0
1.69/1.72	c #restart = 0
1.69/1.72	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.72	c lower bound updated to 384
1.69/1.72	c BCD2: 384 <= obj <= 1962
1.69/1.72	c BCD2: #cores=303, #unrelaxed=1194, #relaxed=769, #hardened=0
1.69/1.72	c BCD2: #sat=1 #unsat=385 bias=385/386
1.69/1.72	c Solving starts ...
1.69/1.72	c ============================[ Search Statistics ]============================
1.69/1.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.72	c =============================================================================
1.69/1.72	c  0.0s |       0 |        0 |        0 |     1987      0 |       81 |      397
1.69/1.72	c  0.0s |       0 |      539 |        0 |     1987      0 |       81 |      397
1.69/1.72	c #cpu_time = 0.003s
1.69/1.72	c #wall_clock_time = 0.003s
1.69/1.72	c #decision = 539
1.69/1.72	c #random_decision = 0
1.69/1.72	c #conflict = 0
1.69/1.72	c #restart = 0
1.69/1.72	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.72	c lower bound updated to 385
1.69/1.72	c BCD2: 385 <= obj <= 1962
1.69/1.72	c BCD2: #cores=304, #unrelaxed=1192, #relaxed=771, #hardened=0
1.69/1.72	c BCD2: #sat=1 #unsat=386 bias=386/387
1.69/1.72	c Solving starts ...
1.69/1.72	c ============================[ Search Statistics ]============================
1.69/1.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.72	c =============================================================================
1.69/1.72	c  0.0s |       0 |        0 |        0 |     1987      0 |       81 |      398
1.69/1.73	c  0.0s |       0 |      539 |        0 |     1987      0 |       81 |      398
1.69/1.73	c #cpu_time = 0.003s
1.69/1.73	c #wall_clock_time = 0.003s
1.69/1.73	c #decision = 539
1.69/1.73	c #random_decision = 0
1.69/1.73	c #conflict = 0
1.69/1.73	c #restart = 0
1.69/1.73	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.73	c lower bound updated to 386
1.69/1.73	c BCD2: 386 <= obj <= 1962
1.69/1.73	c BCD2: #cores=305, #unrelaxed=1190, #relaxed=773, #hardened=0
1.69/1.73	c BCD2: #sat=1 #unsat=387 bias=387/388
1.69/1.73	c Solving starts ...
1.69/1.73	c ============================[ Search Statistics ]============================
1.69/1.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.73	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.73	c =============================================================================
1.69/1.73	c  0.0s |       0 |        0 |        0 |     1987      0 |       81 |      399
1.69/1.73	c  0.0s |       0 |      539 |        0 |     1987      0 |       81 |      399
1.69/1.73	c #cpu_time = 0.003s
1.69/1.73	c #wall_clock_time = 0.003s
1.69/1.73	c #decision = 539
1.69/1.73	c #random_decision = 0
1.69/1.73	c #conflict = 0
1.69/1.73	c #restart = 0
1.69/1.73	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.69/1.73	c lower bound updated to 387
1.69/1.73	c BCD2: 387 <= obj <= 1962
1.69/1.73	c BCD2: #cores=305, #unrelaxed=1188, #relaxed=775, #hardened=0
1.69/1.73	c BCD2: #sat=1 #unsat=388 bias=388/389
1.69/1.73	c Solving starts ...
1.69/1.73	c ============================[ Search Statistics ]============================
1.69/1.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.73	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.73	c =============================================================================
1.69/1.73	c  0.0s |       0 |        0 |        0 |     1987      0 |       82 |      399
1.69/1.74	c  0.0s |       0 |      538 |        0 |     1987      0 |       82 |      400
1.69/1.74	c #cpu_time = 0.003s
1.69/1.74	c #wall_clock_time = 0.003s
1.69/1.74	c #decision = 538
1.69/1.74	c #random_decision = 0
1.69/1.74	c #conflict = 0
1.69/1.74	c #restart = 0
1.69/1.74	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.74	c lower bound updated to 388
1.69/1.74	c BCD2: 388 <= obj <= 1962
1.69/1.74	c BCD2: #cores=306, #unrelaxed=1186, #relaxed=777, #hardened=0
1.69/1.74	c BCD2: #sat=1 #unsat=389 bias=389/390
1.69/1.74	c Solving starts ...
1.69/1.74	c ============================[ Search Statistics ]============================
1.69/1.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.74	c =============================================================================
1.69/1.74	c  0.0s |       0 |        0 |        0 |     1987      0 |       82 |      401
1.69/1.74	c  0.0s |       0 |      538 |        0 |     1987      0 |       82 |      401
1.69/1.74	c #cpu_time = 0.003s
1.69/1.74	c #wall_clock_time = 0.003s
1.69/1.74	c #decision = 538
1.69/1.74	c #random_decision = 0
1.69/1.74	c #conflict = 0
1.69/1.74	c #restart = 0
1.69/1.74	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.74	c lower bound updated to 389
1.69/1.74	c BCD2: 389 <= obj <= 1962
1.69/1.74	c BCD2: #cores=307, #unrelaxed=1184, #relaxed=779, #hardened=0
1.69/1.74	c BCD2: #sat=1 #unsat=390 bias=390/391
1.69/1.74	c Solving starts ...
1.69/1.74	c ============================[ Search Statistics ]============================
1.69/1.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.74	c =============================================================================
1.69/1.74	c  0.0s |       0 |        0 |        0 |     1987      0 |       82 |      402
1.69/1.75	c  0.0s |       0 |      538 |        0 |     1987      0 |       82 |      402
1.69/1.75	c #cpu_time = 0.003s
1.69/1.75	c #wall_clock_time = 0.003s
1.69/1.75	c #decision = 538
1.69/1.75	c #random_decision = 0
1.69/1.75	c #conflict = 0
1.69/1.75	c #restart = 0
1.69/1.75	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.75	c lower bound updated to 390
1.69/1.75	c BCD2: 390 <= obj <= 1962
1.69/1.75	c BCD2: #cores=308, #unrelaxed=1182, #relaxed=781, #hardened=0
1.69/1.75	c BCD2: #sat=1 #unsat=391 bias=391/392
1.69/1.75	c Solving starts ...
1.69/1.75	c ============================[ Search Statistics ]============================
1.69/1.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.75	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.75	c =============================================================================
1.69/1.75	c  0.0s |       0 |        0 |        0 |     1987      0 |       82 |      403
1.69/1.75	c  0.0s |       0 |      538 |        0 |     1987      0 |       82 |      403
1.69/1.75	c #cpu_time = 0.003s
1.69/1.75	c #wall_clock_time = 0.003s
1.69/1.75	c #decision = 538
1.69/1.75	c #random_decision = 0
1.69/1.75	c #conflict = 0
1.69/1.75	c #restart = 0
1.69/1.75	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.69/1.75	c lower bound updated to 391
1.69/1.75	c BCD2: 391 <= obj <= 1962
1.69/1.75	c BCD2: #cores=308, #unrelaxed=1180, #relaxed=783, #hardened=0
1.69/1.75	c BCD2: #sat=1 #unsat=392 bias=392/393
1.69/1.75	c Solving starts ...
1.69/1.75	c ============================[ Search Statistics ]============================
1.69/1.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.75	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.75	c =============================================================================
1.69/1.75	c  0.0s |       0 |        0 |        0 |     1987      0 |       83 |      403
1.69/1.76	c  0.0s |       0 |      537 |        0 |     1987      0 |       83 |      404
1.69/1.76	c #cpu_time = 0.003s
1.69/1.76	c #wall_clock_time = 0.003s
1.69/1.76	c #decision = 537
1.69/1.76	c #random_decision = 0
1.69/1.76	c #conflict = 0
1.69/1.76	c #restart = 0
1.69/1.76	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.76	c lower bound updated to 392
1.69/1.76	c BCD2: 392 <= obj <= 1962
1.69/1.76	c BCD2: #cores=309, #unrelaxed=1178, #relaxed=785, #hardened=0
1.69/1.76	c BCD2: #sat=1 #unsat=393 bias=393/394
1.69/1.76	c Solving starts ...
1.69/1.76	c ============================[ Search Statistics ]============================
1.69/1.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.76	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.76	c =============================================================================
1.69/1.76	c  0.0s |       0 |        0 |        0 |     1987      0 |       83 |      405
1.69/1.76	c  0.0s |       0 |      541 |        0 |     1987      0 |       83 |      405
1.69/1.76	c #cpu_time = 0.003s
1.69/1.76	c #wall_clock_time = 0.003s
1.69/1.76	c #decision = 541
1.69/1.76	c #random_decision = 0
1.69/1.76	c #conflict = 0
1.69/1.76	c #restart = 0
1.69/1.76	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.76	c lower bound updated to 393
1.69/1.76	c BCD2: 393 <= obj <= 1962
1.69/1.76	c BCD2: #cores=310, #unrelaxed=1176, #relaxed=787, #hardened=0
1.69/1.76	c BCD2: #sat=1 #unsat=394 bias=394/395
1.69/1.76	c Solving starts ...
1.69/1.76	c ============================[ Search Statistics ]============================
1.69/1.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.76	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.76	c =============================================================================
1.69/1.76	c  0.0s |       0 |        0 |        0 |     1987      0 |       83 |      406
1.69/1.77	c  0.0s |       0 |      541 |        0 |     1987      0 |       83 |      406
1.69/1.77	c #cpu_time = 0.003s
1.69/1.77	c #wall_clock_time = 0.003s
1.69/1.77	c #decision = 541
1.69/1.77	c #random_decision = 0
1.69/1.77	c #conflict = 0
1.69/1.77	c #restart = 0
1.69/1.77	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.77	c lower bound updated to 394
1.69/1.77	c BCD2: 394 <= obj <= 1962
1.69/1.77	c BCD2: #cores=311, #unrelaxed=1174, #relaxed=789, #hardened=0
1.69/1.77	c BCD2: #sat=1 #unsat=395 bias=395/396
1.69/1.77	c Solving starts ...
1.69/1.77	c ============================[ Search Statistics ]============================
1.69/1.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.77	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.77	c =============================================================================
1.69/1.77	c  0.0s |       0 |        0 |        0 |     1987      0 |       83 |      407
1.69/1.77	c  0.0s |       0 |      541 |        0 |     1987      0 |       83 |      407
1.69/1.77	c #cpu_time = 0.003s
1.69/1.77	c #wall_clock_time = 0.003s
1.69/1.77	c #decision = 541
1.69/1.77	c #random_decision = 0
1.69/1.77	c #conflict = 0
1.69/1.77	c #restart = 0
1.69/1.77	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.77	c lower bound updated to 395
1.69/1.77	c BCD2: 395 <= obj <= 1962
1.69/1.77	c BCD2: #cores=312, #unrelaxed=1172, #relaxed=791, #hardened=0
1.69/1.77	c BCD2: #sat=1 #unsat=396 bias=396/397
1.69/1.77	c Solving starts ...
1.69/1.77	c ============================[ Search Statistics ]============================
1.69/1.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.77	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.77	c =============================================================================
1.69/1.77	c  0.0s |       0 |        0 |        0 |     1987      0 |       83 |      408
1.69/1.78	c  0.0s |       0 |      541 |        0 |     1987      0 |       83 |      408
1.69/1.78	c #cpu_time = 0.003s
1.69/1.78	c #wall_clock_time = 0.003s
1.69/1.78	c #decision = 541
1.69/1.78	c #random_decision = 0
1.69/1.78	c #conflict = 0
1.69/1.78	c #restart = 0
1.69/1.78	c BCD2: relaxing 4 and merging with 6 cores into a new core of size 18: cost of the new core is >=8
1.69/1.78	c lower bound updated to 396
1.69/1.78	c BCD2: 396 <= obj <= 1962
1.69/1.78	c BCD2: #cores=307, #unrelaxed=1168, #relaxed=795, #hardened=0
1.69/1.78	c BCD2: #sat=1 #unsat=397 bias=397/398
1.69/1.78	c Solving starts ...
1.69/1.78	c ============================[ Search Statistics ]============================
1.69/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.78	c =============================================================================
1.69/1.78	c  0.0s |       0 |        0 |        0 |     1987      0 |       89 |      408
1.69/1.78	c  0.0s |       0 |      533 |        0 |     1987      0 |       89 |      414
1.69/1.78	c #cpu_time = 0.003s
1.69/1.78	c #wall_clock_time = 0.003s
1.69/1.78	c #decision = 533
1.69/1.78	c #random_decision = 0
1.69/1.78	c #conflict = 0
1.69/1.78	c #restart = 0
1.69/1.78	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.69/1.78	c lower bound updated to 397
1.69/1.78	c BCD2: 397 <= obj <= 1962
1.69/1.78	c BCD2: #cores=307, #unrelaxed=1166, #relaxed=797, #hardened=0
1.69/1.78	c BCD2: #sat=1 #unsat=398 bias=398/399
1.69/1.78	c Solving starts ...
1.69/1.78	c ============================[ Search Statistics ]============================
1.69/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.78	c =============================================================================
1.69/1.78	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      414
1.69/1.79	c  0.0s |       0 |      532 |        0 |     1987      0 |       90 |      415
1.69/1.79	c #cpu_time = 0.003s
1.69/1.79	c #wall_clock_time = 0.003s
1.69/1.79	c #decision = 532
1.69/1.79	c #random_decision = 0
1.69/1.79	c #conflict = 0
1.69/1.79	c #restart = 0
1.69/1.79	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.79	c lower bound updated to 398
1.69/1.79	c BCD2: 398 <= obj <= 1962
1.69/1.79	c BCD2: #cores=308, #unrelaxed=1164, #relaxed=799, #hardened=0
1.69/1.79	c BCD2: #sat=1 #unsat=399 bias=399/400
1.69/1.79	c Solving starts ...
1.69/1.79	c ============================[ Search Statistics ]============================
1.69/1.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.79	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.79	c =============================================================================
1.69/1.79	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      416
1.69/1.79	c  0.0s |       0 |      532 |        0 |     1987      0 |       90 |      416
1.69/1.79	c #cpu_time = 0.003s
1.69/1.79	c #wall_clock_time = 0.003s
1.69/1.79	c #decision = 532
1.69/1.79	c #random_decision = 0
1.69/1.79	c #conflict = 0
1.69/1.79	c #restart = 0
1.69/1.79	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.79	c lower bound updated to 399
1.69/1.79	c BCD2: 399 <= obj <= 1962
1.69/1.79	c BCD2: #cores=309, #unrelaxed=1162, #relaxed=801, #hardened=0
1.69/1.79	c BCD2: #sat=1 #unsat=400 bias=400/401
1.69/1.80	c Solving starts ...
1.69/1.80	c ============================[ Search Statistics ]============================
1.69/1.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.80	c =============================================================================
1.69/1.80	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      417
1.79/1.80	c  0.0s |       0 |      532 |        0 |     1987      0 |       90 |      417
1.79/1.80	c #cpu_time = 0.003s
1.79/1.80	c #wall_clock_time = 0.003s
1.79/1.80	c #decision = 532
1.79/1.80	c #random_decision = 0
1.79/1.80	c #conflict = 0
1.79/1.80	c #restart = 0
1.79/1.80	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.80	c lower bound updated to 400
1.79/1.80	c BCD2: 400 <= obj <= 1962
1.79/1.80	c BCD2: #cores=310, #unrelaxed=1160, #relaxed=803, #hardened=0
1.79/1.80	c BCD2: #sat=1 #unsat=401 bias=401/402
1.79/1.80	c Solving starts ...
1.79/1.80	c ============================[ Search Statistics ]============================
1.79/1.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.80	c =============================================================================
1.79/1.80	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      418
1.79/1.80	c  0.0s |       0 |      536 |        0 |     1987      0 |       90 |      418
1.79/1.80	c #cpu_time = 0.003s
1.79/1.80	c #wall_clock_time = 0.003s
1.79/1.80	c #decision = 536
1.79/1.80	c #random_decision = 0
1.79/1.80	c #conflict = 0
1.79/1.80	c #restart = 0
1.79/1.80	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.80	c lower bound updated to 401
1.79/1.80	c BCD2: 401 <= obj <= 1962
1.79/1.80	c BCD2: #cores=311, #unrelaxed=1158, #relaxed=805, #hardened=0
1.79/1.80	c BCD2: #sat=1 #unsat=402 bias=402/403
1.79/1.81	c Solving starts ...
1.79/1.81	c ============================[ Search Statistics ]============================
1.79/1.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.81	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.81	c =============================================================================
1.79/1.81	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      419
1.79/1.81	c  0.0s |       0 |      536 |        0 |     1987      0 |       90 |      419
1.79/1.81	c #cpu_time = 0.003s
1.79/1.81	c #wall_clock_time = 0.003s
1.79/1.81	c #decision = 536
1.79/1.81	c #random_decision = 0
1.79/1.81	c #conflict = 0
1.79/1.81	c #restart = 0
1.79/1.81	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.81	c lower bound updated to 402
1.79/1.81	c BCD2: 402 <= obj <= 1962
1.79/1.81	c BCD2: #cores=312, #unrelaxed=1156, #relaxed=807, #hardened=0
1.79/1.81	c BCD2: #sat=1 #unsat=403 bias=403/404
1.79/1.81	c Solving starts ...
1.79/1.81	c ============================[ Search Statistics ]============================
1.79/1.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.81	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.81	c =============================================================================
1.79/1.81	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      420
1.79/1.81	c  0.0s |       0 |      536 |        0 |     1987      0 |       90 |      420
1.79/1.81	c #cpu_time = 0.003s
1.79/1.81	c #wall_clock_time = 0.003s
1.79/1.81	c #decision = 536
1.79/1.81	c #random_decision = 0
1.79/1.81	c #conflict = 0
1.79/1.81	c #restart = 0
1.79/1.81	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.81	c lower bound updated to 403
1.79/1.81	c BCD2: 403 <= obj <= 1962
1.79/1.81	c BCD2: #cores=313, #unrelaxed=1154, #relaxed=809, #hardened=0
1.79/1.81	c BCD2: #sat=1 #unsat=404 bias=404/405
1.79/1.82	c Solving starts ...
1.79/1.82	c ============================[ Search Statistics ]============================
1.79/1.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.82	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.82	c =============================================================================
1.79/1.82	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      421
1.79/1.82	c  0.0s |       0 |      536 |        0 |     1987      0 |       90 |      421
1.79/1.82	c #cpu_time = 0.003s
1.79/1.82	c #wall_clock_time = 0.003s
1.79/1.82	c #decision = 536
1.79/1.82	c #random_decision = 0
1.79/1.82	c #conflict = 0
1.79/1.82	c #restart = 0
1.79/1.82	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.82	c lower bound updated to 404
1.79/1.82	c BCD2: 404 <= obj <= 1962
1.79/1.82	c BCD2: #cores=314, #unrelaxed=1152, #relaxed=811, #hardened=0
1.79/1.82	c BCD2: #sat=1 #unsat=405 bias=405/406
1.79/1.82	c Solving starts ...
1.79/1.82	c ============================[ Search Statistics ]============================
1.79/1.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.82	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.82	c =============================================================================
1.79/1.82	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      422
1.79/1.82	c  0.0s |       0 |      537 |        0 |     1987      0 |       90 |      422
1.79/1.82	c #cpu_time = 0.003s
1.79/1.82	c #wall_clock_time = 0.003s
1.79/1.82	c #decision = 537
1.79/1.82	c #random_decision = 0
1.79/1.82	c #conflict = 0
1.79/1.82	c #restart = 0
1.79/1.82	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.82	c lower bound updated to 405
1.79/1.82	c BCD2: 405 <= obj <= 1962
1.79/1.82	c BCD2: #cores=315, #unrelaxed=1150, #relaxed=813, #hardened=0
1.79/1.82	c BCD2: #sat=1 #unsat=406 bias=406/407
1.79/1.83	c Solving starts ...
1.79/1.83	c ============================[ Search Statistics ]============================
1.79/1.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.83	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.83	c =============================================================================
1.79/1.83	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      423
1.79/1.83	c  0.0s |       0 |      537 |        0 |     1987      0 |       90 |      423
1.79/1.83	c #cpu_time = 0.003s
1.79/1.83	c #wall_clock_time = 0.003s
1.79/1.83	c #decision = 537
1.79/1.83	c #random_decision = 0
1.79/1.83	c #conflict = 0
1.79/1.83	c #restart = 0
1.79/1.83	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.83	c lower bound updated to 406
1.79/1.83	c BCD2: 406 <= obj <= 1962
1.79/1.83	c BCD2: #cores=316, #unrelaxed=1148, #relaxed=815, #hardened=0
1.79/1.83	c BCD2: #sat=1 #unsat=407 bias=407/408
1.79/1.83	c Solving starts ...
1.79/1.83	c ============================[ Search Statistics ]============================
1.79/1.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.83	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.83	c =============================================================================
1.79/1.83	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      424
1.79/1.83	c  0.0s |       0 |      537 |        0 |     1987      0 |       90 |      424
1.79/1.83	c #cpu_time = 0.003s
1.79/1.83	c #wall_clock_time = 0.003s
1.79/1.83	c #decision = 537
1.79/1.83	c #random_decision = 0
1.79/1.83	c #conflict = 0
1.79/1.83	c #restart = 0
1.79/1.83	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.83	c lower bound updated to 407
1.79/1.83	c BCD2: 407 <= obj <= 1962
1.79/1.83	c BCD2: #cores=317, #unrelaxed=1146, #relaxed=817, #hardened=0
1.79/1.83	c BCD2: #sat=1 #unsat=408 bias=408/409
1.79/1.84	c Solving starts ...
1.79/1.84	c ============================[ Search Statistics ]============================
1.79/1.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.84	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.84	c =============================================================================
1.79/1.84	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      425
1.79/1.84	c  0.0s |       0 |      539 |        0 |     1987      0 |       90 |      425
1.79/1.84	c #cpu_time = 0.003s
1.79/1.84	c #wall_clock_time = 0.003s
1.79/1.84	c #decision = 539
1.79/1.84	c #random_decision = 0
1.79/1.84	c #conflict = 0
1.79/1.84	c #restart = 0
1.79/1.84	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.84	c lower bound updated to 408
1.79/1.84	c BCD2: 408 <= obj <= 1962
1.79/1.84	c BCD2: #cores=318, #unrelaxed=1144, #relaxed=819, #hardened=0
1.79/1.84	c BCD2: #sat=1 #unsat=409 bias=409/410
1.79/1.84	c Solving starts ...
1.79/1.84	c ============================[ Search Statistics ]============================
1.79/1.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.84	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.84	c =============================================================================
1.79/1.84	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      426
1.79/1.84	c  0.0s |       0 |      541 |        0 |     1987      0 |       90 |      426
1.79/1.84	c #cpu_time = 0.003s
1.79/1.84	c #wall_clock_time = 0.003s
1.79/1.84	c #decision = 541
1.79/1.84	c #random_decision = 0
1.79/1.84	c #conflict = 0
1.79/1.84	c #restart = 0
1.79/1.84	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.84	c lower bound updated to 409
1.79/1.84	c BCD2: 409 <= obj <= 1962
1.79/1.84	c BCD2: #cores=319, #unrelaxed=1142, #relaxed=821, #hardened=0
1.79/1.84	c BCD2: #sat=1 #unsat=410 bias=410/411
1.79/1.85	c Solving starts ...
1.79/1.85	c ============================[ Search Statistics ]============================
1.79/1.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.85	c =============================================================================
1.79/1.85	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      427
1.79/1.85	c  0.0s |       0 |      542 |        0 |     1987      0 |       90 |      427
1.79/1.85	c #cpu_time = 0.003s
1.79/1.85	c #wall_clock_time = 0.003s
1.79/1.85	c #decision = 542
1.79/1.85	c #random_decision = 0
1.79/1.85	c #conflict = 0
1.79/1.85	c #restart = 0
1.79/1.85	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.85	c lower bound updated to 410
1.79/1.85	c BCD2: 410 <= obj <= 1962
1.79/1.85	c BCD2: #cores=320, #unrelaxed=1140, #relaxed=823, #hardened=0
1.79/1.85	c BCD2: #sat=1 #unsat=411 bias=411/412
1.79/1.85	c Solving starts ...
1.79/1.85	c ============================[ Search Statistics ]============================
1.79/1.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.85	c =============================================================================
1.79/1.85	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      428
1.79/1.85	c  0.0s |       0 |      542 |        0 |     1987      0 |       90 |      428
1.79/1.85	c #cpu_time = 0.003s
1.79/1.85	c #wall_clock_time = 0.003s
1.79/1.85	c #decision = 542
1.79/1.85	c #random_decision = 0
1.79/1.85	c #conflict = 0
1.79/1.85	c #restart = 0
1.79/1.85	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.85	c lower bound updated to 411
1.79/1.85	c BCD2: 411 <= obj <= 1962
1.79/1.85	c BCD2: #cores=321, #unrelaxed=1138, #relaxed=825, #hardened=0
1.79/1.85	c BCD2: #sat=1 #unsat=412 bias=412/413
1.79/1.86	c Solving starts ...
1.79/1.86	c ============================[ Search Statistics ]============================
1.79/1.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.86	c =============================================================================
1.79/1.86	c  0.0s |       0 |        0 |        0 |     1987      0 |       90 |      429
1.79/1.86	c  0.0s |       0 |      545 |        0 |     1987      0 |       90 |      429
1.79/1.86	c #cpu_time = 0.003s
1.79/1.86	c #wall_clock_time = 0.003s
1.79/1.86	c #decision = 545
1.79/1.86	c #random_decision = 0
1.79/1.86	c #conflict = 0
1.79/1.86	c #restart = 0
1.79/1.86	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
1.79/1.86	c lower bound updated to 412
1.79/1.86	c BCD2: 412 <= obj <= 1962
1.79/1.86	c BCD2: #cores=319, #unrelaxed=1136, #relaxed=827, #hardened=0
1.79/1.86	c BCD2: #sat=1 #unsat=413 bias=413/414
1.79/1.86	c Solving starts ...
1.79/1.86	c ============================[ Search Statistics ]============================
1.79/1.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.86	c =============================================================================
1.79/1.86	c  0.0s |       0 |        0 |        0 |     1987      0 |       93 |      429
1.79/1.86	c  0.0s |       0 |      543 |        0 |     1987      0 |       93 |      432
1.79/1.86	c #cpu_time = 0.003s
1.79/1.86	c #wall_clock_time = 0.003s
1.79/1.86	c #decision = 543
1.79/1.86	c #random_decision = 0
1.79/1.86	c #conflict = 0
1.79/1.86	c #restart = 0
1.79/1.86	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.86	c lower bound updated to 413
1.79/1.87	c BCD2: 413 <= obj <= 1962
1.79/1.87	c BCD2: #cores=320, #unrelaxed=1134, #relaxed=829, #hardened=0
1.79/1.87	c BCD2: #sat=1 #unsat=414 bias=414/415
1.79/1.87	c Solving starts ...
1.79/1.87	c ============================[ Search Statistics ]============================
1.79/1.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.87	c =============================================================================
1.79/1.87	c  0.0s |       0 |        0 |        0 |     1987      0 |       93 |      433
1.79/1.87	c  0.0s |       0 |      543 |        0 |     1987      0 |       93 |      433
1.79/1.87	c #cpu_time = 0.003s
1.79/1.87	c #wall_clock_time = 0.003s
1.79/1.87	c #decision = 543
1.79/1.87	c #random_decision = 0
1.79/1.87	c #conflict = 0
1.79/1.87	c #restart = 0
1.79/1.87	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.79/1.87	c lower bound updated to 414
1.79/1.87	c BCD2: 414 <= obj <= 1962
1.79/1.87	c BCD2: #cores=320, #unrelaxed=1132, #relaxed=831, #hardened=0
1.79/1.87	c BCD2: #sat=1 #unsat=415 bias=415/416
1.79/1.87	c Solving starts ...
1.79/1.87	c ============================[ Search Statistics ]============================
1.79/1.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.87	c =============================================================================
1.79/1.87	c  0.0s |       0 |        0 |        0 |     1987      0 |       94 |      433
1.79/1.87	c  0.0s |       0 |      543 |        0 |     1987      0 |       94 |      434
1.79/1.87	c #cpu_time = 0.003s
1.79/1.87	c #wall_clock_time = 0.003s
1.79/1.87	c #decision = 543
1.79/1.87	c #random_decision = 0
1.79/1.87	c #conflict = 0
1.79/1.87	c #restart = 0
1.79/1.87	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.87	c lower bound updated to 415
1.79/1.88	c BCD2: 415 <= obj <= 1962
1.79/1.88	c BCD2: #cores=321, #unrelaxed=1130, #relaxed=833, #hardened=0
1.79/1.88	c BCD2: #sat=1 #unsat=416 bias=416/417
1.79/1.88	c Solving starts ...
1.79/1.88	c ============================[ Search Statistics ]============================
1.79/1.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.88	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.88	c =============================================================================
1.79/1.88	c  0.0s |       0 |        0 |        0 |     1987      0 |       94 |      435
1.79/1.88	c  0.0s |       0 |      543 |        0 |     1987      0 |       94 |      435
1.79/1.88	c #cpu_time = 0.003s
1.79/1.88	c #wall_clock_time = 0.003s
1.79/1.88	c #decision = 543
1.79/1.88	c #random_decision = 0
1.79/1.88	c #conflict = 0
1.79/1.88	c #restart = 0
1.79/1.88	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.88	c lower bound updated to 416
1.79/1.88	c BCD2: 416 <= obj <= 1962
1.79/1.88	c BCD2: #cores=322, #unrelaxed=1128, #relaxed=835, #hardened=0
1.79/1.88	c BCD2: #sat=1 #unsat=417 bias=417/418
1.79/1.88	c Solving starts ...
1.79/1.88	c ============================[ Search Statistics ]============================
1.79/1.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.88	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.88	c =============================================================================
1.79/1.88	c  0.0s |       0 |        0 |        0 |     1987      0 |       94 |      436
1.79/1.88	c  0.0s |       0 |      544 |        0 |     1987      0 |       94 |      436
1.79/1.88	c #cpu_time = 0.003s
1.79/1.88	c #wall_clock_time = 0.003s
1.79/1.88	c #decision = 544
1.79/1.88	c #random_decision = 0
1.79/1.88	c #conflict = 0
1.79/1.88	c #restart = 0
1.79/1.88	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.79/1.89	c lower bound updated to 417
1.79/1.89	c BCD2: 417 <= obj <= 1962
1.79/1.89	c BCD2: #cores=322, #unrelaxed=1126, #relaxed=837, #hardened=0
1.79/1.89	c BCD2: #sat=1 #unsat=418 bias=418/419
1.79/1.89	c Solving starts ...
1.79/1.89	c ============================[ Search Statistics ]============================
1.79/1.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.89	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.89	c =============================================================================
1.79/1.89	c  0.0s |       0 |        0 |        0 |     1987      0 |       95 |      436
1.79/1.89	c  0.0s |       0 |      544 |        0 |     1987      0 |       95 |      437
1.79/1.89	c #cpu_time = 0.004s
1.79/1.89	c #wall_clock_time = 0.004s
1.79/1.89	c #decision = 544
1.79/1.89	c #random_decision = 0
1.79/1.89	c #conflict = 0
1.79/1.89	c #restart = 0
1.79/1.89	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.89	c lower bound updated to 418
1.79/1.89	c BCD2: 418 <= obj <= 1962
1.79/1.89	c BCD2: #cores=323, #unrelaxed=1124, #relaxed=839, #hardened=0
1.79/1.89	c BCD2: #sat=1 #unsat=419 bias=419/420
1.79/1.89	c Solving starts ...
1.79/1.89	c ============================[ Search Statistics ]============================
1.79/1.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.89	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.89	c =============================================================================
1.79/1.89	c  0.0s |       0 |        0 |        0 |     1987      0 |       95 |      438
1.79/1.90	c  0.0s |       0 |      545 |        0 |     1987      0 |       95 |      438
1.79/1.90	c #cpu_time = 0.003s
1.79/1.90	c #wall_clock_time = 0.003s
1.79/1.90	c #decision = 545
1.79/1.90	c #random_decision = 0
1.79/1.90	c #conflict = 0
1.79/1.90	c #restart = 0
1.79/1.90	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.90	c lower bound updated to 419
1.89/1.90	c BCD2: 419 <= obj <= 1962
1.89/1.90	c BCD2: #cores=324, #unrelaxed=1122, #relaxed=841, #hardened=0
1.89/1.90	c BCD2: #sat=1 #unsat=420 bias=420/421
1.89/1.90	c Solving starts ...
1.89/1.90	c ============================[ Search Statistics ]============================
1.89/1.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.90	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.90	c =============================================================================
1.89/1.90	c  0.0s |       0 |        0 |        0 |     1987      0 |       95 |      439
1.89/1.90	c  0.0s |       0 |      545 |        0 |     1987      0 |       95 |      439
1.89/1.90	c #cpu_time = 0.003s
1.89/1.90	c #wall_clock_time = 0.003s
1.89/1.90	c #decision = 545
1.89/1.90	c #random_decision = 0
1.89/1.90	c #conflict = 0
1.89/1.90	c #restart = 0
1.89/1.90	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.90	c lower bound updated to 420
1.89/1.90	c BCD2: 420 <= obj <= 1962
1.89/1.90	c BCD2: #cores=325, #unrelaxed=1120, #relaxed=843, #hardened=0
1.89/1.90	c BCD2: #sat=1 #unsat=421 bias=421/422
1.89/1.90	c Solving starts ...
1.89/1.90	c ============================[ Search Statistics ]============================
1.89/1.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.90	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.90	c =============================================================================
1.89/1.90	c  0.0s |       0 |        0 |        0 |     1987      0 |       95 |      440
1.89/1.91	c  0.0s |       0 |      547 |        0 |     1987      0 |       95 |      440
1.89/1.91	c #cpu_time = 0.003s
1.89/1.91	c #wall_clock_time = 0.003s
1.89/1.91	c #decision = 547
1.89/1.91	c #random_decision = 0
1.89/1.91	c #conflict = 0
1.89/1.91	c #restart = 0
1.89/1.91	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.91	c lower bound updated to 421
1.89/1.91	c BCD2: 421 <= obj <= 1962
1.89/1.91	c BCD2: #cores=326, #unrelaxed=1118, #relaxed=845, #hardened=0
1.89/1.91	c BCD2: #sat=1 #unsat=422 bias=422/423
1.89/1.91	c Solving starts ...
1.89/1.91	c ============================[ Search Statistics ]============================
1.89/1.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.91	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.91	c =============================================================================
1.89/1.91	c  0.0s |       0 |        0 |        0 |     1987      0 |       95 |      441
1.89/1.91	c  0.0s |       0 |      548 |        0 |     1987      0 |       95 |      441
1.89/1.91	c #cpu_time = 0.003s
1.89/1.91	c #wall_clock_time = 0.003s
1.89/1.91	c #decision = 548
1.89/1.91	c #random_decision = 0
1.89/1.91	c #conflict = 0
1.89/1.91	c #restart = 0
1.89/1.91	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.91	c lower bound updated to 422
1.89/1.91	c BCD2: 422 <= obj <= 1962
1.89/1.91	c BCD2: #cores=327, #unrelaxed=1116, #relaxed=847, #hardened=0
1.89/1.91	c BCD2: #sat=1 #unsat=423 bias=423/424
1.89/1.91	c Solving starts ...
1.89/1.91	c ============================[ Search Statistics ]============================
1.89/1.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.91	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.91	c =============================================================================
1.89/1.91	c  0.0s |       0 |        0 |        0 |     1987      0 |       95 |      442
1.89/1.92	c  0.0s |       0 |      548 |        0 |     1987      0 |       95 |      442
1.89/1.92	c #cpu_time = 0.003s
1.89/1.92	c #wall_clock_time = 0.003s
1.89/1.92	c #decision = 548
1.89/1.92	c #random_decision = 0
1.89/1.92	c #conflict = 0
1.89/1.92	c #restart = 0
1.89/1.92	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.89/1.92	c lower bound updated to 423
1.89/1.92	c BCD2: 423 <= obj <= 1962
1.89/1.92	c BCD2: #cores=326, #unrelaxed=1114, #relaxed=849, #hardened=0
1.89/1.92	c BCD2: #sat=1 #unsat=424 bias=424/425
1.89/1.92	c Solving starts ...
1.89/1.92	c ============================[ Search Statistics ]============================
1.89/1.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.92	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.92	c =============================================================================
1.89/1.92	c  0.0s |       0 |        0 |        0 |     1987      0 |       97 |      442
1.89/1.92	c  0.0s |       0 |      547 |        0 |     1987      0 |       97 |      444
1.89/1.92	c #cpu_time = 0.004s
1.89/1.92	c #wall_clock_time = 0.004s
1.89/1.92	c #decision = 547
1.89/1.92	c #random_decision = 0
1.89/1.92	c #conflict = 0
1.89/1.92	c #restart = 0
1.89/1.92	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.92	c lower bound updated to 424
1.89/1.92	c BCD2: 424 <= obj <= 1962
1.89/1.92	c BCD2: #cores=327, #unrelaxed=1112, #relaxed=851, #hardened=0
1.89/1.92	c BCD2: #sat=1 #unsat=425 bias=425/426
1.89/1.92	c Solving starts ...
1.89/1.92	c ============================[ Search Statistics ]============================
1.89/1.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.92	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.92	c =============================================================================
1.89/1.92	c  0.0s |       0 |        0 |        0 |     1987      0 |       97 |      445
1.89/1.93	c  0.0s |       0 |      547 |        0 |     1987      0 |       97 |      445
1.89/1.93	c #cpu_time = 0.003s
1.89/1.93	c #wall_clock_time = 0.003s
1.89/1.93	c #decision = 547
1.89/1.93	c #random_decision = 0
1.89/1.93	c #conflict = 0
1.89/1.93	c #restart = 0
1.89/1.93	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.89/1.93	c lower bound updated to 425
1.89/1.93	c BCD2: 425 <= obj <= 1962
1.89/1.93	c BCD2: #cores=326, #unrelaxed=1110, #relaxed=853, #hardened=0
1.89/1.93	c BCD2: #sat=1 #unsat=426 bias=426/427
1.89/1.93	c Solving starts ...
1.89/1.93	c ============================[ Search Statistics ]============================
1.89/1.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.93	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.93	c =============================================================================
1.89/1.93	c  0.0s |       0 |        0 |        0 |     1987      0 |       99 |      445
1.89/1.93	c  0.0s |       0 |      545 |        0 |     1987      0 |       99 |      447
1.89/1.93	c #cpu_time = 0.004s
1.89/1.93	c #wall_clock_time = 0.004s
1.89/1.93	c #decision = 545
1.89/1.93	c #random_decision = 0
1.89/1.93	c #conflict = 0
1.89/1.93	c #restart = 0
1.89/1.93	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.89/1.93	c lower bound updated to 426
1.89/1.93	c BCD2: 426 <= obj <= 1962
1.89/1.93	c BCD2: #cores=326, #unrelaxed=1108, #relaxed=855, #hardened=0
1.89/1.93	c BCD2: #sat=1 #unsat=427 bias=427/428
1.89/1.93	c Solving starts ...
1.89/1.93	c ============================[ Search Statistics ]============================
1.89/1.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.93	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.93	c =============================================================================
1.89/1.93	c  0.0s |       0 |        0 |        0 |     1987      0 |      100 |      447
1.89/1.94	c  0.0s |       0 |      545 |        0 |     1987      0 |      100 |      448
1.89/1.94	c #cpu_time = 0.003s
1.89/1.94	c #wall_clock_time = 0.003s
1.89/1.94	c #decision = 545
1.89/1.94	c #random_decision = 0
1.89/1.94	c #conflict = 0
1.89/1.94	c #restart = 0
1.89/1.94	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.94	c lower bound updated to 427
1.89/1.94	c BCD2: 427 <= obj <= 1962
1.89/1.94	c BCD2: #cores=327, #unrelaxed=1106, #relaxed=857, #hardened=0
1.89/1.94	c BCD2: #sat=1 #unsat=428 bias=428/429
1.89/1.94	c Solving starts ...
1.89/1.94	c ============================[ Search Statistics ]============================
1.89/1.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.94	c =============================================================================
1.89/1.94	c  0.0s |       0 |        0 |        0 |     1987      0 |      100 |      449
1.89/1.94	c  0.0s |       0 |      545 |        0 |     1987      0 |      100 |      449
1.89/1.94	c #cpu_time = 0.003s
1.89/1.94	c #wall_clock_time = 0.003s
1.89/1.94	c #decision = 545
1.89/1.94	c #random_decision = 0
1.89/1.94	c #conflict = 0
1.89/1.94	c #restart = 0
1.89/1.94	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.94	c lower bound updated to 428
1.89/1.94	c BCD2: 428 <= obj <= 1962
1.89/1.94	c BCD2: #cores=328, #unrelaxed=1104, #relaxed=859, #hardened=0
1.89/1.94	c BCD2: #sat=1 #unsat=429 bias=429/430
1.89/1.94	c Solving starts ...
1.89/1.94	c ============================[ Search Statistics ]============================
1.89/1.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.94	c =============================================================================
1.89/1.95	c  0.0s |       0 |        0 |        0 |     1987      0 |      100 |      450
1.89/1.95	c  0.0s |       0 |      546 |        0 |     1987      0 |      100 |      450
1.89/1.95	c #cpu_time = 0.003s
1.89/1.95	c #wall_clock_time = 0.003s
1.89/1.95	c #decision = 546
1.89/1.95	c #random_decision = 0
1.89/1.95	c #conflict = 0
1.89/1.95	c #restart = 0
1.89/1.95	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.89/1.95	c lower bound updated to 429
1.89/1.95	c BCD2: 429 <= obj <= 1962
1.89/1.95	c BCD2: #cores=328, #unrelaxed=1102, #relaxed=861, #hardened=0
1.89/1.95	c BCD2: #sat=1 #unsat=430 bias=430/431
1.89/1.95	c Solving starts ...
1.89/1.95	c ============================[ Search Statistics ]============================
1.89/1.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.95	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.95	c =============================================================================
1.89/1.95	c  0.0s |       0 |        0 |        0 |     1987      0 |      101 |      450
1.89/1.95	c  0.0s |       0 |      545 |        0 |     1987      0 |      101 |      451
1.89/1.95	c #cpu_time = 0.003s
1.89/1.95	c #wall_clock_time = 0.003s
1.89/1.95	c #decision = 545
1.89/1.95	c #random_decision = 0
1.89/1.95	c #conflict = 0
1.89/1.95	c #restart = 0
1.89/1.95	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.95	c lower bound updated to 430
1.89/1.95	c BCD2: 430 <= obj <= 1962
1.89/1.95	c BCD2: #cores=329, #unrelaxed=1100, #relaxed=863, #hardened=0
1.89/1.95	c BCD2: #sat=1 #unsat=431 bias=431/432
1.89/1.96	c Solving starts ...
1.89/1.96	c ============================[ Search Statistics ]============================
1.89/1.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.96	c =============================================================================
1.89/1.96	c  0.0s |       0 |        0 |        0 |     1987      0 |      101 |      452
1.89/1.96	c  0.0s |       0 |      546 |        0 |     1987      0 |      101 |      452
1.89/1.96	c #cpu_time = 0.003s
1.89/1.96	c #wall_clock_time = 0.003s
1.89/1.96	c #decision = 546
1.89/1.96	c #random_decision = 0
1.89/1.96	c #conflict = 0
1.89/1.96	c #restart = 0
1.89/1.96	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.96	c lower bound updated to 431
1.89/1.96	c BCD2: 431 <= obj <= 1962
1.89/1.96	c BCD2: #cores=330, #unrelaxed=1098, #relaxed=865, #hardened=0
1.89/1.96	c BCD2: #sat=1 #unsat=432 bias=432/433
1.89/1.96	c Solving starts ...
1.89/1.96	c ============================[ Search Statistics ]============================
1.89/1.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.96	c =============================================================================
1.89/1.96	c  0.0s |       0 |        0 |        0 |     1987      0 |      101 |      453
1.89/1.96	c  0.0s |       0 |      548 |        0 |     1987      0 |      101 |      453
1.89/1.96	c #cpu_time = 0.003s
1.89/1.96	c #wall_clock_time = 0.003s
1.89/1.96	c #decision = 548
1.89/1.96	c #random_decision = 0
1.89/1.96	c #conflict = 0
1.89/1.96	c #restart = 0
1.89/1.96	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.96	c lower bound updated to 432
1.89/1.97	c BCD2: 432 <= obj <= 1962
1.89/1.97	c BCD2: #cores=331, #unrelaxed=1096, #relaxed=867, #hardened=0
1.89/1.97	c BCD2: #sat=1 #unsat=433 bias=433/434
1.89/1.97	c Solving starts ...
1.89/1.97	c ============================[ Search Statistics ]============================
1.89/1.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.97	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.97	c =============================================================================
1.89/1.97	c  0.0s |       0 |        0 |        0 |     1987      0 |      101 |      454
1.89/1.97	c  0.0s |       0 |      552 |        0 |     1987      0 |      101 |      454
1.89/1.97	c #cpu_time = 0.003s
1.89/1.97	c #wall_clock_time = 0.003s
1.89/1.97	c #decision = 552
1.89/1.97	c #random_decision = 0
1.89/1.97	c #conflict = 0
1.89/1.97	c #restart = 0
1.89/1.97	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.97	c lower bound updated to 433
1.89/1.97	c BCD2: 433 <= obj <= 1962
1.89/1.97	c BCD2: #cores=332, #unrelaxed=1094, #relaxed=869, #hardened=0
1.89/1.97	c BCD2: #sat=1 #unsat=434 bias=434/435
1.89/1.97	c Solving starts ...
1.89/1.97	c ============================[ Search Statistics ]============================
1.89/1.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.97	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.97	c =============================================================================
1.89/1.97	c  0.0s |       0 |        0 |        0 |     1987      0 |      101 |      455
1.89/1.97	c  0.0s |       0 |      553 |        0 |     1987      0 |      101 |      455
1.89/1.97	c #cpu_time = 0.003s
1.89/1.97	c #wall_clock_time = 0.003s
1.89/1.97	c #decision = 553
1.89/1.97	c #random_decision = 0
1.89/1.97	c #conflict = 0
1.89/1.97	c #restart = 0
1.89/1.97	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.89/1.97	c lower bound updated to 434
1.89/1.98	c BCD2: 434 <= obj <= 1962
1.89/1.98	c BCD2: #cores=331, #unrelaxed=1092, #relaxed=871, #hardened=0
1.89/1.98	c BCD2: #sat=1 #unsat=435 bias=435/436
1.89/1.98	c Solving starts ...
1.89/1.98	c ============================[ Search Statistics ]============================
1.89/1.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.98	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.98	c =============================================================================
1.89/1.98	c  0.0s |       0 |        0 |        0 |     1987      0 |      103 |      455
1.89/1.98	c  0.0s |       0 |      551 |        0 |     1987      0 |      103 |      457
1.89/1.98	c #cpu_time = 0.003s
1.89/1.98	c #wall_clock_time = 0.003s
1.89/1.98	c #decision = 551
1.89/1.98	c #random_decision = 0
1.89/1.98	c #conflict = 0
1.89/1.98	c #restart = 0
1.89/1.98	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.98	c lower bound updated to 435
1.89/1.98	c BCD2: 435 <= obj <= 1962
1.89/1.98	c BCD2: #cores=332, #unrelaxed=1090, #relaxed=873, #hardened=0
1.89/1.98	c BCD2: #sat=1 #unsat=436 bias=436/437
1.89/1.98	c Solving starts ...
1.89/1.98	c ============================[ Search Statistics ]============================
1.89/1.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.98	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.98	c =============================================================================
1.89/1.98	c  0.0s |       0 |        0 |        0 |     1987      0 |      103 |      458
1.89/1.99	c  0.0s |       0 |      551 |        0 |     1987      0 |      103 |      458
1.89/1.99	c #cpu_time = 0.003s
1.89/1.99	c #wall_clock_time = 0.003s
1.89/1.99	c #decision = 551
1.89/1.99	c #random_decision = 0
1.89/1.99	c #conflict = 0
1.89/1.99	c #restart = 0
1.89/1.99	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.89/1.99	c lower bound updated to 436
1.89/1.99	c BCD2: 436 <= obj <= 1962
1.89/1.99	c BCD2: #cores=331, #unrelaxed=1088, #relaxed=875, #hardened=0
1.89/1.99	c BCD2: #sat=1 #unsat=437 bias=437/438
1.89/1.99	c Solving starts ...
1.89/1.99	c ============================[ Search Statistics ]============================
1.89/1.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.99	c =============================================================================
1.89/1.99	c  0.0s |       0 |        0 |        0 |     1987      0 |      105 |      458
1.89/1.99	c  0.0s |       0 |      550 |        0 |     1987      0 |      105 |      460
1.89/1.99	c #cpu_time = 0.003s
1.89/1.99	c #wall_clock_time = 0.003s
1.89/1.99	c #decision = 550
1.89/1.99	c #random_decision = 0
1.89/1.99	c #conflict = 0
1.89/1.99	c #restart = 0
1.89/1.99	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.89/1.99	c lower bound updated to 437
1.89/1.99	c BCD2: 437 <= obj <= 1962
1.89/1.99	c BCD2: #cores=331, #unrelaxed=1086, #relaxed=877, #hardened=0
1.89/1.99	c BCD2: #sat=1 #unsat=438 bias=438/439
1.89/1.99	c Solving starts ...
1.89/1.99	c ============================[ Search Statistics ]============================
1.89/1.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.99	c =============================================================================
1.89/1.99	c  0.0s |       0 |        0 |        0 |     1987      0 |      106 |      460
1.98/2.00	c  0.0s |       0 |      549 |        0 |     1987      0 |      106 |      461
1.98/2.00	c #cpu_time = 0.004s
1.98/2.00	c #wall_clock_time = 0.004s
1.98/2.00	c #decision = 549
1.98/2.00	c #random_decision = 0
1.98/2.00	c #conflict = 0
1.98/2.00	c #restart = 0
1.98/2.00	c BCD2: found a new core of size 2: cost of the new core is >=1
1.98/2.00	c lower bound updated to 438
1.98/2.00	c BCD2: 438 <= obj <= 1962
1.98/2.00	c BCD2: #cores=332, #unrelaxed=1084, #relaxed=879, #hardened=0
1.98/2.00	c BCD2: #sat=1 #unsat=439 bias=439/440
1.98/2.00	c Solving starts ...
1.98/2.00	c ============================[ Search Statistics ]============================
1.98/2.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.00	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.00	c =============================================================================
1.98/2.00	c  0.0s |       0 |        0 |        0 |     1987      0 |      106 |      462
1.98/2.00	c  0.0s |       0 |      549 |        0 |     1987      0 |      106 |      462
1.98/2.00	c #cpu_time = 0.003s
1.98/2.00	c #wall_clock_time = 0.003s
1.98/2.00	c #decision = 549
1.98/2.00	c #random_decision = 0
1.98/2.00	c #conflict = 0
1.98/2.00	c #restart = 0
1.98/2.00	c BCD2: found a new core of size 2: cost of the new core is >=1
1.98/2.00	c lower bound updated to 439
1.98/2.00	c BCD2: 439 <= obj <= 1962
1.98/2.00	c BCD2: #cores=333, #unrelaxed=1082, #relaxed=881, #hardened=0
1.98/2.00	c BCD2: #sat=1 #unsat=440 bias=440/441
1.98/2.00	c Solving starts ...
1.98/2.00	c ============================[ Search Statistics ]============================
1.98/2.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.00	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.00	c =============================================================================
1.98/2.00	c  0.0s |       0 |        0 |        0 |     1987      0 |      106 |      463
1.98/2.01	c  0.0s |       0 |      551 |        0 |     1987      0 |      106 |      463
1.98/2.01	c #cpu_time = 0.003s
1.98/2.01	c #wall_clock_time = 0.003s
1.98/2.01	c #decision = 551
1.98/2.01	c #random_decision = 0
1.98/2.01	c #conflict = 0
1.98/2.01	c #restart = 0
1.98/2.01	c BCD2: found a new core of size 2: cost of the new core is >=1
1.98/2.01	c lower bound updated to 440
1.98/2.01	c BCD2: 440 <= obj <= 1962
1.98/2.01	c BCD2: #cores=334, #unrelaxed=1080, #relaxed=883, #hardened=0
1.98/2.01	c BCD2: #sat=1 #unsat=441 bias=441/442
1.98/2.01	c Solving starts ...
1.98/2.01	c ============================[ Search Statistics ]============================
1.98/2.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.01	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.01	c =============================================================================
1.98/2.01	c  0.0s |       0 |        0 |        0 |     1987      0 |      106 |      464
1.98/2.01	c  0.0s |       0 |      551 |        0 |     1987      0 |      106 |      464
1.98/2.01	c #cpu_time = 0.003s
1.98/2.01	c #wall_clock_time = 0.003s
1.98/2.01	c #decision = 551
1.98/2.01	c #random_decision = 0
1.98/2.01	c #conflict = 0
1.98/2.01	c #restart = 0
1.98/2.01	c BCD2: found a new core of size 2: cost of the new core is >=1
1.98/2.01	c lower bound updated to 441
1.98/2.01	c BCD2: 441 <= obj <= 1962
1.98/2.01	c BCD2: #cores=335, #unrelaxed=1078, #relaxed=885, #hardened=0
1.98/2.01	c BCD2: #sat=1 #unsat=442 bias=442/443
1.98/2.01	c Solving starts ...
1.98/2.01	c ============================[ Search Statistics ]============================
1.98/2.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.01	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.01	c =============================================================================
1.98/2.01	c  0.0s |       0 |        0 |        0 |     1987      0 |      106 |      465
1.98/2.02	c  0.0s |       0 |      553 |        0 |     1987      0 |      106 |      465
1.98/2.02	c #cpu_time = 0.003s
1.98/2.02	c #wall_clock_time = 0.003s
1.98/2.02	c #decision = 553
1.98/2.02	c #random_decision = 0
1.98/2.02	c #conflict = 0
1.98/2.02	c #restart = 0
1.98/2.02	c BCD2: found a new core of size 2: cost of the new core is >=1
1.98/2.02	c lower bound updated to 442
1.98/2.02	c BCD2: 442 <= obj <= 1962
1.98/2.02	c BCD2: #cores=336, #unrelaxed=1076, #relaxed=887, #hardened=0
1.98/2.02	c BCD2: #sat=1 #unsat=443 bias=443/444
1.98/2.02	c Solving starts ...
1.98/2.02	c ============================[ Search Statistics ]============================
1.98/2.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.02	c =============================================================================
1.98/2.02	c  0.0s |       0 |        0 |        0 |     1987      0 |      106 |      466
1.98/2.02	c  0.0s |       0 |      554 |        0 |     1987      0 |      106 |      466
1.98/2.02	c #cpu_time = 0.003s
1.98/2.02	c #wall_clock_time = 0.003s
1.98/2.02	c #decision = 554
1.98/2.02	c #random_decision = 0
1.98/2.02	c #conflict = 0
1.98/2.02	c #restart = 0
1.98/2.02	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
1.98/2.02	c lower bound updated to 443
1.98/2.02	c BCD2: 443 <= obj <= 1962
1.98/2.02	c BCD2: #cores=334, #unrelaxed=1074, #relaxed=889, #hardened=0
1.98/2.02	c BCD2: #sat=1 #unsat=444 bias=444/445
1.98/2.02	c Solving starts ...
1.98/2.02	c ============================[ Search Statistics ]============================
1.98/2.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.02	c =============================================================================
1.98/2.02	c  0.0s |       0 |        0 |        0 |     1987      0 |      109 |      466
1.98/2.03	c  0.0s |       0 |      551 |        0 |     1987      0 |      109 |      469
1.98/2.03	c #cpu_time = 0.004s
1.98/2.03	c #wall_clock_time = 0.004s
1.98/2.03	c #decision = 551
1.98/2.03	c #random_decision = 0
1.98/2.03	c #conflict = 0
1.98/2.03	c #restart = 0
1.98/2.03	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.98/2.03	c lower bound updated to 444
1.98/2.03	c BCD2: 444 <= obj <= 1962
1.98/2.03	c BCD2: #cores=334, #unrelaxed=1072, #relaxed=891, #hardened=0
1.98/2.03	c BCD2: #sat=1 #unsat=445 bias=445/446
1.98/2.03	c Solving starts ...
1.98/2.03	c ============================[ Search Statistics ]============================
1.98/2.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.03	c =============================================================================
1.98/2.03	c  0.0s |       0 |        0 |        0 |     1987      0 |      110 |      469
1.98/2.03	c  0.0s |       0 |      550 |        0 |     1987      0 |      110 |      470
1.98/2.03	c #cpu_time = 0.003s
1.98/2.03	c #wall_clock_time = 0.003s
1.98/2.03	c #decision = 550
1.98/2.03	c #random_decision = 0
1.98/2.03	c #conflict = 0
1.98/2.03	c #restart = 0
1.98/2.03	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.98/2.03	c lower bound updated to 445
1.98/2.03	c BCD2: 445 <= obj <= 1962
1.98/2.03	c BCD2: #cores=334, #unrelaxed=1070, #relaxed=893, #hardened=0
1.98/2.03	c BCD2: #sat=1 #unsat=446 bias=446/447
1.98/2.03	c Solving starts ...
1.98/2.03	c ============================[ Search Statistics ]============================
1.98/2.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.03	c =============================================================================
1.98/2.03	c  0.0s |       0 |        0 |        0 |     1987      0 |      111 |      470
1.98/2.04	c  0.0s |       0 |      551 |        0 |     1987      0 |      111 |      471
1.98/2.04	c #cpu_time = 0.004s
1.98/2.04	c #wall_clock_time = 0.004s
1.98/2.04	c #decision = 551
1.98/2.04	c #random_decision = 0
1.98/2.04	c #conflict = 0
1.98/2.04	c #restart = 0
1.98/2.04	c BCD2: found a new core of size 2: cost of the new core is >=1
1.98/2.04	c lower bound updated to 446
1.98/2.04	c BCD2: 446 <= obj <= 1962
1.98/2.04	c BCD2: #cores=335, #unrelaxed=1068, #relaxed=895, #hardened=0
1.98/2.04	c BCD2: #sat=1 #unsat=447 bias=447/448
1.98/2.04	c Solving starts ...
1.98/2.04	c ============================[ Search Statistics ]============================
1.98/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.04	c =============================================================================
1.98/2.04	c  0.0s |       0 |        0 |        0 |     1987      0 |      111 |      472
1.98/2.04	c  0.0s |       0 |      552 |        0 |     1987      0 |      111 |      472
1.98/2.04	c #cpu_time = 0.003s
1.98/2.04	c #wall_clock_time = 0.003s
1.98/2.04	c #decision = 552
1.98/2.04	c #random_decision = 0
1.98/2.04	c #conflict = 0
1.98/2.04	c #restart = 0
1.98/2.04	c BCD2: found a new core of size 2: cost of the new core is >=1
1.98/2.04	c lower bound updated to 447
1.98/2.04	c BCD2: 447 <= obj <= 1962
1.98/2.04	c BCD2: #cores=336, #unrelaxed=1066, #relaxed=897, #hardened=0
1.98/2.04	c BCD2: #sat=1 #unsat=448 bias=448/449
1.98/2.05	c Solving starts ...
1.98/2.05	c ============================[ Search Statistics ]============================
1.98/2.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.05	c =============================================================================
1.98/2.05	c  0.0s |       0 |        0 |        0 |     1987      0 |      111 |      473
1.98/2.05	c  0.0s |       0 |      553 |        0 |     1987      0 |      111 |      473
1.98/2.05	c #cpu_time = 0.003s
1.98/2.05	c #wall_clock_time = 0.003s
1.98/2.05	c #decision = 553
1.98/2.05	c #random_decision = 0
1.98/2.05	c #conflict = 0
1.98/2.05	c #restart = 0
1.98/2.05	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.98/2.05	c lower bound updated to 448
1.98/2.05	c BCD2: 448 <= obj <= 1962
1.98/2.05	c BCD2: #cores=336, #unrelaxed=1064, #relaxed=899, #hardened=0
1.98/2.05	c BCD2: #sat=1 #unsat=449 bias=449/450
1.98/2.05	c Solving starts ...
1.98/2.05	c ============================[ Search Statistics ]============================
1.98/2.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.05	c =============================================================================
1.98/2.05	c  0.0s |       0 |        0 |        0 |     1987      0 |      112 |      473
1.98/2.05	c  0.0s |       0 |      555 |        0 |     1987      0 |      112 |      474
1.98/2.05	c #cpu_time = 0.003s
1.98/2.05	c #wall_clock_time = 0.003s
1.98/2.05	c #decision = 555
1.98/2.05	c #random_decision = 0
1.98/2.05	c #conflict = 0
1.98/2.05	c #restart = 0
1.98/2.05	c BCD2: found a new core of size 2: cost of the new core is >=1
1.98/2.05	c lower bound updated to 449
1.98/2.06	c BCD2: 449 <= obj <= 1962
1.98/2.06	c BCD2: #cores=337, #unrelaxed=1062, #relaxed=901, #hardened=0
1.98/2.06	c BCD2: #sat=1 #unsat=450 bias=450/451
1.98/2.06	c Solving starts ...
1.98/2.06	c ============================[ Search Statistics ]============================
1.98/2.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.06	c =============================================================================
1.98/2.06	c  0.0s |       0 |        0 |        0 |     1987      0 |      112 |      475
1.98/2.06	c  0.0s |       0 |      559 |        0 |     1987      0 |      112 |      475
1.98/2.06	c #cpu_time = 0.004s
1.98/2.06	c #wall_clock_time = 0.004s
1.98/2.06	c #decision = 559
1.98/2.06	c #random_decision = 0
1.98/2.06	c #conflict = 0
1.98/2.06	c #restart = 0
1.98/2.06	c BCD2: found a new core of size 2: cost of the new core is >=1
1.98/2.06	c lower bound updated to 450
1.98/2.06	c BCD2: 450 <= obj <= 1962
1.98/2.06	c BCD2: #cores=338, #unrelaxed=1060, #relaxed=903, #hardened=0
1.98/2.06	c BCD2: #sat=1 #unsat=451 bias=451/452
1.98/2.06	c Solving starts ...
1.98/2.06	c ============================[ Search Statistics ]============================
1.98/2.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.06	c =============================================================================
1.98/2.06	c  0.0s |       0 |        0 |        0 |     1987      0 |      112 |      476
1.98/2.07	c  0.0s |       0 |      562 |        0 |     1987      0 |      112 |      476
1.98/2.07	c #cpu_time = 0.003s
1.98/2.07	c #wall_clock_time = 0.003s
1.98/2.07	c #decision = 562
1.98/2.07	c #random_decision = 0
1.98/2.07	c #conflict = 0
1.98/2.07	c #restart = 0
1.98/2.07	c BCD2: found a new core of size 2: cost of the new core is >=1
1.98/2.07	c lower bound updated to 451
1.98/2.07	c BCD2: 451 <= obj <= 1962
1.98/2.07	c BCD2: #cores=339, #unrelaxed=1058, #relaxed=905, #hardened=0
1.98/2.07	c BCD2: #sat=1 #unsat=452 bias=452/453
1.98/2.07	c Solving starts ...
1.98/2.07	c ============================[ Search Statistics ]============================
1.98/2.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.07	c =============================================================================
1.98/2.07	c  0.0s |       0 |        0 |        0 |     1987      0 |      112 |      477
1.98/2.07	c  0.0s |       0 |      562 |        0 |     1987      0 |      112 |      477
1.98/2.07	c #cpu_time = 0.003s
1.98/2.07	c #wall_clock_time = 0.003s
1.98/2.07	c #decision = 562
1.98/2.07	c #random_decision = 0
1.98/2.07	c #conflict = 0
1.98/2.07	c #restart = 0
1.98/2.07	c BCD2: found a new core of size 2: cost of the new core is >=1
1.98/2.07	c lower bound updated to 452
1.98/2.07	c BCD2: 452 <= obj <= 1962
1.98/2.07	c BCD2: #cores=340, #unrelaxed=1056, #relaxed=907, #hardened=0
1.98/2.07	c BCD2: #sat=1 #unsat=453 bias=453/454
1.98/2.07	c Solving starts ...
1.98/2.07	c ============================[ Search Statistics ]============================
1.98/2.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.07	c =============================================================================
1.98/2.07	c  0.0s |       0 |        0 |        0 |     1987      0 |      112 |      478
1.98/2.08	c  0.0s |       0 |      563 |        0 |     1987      0 |      112 |      478
1.98/2.08	c #cpu_time = 0.003s
1.98/2.08	c #wall_clock_time = 0.003s
1.98/2.08	c #decision = 563
1.98/2.08	c #random_decision = 0
1.98/2.08	c #conflict = 0
1.98/2.08	c #restart = 0
1.98/2.08	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.98/2.08	c lower bound updated to 453
1.98/2.08	c BCD2: 453 <= obj <= 1962
1.98/2.08	c BCD2: #cores=340, #unrelaxed=1054, #relaxed=909, #hardened=0
1.98/2.08	c BCD2: #sat=1 #unsat=454 bias=454/455
1.98/2.08	c Solving starts ...
1.98/2.08	c ============================[ Search Statistics ]============================
1.98/2.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.08	c =============================================================================
1.98/2.08	c  0.0s |       0 |        0 |        0 |     1987      0 |      113 |      478
1.98/2.08	c  0.0s |       0 |      563 |        0 |     1987      0 |      113 |      479
1.98/2.08	c #cpu_time = 0.004s
1.98/2.08	c #wall_clock_time = 0.004s
1.98/2.08	c #decision = 563
1.98/2.08	c #random_decision = 0
1.98/2.08	c #conflict = 0
1.98/2.08	c #restart = 0
1.98/2.08	c BCD2: found a new core of size 2: cost of the new core is >=1
1.98/2.08	c lower bound updated to 454
1.98/2.08	c BCD2: 454 <= obj <= 1962
1.98/2.08	c BCD2: #cores=341, #unrelaxed=1052, #relaxed=911, #hardened=0
1.98/2.08	c BCD2: #sat=1 #unsat=455 bias=455/456
1.98/2.08	c Solving starts ...
1.98/2.08	c ============================[ Search Statistics ]============================
1.98/2.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.08	c =============================================================================
1.98/2.08	c  0.0s |       0 |        0 |        0 |     1987      0 |      113 |      480
1.98/2.09	c  0.0s |       0 |      563 |        0 |     1987      0 |      113 |      480
1.98/2.09	c #cpu_time = 0.003s
1.98/2.09	c #wall_clock_time = 0.003s
1.98/2.09	c #decision = 563
1.98/2.09	c #random_decision = 0
1.98/2.09	c #conflict = 0
1.98/2.09	c #restart = 0
1.98/2.09	c BCD2: found a new core of size 2: cost of the new core is >=1
1.98/2.09	c lower bound updated to 455
1.98/2.09	c BCD2: 455 <= obj <= 1962
1.98/2.09	c BCD2: #cores=342, #unrelaxed=1050, #relaxed=913, #hardened=0
1.98/2.09	c BCD2: #sat=1 #unsat=456 bias=456/457
1.98/2.09	c Solving starts ...
1.98/2.09	c ============================[ Search Statistics ]============================
1.98/2.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.09	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.09	c =============================================================================
1.98/2.09	c  0.0s |       0 |        0 |        0 |     1987      0 |      113 |      481
1.98/2.09	c  0.0s |       0 |      563 |        0 |     1987      0 |      113 |      481
1.98/2.09	c #cpu_time = 0.003s
1.98/2.09	c #wall_clock_time = 0.003s
1.98/2.09	c #decision = 563
1.98/2.09	c #random_decision = 0
1.98/2.09	c #conflict = 0
1.98/2.09	c #restart = 0
1.98/2.09	c BCD2: found a new core of size 2: cost of the new core is >=1
1.98/2.09	c lower bound updated to 456
1.98/2.09	c BCD2: 456 <= obj <= 1962
1.98/2.09	c BCD2: #cores=343, #unrelaxed=1048, #relaxed=915, #hardened=0
1.98/2.09	c BCD2: #sat=1 #unsat=457 bias=457/458
1.98/2.09	c Solving starts ...
1.98/2.09	c ============================[ Search Statistics ]============================
1.98/2.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.98/2.09	c       |         |          |          |    Limit     GC | Var      | Constra 
1.98/2.09	c =============================================================================
1.98/2.09	c  0.0s |       0 |        0 |        0 |     1987      0 |      113 |      482
2.09/2.10	c  0.0s |       0 |      564 |        0 |     1987      0 |      113 |      482
2.09/2.10	c #cpu_time = 0.003s
2.09/2.10	c #wall_clock_time = 0.003s
2.09/2.10	c #decision = 564
2.09/2.10	c #random_decision = 0
2.09/2.10	c #conflict = 0
2.09/2.10	c #restart = 0
2.09/2.10	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.10	c lower bound updated to 457
2.09/2.10	c BCD2: 457 <= obj <= 1962
2.09/2.10	c BCD2: #cores=344, #unrelaxed=1046, #relaxed=917, #hardened=0
2.09/2.10	c BCD2: #sat=1 #unsat=458 bias=458/459
2.09/2.10	c Solving starts ...
2.09/2.10	c ============================[ Search Statistics ]============================
2.09/2.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.10	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.10	c =============================================================================
2.09/2.10	c  0.0s |       0 |        0 |        0 |     1987      0 |      113 |      483
2.09/2.10	c  0.0s |       0 |      566 |        0 |     1987      0 |      113 |      483
2.09/2.10	c #cpu_time = 0.003s
2.09/2.10	c #wall_clock_time = 0.003s
2.09/2.10	c #decision = 566
2.09/2.10	c #random_decision = 0
2.09/2.10	c #conflict = 0
2.09/2.10	c #restart = 0
2.09/2.10	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.10	c lower bound updated to 458
2.09/2.10	c BCD2: 458 <= obj <= 1962
2.09/2.10	c BCD2: #cores=345, #unrelaxed=1044, #relaxed=919, #hardened=0
2.09/2.10	c BCD2: #sat=1 #unsat=459 bias=459/460
2.09/2.11	c Solving starts ...
2.09/2.11	c ============================[ Search Statistics ]============================
2.09/2.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.11	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.11	c =============================================================================
2.09/2.11	c  0.0s |       0 |        0 |        0 |     1987      0 |      113 |      484
2.09/2.11	c  0.0s |       0 |      566 |        0 |     1987      0 |      113 |      484
2.09/2.11	c #cpu_time = 0.003s
2.09/2.11	c #wall_clock_time = 0.003s
2.09/2.11	c #decision = 566
2.09/2.11	c #random_decision = 0
2.09/2.11	c #conflict = 0
2.09/2.11	c #restart = 0
2.09/2.11	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.11	c lower bound updated to 459
2.09/2.11	c BCD2: 459 <= obj <= 1962
2.09/2.11	c BCD2: #cores=346, #unrelaxed=1042, #relaxed=921, #hardened=0
2.09/2.11	c BCD2: #sat=1 #unsat=460 bias=460/461
2.09/2.11	c Solving starts ...
2.09/2.11	c ============================[ Search Statistics ]============================
2.09/2.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.11	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.11	c =============================================================================
2.09/2.11	c  0.0s |       0 |        0 |        0 |     1987      0 |      113 |      485
2.09/2.11	c  0.0s |       0 |      567 |        0 |     1987      0 |      113 |      485
2.09/2.11	c #cpu_time = 0.003s
2.09/2.11	c #wall_clock_time = 0.003s
2.09/2.11	c #decision = 567
2.09/2.11	c #random_decision = 0
2.09/2.11	c #conflict = 0
2.09/2.11	c #restart = 0
2.09/2.11	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.11	c lower bound updated to 460
2.09/2.12	c BCD2: 460 <= obj <= 1962
2.09/2.12	c BCD2: #cores=347, #unrelaxed=1040, #relaxed=923, #hardened=0
2.09/2.12	c BCD2: #sat=1 #unsat=461 bias=461/462
2.09/2.12	c Solving starts ...
2.09/2.12	c ============================[ Search Statistics ]============================
2.09/2.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.12	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.12	c =============================================================================
2.09/2.12	c  0.0s |       0 |        0 |        0 |     1987      0 |      113 |      486
2.09/2.12	c  0.0s |       0 |      567 |        0 |     1987      0 |      113 |      486
2.09/2.12	c #cpu_time = 0.003s
2.09/2.12	c #wall_clock_time = 0.003s
2.09/2.12	c #decision = 567
2.09/2.12	c #random_decision = 0
2.09/2.12	c #conflict = 0
2.09/2.12	c #restart = 0
2.09/2.12	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.09/2.12	c lower bound updated to 461
2.09/2.12	c BCD2: 461 <= obj <= 1962
2.09/2.12	c BCD2: #cores=346, #unrelaxed=1038, #relaxed=925, #hardened=0
2.09/2.12	c BCD2: #sat=1 #unsat=462 bias=462/463
2.09/2.12	c Solving starts ...
2.09/2.12	c ============================[ Search Statistics ]============================
2.09/2.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.12	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.12	c =============================================================================
2.09/2.12	c  0.0s |       0 |        0 |        0 |     1987      0 |      115 |      486
2.09/2.13	c  0.0s |       0 |      567 |        0 |     1987      0 |      115 |      488
2.09/2.13	c #cpu_time = 0.004s
2.09/2.13	c #wall_clock_time = 0.004s
2.09/2.13	c #decision = 567
2.09/2.13	c #random_decision = 0
2.09/2.13	c #conflict = 0
2.09/2.13	c #restart = 0
2.09/2.13	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.13	c lower bound updated to 462
2.09/2.13	c BCD2: 462 <= obj <= 1962
2.09/2.13	c BCD2: #cores=347, #unrelaxed=1036, #relaxed=927, #hardened=0
2.09/2.13	c BCD2: #sat=1 #unsat=463 bias=463/464
2.09/2.13	c Solving starts ...
2.09/2.13	c ============================[ Search Statistics ]============================
2.09/2.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.13	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.13	c =============================================================================
2.09/2.13	c  0.0s |       0 |        0 |        0 |     1987      0 |      115 |      489
2.09/2.13	c  0.0s |       0 |      567 |        0 |     1987      0 |      115 |      489
2.09/2.13	c #cpu_time = 0.003s
2.09/2.13	c #wall_clock_time = 0.003s
2.09/2.13	c #decision = 567
2.09/2.13	c #random_decision = 0
2.09/2.13	c #conflict = 0
2.09/2.13	c #restart = 0
2.09/2.13	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.09/2.13	c lower bound updated to 463
2.09/2.13	c BCD2: 463 <= obj <= 1962
2.09/2.13	c BCD2: #cores=347, #unrelaxed=1034, #relaxed=929, #hardened=0
2.09/2.13	c BCD2: #sat=1 #unsat=464 bias=464/465
2.09/2.13	c Solving starts ...
2.09/2.13	c ============================[ Search Statistics ]============================
2.09/2.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.13	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.13	c =============================================================================
2.09/2.13	c  0.0s |       0 |        0 |        0 |     1987      0 |      116 |      489
2.09/2.14	c  0.0s |       0 |      566 |        0 |     1987      0 |      116 |      490
2.09/2.14	c #cpu_time = 0.004s
2.09/2.14	c #wall_clock_time = 0.004s
2.09/2.14	c #decision = 566
2.09/2.14	c #random_decision = 0
2.09/2.14	c #conflict = 0
2.09/2.14	c #restart = 0
2.09/2.14	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.09/2.14	c lower bound updated to 464
2.09/2.14	c BCD2: 464 <= obj <= 1962
2.09/2.14	c BCD2: #cores=346, #unrelaxed=1032, #relaxed=931, #hardened=0
2.09/2.14	c BCD2: #sat=1 #unsat=465 bias=465/466
2.09/2.14	c Solving starts ...
2.09/2.14	c ============================[ Search Statistics ]============================
2.09/2.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.14	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.14	c =============================================================================
2.09/2.14	c  0.0s |       0 |        0 |        0 |     1987      0 |      118 |      490
2.09/2.14	c  0.0s |       0 |      564 |        0 |     1987      0 |      118 |      492
2.09/2.14	c #cpu_time = 0.003s
2.09/2.14	c #wall_clock_time = 0.003s
2.09/2.14	c #decision = 564
2.09/2.14	c #random_decision = 0
2.09/2.14	c #conflict = 0
2.09/2.14	c #restart = 0
2.09/2.14	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.14	c lower bound updated to 465
2.09/2.14	c BCD2: 465 <= obj <= 1962
2.09/2.14	c BCD2: #cores=347, #unrelaxed=1030, #relaxed=933, #hardened=0
2.09/2.14	c BCD2: #sat=1 #unsat=466 bias=466/467
2.09/2.14	c Solving starts ...
2.09/2.14	c ============================[ Search Statistics ]============================
2.09/2.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.14	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.14	c =============================================================================
2.09/2.14	c  0.0s |       0 |        0 |        0 |     1987      0 |      118 |      493
2.09/2.15	c  0.0s |       0 |      564 |        0 |     1987      0 |      118 |      493
2.09/2.15	c #cpu_time = 0.004s
2.09/2.15	c #wall_clock_time = 0.004s
2.09/2.15	c #decision = 564
2.09/2.15	c #random_decision = 0
2.09/2.15	c #conflict = 0
2.09/2.15	c #restart = 0
2.09/2.15	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.15	c lower bound updated to 466
2.09/2.15	c BCD2: 466 <= obj <= 1962
2.09/2.15	c BCD2: #cores=348, #unrelaxed=1028, #relaxed=935, #hardened=0
2.09/2.15	c BCD2: #sat=1 #unsat=467 bias=467/468
2.09/2.15	c Solving starts ...
2.09/2.15	c ============================[ Search Statistics ]============================
2.09/2.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.15	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.15	c =============================================================================
2.09/2.15	c  0.0s |       0 |        0 |        0 |     1987      0 |      118 |      494
2.09/2.15	c  0.0s |       0 |      565 |        0 |     1987      0 |      118 |      494
2.09/2.15	c #cpu_time = 0.003s
2.09/2.15	c #wall_clock_time = 0.003s
2.09/2.15	c #decision = 565
2.09/2.15	c #random_decision = 0
2.09/2.15	c #conflict = 0
2.09/2.15	c #restart = 0
2.09/2.15	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.15	c lower bound updated to 467
2.09/2.15	c BCD2: 467 <= obj <= 1962
2.09/2.15	c BCD2: #cores=349, #unrelaxed=1026, #relaxed=937, #hardened=0
2.09/2.15	c BCD2: #sat=1 #unsat=468 bias=468/469
2.09/2.15	c Solving starts ...
2.09/2.15	c ============================[ Search Statistics ]============================
2.09/2.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.15	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.15	c =============================================================================
2.09/2.15	c  0.0s |       0 |        0 |        0 |     1987      0 |      118 |      495
2.09/2.16	c  0.0s |       0 |      566 |        0 |     1987      0 |      118 |      495
2.09/2.16	c #cpu_time = 0.003s
2.09/2.16	c #wall_clock_time = 0.004s
2.09/2.16	c #decision = 566
2.09/2.16	c #random_decision = 0
2.09/2.16	c #conflict = 0
2.09/2.16	c #restart = 0
2.09/2.16	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.16	c lower bound updated to 468
2.09/2.16	c BCD2: 468 <= obj <= 1962
2.09/2.16	c BCD2: #cores=350, #unrelaxed=1024, #relaxed=939, #hardened=0
2.09/2.16	c BCD2: #sat=1 #unsat=469 bias=469/470
2.09/2.16	c Solving starts ...
2.09/2.16	c ============================[ Search Statistics ]============================
2.09/2.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.16	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.16	c =============================================================================
2.09/2.16	c  0.0s |       0 |        0 |        0 |     1987      0 |      118 |      496
2.09/2.16	c  0.0s |       0 |      568 |        0 |     1987      0 |      118 |      496
2.09/2.16	c #cpu_time = 0.003s
2.09/2.16	c #wall_clock_time = 0.003s
2.09/2.16	c #decision = 568
2.09/2.16	c #random_decision = 0
2.09/2.16	c #conflict = 0
2.09/2.16	c #restart = 0
2.09/2.16	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
2.09/2.16	c lower bound updated to 469
2.09/2.16	c BCD2: 469 <= obj <= 1962
2.09/2.16	c BCD2: #cores=348, #unrelaxed=1022, #relaxed=941, #hardened=0
2.09/2.16	c BCD2: #sat=1 #unsat=470 bias=470/471
2.09/2.16	c Solving starts ...
2.09/2.16	c ============================[ Search Statistics ]============================
2.09/2.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.16	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.16	c =============================================================================
2.09/2.16	c  0.0s |       0 |        0 |        0 |     1987      0 |      121 |      496
2.09/2.17	c  0.0s |       0 |      566 |        0 |     1987      0 |      121 |      499
2.09/2.17	c #cpu_time = 0.004s
2.09/2.17	c #wall_clock_time = 0.004s
2.09/2.17	c #decision = 566
2.09/2.17	c #random_decision = 0
2.09/2.17	c #conflict = 0
2.09/2.17	c #restart = 0
2.09/2.17	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.09/2.17	c lower bound updated to 470
2.09/2.17	c BCD2: 470 <= obj <= 1962
2.09/2.17	c BCD2: #cores=348, #unrelaxed=1020, #relaxed=943, #hardened=0
2.09/2.17	c BCD2: #sat=1 #unsat=471 bias=471/472
2.09/2.17	c Solving starts ...
2.09/2.17	c ============================[ Search Statistics ]============================
2.09/2.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.17	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.17	c =============================================================================
2.09/2.17	c  0.0s |       0 |        0 |        0 |     1987      0 |      122 |      499
2.09/2.17	c  0.0s |       0 |      566 |        0 |     1987      0 |      122 |      500
2.09/2.17	c #cpu_time = 0.003s
2.09/2.17	c #wall_clock_time = 0.003s
2.09/2.17	c #decision = 566
2.09/2.17	c #random_decision = 0
2.09/2.17	c #conflict = 0
2.09/2.17	c #restart = 0
2.09/2.17	c BCD2: relaxing 4 and merging with 5 cores into a new core of size 16: cost of the new core is >=7
2.09/2.17	c lower bound updated to 471
2.09/2.18	c BCD2: 471 <= obj <= 1962
2.09/2.18	c BCD2: #cores=344, #unrelaxed=1016, #relaxed=947, #hardened=0
2.09/2.18	c BCD2: #sat=1 #unsat=472 bias=472/473
2.09/2.18	c Solving starts ...
2.09/2.18	c ============================[ Search Statistics ]============================
2.09/2.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.18	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.18	c =============================================================================
2.09/2.18	c  0.0s |       0 |        0 |        0 |     1987      0 |      127 |      500
2.09/2.18	c  0.0s |       0 |      562 |        0 |     1987      0 |      127 |      505
2.09/2.18	c #cpu_time = 0.004s
2.09/2.18	c #wall_clock_time = 0.004s
2.09/2.18	c #decision = 562
2.09/2.18	c #random_decision = 0
2.09/2.18	c #conflict = 0
2.09/2.18	c #restart = 0
2.09/2.18	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.09/2.18	c lower bound updated to 472
2.09/2.18	c BCD2: 472 <= obj <= 1962
2.09/2.18	c BCD2: #cores=343, #unrelaxed=1014, #relaxed=949, #hardened=0
2.09/2.18	c BCD2: #sat=1 #unsat=473 bias=473/474
2.09/2.18	c Solving starts ...
2.09/2.18	c ============================[ Search Statistics ]============================
2.09/2.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.18	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.18	c =============================================================================
2.09/2.18	c  0.0s |       0 |        0 |        0 |     1987      0 |      129 |      505
2.09/2.19	c  0.0s |       0 |      560 |        0 |     1987      0 |      129 |      507
2.09/2.19	c #cpu_time = 0.003s
2.09/2.19	c #wall_clock_time = 0.003s
2.09/2.19	c #decision = 560
2.09/2.19	c #random_decision = 0
2.09/2.19	c #conflict = 0
2.09/2.19	c #restart = 0
2.09/2.19	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.19	c lower bound updated to 473
2.09/2.19	c BCD2: 473 <= obj <= 1962
2.09/2.19	c BCD2: #cores=344, #unrelaxed=1012, #relaxed=951, #hardened=0
2.09/2.19	c BCD2: #sat=1 #unsat=474 bias=474/475
2.09/2.19	c Solving starts ...
2.09/2.19	c ============================[ Search Statistics ]============================
2.09/2.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.19	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.19	c =============================================================================
2.09/2.19	c  0.0s |       0 |        0 |        0 |     1987      0 |      129 |      508
2.09/2.19	c  0.0s |       0 |      561 |        0 |     1987      0 |      129 |      508
2.09/2.19	c #cpu_time = 0.004s
2.09/2.19	c #wall_clock_time = 0.004s
2.09/2.19	c #decision = 561
2.09/2.19	c #random_decision = 0
2.09/2.19	c #conflict = 0
2.09/2.19	c #restart = 0
2.09/2.19	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.19	c lower bound updated to 474
2.09/2.19	c BCD2: 474 <= obj <= 1962
2.09/2.19	c BCD2: #cores=345, #unrelaxed=1010, #relaxed=953, #hardened=0
2.09/2.19	c BCD2: #sat=1 #unsat=475 bias=475/476
2.09/2.19	c Solving starts ...
2.09/2.19	c ============================[ Search Statistics ]============================
2.09/2.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.19	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.19	c =============================================================================
2.09/2.19	c  0.0s |       0 |        0 |        0 |     1987      0 |      129 |      509
2.09/2.20	c  0.0s |       0 |      561 |        0 |     1987      0 |      129 |      509
2.09/2.20	c #cpu_time = 0.003s
2.09/2.20	c #wall_clock_time = 0.003s
2.09/2.20	c #decision = 561
2.09/2.20	c #random_decision = 0
2.09/2.20	c #conflict = 0
2.09/2.20	c #restart = 0
2.09/2.20	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.20	c lower bound updated to 475
2.09/2.20	c BCD2: 475 <= obj <= 1962
2.09/2.20	c BCD2: #cores=346, #unrelaxed=1008, #relaxed=955, #hardened=0
2.09/2.20	c BCD2: #sat=1 #unsat=476 bias=476/477
2.09/2.20	c Solving starts ...
2.09/2.20	c ============================[ Search Statistics ]============================
2.09/2.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.20	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.20	c =============================================================================
2.09/2.20	c  0.0s |       0 |        0 |        0 |     1987      0 |      129 |      510
2.09/2.20	c  0.0s |       0 |      562 |        0 |     1987      0 |      129 |      510
2.09/2.20	c #cpu_time = 0.004s
2.09/2.20	c #wall_clock_time = 0.004s
2.09/2.20	c #decision = 562
2.09/2.20	c #random_decision = 0
2.09/2.20	c #conflict = 0
2.09/2.20	c #restart = 0
2.09/2.20	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.20	c lower bound updated to 476
2.09/2.20	c BCD2: 476 <= obj <= 1962
2.09/2.20	c BCD2: #cores=347, #unrelaxed=1006, #relaxed=957, #hardened=0
2.09/2.20	c BCD2: #sat=1 #unsat=477 bias=477/478
2.09/2.20	c Solving starts ...
2.09/2.20	c ============================[ Search Statistics ]============================
2.09/2.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.20	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.20	c =============================================================================
2.09/2.20	c  0.0s |       0 |        0 |        0 |     1987      0 |      129 |      511
2.20/2.21	c  0.0s |       0 |      563 |        0 |     1987      0 |      129 |      511
2.20/2.21	c #cpu_time = 0.003s
2.20/2.21	c #wall_clock_time = 0.003s
2.20/2.21	c #decision = 563
2.20/2.21	c #random_decision = 0
2.20/2.21	c #conflict = 0
2.20/2.21	c #restart = 0
2.20/2.21	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.21	c lower bound updated to 477
2.20/2.21	c BCD2: 477 <= obj <= 1962
2.20/2.21	c BCD2: #cores=348, #unrelaxed=1004, #relaxed=959, #hardened=0
2.20/2.21	c BCD2: #sat=1 #unsat=478 bias=478/479
2.20/2.21	c Solving starts ...
2.20/2.21	c ============================[ Search Statistics ]============================
2.20/2.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.21	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.21	c =============================================================================
2.20/2.21	c  0.0s |       0 |        0 |        0 |     1987      0 |      129 |      512
2.20/2.21	c  0.0s |       0 |      563 |        0 |     1987      0 |      129 |      512
2.20/2.21	c #cpu_time = 0.003s
2.20/2.21	c #wall_clock_time = 0.003s
2.20/2.21	c #decision = 563
2.20/2.21	c #random_decision = 0
2.20/2.21	c #conflict = 0
2.20/2.21	c #restart = 0
2.20/2.21	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.21	c lower bound updated to 478
2.20/2.21	c BCD2: 478 <= obj <= 1962
2.20/2.21	c BCD2: #cores=349, #unrelaxed=1002, #relaxed=961, #hardened=0
2.20/2.21	c BCD2: #sat=1 #unsat=479 bias=479/480
2.20/2.22	c Solving starts ...
2.20/2.22	c ============================[ Search Statistics ]============================
2.20/2.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.22	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.22	c =============================================================================
2.20/2.22	c  0.0s |       0 |        0 |        0 |     1987      0 |      129 |      513
2.20/2.22	c  0.0s |       0 |      563 |        0 |     1987      0 |      129 |      513
2.20/2.22	c #cpu_time = 0.003s
2.20/2.22	c #wall_clock_time = 0.003s
2.20/2.22	c #decision = 563
2.20/2.22	c #random_decision = 0
2.20/2.22	c #conflict = 0
2.20/2.22	c #restart = 0
2.20/2.22	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.22	c lower bound updated to 479
2.20/2.22	c BCD2: 479 <= obj <= 1962
2.20/2.22	c BCD2: #cores=350, #unrelaxed=1000, #relaxed=963, #hardened=0
2.20/2.22	c BCD2: #sat=1 #unsat=480 bias=480/481
2.20/2.22	c Solving starts ...
2.20/2.22	c ============================[ Search Statistics ]============================
2.20/2.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.22	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.22	c =============================================================================
2.20/2.22	c  0.0s |       0 |        0 |        0 |     1987      0 |      129 |      514
2.20/2.22	c  0.0s |       0 |      565 |        0 |     1987      0 |      129 |      514
2.20/2.22	c #cpu_time = 0.003s
2.20/2.22	c #wall_clock_time = 0.003s
2.20/2.22	c #decision = 565
2.20/2.22	c #random_decision = 0
2.20/2.22	c #conflict = 0
2.20/2.22	c #restart = 0
2.20/2.22	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.20/2.22	c lower bound updated to 480
2.20/2.23	c BCD2: 480 <= obj <= 1962
2.20/2.23	c BCD2: #cores=349, #unrelaxed=998, #relaxed=965, #hardened=0
2.20/2.23	c BCD2: #sat=1 #unsat=481 bias=481/482
2.20/2.23	c Solving starts ...
2.20/2.23	c ============================[ Search Statistics ]============================
2.20/2.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.23	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.23	c =============================================================================
2.20/2.23	c  0.0s |       0 |        0 |        0 |     1987      0 |      131 |      514
2.20/2.23	c  0.0s |       0 |      564 |        0 |     1987      0 |      131 |      516
2.20/2.23	c #cpu_time = 0.003s
2.20/2.23	c #wall_clock_time = 0.003s
2.20/2.23	c #decision = 564
2.20/2.23	c #random_decision = 0
2.20/2.23	c #conflict = 0
2.20/2.23	c #restart = 0
2.20/2.23	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.20/2.23	c lower bound updated to 481
2.20/2.23	c BCD2: 481 <= obj <= 1962
2.20/2.23	c BCD2: #cores=349, #unrelaxed=996, #relaxed=967, #hardened=0
2.20/2.23	c BCD2: #sat=1 #unsat=482 bias=482/483
2.20/2.23	c Solving starts ...
2.20/2.23	c ============================[ Search Statistics ]============================
2.20/2.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.23	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.23	c =============================================================================
2.20/2.23	c  0.0s |       0 |        0 |        0 |     1987      0 |      132 |      516
2.20/2.24	c  0.0s |       0 |      564 |        0 |     1987      0 |      132 |      517
2.20/2.24	c #cpu_time = 0.004s
2.20/2.24	c #wall_clock_time = 0.004s
2.20/2.24	c #decision = 564
2.20/2.24	c #random_decision = 0
2.20/2.24	c #conflict = 0
2.20/2.24	c #restart = 0
2.20/2.24	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.24	c lower bound updated to 482
2.20/2.24	c BCD2: 482 <= obj <= 1962
2.20/2.24	c BCD2: #cores=350, #unrelaxed=994, #relaxed=969, #hardened=0
2.20/2.24	c BCD2: #sat=1 #unsat=483 bias=483/484
2.20/2.24	c Solving starts ...
2.20/2.24	c ============================[ Search Statistics ]============================
2.20/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.24	c =============================================================================
2.20/2.24	c  0.0s |       0 |        0 |        0 |     1987      0 |      132 |      518
2.20/2.24	c  0.0s |       0 |      564 |        0 |     1987      0 |      132 |      518
2.20/2.24	c #cpu_time = 0.003s
2.20/2.24	c #wall_clock_time = 0.003s
2.20/2.24	c #decision = 564
2.20/2.24	c #random_decision = 0
2.20/2.24	c #conflict = 0
2.20/2.24	c #restart = 0
2.20/2.24	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.20/2.24	c lower bound updated to 483
2.20/2.24	c BCD2: 483 <= obj <= 1962
2.20/2.24	c BCD2: #cores=350, #unrelaxed=992, #relaxed=971, #hardened=0
2.20/2.24	c BCD2: #sat=1 #unsat=484 bias=484/485
2.20/2.24	c Solving starts ...
2.20/2.24	c ============================[ Search Statistics ]============================
2.20/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.24	c =============================================================================
2.20/2.24	c  0.0s |       0 |        0 |        0 |     1987      0 |      133 |      518
2.20/2.25	c  0.0s |       0 |      563 |        0 |     1987      0 |      133 |      519
2.20/2.25	c #cpu_time = 0.004s
2.20/2.25	c #wall_clock_time = 0.004s
2.20/2.25	c #decision = 563
2.20/2.25	c #random_decision = 0
2.20/2.25	c #conflict = 0
2.20/2.25	c #restart = 0
2.20/2.25	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.25	c lower bound updated to 484
2.20/2.25	c BCD2: 484 <= obj <= 1962
2.20/2.25	c BCD2: #cores=351, #unrelaxed=990, #relaxed=973, #hardened=0
2.20/2.25	c BCD2: #sat=1 #unsat=485 bias=485/486
2.20/2.25	c Solving starts ...
2.20/2.25	c ============================[ Search Statistics ]============================
2.20/2.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.25	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.25	c =============================================================================
2.20/2.25	c  0.0s |       0 |        0 |        0 |     1987      0 |      133 |      520
2.20/2.25	c  0.0s |       0 |      565 |        0 |     1987      0 |      133 |      520
2.20/2.25	c #cpu_time = 0.003s
2.20/2.25	c #wall_clock_time = 0.003s
2.20/2.25	c #decision = 565
2.20/2.25	c #random_decision = 0
2.20/2.25	c #conflict = 0
2.20/2.25	c #restart = 0
2.20/2.25	c BCD2: relaxing 2 and merging with 5 cores into a new core of size 12: cost of the new core is >=6
2.20/2.25	c lower bound updated to 485
2.20/2.25	c BCD2: 485 <= obj <= 1962
2.20/2.25	c BCD2: #cores=347, #unrelaxed=988, #relaxed=975, #hardened=0
2.20/2.25	c BCD2: #sat=1 #unsat=486 bias=486/487
2.20/2.25	c Solving starts ...
2.20/2.25	c ============================[ Search Statistics ]============================
2.20/2.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.25	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.25	c =============================================================================
2.20/2.25	c  0.0s |       0 |        0 |        0 |     1987      0 |      138 |      520
2.20/2.26	c  0.0s |       0 |      560 |        0 |     1987      0 |      138 |      525
2.20/2.26	c #cpu_time = 0.004s
2.20/2.26	c #wall_clock_time = 0.004s
2.20/2.26	c #decision = 560
2.20/2.26	c #random_decision = 0
2.20/2.26	c #conflict = 0
2.20/2.26	c #restart = 0
2.20/2.26	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.26	c lower bound updated to 486
2.20/2.26	c BCD2: 486 <= obj <= 1962
2.20/2.26	c BCD2: #cores=348, #unrelaxed=986, #relaxed=977, #hardened=0
2.20/2.26	c BCD2: #sat=1 #unsat=487 bias=487/488
2.20/2.26	c Solving starts ...
2.20/2.26	c ============================[ Search Statistics ]============================
2.20/2.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.26	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.26	c =============================================================================
2.20/2.26	c  0.0s |       0 |        0 |        0 |     1987      0 |      138 |      526
2.20/2.26	c  0.0s |       0 |      561 |        0 |     1987      0 |      138 |      526
2.20/2.26	c #cpu_time = 0.003s
2.20/2.26	c #wall_clock_time = 0.003s
2.20/2.26	c #decision = 561
2.20/2.26	c #random_decision = 0
2.20/2.26	c #conflict = 0
2.20/2.26	c #restart = 0
2.20/2.26	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.26	c lower bound updated to 487
2.20/2.26	c BCD2: 487 <= obj <= 1962
2.20/2.26	c BCD2: #cores=349, #unrelaxed=984, #relaxed=979, #hardened=0
2.20/2.26	c BCD2: #sat=1 #unsat=488 bias=488/489
2.20/2.26	c Solving starts ...
2.20/2.26	c ============================[ Search Statistics ]============================
2.20/2.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.26	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.26	c =============================================================================
2.20/2.26	c  0.0s |       0 |        0 |        0 |     1987      0 |      138 |      527
2.20/2.27	c  0.0s |       0 |      561 |        0 |     1987      0 |      138 |      527
2.20/2.27	c #cpu_time = 0.003s
2.20/2.27	c #wall_clock_time = 0.003s
2.20/2.27	c #decision = 561
2.20/2.27	c #random_decision = 0
2.20/2.27	c #conflict = 0
2.20/2.27	c #restart = 0
2.20/2.27	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.27	c lower bound updated to 488
2.20/2.27	c BCD2: 488 <= obj <= 1962
2.20/2.27	c BCD2: #cores=350, #unrelaxed=982, #relaxed=981, #hardened=0
2.20/2.27	c BCD2: #sat=1 #unsat=489 bias=489/490
2.20/2.27	c Solving starts ...
2.20/2.27	c ============================[ Search Statistics ]============================
2.20/2.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.27	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.27	c =============================================================================
2.20/2.27	c  0.0s |       0 |        0 |        0 |     1987      0 |      138 |      528
2.20/2.27	c  0.0s |       0 |      563 |        0 |     1987      0 |      138 |      528
2.20/2.27	c #cpu_time = 0.003s
2.20/2.27	c #wall_clock_time = 0.003s
2.20/2.27	c #decision = 563
2.20/2.27	c #random_decision = 0
2.20/2.27	c #conflict = 0
2.20/2.27	c #restart = 0
2.20/2.27	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.27	c lower bound updated to 489
2.20/2.27	c BCD2: 489 <= obj <= 1962
2.20/2.27	c BCD2: #cores=351, #unrelaxed=980, #relaxed=983, #hardened=0
2.20/2.27	c BCD2: #sat=1 #unsat=490 bias=490/491
2.20/2.28	c Solving starts ...
2.20/2.28	c ============================[ Search Statistics ]============================
2.20/2.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.28	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.28	c =============================================================================
2.20/2.28	c  0.0s |       0 |        0 |        0 |     1987      0 |      138 |      529
2.20/2.28	c  0.0s |       0 |      565 |        0 |     1987      0 |      138 |      529
2.20/2.28	c #cpu_time = 0.003s
2.20/2.28	c #wall_clock_time = 0.003s
2.20/2.28	c #decision = 565
2.20/2.28	c #random_decision = 0
2.20/2.28	c #conflict = 0
2.20/2.28	c #restart = 0
2.20/2.28	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.28	c lower bound updated to 490
2.20/2.28	c BCD2: 490 <= obj <= 1962
2.20/2.28	c BCD2: #cores=352, #unrelaxed=978, #relaxed=985, #hardened=0
2.20/2.28	c BCD2: #sat=1 #unsat=491 bias=491/492
2.20/2.28	c Solving starts ...
2.20/2.28	c ============================[ Search Statistics ]============================
2.20/2.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.28	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.28	c =============================================================================
2.20/2.28	c  0.0s |       0 |        0 |        0 |     1987      0 |      138 |      530
2.20/2.28	c  0.0s |       0 |      565 |        0 |     1987      0 |      138 |      530
2.20/2.28	c #cpu_time = 0.003s
2.20/2.28	c #wall_clock_time = 0.003s
2.20/2.28	c #decision = 565
2.20/2.28	c #random_decision = 0
2.20/2.28	c #conflict = 0
2.20/2.28	c #restart = 0
2.20/2.28	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.20/2.28	c lower bound updated to 491
2.20/2.28	c BCD2: 491 <= obj <= 1962
2.20/2.29	c BCD2: #cores=352, #unrelaxed=976, #relaxed=987, #hardened=0
2.20/2.29	c BCD2: #sat=1 #unsat=492 bias=492/493
2.20/2.29	c Solving starts ...
2.20/2.29	c ============================[ Search Statistics ]============================
2.20/2.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.29	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.29	c =============================================================================
2.20/2.29	c  0.0s |       0 |        0 |        0 |     1987      0 |      139 |      530
2.20/2.29	c  0.0s |       0 |      564 |        0 |     1987      0 |      139 |      531
2.20/2.29	c #cpu_time = 0.004s
2.20/2.29	c #wall_clock_time = 0.004s
2.20/2.29	c #decision = 564
2.20/2.29	c #random_decision = 0
2.20/2.29	c #conflict = 0
2.20/2.29	c #restart = 0
2.20/2.29	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.29	c lower bound updated to 492
2.20/2.29	c BCD2: 492 <= obj <= 1962
2.20/2.29	c BCD2: #cores=353, #unrelaxed=974, #relaxed=989, #hardened=0
2.20/2.29	c BCD2: #sat=1 #unsat=493 bias=493/494
2.20/2.29	c Solving starts ...
2.20/2.29	c ============================[ Search Statistics ]============================
2.20/2.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.29	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.29	c =============================================================================
2.20/2.29	c  0.0s |       0 |        0 |        0 |     1987      0 |      139 |      532
2.20/2.29	c  0.0s |       0 |      564 |        0 |     1987      0 |      139 |      532
2.20/2.29	c #cpu_time = 0.003s
2.20/2.29	c #wall_clock_time = 0.003s
2.20/2.29	c #decision = 564
2.20/2.29	c #random_decision = 0
2.20/2.29	c #conflict = 0
2.20/2.29	c #restart = 0
2.20/2.30	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.30	c lower bound updated to 493
2.20/2.30	c BCD2: 493 <= obj <= 1962
2.20/2.30	c BCD2: #cores=354, #unrelaxed=972, #relaxed=991, #hardened=0
2.20/2.30	c BCD2: #sat=1 #unsat=494 bias=494/495
2.20/2.30	c Solving starts ...
2.20/2.30	c ============================[ Search Statistics ]============================
2.20/2.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.30	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.30	c =============================================================================
2.20/2.30	c  0.0s |       0 |        0 |        0 |     1987      0 |      139 |      533
2.20/2.30	c  0.0s |       0 |      565 |        0 |     1987      0 |      139 |      533
2.20/2.30	c #cpu_time = 0.003s
2.20/2.30	c #wall_clock_time = 0.003s
2.20/2.30	c #decision = 565
2.20/2.30	c #random_decision = 0
2.20/2.30	c #conflict = 0
2.20/2.30	c #restart = 0
2.20/2.30	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=4
2.20/2.30	c lower bound updated to 494
2.20/2.30	c BCD2: 494 <= obj <= 1962
2.20/2.30	c BCD2: #cores=353, #unrelaxed=968, #relaxed=995, #hardened=0
2.20/2.30	c BCD2: #sat=1 #unsat=495 bias=495/496
2.20/2.30	c Solving starts ...
2.20/2.30	c ============================[ Search Statistics ]============================
2.20/2.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.30	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.30	c =============================================================================
2.20/2.30	c  0.0s |       0 |        0 |        0 |     1987      0 |      141 |      533
2.20/2.31	c  0.0s |       0 |      561 |        0 |     1987      0 |      141 |      535
2.20/2.31	c #cpu_time = 0.003s
2.20/2.31	c #wall_clock_time = 0.003s
2.20/2.31	c #decision = 561
2.20/2.31	c #random_decision = 0
2.20/2.31	c #conflict = 0
2.20/2.31	c #restart = 0
2.20/2.31	c BCD2: found a new core of size 2: cost of the new core is >=1
2.20/2.31	c lower bound updated to 495
2.30/2.31	c BCD2: 495 <= obj <= 1962
2.30/2.31	c BCD2: #cores=354, #unrelaxed=966, #relaxed=997, #hardened=0
2.30/2.31	c BCD2: #sat=1 #unsat=496 bias=496/497
2.30/2.31	c Solving starts ...
2.30/2.31	c ============================[ Search Statistics ]============================
2.30/2.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.31	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.31	c =============================================================================
2.30/2.31	c  0.0s |       0 |        0 |        0 |     1987      0 |      141 |      536
2.30/2.31	c  0.0s |       0 |      561 |        0 |     1987      0 |      141 |      536
2.30/2.31	c #cpu_time = 0.003s
2.30/2.31	c #wall_clock_time = 0.003s
2.30/2.31	c #decision = 561
2.30/2.31	c #random_decision = 0
2.30/2.31	c #conflict = 0
2.30/2.31	c #restart = 0
2.30/2.31	c BCD2: found a new core of size 2: cost of the new core is >=1
2.30/2.31	c lower bound updated to 496
2.30/2.31	c BCD2: 496 <= obj <= 1962
2.30/2.31	c BCD2: #cores=355, #unrelaxed=964, #relaxed=999, #hardened=0
2.30/2.31	c BCD2: #sat=1 #unsat=497 bias=497/498
2.30/2.31	c Solving starts ...
2.30/2.31	c ============================[ Search Statistics ]============================
2.30/2.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.31	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.31	c =============================================================================
2.30/2.31	c  0.0s |       0 |        0 |        0 |     1987      0 |      141 |      537
2.30/2.32	c  0.0s |       0 |      562 |        0 |     1987      0 |      141 |      537
2.30/2.32	c #cpu_time = 0.003s
2.30/2.32	c #wall_clock_time = 0.003s
2.30/2.32	c #decision = 562
2.30/2.32	c #random_decision = 0
2.30/2.32	c #conflict = 0
2.30/2.32	c #restart = 0
2.30/2.32	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.30/2.32	c lower bound updated to 497
2.30/2.32	c BCD2: 497 <= obj <= 1962
2.30/2.32	c BCD2: #cores=355, #unrelaxed=962, #relaxed=1001, #hardened=0
2.30/2.32	c BCD2: #sat=1 #unsat=498 bias=498/499
2.30/2.32	c Solving starts ...
2.30/2.32	c ============================[ Search Statistics ]============================
2.30/2.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.32	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.32	c =============================================================================
2.30/2.32	c  0.0s |       0 |        0 |        0 |     1987      0 |      142 |      537
2.30/2.32	c  0.0s |       0 |      561 |        0 |     1987      0 |      142 |      538
2.30/2.32	c #cpu_time = 0.004s
2.30/2.32	c #wall_clock_time = 0.004s
2.30/2.32	c #decision = 561
2.30/2.32	c #random_decision = 0
2.30/2.32	c #conflict = 0
2.30/2.32	c #restart = 0
2.30/2.32	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.30/2.32	c lower bound updated to 498
2.30/2.32	c BCD2: 498 <= obj <= 1962
2.30/2.32	c BCD2: #cores=355, #unrelaxed=960, #relaxed=1003, #hardened=0
2.30/2.32	c BCD2: #sat=1 #unsat=499 bias=499/500
2.30/2.32	c Solving starts ...
2.30/2.32	c ============================[ Search Statistics ]============================
2.30/2.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.32	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.32	c =============================================================================
2.30/2.32	c  0.0s |       0 |        0 |        0 |     1987      0 |      143 |      538
2.30/2.33	c  0.0s |       0 |      560 |        0 |     1987      0 |      143 |      539
2.30/2.33	c #cpu_time = 0.003s
2.30/2.33	c #wall_clock_time = 0.003s
2.30/2.33	c #decision = 560
2.30/2.33	c #random_decision = 0
2.30/2.33	c #conflict = 0
2.30/2.33	c #restart = 0
2.30/2.33	c BCD2: found a new core of size 2: cost of the new core is >=1
2.30/2.33	c lower bound updated to 499
2.30/2.33	c BCD2: 499 <= obj <= 1962
2.30/2.33	c BCD2: #cores=356, #unrelaxed=958, #relaxed=1005, #hardened=0
2.30/2.33	c BCD2: #sat=1 #unsat=500 bias=500/501
2.30/2.33	c Solving starts ...
2.30/2.33	c ============================[ Search Statistics ]============================
2.30/2.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.33	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.33	c =============================================================================
2.30/2.33	c  0.0s |       0 |        0 |        0 |     1987      0 |      143 |      540
2.30/2.33	c  0.0s |       0 |      560 |        0 |     1987      0 |      143 |      540
2.30/2.33	c #cpu_time = 0.003s
2.30/2.33	c #wall_clock_time = 0.003s
2.30/2.33	c #decision = 560
2.30/2.33	c #random_decision = 0
2.30/2.33	c #conflict = 0
2.30/2.33	c #restart = 0
2.30/2.33	c BCD2: found a new core of size 2: cost of the new core is >=1
2.30/2.33	c lower bound updated to 500
2.30/2.33	c BCD2: 500 <= obj <= 1962
2.30/2.33	c BCD2: #cores=357, #unrelaxed=956, #relaxed=1007, #hardened=0
2.30/2.33	c BCD2: #sat=1 #unsat=501 bias=501/502
2.30/2.33	c Solving starts ...
2.30/2.33	c ============================[ Search Statistics ]============================
2.30/2.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.33	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.33	c =============================================================================
2.30/2.33	c  0.0s |       0 |        0 |        0 |     1987      0 |      143 |      541
2.30/2.34	c  0.0s |       0 |      560 |        0 |     1987      0 |      143 |      541
2.30/2.34	c #cpu_time = 0.003s
2.30/2.34	c #wall_clock_time = 0.003s
2.30/2.34	c #decision = 560
2.30/2.34	c #random_decision = 0
2.30/2.34	c #conflict = 0
2.30/2.34	c #restart = 0
2.30/2.34	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.30/2.34	c lower bound updated to 501
2.30/2.34	c BCD2: 501 <= obj <= 1962
2.30/2.34	c BCD2: #cores=356, #unrelaxed=954, #relaxed=1009, #hardened=0
2.30/2.34	c BCD2: #sat=1 #unsat=502 bias=502/503
2.30/2.34	c Solving starts ...
2.30/2.34	c ============================[ Search Statistics ]============================
2.30/2.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.34	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.34	c =============================================================================
2.30/2.34	c  0.0s |       0 |        0 |        0 |     1987      0 |      145 |      541
2.30/2.34	c  0.0s |       0 |      558 |        0 |     1987      0 |      145 |      543
2.30/2.34	c #cpu_time = 0.004s
2.30/2.34	c #wall_clock_time = 0.004s
2.30/2.34	c #decision = 558
2.30/2.34	c #random_decision = 0
2.30/2.34	c #conflict = 0
2.30/2.34	c #restart = 0
2.30/2.34	c BCD2: found a new core of size 2: cost of the new core is >=1
2.30/2.34	c lower bound updated to 502
2.30/2.34	c BCD2: 502 <= obj <= 1962
2.30/2.34	c BCD2: #cores=357, #unrelaxed=952, #relaxed=1011, #hardened=0
2.30/2.35	c BCD2: #sat=1 #unsat=503 bias=503/504
2.30/2.35	c Solving starts ...
2.30/2.35	c ============================[ Search Statistics ]============================
2.30/2.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.35	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.35	c =============================================================================
2.30/2.35	c  0.0s |       0 |        0 |        0 |     1987      0 |      145 |      544
2.30/2.35	c  0.0s |       0 |      560 |        0 |     1987      0 |      145 |      544
2.30/2.35	c #cpu_time = 0.003s
2.30/2.35	c #wall_clock_time = 0.003s
2.30/2.35	c #decision = 560
2.30/2.35	c #random_decision = 0
2.30/2.35	c #conflict = 0
2.30/2.35	c #restart = 0
2.30/2.35	c BCD2: found a new core of size 2: cost of the new core is >=1
2.30/2.35	c lower bound updated to 503
2.30/2.35	c BCD2: 503 <= obj <= 1962
2.30/2.35	c BCD2: #cores=358, #unrelaxed=950, #relaxed=1013, #hardened=0
2.30/2.35	c BCD2: #sat=1 #unsat=504 bias=504/505
2.30/2.35	c Solving starts ...
2.30/2.35	c ============================[ Search Statistics ]============================
2.30/2.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.35	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.35	c =============================================================================
2.30/2.35	c  0.0s |       0 |        0 |        0 |     1987      0 |      145 |      545
2.30/2.35	c  0.0s |       0 |      560 |        0 |     1987      0 |      145 |    [...]

#
# trace file is too large. Trace was truncated at this point.
#

T     | Fixed    | Removed 
2.30/2.37	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.37	c =============================================================================
2.30/2.37	c  0.0s |       0 |        0 |        0 |     1987      0 |      145 |      548
2.30/2.37	c  0.0s |       0 |      565 |        0 |     1987      0 |      145 |      548
2.30/2.37	c #cpu_time = 0.003s
2.30/2.37	c #wall_clock_time = 0.003s
2.30/2.37	c #decision = 565
2.30/2.37	c #random_decision = 0
2.30/2.37	c #conflict = 0
2.30/2.37	c #restart = 0
2.30/2.37	c BCD2: found a new core of size 2: cost of the new core is >=1
2.30/2.37	c lower bound updated to 507
2.30/2.37	c BCD2: 507 <= obj <= 1962
2.30/2.37	c BCD2: #cores=362, #unrelaxed=942, #relaxed=1021, #hardened=0
2.30/2.37	c BCD2: #sat=1 #unsat=508 bias=508/509
2.30/2.37	c Solving starts ...
2.30/2.37	c ============================[ Search Statistics ]============================
2.30/2.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.37	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.37	c =============================================================================
2.30/2.37	c  0.0s |       0 |        0 |        0 |     1987      0 |      145 |      549
2.30/2.38	c  0.0s |       0 |      565 |        0 |     1987      0 |      145 |      549
2.30/2.38	c #cpu_time = 0.003s
2.30/2.38	c #wall_clock_time = 0.003s
2.30/2.38	c #decision = 565
2.30/2.38	c #random_decision = 0
2.30/2.38	c #conflict = 0
2.30/2.38	c #restart = 0
2.30/2.38	c BCD2: found a new core of size 2: cost of the new core is >=1
2.30/2.38	c lower bound updated to 508
2.30/2.38	c BCD2: 508 <= obj <= 1962
2.30/2.38	c BCD2: #cores=363, #unrelaxed=940, #relaxed=1023, #hardened=0
2.30/2.38	c BCD2: #sat=1 #unsat=509 bias=509/510
2.30/2.38	c Solving starts ...
2.30/2.38	c ============================[ Search Statistics ]============================
2.30/2.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.38	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.38	c =============================================================================
2.30/2.38	c  0.0s |       0 |        0 |        0 |     1987      0 |      145 |      550
2.30/2.38	c  0.0s |       0 |      566 |        0 |     1987      0 |      145 |      550
2.30/2.38	c #cpu_time = 0.003s
2.30/2.38	c #wall_clock_time = 0.003s
2.30/2.38	c #decision = 566
2.30/2.38	c #random_decision = 0
2.30/2.38	c #conflict = 0
2.30/2.38	c #restart = 0
2.30/2.38	c BCD2: found a new core of size 2: cost of the new core is >=1
2.30/2.38	c lower bound updated to 509
2.30/2.38	c BCD2: 509 <= obj <= 1962
2.30/2.38	c BCD2: #cores=364, #unrelaxed=938, #relaxed=1025, #hardened=0
2.30/2.38	c BCD2: #sat=1 #unsat=510 bias=510/511
2.30/2.38	c Solving starts ...
2.30/2.38	c ============================[ Search Statistics ]============================
2.30/2.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.38	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.38	c =============================================================================
2.30/2.38	c  0.0s |       0 |        0 |        0 |     1987      0 |      145 |      551
2.30/2.39	c  0.0s |       0 |      567 |        0 |     1987      0 |      145 |      551
2.30/2.39	c #cpu_time = 0.003s
2.30/2.39	c #wall_clock_time = 0.003s
2.30/2.39	c #decision = 567
2.30/2.39	c #random_decision = 0
2.30/2.39	c #conflict = 0
2.30/2.39	c #restart = 0
2.30/2.39	c BCD2: found a new core of size 2: cost of the new core is >=1
2.30/2.39	c lower bound updated to 510
2.30/2.39	c BCD2: 510 <= obj <= 1962
2.30/2.39	c BCD2: #cores=365, #unrelaxed=936, #relaxed=1027, #hardened=0
2.30/2.39	c BCD2: #sat=1 #unsat=511 bias=511/512
2.30/2.39	c Solving starts ...
2.30/2.39	c ============================[ Search Statistics ]============================
2.30/2.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.39	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.39	c =============================================================================
2.30/2.39	c  0.0s |       0 |        0 |        0 |     1987      0 |      145 |      552
2.30/2.39	c  0.0s |       0 |      567 |        0 |     1987      0 |      145 |      552
2.30/2.39	c #cpu_time = 0.003s
2.30/2.39	c #wall_clock_time = 0.003s
2.30/2.39	c #decision = 567
2.30/2.39	c #random_decision = 0
2.30/2.39	c #conflict = 0
2.30/2.39	c #restart = 0
2.30/2.39	c BCD2: found a new core of size 2: cost of the new core is >=1
2.30/2.39	c lower bound updated to 511
2.30/2.39	c BCD2: 511 <= obj <= 1962
2.30/2.39	c BCD2: #cores=366, #unrelaxed=934, #relaxed=1029, #hardened=0
2.30/2.39	c BCD2: #sat=1 #unsat=512 bias=512/513
2.30/2.39	c Solving starts ...
2.30/2.39	c ============================[ Search Statistics ]============================
2.30/2.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.39	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.39	c =============================================================================
2.30/2.39	c  0.0s |       0 |        0 |        0 |     1987      0 |      145 |      553
2.39/2.40	c  0.0s |       0 |      567 |        0 |     1987      0 |      145 |      553
2.39/2.40	c #cpu_time = 0.003s
2.39/2.40	c #wall_clock_time = 0.003s
2.39/2.40	c #decision = 567
2.39/2.40	c #random_decision = 0
2.39/2.40	c #conflict = 0
2.39/2.40	c #restart = 0
2.39/2.40	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.40	c lower bound updated to 512
2.39/2.40	c BCD2: 512 <= obj <= 1962
2.39/2.40	c BCD2: #cores=367, #unrelaxed=932, #relaxed=1031, #hardened=0
2.39/2.40	c BCD2: #sat=1 #unsat=513 bias=513/514
2.39/2.40	c Solving starts ...
2.39/2.40	c ============================[ Search Statistics ]============================
2.39/2.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.40	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.40	c =============================================================================
2.39/2.40	c  0.0s |       0 |        0 |        0 |     1987      0 |      145 |      554
2.39/2.40	c  0.0s |       0 |      567 |        0 |     1987      0 |      145 |      554
2.39/2.40	c #cpu_time = 0.003s
2.39/2.40	c #wall_clock_time = 0.003s
2.39/2.40	c #decision = 567
2.39/2.40	c #random_decision = 0
2.39/2.40	c #conflict = 0
2.39/2.40	c #restart = 0
2.39/2.40	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.39/2.40	c lower bound updated to 513
2.39/2.40	c BCD2: 513 <= obj <= 1962
2.39/2.40	c BCD2: #cores=367, #unrelaxed=930, #relaxed=1033, #hardened=0
2.39/2.40	c BCD2: #sat=1 #unsat=514 bias=514/515
2.39/2.40	c Solving starts ...
2.39/2.40	c ============================[ Search Statistics ]============================
2.39/2.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.40	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.40	c =============================================================================
2.39/2.40	c  0.0s |       0 |        0 |        0 |     1987      0 |      146 |      554
2.39/2.41	c  0.0s |       0 |      566 |        0 |     1987      0 |      146 |      555
2.39/2.41	c #cpu_time = 0.004s
2.39/2.41	c #wall_clock_time = 0.004s
2.39/2.41	c #decision = 566
2.39/2.41	c #random_decision = 0
2.39/2.41	c #conflict = 0
2.39/2.41	c #restart = 0
2.39/2.41	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.39/2.41	c lower bound updated to 514
2.39/2.41	c BCD2: 514 <= obj <= 1962
2.39/2.41	c BCD2: #cores=367, #unrelaxed=928, #relaxed=1035, #hardened=0
2.39/2.41	c BCD2: #sat=1 #unsat=515 bias=515/516
2.39/2.41	c Solving starts ...
2.39/2.41	c ============================[ Search Statistics ]============================
2.39/2.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.41	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.41	c =============================================================================
2.39/2.41	c  0.0s |       0 |        0 |        0 |     1987      0 |      147 |      555
2.39/2.41	c  0.0s |       0 |      565 |        0 |     1987      0 |      147 |      556
2.39/2.41	c #cpu_time = 0.003s
2.39/2.41	c #wall_clock_time = 0.003s
2.39/2.41	c #decision = 565
2.39/2.41	c #random_decision = 0
2.39/2.41	c #conflict = 0
2.39/2.41	c #restart = 0
2.39/2.41	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.41	c lower bound updated to 515
2.39/2.41	c BCD2: 515 <= obj <= 1962
2.39/2.41	c BCD2: #cores=368, #unrelaxed=926, #relaxed=1037, #hardened=0
2.39/2.41	c BCD2: #sat=1 #unsat=516 bias=516/517
2.39/2.42	c Solving starts ...
2.39/2.42	c ============================[ Search Statistics ]============================
2.39/2.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.42	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.42	c =============================================================================
2.39/2.42	c  0.0s |       0 |        0 |        0 |     1987      0 |      147 |      557
2.39/2.42	c  0.0s |       0 |      565 |        0 |     1987      0 |      147 |      557
2.39/2.42	c #cpu_time = 0.003s
2.39/2.42	c #wall_clock_time = 0.003s
2.39/2.42	c #decision = 565
2.39/2.42	c #random_decision = 0
2.39/2.42	c #conflict = 0
2.39/2.42	c #restart = 0
2.39/2.42	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.39/2.42	c lower bound updated to 516
2.39/2.42	c BCD2: 516 <= obj <= 1962
2.39/2.42	c BCD2: #cores=368, #unrelaxed=924, #relaxed=1039, #hardened=0
2.39/2.42	c BCD2: #sat=1 #unsat=517 bias=517/518
2.39/2.42	c Solving starts ...
2.39/2.42	c ============================[ Search Statistics ]============================
2.39/2.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.42	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.42	c =============================================================================
2.39/2.42	c  0.0s |       0 |        0 |        0 |     1987      0 |      148 |      557
2.39/2.42	c  0.0s |       0 |      564 |        0 |     1987      0 |      148 |      558
2.39/2.42	c #cpu_time = 0.003s
2.39/2.42	c #wall_clock_time = 0.003s
2.39/2.42	c #decision = 564
2.39/2.42	c #random_decision = 0
2.39/2.42	c #conflict = 0
2.39/2.42	c #restart = 0
2.39/2.42	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.42	c lower bound updated to 517
2.39/2.43	c BCD2: 517 <= obj <= 1962
2.39/2.43	c BCD2: #cores=369, #unrelaxed=922, #relaxed=1041, #hardened=0
2.39/2.43	c BCD2: #sat=1 #unsat=518 bias=518/519
2.39/2.43	c Solving starts ...
2.39/2.43	c ============================[ Search Statistics ]============================
2.39/2.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.43	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.43	c =============================================================================
2.39/2.43	c  0.0s |       0 |        0 |        0 |     1987      0 |      148 |      559
2.39/2.43	c  0.0s |       0 |      564 |        0 |     1987      0 |      148 |      559
2.39/2.43	c #cpu_time = 0.003s
2.39/2.43	c #wall_clock_time = 0.003s
2.39/2.43	c #decision = 564
2.39/2.43	c #random_decision = 0
2.39/2.43	c #conflict = 0
2.39/2.43	c #restart = 0
2.39/2.43	c BCD2: relaxing 4 and merging with 3 cores into a new core of size 12: cost of the new core is >=5
2.39/2.43	c lower bound updated to 518
2.39/2.43	c BCD2: 518 <= obj <= 1962
2.39/2.43	c BCD2: #cores=367, #unrelaxed=918, #relaxed=1045, #hardened=0
2.39/2.43	c BCD2: #sat=1 #unsat=519 bias=519/520
2.39/2.43	c Solving starts ...
2.39/2.43	c ============================[ Search Statistics ]============================
2.39/2.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.43	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.43	c =============================================================================
2.39/2.43	c  0.0s |       0 |        0 |        0 |     1987      0 |      151 |      559
2.39/2.44	c  0.0s |       0 |      560 |        0 |     1987      0 |      151 |      562
2.39/2.44	c #cpu_time = 0.003s
2.39/2.44	c #wall_clock_time = 0.003s
2.39/2.44	c #decision = 560
2.39/2.44	c #random_decision = 0
2.39/2.44	c #conflict = 0
2.39/2.44	c #restart = 0
2.39/2.44	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.44	c lower bound updated to 519
2.39/2.44	c BCD2: 519 <= obj <= 1962
2.39/2.44	c BCD2: #cores=368, #unrelaxed=916, #relaxed=1047, #hardened=0
2.39/2.44	c BCD2: #sat=1 #unsat=520 bias=520/521
2.39/2.44	c Solving starts ...
2.39/2.44	c ============================[ Search Statistics ]============================
2.39/2.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.44	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.44	c =============================================================================
2.39/2.44	c  0.0s |       0 |        0 |        0 |     1987      0 |      151 |      563
2.39/2.44	c  0.0s |       0 |      560 |        0 |     1987      0 |      151 |      563
2.39/2.44	c #cpu_time = 0.003s
2.39/2.44	c #wall_clock_time = 0.003s
2.39/2.44	c #decision = 560
2.39/2.44	c #random_decision = 0
2.39/2.44	c #conflict = 0
2.39/2.44	c #restart = 0
2.39/2.44	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.44	c lower bound updated to 520
2.39/2.44	c BCD2: 520 <= obj <= 1962
2.39/2.44	c BCD2: #cores=369, #unrelaxed=914, #relaxed=1049, #hardened=0
2.39/2.44	c BCD2: #sat=1 #unsat=521 bias=521/522
2.39/2.44	c Solving starts ...
2.39/2.44	c ============================[ Search Statistics ]============================
2.39/2.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.44	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.44	c =============================================================================
2.39/2.44	c  0.0s |       0 |        0 |        0 |     1987      0 |      151 |      564
2.39/2.45	c  0.0s |       0 |      560 |        0 |     1987      0 |      151 |      564
2.39/2.45	c #cpu_time = 0.003s
2.39/2.45	c #wall_clock_time = 0.003s
2.39/2.45	c #decision = 560
2.39/2.45	c #random_decision = 0
2.39/2.45	c #conflict = 0
2.39/2.45	c #restart = 0
2.39/2.45	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.45	c lower bound updated to 521
2.39/2.45	c BCD2: 521 <= obj <= 1962
2.39/2.45	c BCD2: #cores=370, #unrelaxed=912, #relaxed=1051, #hardened=0
2.39/2.45	c BCD2: #sat=1 #unsat=522 bias=522/523
2.39/2.45	c Solving starts ...
2.39/2.45	c ============================[ Search Statistics ]============================
2.39/2.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.45	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.45	c =============================================================================
2.39/2.45	c  0.0s |       0 |        0 |        0 |     1987      0 |      151 |      565
2.39/2.45	c  0.0s |       0 |      560 |        0 |     1987      0 |      151 |      565
2.39/2.45	c #cpu_time = 0.003s
2.39/2.45	c #wall_clock_time = 0.003s
2.39/2.45	c #decision = 560
2.39/2.45	c #random_decision = 0
2.39/2.45	c #conflict = 0
2.39/2.45	c #restart = 0
2.39/2.45	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.39/2.45	c lower bound updated to 522
2.39/2.45	c BCD2: 522 <= obj <= 1962
2.39/2.45	c BCD2: #cores=370, #unrelaxed=910, #relaxed=1053, #hardened=0
2.39/2.45	c BCD2: #sat=1 #unsat=523 bias=523/524
2.39/2.45	c Solving starts ...
2.39/2.45	c ============================[ Search Statistics ]============================
2.39/2.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.45	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.45	c =============================================================================
2.39/2.45	c  0.0s |       0 |        0 |        0 |     1987      0 |      152 |      565
2.39/2.46	c  0.0s |       0 |      559 |        0 |     1987      0 |      152 |      566
2.39/2.46	c #cpu_time = 0.003s
2.39/2.46	c #wall_clock_time = 0.003s
2.39/2.46	c #decision = 559
2.39/2.46	c #random_decision = 0
2.39/2.46	c #conflict = 0
2.39/2.46	c #restart = 0
2.39/2.46	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.46	c lower bound updated to 523
2.39/2.46	c BCD2: 523 <= obj <= 1962
2.39/2.46	c BCD2: #cores=371, #unrelaxed=908, #relaxed=1055, #hardened=0
2.39/2.46	c BCD2: #sat=1 #unsat=524 bias=524/525
2.39/2.46	c Solving starts ...
2.39/2.46	c ============================[ Search Statistics ]============================
2.39/2.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.46	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.46	c =============================================================================
2.39/2.46	c  0.0s |       0 |        0 |        0 |     1987      0 |      152 |      567
2.39/2.46	c  0.0s |       0 |      560 |        0 |     1987      0 |      152 |      567
2.39/2.46	c #cpu_time = 0.003s
2.39/2.46	c #wall_clock_time = 0.003s
2.39/2.46	c #decision = 560
2.39/2.46	c #random_decision = 0
2.39/2.46	c #conflict = 0
2.39/2.46	c #restart = 0
2.39/2.46	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.46	c lower bound updated to 524
2.39/2.46	c BCD2: 524 <= obj <= 1962
2.39/2.46	c BCD2: #cores=372, #unrelaxed=906, #relaxed=1057, #hardened=0
2.39/2.46	c BCD2: #sat=1 #unsat=525 bias=525/526
2.39/2.46	c Solving starts ...
2.39/2.46	c ============================[ Search Statistics ]============================
2.39/2.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.46	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.46	c =============================================================================
2.39/2.46	c  0.0s |       0 |        0 |        0 |     1987      0 |      152 |      568
2.39/2.47	c  0.0s |       0 |      560 |        0 |     1987      0 |      152 |      568
2.39/2.47	c #cpu_time = 0.003s
2.39/2.47	c #wall_clock_time = 0.003s
2.39/2.47	c #decision = 560
2.39/2.47	c #random_decision = 0
2.39/2.47	c #conflict = 0
2.39/2.47	c #restart = 0
2.39/2.47	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.39/2.47	c lower bound updated to 525
2.39/2.47	c BCD2: 525 <= obj <= 1962
2.39/2.47	c BCD2: #cores=372, #unrelaxed=904, #relaxed=1059, #hardened=0
2.39/2.47	c BCD2: #sat=1 #unsat=526 bias=526/527
2.39/2.47	c Solving starts ...
2.39/2.47	c ============================[ Search Statistics ]============================
2.39/2.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.47	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.47	c =============================================================================
2.39/2.47	c  0.0s |       0 |        0 |        0 |     1987      0 |      153 |      568
2.39/2.47	c  0.0s |       0 |      564 |        0 |     1987      0 |      153 |      569
2.39/2.47	c #cpu_time = 0.004s
2.39/2.47	c #wall_clock_time = 0.004s
2.39/2.47	c #decision = 564
2.39/2.47	c #random_decision = 0
2.39/2.47	c #conflict = 0
2.39/2.47	c #restart = 0
2.39/2.47	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.47	c lower bound updated to 526
2.39/2.47	c BCD2: 526 <= obj <= 1962
2.39/2.47	c BCD2: #cores=373, #unrelaxed=902, #relaxed=1061, #hardened=0
2.39/2.47	c BCD2: #sat=1 #unsat=527 bias=527/528
2.39/2.48	c Solving starts ...
2.39/2.48	c ============================[ Search Statistics ]============================
2.39/2.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.48	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.48	c =============================================================================
2.39/2.48	c  0.0s |       0 |        0 |        0 |     1987      0 |      153 |      570
2.39/2.48	c  0.0s |       0 |      566 |        0 |     1987      0 |      153 |      570
2.39/2.48	c #cpu_time = 0.003s
2.39/2.48	c #wall_clock_time = 0.003s
2.39/2.48	c #decision = 566
2.39/2.48	c #random_decision = 0
2.39/2.48	c #conflict = 0
2.39/2.48	c #restart = 0
2.39/2.48	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.48	c lower bound updated to 527
2.39/2.48	c BCD2: 527 <= obj <= 1962
2.39/2.48	c BCD2: #cores=374, #unrelaxed=900, #relaxed=1063, #hardened=0
2.39/2.48	c BCD2: #sat=1 #unsat=528 bias=528/529
2.39/2.48	c Solving starts ...
2.39/2.48	c ============================[ Search Statistics ]============================
2.39/2.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.48	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.48	c =============================================================================
2.39/2.48	c  0.0s |       0 |        0 |        0 |     1987      0 |      153 |      571
2.39/2.48	c  0.0s |       0 |      566 |        0 |     1987      0 |      153 |      571
2.39/2.48	c #cpu_time = 0.003s
2.39/2.48	c #wall_clock_time = 0.003s
2.39/2.48	c #decision = 566
2.39/2.48	c #random_decision = 0
2.39/2.48	c #conflict = 0
2.39/2.48	c #restart = 0
2.39/2.48	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.48	c lower bound updated to 528
2.39/2.49	c BCD2: 528 <= obj <= 1962
2.39/2.49	c BCD2: #cores=375, #unrelaxed=898, #relaxed=1065, #hardened=0
2.39/2.49	c BCD2: #sat=1 #unsat=529 bias=529/530
2.39/2.49	c Solving starts ...
2.39/2.49	c ============================[ Search Statistics ]============================
2.39/2.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.49	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.49	c =============================================================================
2.39/2.49	c  0.0s |       0 |        0 |        0 |     1987      0 |      153 |      572
2.39/2.49	c  0.0s |       0 |      568 |        0 |     1987      0 |      153 |      572
2.39/2.49	c #cpu_time = 0.003s
2.39/2.49	c #wall_clock_time = 0.003s
2.39/2.49	c #decision = 568
2.39/2.49	c #random_decision = 0
2.39/2.49	c #conflict = 0
2.39/2.49	c #restart = 0
2.39/2.49	c BCD2: found a new core of size 2: cost of the new core is >=1
2.39/2.49	c lower bound updated to 529
2.39/2.49	c BCD2: 529 <= obj <= 1962
2.39/2.49	c BCD2: #cores=376, #unrelaxed=896, #relaxed=1067, #hardened=0
2.39/2.49	c BCD2: #sat=1 #unsat=530 bias=530/531
2.39/2.49	c Solving starts ...
2.39/2.49	c ============================[ Search Statistics ]============================
2.39/2.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.49	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.49	c =============================================================================
2.39/2.49	c  0.0s |       0 |        0 |        0 |     1987      0 |      153 |      573
2.39/2.50	c  0.0s |       0 |      573 |        0 |     1987      0 |      153 |      573
2.39/2.50	c #cpu_time = 0.003s
2.39/2.50	c #wall_clock_time = 0.003s
2.58/2.60	c #decision = 573
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
2.58/2.60	c lower bound updated to 530
2.58/2.60	c BCD2: 530 <= obj <= 1962
2.58/2.60	c BCD2: #cores=376, #unrelaxed=892, #relaxed=1071, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=531 bias=531/532
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      154 |      573
2.58/2.60	c  0.0s |       0 |      573 |        0 |     1987      0 |      154 |      574
2.58/2.60	c #cpu_time = 0.003s
2.58/2.60	c #wall_clock_time = 0.003s
2.58/2.60	c #decision = 573
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.58/2.60	c lower bound updated to 531
2.58/2.60	c BCD2: 531 <= obj <= 1962
2.58/2.60	c BCD2: #cores=376, #unrelaxed=890, #relaxed=1073, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=532 bias=532/533
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      155 |      574
2.58/2.60	c  0.0s |       0 |      572 |        0 |     1987      0 |      155 |      575
2.58/2.60	c #cpu_time = 0.004s
2.58/2.60	c #wall_clock_time = 0.004s
2.58/2.60	c #decision = 572
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.60	c lower bound updated to 532
2.58/2.60	c BCD2: 532 <= obj <= 1962
2.58/2.60	c BCD2: #cores=377, #unrelaxed=888, #relaxed=1075, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=533 bias=533/534
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      155 |      576
2.58/2.60	c  0.0s |       0 |      573 |        0 |     1987      0 |      155 |      576
2.58/2.60	c #cpu_time = 0.003s
2.58/2.60	c #wall_clock_time = 0.003s
2.58/2.60	c #decision = 573
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.58/2.60	c lower bound updated to 533
2.58/2.60	c BCD2: 533 <= obj <= 1962
2.58/2.60	c BCD2: #cores=377, #unrelaxed=886, #relaxed=1077, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=534 bias=534/535
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      156 |      576
2.58/2.60	c  0.0s |       0 |      574 |        0 |     1987      0 |      156 |      577
2.58/2.60	c #cpu_time = 0.004s
2.58/2.60	c #wall_clock_time = 0.004s
2.58/2.60	c #decision = 574
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.60	c lower bound updated to 534
2.58/2.60	c BCD2: 534 <= obj <= 1962
2.58/2.60	c BCD2: #cores=378, #unrelaxed=884, #relaxed=1079, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=535 bias=535/536
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      156 |      578
2.58/2.60	c  0.0s |       0 |      574 |        0 |     1987      0 |      156 |      578
2.58/2.60	c #cpu_time = 0.003s
2.58/2.60	c #wall_clock_time = 0.003s
2.58/2.60	c #decision = 574
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.60	c lower bound updated to 535
2.58/2.60	c BCD2: 535 <= obj <= 1962
2.58/2.60	c BCD2: #cores=379, #unrelaxed=882, #relaxed=1081, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=536 bias=536/537
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      156 |      579
2.58/2.60	c  0.0s |       0 |      576 |        0 |     1987      0 |      156 |      579
2.58/2.60	c #cpu_time = 0.003s
2.58/2.60	c #wall_clock_time = 0.004s
2.58/2.60	c #decision = 576
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=4
2.58/2.60	c lower bound updated to 536
2.58/2.60	c BCD2: 536 <= obj <= 1962
2.58/2.60	c BCD2: #cores=378, #unrelaxed=878, #relaxed=1085, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=537 bias=537/538
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      158 |      579
2.58/2.60	c  0.0s |       0 |      573 |        0 |     1987      0 |      158 |      581
2.58/2.60	c #cpu_time = 0.003s
2.58/2.60	c #wall_clock_time = 0.003s
2.58/2.60	c #decision = 573
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.58/2.60	c lower bound updated to 537
2.58/2.60	c BCD2: 537 <= obj <= 1962
2.58/2.60	c BCD2: #cores=378, #unrelaxed=876, #relaxed=1087, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=538 bias=538/539
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      159 |      581
2.58/2.60	c  0.0s |       0 |      572 |        0 |     1987      0 |      159 |      582
2.58/2.60	c #cpu_time = 0.004s
2.58/2.60	c #wall_clock_time = 0.004s
2.58/2.60	c #decision = 572
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.60	c lower bound updated to 538
2.58/2.60	c BCD2: 538 <= obj <= 1962
2.58/2.60	c BCD2: #cores=379, #unrelaxed=874, #relaxed=1089, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=539 bias=539/540
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      159 |      583
2.58/2.60	c  0.0s |       0 |      572 |        0 |     1987      0 |      159 |      583
2.58/2.60	c #cpu_time = 0.003s
2.58/2.60	c #wall_clock_time = 0.003s
2.58/2.60	c #decision = 572
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.60	c lower bound updated to 539
2.58/2.60	c BCD2: 539 <= obj <= 1962
2.58/2.60	c BCD2: #cores=380, #unrelaxed=872, #relaxed=1091, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=540 bias=540/541
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      159 |      584
2.58/2.60	c  0.0s |       0 |      573 |        0 |     1987      0 |      159 |      584
2.58/2.60	c #cpu_time = 0.004s
2.58/2.60	c #wall_clock_time = 0.004s
2.58/2.60	c #decision = 573
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.58/2.60	c lower bound updated to 540
2.58/2.60	c BCD2: 540 <= obj <= 1962
2.58/2.60	c BCD2: #cores=379, #unrelaxed=870, #relaxed=1093, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=541 bias=541/542
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      161 |      584
2.58/2.60	c  0.0s |       0 |      573 |        0 |     1987      0 |      161 |      586
2.58/2.60	c #cpu_time = 0.003s
2.58/2.60	c #wall_clock_time = 0.003s
2.58/2.60	c #decision = 573
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.58/2.60	c lower bound updated to 541
2.58/2.60	c BCD2: 541 <= obj <= 1962
2.58/2.60	c BCD2: #cores=379, #unrelaxed=868, #relaxed=1095, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=542 bias=542/543
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      162 |      586
2.58/2.60	c  0.0s |       0 |      575 |        0 |     1987      0 |      162 |      587
2.58/2.60	c #cpu_time = 0.004s
2.58/2.60	c #wall_clock_time = 0.004s
2.58/2.60	c #decision = 575
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.60	c lower bound updated to 542
2.58/2.60	c BCD2: 542 <= obj <= 1962
2.58/2.60	c BCD2: #cores=380, #unrelaxed=866, #relaxed=1097, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=543 bias=543/544
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      162 |      588
2.58/2.60	c  0.0s |       0 |      577 |        0 |     1987      0 |      162 |      588
2.58/2.60	c #cpu_time = 0.003s
2.58/2.60	c #wall_clock_time = 0.003s
2.58/2.60	c #decision = 577
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.60	c lower bound updated to 543
2.58/2.60	c BCD2: 543 <= obj <= 1962
2.58/2.60	c BCD2: #cores=381, #unrelaxed=864, #relaxed=1099, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=544 bias=544/545
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      162 |      589
2.58/2.60	c  0.0s |       0 |      577 |        0 |     1987      0 |      162 |      589
2.58/2.60	c #cpu_time = 0.003s
2.58/2.60	c #wall_clock_time = 0.003s
2.58/2.60	c #decision = 577
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.58/2.60	c lower bound updated to 544
2.58/2.60	c BCD2: 544 <= obj <= 1962
2.58/2.60	c BCD2: #cores=380, #unrelaxed=862, #relaxed=1101, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=545 bias=545/546
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      164 |      589
2.58/2.60	c  0.0s |       0 |      577 |        0 |     1987      0 |      164 |      591
2.58/2.60	c #cpu_time = 0.003s
2.58/2.60	c #wall_clock_time = 0.003s
2.58/2.60	c #decision = 577
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=4
2.58/2.60	c lower bound updated to 545
2.58/2.60	c BCD2: 545 <= obj <= 1962
2.58/2.60	c BCD2: #cores=379, #unrelaxed=858, #relaxed=1105, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=546 bias=546/547
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      166 |      591
2.58/2.60	c  0.0s |       0 |      574 |        0 |     1987      0 |      166 |      593
2.58/2.60	c #cpu_time = 0.004s
2.58/2.60	c #wall_clock_time = 0.004s
2.58/2.60	c #decision = 574
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.60	c lower bound updated to 546
2.58/2.60	c BCD2: 546 <= obj <= 1962
2.58/2.60	c BCD2: #cores=380, #unrelaxed=856, #relaxed=1107, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=547 bias=547/548
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      166 |      594
2.58/2.60	c  0.0s |       0 |      574 |        0 |     1987      0 |      166 |      594
2.58/2.60	c #cpu_time = 0.003s
2.58/2.60	c #wall_clock_time = 0.003s
2.58/2.60	c #decision = 574
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.60	c lower bound updated to 547
2.58/2.60	c BCD2: 547 <= obj <= 1962
2.58/2.60	c BCD2: #cores=381, #unrelaxed=854, #relaxed=1109, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=548 bias=548/549
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      166 |      595
2.58/2.60	c  0.0s |       0 |      575 |        0 |     1987      0 |      166 |      595
2.58/2.60	c #cpu_time = 0.004s
2.58/2.60	c #wall_clock_time = 0.004s
2.58/2.60	c #decision = 575
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.60	c lower bound updated to 548
2.58/2.60	c BCD2: 548 <= obj <= 1962
2.58/2.60	c BCD2: #cores=382, #unrelaxed=852, #relaxed=1111, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=549 bias=549/550
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      166 |      596
2.58/2.60	c  0.0s |       0 |      576 |        0 |     1987      0 |      166 |      596
2.58/2.60	c #cpu_time = 0.003s
2.58/2.60	c #wall_clock_time = 0.003s
2.58/2.60	c #decision = 576
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.60	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.60	c lower bound updated to 549
2.58/2.60	c BCD2: 549 <= obj <= 1962
2.58/2.60	c BCD2: #cores=383, #unrelaxed=850, #relaxed=1113, #hardened=0
2.58/2.60	c BCD2: #sat=1 #unsat=550 bias=550/551
2.58/2.60	c Solving starts ...
2.58/2.60	c ============================[ Search Statistics ]============================
2.58/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.60	c =============================================================================
2.58/2.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      166 |      597
2.58/2.60	c  0.0s |       0 |      576 |        0 |     1987      0 |      166 |      597
2.58/2.60	c #cpu_time = 0.004s
2.58/2.60	c #wall_clock_time = 0.004s
2.58/2.60	c #decision = 576
2.58/2.60	c #random_decision = 0
2.58/2.60	c #conflict = 0
2.58/2.60	c #restart = 0
2.58/2.61	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.61	c lower bound updated to 550
2.58/2.61	c BCD2: 550 <= obj <= 1962
2.58/2.61	c BCD2: #cores=384, #unrelaxed=848, #relaxed=1115, #hardened=0
2.58/2.61	c BCD2: #sat=1 #unsat=551 bias=551/552
2.58/2.61	c Solving starts ...
2.58/2.61	c ============================[ Search Statistics ]============================
2.58/2.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.61	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.61	c =============================================================================
2.58/2.61	c  0.0s |       0 |        0 |        0 |     1987      0 |      166 |      598
2.58/2.61	c  0.0s |       0 |      577 |        0 |     1987      0 |      166 |      598
2.58/2.61	c #cpu_time = 0.003s
2.58/2.61	c #wall_clock_time = 0.003s
2.58/2.61	c #decision = 577
2.58/2.61	c #random_decision = 0
2.58/2.61	c #conflict = 0
2.58/2.61	c #restart = 0
2.58/2.61	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.58/2.61	c lower bound updated to 551
2.58/2.61	c BCD2: 551 <= obj <= 1962
2.58/2.61	c BCD2: #cores=384, #unrelaxed=846, #relaxed=1117, #hardened=0
2.58/2.61	c BCD2: #sat=1 #unsat=552 bias=552/553
2.58/2.61	c Solving starts ...
2.58/2.61	c ============================[ Search Statistics ]============================
2.58/2.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.61	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.61	c =============================================================================
2.58/2.61	c  0.0s |       0 |        0 |        0 |     1987      0 |      167 |      598
2.58/2.62	c  0.0s |       0 |      577 |        0 |     1987      0 |      167 |      599
2.58/2.62	c #cpu_time = 0.004s
2.58/2.62	c #wall_clock_time = 0.004s
2.58/2.62	c #decision = 577
2.58/2.62	c #random_decision = 0
2.58/2.62	c #conflict = 0
2.58/2.62	c #restart = 0
2.58/2.62	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.62	c lower bound updated to 552
2.58/2.62	c BCD2: 552 <= obj <= 1962
2.58/2.62	c BCD2: #cores=385, #unrelaxed=844, #relaxed=1119, #hardened=0
2.58/2.62	c BCD2: #sat=1 #unsat=553 bias=553/554
2.58/2.62	c Solving starts ...
2.58/2.62	c ============================[ Search Statistics ]============================
2.58/2.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.62	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.62	c =============================================================================
2.58/2.62	c  0.0s |       0 |        0 |        0 |     1987      0 |      167 |      600
2.58/2.62	c  0.0s |       0 |      579 |        0 |     1987      0 |      167 |      600
2.58/2.62	c #cpu_time = 0.003s
2.58/2.62	c #wall_clock_time = 0.003s
2.58/2.62	c #decision = 579
2.58/2.62	c #random_decision = 0
2.58/2.62	c #conflict = 0
2.58/2.62	c #restart = 0
2.58/2.62	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.62	c lower bound updated to 553
2.58/2.62	c BCD2: 553 <= obj <= 1962
2.58/2.62	c BCD2: #cores=386, #unrelaxed=842, #relaxed=1121, #hardened=0
2.58/2.62	c BCD2: #sat=1 #unsat=554 bias=554/555
2.58/2.62	c Solving starts ...
2.58/2.62	c ============================[ Search Statistics ]============================
2.58/2.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.62	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.62	c =============================================================================
2.58/2.62	c  0.0s |       0 |        0 |        0 |     1987      0 |      167 |      601
2.58/2.63	c  0.0s |       0 |      579 |        0 |     1987      0 |      167 |      601
2.58/2.63	c #cpu_time = 0.003s
2.58/2.63	c #wall_clock_time = 0.003s
2.58/2.63	c #decision = 579
2.58/2.63	c #random_decision = 0
2.58/2.63	c #conflict = 0
2.58/2.63	c #restart = 0
2.58/2.63	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.63	c lower bound updated to 554
2.58/2.63	c BCD2: 554 <= obj <= 1962
2.58/2.63	c BCD2: #cores=387, #unrelaxed=840, #relaxed=1123, #hardened=0
2.58/2.63	c BCD2: #sat=1 #unsat=555 bias=555/556
2.58/2.63	c Solving starts ...
2.58/2.63	c ============================[ Search Statistics ]============================
2.58/2.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.63	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.63	c =============================================================================
2.58/2.63	c  0.0s |       0 |        0 |        0 |     1987      0 |      167 |      602
2.58/2.63	c  0.0s |       0 |      580 |        0 |     1987      0 |      167 |      602
2.58/2.63	c #cpu_time = 0.003s
2.58/2.63	c #wall_clock_time = 0.003s
2.58/2.63	c #decision = 580
2.58/2.63	c #random_decision = 0
2.58/2.63	c #conflict = 0
2.58/2.63	c #restart = 0
2.58/2.63	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.63	c lower bound updated to 555
2.58/2.63	c BCD2: 555 <= obj <= 1962
2.58/2.63	c BCD2: #cores=388, #unrelaxed=838, #relaxed=1125, #hardened=0
2.58/2.63	c BCD2: #sat=1 #unsat=556 bias=556/557
2.58/2.64	c Solving starts ...
2.58/2.64	c ============================[ Search Statistics ]============================
2.58/2.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.64	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.64	c =============================================================================
2.58/2.64	c  0.0s |       0 |        0 |        0 |     1987      0 |      167 |      603
2.58/2.64	c  0.0s |       0 |      580 |        0 |     1987      0 |      167 |      603
2.58/2.64	c #cpu_time = 0.003s
2.58/2.64	c #wall_clock_time = 0.003s
2.58/2.64	c #decision = 580
2.58/2.64	c #random_decision = 0
2.58/2.64	c #conflict = 0
2.58/2.64	c #restart = 0
2.58/2.64	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.58/2.64	c lower bound updated to 556
2.58/2.64	c BCD2: 556 <= obj <= 1962
2.58/2.64	c BCD2: #cores=387, #unrelaxed=836, #relaxed=1127, #hardened=0
2.58/2.64	c BCD2: #sat=1 #unsat=557 bias=557/558
2.58/2.64	c Solving starts ...
2.58/2.64	c ============================[ Search Statistics ]============================
2.58/2.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.64	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.64	c =============================================================================
2.58/2.64	c  0.0s |       0 |        0 |        0 |     1987      0 |      169 |      603
2.58/2.64	c  0.0s |       0 |      581 |        0 |     1987      0 |      169 |      605
2.58/2.64	c #cpu_time = 0.003s
2.58/2.64	c #wall_clock_time = 0.003s
2.58/2.64	c #decision = 581
2.58/2.64	c #random_decision = 0
2.58/2.64	c #conflict = 0
2.58/2.64	c #restart = 0
2.58/2.64	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.64	c lower bound updated to 557
2.58/2.65	c BCD2: 557 <= obj <= 1962
2.58/2.65	c BCD2: #cores=388, #unrelaxed=834, #relaxed=1129, #hardened=0
2.58/2.65	c BCD2: #sat=1 #unsat=558 bias=558/559
2.58/2.65	c Solving starts ...
2.58/2.65	c ============================[ Search Statistics ]============================
2.58/2.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.65	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.65	c =============================================================================
2.58/2.65	c  0.0s |       0 |        0 |        0 |     1987      0 |      169 |      606
2.58/2.65	c  0.0s |       0 |      581 |        0 |     1987      0 |      169 |      606
2.58/2.65	c #cpu_time = 0.003s
2.58/2.65	c #wall_clock_time = 0.003s
2.58/2.65	c #decision = 581
2.58/2.65	c #random_decision = 0
2.58/2.65	c #conflict = 0
2.58/2.65	c #restart = 0
2.58/2.65	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.65	c lower bound updated to 558
2.58/2.65	c BCD2: 558 <= obj <= 1962
2.58/2.65	c BCD2: #cores=389, #unrelaxed=832, #relaxed=1131, #hardened=0
2.58/2.65	c BCD2: #sat=1 #unsat=559 bias=559/560
2.58/2.65	c Solving starts ...
2.58/2.65	c ============================[ Search Statistics ]============================
2.58/2.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.65	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.65	c =============================================================================
2.58/2.65	c  0.0s |       0 |        0 |        0 |     1987      0 |      169 |      607
2.58/2.66	c  0.0s |       0 |      581 |        0 |     1987      0 |      169 |      607
2.58/2.66	c #cpu_time = 0.004s
2.58/2.66	c #wall_clock_time = 0.004s
2.58/2.66	c #decision = 581
2.58/2.66	c #random_decision = 0
2.58/2.66	c #conflict = 0
2.58/2.66	c #restart = 0
2.58/2.66	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.58/2.66	c lower bound updated to 559
2.58/2.66	c BCD2: 559 <= obj <= 1962
2.58/2.66	c BCD2: #cores=389, #unrelaxed=830, #relaxed=1133, #hardened=0
2.58/2.66	c BCD2: #sat=1 #unsat=560 bias=560/561
2.58/2.66	c Solving starts ...
2.58/2.66	c ============================[ Search Statistics ]============================
2.58/2.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.66	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.66	c =============================================================================
2.58/2.66	c  0.0s |       0 |        0 |        0 |     1987      0 |      170 |      607
2.58/2.66	c  0.0s |       0 |      582 |        0 |     1987      0 |      170 |      608
2.58/2.66	c #cpu_time = 0.003s
2.58/2.66	c #wall_clock_time = 0.003s
2.58/2.66	c #decision = 582
2.58/2.66	c #random_decision = 0
2.58/2.66	c #conflict = 0
2.58/2.66	c #restart = 0
2.58/2.66	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.58/2.66	c lower bound updated to 560
2.58/2.66	c BCD2: 560 <= obj <= 1962
2.58/2.66	c BCD2: #cores=388, #unrelaxed=828, #relaxed=1135, #hardened=0
2.58/2.66	c BCD2: #sat=1 #unsat=561 bias=561/562
2.58/2.66	c Solving starts ...
2.58/2.66	c ============================[ Search Statistics ]============================
2.58/2.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.66	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.66	c =============================================================================
2.58/2.66	c  0.0s |       0 |        0 |        0 |     1987      0 |      172 |      608
2.58/2.67	c  0.0s |       0 |      580 |        0 |     1987      0 |      172 |      610
2.58/2.67	c #cpu_time = 0.003s
2.58/2.67	c #wall_clock_time = 0.003s
2.58/2.67	c #decision = 580
2.58/2.67	c #random_decision = 0
2.58/2.67	c #conflict = 0
2.58/2.67	c #restart = 0
2.58/2.67	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.67	c lower bound updated to 561
2.58/2.67	c BCD2: 561 <= obj <= 1962
2.58/2.67	c BCD2: #cores=389, #unrelaxed=826, #relaxed=1137, #hardened=0
2.58/2.67	c BCD2: #sat=1 #unsat=562 bias=562/563
2.58/2.67	c Solving starts ...
2.58/2.67	c ============================[ Search Statistics ]============================
2.58/2.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.67	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.67	c =============================================================================
2.58/2.67	c  0.0s |       0 |        0 |        0 |     1987      0 |      172 |      611
2.58/2.67	c  0.0s |       0 |      584 |        0 |     1987      0 |      172 |      611
2.58/2.67	c #cpu_time = 0.003s
2.58/2.67	c #wall_clock_time = 0.003s
2.58/2.67	c #decision = 584
2.58/2.67	c #random_decision = 0
2.58/2.67	c #conflict = 0
2.58/2.67	c #restart = 0
2.58/2.67	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.67	c lower bound updated to 562
2.58/2.67	c BCD2: 562 <= obj <= 1962
2.58/2.67	c BCD2: #cores=390, #unrelaxed=824, #relaxed=1139, #hardened=0
2.58/2.67	c BCD2: #sat=1 #unsat=563 bias=563/564
2.58/2.68	c Solving starts ...
2.58/2.68	c ============================[ Search Statistics ]============================
2.58/2.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.68	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.68	c =============================================================================
2.58/2.68	c  0.0s |       0 |        0 |        0 |     1987      0 |      172 |      612
2.58/2.68	c  0.0s |       0 |      585 |        0 |     1987      0 |      172 |      612
2.58/2.68	c #cpu_time = 0.003s
2.58/2.68	c #wall_clock_time = 0.003s
2.58/2.68	c #decision = 585
2.58/2.68	c #random_decision = 0
2.58/2.68	c #conflict = 0
2.58/2.68	c #restart = 0
2.58/2.68	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.58/2.68	c lower bound updated to 563
2.58/2.68	c BCD2: 563 <= obj <= 1962
2.58/2.68	c BCD2: #cores=390, #unrelaxed=822, #relaxed=1141, #hardened=0
2.58/2.68	c BCD2: #sat=1 #unsat=564 bias=564/565
2.58/2.68	c Solving starts ...
2.58/2.68	c ============================[ Search Statistics ]============================
2.58/2.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.68	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.68	c =============================================================================
2.58/2.68	c  0.0s |       0 |        0 |        0 |     1987      0 |      173 |      612
2.58/2.68	c  0.0s |       0 |      585 |        0 |     1987      0 |      173 |      613
2.58/2.68	c #cpu_time = 0.003s
2.58/2.68	c #wall_clock_time = 0.003s
2.58/2.68	c #decision = 585
2.58/2.68	c #random_decision = 0
2.58/2.68	c #conflict = 0
2.58/2.68	c #restart = 0
2.58/2.68	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.68	c lower bound updated to 564
2.58/2.69	c BCD2: 564 <= obj <= 1962
2.58/2.69	c BCD2: #cores=391, #unrelaxed=820, #relaxed=1143, #hardened=0
2.58/2.69	c BCD2: #sat=1 #unsat=565 bias=565/566
2.58/2.69	c Solving starts ...
2.58/2.69	c ============================[ Search Statistics ]============================
2.58/2.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.69	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.69	c =============================================================================
2.58/2.69	c  0.0s |       0 |        0 |        0 |     1987      0 |      173 |      614
2.58/2.69	c  0.0s |       0 |      586 |        0 |     1987      0 |      173 |      614
2.58/2.69	c #cpu_time = 0.003s
2.58/2.69	c #wall_clock_time = 0.003s
2.58/2.69	c #decision = 586
2.58/2.69	c #random_decision = 0
2.58/2.69	c #conflict = 0
2.58/2.69	c #restart = 0
2.58/2.69	c BCD2: found a new core of size 2: cost of the new core is >=1
2.58/2.69	c lower bound updated to 565
2.58/2.69	c BCD2: 565 <= obj <= 1962
2.58/2.69	c BCD2: #cores=392, #unrelaxed=818, #relaxed=1145, #hardened=0
2.58/2.69	c BCD2: #sat=1 #unsat=566 bias=566/567
2.58/2.69	c Solving starts ...
2.58/2.69	c ============================[ Search Statistics ]============================
2.58/2.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.58/2.69	c       |         |          |          |    Limit     GC | Var      | Constra 
2.58/2.69	c =============================================================================
2.58/2.69	c  0.0s |       0 |        0 |        0 |     1987      0 |      173 |      615
2.69/2.70	c  0.0s |       0 |      586 |        0 |     1987      0 |      173 |      615
2.69/2.70	c #cpu_time = 0.004s
2.69/2.70	c #wall_clock_time = 0.004s
2.69/2.70	c #decision = 586
2.69/2.70	c #random_decision = 0
2.69/2.70	c #conflict = 0
2.69/2.70	c #restart = 0
2.69/2.70	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.69/2.70	c lower bound updated to 566
2.69/2.70	c BCD2: 566 <= obj <= 1962
2.69/2.70	c BCD2: #cores=392, #unrelaxed=816, #relaxed=1147, #hardened=0
2.69/2.70	c BCD2: #sat=1 #unsat=567 bias=567/568
2.69/2.70	c Solving starts ...
2.69/2.70	c ============================[ Search Statistics ]============================
2.69/2.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.70	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.70	c =============================================================================
2.69/2.70	c  0.0s |       0 |        0 |        0 |     1987      0 |      174 |      615
2.69/2.70	c  0.0s |       0 |      587 |        0 |     1987      0 |      174 |      616
2.69/2.70	c #cpu_time = 0.003s
2.69/2.70	c #wall_clock_time = 0.003s
2.69/2.70	c #decision = 587
2.69/2.70	c #random_decision = 0
2.69/2.70	c #conflict = 0
2.69/2.70	c #restart = 0
2.69/2.70	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.70	c lower bound updated to 567
2.69/2.70	c BCD2: 567 <= obj <= 1962
2.69/2.70	c BCD2: #cores=393, #unrelaxed=814, #relaxed=1149, #hardened=0
2.69/2.70	c BCD2: #sat=1 #unsat=568 bias=568/569
2.69/2.70	c Solving starts ...
2.69/2.70	c ============================[ Search Statistics ]============================
2.69/2.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.70	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.70	c =============================================================================
2.69/2.70	c  0.0s |       0 |        0 |        0 |     1987      0 |      174 |      617
2.69/2.71	c  0.0s |       0 |      587 |        0 |     1987      0 |      174 |      617
2.69/2.71	c #cpu_time = 0.003s
2.69/2.71	c #wall_clock_time = 0.003s
2.69/2.71	c #decision = 587
2.69/2.71	c #random_decision = 0
2.69/2.71	c #conflict = 0
2.69/2.71	c #restart = 0
2.69/2.71	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
2.69/2.71	c lower bound updated to 568
2.69/2.71	c BCD2: 568 <= obj <= 1962
2.69/2.71	c BCD2: #cores=391, #unrelaxed=812, #relaxed=1151, #hardened=0
2.69/2.71	c BCD2: #sat=1 #unsat=569 bias=569/570
2.69/2.71	c Solving starts ...
2.69/2.71	c ============================[ Search Statistics ]============================
2.69/2.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.71	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.71	c =============================================================================
2.69/2.71	c  0.0s |       0 |        0 |        0 |     1987      0 |      177 |      617
2.69/2.71	c  0.0s |       0 |      585 |        0 |     1987      0 |      177 |      620
2.69/2.71	c #cpu_time = 0.003s
2.69/2.71	c #wall_clock_time = 0.003s
2.69/2.71	c #decision = 585
2.69/2.71	c #random_decision = 0
2.69/2.71	c #conflict = 0
2.69/2.71	c #restart = 0
2.69/2.71	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.71	c lower bound updated to 569
2.69/2.71	c BCD2: 569 <= obj <= 1962
2.69/2.71	c BCD2: #cores=392, #unrelaxed=810, #relaxed=1153, #hardened=0
2.69/2.71	c BCD2: #sat=1 #unsat=570 bias=570/571
2.69/2.72	c Solving starts ...
2.69/2.72	c ============================[ Search Statistics ]============================
2.69/2.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.72	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.72	c =============================================================================
2.69/2.72	c  0.0s |       0 |        0 |        0 |     1987      0 |      177 |      621
2.69/2.72	c  0.0s |       0 |      585 |        0 |     1987      0 |      177 |      621
2.69/2.72	c #cpu_time = 0.003s
2.69/2.72	c #wall_clock_time = 0.003s
2.69/2.72	c #decision = 585
2.69/2.72	c #random_decision = 0
2.69/2.72	c #conflict = 0
2.69/2.72	c #restart = 0
2.69/2.72	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.69/2.72	c lower bound updated to 570
2.69/2.72	c BCD2: 570 <= obj <= 1962
2.69/2.72	c BCD2: #cores=392, #unrelaxed=808, #relaxed=1155, #hardened=0
2.69/2.72	c BCD2: #sat=1 #unsat=571 bias=571/572
2.69/2.72	c Solving starts ...
2.69/2.72	c ============================[ Search Statistics ]============================
2.69/2.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.72	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.72	c =============================================================================
2.69/2.72	c  0.0s |       0 |        0 |        0 |     1987      0 |      178 |      621
2.69/2.73	c  0.0s |       0 |      584 |        0 |     1987      0 |      178 |      622
2.69/2.73	c #cpu_time = 0.003s
2.69/2.73	c #wall_clock_time = 0.003s
2.69/2.73	c #decision = 584
2.69/2.73	c #random_decision = 0
2.69/2.73	c #conflict = 0
2.69/2.73	c #restart = 0
2.69/2.73	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.69/2.73	c lower bound updated to 571
2.69/2.73	c BCD2: 571 <= obj <= 1962
2.69/2.73	c BCD2: #cores=392, #unrelaxed=806, #relaxed=1157, #hardened=0
2.69/2.73	c BCD2: #sat=1 #unsat=572 bias=572/573
2.69/2.73	c Solving starts ...
2.69/2.73	c ============================[ Search Statistics ]============================
2.69/2.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.73	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.73	c =============================================================================
2.69/2.73	c  0.0s |       0 |        0 |        0 |     1987      0 |      179 |      622
2.69/2.73	c  0.0s |       0 |      585 |        0 |     1987      0 |      179 |      623
2.69/2.73	c #cpu_time = 0.003s
2.69/2.73	c #wall_clock_time = 0.003s
2.69/2.73	c #decision = 585
2.69/2.73	c #random_decision = 0
2.69/2.73	c #conflict = 0
2.69/2.73	c #restart = 0
2.69/2.73	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.73	c lower bound updated to 572
2.69/2.73	c BCD2: 572 <= obj <= 1962
2.69/2.73	c BCD2: #cores=393, #unrelaxed=804, #relaxed=1159, #hardened=0
2.69/2.73	c BCD2: #sat=1 #unsat=573 bias=573/574
2.69/2.73	c Solving starts ...
2.69/2.73	c ============================[ Search Statistics ]============================
2.69/2.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.73	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.73	c =============================================================================
2.69/2.73	c  0.0s |       0 |        0 |        0 |     1987      0 |      179 |      624
2.69/2.74	c  0.0s |       0 |      585 |        0 |     1987      0 |      179 |      624
2.69/2.74	c #cpu_time = 0.004s
2.69/2.74	c #wall_clock_time = 0.004s
2.69/2.74	c #decision = 585
2.69/2.74	c #random_decision = 0
2.69/2.74	c #conflict = 0
2.69/2.74	c #restart = 0
2.69/2.74	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.69/2.74	c lower bound updated to 573
2.69/2.74	c BCD2: 573 <= obj <= 1962
2.69/2.74	c BCD2: #cores=393, #unrelaxed=802, #relaxed=1161, #hardened=0
2.69/2.74	c BCD2: #sat=1 #unsat=574 bias=574/575
2.69/2.74	c Solving starts ...
2.69/2.74	c ============================[ Search Statistics ]============================
2.69/2.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.74	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.74	c =============================================================================
2.69/2.74	c  0.0s |       0 |        0 |        0 |     1987      0 |      180 |      624
2.69/2.74	c  0.0s |       0 |      584 |        0 |     1987      0 |      180 |      625
2.69/2.74	c #cpu_time = 0.003s
2.69/2.74	c #wall_clock_time = 0.003s
2.69/2.74	c #decision = 584
2.69/2.74	c #random_decision = 0
2.69/2.74	c #conflict = 0
2.69/2.74	c #restart = 0
2.69/2.74	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.74	c lower bound updated to 574
2.69/2.74	c BCD2: 574 <= obj <= 1962
2.69/2.74	c BCD2: #cores=394, #unrelaxed=800, #relaxed=1163, #hardened=0
2.69/2.74	c BCD2: #sat=1 #unsat=575 bias=575/576
2.69/2.75	c Solving starts ...
2.69/2.75	c ============================[ Search Statistics ]============================
2.69/2.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.75	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.75	c =============================================================================
2.69/2.75	c  0.0s |       0 |        0 |        0 |     1987      0 |      180 |      626
2.69/2.75	c  0.0s |       0 |      584 |        0 |     1987      0 |      180 |      626
2.69/2.75	c #cpu_time = 0.003s
2.69/2.75	c #wall_clock_time = 0.003s
2.69/2.75	c #decision = 584
2.69/2.75	c #random_decision = 0
2.69/2.75	c #conflict = 0
2.69/2.75	c #restart = 0
2.69/2.75	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.69/2.75	c lower bound updated to 575
2.69/2.75	c BCD2: 575 <= obj <= 1962
2.69/2.75	c BCD2: #cores=393, #unrelaxed=798, #relaxed=1165, #hardened=0
2.69/2.75	c BCD2: #sat=1 #unsat=576 bias=576/577
2.69/2.75	c Solving starts ...
2.69/2.75	c ============================[ Search Statistics ]============================
2.69/2.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.75	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.75	c =============================================================================
2.69/2.75	c  0.0s |       0 |        0 |        0 |     1987      0 |      182 |      626
2.69/2.75	c  0.0s |       0 |      584 |        0 |     1987      0 |      182 |      628
2.69/2.75	c #cpu_time = 0.003s
2.69/2.75	c #wall_clock_time = 0.003s
2.69/2.75	c #decision = 584
2.69/2.75	c #random_decision = 0
2.69/2.75	c #conflict = 0
2.69/2.75	c #restart = 0
2.69/2.75	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.69/2.75	c lower bound updated to 576
2.69/2.76	c BCD2: 576 <= obj <= 1962
2.69/2.76	c BCD2: #cores=392, #unrelaxed=796, #relaxed=1167, #hardened=0
2.69/2.76	c BCD2: #sat=1 #unsat=577 bias=577/578
2.69/2.76	c Solving starts ...
2.69/2.76	c ============================[ Search Statistics ]============================
2.69/2.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.76	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.76	c =============================================================================
2.69/2.76	c  0.0s |       0 |        0 |        0 |     1987      0 |      184 |      628
2.69/2.76	c  0.0s |       0 |      586 |        0 |     1987      0 |      184 |      630
2.69/2.76	c #cpu_time = 0.003s
2.69/2.76	c #wall_clock_time = 0.003s
2.69/2.76	c #decision = 586
2.69/2.76	c #random_decision = 0
2.69/2.76	c #conflict = 0
2.69/2.76	c #restart = 0
2.69/2.76	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.76	c lower bound updated to 577
2.69/2.76	c BCD2: 577 <= obj <= 1962
2.69/2.76	c BCD2: #cores=393, #unrelaxed=794, #relaxed=1169, #hardened=0
2.69/2.76	c BCD2: #sat=1 #unsat=578 bias=578/579
2.69/2.76	c Solving starts ...
2.69/2.76	c ============================[ Search Statistics ]============================
2.69/2.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.76	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.76	c =============================================================================
2.69/2.76	c  0.0s |       0 |        0 |        0 |     1987      0 |      184 |      631
2.69/2.77	c  0.0s |       0 |      589 |        0 |     1987      0 |      184 |      631
2.69/2.77	c #cpu_time = 0.003s
2.69/2.77	c #wall_clock_time = 0.003s
2.69/2.77	c #decision = 589
2.69/2.77	c #random_decision = 0
2.69/2.77	c #conflict = 0
2.69/2.77	c #restart = 0
2.69/2.77	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.77	c lower bound updated to 578
2.69/2.77	c BCD2: 578 <= obj <= 1962
2.69/2.77	c BCD2: #cores=394, #unrelaxed=792, #relaxed=1171, #hardened=0
2.69/2.77	c BCD2: #sat=1 #unsat=579 bias=579/580
2.69/2.77	c Solving starts ...
2.69/2.77	c ============================[ Search Statistics ]============================
2.69/2.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.77	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.77	c =============================================================================
2.69/2.77	c  0.0s |       0 |        0 |        0 |     1987      0 |      184 |      632
2.69/2.77	c  0.0s |       0 |      590 |        0 |     1987      0 |      184 |      632
2.69/2.77	c #cpu_time = 0.003s
2.69/2.77	c #wall_clock_time = 0.003s
2.69/2.77	c #decision = 590
2.69/2.77	c #random_decision = 0
2.69/2.77	c #conflict = 0
2.69/2.77	c #restart = 0
2.69/2.77	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.77	c lower bound updated to 579
2.69/2.77	c BCD2: 579 <= obj <= 1962
2.69/2.77	c BCD2: #cores=395, #unrelaxed=790, #relaxed=1173, #hardened=0
2.69/2.77	c BCD2: #sat=1 #unsat=580 bias=580/581
2.69/2.77	c Solving starts ...
2.69/2.77	c ============================[ Search Statistics ]============================
2.69/2.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.77	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.77	c =============================================================================
2.69/2.77	c  0.0s |       0 |        0 |        0 |     1987      0 |      184 |      633
2.69/2.78	c  0.0s |       0 |      590 |        0 |     1987      0 |      184 |      633
2.69/2.78	c #cpu_time = 0.004s
2.69/2.78	c #wall_clock_time = 0.004s
2.69/2.78	c #decision = 590
2.69/2.78	c #random_decision = 0
2.69/2.78	c #conflict = 0
2.69/2.78	c #restart = 0
2.69/2.78	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.69/2.78	c lower bound updated to 580
2.69/2.78	c BCD2: 580 <= obj <= 1962
2.69/2.78	c BCD2: #cores=394, #unrelaxed=788, #relaxed=1175, #hardened=0
2.69/2.78	c BCD2: #sat=1 #unsat=581 bias=581/582
2.69/2.78	c Solving starts ...
2.69/2.78	c ============================[ Search Statistics ]============================
2.69/2.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.78	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.78	c =============================================================================
2.69/2.78	c  0.0s |       0 |        0 |        0 |     1987      0 |      186 |      633
2.69/2.78	c  0.0s |       0 |      588 |        0 |     1987      0 |      186 |      635
2.69/2.78	c #cpu_time = 0.003s
2.69/2.78	c #wall_clock_time = 0.003s
2.69/2.78	c #decision = 588
2.69/2.78	c #random_decision = 0
2.69/2.78	c #conflict = 0
2.69/2.78	c #restart = 0
2.69/2.78	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.69/2.78	c lower bound updated to 581
2.69/2.78	c BCD2: 581 <= obj <= 1962
2.69/2.78	c BCD2: #cores=394, #unrelaxed=786, #relaxed=1177, #hardened=0
2.69/2.78	c BCD2: #sat=1 #unsat=582 bias=582/583
2.69/2.79	c Solving starts ...
2.69/2.79	c ============================[ Search Statistics ]============================
2.69/2.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.79	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.79	c =============================================================================
2.69/2.79	c  0.0s |       0 |        0 |        0 |     1987      0 |      187 |      635
2.69/2.79	c  0.0s |       0 |      587 |        0 |     1987      0 |      187 |      636
2.69/2.79	c #cpu_time = 0.003s
2.69/2.79	c #wall_clock_time = 0.003s
2.69/2.79	c #decision = 587
2.69/2.79	c #random_decision = 0
2.69/2.79	c #conflict = 0
2.69/2.79	c #restart = 0
2.69/2.79	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.79	c lower bound updated to 582
2.69/2.79	c BCD2: 582 <= obj <= 1962
2.69/2.79	c BCD2: #cores=395, #unrelaxed=784, #relaxed=1179, #hardened=0
2.69/2.79	c BCD2: #sat=1 #unsat=583 bias=583/584
2.69/2.79	c Solving starts ...
2.69/2.79	c ============================[ Search Statistics ]============================
2.69/2.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.79	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.79	c =============================================================================
2.69/2.79	c  0.0s |       0 |        0 |        0 |     1987      0 |      187 |      637
2.69/2.79	c  0.0s |       0 |      590 |        0 |     1987      0 |      187 |      637
2.69/2.79	c #cpu_time = 0.003s
2.69/2.79	c #wall_clock_time = 0.003s
2.69/2.79	c #decision = 590
2.69/2.79	c #random_decision = 0
2.69/2.79	c #conflict = 0
2.69/2.79	c #restart = 0
2.69/2.79	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.69/2.79	c lower bound updated to 583
2.69/2.80	c BCD2: 583 <= obj <= 1962
2.69/2.80	c BCD2: #cores=395, #unrelaxed=782, #relaxed=1181, #hardened=0
2.69/2.80	c BCD2: #sat=1 #unsat=584 bias=584/585
2.79/2.80	c Solving starts ...
2.79/2.80	c ============================[ Search Statistics ]============================
2.79/2.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.80	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.80	c =============================================================================
2.79/2.80	c  0.0s |       0 |        0 |        0 |     1987      0 |      188 |      637
2.79/2.80	c  0.0s |       0 |      590 |        0 |     1987      0 |      188 |      638
2.79/2.80	c #cpu_time = 0.003s
2.79/2.80	c #wall_clock_time = 0.003s
2.79/2.80	c #decision = 590
2.79/2.80	c #random_decision = 0
2.79/2.80	c #conflict = 0
2.79/2.80	c #restart = 0
2.79/2.80	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.80	c lower bound updated to 584
2.79/2.80	c BCD2: 584 <= obj <= 1962
2.79/2.80	c BCD2: #cores=396, #unrelaxed=780, #relaxed=1183, #hardened=0
2.79/2.80	c BCD2: #sat=1 #unsat=585 bias=585/586
2.79/2.80	c Solving starts ...
2.79/2.80	c ============================[ Search Statistics ]============================
2.79/2.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.80	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.80	c =============================================================================
2.79/2.80	c  0.0s |       0 |        0 |        0 |     1987      0 |      188 |      639
2.79/2.81	c  0.0s |       0 |      594 |        0 |     1987      0 |      188 |      639
2.79/2.81	c #cpu_time = 0.003s
2.79/2.81	c #wall_clock_time = 0.003s
2.79/2.81	c #decision = 594
2.79/2.81	c #random_decision = 0
2.79/2.81	c #conflict = 0
2.79/2.81	c #restart = 0
2.79/2.81	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.79/2.81	c lower bound updated to 585
2.79/2.81	c BCD2: 585 <= obj <= 1962
2.79/2.81	c BCD2: #cores=396, #unrelaxed=778, #relaxed=1185, #hardened=0
2.79/2.81	c BCD2: #sat=1 #unsat=586 bias=586/587
2.79/2.81	c Solving starts ...
2.79/2.81	c ============================[ Search Statistics ]============================
2.79/2.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.81	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.81	c =============================================================================
2.79/2.81	c  0.0s |       0 |        0 |        0 |     1987      0 |      189 |      639
2.79/2.81	c  0.0s |       0 |      594 |        0 |     1987      0 |      189 |      640
2.79/2.81	c #cpu_time = 0.003s
2.79/2.81	c #wall_clock_time = 0.003s
2.79/2.81	c #decision = 594
2.79/2.81	c #random_decision = 0
2.79/2.81	c #conflict = 0
2.79/2.81	c #restart = 0
2.79/2.81	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.81	c lower bound updated to 586
2.79/2.81	c BCD2: 586 <= obj <= 1962
2.79/2.81	c BCD2: #cores=397, #unrelaxed=776, #relaxed=1187, #hardened=0
2.79/2.81	c BCD2: #sat=1 #unsat=587 bias=587/588
2.79/2.81	c Solving starts ...
2.79/2.81	c ============================[ Search Statistics ]============================
2.79/2.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.81	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.81	c =============================================================================
2.79/2.81	c  0.0s |       0 |        0 |        0 |     1987      0 |      189 |      641
2.79/2.82	c  0.0s |       0 |      594 |        0 |     1987      0 |      189 |      641
2.79/2.82	c #cpu_time = 0.004s
2.79/2.82	c #wall_clock_time = 0.004s
2.79/2.82	c #decision = 594
2.79/2.82	c #random_decision = 0
2.79/2.82	c #conflict = 0
2.79/2.82	c #restart = 0
2.79/2.82	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.79/2.82	c lower bound updated to 587
2.79/2.82	c BCD2: 587 <= obj <= 1962
2.79/2.82	c BCD2: #cores=397, #unrelaxed=774, #relaxed=1189, #hardened=0
2.79/2.82	c BCD2: #sat=1 #unsat=588 bias=588/589
2.79/2.82	c Solving starts ...
2.79/2.82	c ============================[ Search Statistics ]============================
2.79/2.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.82	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.82	c =============================================================================
2.79/2.82	c  0.0s |       0 |        0 |        0 |     1987      0 |      190 |      641
2.79/2.82	c  0.0s |       0 |      593 |        0 |     1987      0 |      190 |      642
2.79/2.82	c #cpu_time = 0.003s
2.79/2.82	c #wall_clock_time = 0.003s
2.79/2.82	c #decision = 593
2.79/2.82	c #random_decision = 0
2.79/2.82	c #conflict = 0
2.79/2.82	c #restart = 0
2.79/2.82	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.79/2.82	c lower bound updated to 588
2.79/2.82	c BCD2: 588 <= obj <= 1962
2.79/2.82	c BCD2: #cores=397, #unrelaxed=772, #relaxed=1191, #hardened=0
2.79/2.82	c BCD2: #sat=1 #unsat=589 bias=589/590
2.79/2.83	c Solving starts ...
2.79/2.83	c ============================[ Search Statistics ]============================
2.79/2.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.83	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.83	c =============================================================================
2.79/2.83	c  0.0s |       0 |        0 |        0 |     1987      0 |      191 |      642
2.79/2.83	c  0.0s |       0 |      593 |        0 |     1987      0 |      191 |      643
2.79/2.83	c #cpu_time = 0.003s
2.79/2.83	c #wall_clock_time = 0.003s
2.79/2.83	c #decision = 593
2.79/2.83	c #random_decision = 0
2.79/2.83	c #conflict = 0
2.79/2.83	c #restart = 0
2.79/2.83	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.79/2.83	c lower bound updated to 589
2.79/2.83	c BCD2: 589 <= obj <= 1962
2.79/2.83	c BCD2: #cores=397, #unrelaxed=770, #relaxed=1193, #hardened=0
2.79/2.83	c BCD2: #sat=1 #unsat=590 bias=590/591
2.79/2.83	c Solving starts ...
2.79/2.83	c ============================[ Search Statistics ]============================
2.79/2.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.83	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.83	c =============================================================================
2.79/2.83	c  0.0s |       0 |        0 |        0 |     1987      0 |      192 |      643
2.79/2.84	c  0.0s |       0 |      592 |        0 |     1987      0 |      192 |      644
2.79/2.84	c #cpu_time = 0.003s
2.79/2.84	c #wall_clock_time = 0.003s
2.79/2.84	c #decision = 592
2.79/2.84	c #random_decision = 0
2.79/2.84	c #conflict = 0
2.79/2.84	c #restart = 0
2.79/2.84	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.84	c lower bound updated to 590
2.79/2.84	c BCD2: 590 <= obj <= 1962
2.79/2.84	c BCD2: #cores=398, #unrelaxed=768, #relaxed=1195, #hardened=0
2.79/2.84	c BCD2: #sat=1 #unsat=591 bias=591/592
2.79/2.84	c Solving starts ...
2.79/2.84	c ============================[ Search Statistics ]============================
2.79/2.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.84	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.84	c =============================================================================
2.79/2.84	c  0.0s |       0 |        0 |        0 |     1987      0 |      192 |      645
2.79/2.84	c  0.0s |       0 |      593 |        0 |     1987      0 |      192 |      645
2.79/2.84	c #cpu_time = 0.003s
2.79/2.84	c #wall_clock_time = 0.003s
2.79/2.84	c #decision = 593
2.79/2.84	c #random_decision = 0
2.79/2.84	c #conflict = 0
2.79/2.84	c #restart = 0
2.79/2.84	c BCD2: relaxing 4 and merging with 4 cores into a new core of size 14: cost of the new core is >=6
2.79/2.84	c lower bound updated to 591
2.79/2.84	c BCD2: 591 <= obj <= 1962
2.79/2.84	c BCD2: #cores=395, #unrelaxed=764, #relaxed=1199, #hardened=0
2.79/2.84	c BCD2: #sat=1 #unsat=592 bias=592/593
2.79/2.84	c Solving starts ...
2.79/2.84	c ============================[ Search Statistics ]============================
2.79/2.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.84	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.84	c =============================================================================
2.79/2.84	c  0.0s |       0 |        0 |        0 |     1987      0 |      196 |      645
2.79/2.85	c  0.0s |       0 |      588 |        0 |     1987      0 |      196 |      649
2.79/2.85	c #cpu_time = 0.003s
2.79/2.85	c #wall_clock_time = 0.003s
2.79/2.85	c #decision = 588
2.79/2.85	c #random_decision = 0
2.79/2.85	c #conflict = 0
2.79/2.85	c #restart = 0
2.79/2.85	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.79/2.85	c lower bound updated to 592
2.79/2.85	c BCD2: 592 <= obj <= 1962
2.79/2.85	c BCD2: #cores=395, #unrelaxed=762, #relaxed=1201, #hardened=0
2.79/2.85	c BCD2: #sat=1 #unsat=593 bias=593/594
2.79/2.85	c Solving starts ...
2.79/2.85	c ============================[ Search Statistics ]============================
2.79/2.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.85	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.85	c =============================================================================
2.79/2.85	c  0.0s |       0 |        0 |        0 |     1987      0 |      197 |      649
2.79/2.85	c  0.0s |       0 |      587 |        0 |     1987      0 |      197 |      650
2.79/2.85	c #cpu_time = 0.003s
2.79/2.85	c #wall_clock_time = 0.003s
2.79/2.85	c #decision = 587
2.79/2.85	c #random_decision = 0
2.79/2.85	c #conflict = 0
2.79/2.85	c #restart = 0
2.79/2.85	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.85	c lower bound updated to 593
2.79/2.85	c BCD2: 593 <= obj <= 1962
2.79/2.85	c BCD2: #cores=396, #unrelaxed=760, #relaxed=1203, #hardened=0
2.79/2.85	c BCD2: #sat=1 #unsat=594 bias=594/595
2.79/2.85	c Solving starts ...
2.79/2.85	c ============================[ Search Statistics ]============================
2.79/2.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.85	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.85	c =============================================================================
2.79/2.85	c  0.0s |       0 |        0 |        0 |     1987      0 |      197 |      651
2.79/2.86	c  0.0s |       0 |      589 |        0 |     1987      0 |      197 |      651
2.79/2.86	c #cpu_time = 0.004s
2.79/2.86	c #wall_clock_time = 0.004s
2.79/2.86	c #decision = 589
2.79/2.86	c #random_decision = 0
2.79/2.86	c #conflict = 0
2.79/2.86	c #restart = 0
2.79/2.86	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.86	c lower bound updated to 594
2.79/2.86	c BCD2: 594 <= obj <= 1962
2.79/2.86	c BCD2: #cores=397, #unrelaxed=758, #relaxed=1205, #hardened=0
2.79/2.86	c BCD2: #sat=1 #unsat=595 bias=595/596
2.79/2.86	c Solving starts ...
2.79/2.86	c ============================[ Search Statistics ]============================
2.79/2.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.86	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.86	c =============================================================================
2.79/2.86	c  0.0s |       0 |        0 |        0 |     1987      0 |      197 |      652
2.79/2.86	c  0.0s |       0 |      590 |        0 |     1987      0 |      197 |      652
2.79/2.86	c #cpu_time = 0.003s
2.79/2.86	c #wall_clock_time = 0.003s
2.79/2.86	c #decision = 590
2.79/2.86	c #random_decision = 0
2.79/2.86	c #conflict = 0
2.79/2.86	c #restart = 0
2.79/2.86	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.86	c lower bound updated to 595
2.79/2.87	c BCD2: 595 <= obj <= 1962
2.79/2.87	c BCD2: #cores=398, #unrelaxed=756, #relaxed=1207, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=596 bias=596/597
2.79/2.87	c Solving starts ...
2.79/2.87	c ============================[ Search Statistics ]============================
2.79/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.87	c =============================================================================
2.79/2.87	c  0.0s |       0 |        0 |        0 |     1987      0 |      197 |      653
2.79/2.87	c  0.0s |       0 |      591 |        0 |     1987      0 |      197 |      653
2.79/2.87	c #cpu_time = 0.003s
2.79/2.87	c #wall_clock_time = 0.003s
2.79/2.87	c #decision = 591
2.79/2.87	c #random_decision = 0
2.79/2.87	c #conflict = 0
2.79/2.87	c #restart = 0
2.79/2.87	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.87	c lower bound updated to 596
2.79/2.87	c BCD2: 596 <= obj <= 1962
2.79/2.87	c BCD2: #cores=399, #unrelaxed=754, #relaxed=1209, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=597 bias=597/598
2.79/2.87	c Solving starts ...
2.79/2.87	c ============================[ Search Statistics ]============================
2.79/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.87	c =============================================================================
2.79/2.87	c  0.0s |       0 |        0 |        0 |     1987      0 |      197 |      654
2.79/2.88	c  0.0s |       0 |      591 |        0 |     1987      0 |      197 |      654
2.79/2.88	c #cpu_time = 0.003s
2.79/2.88	c #wall_clock_time = 0.003s
2.79/2.88	c #decision = 591
2.79/2.88	c #random_decision = 0
2.79/2.88	c #conflict = 0
2.79/2.88	c #restart = 0
2.79/2.88	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.88	c lower bound updated to 597
2.79/2.88	c BCD2: 597 <= obj <= 1962
2.79/2.88	c BCD2: #cores=400, #unrelaxed=752, #relaxed=1211, #hardened=0
2.79/2.88	c BCD2: #sat=1 #unsat=598 bias=598/599
2.79/2.88	c Solving starts ...
2.79/2.88	c ============================[ Search Statistics ]============================
2.79/2.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.88	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.88	c =============================================================================
2.79/2.88	c  0.0s |       0 |        0 |        0 |     1987      0 |      197 |      655
2.79/2.88	c  0.0s |       0 |      591 |        0 |     1987      0 |      197 |      655
2.79/2.88	c #cpu_time = 0.003s
2.79/2.88	c #wall_clock_time = 0.003s
2.79/2.88	c #decision = 591
2.79/2.88	c #random_decision = 0
2.79/2.88	c #conflict = 0
2.79/2.88	c #restart = 0
2.79/2.88	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.88	c lower bound updated to 598
2.79/2.88	c BCD2: 598 <= obj <= 1962
2.79/2.88	c BCD2: #cores=401, #unrelaxed=750, #relaxed=1213, #hardened=0
2.79/2.88	c BCD2: #sat=1 #unsat=599 bias=599/600
2.79/2.88	c Solving starts ...
2.79/2.88	c ============================[ Search Statistics ]============================
2.79/2.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.88	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.88	c =============================================================================
2.79/2.88	c  0.0s |       0 |        0 |        0 |     1987      0 |      197 |      656
2.79/2.89	c  0.0s |       0 |      594 |        0 |     1987      0 |      197 |      656
2.79/2.89	c #cpu_time = 0.003s
2.79/2.89	c #wall_clock_time = 0.003s
2.79/2.89	c #decision = 594
2.79/2.89	c #random_decision = 0
2.79/2.89	c #conflict = 0
2.79/2.89	c #restart = 0
2.79/2.89	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.89	c lower bound updated to 599
2.79/2.89	c BCD2: 599 <= obj <= 1962
2.79/2.89	c BCD2: #cores=402, #unrelaxed=748, #relaxed=1215, #hardened=0
2.79/2.89	c BCD2: #sat=1 #unsat=600 bias=600/601
2.79/2.89	c Solving starts ...
2.79/2.89	c ============================[ Search Statistics ]============================
2.79/2.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.89	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.89	c =============================================================================
2.79/2.89	c  0.0s |       0 |        0 |        0 |     1987      0 |      197 |      657
2.79/2.89	c  0.0s |       0 |      596 |        0 |     1987      0 |      197 |      657
2.79/2.89	c #cpu_time = 0.003s
2.79/2.89	c #wall_clock_time = 0.003s
2.79/2.89	c #decision = 596
2.79/2.89	c #random_decision = 0
2.79/2.89	c #conflict = 0
2.79/2.89	c #restart = 0
2.79/2.89	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.89	c lower bound updated to 600
2.79/2.89	c BCD2: 600 <= obj <= 1962
2.79/2.89	c BCD2: #cores=403, #unrelaxed=746, #relaxed=1217, #hardened=0
2.79/2.89	c BCD2: #sat=1 #unsat=601 bias=601/602
2.79/2.89	c Solving starts ...
2.79/2.89	c ============================[ Search Statistics ]============================
2.79/2.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.89	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.89	c =============================================================================
2.79/2.90	c  0.0s |       0 |        0 |        0 |     1987      0 |      197 |      658
2.89/2.90	c  0.0s |       0 |      597 |        0 |     1987      0 |      197 |      658
2.89/2.90	c #cpu_time = 0.004s
2.89/2.90	c #wall_clock_time = 0.004s
2.89/2.90	c #decision = 597
2.89/2.90	c #random_decision = 0
2.89/2.90	c #conflict = 0
2.89/2.90	c #restart = 0
2.89/2.90	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.90	c lower bound updated to 601
2.89/2.90	c BCD2: 601 <= obj <= 1962
2.89/2.90	c BCD2: #cores=404, #unrelaxed=744, #relaxed=1219, #hardened=0
2.89/2.90	c BCD2: #sat=1 #unsat=602 bias=602/603
2.89/2.90	c Solving starts ...
2.89/2.90	c ============================[ Search Statistics ]============================
2.89/2.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.90	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.90	c =============================================================================
2.89/2.90	c  0.0s |       0 |        0 |        0 |     1987      0 |      197 |      659
2.89/2.90	c  0.0s |       0 |      598 |        0 |     1987      0 |      197 |      659
2.89/2.90	c #cpu_time = 0.003s
2.89/2.90	c #wall_clock_time = 0.003s
2.89/2.90	c #decision = 598
2.89/2.90	c #random_decision = 0
2.89/2.90	c #conflict = 0
2.89/2.90	c #restart = 0
2.89/2.90	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
2.89/2.90	c lower bound updated to 602
2.89/2.91	c BCD2: 602 <= obj <= 1962
2.89/2.91	c BCD2: #cores=404, #unrelaxed=740, #relaxed=1223, #hardened=0
2.89/2.91	c BCD2: #sat=1 #unsat=603 bias=603/604
2.89/2.91	c Solving starts ...
2.89/2.91	c ============================[ Search Statistics ]============================
2.89/2.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.91	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.91	c =============================================================================
2.89/2.91	c  0.0s |       0 |        0 |        0 |     1987      0 |      198 |      659
2.89/2.91	c  0.0s |       0 |      596 |        0 |     1987      0 |      198 |      660
2.89/2.91	c #cpu_time = 0.003s
2.89/2.91	c #wall_clock_time = 0.003s
2.89/2.91	c #decision = 596
2.89/2.91	c #random_decision = 0
2.89/2.91	c #conflict = 0
2.89/2.91	c #restart = 0
2.89/2.91	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.91	c lower bound updated to 603
2.89/2.91	c BCD2: 603 <= obj <= 1962
2.89/2.91	c BCD2: #cores=405, #unrelaxed=738, #relaxed=1225, #hardened=0
2.89/2.91	c BCD2: #sat=1 #unsat=604 bias=604/605
2.89/2.91	c Solving starts ...
2.89/2.91	c ============================[ Search Statistics ]============================
2.89/2.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.91	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.91	c =============================================================================
2.89/2.91	c  0.0s |       0 |        0 |        0 |     1987      0 |      198 |      661
2.89/2.92	c  0.0s |       0 |      596 |        0 |     1987      0 |      198 |      661
2.89/2.92	c #cpu_time = 0.003s
2.89/2.92	c #wall_clock_time = 0.003s
2.89/2.92	c #decision = 596
2.89/2.92	c #random_decision = 0
2.89/2.92	c #conflict = 0
2.89/2.92	c #restart = 0
2.89/2.92	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.92	c lower bound updated to 604
2.89/2.92	c BCD2: 604 <= obj <= 1962
2.89/2.92	c BCD2: #cores=406, #unrelaxed=736, #relaxed=1227, #hardened=0
2.89/2.92	c BCD2: #sat=1 #unsat=605 bias=605/606
2.89/2.92	c Solving starts ...
2.89/2.92	c ============================[ Search Statistics ]============================
2.89/2.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.92	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.92	c =============================================================================
2.89/2.92	c  0.0s |       0 |        0 |        0 |     1987      0 |      198 |      662
2.89/2.92	c  0.0s |       0 |      596 |        0 |     1987      0 |      198 |      662
2.89/2.92	c #cpu_time = 0.003s
2.89/2.92	c #wall_clock_time = 0.003s
2.89/2.92	c #decision = 596
2.89/2.92	c #random_decision = 0
2.89/2.92	c #conflict = 0
2.89/2.92	c #restart = 0
2.89/2.92	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.92	c lower bound updated to 605
2.89/2.92	c BCD2: 605 <= obj <= 1962
2.89/2.92	c BCD2: #cores=407, #unrelaxed=734, #relaxed=1229, #hardened=0
2.89/2.92	c BCD2: #sat=1 #unsat=606 bias=606/607
2.89/2.92	c Solving starts ...
2.89/2.92	c ============================[ Search Statistics ]============================
2.89/2.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.92	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.92	c =============================================================================
2.89/2.92	c  0.0s |       0 |        0 |        0 |     1987      0 |      198 |      663
2.89/2.93	c  0.0s |       0 |      601 |        0 |     1987      0 |      198 |      663
2.89/2.93	c #cpu_time = 0.003s
2.89/2.93	c #wall_clock_time = 0.003s
2.89/2.93	c #decision = 601
2.89/2.93	c #random_decision = 0
2.89/2.93	c #conflict = 0
2.89/2.93	c #restart = 0
2.89/2.93	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
2.89/2.93	c lower bound updated to 606
2.89/2.93	c BCD2: 606 <= obj <= 1962
2.89/2.93	c BCD2: #cores=407, #unrelaxed=730, #relaxed=1233, #hardened=0
2.89/2.93	c BCD2: #sat=1 #unsat=607 bias=607/608
2.89/2.93	c Solving starts ...
2.89/2.93	c ============================[ Search Statistics ]============================
2.89/2.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.93	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.93	c =============================================================================
2.89/2.93	c  0.0s |       0 |        0 |        0 |     1987      0 |      199 |      663
2.89/2.93	c  0.0s |       0 |      606 |        0 |     1987      0 |      199 |      664
2.89/2.93	c #cpu_time = 0.003s
2.89/2.93	c #wall_clock_time = 0.003s
2.89/2.93	c #decision = 606
2.89/2.93	c #random_decision = 0
2.89/2.93	c #conflict = 0
2.89/2.93	c #restart = 0
2.89/2.93	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.89/2.93	c lower bound updated to 607
2.89/2.93	c BCD2: 607 <= obj <= 1962
2.89/2.93	c BCD2: #cores=407, #unrelaxed=728, #relaxed=1235, #hardened=0
2.89/2.93	c BCD2: #sat=1 #unsat=608 bias=608/609
2.89/2.94	c Solving starts ...
2.89/2.94	c ============================[ Search Statistics ]============================
2.89/2.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.94	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.94	c =============================================================================
2.89/2.94	c  0.0s |       0 |        0 |        0 |     1987      0 |      200 |      664
2.89/2.94	c  0.0s |       0 |      605 |        0 |     1987      0 |      200 |      665
2.89/2.94	c #cpu_time = 0.004s
2.89/2.94	c #wall_clock_time = 0.004s
2.89/2.94	c #decision = 605
2.89/2.94	c #random_decision = 0
2.89/2.94	c #conflict = 0
2.89/2.94	c #restart = 0
2.89/2.94	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.94	c lower bound updated to 608
2.89/2.94	c BCD2: 608 <= obj <= 1962
2.89/2.94	c BCD2: #cores=408, #unrelaxed=726, #relaxed=1237, #hardened=0
2.89/2.94	c BCD2: #sat=1 #unsat=609 bias=609/610
2.89/2.94	c Solving starts ...
2.89/2.94	c ============================[ Search Statistics ]============================
2.89/2.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.94	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.94	c =============================================================================
2.89/2.94	c  0.0s |       0 |        0 |        0 |     1987      0 |      200 |      666
2.89/2.95	c  0.0s |       0 |      606 |        0 |     1987      0 |      200 |      666
2.89/2.95	c #cpu_time = 0.003s
2.89/2.95	c #wall_clock_time = 0.003s
2.89/2.95	c #decision = 606
2.89/2.95	c #random_decision = 0
2.89/2.95	c #conflict = 0
2.89/2.95	c #restart = 0
2.89/2.95	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.89/2.95	c lower bound updated to 609
2.89/2.95	c BCD2: 609 <= obj <= 1962
2.89/2.95	c BCD2: #cores=408, #unrelaxed=724, #relaxed=1239, #hardened=0
2.89/2.95	c BCD2: #sat=1 #unsat=610 bias=610/611
2.89/2.95	c Solving starts ...
2.89/2.95	c ============================[ Search Statistics ]============================
2.89/2.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.95	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.95	c =============================================================================
2.89/2.95	c  0.0s |       0 |        0 |        0 |     1987      0 |      201 |      666
2.89/2.95	c  0.0s |       0 |      606 |        0 |     1987      0 |      201 |      667
2.89/2.95	c #cpu_time = 0.003s
2.89/2.95	c #wall_clock_time = 0.003s
2.89/2.95	c #decision = 606
2.89/2.95	c #random_decision = 0
2.89/2.95	c #conflict = 0
2.89/2.95	c #restart = 0
2.89/2.95	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.95	c lower bound updated to 610
2.89/2.95	c BCD2: 610 <= obj <= 1962
2.89/2.95	c BCD2: #cores=409, #unrelaxed=722, #relaxed=1241, #hardened=0
2.89/2.95	c BCD2: #sat=1 #unsat=611 bias=611/612
2.89/2.95	c Solving starts ...
2.89/2.95	c ============================[ Search Statistics ]============================
2.89/2.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.95	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.95	c =============================================================================
2.89/2.95	c  0.0s |       0 |        0 |        0 |     1987      0 |      201 |      668
2.89/2.96	c  0.0s |       0 |      607 |        0 |     1987      0 |      201 |      668
2.89/2.96	c #cpu_time = 0.003s
2.89/2.96	c #wall_clock_time = 0.003s
2.89/2.96	c #decision = 607
2.89/2.96	c #random_decision = 0
2.89/2.96	c #conflict = 0
2.89/2.96	c #restart = 0
2.89/2.96	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.96	c lower bound updated to 611
2.89/2.96	c BCD2: 611 <= obj <= 1962
2.89/2.96	c BCD2: #cores=410, #unrelaxed=720, #relaxed=1243, #hardened=0
2.89/2.96	c BCD2: #sat=1 #unsat=612 bias=612/613
2.89/2.96	c Solving starts ...
2.89/2.96	c ============================[ Search Statistics ]============================
2.89/2.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.96	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.96	c =============================================================================
2.89/2.96	c  0.0s |       0 |        0 |        0 |     1987      0 |      201 |      669
2.89/2.96	c  0.0s |       0 |      608 |        0 |     1987      0 |      201 |      669
2.89/2.96	c #cpu_time = 0.003s
2.89/2.96	c #wall_clock_time = 0.003s
2.89/2.96	c #decision = 608
2.89/2.96	c #random_decision = 0
2.89/2.96	c #conflict = 0
2.89/2.96	c #restart = 0
2.89/2.96	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.96	c lower bound updated to 612
2.89/2.96	c BCD2: 612 <= obj <= 1962
2.89/2.96	c BCD2: #cores=411, #unrelaxed=718, #relaxed=1245, #hardened=0
2.89/2.96	c BCD2: #sat=1 #unsat=613 bias=613/614
2.89/2.97	c Solving starts ...
2.89/2.97	c ============================[ Search Statistics ]============================
2.89/2.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.97	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.97	c =============================================================================
2.89/2.97	c  0.0s |       0 |        0 |        0 |     1987      0 |      201 |      670
2.89/2.97	c  0.0s |       0 |      609 |        0 |     1987      0 |      201 |      670
2.89/2.97	c #cpu_time = 0.003s
2.89/2.97	c #wall_clock_time = 0.003s
2.89/2.97	c #decision = 609
2.89/2.97	c #random_decision = 0
2.89/2.97	c #conflict = 0
2.89/2.97	c #restart = 0
2.89/2.97	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.97	c lower bound updated to 613
2.89/2.97	c BCD2: 613 <= obj <= 1962
2.89/2.97	c BCD2: #cores=412, #unrelaxed=716, #relaxed=1247, #hardened=0
2.89/2.97	c BCD2: #sat=1 #unsat=614 bias=614/615
2.89/2.97	c Solving starts ...
2.89/2.97	c ============================[ Search Statistics ]============================
2.89/2.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.97	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.97	c =============================================================================
2.89/2.97	c  0.0s |       0 |        0 |        0 |     1987      0 |      201 |      671
2.89/2.98	c  0.0s |       0 |      609 |        0 |     1987      0 |      201 |      671
2.89/2.98	c #cpu_time = 0.003s
2.89/2.98	c #wall_clock_time = 0.003s
2.89/2.98	c #decision = 609
2.89/2.98	c #random_decision = 0
2.89/2.98	c #conflict = 0
2.89/2.98	c #restart = 0
2.89/2.98	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.89/2.98	c lower bound updated to 614
2.89/2.98	c BCD2: 614 <= obj <= 1962
2.89/2.98	c BCD2: #cores=412, #unrelaxed=714, #relaxed=1249, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=615 bias=615/616
2.89/2.98	c Solving starts ...
2.89/2.98	c ============================[ Search Statistics ]============================
2.89/2.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.98	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.98	c =============================================================================
2.89/2.98	c  0.0s |       0 |        0 |        0 |     1987      0 |      202 |      671
2.89/2.98	c  0.0s |       0 |      609 |        0 |     1987      0 |      202 |      672
2.89/2.98	c #cpu_time = 0.004s
2.89/2.98	c #wall_clock_time = 0.004s
2.89/2.98	c #decision = 609
2.89/2.98	c #random_decision = 0
2.89/2.98	c #conflict = 0
2.89/2.98	c #restart = 0
2.89/2.98	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.89/2.98	c lower bound updated to 615
2.89/2.98	c BCD2: 615 <= obj <= 1962
2.89/2.98	c BCD2: #cores=412, #unrelaxed=712, #relaxed=1251, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=616 bias=616/617
2.89/2.98	c Solving starts ...
2.89/2.98	c ============================[ Search Statistics ]============================
2.89/2.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.98	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.98	c =============================================================================
2.89/2.98	c  0.0s |       0 |        0 |        0 |     1987      0 |      203 |      672
2.89/2.99	c  0.0s |       0 |      608 |        0 |     1987      0 |      203 |      673
2.89/2.99	c #cpu_time = 0.003s
2.89/2.99	c #wall_clock_time = 0.003s
2.89/2.99	c #decision = 608
2.89/2.99	c #random_decision = 0
2.89/2.99	c #conflict = 0
2.89/2.99	c #restart = 0
2.89/2.99	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.89/2.99	c lower bound updated to 616
2.89/2.99	c BCD2: 616 <= obj <= 1962
2.89/2.99	c BCD2: #cores=412, #unrelaxed=710, #relaxed=1253, #hardened=0
2.89/2.99	c BCD2: #sat=1 #unsat=617 bias=617/618
2.89/2.99	c Solving starts ...
2.89/2.99	c ============================[ Search Statistics ]============================
2.89/2.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.99	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.99	c =============================================================================
2.89/2.99	c  0.0s |       0 |        0 |        0 |     1987      0 |      204 |      673
2.89/2.99	c  0.0s |       0 |      607 |        0 |     1987      0 |      204 |      674
2.89/2.99	c #cpu_time = 0.003s
2.89/2.99	c #wall_clock_time = 0.003s
2.89/2.99	c #decision = 607
2.89/2.99	c #random_decision = 0
2.89/2.99	c #conflict = 0
2.89/2.99	c #restart = 0
2.89/2.99	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.89/2.99	c lower bound updated to 617
2.89/2.99	c BCD2: 617 <= obj <= 1962
2.89/2.99	c BCD2: #cores=412, #unrelaxed=708, #relaxed=1255, #hardened=0
2.89/2.99	c BCD2: #sat=1 #unsat=618 bias=618/619
2.89/3.00	c Solving starts ...
2.89/3.00	c ============================[ Search Statistics ]============================
2.89/3.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/3.00	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/3.00	c =============================================================================
2.89/3.00	c  0.0s |       0 |        0 |        0 |     1987      0 |      205 |      674
2.99/3.00	c  0.0s |       0 |      606 |        0 |     1987      0 |      205 |      675
2.99/3.00	c #cpu_time = 0.003s
2.99/3.00	c #wall_clock_time = 0.003s
2.99/3.00	c #decision = 606
2.99/3.00	c #random_decision = 0
2.99/3.00	c #conflict = 0
2.99/3.00	c #restart = 0
2.99/3.00	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.00	c lower bound updated to 618
2.99/3.00	c BCD2: 618 <= obj <= 1962
2.99/3.00	c BCD2: #cores=413, #unrelaxed=706, #relaxed=1257, #hardened=0
2.99/3.00	c BCD2: #sat=1 #unsat=619 bias=619/620
2.99/3.00	c Solving starts ...
2.99/3.00	c ============================[ Search Statistics ]============================
2.99/3.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.00	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.00	c =============================================================================
2.99/3.00	c  0.0s |       0 |        0 |        0 |     1987      0 |      205 |      676
2.99/3.00	c  0.0s |       0 |      607 |        0 |     1987      0 |      205 |      676
2.99/3.01	c #cpu_time = 0.003s
2.99/3.01	c #wall_clock_time = 0.003s
2.99/3.01	c #decision = 607
2.99/3.01	c #random_decision = 0
2.99/3.01	c #conflict = 0
2.99/3.01	c #restart = 0
2.99/3.01	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.01	c lower bound updated to 619
2.99/3.01	c BCD2: 619 <= obj <= 1962
2.99/3.01	c BCD2: #cores=414, #unrelaxed=704, #relaxed=1259, #hardened=0
2.99/3.01	c BCD2: #sat=1 #unsat=620 bias=620/621
2.99/3.01	c Solving starts ...
2.99/3.01	c ============================[ Search Statistics ]============================
2.99/3.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.01	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.01	c =============================================================================
2.99/3.01	c  0.0s |       0 |        0 |        0 |     1987      0 |      205 |      677
2.99/3.01	c  0.0s |       0 |      607 |        0 |     1987      0 |      205 |      677
2.99/3.01	c #cpu_time = 0.003s
2.99/3.01	c #wall_clock_time = 0.003s
2.99/3.01	c #decision = 607
2.99/3.01	c #random_decision = 0
2.99/3.01	c #conflict = 0
2.99/3.01	c #restart = 0
2.99/3.01	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.99/3.01	c lower bound updated to 620
2.99/3.01	c BCD2: 620 <= obj <= 1962
2.99/3.01	c BCD2: #cores=413, #unrelaxed=702, #relaxed=1261, #hardened=0
2.99/3.01	c BCD2: #sat=1 #unsat=621 bias=621/622
2.99/3.01	c Solving starts ...
2.99/3.01	c ============================[ Search Statistics ]============================
2.99/3.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.01	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.01	c =============================================================================
2.99/3.01	c  0.0s |       0 |        0 |        0 |     1987      0 |      207 |      677
2.99/3.02	c  0.0s |       0 |      607 |        0 |     1987      0 |      207 |      679
2.99/3.02	c #cpu_time = 0.003s
2.99/3.02	c #wall_clock_time = 0.003s
2.99/3.02	c #decision = 607
2.99/3.02	c #random_decision = 0
2.99/3.02	c #conflict = 0
2.99/3.02	c #restart = 0
2.99/3.02	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.99/3.02	c lower bound updated to 621
2.99/3.02	c BCD2: 621 <= obj <= 1962
2.99/3.02	c BCD2: #cores=412, #unrelaxed=700, #relaxed=1263, #hardened=0
2.99/3.02	c BCD2: #sat=1 #unsat=622 bias=622/623
2.99/3.02	c Solving starts ...
2.99/3.02	c ============================[ Search Statistics ]============================
2.99/3.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.02	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.02	c =============================================================================
2.99/3.02	c  0.0s |       0 |        0 |        0 |     1987      0 |      209 |      679
2.99/3.02	c  0.0s |       0 |      606 |        0 |     1987      0 |      209 |      681
2.99/3.02	c #cpu_time = 0.004s
2.99/3.02	c #wall_clock_time = 0.004s
2.99/3.02	c #decision = 606
2.99/3.02	c #random_decision = 0
2.99/3.02	c #conflict = 0
2.99/3.02	c #restart = 0
2.99/3.02	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.02	c lower bound updated to 622
2.99/3.02	c BCD2: 622 <= obj <= 1962
2.99/3.02	c BCD2: #cores=413, #unrelaxed=698, #relaxed=1265, #hardened=0
2.99/3.02	c BCD2: #sat=1 #unsat=623 bias=623/624
2.99/3.03	c Solving starts ...
2.99/3.03	c ============================[ Search Statistics ]============================
2.99/3.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.03	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.03	c =============================================================================
2.99/3.03	c  0.0s |       0 |        0 |        0 |     1987      0 |      209 |      682
2.99/3.03	c  0.0s |       0 |      606 |        0 |     1987      0 |      209 |      682
2.99/3.03	c #cpu_time = 0.003s
2.99/3.03	c #wall_clock_time = 0.003s
2.99/3.03	c #decision = 606
2.99/3.03	c #random_decision = 0
2.99/3.03	c #conflict = 0
2.99/3.03	c #restart = 0
2.99/3.03	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.03	c lower bound updated to 623
2.99/3.03	c BCD2: 623 <= obj <= 1962
2.99/3.03	c BCD2: #cores=414, #unrelaxed=696, #relaxed=1267, #hardened=0
2.99/3.03	c BCD2: #sat=1 #unsat=624 bias=624/625
2.99/3.03	c Solving starts ...
2.99/3.03	c ============================[ Search Statistics ]============================
2.99/3.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.03	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.03	c =============================================================================
2.99/3.03	c  0.0s |       0 |        0 |        0 |     1987      0 |      209 |      683
2.99/3.03	c  0.0s |       0 |      609 |        0 |     1987      0 |      209 |      683
2.99/3.03	c #cpu_time = 0.003s
2.99/3.03	c #wall_clock_time = 0.003s
2.99/3.03	c #decision = 609
2.99/3.03	c #random_decision = 0
2.99/3.03	c #conflict = 0
2.99/3.03	c #restart = 0
2.99/3.03	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.99/3.03	c lower bound updated to 624
2.99/3.04	c BCD2: 624 <= obj <= 1962
2.99/3.04	c BCD2: #cores=413, #unrelaxed=694, #relaxed=1269, #hardened=0
2.99/3.04	c BCD2: #sat=1 #unsat=625 bias=625/626
2.99/3.04	c Solving starts ...
2.99/3.04	c ============================[ Search Statistics ]============================
2.99/3.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.04	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.04	c =============================================================================
2.99/3.04	c  0.0s |       0 |        0 |        0 |     1987      0 |      211 |      683
2.99/3.04	c  0.0s |       0 |      609 |        0 |     1987      0 |      211 |      685
2.99/3.04	c #cpu_time = 0.003s
2.99/3.04	c #wall_clock_time = 0.003s
2.99/3.04	c #decision = 609
2.99/3.04	c #random_decision = 0
2.99/3.04	c #conflict = 0
2.99/3.04	c #restart = 0
2.99/3.04	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.04	c lower bound updated to 625
2.99/3.04	c BCD2: 625 <= obj <= 1962
2.99/3.04	c BCD2: #cores=414, #unrelaxed=692, #relaxed=1271, #hardened=0
2.99/3.04	c BCD2: #sat=1 #unsat=626 bias=626/627
2.99/3.04	c Solving starts ...
2.99/3.04	c ============================[ Search Statistics ]============================
2.99/3.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.04	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.04	c =============================================================================
2.99/3.04	c  0.0s |       0 |        0 |        0 |     1987      0 |      211 |      686
2.99/3.05	c  0.0s |       0 |      609 |        0 |     1987      0 |      211 |      686
2.99/3.05	c #cpu_time = 0.003s
2.99/3.05	c #wall_clock_time = 0.003s
2.99/3.05	c #decision = 609
2.99/3.05	c #random_decision = 0
2.99/3.05	c #conflict = 0
2.99/3.05	c #restart = 0
2.99/3.05	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.05	c lower bound updated to 626
2.99/3.05	c BCD2: 626 <= obj <= 1962
2.99/3.05	c BCD2: #cores=415, #unrelaxed=690, #relaxed=1273, #hardened=0
2.99/3.05	c BCD2: #sat=1 #unsat=627 bias=627/628
2.99/3.05	c Solving starts ...
2.99/3.05	c ============================[ Search Statistics ]============================
2.99/3.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.05	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.05	c =============================================================================
2.99/3.05	c  0.0s |       0 |        0 |        0 |     1987      0 |      211 |      687
2.99/3.05	c  0.0s |       0 |      609 |        0 |     1987      0 |      211 |      687
2.99/3.05	c #cpu_time = 0.003s
2.99/3.05	c #wall_clock_time = 0.003s
2.99/3.05	c #decision = 609
2.99/3.05	c #random_decision = 0
2.99/3.05	c #conflict = 0
2.99/3.05	c #restart = 0
2.99/3.05	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.99/3.05	c lower bound updated to 627
2.99/3.05	c BCD2: 627 <= obj <= 1962
2.99/3.05	c BCD2: #cores=415, #unrelaxed=688, #relaxed=1275, #hardened=0
2.99/3.05	c BCD2: #sat=1 #unsat=628 bias=628/629
2.99/3.05	c Solving starts ...
2.99/3.05	c ============================[ Search Statistics ]============================
2.99/3.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.05	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.05	c =============================================================================
2.99/3.05	c  0.0s |       0 |        0 |        0 |     1987      0 |      212 |      687
2.99/3.06	c  0.0s |       0 |      609 |        0 |     1987      0 |      212 |      688
2.99/3.06	c #cpu_time = 0.003s
2.99/3.06	c #wall_clock_time = 0.003s
2.99/3.06	c #decision = 609
2.99/3.06	c #random_decision = 0
2.99/3.06	c #conflict = 0
2.99/3.06	c #restart = 0
2.99/3.06	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.06	c lower bound updated to 628
2.99/3.06	c BCD2: 628 <= obj <= 1962
2.99/3.06	c BCD2: #cores=416, #unrelaxed=686, #relaxed=1277, #hardened=0
2.99/3.06	c BCD2: #sat=1 #unsat=629 bias=629/630
2.99/3.06	c Solving starts ...
2.99/3.06	c ============================[ Search Statistics ]============================
2.99/3.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.06	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.06	c =============================================================================
2.99/3.06	c  0.0s |       0 |        0 |        0 |     1987      0 |      212 |      689
2.99/3.06	c  0.0s |       0 |      609 |        0 |     1987      0 |      212 |      689
2.99/3.06	c #cpu_time = 0.004s
2.99/3.06	c #wall_clock_time = 0.004s
2.99/3.06	c #decision = 609
2.99/3.06	c #random_decision = 0
2.99/3.06	c #conflict = 0
2.99/3.06	c #restart = 0
2.99/3.06	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.06	c lower bound updated to 629
2.99/3.07	c BCD2: 629 <= obj <= 1962
2.99/3.07	c BCD2: #cores=417, #unrelaxed=684, #relaxed=1279, #hardened=0
2.99/3.07	c BCD2: #sat=1 #unsat=630 bias=630/631
2.99/3.07	c Solving starts ...
2.99/3.07	c ============================[ Search Statistics ]============================
2.99/3.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.07	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.07	c =============================================================================
2.99/3.07	c  0.0s |       0 |        0 |        0 |     1987      0 |      212 |      690
2.99/3.07	c  0.0s |       0 |      611 |        0 |     1987      0 |      212 |      690
2.99/3.07	c #cpu_time = 0.003s
2.99/3.07	c #wall_clock_time = 0.003s
2.99/3.07	c #decision = 611
2.99/3.07	c #random_decision = 0
2.99/3.07	c #conflict = 0
2.99/3.07	c #restart = 0
2.99/3.07	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.99/3.07	c lower bound updated to 630
2.99/3.07	c BCD2: 630 <= obj <= 1962
2.99/3.07	c BCD2: #cores=417, #unrelaxed=682, #relaxed=1281, #hardened=0
2.99/3.07	c BCD2: #sat=1 #unsat=631 bias=631/632
2.99/3.07	c Solving starts ...
2.99/3.07	c ============================[ Search Statistics ]============================
2.99/3.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.07	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.07	c =============================================================================
2.99/3.07	c  0.0s |       0 |        0 |        0 |     1987      0 |      213 |      690
2.99/3.08	c  0.0s |       0 |      611 |        0 |     1987      0 |      213 |      691
2.99/3.08	c #cpu_time = 0.003s
2.99/3.08	c #wall_clock_time = 0.003s
2.99/3.08	c #decision = 611
2.99/3.08	c #random_decision = 0
2.99/3.08	c #conflict = 0
2.99/3.08	c #restart = 0
2.99/3.08	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.08	c lower bound updated to 631
2.99/3.08	c BCD2: 631 <= obj <= 1962
2.99/3.08	c BCD2: #cores=418, #unrelaxed=680, #relaxed=1283, #hardened=0
2.99/3.08	c BCD2: #sat=1 #unsat=632 bias=632/633
2.99/3.08	c Solving starts ...
2.99/3.08	c ============================[ Search Statistics ]============================
2.99/3.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.08	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.08	c =============================================================================
2.99/3.08	c  0.0s |       0 |        0 |        0 |     1987      0 |      213 |      692
2.99/3.08	c  0.0s |       0 |      612 |        0 |     1987      0 |      213 |      692
2.99/3.08	c #cpu_time = 0.003s
2.99/3.08	c #wall_clock_time = 0.003s
2.99/3.08	c #decision = 612
2.99/3.08	c #random_decision = 0
2.99/3.08	c #conflict = 0
2.99/3.08	c #restart = 0
2.99/3.08	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.08	c lower bound updated to 632
2.99/3.08	c BCD2: 632 <= obj <= 1962
2.99/3.08	c BCD2: #cores=419, #unrelaxed=678, #relaxed=1285, #hardened=0
2.99/3.08	c BCD2: #sat=1 #unsat=633 bias=633/634
2.99/3.08	c Solving starts ...
2.99/3.08	c ============================[ Search Statistics ]============================
2.99/3.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.08	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.08	c =============================================================================
2.99/3.08	c  0.0s |       0 |        0 |        0 |     1987      0 |      213 |      693
2.99/3.09	c  0.0s |       0 |      612 |        0 |     1987      0 |      213 |      693
2.99/3.09	c #cpu_time = 0.003s
2.99/3.09	c #wall_clock_time = 0.003s
2.99/3.09	c #decision = 612
2.99/3.09	c #random_decision = 0
2.99/3.09	c #conflict = 0
2.99/3.09	c #restart = 0
2.99/3.09	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.09	c lower bound updated to 633
2.99/3.09	c BCD2: 633 <= obj <= 1962
2.99/3.09	c BCD2: #cores=420, #unrelaxed=676, #relaxed=1287, #hardened=0
2.99/3.09	c BCD2: #sat=1 #unsat=634 bias=634/635
2.99/3.09	c Solving starts ...
2.99/3.09	c ============================[ Search Statistics ]============================
2.99/3.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.09	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.09	c =============================================================================
2.99/3.09	c  0.0s |       0 |        0 |        0 |     1987      0 |      213 |      694
2.99/3.09	c  0.0s |       0 |      612 |        0 |     1987      0 |      213 |      694
2.99/3.09	c #cpu_time = 0.003s
2.99/3.09	c #wall_clock_time = 0.003s
2.99/3.09	c #decision = 612
2.99/3.09	c #random_decision = 0
2.99/3.09	c #conflict = 0
2.99/3.09	c #restart = 0
2.99/3.09	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.99/3.09	c lower bound updated to 634
2.99/3.09	c BCD2: 634 <= obj <= 1962
2.99/3.09	c BCD2: #cores=420, #unrelaxed=674, #relaxed=1289, #hardened=0
2.99/3.09	c BCD2: #sat=1 #unsat=635 bias=635/636
2.99/3.10	c Solving starts ...
2.99/3.10	c ============================[ Search Statistics ]============================
2.99/3.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.10	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.10	c =============================================================================
2.99/3.10	c  0.0s |       0 |        0 |        0 |     1987      0 |      214 |      694
3.09/3.10	c  0.0s |       0 |      615 |        0 |     1987      0 |      214 |      695
3.09/3.10	c #cpu_time = 0.003s
3.09/3.10	c #wall_clock_time = 0.003s
3.09/3.10	c #decision = 615
3.09/3.10	c #random_decision = 0
3.09/3.10	c #conflict = 0
3.09/3.10	c #restart = 0
3.09/3.10	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.10	c lower bound updated to 635
3.09/3.10	c BCD2: 635 <= obj <= 1962
3.09/3.10	c BCD2: #cores=421, #unrelaxed=672, #relaxed=1291, #hardened=0
3.09/3.10	c BCD2: #sat=1 #unsat=636 bias=636/637
3.09/3.10	c Solving starts ...
3.09/3.10	c ============================[ Search Statistics ]============================
3.09/3.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.10	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.10	c =============================================================================
3.09/3.10	c  0.0s |       0 |        0 |        0 |     1987      0 |      214 |      696
3.09/3.11	c  0.0s |       0 |      615 |        0 |     1987      0 |      214 |      696
3.09/3.11	c #cpu_time = 0.004s
3.09/3.11	c #wall_clock_time = 0.004s
3.09/3.11	c #decision = 615
3.09/3.11	c #random_decision = 0
3.09/3.11	c #conflict = 0
3.09/3.11	c #restart = 0
3.09/3.11	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.11	c lower bound updated to 636
3.09/3.11	c BCD2: 636 <= obj <= 1962
3.09/3.11	c BCD2: #cores=422, #unrelaxed=670, #relaxed=1293, #hardened=0
3.09/3.11	c BCD2: #sat=1 #unsat=637 bias=637/638
3.09/3.11	c Solving starts ...
3.09/3.11	c ============================[ Search Statistics ]============================
3.09/3.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.11	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.11	c =============================================================================
3.09/3.11	c  0.0s |       0 |        0 |        0 |     1987      0 |      214 |      697
3.09/3.11	c  0.0s |       0 |      615 |        0 |     1987      0 |      214 |      697
3.09/3.11	c #cpu_time = 0.003s
3.09/3.11	c #wall_clock_time = 0.003s
3.09/3.11	c #decision = 615
3.09/3.11	c #random_decision = 0
3.09/3.11	c #conflict = 0
3.09/3.11	c #restart = 0
3.09/3.11	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.11	c lower bound updated to 637
3.09/3.11	c BCD2: 637 <= obj <= 1962
3.09/3.11	c BCD2: #cores=423, #unrelaxed=668, #relaxed=1295, #hardened=0
3.09/3.11	c BCD2: #sat=1 #unsat=638 bias=638/639
3.09/3.11	c Solving starts ...
3.09/3.11	c ============================[ Search Statistics ]============================
3.09/3.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.11	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.11	c =============================================================================
3.09/3.11	c  0.0s |       0 |        0 |        0 |     1987      0 |      214 |      698
3.09/3.12	c  0.0s |       0 |      615 |        0 |     1987      0 |      214 |      698
3.09/3.12	c #cpu_time = 0.003s
3.09/3.12	c #wall_clock_time = 0.003s
3.09/3.12	c #decision = 615
3.09/3.12	c #random_decision = 0
3.09/3.12	c #conflict = 0
3.09/3.12	c #restart = 0
3.09/3.12	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.12	c lower bound updated to 638
3.09/3.12	c BCD2: 638 <= obj <= 1962
3.09/3.12	c BCD2: #cores=424, #unrelaxed=666, #relaxed=1297, #hardened=0
3.09/3.12	c BCD2: #sat=1 #unsat=639 bias=639/640
3.09/3.12	c Solving starts ...
3.09/3.12	c ============================[ Search Statistics ]============================
3.09/3.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.12	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.12	c =============================================================================
3.09/3.12	c  0.0s |       0 |        0 |        0 |     1987      0 |      214 |      699
3.09/3.12	c  0.0s |       0 |      617 |        0 |     1987      0 |      214 |      699
3.09/3.12	c #cpu_time = 0.003s
3.09/3.12	c #wall_clock_time = 0.003s
3.09/3.12	c #decision = 617
3.09/3.12	c #random_decision = 0
3.09/3.12	c #conflict = 0
3.09/3.12	c #restart = 0
3.09/3.12	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.09/3.12	c lower bound updated to 639
3.09/3.12	c BCD2: 639 <= obj <= 1962
3.09/3.12	c BCD2: #cores=423, #unrelaxed=664, #relaxed=1299, #hardened=0
3.09/3.12	c BCD2: #sat=1 #unsat=640 bias=640/641
3.09/3.13	c Solving starts ...
3.09/3.13	c ============================[ Search Statistics ]============================
3.09/3.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.13	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.13	c =============================================================================
3.09/3.13	c  0.0s |       0 |        0 |        0 |     1987      0 |      216 |      699
3.09/3.13	c  0.0s |       0 |      615 |        0 |     1987      0 |      216 |      701
3.09/3.13	c #cpu_time = 0.003s
3.09/3.13	c #wall_clock_time = 0.003s
3.09/3.13	c #decision = 615
3.09/3.13	c #random_decision = 0
3.09/3.13	c #conflict = 0
3.09/3.13	c #restart = 0
3.09/3.13	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.09/3.13	c lower bound updated to 640
3.09/3.13	c BCD2: 640 <= obj <= 1962
3.09/3.13	c BCD2: #cores=423, #unrelaxed=662, #relaxed=1301, #hardened=0
3.09/3.13	c BCD2: #sat=1 #unsat=641 bias=641/642
3.09/3.13	c Solving starts ...
3.09/3.13	c ============================[ Search Statistics ]============================
3.09/3.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.13	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.13	c =============================================================================
3.09/3.13	c  0.0s |       0 |        0 |        0 |     1987      0 |      217 |      701
3.09/3.13	c  0.0s |       0 |      615 |        0 |     1987      0 |      217 |      702
3.09/3.13	c #cpu_time = 0.003s
3.09/3.14	c #wall_clock_time = 0.003s
3.09/3.14	c #decision = 615
3.09/3.14	c #random_decision = 0
3.09/3.14	c #conflict = 0
3.09/3.14	c #restart = 0
3.09/3.14	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.14	c lower bound updated to 641
3.09/3.14	c BCD2: 641 <= obj <= 1962
3.09/3.14	c BCD2: #cores=424, #unrelaxed=660, #relaxed=1303, #hardened=0
3.09/3.14	c BCD2: #sat=1 #unsat=642 bias=642/643
3.09/3.14	c Solving starts ...
3.09/3.14	c ============================[ Search Statistics ]============================
3.09/3.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.14	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.14	c =============================================================================
3.09/3.14	c  0.0s |       0 |        0 |        0 |     1987      0 |      217 |      703
3.09/3.14	c  0.0s |       0 |      615 |        0 |     1987      0 |      217 |      703
3.09/3.14	c #cpu_time = 0.003s
3.09/3.14	c #wall_clock_time = 0.003s
3.09/3.14	c #decision = 615
3.09/3.14	c #random_decision = 0
3.09/3.14	c #conflict = 0
3.09/3.14	c #restart = 0
3.09/3.14	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.14	c lower bound updated to 642
3.09/3.14	c BCD2: 642 <= obj <= 1962
3.09/3.14	c BCD2: #cores=425, #unrelaxed=658, #relaxed=1305, #hardened=0
3.09/3.14	c BCD2: #sat=1 #unsat=643 bias=643/644
3.09/3.14	c Solving starts ...
3.09/3.14	c ============================[ Search Statistics ]============================
3.09/3.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.14	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.14	c =============================================================================
3.09/3.14	c  0.0s |       0 |        0 |        0 |     1987      0 |      217 |      704
3.09/3.15	c  0.0s |       0 |      616 |        0 |     1987      0 |      217 |      704
3.09/3.15	c #cpu_time = 0.004s
3.09/3.15	c #wall_clock_time = 0.004s
3.09/3.15	c #decision = 616
3.09/3.15	c #random_decision = 0
3.09/3.15	c #conflict = 0
3.09/3.15	c #restart = 0
3.09/3.15	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.15	c lower bound updated to 643
3.09/3.15	c BCD2: 643 <= obj <= 1962
3.09/3.15	c BCD2: #cores=426, #unrelaxed=656, #relaxed=1307, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=644 bias=644/645
3.09/3.15	c Solving starts ...
3.09/3.15	c ============================[ Search Statistics ]============================
3.09/3.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.15	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.15	c =============================================================================
3.09/3.15	c  0.0s |       0 |        0 |        0 |     1987      0 |      217 |      705
3.09/3.15	c  0.0s |       0 |      616 |        0 |     1987      0 |      217 |      705
3.09/3.15	c #cpu_time = 0.003s
3.09/3.15	c #wall_clock_time = 0.003s
3.09/3.15	c #decision = 616
3.09/3.15	c #random_decision = 0
3.09/3.15	c #conflict = 0
3.09/3.15	c #restart = 0
3.09/3.15	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.15	c lower bound updated to 644
3.09/3.15	c BCD2: 644 <= obj <= 1962
3.09/3.15	c BCD2: #cores=427, #unrelaxed=654, #relaxed=1309, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=645 bias=645/646
3.09/3.16	c Solving starts ...
3.09/3.16	c ============================[ Search Statistics ]============================
3.09/3.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.16	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.16	c =============================================================================
3.09/3.16	c  0.0s |       0 |        0 |        0 |     1987      0 |      217 |      706
3.09/3.16	c  0.0s |       0 |      617 |        0 |     1987      0 |      217 |      706
3.09/3.16	c #cpu_time = 0.003s
3.09/3.16	c #wall_clock_time = 0.003s
3.09/3.16	c #decision = 617
3.09/3.16	c #random_decision = 0
3.09/3.16	c #conflict = 0
3.09/3.16	c #restart = 0
3.09/3.16	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.09/3.16	c lower bound updated to 645
3.09/3.16	c BCD2: 645 <= obj <= 1962
3.09/3.16	c BCD2: #cores=427, #unrelaxed=652, #relaxed=1311, #hardened=0
3.09/3.16	c BCD2: #sat=1 #unsat=646 bias=646/647
3.09/3.16	c Solving starts ...
3.09/3.16	c ============================[ Search Statistics ]============================
3.09/3.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.16	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.16	c =============================================================================
3.09/3.16	c  0.0s |       0 |        0 |        0 |     1987      0 |      218 |      706
3.09/3.16	c  0.0s |       0 |      618 |        0 |     1987      0 |      218 |      707
3.09/3.16	c #cpu_time = 0.003s
3.09/3.16	c #wall_clock_time = 0.003s
3.09/3.16	c #decision = 618
3.09/3.16	c #random_decision = 0
3.09/3.16	c #conflict = 0
3.09/3.16	c #restart = 0
3.09/3.16	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.17	c lower bound updated to 646
3.09/3.17	c BCD2: 646 <= obj <= 1962
3.09/3.17	c BCD2: #cores=428, #unrelaxed=650, #relaxed=1313, #hardened=0
3.09/3.17	c BCD2: #sat=1 #unsat=647 bias=647/648
3.09/3.17	c Solving starts ...
3.09/3.17	c ============================[ Search Statistics ]============================
3.09/3.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.17	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.17	c =============================================================================
3.09/3.17	c  0.0s |       0 |        0 |        0 |     1987      0 |      218 |      708
3.09/3.17	c  0.0s |       0 |      618 |        0 |     1987      0 |      218 |      708
3.09/3.17	c #cpu_time = 0.003s
3.09/3.17	c #wall_clock_time = 0.003s
3.09/3.17	c #decision = 618
3.09/3.17	c #random_decision = 0
3.09/3.17	c #conflict = 0
3.09/3.17	c #restart = 0
3.09/3.17	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.17	c lower bound updated to 647
3.09/3.17	c BCD2: 647 <= obj <= 1962
3.09/3.17	c BCD2: #cores=429, #unrelaxed=648, #relaxed=1315, #hardened=0
3.09/3.17	c BCD2: #sat=1 #unsat=648 bias=648/649
3.09/3.17	c Solving starts ...
3.09/3.17	c ============================[ Search Statistics ]============================
3.09/3.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.17	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.17	c =============================================================================
3.09/3.17	c  0.0s |       0 |        0 |        0 |     1987      0 |      218 |      709
3.09/3.18	c  0.0s |       0 |      619 |        0 |     1987      0 |      218 |      709
3.09/3.18	c #cpu_time = 0.003s
3.09/3.18	c #wall_clock_time = 0.003s
3.09/3.18	c #decision = 619
3.09/3.18	c #random_decision = 0
3.09/3.18	c #conflict = 0
3.09/3.18	c #restart = 0
3.09/3.18	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.18	c lower bound updated to 648
3.09/3.18	c BCD2: 648 <= obj <= 1962
3.09/3.18	c BCD2: #cores=430, #unrelaxed=646, #relaxed=1317, #hardened=0
3.09/3.18	c BCD2: #sat=1 #unsat=649 bias=649/650
3.09/3.18	c Solving starts ...
3.09/3.18	c ============================[ Search Statistics ]============================
3.09/3.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.18	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.18	c =============================================================================
3.09/3.18	c  0.0s |       0 |        0 |        0 |     1987      0 |      218 |      710
3.09/3.18	c  0.0s |       0 |      620 |        0 |     1987      0 |      218 |      710
3.09/3.18	c #cpu_time = 0.003s
3.09/3.18	c #wall_clock_time = 0.003s
3.09/3.18	c #decision = 620
3.09/3.18	c #random_decision = 0
3.09/3.18	c #conflict = 0
3.09/3.18	c #restart = 0
3.09/3.18	c BCD2: relaxing 4 and merging with 3 cores into a new core of size 12: cost of the new core is >=5
3.09/3.18	c lower bound updated to 649
3.09/3.18	c BCD2: 649 <= obj <= 1962
3.09/3.18	c BCD2: #cores=428, #unrelaxed=642, #relaxed=1321, #hardened=0
3.09/3.18	c BCD2: #sat=1 #unsat=650 bias=650/651
3.09/3.18	c Solving starts ...
3.09/3.18	c ============================[ Search Statistics ]============================
3.09/3.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.18	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.18	c =============================================================================
3.09/3.18	c  0.0s |       0 |        0 |        0 |     1987      0 |      221 |      710
3.09/3.19	c  0.0s |       0 |      615 |        0 |     1987      0 |      221 |      713
3.09/3.19	c #cpu_time = 0.004s
3.09/3.19	c #wall_clock_time = 0.004s
3.09/3.19	c #decision = 615
3.09/3.19	c #random_decision = 0
3.09/3.19	c #conflict = 0
3.09/3.19	c #restart = 0
3.09/3.19	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.09/3.19	c lower bound updated to 650
3.09/3.19	c BCD2: 650 <= obj <= 1962
3.09/3.19	c BCD2: #cores=428, #unrelaxed=640, #relaxed=1323, #hardened=0
3.09/3.19	c BCD2: #sat=1 #unsat=651 bias=651/652
3.09/3.19	c Solving starts ...
3.09/3.19	c ============================[ Search Statistics ]============================
3.09/3.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.19	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.19	c =============================================================================
3.09/3.19	c  0.0s |       0 |        0 |        0 |     1987      0 |      222 |      713
3.09/3.19	c  0.0s |       0 |      618 |        0 |     1987      0 |      222 |      714
3.09/3.19	c #cpu_time = 0.003s
3.09/3.19	c #wall_clock_time = 0.003s
3.09/3.19	c #decision = 618
3.09/3.19	c #random_decision = 0
3.09/3.19	c #conflict = 0
3.09/3.19	c #restart = 0
3.09/3.19	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.19	c lower bound updated to 651
3.19/3.20	c BCD2: 651 <= obj <= 1962
3.19/3.20	c BCD2: #cores=429, #unrelaxed=638, #relaxed=1325, #hardened=0
3.19/3.20	c BCD2: #sat=1 #unsat=652 bias=652/653
3.19/3.20	c Solving starts ...
3.19/3.20	c ============================[ Search Statistics ]============================
3.19/3.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.20	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.20	c =============================================================================
3.19/3.20	c  0.0s |       0 |        0 |        0 |     1987      0 |      222 |      715
3.19/3.20	c  0.0s |       0 |      618 |        0 |     1987      0 |      222 |      715
3.19/3.20	c #cpu_time = 0.003s
3.19/3.20	c #wall_clock_time = 0.003s
3.19/3.20	c #decision = 618
3.19/3.20	c #random_decision = 0
3.19/3.20	c #conflict = 0
3.19/3.20	c #restart = 0
3.19/3.20	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.20	c lower bound updated to 652
3.19/3.20	c BCD2: 652 <= obj <= 1962
3.19/3.20	c BCD2: #cores=430, #unrelaxed=636, #relaxed=1327, #hardened=0
3.19/3.20	c BCD2: #sat=1 #unsat=653 bias=653/654
3.19/3.20	c Solving starts ...
3.19/3.20	c ============================[ Search Statistics ]============================
3.19/3.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.20	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.20	c =============================================================================
3.19/3.20	c  0.0s |       0 |        0 |        0 |     1987      0 |      222 |      716
3.19/3.21	c  0.0s |       0 |      618 |        0 |     1987      0 |      222 |      716
3.19/3.21	c #cpu_time = 0.003s
3.19/3.21	c #wall_clock_time = 0.003s
3.19/3.21	c #decision = 618
3.19/3.21	c #random_decision = 0
3.19/3.21	c #conflict = 0
3.19/3.21	c #restart = 0
3.19/3.21	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.21	c lower bound updated to 653
3.19/3.21	c BCD2: 653 <= obj <= 1962
3.19/3.21	c BCD2: #cores=431, #unrelaxed=634, #relaxed=1329, #hardened=0
3.19/3.21	c BCD2: #sat=1 #unsat=654 bias=654/655
3.19/3.21	c Solving starts ...
3.19/3.21	c ============================[ Search Statistics ]============================
3.19/3.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.21	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.21	c =============================================================================
3.19/3.21	c  0.0s |       0 |        0 |        0 |     1987      0 |      222 |      717
3.19/3.21	c  0.0s |       0 |      619 |        0 |     1987      0 |      222 |      717
3.19/3.21	c #cpu_time = 0.003s
3.19/3.21	c #wall_clock_time = 0.003s
3.19/3.21	c #decision = 619
3.19/3.21	c #random_decision = 0
3.19/3.21	c #conflict = 0
3.19/3.21	c #restart = 0
3.19/3.21	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.21	c lower bound updated to 654
3.19/3.21	c BCD2: 654 <= obj <= 1962
3.19/3.21	c BCD2: #cores=432, #unrelaxed=632, #relaxed=1331, #hardened=0
3.19/3.21	c BCD2: #sat=1 #unsat=655 bias=655/656
3.19/3.21	c Solving starts ...
3.19/3.21	c ============================[ Search Statistics ]============================
3.19/3.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.21	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.21	c =============================================================================
3.19/3.21	c  0.0s |       0 |        0 |        0 |     1987      0 |      222 |      718
3.19/3.22	c  0.0s |       0 |      620 |        0 |     1987      0 |      222 |      718
3.19/3.22	c #cpu_time = 0.003s
3.19/3.22	c #wall_clock_time = 0.003s
3.19/3.22	c #decision = 620
3.19/3.22	c #random_decision = 0
3.19/3.22	c #conflict = 0
3.19/3.22	c #restart = 0
3.19/3.22	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.22	c lower bound updated to 655
3.19/3.22	c BCD2: 655 <= obj <= 1962
3.19/3.22	c BCD2: #cores=433, #unrelaxed=630, #relaxed=1333, #hardened=0
3.19/3.22	c BCD2: #sat=1 #unsat=656 bias=656/657
3.19/3.22	c Solving starts ...
3.19/3.22	c ============================[ Search Statistics ]============================
3.19/3.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.22	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.22	c =============================================================================
3.19/3.22	c  0.0s |       0 |        0 |        0 |     1987      0 |      222 |      719
3.19/3.22	c  0.0s |       0 |      620 |        0 |     1987      0 |      222 |      719
3.19/3.22	c #cpu_time = 0.003s
3.19/3.22	c #wall_clock_time = 0.003s
3.19/3.22	c #decision = 620
3.19/3.22	c #random_decision = 0
3.19/3.22	c #conflict = 0
3.19/3.22	c #restart = 0
3.19/3.22	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.19/3.22	c lower bound updated to 656
3.19/3.23	c BCD2: 656 <= obj <= 1962
3.19/3.23	c BCD2: #cores=433, #unrelaxed=628, #relaxed=1335, #hardened=0
3.19/3.23	c BCD2: #sat=1 #unsat=657 bias=657/658
3.19/3.23	c Solving starts ...
3.19/3.23	c ============================[ Search Statistics ]============================
3.19/3.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.23	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.23	c =============================================================================
3.19/3.23	c  0.0s |       0 |        0 |        0 |     1987      0 |      223 |      719
3.19/3.23	c  0.0s |       0 |      621 |        0 |     1987      0 |      223 |      720
3.19/3.23	c #cpu_time = 0.004s
3.19/3.23	c #wall_clock_time = 0.004s
3.19/3.23	c #decision = 621
3.19/3.23	c #random_decision = 0
3.19/3.23	c #conflict = 0
3.19/3.23	c #restart = 0
3.19/3.23	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.23	c lower bound updated to 657
3.19/3.23	c BCD2: 657 <= obj <= 1962
3.19/3.23	c BCD2: #cores=434, #unrelaxed=626, #relaxed=1337, #hardened=0
3.19/3.23	c BCD2: #sat=1 #unsat=658 bias=658/659
3.19/3.23	c Solving starts ...
3.19/3.23	c ============================[ Search Statistics ]============================
3.19/3.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.23	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.23	c =============================================================================
3.19/3.23	c  0.0s |       0 |        0 |        0 |     1987      0 |      223 |      721
3.19/3.24	c  0.0s |       0 |      621 |        0 |     1987      0 |      223 |      721
3.19/3.24	c #cpu_time = 0.003s
3.19/3.24	c #wall_clock_time = 0.003s
3.19/3.24	c #decision = 621
3.19/3.24	c #random_decision = 0
3.19/3.24	c #conflict = 0
3.19/3.24	c #restart = 0
3.19/3.24	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.24	c lower bound updated to 658
3.19/3.24	c BCD2: 658 <= obj <= 1962
3.19/3.24	c BCD2: #cores=435, #unrelaxed=624, #relaxed=1339, #hardened=0
3.19/3.24	c BCD2: #sat=1 #unsat=659 bias=659/660
3.19/3.24	c Solving starts ...
3.19/3.24	c ============================[ Search Statistics ]============================
3.19/3.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.24	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.24	c =============================================================================
3.19/3.24	c  0.0s |       0 |        0 |        0 |     1987      0 |      223 |      722
3.19/3.24	c  0.0s |       0 |      623 |        0 |     1987      0 |      223 |      722
3.19/3.24	c #cpu_time = 0.003s
3.19/3.24	c #wall_clock_time = 0.003s
3.19/3.24	c #decision = 623
3.19/3.24	c #random_decision = 0
3.19/3.24	c #conflict = 0
3.19/3.24	c #restart = 0
3.19/3.24	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.24	c lower bound updated to 659
3.19/3.24	c BCD2: 659 <= obj <= 1962
3.19/3.24	c BCD2: #cores=436, #unrelaxed=622, #relaxed=1341, #hardened=0
3.19/3.24	c BCD2: #sat=1 #unsat=660 bias=660/661
3.19/3.24	c Solving starts ...
3.19/3.24	c ============================[ Search Statistics ]============================
3.19/3.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.24	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.24	c =============================================================================
3.19/3.24	c  0.0s |       0 |        0 |        0 |     1987      0 |      223 |      723
3.19/3.25	c  0.0s |       0 |      623 |        0 |     1987      0 |      223 |      723
3.19/3.25	c #cpu_time = 0.003s
3.19/3.25	c #wall_clock_time = 0.003s
3.19/3.25	c #decision = 623
3.19/3.25	c #random_decision = 0
3.19/3.25	c #conflict = 0
3.19/3.25	c #restart = 0
3.19/3.25	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.25	c lower bound updated to 660
3.19/3.25	c BCD2: 660 <= obj <= 1962
3.19/3.25	c BCD2: #cores=437, #unrelaxed=620, #relaxed=1343, #hardened=0
3.19/3.25	c BCD2: #sat=1 #unsat=661 bias=661/662
3.19/3.25	c Solving starts ...
3.19/3.25	c ============================[ Search Statistics ]============================
3.19/3.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.25	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.25	c =============================================================================
3.19/3.25	c  0.0s |       0 |        0 |        0 |     1987      0 |      223 |      724
3.19/3.25	c  0.0s |       0 |      623 |        0 |     1987      0 |      223 |      724
3.19/3.25	c #cpu_time = 0.003s
3.19/3.25	c #wall_clock_time = 0.003s
3.19/3.25	c #decision = 623
3.19/3.25	c #random_decision = 0
3.19/3.25	c #conflict = 0
3.19/3.25	c #restart = 0
3.19/3.25	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.25	c lower bound updated to 661
3.19/3.26	c BCD2: 661 <= obj <= 1962
3.19/3.26	c BCD2: #cores=438, #unrelaxed=618, #relaxed=1345, #hardened=0
3.19/3.26	c BCD2: #sat=1 #unsat=662 bias=662/663
3.19/3.26	c Solving starts ...
3.19/3.26	c ============================[ Search Statistics ]============================
3.19/3.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.26	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.26	c =============================================================================
3.19/3.26	c  0.0s |       0 |        0 |        0 |     1987      0 |      223 |      725
3.19/3.26	c  0.0s |       0 |      623 |        0 |     1987      0 |      223 |      725
3.19/3.26	c #cpu_time = 0.003s
3.19/3.26	c #wall_clock_time = 0.003s
3.19/3.26	c #decision = 623
3.19/3.26	c #random_decision = 0
3.19/3.26	c #conflict = 0
3.19/3.26	c #restart = 0
3.19/3.26	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.26	c lower bound updated to 662
3.19/3.26	c BCD2: 662 <= obj <= 1962
3.19/3.26	c BCD2: #cores=439, #unrelaxed=616, #relaxed=1347, #hardened=0
3.19/3.26	c BCD2: #sat=1 #unsat=663 bias=663/664
3.19/3.26	c Solving starts ...
3.19/3.26	c ============================[ Search Statistics ]============================
3.19/3.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.26	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.26	c =============================================================================
3.19/3.26	c  0.0s |       0 |        0 |        0 |     1987      0 |      223 |      726
3.19/3.27	c  0.0s |       0 |      623 |        0 |     1987      0 |      223 |      726
3.19/3.27	c #cpu_time = 0.003s
3.19/3.27	c #wall_clock_time = 0.003s
3.19/3.27	c #decision = 623
3.19/3.27	c #random_decision = 0
3.19/3.27	c #conflict = 0
3.19/3.27	c #restart = 0
3.19/3.27	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.19/3.27	c lower bound updated to 663
3.19/3.27	c BCD2: 663 <= obj <= 1962
3.19/3.27	c BCD2: #cores=439, #unrelaxed=614, #relaxed=1349, #hardened=0
3.19/3.27	c BCD2: #sat=1 #unsat=664 bias=664/665
3.19/3.27	c Solving starts ...
3.19/3.27	c ============================[ Search Statistics ]============================
3.19/3.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.27	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.27	c =============================================================================
3.19/3.27	c  0.0s |       0 |        0 |        0 |     1987      0 |      224 |      726
3.19/3.27	c  0.0s |       0 |      622 |        0 |     1987      0 |      224 |      727
3.19/3.27	c #cpu_time = 0.004s
3.19/3.27	c #wall_clock_time = 0.004s
3.19/3.27	c #decision = 622
3.19/3.27	c #random_decision = 0
3.19/3.27	c #conflict = 0
3.19/3.27	c #restart = 0
3.19/3.27	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.27	c lower bound updated to 664
3.19/3.27	c BCD2: 664 <= obj <= 1962
3.19/3.27	c BCD2: #cores=440, #unrelaxed=612, #relaxed=1351, #hardened=0
3.19/3.27	c BCD2: #sat=1 #unsat=665 bias=665/666
3.19/3.27	c Solving starts ...
3.19/3.27	c ============================[ Search Statistics ]============================
3.19/3.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.27	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.27	c =============================================================================
3.19/3.27	c  0.0s |       0 |        0 |        0 |     1987      0 |      224 |      728
3.19/3.28	c  0.0s |       0 |      622 |        0 |     1987      0 |      224 |      728
3.19/3.28	c #cpu_time = 0.003s
3.19/3.28	c #wall_clock_time = 0.003s
3.19/3.28	c #decision = 622
3.19/3.28	c #random_decision = 0
3.19/3.28	c #conflict = 0
3.19/3.28	c #restart = 0
3.19/3.28	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.28	c lower bound updated to 665
3.19/3.28	c BCD2: 665 <= obj <= 1962
3.19/3.28	c BCD2: #cores=441, #unrelaxed=610, #relaxed=1353, #hardened=0
3.19/3.28	c BCD2: #sat=1 #unsat=666 bias=666/667
3.19/3.28	c Solving starts ...
3.19/3.28	c ============================[ Search Statistics ]============================
3.19/3.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.28	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.28	c =============================================================================
3.19/3.28	c  0.0s |       0 |        0 |        0 |     1987      0 |      224 |      729
3.19/3.28	c  0.0s |       0 |      623 |        0 |     1987      0 |      224 |      729
3.19/3.28	c #cpu_time = 0.003s
3.19/3.28	c #wall_clock_time = 0.003s
3.19/3.28	c #decision = 623
3.19/3.28	c #random_decision = 0
3.19/3.28	c #conflict = 0
3.19/3.28	c #restart = 0
3.19/3.28	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.28	c lower bound updated to 666
3.19/3.29	c BCD2: 666 <= obj <= 1962
3.19/3.29	c BCD2: #cores=442, #unrelaxed=608, #relaxed=1355, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=667 bias=667/668
3.19/3.29	c Solving starts ...
3.19/3.29	c ============================[ Search Statistics ]============================
3.19/3.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.29	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.29	c =============================================================================
3.19/3.29	c  0.0s |       0 |        0 |        0 |     1987      0 |      224 |      730
3.19/3.29	c  0.0s |       0 |      625 |        0 |     1987      0 |      224 |      730
3.19/3.29	c #cpu_time = 0.003s
3.19/3.29	c #wall_clock_time = 0.003s
3.19/3.29	c #decision = 625
3.19/3.29	c #random_decision = 0
3.19/3.29	c #conflict = 0
3.19/3.29	c #restart = 0
3.19/3.29	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.29	c lower bound updated to 667
3.19/3.29	c BCD2: 667 <= obj <= 1962
3.19/3.29	c BCD2: #cores=443, #unrelaxed=606, #relaxed=1357, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=668 bias=668/669
3.19/3.29	c Solving starts ...
3.19/3.29	c ============================[ Search Statistics ]============================
3.19/3.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.29	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.29	c =============================================================================
3.19/3.29	c  0.0s |       0 |        0 |        0 |     1987      0 |      224 |      731
3.19/3.30	c  0.0s |       0 |      626 |        0 |     1987      0 |      224 |      731
3.19/3.30	c #cpu_time = 0.003s
3.19/3.30	c #wall_clock_time = 0.003s
3.19/3.30	c #decision = 626
3.19/3.30	c #random_decision = 0
3.19/3.30	c #conflict = 0
3.19/3.30	c #restart = 0
3.19/3.30	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.30	c lower bound updated to 668
3.19/3.30	c BCD2: 668 <= obj <= 1962
3.19/3.30	c BCD2: #cores=444, #unrelaxed=604, #relaxed=1359, #hardened=0
3.19/3.30	c BCD2: #sat=1 #unsat=669 bias=669/670
3.19/3.30	c Solving starts ...
3.19/3.30	c ============================[ Search Statistics ]============================
3.19/3.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.30	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.30	c =============================================================================
3.19/3.30	c  0.0s |       0 |        0 |        0 |     1987      0 |      224 |      732
3.19/3.30	c  0.0s |       0 |      626 |        0 |     1987      0 |      224 |      732
3.19/3.30	c #cpu_time = 0.003s
3.19/3.30	c #wall_clock_time = 0.003s
3.19/3.30	c #decision = 626
3.19/3.30	c #random_decision = 0
3.19/3.30	c #conflict = 0
3.19/3.30	c #restart = 0
3.19/3.30	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.30	c lower bound updated to 669
3.19/3.30	c BCD2: 669 <= obj <= 1962
3.19/3.30	c BCD2: #cores=445, #unrelaxed=602, #relaxed=1361, #hardened=0
3.19/3.30	c BCD2: #sat=1 #unsat=670 bias=670/671
3.19/3.30	c Solving starts ...
3.19/3.30	c ============================[ Search Statistics ]============================
3.19/3.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.30	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.30	c =============================================================================
3.19/3.30	c  0.0s |       0 |        0 |        0 |     1987      0 |      224 |      733
3.29/3.31	c  0.0s |       0 |      628 |        0 |     1987      0 |      224 |      733
3.29/3.31	c #cpu_time = 0.003s
3.29/3.31	c #wall_clock_time = 0.003s
3.29/3.31	c #decision = 628
3.29/3.31	c #random_decision = 0
3.29/3.31	c #conflict = 0
3.29/3.31	c #restart = 0
3.29/3.31	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.29/3.31	c lower bound updated to 670
3.29/3.31	c BCD2: 670 <= obj <= 1962
3.29/3.31	c BCD2: #cores=444, #unrelaxed=600, #relaxed=1363, #hardened=0
3.29/3.31	c BCD2: #sat=1 #unsat=671 bias=671/672
3.29/3.31	c Solving starts ...
3.29/3.31	c ============================[ Search Statistics ]============================
3.29/3.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.31	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.31	c =============================================================================
3.29/3.31	c  0.0s |       0 |        0 |        0 |     1987      0 |      226 |      733
3.29/3.31	c  0.0s |       0 |      626 |        0 |     1987      0 |      226 |      735
3.29/3.31	c #cpu_time = 0.004s
3.29/3.31	c #wall_clock_time = 0.004s
3.29/3.31	c #decision = 626
3.29/3.31	c #random_decision = 0
3.29/3.31	c #conflict = 0
3.29/3.31	c #restart = 0
3.29/3.31	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.29/3.31	c lower bound updated to 671
3.29/3.32	c BCD2: 671 <= obj <= 1962
3.29/3.32	c BCD2: #cores=444, #unrelaxed=598, #relaxed=1365, #hardened=0
3.29/3.32	c BCD2: #sat=1 #unsat=672 bias=672/673
3.29/3.32	c Solving starts ...
3.29/3.32	c ============================[ Search Statistics ]============================
3.29/3.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.32	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.32	c =============================================================================
3.29/3.32	c  0.0s |       0 |        0 |        0 |     1987      0 |      227 |      735
3.29/3.32	c  0.0s |       0 |      626 |        0 |     1987      0 |      227 |      736
3.29/3.32	c #cpu_time = 0.003s
3.29/3.32	c #wall_clock_time = 0.003s
3.29/3.32	c #decision = 626
3.29/3.32	c #random_decision = 0
3.29/3.32	c #conflict = 0
3.29/3.32	c #restart = 0
3.29/3.32	c BCD2: found a new core of size 2: cost of the new core is >=1
3.29/3.32	c lower bound updated to 672
3.29/3.32	c BCD2: 672 <= obj <= 1962
3.29/3.32	c BCD2: #cores=445, #unrelaxed=596, #relaxed=1367, #hardened=0
3.29/3.32	c BCD2: #sat=1 #unsat=673 bias=673/674
3.29/3.32	c Solving starts ...
3.29/3.32	c ============================[ Search Statistics ]============================
3.29/3.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.32	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.32	c =============================================================================
3.29/3.32	c  0.0s |       0 |        0 |        0 |     1987      0 |      227 |      737
3.29/3.33	c  0.0s |       0 |      627 |        0 |     1987      0 |      227 |      737
3.29/3.33	c #cpu_time = 0.003s
3.29/3.33	c #wall_clock_time = 0.003s
3.29/3.33	c #decision = 627
3.29/3.33	c #random_decision = 0
3.29/3.33	c #conflict = 0
3.29/3.33	c #restart = 0
3.29/3.33	c BCD2: found a new core of size 2: cost of the new core is >=1
3.29/3.33	c lower bound updated to 673
3.29/3.33	c BCD2: 673 <= obj <= 1962
3.29/3.33	c BCD2: #cores=446, #unrelaxed=594, #relaxed=1369, #hardened=0
3.29/3.33	c BCD2: #sat=1 #unsat=674 bias=674/675
3.29/3.33	c Solving starts ...
3.29/3.33	c ============================[ Search Statistics ]============================
3.29/3.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.33	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.33	c =============================================================================
3.29/3.33	c  0.0s |       0 |        0 |        0 |     1987      0 |      227 |      738
3.29/3.33	c  0.0s |       0 |      629 |        0 |     1987      0 |      227 |      738
3.29/3.33	c #cpu_time = 0.003s
3.29/3.33	c #wall_clock_time = 0.003s
3.29/3.33	c #decision = 629
3.29/3.33	c #random_decision = 0
3.29/3.33	c #conflict = 0
3.29/3.33	c #restart = 0
3.29/3.33	c BCD2: found a new core of size 2: cost of the new core is >=1
3.29/3.33	c lower bound updated to 674
3.29/3.33	c BCD2: 674 <= obj <= 1962
3.29/3.33	c BCD2: #cores=447, #unrelaxed=592, #relaxed=1371, #hardened=0
3.29/3.33	c BCD2: #sat=1 #unsat=675 bias=675/676
3.29/3.33	c Solving starts ...
3.29/3.33	c ============================[ Search Statistics ]============================
3.29/3.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.33	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.33	c =============================================================================
3.29/3.33	c  0.0s |       0 |        0 |        0 |     1987      0 |      227 |      739
3.29/3.34	c  0.0s |       0 |      629 |        0 |     1987      0 |      227 |      739
3.29/3.34	c #cpu_time = 0.003s
3.29/3.34	c #wall_clock_time = 0.003s
3.29/3.34	c #decision = 629
3.29/3.34	c #random_decision = 0
3.29/3.34	c #conflict = 0
3.29/3.34	c #restart = 0
3.29/3.34	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.29/3.34	c lower bound updated to 675
3.29/3.34	c BCD2: 675 <= obj <= 1962
3.29/3.34	c BCD2: #cores=446, #unrelaxed=590, #relaxed=1373, #hardened=0
3.29/3.34	c BCD2: #sat=1 #unsat=676 bias=676/677
3.29/3.34	c Solving starts ...
3.29/3.34	c ============================[ Search Statistics ]============================
3.29/3.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.34	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.34	c =============================================================================
3.29/3.34	c  0.0s |       0 |        0 |        0 |     1987      0 |      229 |      739
3.29/3.34	c  0.0s |       0 |      629 |        0 |     1987      0 |      229 |      741
3.29/3.34	c #cpu_time = 0.003s
3.29/3.34	c #wall_clock_time = 0.003s
3.29/3.34	c #decision = 629
3.29/3.34	c #random_decision = 0
3.29/3.34	c #conflict = 0
3.29/3.34	c #restart = 0
3.29/3.34	c BCD2: found a new core of size 2: cost of the new core is >=1
3.29/3.34	c lower bound updated to 676
3.29/3.35	c BCD2: 676 <= obj <= 1962
3.29/3.35	c BCD2: #cores=447, #unrelaxed=588, #relaxed=1375, #hardened=0
3.29/3.35	c BCD2: #sat=1 #unsat=677 bias=677/678
3.29/3.35	c Solving starts ...
3.29/3.35	c ============================[ Search Statistics ]============================
3.29/3.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.35	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.35	c =============================================================================
3.29/3.35	c  0.0s |       0 |        0 |        0 |     1987      0 |      229 |      742
3.29/3.35	c  0.0s |       0 |      631 |        0 |     1987      0 |      229 |      742
3.29/3.35	c #cpu_time = 0.003s
3.29/3.35	c #wall_clock_time = 0.003s
3.29/3.35	c #decision = 631
3.29/3.35	c #random_decision = 0
3.29/3.35	c #conflict = 0
3.29/3.35	c #restart = 0
3.29/3.35	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.29/3.35	c lower bound updated to 677
3.29/3.35	c BCD2: 677 <= obj <= 1962
3.29/3.35	c BCD2: #cores=447, #unrelaxed=586, #relaxed=1377, #hardened=0
3.29/3.35	c BCD2: #sat=1 #unsat=678 bias=678/679
3.29/3.35	c Solving starts ...
3.29/3.35	c ============================[ Search Statistics ]============================
3.29/3.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.35	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.35	c =============================================================================
3.29/3.35	c  0.0s |       0 |        0 |        0 |     1987      0 |      230 |      742
3.29/3.36	c  0.0s |       0 |      630 |        0 |     1987      0 |      230 |      743
3.29/3.36	c #cpu_time = 0.004s
3.29/3.36	c #wall_clock_time = 0.004s
3.29/3.36	c #decision = 630
3.29/3.36	c #random_decision = 0
3.29/3.36	c #conflict = 0
3.29/3.36	c #restart = 0
3.29/3.36	c BCD2: found a new core of size 2: cost of the new core is >=1
3.29/3.36	c lower bound updated to 678
3.29/3.36	c BCD2: 678 <= obj <= 1962
3.29/3.36	c BCD2: #cores=448, #unrelaxed=584, #relaxed=1379, #hardened=0
3.29/3.36	c BCD2: #sat=1 #unsat=679 bias=679/680
3.29/3.36	c Solving starts ...
3.29/3.36	c ============================[ Search Statistics ]============================
3.29/3.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.36	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.36	c =============================================================================
3.29/3.36	c  0.0s |       0 |        0 |        0 |     1987      0 |      230 |      744
3.29/3.36	c  0.0s |       0 |      632 |        0 |     1987      0 |      230 |      744
3.29/3.36	c #cpu_time = 0.003s
3.29/3.36	c #wall_clock_time = 0.003s
3.29/3.36	c #decision = 632
3.29/3.36	c #random_decision = 0
3.29/3.36	c #conflict = 0
3.29/3.36	c #restart = 0
3.29/3.36	c BCD2: found a new core of size 2: cost of the new core is >=1
3.29/3.36	c lower bound updated to 679
3.29/3.36	c BCD2: 679 <= obj <= 1962
3.29/3.36	c BCD2: #cores=449, #unrelaxed=582, #relaxed=1381, #hardened=0
3.29/3.36	c BCD2: #sat=1 #unsat=680 bias=680/681
3.29/3.37	c Solving starts ...
3.29/3.37	c ============================[ Search Statistics ]============================
3.29/3.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.37	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.37	c =============================================================================
3.29/3.37	c  0.0s |       0 |        0 |        0 |     1987      0 |      230 |      745
3.29/3.37	c  0.0s |       0 |      632 |        0 |     1987      0 |      230 |      745
3.29/3.37	c #cpu_time = 0.003s
3.29/3.37	c #wall_clock_time = 0.003s
3.29/3.37	c #decision = 632
3.29/3.37	c #random_decision = 0
3.29/3.37	c #conflict = 0
3.29/3.37	c #restart = 0
3.29/3.37	c BCD2: found a new core of size 2: cost of the new core is >=1
3.29/3.37	c lower bound updated to 680
3.29/3.37	c BCD2: 680 <= obj <= 1962
3.29/3.37	c BCD2: #cores=450, #unrelaxed=580, #relaxed=1383, #hardened=0
3.29/3.37	c BCD2: #sat=1 #unsat=681 bias=681/682
3.29/3.37	c Solving starts ...
3.29/3.37	c ============================[ Search Statistics ]============================
3.29/3.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.37	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.37	c =============================================================================
3.29/3.37	c  0.0s |       0 |        0 |        0 |     1987      0 |      230 |      746
3.29/3.37	c  0.0s |       0 |      633 |        0 |     1987      0 |      230 |      746
3.29/3.37	c #cpu_time = 0.003s
3.29/3.37	c #wall_clock_time = 0.003s
3.29/3.37	c #decision = 633
3.29/3.37	c #random_decision = 0
3.29/3.37	c #conflict = 0
3.29/3.37	c #restart = 0
3.29/3.37	c BCD2: found a new core of size 2: cost of the new core is >=1
3.29/3.37	c lower bound updated to 681
3.29/3.38	c BCD2: 681 <= obj <= 1962
3.29/3.38	c BCD2: #cores=451, #unrelaxed=578, #relaxed=1385, #hardened=0
3.29/3.38	c BCD2: #sat=1 #unsat=682 bias=682/683
3.29/3.38	c Solving starts ...
3.29/3.38	c ============================[ Search Statistics ]============================
3.29/3.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.38	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.38	c =============================================================================
3.29/3.38	c  0.0s |       0 |        0 |        0 |     1987      0 |      230 |      747
3.29/3.38	c  0.0s |       0 |      633 |        0 |     1987      0 |      230 |      747
3.29/3.38	c #cpu_time = 0.003s
3.29/3.38	c #wall_clock_time = 0.003s
3.29/3.38	c #decision = 633
3.29/3.38	c #random_decision = 0
3.29/3.38	c #conflict = 0
3.29/3.38	c #restart = 0
3.29/3.38	c BCD2: relaxing 2 and merging with 4 cores into a new core of size 10: cost of the new core is >=5
3.29/3.38	c lower bound updated to 682
3.29/3.38	c BCD2: 682 <= obj <= 1962
3.29/3.38	c BCD2: #cores=448, #unrelaxed=576, #relaxed=1387, #hardened=0
3.29/3.38	c BCD2: #sat=1 #unsat=683 bias=683/684
3.29/3.38	c Solving starts ...
3.29/3.38	c ============================[ Search Statistics ]============================
3.29/3.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.38	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.38	c =============================================================================
3.29/3.38	c  0.0s |       0 |        0 |        0 |     1987      0 |      234 |      747
3.29/3.39	c  0.0s |       0 |      631 |        0 |     1987      0 |      234 |      751
3.29/3.39	c #cpu_time = 0.003s
3.29/3.39	c #wall_clock_time = 0.003s
3.29/3.39	c #decision = 631
3.29/3.39	c #random_decision = 0
3.29/3.39	c #conflict = 0
3.29/3.39	c #restart = 0
3.29/3.39	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.29/3.39	c lower bound updated to 683
3.29/3.39	c BCD2: 683 <= obj <= 1962
3.29/3.39	c BCD2: #cores=447, #unrelaxed=574, #relaxed=1389, #hardened=0
3.29/3.39	c BCD2: #sat=1 #unsat=684 bias=684/685
3.29/3.39	c Solving starts ...
3.29/3.39	c ============================[ Search Statistics ]============================
3.29/3.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.39	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.39	c =============================================================================
3.29/3.39	c  0.0s |       0 |        0 |        0 |     1987      0 |      236 |      751
3.29/3.39	c  0.0s |       0 |      629 |        0 |     1987      0 |      236 |      753
3.29/3.39	c #cpu_time = 0.003s
3.29/3.39	c #wall_clock_time = 0.003s
3.29/3.39	c #decision = 629
3.29/3.39	c #random_decision = 0
3.29/3.39	c #conflict = 0
3.29/3.39	c #restart = 0
3.29/3.39	c BCD2: found a new core of size 2: cost of the new core is >=1
3.29/3.39	c lower bound updated to 684
3.29/3.39	c BCD2: 684 <= obj <= 1962
3.29/3.39	c BCD2: #cores=448, #unrelaxed=572, #relaxed=1391, #hardened=0
3.29/3.39	c BCD2: #sat=1 #unsat=685 bias=685/686
3.29/3.40	c Solving starts ...
3.29/3.40	c ============================[ Search Statistics ]============================
3.29/3.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.40	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.40	c =============================================================================
3.29/3.40	c  0.0s |       0 |        0 |        0 |     1987      0 |      236 |      754
3.29/3.40	c  0.0s |       0 |      629 |        0 |     1987      0 |      236 |      754
3.29/3.40	c #cpu_time = 0.003s
3.29/3.40	c #wall_clock_time = 0.003s
3.29/3.40	c #decision = 629
3.29/3.40	c #random_decision = 0
3.29/3.40	c #conflict = 0
3.29/3.40	c #restart = 0
3.29/3.40	c BCD2: found a new core of size 2: cost of the new core is >=1
3.29/3.40	c lower bound updated to 685
3.29/3.40	c BCD2: 685 <= obj <= 1962
3.29/3.40	c BCD2: #cores=449, #unrelaxed=570, #relaxed=1393, #hardened=0
3.29/3.40	c BCD2: #sat=1 #unsat=686 bias=686/687
3.29/3.40	c Solving starts ...
3.29/3.40	c ============================[ Search Statistics ]============================
3.29/3.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.40	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.40	c =============================================================================
3.29/3.40	c  0.0s |       0 |        0 |        0 |     1987      0 |      236 |      755
3.29/3.40	c  0.0s |       0 |      629 |        0 |     1987      0 |      236 |      755
3.29/3.40	c #cpu_time = 0.003s
3.29/3.40	c #wall_clock_time = 0.003s
3.29/3.40	c #decision = 629
3.29/3.40	c #random_decision = 0
3.29/3.40	c #conflict = 0
3.29/3.40	c #restart = 0
3.29/3.40	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.29/3.40	c lower bound updated to 686
3.29/3.41	c BCD2: 686 <= obj <= 1962
3.29/3.41	c BCD2: #cores=449, #unrelaxed=568, #relaxed=1395, #hardened=0
3.29/3.41	c BCD2: #sat=1 #unsat=687 bias=687/688
3.39/3.41	c Solving starts ...
3.39/3.41	c ============================[ Search Statistics ]============================
3.39/3.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.41	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.41	c =============================================================================
3.39/3.41	c  0.0s |       0 |        0 |        0 |     1987      0 |      237 |      755
3.39/3.41	c  0.0s |       0 |      630 |        0 |     1987      0 |      237 |      756
3.39/3.41	c #cpu_time = 0.003s
3.39/3.41	c #wall_clock_time = 0.003s
3.39/3.41	c #decision = 630
3.39/3.41	c #random_decision = 0
3.39/3.41	c #conflict = 0
3.39/3.41	c #restart = 0
3.39/3.41	c BCD2: found a new core of size 2: cost of the new core is >=1
3.39/3.41	c lower bound updated to 687
3.39/3.41	c BCD2: 687 <= obj <= 1962
3.39/3.41	c BCD2: #cores=450, #unrelaxed=566, #relaxed=1397, #hardened=0
3.39/3.41	c BCD2: #sat=1 #unsat=688 bias=688/689
3.39/3.41	c Solving starts ...
3.39/3.41	c ============================[ Search Statistics ]============================
3.39/3.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.41	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.41	c =============================================================================
3.39/3.41	c  0.0s |       0 |        0 |        0 |     1987      0 |      237 |      757
3.39/3.42	c  0.0s |       0 |      632 |        0 |     1987      0 |      237 |      757
3.39/3.42	c #cpu_time = 0.003s
3.39/3.42	c #wall_clock_time = 0.003s
3.39/3.42	c #decision = 632
3.39/3.42	c #random_decision = 0
3.39/3.42	c #conflict = 0
3.39/3.42	c #restart = 0
3.39/3.42	c BCD2: found a new core of size 2: cost of the new core is >=1
3.39/3.42	c lower bound updated to 688
3.39/3.42	c BCD2: 688 <= obj <= 1962
3.39/3.42	c BCD2: #cores=451, #unrelaxed=564, #relaxed=1399, #hardened=0
3.39/3.42	c BCD2: #sat=1 #unsat=689 bias=689/690
3.39/3.42	c Solving starts ...
3.39/3.42	c ============================[ Search Statistics ]============================
3.39/3.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.42	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.42	c =============================================================================
3.39/3.42	c  0.0s |       0 |        0 |        0 |     1987      0 |      237 |      758
3.39/3.42	c  0.0s |       0 |      635 |        0 |     1987      0 |      237 |      758
3.39/3.42	c #cpu_time = 0.003s
3.39/3.42	c #wall_clock_time = 0.003s
3.39/3.42	c #decision = 635
3.39/3.42	c #random_decision = 0
3.39/3.42	c #conflict = 0
3.39/3.42	c #restart = 0
3.39/3.42	c BCD2: found a new core of size 2: cost of the new core is >=1
3.39/3.42	c lower bound updated to 689
3.39/3.42	c BCD2: 689 <= obj <= 1962
3.39/3.42	c BCD2: #cores=452, #unrelaxed=562, #relaxed=1401, #hardened=0
3.39/3.42	c BCD2: #sat=1 #unsat=690 bias=690/691
3.39/3.43	c Solving starts ...
3.39/3.43	c ============================[ Search Statistics ]============================
3.39/3.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.43	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.43	c =============================================================================
3.39/3.43	c  0.0s |       0 |        0 |        0 |     1987      0 |      237 |      759
3.39/3.43	c  0.0s |       0 |      640 |        0 |     1987      0 |      237 |      759
3.39/3.43	c #cpu_time = 0.003s
3.39/3.43	c #wall_clock_time = 0.003s
3.39/3.43	c #decision = 640
3.39/3.43	c #random_decision = 0
3.39/3.43	c #conflict = 0
3.39/3.43	c #restart = 0
3.39/3.43	c BCD2: relaxing 4 and merging with 3 cores into a new core of size 12: cost of the new core is >=5
3.39/3.43	c lower bound updated to 690
3.39/3.43	c BCD2: 690 <= obj <= 1962
3.39/3.43	c BCD2: #cores=450, #unrelaxed=558, #relaxed=1405, #hardened=0
3.39/3.43	c BCD2: #sat=1 #unsat=691 bias=691/692
3.39/3.43	c Solving starts ...
3.39/3.43	c ============================[ Search Statistics ]============================
3.39/3.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.43	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.43	c =============================================================================
3.39/3.43	c  0.0s |       0 |        0 |        0 |     1987      0 |      240 |      759
3.39/3.44	c  0.0s |       0 |      635 |        0 |     1987      0 |      240 |      762
3.39/3.44	c #cpu_time = 0.004s
3.39/3.44	c #wall_clock_time = 0.004s
3.39/3.44	c #decision = 635
3.39/3.44	c #random_decision = 0
3.39/3.44	c #conflict = 0
3.39/3.44	c #restart = 0
3.39/3.44	c BCD2: found a new core of size 2: cost of the new core is >=1
3.39/3.44	c lower bound updated to 691
3.39/3.44	c BCD2: 691 <= obj <= 1962
3.39/3.44	c BCD2: #cores=451, #unrelaxed=556, #relaxed=1407, #hardened=0
3.39/3.44	c BCD2: #sat=1 #unsat=692 bias=692/693
3.39/3.44	c Solving starts ...
3.39/3.44	c ============================[ Search Statistics ]============================
3.39/3.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.44	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.44	c =============================================================================
3.39/3.44	c  0.0s |       0 |        0 |        0 |     1987      0 |      240 |      763
3.39/3.44	c  0.0s |       0 |      635 |        0 |     1987      0 |      240 |      763
3.39/3.44	c #cpu_time = 0.003s
3.39/3.44	c #wall_clock_time = 0.003s
3.39/3.44	c #decision = 635
3.39/3.44	c #random_decision = 0
3.39/3.44	c #conflict = 0
3.39/3.44	c #restart = 0
3.39/3.44	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.39/3.44	c lower bound updated to 692
3.39/3.44	c BCD2: 692 <= obj <= 1962
3.39/3.44	c BCD2: #cores=450, #unrelaxed=554, #relaxed=1409, #hardened=0
3.39/3.44	c BCD2: #sat=1 #unsat=693 bias=693/694
3.39/3.44	c Solving starts ...
3.39/3.44	c ============================[ Search Statistics ]============================
3.39/3.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.44	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.44	c =============================================================================
3.39/3.44	c  0.0s |       0 |        0 |        0 |     1987      0 |      242 |      763
3.39/3.45	c  0.0s |       0 |      633 |        0 |     1987      0 |      242 |      765
3.39/3.45	c #cpu_time = 0.003s
3.39/3.45	c #wall_clock_time = 0.003s
3.39/3.45	c #decision = 633
3.39/3.45	c #random_decision = 0
3.39/3.45	c #conflict = 0
3.39/3.45	c #restart = 0
3.39/3.45	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.39/3.45	c lower bound updated to 693
3.39/3.45	c BCD2: 693 <= obj <= 1962
3.39/3.45	c BCD2: #cores=449, #unrelaxed=552, #relaxed=1411, #hardened=0
3.39/3.45	c BCD2: #sat=1 #unsat=694 bias=694/695
3.39/3.45	c Solving starts ...
3.39/3.45	c ============================[ Search Statistics ]============================
3.39/3.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.45	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.45	c =============================================================================
3.39/3.45	c  0.0s |       0 |        0 |        0 |     1987      0 |      244 |      765
3.39/3.45	c  0.0s |       0 |      631 |        0 |     1987      0 |      244 |      767
3.39/3.45	c #cpu_time = 0.003s
3.39/3.45	c #wall_clock_time = 0.003s
3.39/3.45	c #decision = 631
3.39/3.45	c #random_decision = 0
3.39/3.45	c #conflict = 0
3.39/3.45	c #restart = 0
3.39/3.45	c BCD2: found a new core of size 2: cost of the new core is >=1
3.39/3.45	c lower bound updated to 694
3.39/3.46	c BCD2: 694 <= obj <= 1962
3.39/3.46	c BCD2: #cores=450, #unrelaxed=550, #relaxed=1413, #hardened=0
3.39/3.46	c BCD2: #sat=1 #unsat=695 bias=695/696
3.39/3.46	c Solving starts ...
3.39/3.46	c ============================[ Search Statistics ]============================
3.39/3.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.46	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.46	c =============================================================================
3.39/3.46	c  0.0s |       0 |        0 |        0 |     1987      0 |      244 |      768
3.39/3.46	c  0.0s |       0 |      631 |        0 |     1987      0 |      244 |      768
3.39/3.46	c #cpu_time = 0.003s
3.39/3.46	c #wall_clock_time = 0.003s
3.39/3.46	c #decision = 631
3.39/3.46	c #random_decision = 0
3.39/3.46	c #conflict = 0
3.39/3.46	c #restart = 0
3.39/3.46	c BCD2: found a new core of size 2: cost of the new core is >=1
3.39/3.46	c lower bound updated to 695
3.39/3.46	c BCD2: 695 <= obj <= 1962
3.39/3.46	c BCD2: #cores=451, #unrelaxed=548, #relaxed=1415, #hardened=0
3.39/3.46	c BCD2: #sat=1 #unsat=696 bias=696/697
3.39/3.46	c Solving starts ...
3.39/3.46	c ============================[ Search Statistics ]============================
3.39/3.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.46	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.46	c =============================================================================
3.39/3.46	c  0.0s |       0 |        0 |        0 |     1987      0 |      244 |      769
3.39/3.47	c  0.0s |       0 |      632 |        0 |     1987      0 |      244 |      769
3.39/3.47	c #cpu_time = 0.003s
3.39/3.47	c #wall_clock_time = 0.003s
3.39/3.47	c #decision = 632
3.39/3.47	c #random_decision = 0
3.39/3.47	c #conflict = 0
3.39/3.47	c #restart = 0
3.39/3.47	c BCD2: found a new core of size 2: cost of the new core is >=1
3.39/3.47	c lower bound updated to 696
3.39/3.47	c BCD2: 696 <= obj <= 1962
3.39/3.47	c BCD2: #cores=452, #unrelaxed=546, #relaxed=1417, #hardened=0
3.39/3.47	c BCD2: #sat=1 #unsat=697 bias=697/698
3.39/3.47	c Solving starts ...
3.39/3.47	c ============================[ Search Statistics ]============================
3.39/3.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.47	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.47	c =============================================================================
3.39/3.47	c  0.0s |       0 |        0 |        0 |     1987      0 |      244 |      770
3.39/3.47	c  0.0s |       0 |      632 |        0 |     1987      0 |      244 |      770
3.39/3.47	c #cpu_time = 0.003s
3.39/3.47	c #wall_clock_time = 0.003s
3.39/3.47	c #decision = 632
3.39/3.47	c #random_decision = 0
3.39/3.47	c #conflict = 0
3.39/3.47	c #restart = 0
3.39/3.47	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.39/3.47	c lower bound updated to 697
3.39/3.47	c BCD2: 697 <= obj <= 1962
3.39/3.47	c BCD2: #cores=452, #unrelaxed=544, #relaxed=1419, #hardened=0
3.39/3.47	c BCD2: #sat=1 #unsat=698 bias=698/699
3.39/3.48	c Solving starts ...
3.39/3.48	c ============================[ Search Statistics ]============================
3.39/3.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.48	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.48	c =============================================================================
3.39/3.48	c  0.0s |       0 |        0 |        0 |     1987      0 |      245 |      770
3.39/3.48	c  0.0s |       0 |      631 |        0 |     1987      0 |      245 |      771
3.39/3.48	c #cpu_time = 0.003s
3.39/3.48	c #wall_clock_time = 0.003s
3.39/3.48	c #decision = 631
3.39/3.48	c #random_decision = 0
3.39/3.48	c #conflict = 0
3.39/3.48	c #restart = 0
3.39/3.48	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
3.39/3.48	c lower bound updated to 698
3.39/3.48	c BCD2: 698 <= obj <= 1962
3.39/3.48	c BCD2: #cores=450, #unrelaxed=542, #relaxed=1421, #hardened=0
3.39/3.48	c BCD2: #sat=1 #unsat=699 bias=699/700
3.39/3.48	c Solving starts ...
3.39/3.48	c ============================[ Search Statistics ]============================
3.39/3.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.48	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.48	c =============================================================================
3.39/3.48	c  0.0s |       0 |        0 |        0 |     1987      0 |      248 |      771
3.39/3.49	c  0.0s |       0 |      630 |        0 |     1987      0 |      248 |      774
3.39/3.49	c #cpu_time = 0.003s
3.39/3.49	c #wall_clock_time = 0.003s
3.39/3.49	c #decision = 630
3.39/3.49	c #random_decision = 0
3.39/3.49	c #conflict = 0
3.39/3.49	c #restart = 0
3.39/3.49	c BCD2: found a new core of size 2: cost of the new core is >=1
3.39/3.49	c lower bound updated to 699
3.39/3.49	c BCD2: 699 <= obj <= 1962
3.39/3.49	c BCD2: #cores=451, #unrelaxed=540, #relaxed=1423, #hardened=0
3.39/3.49	c BCD2: #sat=1 #unsat=700 bias=700/701
3.39/3.49	c Solving starts ...
3.39/3.49	c ============================[ Search Statistics ]============================
3.39/3.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.49	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.49	c =============================================================================
3.39/3.49	c  0.0s |       0 |        0 |        0 |     1987      0 |      248 |      775
3.39/3.49	c  0.0s |       0 |      630 |        0 |     1987      0 |      248 |      775
3.39/3.49	c #cpu_time = 0.003s
3.39/3.49	c #wall_clock_time = 0.003s
3.39/3.49	c #decision = 630
3.39/3.49	c #random_decision = 0
3.39/3.49	c #conflict = 0
3.39/3.49	c #restart = 0
3.39/3.49	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
3.39/3.49	c lower bound updated to 700
3.39/3.49	c BCD2: 700 <= obj <= 1962
3.39/3.49	c BCD2: #cores=449, #unrelaxed=538, #relaxed=1425, #hardened=0
3.39/3.49	c BCD2: #sat=1 #unsat=701 bias=701/702
3.39/3.49	c Solving starts ...
3.39/3.49	c ============================[ Search Statistics ]============================
3.39/3.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.49	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.49	c =============================================================================
3.39/3.49	c  0.0s |       0 |        0 |        0 |     1987      0 |      251 |      775
3.49/3.50	c  0.0s |       0 |      631 |        0 |     1987      0 |      251 |      778
3.49/3.50	c #cpu_time = 0.003s
3.49/3.50	c #wall_clock_time = 0.003s
3.49/3.50	c #decision = 631
3.49/3.50	c #random_decision = 0
3.49/3.50	c #conflict = 0
3.49/3.50	c #restart = 0
3.49/3.50	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.49/3.50	c lower bound updated to 701
3.49/3.50	c BCD2: 701 <= obj <= 1962
3.49/3.50	c BCD2: #cores=449, #unrelaxed=536, #relaxed=1427, #hardened=0
3.49/3.50	c BCD2: #sat=1 #unsat=702 bias=702/703
3.49/3.50	c Solving starts ...
3.49/3.50	c ============================[ Search Statistics ]============================
3.49/3.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.50	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.50	c =============================================================================
3.49/3.50	c  0.0s |       0 |        0 |        0 |     1987      0 |      252 |      778
3.49/3.50	c  0.0s |       0 |      633 |        0 |     1987      0 |      252 |      779
3.49/3.50	c #cpu_time = 0.004s
3.49/3.50	c #wall_clock_time = 0.004s
3.49/3.50	c #decision = 633
3.49/3.50	c #random_decision = 0
3.49/3.50	c #conflict = 0
3.49/3.50	c #restart = 0
3.49/3.50	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.50	c lower bound updated to 702
3.49/3.51	c BCD2: 702 <= obj <= 1962
3.49/3.51	c BCD2: #cores=450, #unrelaxed=534, #relaxed=1429, #hardened=0
3.49/3.51	c BCD2: #sat=1 #unsat=703 bias=703/704
3.49/3.51	c Solving starts ...
3.49/3.51	c ============================[ Search Statistics ]============================
3.49/3.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.51	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.51	c =============================================================================
3.49/3.51	c  0.0s |       0 |        0 |        0 |     1987      0 |      252 |      780
3.49/3.51	c  0.0s |       0 |      633 |        0 |     1987      0 |      252 |      780
3.49/3.51	c #cpu_time = 0.003s
3.49/3.51	c #wall_clock_time = 0.003s
3.49/3.51	c #decision = 633
3.49/3.51	c #random_decision = 0
3.49/3.51	c #conflict = 0
3.49/3.51	c #restart = 0
3.49/3.51	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.49/3.51	c lower bound updated to 703
3.49/3.51	c BCD2: 703 <= obj <= 1962
3.49/3.51	c BCD2: #cores=449, #unrelaxed=532, #relaxed=1431, #hardened=0
3.49/3.51	c BCD2: #sat=1 #unsat=704 bias=704/705
3.49/3.51	c Solving starts ...
3.49/3.51	c ============================[ Search Statistics ]============================
3.49/3.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.51	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.51	c =============================================================================
3.49/3.51	c  0.0s |       0 |        0 |        0 |     1987      0 |      254 |      780
3.49/3.52	c  0.0s |       0 |      631 |        0 |     1987      0 |      254 |      782
3.49/3.52	c #cpu_time = 0.003s
3.49/3.52	c #wall_clock_time = 0.003s
3.49/3.52	c #decision = 631
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.49/3.52	c lower bound updated to 704
3.49/3.52	c BCD2: 704 <= obj <= 1962
3.49/3.52	c BCD2: #cores=449, #unrelaxed=530, #relaxed=1433, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=705 bias=705/706
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |     1987      0 |      255 |      782
3.49/3.52	c  0.0s |       0 |      632 |        0 |     1987      0 |      255 |      783
3.49/3.52	c #cpu_time = 0.003s
3.49/3.52	c #wall_clock_time = 0.003s
3.49/3.52	c #decision = 632
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.52	c lower bound updated to 705
3.49/3.52	c BCD2: 705 <= obj <= 1962
3.49/3.52	c BCD2: #cores=450, #unrelaxed=528, #relaxed=1435, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=706 bias=706/707
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |     1987      0 |      255 |      784
3.49/3.53	c  0.0s |       0 |      632 |        0 |     1987      0 |      255 |      784
3.49/3.53	c #cpu_time = 0.003s
3.49/3.53	c #wall_clock_time = 0.003s
3.49/3.53	c #decision = 632
3.49/3.53	c #random_decision = 0
3.49/3.53	c #conflict = 0
3.49/3.53	c #restart = 0
3.49/3.53	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.49/3.53	c lower bound updated to 706
3.49/3.53	c BCD2: 706 <= obj <= 1962
3.49/3.53	c BCD2: #cores=449, #unrelaxed=526, #relaxed=1437, #hardened=0
3.49/3.53	c BCD2: #sat=1 #unsat=707 bias=707/708
3.49/3.53	c Solving starts ...
3.49/3.53	c ============================[ Search Statistics ]============================
3.49/3.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.53	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.53	c =============================================================================
3.49/3.53	c  0.0s |       0 |        0 |        0 |     1987      0 |      257 |      784
3.49/3.53	c  0.0s |       0 |      630 |        0 |     1987      0 |      257 |      786
3.49/3.53	c #cpu_time = 0.003s
3.49/3.53	c #wall_clock_time = 0.003s
3.49/3.53	c #decision = 630
3.49/3.53	c #random_decision = 0
3.49/3.53	c #conflict = 0
3.49/3.53	c #restart = 0
3.49/3.53	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.49/3.54	c lower bound updated to 707
3.49/3.54	c BCD2: 707 <= obj <= 1962
3.49/3.54	c BCD2: #cores=449, #unrelaxed=524, #relaxed=1439, #hardened=0
3.49/3.54	c BCD2: #sat=1 #unsat=708 bias=708/709
3.49/3.54	c Solving starts ...
3.49/3.54	c ============================[ Search Statistics ]============================
3.49/3.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.54	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.54	c =============================================================================
3.49/3.54	c  0.0s |       0 |        0 |        0 |     1987      0 |      258 |      786
3.49/3.54	c  0.0s |       0 |      631 |        0 |     1987      0 |      258 |      787
3.49/3.54	c #cpu_time = 0.003s
3.49/3.54	c #wall_clock_time = 0.003s
3.49/3.54	c #decision = 631
3.49/3.54	c #random_decision = 0
3.49/3.54	c #conflict = 0
3.49/3.54	c #restart = 0
3.49/3.54	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.54	c lower bound updated to 708
3.49/3.54	c BCD2: 708 <= obj <= 1962
3.49/3.54	c BCD2: #cores=450, #unrelaxed=522, #relaxed=1441, #hardened=0
3.49/3.54	c BCD2: #sat=1 #unsat=709 bias=709/710
3.49/3.54	c Solving starts ...
3.49/3.54	c ============================[ Search Statistics ]============================
3.49/3.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.54	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.54	c =============================================================================
3.49/3.54	c  0.0s |       0 |        0 |        0 |     1987      0 |      258 |      788
3.49/3.55	c  0.0s |       0 |      631 |        0 |     1987      0 |      258 |      788
3.49/3.55	c #cpu_time = 0.003s
3.49/3.55	c #wall_clock_time = 0.003s
3.49/3.55	c #decision = 631
3.49/3.55	c #random_decision = 0
3.49/3.55	c #conflict = 0
3.49/3.55	c #restart = 0
3.49/3.55	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.49/3.55	c lower bound updated to 709
3.49/3.55	c BCD2: 709 <= obj <= 1962
3.49/3.55	c BCD2: #cores=450, #unrelaxed=520, #relaxed=1443, #hardened=0
3.49/3.55	c BCD2: #sat=1 #unsat=710 bias=710/711
3.49/3.55	c Solving starts ...
3.49/3.55	c ============================[ Search Statistics ]============================
3.49/3.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.55	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.55	c =============================================================================
3.49/3.55	c  0.0s |       0 |        0 |        0 |     1987      0 |      259 |      788
3.49/3.55	c  0.0s |       0 |      630 |        0 |     1987      0 |      259 |      789
3.49/3.55	c #cpu_time = 0.003s
3.49/3.55	c #wall_clock_time = 0.003s
3.49/3.55	c #decision = 630
3.49/3.55	c #random_decision = 0
3.49/3.55	c #conflict = 0
3.49/3.55	c #restart = 0
3.49/3.55	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.49/3.55	c lower bound updated to 710
3.49/3.55	c BCD2: 710 <= obj <= 1962
3.49/3.55	c BCD2: #cores=450, #unrelaxed=518, #relaxed=1445, #hardened=0
3.49/3.55	c BCD2: #sat=1 #unsat=711 bias=711/712
3.49/3.56	c Solving starts ...
3.49/3.56	c ============================[ Search Statistics ]============================
3.49/3.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.56	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.56	c =============================================================================
3.49/3.56	c  0.0s |       0 |        0 |        0 |     1987      0 |      260 |      789
3.49/3.56	c  0.0s |       0 |      629 |        0 |     1987      0 |      260 |      790
3.49/3.56	c #cpu_time = 0.003s
3.49/3.56	c #wall_clock_time = 0.003s
3.49/3.56	c #decision = 629
3.49/3.56	c #random_decision = 0
3.49/3.56	c #conflict = 0
3.49/3.56	c #restart = 0
3.49/3.56	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.56	c lower bound updated to 711
3.49/3.56	c BCD2: 711 <= obj <= 1962
3.49/3.56	c BCD2: #cores=451, #unrelaxed=516, #relaxed=1447, #hardened=0
3.49/3.56	c BCD2: #sat=1 #unsat=712 bias=712/713
3.49/3.56	c Solving starts ...
3.49/3.56	c ============================[ Search Statistics ]============================
3.49/3.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.56	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.56	c =============================================================================
3.49/3.56	c  0.0s |       0 |        0 |        0 |     1987      0 |      260 |      791
3.49/3.57	c  0.0s |       0 |      631 |        0 |     1987      0 |      260 |      791
3.49/3.57	c #cpu_time = 0.003s
3.49/3.57	c #wall_clock_time = 0.003s
3.49/3.57	c #decision = 631
3.49/3.57	c #random_decision = 0
3.49/3.57	c #conflict = 0
3.49/3.57	c #restart = 0
3.49/3.57	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.57	c lower bound updated to 712
3.49/3.57	c BCD2: 712 <= obj <= 1962
3.49/3.57	c BCD2: #cores=452, #unrelaxed=514, #relaxed=1449, #hardened=0
3.49/3.57	c BCD2: #sat=1 #unsat=713 bias=713/714
3.49/3.57	c Solving starts ...
3.49/3.57	c ============================[ Search Statistics ]============================
3.49/3.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.57	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.57	c =============================================================================
3.49/3.57	c  0.0s |       0 |        0 |        0 |     1987      0 |      260 |      792
3.49/3.57	c  0.0s |       0 |      631 |        0 |     1987      0 |      260 |      792
3.49/3.57	c #cpu_time = 0.004s
3.49/3.57	c #wall_clock_time = 0.004s
3.49/3.57	c #decision = 631
3.49/3.57	c #random_decision = 0
3.49/3.57	c #conflict = 0
3.49/3.57	c #restart = 0
3.49/3.57	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.57	c lower bound updated to 713
3.49/3.57	c BCD2: 713 <= obj <= 1962
3.49/3.57	c BCD2: #cores=453, #unrelaxed=512, #relaxed=1451, #hardened=0
3.49/3.57	c BCD2: #sat=1 #unsat=714 bias=714/715
3.49/3.57	c Solving starts ...
3.49/3.57	c ============================[ Search Statistics ]============================
3.49/3.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.57	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.57	c =============================================================================
3.49/3.57	c  0.0s |       0 |        0 |        0 |     1987      0 |      260 |      793
3.49/3.58	c  0.0s |       0 |      632 |        0 |     1987      0 |      260 |      793
3.49/3.58	c #cpu_time = 0.003s
3.49/3.58	c #wall_clock_time = 0.003s
3.49/3.58	c #decision = 632
3.49/3.58	c #random_decision = 0
3.49/3.58	c #conflict = 0
3.49/3.58	c #restart = 0
3.49/3.58	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.49/3.58	c lower bound updated to 714
3.49/3.58	c BCD2: 714 <= obj <= 1962
3.49/3.58	c BCD2: #cores=453, #unrelaxed=510, #relaxed=1453, #hardened=0
3.49/3.58	c BCD2: #sat=1 #unsat=715 bias=715/716
3.49/3.58	c Solving starts ...
3.49/3.58	c ============================[ Search Statistics ]============================
3.49/3.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.58	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.58	c =============================================================================
3.49/3.58	c  0.0s |       0 |        0 |        0 |     1987      0 |      261 |      793
3.49/3.58	c  0.0s |       0 |      634 |        0 |     1987      0 |      261 |      794
3.49/3.58	c #cpu_time = 0.003s
3.49/3.58	c #wall_clock_time = 0.003s
3.49/3.58	c #decision = 634
3.49/3.58	c #random_decision = 0
3.49/3.58	c #conflict = 0
3.49/3.58	c #restart = 0
3.49/3.58	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.58	c lower bound updated to 715
3.49/3.58	c BCD2: 715 <= obj <= 1962
3.49/3.58	c BCD2: #cores=454, #unrelaxed=508, #relaxed=1455, #hardened=0
3.49/3.58	c BCD2: #sat=1 #unsat=716 bias=716/717
3.49/3.59	c Solving starts ...
3.49/3.59	c ============================[ Search Statistics ]============================
3.49/3.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.59	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.59	c =============================================================================
3.49/3.59	c  0.0s |       0 |        0 |        0 |     1987      0 |      261 |      795
3.49/3.59	c  0.0s |       0 |      636 |        0 |     1987      0 |      261 |      795
3.49/3.59	c #cpu_time = 0.003s
3.49/3.59	c #wall_clock_time = 0.003s
3.49/3.59	c #decision = 636
3.49/3.59	c #random_decision = 0
3.49/3.59	c #conflict = 0
3.49/3.59	c #restart = 0
3.49/3.59	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=4
3.49/3.59	c lower bound updated to 716
3.49/3.59	c BCD2: 716 <= obj <= 1962
3.49/3.59	c BCD2: #cores=453, #unrelaxed=504, #relaxed=1459, #hardened=0
3.49/3.59	c BCD2: #sat=1 #unsat=717 bias=717/718
3.49/3.59	c Solving starts ...
3.49/3.59	c ============================[ Search Statistics ]============================
3.49/3.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.59	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.59	c =============================================================================
3.49/3.59	c  0.0s |       0 |        0 |        0 |     1987      0 |      263 |      795
3.59/3.60	c  0.0s |       0 |      632 |        0 |     1987      0 |      263 |      797
3.59/3.60	c #cpu_time = 0.003s
3.59/3.60	c #wall_clock_time = 0.003s
3.59/3.60	c #decision = 632
3.59/3.60	c #random_decision = 0
3.59/3.60	c #conflict = 0
3.59/3.60	c #restart = 0
3.59/3.60	c BCD2: relaxing 4 and merging with 3 cores into a new core of size 12: cost of the new core is >=5
3.59/3.60	c lower bound updated to 717
3.59/3.60	c BCD2: 717 <= obj <= 1962
3.59/3.60	c BCD2: #cores=451, #unrelaxed=500, #relaxed=1463, #hardened=0
3.59/3.60	c BCD2: #sat=1 #unsat=718 bias=718/719
3.59/3.60	c Solving starts ...
3.59/3.60	c ============================[ Search Statistics ]============================
3.59/3.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.60	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.60	c =============================================================================
3.59/3.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      266 |      797
3.59/3.60	c  0.0s |       0 |      627 |        0 |     1987      0 |      266 |      800
3.59/3.60	c #cpu_time = 0.003s
3.59/3.60	c #wall_clock_time = 0.003s
3.59/3.60	c #decision = 627
3.59/3.60	c #random_decision = 0
3.59/3.60	c #conflict = 0
3.59/3.60	c #restart = 0
3.59/3.60	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.60	c lower bound updated to 718
3.59/3.60	c BCD2: 718 <= obj <= 1962
3.59/3.60	c BCD2: #cores=452, #unrelaxed=498, #relaxed=1465, #hardened=0
3.59/3.60	c BCD2: #sat=1 #unsat=719 bias=719/720
3.59/3.60	c Solving starts ...
3.59/3.60	c ============================[ Search Statistics ]============================
3.59/3.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.60	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.60	c =============================================================================
3.59/3.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      266 |      801
3.59/3.61	c  0.0s |       0 |      627 |        0 |     1987      0 |      266 |      801
3.59/3.61	c #cpu_time = 0.003s
3.59/3.61	c #wall_clock_time = 0.003s
3.59/3.61	c #decision = 627
3.59/3.61	c #random_decision = 0
3.59/3.61	c #conflict = 0
3.59/3.61	c #restart = 0
3.59/3.61	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.61	c lower bound updated to 719
3.59/3.61	c BCD2: 719 <= obj <= 1962
3.59/3.61	c BCD2: #cores=453, #unrelaxed=496, #relaxed=1467, #hardened=0
3.59/3.61	c BCD2: #sat=1 #unsat=720 bias=720/721
3.59/3.61	c Solving starts ...
3.59/3.61	c ============================[ Search Statistics ]============================
3.59/3.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.61	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.61	c =============================================================================
3.59/3.61	c  0.0s |       0 |        0 |        0 |     1987      0 |      266 |      802
3.59/3.61	c  0.0s |       0 |      627 |        0 |     1987      0 |      266 |      802
3.59/3.61	c #cpu_time = 0.003s
3.59/3.61	c #wall_clock_time = 0.003s
3.59/3.61	c #decision = 627
3.59/3.61	c #random_decision = 0
3.59/3.61	c #conflict = 0
3.59/3.61	c #restart = 0
3.59/3.61	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.61	c lower bound updated to 720
3.59/3.62	c BCD2: 720 <= obj <= 1962
3.59/3.62	c BCD2: #cores=454, #unrelaxed=494, #relaxed=1469, #hardened=0
3.59/3.62	c BCD2: #sat=1 #unsat=721 bias=721/722
3.59/3.62	c Solving starts ...
3.59/3.62	c ============================[ Search Statistics ]============================
3.59/3.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.62	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.62	c =============================================================================
3.59/3.62	c  0.0s |       0 |        0 |        0 |     1987      0 |      266 |      803
3.59/3.62	c  0.0s |       0 |      627 |        0 |     1987      0 |      266 |      803
3.59/3.62	c #cpu_time = 0.003s
3.59/3.62	c #wall_clock_time = 0.003s
3.59/3.62	c #decision = 627
3.59/3.62	c #random_decision = 0
3.59/3.62	c #conflict = 0
3.59/3.62	c #restart = 0
3.59/3.62	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.59/3.62	c lower bound updated to 721
3.59/3.62	c BCD2: 721 <= obj <= 1962
3.59/3.62	c BCD2: #cores=454, #unrelaxed=492, #relaxed=1471, #hardened=0
3.59/3.62	c BCD2: #sat=1 #unsat=722 bias=722/723
3.59/3.62	c Solving starts ...
3.59/3.62	c ============================[ Search Statistics ]============================
3.59/3.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.62	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.62	c =============================================================================
3.59/3.62	c  0.0s |       0 |        0 |        0 |     1987      0 |      267 |      803
3.59/3.63	c  0.0s |       0 |      628 |        0 |     1987      0 |      267 |      804
3.59/3.63	c #cpu_time = 0.003s
3.59/3.63	c #wall_clock_time = 0.003s
3.59/3.63	c #decision = 628
3.59/3.63	c #random_decision = 0
3.59/3.63	c #conflict = 0
3.59/3.63	c #restart = 0
3.59/3.63	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.63	c lower bound updated to 722
3.59/3.63	c BCD2: 722 <= obj <= 1962
3.59/3.63	c BCD2: #cores=455, #unrelaxed=490, #relaxed=1473, #hardened=0
3.59/3.63	c BCD2: #sat=1 #unsat=723 bias=723/724
3.59/3.63	c Solving starts ...
3.59/3.63	c ============================[ Search Statistics ]============================
3.59/3.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.63	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.63	c =============================================================================
3.59/3.63	c  0.0s |       0 |        0 |        0 |     1987      0 |      267 |      805
3.59/3.63	c  0.0s |       0 |      628 |        0 |     1987      0 |      267 |      805
3.59/3.63	c #cpu_time = 0.003s
3.59/3.63	c #wall_clock_time = 0.003s
3.59/3.63	c #decision = 628
3.59/3.63	c #random_decision = 0
3.59/3.63	c #conflict = 0
3.59/3.63	c #restart = 0
3.59/3.63	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.59/3.63	c lower bound updated to 723
3.59/3.63	c BCD2: 723 <= obj <= 1962
3.59/3.63	c BCD2: #cores=454, #unrelaxed=488, #relaxed=1475, #hardened=0
3.59/3.63	c BCD2: #sat=1 #unsat=724 bias=724/725
3.59/3.63	c Solving starts ...
3.59/3.63	c ============================[ Search Statistics ]============================
3.59/3.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.63	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.63	c =============================================================================
3.59/3.63	c  0.0s |       0 |        0 |        0 |     1987      0 |      269 |      805
3.59/3.64	c  0.0s |       0 |      626 |        0 |     1987      0 |      269 |      807
3.59/3.64	c #cpu_time = 0.004s
3.59/3.64	c #wall_clock_time = 0.004s
3.59/3.64	c #decision = 626
3.59/3.64	c #random_decision = 0
3.59/3.64	c #conflict = 0
3.59/3.64	c #restart = 0
3.59/3.64	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.64	c lower bound updated to 724
3.59/3.64	c BCD2: 724 <= obj <= 1962
3.59/3.64	c BCD2: #cores=455, #unrelaxed=486, #relaxed=1477, #hardened=0
3.59/3.64	c BCD2: #sat=1 #unsat=725 bias=725/726
3.59/3.64	c Solving starts ...
3.59/3.64	c ============================[ Search Statistics ]============================
3.59/3.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.64	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.64	c =============================================================================
3.59/3.64	c  0.0s |       0 |        0 |        0 |     1987      0 |      269 |      808
3.59/3.64	c  0.0s |       0 |      630 |        0 |     1987      0 |      269 |      808
3.59/3.64	c #cpu_time = 0.003s
3.59/3.64	c #wall_clock_time = 0.003s
3.59/3.64	c #decision = 630
3.59/3.64	c #random_decision = 0
3.59/3.64	c #conflict = 0
3.59/3.64	c #restart = 0
3.59/3.64	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.64	c lower bound updated to 725
3.59/3.65	c BCD2: 725 <= obj <= 1962
3.59/3.65	c BCD2: #cores=456, #unrelaxed=484, #relaxed=1479, #hardened=0
3.59/3.65	c BCD2: #sat=1 #unsat=726 bias=726/727
3.59/3.65	c Solving starts ...
3.59/3.65	c ============================[ Search Statistics ]============================
3.59/3.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.65	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.65	c =============================================================================
3.59/3.65	c  0.0s |       0 |        0 |        0 |     1987      0 |      269 |      809
3.59/3.65	c  0.0s |       0 |      632 |        0 |     1987      0 |      269 |      809
3.59/3.65	c #cpu_time = 0.003s
3.59/3.65	c #wall_clock_time = 0.003s
3.59/3.65	c #decision = 632
3.59/3.65	c #random_decision = 0
3.59/3.65	c #conflict = 0
3.59/3.65	c #restart = 0
3.59/3.65	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.59/3.65	c lower bound updated to 726
3.59/3.65	c BCD2: 726 <= obj <= 1962
3.59/3.65	c BCD2: #cores=456, #unrelaxed=482, #relaxed=1481, #hardened=0
3.59/3.65	c BCD2: #sat=1 #unsat=727 bias=727/728
3.59/3.65	c Solving starts ...
3.59/3.65	c ============================[ Search Statistics ]============================
3.59/3.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.65	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.65	c =============================================================================
3.59/3.65	c  0.0s |       0 |        0 |        0 |     1987      0 |      270 |      809
3.59/3.66	c  0.0s |       0 |      634 |        0 |     1987      0 |      270 |      810
3.59/3.66	c #cpu_time = 0.003s
3.59/3.66	c #wall_clock_time = 0.003s
3.59/3.66	c #decision = 634
3.59/3.66	c #random_decision = 0
3.59/3.66	c #conflict = 0
3.59/3.66	c #restart = 0
3.59/3.66	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.66	c lower bound updated to 727
3.59/3.66	c BCD2: 727 <= obj <= 1962
3.59/3.66	c BCD2: #cores=457, #unrelaxed=480, #relaxed=1483, #hardened=0
3.59/3.66	c BCD2: #sat=1 #unsat=728 bias=728/729
3.59/3.66	c Solving starts ...
3.59/3.66	c ============================[ Search Statistics ]============================
3.59/3.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.66	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.66	c =============================================================================
3.59/3.66	c  0.0s |       0 |        0 |        0 |     1987      0 |      270 |      811
3.59/3.66	c  0.0s |       0 |      634 |        0 |     1987      0 |      270 |      811
3.59/3.66	c #cpu_time = 0.003s
3.59/3.66	c #wall_clock_time = 0.003s
3.59/3.66	c #decision = 634
3.59/3.66	c #random_decision = 0
3.59/3.66	c #conflict = 0
3.59/3.66	c #restart = 0
3.59/3.66	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.66	c lower bound updated to 728
3.59/3.66	c BCD2: 728 <= obj <= 1962
3.59/3.66	c BCD2: #cores=458, #unrelaxed=478, #relaxed=1485, #hardened=0
3.59/3.66	c BCD2: #sat=1 #unsat=729 bias=729/730
3.59/3.67	c Solving starts ...
3.59/3.67	c ============================[ Search Statistics ]============================
3.59/3.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.67	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.67	c =============================================================================
3.59/3.67	c  0.0s |       0 |        0 |        0 |     1987      0 |      270 |      812
3.59/3.67	c  0.0s |       0 |      635 |        0 |     1987      0 |      270 |      812
3.59/3.67	c #cpu_time = 0.003s
3.59/3.67	c #wall_clock_time = 0.003s
3.59/3.67	c #decision = 635
3.59/3.67	c #random_decision = 0
3.59/3.67	c #conflict = 0
3.59/3.67	c #restart = 0
3.59/3.67	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.59/3.67	c lower bound updated to 729
3.59/3.67	c BCD2: 729 <= obj <= 1962
3.59/3.67	c BCD2: #cores=458, #unrelaxed=476, #relaxed=1487, #hardened=0
3.59/3.67	c BCD2: #sat=1 #unsat=730 bias=730/731
3.59/3.67	c Solving starts ...
3.59/3.67	c ============================[ Search Statistics ]============================
3.59/3.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.67	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.67	c =============================================================================
3.59/3.67	c  0.0s |       0 |        0 |        0 |     1987      0 |      271 |      812
3.59/3.68	c  0.0s |       0 |      635 |        0 |     1987      0 |      271 |      813
3.59/3.68	c #cpu_time = 0.003s
3.59/3.68	c #wall_clock_time = 0.003s
3.59/3.68	c #decision = 635
3.59/3.68	c #random_decision = 0
3.59/3.68	c #conflict = 0
3.59/3.68	c #restart = 0
3.59/3.68	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.68	c lower bound updated to 730
3.59/3.68	c BCD2: 730 <= obj <= 1962
3.59/3.68	c BCD2: #cores=459, #unrelaxed=474, #relaxed=1489, #hardened=0
3.59/3.68	c BCD2: #sat=1 #unsat=731 bias=731/732
3.59/3.68	c Solving starts ...
3.59/3.68	c ============================[ Search Statistics ]============================
3.59/3.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.68	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.68	c =============================================================================
3.59/3.68	c  0.0s |       0 |        0 |        0 |     1987      0 |      271 |      814
3.59/3.68	c  0.0s |       0 |      635 |        0 |     1987      0 |      271 |      814
3.59/3.68	c #cpu_time = 0.003s
3.59/3.68	c #wall_clock_time = 0.003s
3.59/3.68	c #decision = 635
3.59/3.68	c #random_decision = 0
3.59/3.68	c #conflict = 0
3.59/3.68	c #restart = 0
3.59/3.68	c BCD2: relaxing 4 and merging with 5 cores into a new core of size 16: cost of the new core is >=7
3.59/3.68	c lower bound updated to 731
3.59/3.68	c BCD2: 731 <= obj <= 1962
3.59/3.68	c BCD2: #cores=455, #unrelaxed=470, #relaxed=1493, #hardened=0
3.59/3.68	c BCD2: #sat=1 #unsat=732 bias=732/733
3.59/3.68	c Solving starts ...
3.59/3.68	c ============================[ Search Statistics ]============================
3.59/3.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.68	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.68	c =============================================================================
3.59/3.68	c  0.0s |       0 |        0 |        0 |     1987      0 |      276 |      814
3.59/3.69	c  0.0s |       0 |      631 |        0 |     1987      0 |      276 |      819
3.59/3.69	c #cpu_time = 0.003s
3.59/3.69	c #wall_clock_time = 0.003s
3.59/3.69	c #decision = 631
3.59/3.69	c #random_decision = 0
3.59/3.69	c #conflict = 0
3.59/3.69	c #restart = 0
3.59/3.69	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.69	c lower bound updated to 732
3.59/3.69	c BCD2: 732 <= obj <= 1962
3.59/3.69	c BCD2: #cores=456, #unrelaxed=468, #relaxed=1495, #hardened=0
3.59/3.69	c BCD2: #sat=1 #unsat=733 bias=733/734
3.59/3.69	c Solving starts ...
3.59/3.69	c ============================[ Search Statistics ]============================
3.59/3.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.69	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.69	c =============================================================================
3.59/3.69	c  0.0s |       0 |        0 |        0 |     1987      0 |      276 |      820
3.59/3.69	c  0.0s |       0 |      631 |        0 |     1987      0 |      276 |      820
3.59/3.69	c #cpu_time = 0.003s
3.59/3.69	c #wall_clock_time = 0.003s
3.59/3.69	c #decision = 631
3.59/3.69	c #random_decision = 0
3.59/3.69	c #conflict = 0
3.59/3.69	c #restart = 0
3.59/3.69	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=3
3.59/3.69	c lower bound updated to 733
3.59/3.70	c BCD2: 733 <= obj <= 1962
3.59/3.70	c BCD2: #cores=456, #unrelaxed=464, #relaxed=1499, #hardened=0
3.59/3.70	c BCD2: #sat=1 #unsat=734 bias=734/735
3.69/3.70	c Solving starts ...
3.69/3.70	c ============================[ Search Statistics ]============================
3.69/3.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.70	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.70	c =============================================================================
3.69/3.70	c  0.0s |       0 |        0 |        0 |     1987      0 |      277 |      820
3.69/3.70	c  0.0s |       0 |      628 |        0 |     1987      0 |      277 |      821
3.69/3.70	c #cpu_time = 0.003s
3.69/3.70	c #wall_clock_time = 0.003s
3.69/3.70	c #decision = 628
3.69/3.70	c #random_decision = 0
3.69/3.70	c #conflict = 0
3.69/3.70	c #restart = 0
3.69/3.70	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.69/3.70	c lower bound updated to 734
3.69/3.70	c BCD2: 734 <= obj <= 1962
3.69/3.70	c BCD2: #cores=455, #unrelaxed=462, #relaxed=1501, #hardened=0
3.69/3.70	c BCD2: #sat=1 #unsat=735 bias=735/736
3.69/3.70	c Solving starts ...
3.69/3.70	c ============================[ Search Statistics ]============================
3.69/3.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.70	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.70	c =============================================================================
3.69/3.70	c  0.0s |       0 |        0 |        0 |     1987      0 |      279 |      821
3.69/3.71	c  0.0s |       0 |      626 |        0 |     1987      0 |      279 |      823
3.69/3.71	c #cpu_time = 0.004s
3.69/3.71	c #wall_clock_time = 0.004s
3.69/3.71	c #decision = 626
3.69/3.71	c #random_decision = 0
3.69/3.71	c #conflict = 0
3.69/3.71	c #restart = 0
3.69/3.71	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.69/3.71	c lower bound updated to 735
3.69/3.71	c BCD2: 735 <= obj <= 1962
3.69/3.71	c BCD2: #cores=454, #unrelaxed=460, #relaxed=1503, #hardened=0
3.69/3.71	c BCD2: #sat=1 #unsat=736 bias=736/737
3.69/3.71	c Solving starts ...
3.69/3.71	c ============================[ Search Statistics ]============================
3.69/3.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.71	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.71	c =============================================================================
3.69/3.71	c  0.0s |       0 |        0 |        0 |     1987      0 |      281 |      823
3.69/3.71	c  0.0s |       0 |      624 |        0 |     1987      0 |      281 |      825
3.69/3.71	c #cpu_time = 0.003s
3.69/3.71	c #wall_clock_time = 0.003s
3.69/3.71	c #decision = 624
3.69/3.71	c #random_decision = 0
3.69/3.71	c #conflict = 0
3.69/3.71	c #restart = 0
3.69/3.71	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.71	c lower bound updated to 736
3.69/3.71	c BCD2: 736 <= obj <= 1962
3.69/3.71	c BCD2: #cores=455, #unrelaxed=458, #relaxed=1505, #hardened=0
3.69/3.71	c BCD2: #sat=1 #unsat=737 bias=737/738
3.69/3.72	c Solving starts ...
3.69/3.72	c ============================[ Search Statistics ]============================
3.69/3.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.72	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.72	c =============================================================================
3.69/3.72	c  0.0s |       0 |        0 |        0 |     1987      0 |      281 |      826
3.69/3.72	c  0.0s |       0 |      626 |        0 |     1987      0 |      281 |      826
3.69/3.72	c #cpu_time = 0.003s
3.69/3.72	c #wall_clock_time = 0.003s
3.69/3.72	c #decision = 626
3.69/3.72	c #random_decision = 0
3.69/3.72	c #conflict = 0
3.69/3.72	c #restart = 0
3.69/3.72	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.72	c lower bound updated to 737
3.69/3.72	c BCD2: 737 <= obj <= 1962
3.69/3.72	c BCD2: #cores=456, #unrelaxed=456, #relaxed=1507, #hardened=0
3.69/3.72	c BCD2: #sat=1 #unsat=738 bias=738/739
3.69/3.72	c Solving starts ...
3.69/3.72	c ============================[ Search Statistics ]============================
3.69/3.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.72	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.72	c =============================================================================
3.69/3.72	c  0.0s |       0 |        0 |        0 |     1987      0 |      281 |      827
3.69/3.73	c  0.0s |       0 |      627 |        0 |     1987      0 |      281 |      827
3.69/3.73	c #cpu_time = 0.003s
3.69/3.73	c #wall_clock_time = 0.003s
3.69/3.73	c #decision = 627
3.69/3.73	c #random_decision = 0
3.69/3.73	c #conflict = 0
3.69/3.73	c #restart = 0
3.69/3.73	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.73	c lower bound updated to 738
3.69/3.73	c BCD2: 738 <= obj <= 1962
3.69/3.73	c BCD2: #cores=457, #unrelaxed=454, #relaxed=1509, #hardened=0
3.69/3.73	c BCD2: #sat=1 #unsat=739 bias=739/740
3.69/3.73	c Solving starts ...
3.69/3.73	c ============================[ Search Statistics ]============================
3.69/3.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.73	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.73	c =============================================================================
3.69/3.73	c  0.0s |       0 |        0 |        0 |     1987      0 |      281 |      828
3.69/3.73	c  0.0s |       0 |      630 |        0 |     1987      0 |      281 |      828
3.69/3.73	c #cpu_time = 0.003s
3.69/3.73	c #wall_clock_time = 0.003s
3.69/3.73	c #decision = 630
3.69/3.73	c #random_decision = 0
3.69/3.73	c #conflict = 0
3.69/3.73	c #restart = 0
3.69/3.73	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.69/3.73	c lower bound updated to 739
3.69/3.73	c BCD2: 739 <= obj <= 1962
3.69/3.73	c BCD2: #cores=457, #unrelaxed=452, #relaxed=1511, #hardened=0
3.69/3.73	c BCD2: #sat=1 #unsat=740 bias=740/741
3.69/3.73	c Solving starts ...
3.69/3.73	c ============================[ Search Statistics ]============================
3.69/3.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.73	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.73	c =============================================================================
3.69/3.73	c  0.0s |       0 |        0 |        0 |     1987      0 |      282 |      828
3.69/3.74	c  0.0s |       0 |      629 |        0 |     1987      0 |      282 |      829
3.69/3.74	c #cpu_time = 0.003s
3.69/3.74	c #wall_clock_time = 0.003s
3.69/3.74	c #decision = 629
3.69/3.74	c #random_decision = 0
3.69/3.74	c #conflict = 0
3.69/3.74	c #restart = 0
3.69/3.74	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.74	c lower bound updated to 740
3.69/3.74	c BCD2: 740 <= obj <= 1962
3.69/3.74	c BCD2: #cores=458, #unrelaxed=450, #relaxed=1513, #hardened=0
3.69/3.74	c BCD2: #sat=1 #unsat=741 bias=741/742
3.69/3.74	c Solving starts ...
3.69/3.74	c ============================[ Search Statistics ]============================
3.69/3.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.74	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.74	c =============================================================================
3.69/3.74	c  0.0s |       0 |        0 |        0 |     1987      0 |      282 |      830
3.69/3.74	c  0.0s |       0 |      629 |        0 |     1987      0 |      282 |      830
3.69/3.74	c #cpu_time = 0.003s
3.69/3.74	c #wall_clock_time = 0.003s
3.69/3.74	c #decision = 629
3.69/3.74	c #random_decision = 0
3.69/3.74	c #conflict = 0
3.69/3.74	c #restart = 0
3.69/3.74	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.74	c lower bound updated to 741
3.69/3.74	c BCD2: 741 <= obj <= 1962
3.69/3.74	c BCD2: #cores=459, #unrelaxed=448, #relaxed=1515, #hardened=0
3.69/3.74	c BCD2: #sat=1 #unsat=742 bias=742/743
3.69/3.75	c Solving starts ...
3.69/3.75	c ============================[ Search Statistics ]============================
3.69/3.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.75	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.75	c =============================================================================
3.69/3.75	c  0.0s |       0 |        0 |        0 |     1987      0 |      282 |      831
3.69/3.75	c  0.0s |       0 |      630 |        0 |     1987      0 |      282 |      831
3.69/3.75	c #cpu_time = 0.003s
3.69/3.75	c #wall_clock_time = 0.003s
3.69/3.75	c #decision = 630
3.69/3.75	c #random_decision = 0
3.69/3.75	c #conflict = 0
3.69/3.75	c #restart = 0
3.69/3.75	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.75	c lower bound updated to 742
3.69/3.75	c BCD2: 742 <= obj <= 1962
3.69/3.75	c BCD2: #cores=460, #unrelaxed=446, #relaxed=1517, #hardened=0
3.69/3.75	c BCD2: #sat=1 #unsat=743 bias=743/744
3.69/3.75	c Solving starts ...
3.69/3.75	c ============================[ Search Statistics ]============================
3.69/3.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.75	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.75	c =============================================================================
3.69/3.75	c  0.0s |       0 |        0 |        0 |     1987      0 |      282 |      832
3.69/3.76	c  0.0s |       0 |      630 |        0 |     1987      0 |      282 |      832
3.69/3.76	c #cpu_time = 0.003s
3.69/3.76	c #wall_clock_time = 0.003s
3.69/3.76	c #decision = 630
3.69/3.76	c #random_decision = 0
3.69/3.76	c #conflict = 0
3.69/3.76	c #restart = 0
3.69/3.76	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.76	c lower bound updated to 743
3.69/3.76	c BCD2: 743 <= obj <= 1962
3.69/3.76	c BCD2: #cores=461, #unrelaxed=444, #relaxed=1519, #hardened=0
3.69/3.76	c BCD2: #sat=1 #unsat=744 bias=744/745
3.69/3.76	c Solving starts ...
3.69/3.76	c ============================[ Search Statistics ]============================
3.69/3.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.76	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.76	c =============================================================================
3.69/3.76	c  0.0s |       0 |        0 |        0 |     1987      0 |      282 |      833
3.69/3.76	c  0.0s |       0 |      633 |        0 |     1987      0 |      282 |      833
3.69/3.76	c #cpu_time = 0.003s
3.69/3.76	c #wall_clock_time = 0.003s
3.69/3.76	c #decision = 633
3.69/3.76	c #random_decision = 0
3.69/3.76	c #conflict = 0
3.69/3.76	c #restart = 0
3.69/3.76	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.76	c lower bound updated to 744
3.69/3.76	c BCD2: 744 <= obj <= 1962
3.69/3.76	c BCD2: #cores=462, #unrelaxed=442, #relaxed=1521, #hardened=0
3.69/3.76	c BCD2: #sat=1 #unsat=745 bias=745/746
3.69/3.76	c Solving starts ...
3.69/3.76	c ============================[ Search Statistics ]============================
3.69/3.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.76	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.76	c =============================================================================
3.69/3.77	c  0.0s |       0 |        0 |        0 |     1987      0 |      282 |      834
3.69/3.77	c  0.0s |       0 |      633 |        0 |     1987      0 |      282 |      834
3.69/3.77	c #cpu_time = 0.003s
3.69/3.77	c #wall_clock_time = 0.003s
3.69/3.77	c #decision = 633
3.69/3.77	c #random_decision = 0
3.69/3.77	c #conflict = 0
3.69/3.77	c #restart = 0
3.69/3.77	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.77	c lower bound updated to 745
3.69/3.77	c BCD2: 745 <= obj <= 1962
3.69/3.77	c BCD2: #cores=463, #unrelaxed=440, #relaxed=1523, #hardened=0
3.69/3.77	c BCD2: #sat=1 #unsat=746 bias=746/747
3.69/3.77	c Solving starts ...
3.69/3.77	c ============================[ Search Statistics ]============================
3.69/3.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.77	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.77	c =============================================================================
3.69/3.77	c  0.0s |       0 |        0 |        0 |     1987      0 |      282 |      835
3.69/3.78	c  0.0s |       0 |      633 |        0 |     1987      0 |      282 |      835
3.69/3.78	c #cpu_time = 0.004s
3.69/3.78	c #wall_clock_time = 0.004s
3.69/3.78	c #decision = 633
3.69/3.78	c #random_decision = 0
3.69/3.78	c #conflict = 0
3.69/3.78	c #restart = 0
3.69/3.78	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.78	c lower bound updated to 746
3.69/3.78	c BCD2: 746 <= obj <= 1962
3.69/3.78	c BCD2: #cores=464, #unrelaxed=438, #relaxed=1525, #hardened=0
3.69/3.78	c BCD2: #sat=1 #unsat=747 bias=747/748
3.69/3.78	c Solving starts ...
3.69/3.78	c ============================[ Search Statistics ]============================
3.69/3.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.78	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.78	c =============================================================================
3.69/3.78	c  0.0s |       0 |        0 |        0 |     1987      0 |      282 |      836
3.69/3.78	c  0.0s |       0 |      633 |        0 |     1987      0 |      282 |      836
3.69/3.78	c #cpu_time = 0.003s
3.69/3.78	c #wall_clock_time = 0.003s
3.69/3.78	c #decision = 633
3.69/3.78	c #random_decision = 0
3.69/3.78	c #conflict = 0
3.69/3.78	c #restart = 0
3.69/3.78	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
3.69/3.78	c lower bound updated to 747
3.69/3.78	c BCD2: 747 <= obj <= 1962
3.69/3.78	c BCD2: #cores=462, #unrelaxed=436, #relaxed=1527, #hardened=0
3.69/3.78	c BCD2: #sat=1 #unsat=748 bias=748/749
3.69/3.78	c Solving starts ...
3.69/3.78	c ============================[ Search Statistics ]============================
3.69/3.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.78	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.78	c =============================================================================
3.69/3.78	c  0.0s |       0 |        0 |        0 |     1987      0 |      285 |      836
3.69/3.79	c  0.0s |       0 |      631 |        0 |     1987      0 |      285 |      839
3.69/3.79	c #cpu_time = 0.003s
3.69/3.79	c #wall_clock_time = 0.003s
3.69/3.79	c #decision = 631
3.69/3.79	c #random_decision = 0
3.69/3.79	c #conflict = 0
3.69/3.79	c #restart = 0
3.69/3.79	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.69/3.79	c lower bound updated to 748
3.69/3.79	c BCD2: 748 <= obj <= 1962
3.69/3.79	c BCD2: #cores=462, #unrelaxed=434, #relaxed=1529, #hardened=0
3.69/3.79	c BCD2: #sat=1 #unsat=749 bias=749/750
3.69/3.79	c Solving starts ...
3.69/3.79	c ============================[ Search Statistics ]============================
3.69/3.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.79	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.79	c =============================================================================
3.69/3.79	c  0.0s |       0 |        0 |        0 |     1987      0 |      286 |      839
3.69/3.79	c  0.0s |       0 |      630 |        0 |     1987      0 |      286 |      840
3.69/3.79	c #cpu_time = 0.003s
3.69/3.79	c #wall_clock_time = 0.003s
3.69/3.79	c #decision = 630
3.69/3.79	c #random_decision = 0
3.69/3.79	c #conflict = 0
3.69/3.79	c #restart = 0
3.69/3.79	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.69/3.79	c lower bound updated to 749
3.69/3.79	c BCD2: 749 <= obj <= 1962
3.69/3.79	c BCD2: #cores=462, #unrelaxed=432, #relaxed=1531, #hardened=0
3.69/3.79	c BCD2: #sat=1 #unsat=750 bias=750/751
3.79/3.80	c Solving starts ...
3.79/3.80	c ============================[ Search Statistics ]============================
3.79/3.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.80	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.80	c =============================================================================
3.79/3.80	c  0.0s |       0 |        0 |        0 |     1987      0 |      287 |      840
3.79/3.80	c  0.0s |       0 |      629 |        0 |     1987      0 |      287 |      841
3.79/3.80	c #cpu_time = 0.003s
3.79/3.80	c #wall_clock_time = 0.003s
3.79/3.80	c #decision = 629
3.79/3.80	c #random_decision = 0
3.79/3.80	c #conflict = 0
3.79/3.80	c #restart = 0
3.79/3.80	c BCD2: found a new core of size 2: cost of the new core is >=1
3.79/3.80	c lower bound updated to 750
3.79/3.80	c BCD2: 750 <= obj <= 1962
3.79/3.80	c BCD2: #cores=463, #unrelaxed=430, #relaxed=1533, #hardened=0
3.79/3.80	c BCD2: #sat=1 #unsat=751 bias=751/752
3.79/3.80	c Solving starts ...
3.79/3.80	c ============================[ Search Statistics ]============================
3.79/3.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.80	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.80	c =============================================================================
3.79/3.80	c  0.0s |       0 |        0 |        0 |     1987      0 |      287 |      842
3.79/3.81	c  0.0s |       0 |      633 |        0 |     1987      0 |      287 |      842
3.79/3.81	c #cpu_time = 0.003s
3.79/3.81	c #wall_clock_time = 0.003s
3.79/3.81	c #decision = 633
3.79/3.81	c #random_decision = 0
3.79/3.81	c #conflict = 0
3.79/3.81	c #restart = 0
3.79/3.81	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.79/3.81	c lower bound updated to 751
3.79/3.81	c BCD2: 751 <= obj <= 1962
3.79/3.81	c BCD2: #cores=463, #unrelaxed=428, #relaxed=1535, #hardened=0
3.79/3.81	c BCD2: #sat=1 #unsat=752 bias=752/753
3.79/3.81	c Solving starts ...
3.79/3.81	c ============================[ Search Statistics ]============================
3.79/3.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.81	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.81	c =============================================================================
3.79/3.81	c  0.0s |       0 |        0 |        0 |     1987      0 |      288 |      842
3.79/3.81	c  0.0s |       0 |      633 |        0 |     1987      0 |      288 |      843
3.79/3.81	c #cpu_time = 0.003s
3.79/3.81	c #wall_clock_time = 0.003s
3.79/3.81	c #decision = 633
3.79/3.81	c #random_decision = 0
3.79/3.81	c #conflict = 0
3.79/3.81	c #restart = 0
3.79/3.81	c BCD2: found a new core of size 2: cost of the new core is >=1
3.79/3.81	c lower bound updated to 752
3.79/3.81	c BCD2: 752 <= obj <= 1962
3.79/3.81	c BCD2: #cores=464, #unrelaxed=426, #relaxed=1537, #hardened=0
3.79/3.81	c BCD2: #sat=1 #unsat=753 bias=753/754
3.79/3.81	c Solving starts ...
3.79/3.81	c ============================[ Search Statistics ]============================
3.79/3.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.81	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.81	c =============================================================================
3.79/3.81	c  0.0s |       0 |        0 |        0 |     1987      0 |      288 |      844
3.79/3.82	c  0.0s |       0 |      634 |        0 |     1987      0 |      288 |      844
3.79/3.82	c #cpu_time = 0.003s
3.79/3.82	c #wall_clock_time = 0.003s
3.79/3.82	c #decision = 634
3.79/3.82	c #random_decision = 0
3.79/3.82	c #conflict = 0
3.79/3.82	c #restart = 0
3.79/3.82	c BCD2: found a new core of size 2: cost of the new core is >=1
3.79/3.82	c lower bound updated to 753
3.79/3.82	c BCD2: 753 <= obj <= 1962
3.79/3.82	c BCD2: #cores=465, #unrelaxed=424, #relaxed=1539, #hardened=0
3.79/3.82	c BCD2: #sat=1 #unsat=754 bias=754/755
3.79/3.82	c Solving starts ...
3.79/3.82	c ============================[ Search Statistics ]============================
3.79/3.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.82	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.82	c =============================================================================
3.79/3.82	c  0.0s |       0 |        0 |        0 |     1987      0 |      288 |      845
3.79/3.82	c  0.0s |       0 |      635 |        0 |     1987      0 |      288 |      845
3.79/3.82	c #cpu_time = 0.003s
3.79/3.82	c #wall_clock_time = 0.003s
3.79/3.82	c #decision = 635
3.79/3.82	c #random_decision = 0
3.79/3.82	c #conflict = 0
3.79/3.82	c #restart = 0
3.79/3.82	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.79/3.83	c lower bound updated to 754
3.79/3.83	c BCD2: 754 <= obj <= 1962
3.79/3.83	c BCD2: #cores=465, #unrelaxed=422, #relaxed=1541, #hardened=0
3.79/3.83	c BCD2: #sat=1 #unsat=755 bias=755/756
3.79/3.83	c Solving starts ...
3.79/3.83	c ============================[ Search Statistics ]============================
3.79/3.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.83	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.83	c =============================================================================
3.79/3.83	c  0.0s |       0 |        0 |        0 |     1987      0 |      289 |      845
3.79/3.83	c  0.0s |       0 |      635 |        0 |     1987      0 |      289 |      846
3.79/3.83	c #cpu_time = 0.003s
3.79/3.83	c #wall_clock_time = 0.003s
3.79/3.83	c #decision = 635
3.79/3.83	c #random_decision = 0
3.79/3.83	c #conflict = 0
3.79/3.83	c #restart = 0
3.79/3.83	c BCD2: found a new core of size 2: cost of the new core is >=1
3.79/3.83	c lower bound updated to 755
3.79/3.83	c BCD2: 755 <= obj <= 1962
3.79/3.83	c BCD2: #cores=466, #unrelaxed=420, #relaxed=1543, #hardened=0
3.79/3.83	c BCD2: #sat=1 #unsat=756 bias=756/757
3.79/3.83	c Solving starts ...
3.79/3.83	c ============================[ Search Statistics ]============================
3.79/3.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.83	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.83	c =============================================================================
3.79/3.83	c  0.0s |       0 |        0 |        0 |     1987      0 |      289 |      847
3.79/3.84	c  0.0s |       0 |      635 |        0 |     1987      0 |      289 |      847
3.79/3.84	c #cpu_time = 0.003s
3.79/3.84	c #wall_clock_time = 0.003s
3.79/3.84	c #decision = 635
3.79/3.84	c #random_decision = 0
3.79/3.84	c #conflict = 0
3.79/3.84	c #restart = 0
3.79/3.84	c BCD2: found a new core of size 2: cost of the new core is >=1
3.79/3.84	c lower bound updated to 756
3.79/3.84	c BCD2: 756 <= obj <= 1962
3.79/3.84	c BCD2: #cores=467, #unrelaxed=418, #relaxed=1545, #hardened=0
3.79/3.84	c BCD2: #sat=1 #unsat=757 bias=757/758
3.79/3.84	c Solving starts ...
3.79/3.84	c ============================[ Search Statistics ]============================
3.79/3.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.84	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.84	c =============================================================================
3.79/3.84	c  0.0s |       0 |        0 |        0 |     1987      0 |      289 |      848
3.79/3.84	c  0.0s |       0 |      635 |        0 |     1987      0 |      289 |      848
3.79/3.84	c #cpu_time = 0.003s
3.79/3.84	c #wall_clock_time = 0.003s
3.79/3.84	c #decision = 635
3.79/3.84	c #random_decision = 0
3.79/3.84	c #conflict = 0
3.79/3.84	c #restart = 0
3.79/3.84	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.79/3.84	c lower bound updated to 757
3.79/3.84	c BCD2: 757 <= obj <= 1962
3.79/3.84	c BCD2: #cores=467, #unrelaxed=416, #relaxed=1547, #hardened=0
3.79/3.84	c BCD2: #sat=1 #unsat=758 bias=758/759
3.79/3.85	c Solving starts ...
3.79/3.85	c ============================[ Search Statistics ]============================
3.79/3.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.85	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.85	c =============================================================================
3.79/3.85	c  0.0s |       0 |        0 |        0 |     1987      0 |      290 |      848
3.79/3.85	c  0.0s |       0 |      634 |        0 |     1987      0 |      290 |      849
3.79/3.85	c #cpu_time = 0.003s
3.79/3.85	c #wall_clock_time = 0.003s
3.79/3.85	c #decision = 634
3.79/3.85	c #random_decision = 0
3.79/3.85	c #conflict = 0
3.79/3.85	c #restart = 0
3.79/3.85	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.79/3.85	c lower bound updated to 758
3.79/3.85	c BCD2: 758 <= obj <= 1962
3.79/3.85	c BCD2: #cores=466, #unrelaxed=414, #relaxed=1549, #hardened=0
3.79/3.85	c BCD2: #sat=1 #unsat=759 bias=759/760
3.79/3.85	c Solving starts ...
3.79/3.85	c ============================[ Search Statistics ]============================
3.79/3.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.85	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.85	c =============================================================================
3.79/3.85	c  0.0s |       0 |        0 |        0 |     1987      0 |      292 |      849
3.79/3.86	c  0.0s |       0 |      636 |        0 |     1987      0 |      292 |      851
3.79/3.86	c #cpu_time = 0.003s
3.79/3.86	c #wall_clock_time = 0.003s
3.79/3.86	c #decision = 636
3.79/3.86	c #random_decision = 0
3.79/3.86	c #conflict = 0
3.79/3.86	c #restart = 0
3.79/3.86	c BCD2: found a new core of size 2: cost of the new core is >=1
3.79/3.86	c lower bound updated to 759
3.79/3.86	c BCD2: 759 <= obj <= 1962
3.79/3.86	c BCD2: #cores=467, #unrelaxed=412, #relaxed=1551, #hardened=0
3.79/3.86	c BCD2: #sat=1 #unsat=760 bias=760/761
3.79/3.86	c Solving starts ...
3.79/3.86	c ============================[ Search Statistics ]============================
3.79/3.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.86	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.86	c =============================================================================
3.79/3.86	c  0.0s |       0 |        0 |        0 |     1987      0 |      292 |      852
3.79/3.86	c  0.0s |       0 |      636 |        0 |     1987      0 |      292 |      852
3.79/3.86	c #cpu_time = 0.003s
3.79/3.86	c #wall_clock_time = 0.003s
3.79/3.86	c #decision = 636
3.79/3.86	c #random_decision = 0
3.79/3.86	c #conflict = 0
3.79/3.86	c #restart = 0
3.79/3.86	c BCD2: found a new core of size 2: cost of the new core is >=1
3.79/3.86	c lower bound updated to 760
3.79/3.86	c BCD2: 760 <= obj <= 1962
3.79/3.86	c BCD2: #cores=468, #unrelaxed=410, #relaxed=1553, #hardened=0
3.79/3.86	c BCD2: #sat=1 #unsat=761 bias=761/762
3.79/3.86	c Solving starts ...
3.79/3.86	c ============================[ Search Statistics ]============================
3.79/3.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.86	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.86	c =============================================================================
3.79/3.86	c  0.0s |       0 |        0 |        0 |     1987      0 |      292 |      853
3.79/3.87	c  0.0s |       0 |      637 |        0 |     1987      0 |      292 |      853
3.79/3.87	c #cpu_time = 0.003s
3.79/3.87	c #wall_clock_time = 0.003s
3.79/3.87	c #decision = 637
3.79/3.87	c #random_decision = 0
3.79/3.87	c #conflict = 0
3.79/3.87	c #restart = 0
3.79/3.87	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.79/3.87	c lower bound updated to 761
3.79/3.87	c BCD2: 761 <= obj <= 1962
3.79/3.87	c BCD2: #cores=468, #unrelaxed=408, #relaxed=1555, #hardened=0
3.79/3.87	c BCD2: #sat=1 #unsat=762 bias=762/763
3.79/3.87	c Solving starts ...
3.79/3.87	c ============================[ Search Statistics ]============================
3.79/3.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.87	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.87	c =============================================================================
3.79/3.87	c  0.0s |       0 |        0 |        0 |     1987      0 |      293 |      853
3.79/3.87	c  0.0s |       0 |      636 |        0 |     1987      0 |      293 |      854
3.79/3.87	c #cpu_time = 0.003s
3.79/3.87	c #wall_clock_time = 0.003s
3.79/3.87	c #decision = 636
3.79/3.87	c #random_decision = 0
3.79/3.87	c #conflict = 0
3.79/3.87	c #restart = 0
3.79/3.87	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.79/3.88	c lower bound updated to 762
3.79/3.88	c BCD2: 762 <= obj <= 1962
3.79/3.88	c BCD2: #cores=468, #unrelaxed=406, #relaxed=1557, #hardened=0
3.79/3.88	c BCD2: #sat=1 #unsat=763 bias=763/764
3.79/3.88	c Solving starts ...
3.79/3.88	c ============================[ Search Statistics ]============================
3.79/3.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.88	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.88	c =============================================================================
3.79/3.88	c  0.0s |       0 |        0 |        0 |     1987      0 |      294 |      854
3.79/3.88	c  0.0s |       0 |      637 |        0 |     1987      0 |      294 |      855
3.79/3.88	c #cpu_time = 0.004s
3.79/3.88	c #wall_clock_time = 0.004s
3.79/3.88	c #decision = 637
3.79/3.88	c #random_decision = 0
3.79/3.88	c #conflict = 0
3.79/3.88	c #restart = 0
3.79/3.88	c BCD2: found a new core of size 2: cost of the new core is >=1
3.79/3.88	c lower bound updated to 763
3.79/3.88	c BCD2: 763 <= obj <= 1962
3.79/3.88	c BCD2: #cores=469, #unrelaxed=404, #relaxed=1559, #hardened=0
3.79/3.88	c BCD2: #sat=1 #unsat=764 bias=764/765
3.79/3.88	c Solving starts ...
3.79/3.88	c ============================[ Search Statistics ]============================
3.79/3.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.88	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.88	c =============================================================================
3.79/3.88	c  0.0s |       0 |        0 |        0 |     1987      0 |      294 |      856
3.79/3.89	c  0.0s |       0 |      637 |        0 |     1987      0 |      294 |      856
3.79/3.89	c #cpu_time = 0.003s
3.79/3.89	c #wall_clock_time = 0.003s
3.79/3.89	c #decision = 637
3.79/3.89	c #random_decision = 0
3.79/3.89	c #conflict = 0
3.79/3.89	c #restart = 0
3.79/3.89	c BCD2: found a new core of size 2: cost of the new core is >=1
3.79/3.89	c lower bound updated to 764
3.79/3.89	c BCD2: 764 <= obj <= 1962
3.79/3.89	c BCD2: #cores=470, #unrelaxed=402, #relaxed=1561, #hardened=0
3.79/3.89	c BCD2: #sat=1 #unsat=765 bias=765/766
3.79/3.89	c Solving starts ...
3.79/3.89	c ============================[ Search Statistics ]============================
3.79/3.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.89	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.89	c =============================================================================
3.79/3.89	c  0.0s |       0 |        0 |        0 |     1987      0 |      294 |      857
3.79/3.89	c  0.0s |       0 |      637 |        0 |     1987      0 |      294 |      857
3.79/3.89	c #cpu_time = 0.003s
3.79/3.89	c #wall_clock_time = 0.003s
3.79/3.89	c #decision = 637
3.79/3.89	c #random_decision = 0
3.79/3.89	c #conflict = 0
3.79/3.89	c #restart = 0
3.79/3.89	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.79/3.89	c lower bound updated to 765
3.79/3.90	c BCD2: 765 <= obj <= 1962
3.79/3.90	c BCD2: #cores=470, #unrelaxed=400, #relaxed=1563, #hardened=0
3.79/3.90	c BCD2: #sat=1 #unsat=766 bias=766/767
3.88/3.90	c Solving starts ...
3.88/3.90	c ============================[ Search Statistics ]============================
3.88/3.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.90	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.90	c =============================================================================
3.88/3.90	c  0.0s |       0 |        0 |        0 |     1987      0 |      295 |      857
3.88/3.90	c  0.0s |       0 |      636 |        0 |     1987      0 |      295 |      858
3.88/3.90	c #cpu_time = 0.003s
3.88/3.90	c #wall_clock_time = 0.003s
3.88/3.90	c #decision = 636
3.88/3.90	c #random_decision = 0
3.88/3.90	c #conflict = 0
3.88/3.90	c #restart = 0
3.88/3.90	c BCD2: found a new core of size 2: cost of the new core is >=1
3.88/3.90	c lower bound updated to 766
3.88/3.90	c BCD2: 766 <= obj <= 1962
3.88/3.90	c BCD2: #cores=471, #unrelaxed=398, #relaxed=1565, #hardened=0
3.88/3.90	c BCD2: #sat=1 #unsat=767 bias=767/768
3.88/3.90	c Solving starts ...
3.88/3.90	c ============================[ Search Statistics ]============================
3.88/3.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.90	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.90	c =============================================================================
3.88/3.90	c  0.0s |       0 |        0 |        0 |     1987      0 |      295 |      859
3.88/3.91	c  0.0s |       0 |      638 |        0 |     1987      0 |      295 |      859
3.88/3.91	c #cpu_time = 0.003s
3.88/3.91	c #wall_clock_time = 0.003s
3.88/3.91	c #decision = 638
3.88/3.91	c #random_decision = 0
3.88/3.91	c #conflict = 0
3.88/3.91	c #restart = 0
3.88/3.91	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.88/3.91	c lower bound updated to 767
3.88/3.91	c BCD2: 767 <= obj <= 1962
3.88/3.91	c BCD2: #cores=470, #unrelaxed=396, #relaxed=1567, #hardened=0
3.88/3.91	c BCD2: #sat=1 #unsat=768 bias=768/769
3.88/3.91	c Solving starts ...
3.88/3.91	c ============================[ Search Statistics ]============================
3.88/3.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.91	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.91	c =============================================================================
3.88/3.91	c  0.0s |       0 |        0 |        0 |     1987      0 |      297 |      859
3.88/3.91	c  0.0s |       0 |      636 |        0 |     1987      0 |      297 |      861
3.88/3.91	c #cpu_time = 0.003s
3.88/3.91	c #wall_clock_time = 0.003s
3.88/3.91	c #decision = 636
3.88/3.91	c #random_decision = 0
3.88/3.91	c #conflict = 0
3.88/3.91	c #restart = 0
3.88/3.91	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.88/3.91	c lower bound updated to 768
3.88/3.91	c BCD2: 768 <= obj <= 1962
3.88/3.91	c BCD2: #cores=470, #unrelaxed=394, #relaxed=1569, #hardened=0
3.88/3.91	c BCD2: #sat=1 #unsat=769 bias=769/770
3.88/3.92	c Solving starts ...
3.88/3.92	c ============================[ Search Statistics ]============================
3.88/3.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.92	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.92	c =============================================================================
3.88/3.92	c  0.0s |       0 |        0 |        0 |     1987      0 |      298 |      861
3.88/3.92	c  0.0s |       0 |      636 |        0 |     1987      0 |      298 |      862
3.88/3.92	c #cpu_time = 0.003s
3.88/3.92	c #wall_clock_time = 0.003s
3.88/3.92	c #decision = 636
3.88/3.92	c #random_decision = 0
3.88/3.92	c #conflict = 0
3.88/3.92	c #restart = 0
3.88/3.92	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.88/3.92	c lower bound updated to 769
3.88/3.92	c BCD2: 769 <= obj <= 1962
3.88/3.92	c BCD2: #cores=470, #unrelaxed=392, #relaxed=1571, #hardened=0
3.88/3.92	c BCD2: #sat=1 #unsat=770 bias=770/771
3.88/3.92	c Solving starts ...
3.88/3.92	c ============================[ Search Statistics ]============================
3.88/3.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.92	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.92	c =============================================================================
3.88/3.92	c  0.0s |       0 |        0 |        0 |     1987      0 |      299 |      862
3.88/3.93	c  0.0s |       0 |      635 |        0 |     1987      0 |      299 |      863
3.88/3.93	c #cpu_time = 0.003s
3.88/3.93	c #wall_clock_time = 0.003s
3.88/3.93	c #decision = 635
3.88/3.93	c #random_decision = 0
3.88/3.93	c #conflict = 0
3.88/3.93	c #restart = 0
3.88/3.93	c BCD2: found a new core of size 2: cost of the new core is >=1
3.88/3.93	c lower bound updated to 770
3.88/3.93	c BCD2: 770 <= obj <= 1962
3.88/3.93	c BCD2: #cores=471, #unrelaxed=390, #relaxed=1573, #hardened=0
3.88/3.93	c BCD2: #sat=1 #unsat=771 bias=771/772
3.88/3.93	c Solving starts ...
3.88/3.93	c ============================[ Search Statistics ]============================
3.88/3.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.93	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.93	c =============================================================================
3.88/3.93	c  0.0s |       0 |        0 |        0 |     1987      0 |      299 |      864
3.88/3.93	c  0.0s |       0 |      635 |        0 |     1987      0 |      299 |      864
3.88/3.93	c #cpu_time = 0.003s
3.88/3.93	c #wall_clock_time = 0.003s
3.88/3.93	c #decision = 635
3.88/3.93	c #random_decision = 0
3.88/3.93	c #conflict = 0
3.88/3.93	c #restart = 0
3.88/3.93	c BCD2: found a new core of size 2: cost of the new core is >=1
3.88/3.93	c lower bound updated to 771
3.88/3.93	c BCD2: 771 <= obj <= 1962
3.88/3.93	c BCD2: #cores=472, #unrelaxed=388, #relaxed=1575, #hardened=0
3.88/3.93	c BCD2: #sat=1 #unsat=772 bias=772/773
3.88/3.93	c Solving starts ...
3.88/3.93	c ============================[ Search Statistics ]============================
3.88/3.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.93	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.93	c =============================================================================
3.88/3.93	c  0.0s |       0 |        0 |        0 |     1987      0 |      299 |      865
3.88/3.94	c  0.0s |       0 |      637 |        0 |     1987      0 |      299 |      865
3.88/3.94	c #cpu_time = 0.003s
3.88/3.94	c #wall_clock_time = 0.003s
3.88/3.94	c #decision = 637
3.88/3.94	c #random_decision = 0
3.88/3.94	c #conflict = 0
3.88/3.94	c #restart = 0
3.88/3.94	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.88/3.94	c lower bound updated to 772
3.88/3.94	c BCD2: 772 <= obj <= 1962
3.88/3.94	c BCD2: #cores=471, #unrelaxed=386, #relaxed=1577, #hardened=0
3.88/3.94	c BCD2: #sat=1 #unsat=773 bias=773/774
3.88/3.94	c Solving starts ...
3.88/3.94	c ============================[ Search Statistics ]============================
3.88/3.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.94	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.94	c =============================================================================
3.88/3.94	c  0.0s |       0 |        0 |        0 |     1987      0 |      301 |      865
3.88/3.94	c  0.0s |       0 |      635 |        0 |     1987      0 |      301 |      867
3.88/3.94	c #cpu_time = 0.003s
3.88/3.94	c #wall_clock_time = 0.003s
3.88/3.94	c #decision = 635
3.88/3.94	c #random_decision = 0
3.88/3.94	c #conflict = 0
3.88/3.94	c #restart = 0
3.88/3.94	c BCD2: found a new core of size 2: cost of the new core is >=1
3.88/3.94	c lower bound updated to 773
3.88/3.95	c BCD2: 773 <= obj <= 1962
3.88/3.95	c BCD2: #cores=472, #unrelaxed=384, #relaxed=1579, #hardened=0
3.88/3.95	c BCD2: #sat=1 #unsat=774 bias=774/775
3.88/3.95	c Solving starts ...
3.88/3.95	c ============================[ Search Statistics ]============================
3.88/3.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.95	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.95	c =============================================================================
3.88/3.95	c  0.0s |       0 |        0 |        0 |     1987      0 |      301 |      868
3.88/3.95	c  0.0s |       0 |     1040 |        1 |     1987      0 |      301 |      868
3.88/3.95	c #cpu_time = 0.004s
3.88/3.95	c #wall_clock_time = 0.004s
3.88/3.95	c #decision = 1040
3.88/3.95	c #random_decision = 0
3.88/3.95	c #conflict = 1
3.88/3.95	c #restart = 0
3.88/3.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.88/3.95	c lower bound updated to 774
3.88/3.95	c BCD2: 774 <= obj <= 1962
3.88/3.95	c BCD2: #cores=472, #unrelaxed=383, #relaxed=1580, #hardened=0
3.88/3.95	c BCD2: #sat=1 #unsat=775 bias=775/776
3.88/3.95	c Solving starts ...
3.88/3.95	c ============================[ Search Statistics ]============================
3.88/3.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.95	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.95	c =============================================================================
3.88/3.95	c  0.0s |       0 |        0 |        0 |     1987      0 |      302 |      868
3.88/3.96	c  0.0s |       0 |      638 |        0 |     1987      0 |      302 |      869
3.88/3.96	c #cpu_time = 0.004s
3.88/3.96	c #wall_clock_time = 0.004s
3.88/3.96	c #decision = 638
3.88/3.96	c #random_decision = 0
3.88/3.96	c #conflict = 0
3.88/3.96	c #restart = 0
3.88/3.96	c BCD2: found a new core of size 2: cost of the new core is >=1
3.88/3.96	c lower bound updated to 775
3.88/3.96	c BCD2: 775 <= obj <= 1962
3.88/3.96	c BCD2: #cores=473, #unrelaxed=381, #relaxed=1582, #hardened=0
3.88/3.96	c BCD2: #sat=1 #unsat=776 bias=776/777
3.88/3.96	c Solving starts ...
3.88/3.96	c ============================[ Search Statistics ]============================
3.88/3.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.96	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.96	c =============================================================================
3.88/3.96	c  0.0s |       0 |        0 |        0 |     1987      0 |      302 |      870
3.88/3.96	c  0.0s |       0 |      638 |        0 |     1987      0 |      302 |      870
3.88/3.96	c #cpu_time = 0.003s
3.88/3.96	c #wall_clock_time = 0.003s
3.88/3.96	c #decision = 638
3.88/3.96	c #random_decision = 0
3.88/3.96	c #conflict = 0
3.88/3.96	c #restart = 0
3.88/3.96	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.88/3.96	c lower bound updated to 776
3.88/3.97	c BCD2: 776 <= obj <= 1962
3.88/3.97	c BCD2: #cores=472, #unrelaxed=379, #relaxed=1584, #hardened=0
3.88/3.97	c BCD2: #sat=1 #unsat=777 bias=777/778
3.88/3.97	c Solving starts ...
3.88/3.97	c ============================[ Search Statistics ]============================
3.88/3.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.97	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.97	c =============================================================================
3.88/3.97	c  0.0s |       0 |        0 |        0 |     1987      0 |      304 |      870
3.88/3.97	c  0.0s |       0 |      636 |        0 |     1987      0 |      304 |      872
3.88/3.97	c #cpu_time = 0.003s
3.88/3.97	c #wall_clock_time = 0.003s
3.88/3.97	c #decision = 636
3.88/3.97	c #random_decision = 0
3.88/3.97	c #conflict = 0
3.88/3.97	c #restart = 0
3.88/3.97	c BCD2: found a new core of size 2: cost of the new core is >=1
3.88/3.97	c lower bound updated to 777
3.88/3.97	c BCD2: 777 <= obj <= 1962
3.88/3.97	c BCD2: #cores=473, #unrelaxed=377, #relaxed=1586, #hardened=0
3.88/3.97	c BCD2: #sat=1 #unsat=778 bias=778/779
3.88/3.97	c Solving starts ...
3.88/3.97	c ============================[ Search Statistics ]============================
3.88/3.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.97	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.97	c =============================================================================
3.88/3.97	c  0.0s |       0 |        0 |        0 |     1987      0 |      304 |      873
3.88/3.98	c  0.0s |       0 |      636 |        0 |     1987      0 |      304 |      873
3.88/3.98	c #cpu_time = 0.003s
3.88/3.98	c #wall_clock_time = 0.003s
3.88/3.98	c #decision = 636
3.88/3.98	c #random_decision = 0
3.88/3.98	c #conflict = 0
3.88/3.98	c #restart = 0
3.88/3.98	c BCD2: relaxing 4 and merging with 3 cores into a new core of size 12: cost of the new core is >=5
3.88/3.98	c lower bound updated to 778
3.88/3.98	c BCD2: 778 <= obj <= 1962
3.88/3.98	c BCD2: #cores=471, #unrelaxed=373, #relaxed=1590, #hardened=0
3.88/3.98	c BCD2: #sat=1 #unsat=779 bias=779/780
3.88/3.98	c Solving starts ...
3.88/3.98	c ============================[ Search Statistics ]============================
3.88/3.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.98	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.98	c =============================================================================
3.88/3.98	c  0.0s |       0 |        0 |        0 |     1987      0 |      307 |      873
3.88/3.98	c  0.0s |       0 |      631 |        0 |     1987      0 |      307 |      876
3.88/3.98	c #cpu_time = 0.003s
3.88/3.98	c #wall_clock_time = 0.003s
3.88/3.98	c #decision = 631
3.88/3.98	c #random_decision = 0
3.88/3.98	c #conflict = 0
3.88/3.98	c #restart = 0
3.88/3.98	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.88/3.98	c lower bound updated to 779
3.88/3.98	c BCD2: 779 <= obj <= 1962
3.88/3.98	c BCD2: #cores=471, #unrelaxed=371, #relaxed=1592, #hardened=0
3.88/3.98	c BCD2: #sat=1 #unsat=780 bias=780/781
3.88/3.99	c Solving starts ...
3.88/3.99	c ============================[ Search Statistics ]============================
3.88/3.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.99	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.99	c =============================================================================
3.88/3.99	c  0.0s |       0 |        0 |        0 |     1987      0 |      308 |      876
3.88/3.99	c  0.0s |       0 |      630 |        0 |     1987      0 |      308 |      877
3.88/3.99	c #cpu_time = 0.004s
3.88/3.99	c #wall_clock_time = 0.004s
3.88/3.99	c #decision = 630
3.88/3.99	c #random_decision = 0
3.88/3.99	c #conflict = 0
3.88/3.99	c #restart = 0
3.88/3.99	c BCD2: found a new core of size 2: cost of the new core is >=1
3.88/3.99	c lower bound updated to 780
3.88/3.99	c BCD2: 780 <= obj <= 1962
3.88/3.99	c BCD2: #cores=472, #unrelaxed=369, #relaxed=1594, #hardened=0
3.88/3.99	c BCD2: #sat=1 #unsat=781 bias=781/782
3.88/3.99	c Solving starts ...
3.88/3.99	c ============================[ Search Statistics ]============================
3.88/3.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.99	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.99	c =============================================================================
3.88/3.99	c  0.0s |       0 |        0 |        0 |     1987      0 |      308 |      878
3.99/4.00	c  0.0s |       0 |      636 |        0 |     1987      0 |      308 |      878
3.99/4.00	c #cpu_time = 0.003s
3.99/4.00	c #wall_clock_time = 0.003s
3.99/4.00	c #decision = 636
3.99/4.00	c #random_decision = 0
3.99/4.00	c #conflict = 0
3.99/4.00	c #restart = 0
3.99/4.00	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.99/4.00	c lower bound updated to 781
3.99/4.00	c BCD2: 781 <= obj <= 1962
3.99/4.00	c BCD2: #cores=472, #unrelaxed=367, #relaxed=1596, #hardened=0
3.99/4.00	c BCD2: #sat=1 #unsat=782 bias=782/783
3.99/4.00	c Solving starts ...
3.99/4.00	c ============================[ Search Statistics ]============================
3.99/4.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.00	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.00	c =============================================================================
3.99/4.00	c  0.0s |       0 |        0 |        0 |     1987      0 |      309 |      878
3.99/4.00	c  0.0s |       0 |      638 |        0 |     1987      0 |      309 |      879
3.99/4.00	c #cpu_time = 0.003s
3.99/4.00	c #wall_clock_time = 0.003s
3.99/4.00	c #decision = 638
3.99/4.00	c #random_decision = 0
3.99/4.00	c #conflict = 0
3.99/4.00	c #restart = 0
3.99/4.00	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.99/4.00	c lower bound updated to 782
3.99/4.00	c BCD2: 782 <= obj <= 1962
3.99/4.00	c BCD2: #cores=471, #unrelaxed=365, #relaxed=1598, #hardened=0
3.99/4.00	c BCD2: #sat=1 #unsat=783 bias=783/784
3.99/4.00	c Solving starts ...
3.99/4.00	c ============================[ Search Statistics ]============================
3.99/4.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.00	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.00	c =============================================================================
3.99/4.00	c  0.0s |       0 |        0 |        0 |     1987      0 |      311 |      879
3.99/4.01	c  0.0s |       0 |      636 |        0 |     1987      0 |      311 |      881
3.99/4.01	c #cpu_time = 0.003s
3.99/4.01	c #wall_clock_time = 0.003s
3.99/4.01	c #decision = 636
3.99/4.01	c #random_decision = 0
3.99/4.01	c #conflict = 0
3.99/4.01	c #restart = 0
3.99/4.01	c BCD2: found a new core of size 2: cost of the new core is >=1
3.99/4.01	c lower bound updated to 783
3.99/4.01	c BCD2: 783 <= obj <= 1962
3.99/4.01	c BCD2: #cores=472, #unrelaxed=363, #relaxed=1600, #hardened=0
3.99/4.01	c BCD2: #sat=1 #unsat=784 bias=784/785
3.99/4.01	c Solving starts ...
3.99/4.01	c ============================[ Search Statistics ]============================
3.99/4.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.01	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.01	c =============================================================================
3.99/4.01	c  0.0s |       0 |        0 |        0 |     1987      0 |      311 |      882
3.99/4.02	c  0.0s |       0 |      636 |        0 |     1987      0 |      311 |      882
3.99/4.02	c #cpu_time = 0.003s
3.99/4.02	c #wall_clock_time = 0.003s
3.99/4.02	c #decision = 636
3.99/4.02	c #random_decision = 0
3.99/4.02	c #conflict = 0
3.99/4.02	c #restart = 0
3.99/4.02	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.99/4.02	c lower bound updated to 784
3.99/4.02	c BCD2: 784 <= obj <= 1962
3.99/4.02	c BCD2: #cores=472, #unrelaxed=361, #relaxed=1602, #hardened=0
3.99/4.02	c BCD2: #sat=1 #unsat=785 bias=785/786
3.99/4.02	c Solving starts ...
3.99/4.02	c ============================[ Search Statistics ]============================
3.99/4.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.02	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.02	c =============================================================================
3.99/4.02	c  0.0s |       0 |        0 |        0 |     1987      0 |      312 |      882
3.99/4.02	c  0.0s |       0 |      635 |        0 |     1987      0 |      312 |      883
3.99/4.02	c #cpu_time = 0.003s
3.99/4.02	c #wall_clock_time = 0.003s
3.99/4.02	c #decision = 635
3.99/4.02	c #random_decision = 0
3.99/4.02	c #conflict = 0
3.99/4.02	c #restart = 0
3.99/4.02	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.99/4.02	c lower bound updated to 785
3.99/4.02	c BCD2: 785 <= obj <= 1962
3.99/4.02	c BCD2: #cores=472, #unrelaxed=359, #relaxed=1604, #hardened=0
3.99/4.02	c BCD2: #sat=1 #unsat=786 bias=786/787
3.99/4.02	c Solving starts ...
3.99/4.02	c ============================[ Search Statistics ]============================
3.99/4.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.02	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.02	c =============================================================================
3.99/4.02	c  0.0s |       0 |        0 |        0 |     1987      0 |      313 |      883
3.99/4.03	c  0.0s |       0 |      634 |        0 |     1987      0 |      313 |      884
3.99/4.03	c #cpu_time = 0.003s
3.99/4.03	c #wall_clock_time = 0.003s
3.99/4.03	c #decision = 634
3.99/4.03	c #random_decision = 0
3.99/4.03	c #conflict = 0
3.99/4.03	c #restart = 0
3.99/4.03	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.99/4.03	c lower bound updated to 786
3.99/4.03	c BCD2: 786 <= obj <= 1962
3.99/4.03	c BCD2: #cores=472, #unrelaxed=357, #relaxed=1606, #hardened=0
3.99/4.03	c BCD2: #sat=1 #unsat=787 bias=787/788
3.99/4.03	c Solving starts ...
3.99/4.03	c ============================[ Search Statistics ]============================
3.99/4.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.03	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.03	c =============================================================================
3.99/4.03	c  0.0s |       0 |        0 |        0 |     1987      0 |      314 |      884
3.99/4.03	c  0.0s |       0 |      638 |        0 |     1987      0 |      314 |      885
3.99/4.03	c #cpu_time = 0.003s
3.99/4.03	c #wall_clock_time = 0.003s
3.99/4.03	c #decision = 638
3.99/4.03	c #random_decision = 0
3.99/4.03	c #conflict = 0
3.99/4.03	c #restart = 0
3.99/4.03	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.99/4.03	c lower bound updated to 787
3.99/4.03	c BCD2: 787 <= obj <= 1962
3.99/4.03	c BCD2: #cores=472, #unrelaxed=355, #relaxed=1608, #hardened=0
3.99/4.03	c BCD2: #sat=1 #unsat=788 bias=788/789
3.99/4.04	c Solving starts ...
3.99/4.04	c ============================[ Search Statistics ]============================
3.99/4.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.04	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.04	c =============================================================================
3.99/4.04	c  0.0s |       0 |        0 |        0 |     1987      0 |      315 |      885
3.99/4.04	c  0.0s |       0 |      638 |        0 |     1987      0 |      315 |      886
3.99/4.04	c #cpu_time = 0.003s
3.99/4.04	c #wall_clock_time = 0.003s
3.99/4.04	c #decision = 638
3.99/4.04	c #random_decision = 0
3.99/4.04	c #conflict = 0
3.99/4.04	c #restart = 0
3.99/4.04	c BCD2: found a new core of size 2: cost of the new core is >=1
3.99/4.04	c lower bound updated to 788
3.99/4.04	c BCD2: 788 <= obj <= 1962
3.99/4.04	c BCD2: #cores=473, #unrelaxed=353, #relaxed=1610, #hardened=0
3.99/4.04	c BCD2: #sat=1 #unsat=789 bias=789/790
3.99/4.04	c Solving starts ...
3.99/4.04	c ============================[ Search Statistics ]============================
3.99/4.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.04	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.04	c =============================================================================
3.99/4.04	c  0.0s |       0 |        0 |        0 |     1987      0 |      315 |      887
3.99/4.05	c  0.0s |       0 |      639 |        0 |     1987      0 |      315 |      887
3.99/4.05	c #cpu_time = 0.003s
3.99/4.05	c #wall_clock_time = 0.003s
3.99/4.05	c #decision = 639
3.99/4.05	c #random_decision = 0
3.99/4.05	c #conflict = 0
3.99/4.05	c #restart = 0
3.99/4.05	c BCD2: found a new core of size 2: cost of the new core is >=1
3.99/4.05	c lower bound updated to 789
3.99/4.05	c BCD2: 789 <= obj <= 1962
3.99/4.05	c BCD2: #cores=474, #unrelaxed=351, #relaxed=1612, #hardened=0
3.99/4.05	c BCD2: #sat=1 #unsat=790 bias=790/791
3.99/4.05	c Solving starts ...
3.99/4.05	c ============================[ Search Statistics ]============================
3.99/4.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.05	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.05	c =============================================================================
3.99/4.05	c  0.0s |       0 |        0 |        0 |     1987      0 |      315 |      888
3.99/4.05	c  0.0s |       0 |      640 |        0 |     1987      0 |      315 |      888
3.99/4.05	c #cpu_time = 0.003s
3.99/4.05	c #wall_clock_time = 0.003s
3.99/4.05	c #decision = 640
3.99/4.05	c #random_decision = 0
3.99/4.05	c #conflict = 0
3.99/4.05	c #restart = 0
3.99/4.05	c BCD2: relaxing 4 and merging with 4 cores into a new core of size 14: cost of the new core is >=6
3.99/4.05	c lower bound updated to 790
3.99/4.05	c BCD2: 790 <= obj <= 1962
3.99/4.05	c BCD2: #cores=471, #unrelaxed=347, #relaxed=1616, #hardened=0
3.99/4.05	c BCD2: #sat=1 #unsat=791 bias=791/792
3.99/4.05	c Solving starts ...
3.99/4.06	c ============================[ Search Statistics ]============================
3.99/4.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.06	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.06	c =============================================================================
3.99/4.06	c  0.0s |       0 |        0 |        0 |     1987      0 |      319 |      888
3.99/4.06	c  0.0s |       0 |      634 |        0 |     1987      0 |      319 |      892
3.99/4.06	c #cpu_time = 0.003s
3.99/4.06	c #wall_clock_time = 0.003s
3.99/4.06	c #decision = 634
3.99/4.06	c #random_decision = 0
3.99/4.06	c #conflict = 0
3.99/4.06	c #restart = 0
3.99/4.06	c BCD2: found a new core of size 2: cost of the new core is >=1
3.99/4.06	c lower bound updated to 791
3.99/4.06	c BCD2: 791 <= obj <= 1962
3.99/4.06	c BCD2: #cores=472, #unrelaxed=345, #relaxed=1618, #hardened=0
3.99/4.06	c BCD2: #sat=1 #unsat=792 bias=792/793
3.99/4.06	c Solving starts ...
3.99/4.06	c ============================[ Search Statistics ]============================
3.99/4.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.06	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.06	c =============================================================================
3.99/4.06	c  0.0s |       0 |        0 |        0 |     1987      0 |      319 |      893
3.99/4.07	c  0.0s |       0 |      634 |        0 |     1987      0 |      319 |      893
3.99/4.07	c #cpu_time = 0.003s
3.99/4.07	c #wall_clock_time = 0.003s
3.99/4.07	c #decision = 634
3.99/4.07	c #random_decision = 0
3.99/4.07	c #conflict = 0
3.99/4.07	c #restart = 0
3.99/4.07	c BCD2: found a new core of size 2: cost of the new core is >=1
3.99/4.07	c lower bound updated to 792
3.99/4.07	c BCD2: 792 <= obj <= 1962
3.99/4.07	c BCD2: #cores=473, #unrelaxed=343, #relaxed=1620, #hardened=0
3.99/4.07	c BCD2: #sat=1 #unsat=793 bias=793/794
3.99/4.07	c Solving starts ...
3.99/4.07	c ============================[ Search Statistics ]============================
3.99/4.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.07	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.07	c =============================================================================
3.99/4.07	c  0.0s |       0 |        0 |        0 |     1987      0 |      319 |      894
3.99/4.07	c  0.0s |       0 |      634 |        0 |     1987      0 |      319 |      894
3.99/4.07	c #cpu_time = 0.003s
3.99/4.07	c #wall_clock_time = 0.003s
3.99/4.07	c #decision = 634
3.99/4.07	c #random_decision = 0
3.99/4.07	c #conflict = 0
3.99/4.07	c #restart = 0
3.99/4.07	c BCD2: found a new core of size 2: cost of the new core is >=1
3.99/4.07	c lower bound updated to 793
3.99/4.07	c BCD2: 793 <= obj <= 1962
3.99/4.07	c BCD2: #cores=474, #unrelaxed=341, #relaxed=1622, #hardened=0
3.99/4.07	c BCD2: #sat=1 #unsat=794 bias=794/795
3.99/4.07	c Solving starts ...
3.99/4.07	c ============================[ Search Statistics ]============================
3.99/4.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.07	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.07	c =============================================================================
3.99/4.07	c  0.0s |       0 |        0 |        0 |     1987      0 |      319 |      895
3.99/4.08	c  0.0s |       0 |      638 |        0 |     1987      0 |      319 |      895
3.99/4.08	c #cpu_time = 0.003s
3.99/4.08	c #wall_clock_time = 0.003s
3.99/4.08	c #decision = 638
3.99/4.08	c #random_decision = 0
3.99/4.08	c #conflict = 0
3.99/4.08	c #restart = 0
3.99/4.08	c BCD2: found a new core of size 2: cost of the new core is >=1
3.99/4.08	c lower bound updated to 794
3.99/4.08	c BCD2: 794 <= obj <= 1962
3.99/4.08	c BCD2: #cores=475, #unrelaxed=339, #relaxed=1624, #hardened=0
3.99/4.08	c BCD2: #sat=1 #unsat=795 bias=795/796
3.99/4.08	c Solving starts ...
3.99/4.08	c ============================[ Search Statistics ]============================
3.99/4.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.08	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.08	c =============================================================================
3.99/4.08	c  0.0s |       0 |        0 |        0 |     1987      0 |      319 |      896
3.99/4.08	c  0.0s |       0 |      639 |        0 |     1987      0 |      319 |      896
3.99/4.08	c #cpu_time = 0.003s
3.99/4.08	c #wall_clock_time = 0.003s
3.99/4.08	c #decision = 639
3.99/4.08	c #random_decision = 0
3.99/4.08	c #conflict = 0
3.99/4.08	c #restart = 0
3.99/4.08	c BCD2: found a new core of size 2: cost of the new core is >=1
3.99/4.08	c lower bound updated to 795
3.99/4.09	c BCD2: 795 <= obj <= 1962
3.99/4.09	c BCD2: #cores=476, #unrelaxed=337, #relaxed=1626, #hardened=0
3.99/4.09	c BCD2: #sat=1 #unsat=796 bias=796/797
3.99/4.09	c Solving starts ...
3.99/4.09	c ============================[ Search Statistics ]============================
3.99/4.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.09	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.09	c =============================================================================
3.99/4.09	c  0.0s |       0 |        0 |        0 |     1987      0 |      319 |      897
3.99/4.09	c  0.0s |       0 |      642 |        0 |     1987      0 |      319 |      897
3.99/4.09	c #cpu_time = 0.003s
3.99/4.09	c #wall_clock_time = 0.003s
3.99/4.09	c #decision = 642
3.99/4.09	c #random_decision = 0
3.99/4.09	c #conflict = 0
3.99/4.09	c #restart = 0
3.99/4.09	c BCD2: found a new core of size 2: cost of the new core is >=1
3.99/4.09	c lower bound updated to 796
3.99/4.09	c BCD2: 796 <= obj <= 1962
3.99/4.09	c BCD2: #cores=477, #unrelaxed=335, #relaxed=1628, #hardened=0
3.99/4.09	c BCD2: #sat=1 #unsat=797 bias=797/798
3.99/4.09	c Solving starts ...
3.99/4.09	c ============================[ Search Statistics ]============================
3.99/4.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.09	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.09	c =============================================================================
3.99/4.09	c  0.0s |       0 |        0 |        0 |     1987      0 |      319 |      898
4.09/4.10	c  0.0s |       0 |      645 |        0 |     1987      0 |      319 |      898
4.09/4.10	c #cpu_time = 0.004s
4.09/4.10	c #wall_clock_time = 0.004s
4.09/4.10	c #decision = 645
4.09/4.10	c #random_decision = 0
4.09/4.10	c #conflict = 0
4.09/4.10	c #restart = 0
4.09/4.10	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.10	c lower bound updated to 797
4.09/4.10	c BCD2: 797 <= obj <= 1962
4.09/4.10	c BCD2: #cores=478, #unrelaxed=333, #relaxed=1630, #hardened=0
4.09/4.10	c BCD2: #sat=1 #unsat=798 bias=798/799
4.09/4.10	c Solving starts ...
4.09/4.10	c ============================[ Search Statistics ]============================
4.09/4.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.10	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.10	c =============================================================================
4.09/4.10	c  0.0s |       0 |        0 |        0 |     1987      0 |      319 |      899
4.09/4.10	c  0.0s |       0 |      646 |        0 |     1987      0 |      319 |      899
4.09/4.10	c #cpu_time = 0.003s
4.09/4.10	c #wall_clock_time = 0.003s
4.09/4.10	c #decision = 646
4.09/4.10	c #random_decision = 0
4.09/4.10	c #conflict = 0
4.09/4.10	c #restart = 0
4.09/4.10	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
4.09/4.10	c lower bound updated to 798
4.09/4.10	c BCD2: 798 <= obj <= 1962
4.09/4.10	c BCD2: #cores=476, #unrelaxed=331, #relaxed=1632, #hardened=0
4.09/4.10	c BCD2: #sat=1 #unsat=799 bias=799/800
4.09/4.11	c Solving starts ...
4.09/4.11	c ============================[ Search Statistics ]============================
4.09/4.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.11	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.11	c =============================================================================
4.09/4.11	c  0.0s |       0 |        0 |        0 |     1987      0 |      322 |      899
4.09/4.11	c  0.0s |       0 |      644 |        0 |     1987      0 |      322 |      902
4.09/4.11	c #cpu_time = 0.003s
4.09/4.11	c #wall_clock_time = 0.003s
4.09/4.11	c #decision = 644
4.09/4.11	c #random_decision = 0
4.09/4.11	c #conflict = 0
4.09/4.11	c #restart = 0
4.09/4.11	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.09/4.11	c lower bound updated to 799
4.09/4.11	c BCD2: 799 <= obj <= 1962
4.09/4.11	c BCD2: #cores=476, #unrelaxed=329, #relaxed=1634, #hardened=0
4.09/4.11	c BCD2: #sat=1 #unsat=800 bias=800/801
4.09/4.11	c Solving starts ...
4.09/4.11	c ============================[ Search Statistics ]============================
4.09/4.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.11	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.11	c =============================================================================
4.09/4.11	c  0.0s |       0 |        0 |        0 |     1987      0 |      323 |      902
4.09/4.12	c  0.0s |       0 |      643 |        0 |     1987      0 |      323 |      903
4.09/4.12	c #cpu_time = 0.003s
4.09/4.12	c #wall_clock_time = 0.004s
4.09/4.12	c #decision = 643
4.09/4.12	c #random_decision = 0
4.09/4.12	c #conflict = 0
4.09/4.12	c #restart = 0
4.09/4.12	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.12	c lower bound updated to 800
4.09/4.12	c BCD2: 800 <= obj <= 1962
4.09/4.12	c BCD2: #cores=477, #unrelaxed=327, #relaxed=1636, #hardened=0
4.09/4.12	c BCD2: #sat=1 #unsat=801 bias=801/802
4.09/4.12	c Solving starts ...
4.09/4.12	c ============================[ Search Statistics ]============================
4.09/4.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.12	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.12	c =============================================================================
4.09/4.12	c  0.0s |       0 |        0 |        0 |     1987      0 |      323 |      904
4.09/4.12	c  0.0s |       0 |      643 |        0 |     1987      0 |      323 |      904
4.09/4.12	c #cpu_time = 0.003s
4.09/4.12	c #wall_clock_time = 0.003s
4.09/4.12	c #decision = 643
4.09/4.12	c #random_decision = 0
4.09/4.12	c #conflict = 0
4.09/4.12	c #restart = 0
4.09/4.12	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.12	c lower bound updated to 801
4.09/4.12	c BCD2: 801 <= obj <= 1962
4.09/4.12	c BCD2: #cores=478, #unrelaxed=325, #relaxed=1638, #hardened=0
4.09/4.12	c BCD2: #sat=1 #unsat=802 bias=802/803
4.09/4.13	c Solving starts ...
4.09/4.13	c ============================[ Search Statistics ]============================
4.09/4.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.13	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.13	c =============================================================================
4.09/4.13	c  0.0s |       0 |        0 |        0 |     1987      0 |      323 |      905
4.09/4.13	c  0.0s |       0 |      643 |        0 |     1987      0 |      323 |      905
4.09/4.13	c #cpu_time = 0.003s
4.09/4.13	c #wall_clock_time = 0.003s
4.09/4.13	c #decision = 643
4.09/4.13	c #random_decision = 0
4.09/4.13	c #conflict = 0
4.09/4.13	c #restart = 0
4.09/4.13	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.13	c lower bound updated to 802
4.09/4.13	c BCD2: 802 <= obj <= 1962
4.09/4.13	c BCD2: #cores=479, #unrelaxed=323, #relaxed=1640, #hardened=0
4.09/4.13	c BCD2: #sat=1 #unsat=803 bias=803/804
4.09/4.13	c Solving starts ...
4.09/4.13	c ============================[ Search Statistics ]============================
4.09/4.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.13	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.13	c =============================================================================
4.09/4.13	c  0.0s |       0 |        0 |        0 |     1987      0 |      323 |      906
4.09/4.14	c  0.0s |       0 |      645 |        0 |     1987      0 |      323 |      906
4.09/4.14	c #cpu_time = 0.003s
4.09/4.14	c #wall_clock_time = 0.003s
4.09/4.14	c #decision = 645
4.09/4.14	c #random_decision = 0
4.09/4.14	c #conflict = 0
4.09/4.14	c #restart = 0
4.09/4.14	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.14	c lower bound updated to 803
4.09/4.14	c BCD2: 803 <= obj <= 1962
4.09/4.14	c BCD2: #cores=480, #unrelaxed=321, #relaxed=1642, #hardened=0
4.09/4.14	c BCD2: #sat=1 #unsat=804 bias=804/805
4.09/4.14	c Solving starts ...
4.09/4.14	c ============================[ Search Statistics ]============================
4.09/4.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.14	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.14	c =============================================================================
4.09/4.14	c  0.0s |       0 |        0 |        0 |     1987      0 |      323 |      907
4.09/4.14	c  0.0s |       0 |      645 |        0 |     1987      0 |      323 |      907
4.09/4.14	c #cpu_time = 0.003s
4.09/4.14	c #wall_clock_time = 0.003s
4.09/4.14	c #decision = 645
4.09/4.14	c #random_decision = 0
4.09/4.14	c #conflict = 0
4.09/4.14	c #restart = 0
4.09/4.14	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.14	c lower bound updated to 804
4.09/4.14	c BCD2: 804 <= obj <= 1962
4.09/4.14	c BCD2: #cores=481, #unrelaxed=319, #relaxed=1644, #hardened=0
4.09/4.14	c BCD2: #sat=1 #unsat=805 bias=805/806
4.09/4.14	c Solving starts ...
4.09/4.14	c ============================[ Search Statistics ]============================
4.09/4.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.14	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.14	c =============================================================================
4.09/4.14	c  0.0s |       0 |        0 |        0 |     1987      0 |      323 |      908
4.09/4.15	c  0.0s |       0 |      645 |        0 |     1987      0 |      323 |      908
4.09/4.15	c #cpu_time = 0.003s
4.09/4.15	c #wall_clock_time = 0.003s
4.09/4.15	c #decision = 645
4.09/4.15	c #random_decision = 0
4.09/4.15	c #conflict = 0
4.09/4.15	c #restart = 0
4.09/4.15	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.09/4.15	c lower bound updated to 805
4.09/4.15	c BCD2: 805 <= obj <= 1962
4.09/4.15	c BCD2: #cores=481, #unrelaxed=317, #relaxed=1646, #hardened=0
4.09/4.15	c BCD2: #sat=1 #unsat=806 bias=806/807
4.09/4.15	c Solving starts ...
4.09/4.15	c ============================[ Search Statistics ]============================
4.09/4.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.15	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.15	c =============================================================================
4.09/4.15	c  0.0s |       0 |        0 |        0 |     1987      0 |      324 |      908
4.09/4.15	c  0.0s |       0 |      647 |        0 |     1987      0 |      324 |      909
4.09/4.15	c #cpu_time = 0.003s
4.09/4.15	c #wall_clock_time = 0.003s
4.09/4.15	c #decision = 647
4.09/4.15	c #random_decision = 0
4.09/4.15	c #conflict = 0
4.09/4.15	c #restart = 0
4.09/4.15	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.09/4.15	c lower bound updated to 806
4.09/4.16	c BCD2: 806 <= obj <= 1962
4.09/4.16	c BCD2: #cores=481, #unrelaxed=315, #relaxed=1648, #hardened=0
4.09/4.16	c BCD2: #sat=1 #unsat=807 bias=807/808
4.09/4.16	c Solving starts ...
4.09/4.16	c ============================[ Search Statistics ]============================
4.09/4.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.16	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.16	c =============================================================================
4.09/4.16	c  0.0s |       0 |        0 |        0 |     1987      0 |      325 |      909
4.09/4.16	c  0.0s |       0 |      646 |        0 |     1987      0 |      325 |      910
4.09/4.16	c #cpu_time = 0.003s
4.09/4.16	c #wall_clock_time = 0.003s
4.09/4.16	c #decision = 646
4.09/4.16	c #random_decision = 0
4.09/4.16	c #conflict = 0
4.09/4.16	c #restart = 0
4.09/4.16	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.09/4.16	c lower bound updated to 807
4.09/4.16	c BCD2: 807 <= obj <= 1962
4.09/4.16	c BCD2: #cores=481, #unrelaxed=313, #relaxed=1650, #hardened=0
4.09/4.16	c BCD2: #sat=1 #unsat=808 bias=808/809
4.09/4.16	c Solving starts ...
4.09/4.16	c ============================[ Search Statistics ]============================
4.09/4.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.16	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.16	c =============================================================================
4.09/4.16	c  0.0s |       0 |        0 |        0 |     1987      0 |      326 |      910
4.09/4.17	c  0.0s |       0 |      645 |        0 |     1987      0 |      326 |      911
4.09/4.17	c #cpu_time = 0.003s
4.09/4.17	c #wall_clock_time = 0.003s
4.09/4.17	c #decision = 645
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 0
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.17	c lower bound updated to 808
4.09/4.17	c BCD2: 808 <= obj <= 1962
4.09/4.17	c BCD2: #cores=482, #unrelaxed=311, #relaxed=1652, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=809 bias=809/810
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |     1987      0 |      326 |      912
4.09/4.17	c  0.0s |       0 |      645 |        0 |     1987      0 |      326 |      912
4.09/4.17	c #cpu_time = 0.003s
4.09/4.17	c #wall_clock_time = 0.003s
4.09/4.17	c #decision = 645
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 0
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.09/4.17	c lower bound updated to 809
4.09/4.17	c BCD2: 809 <= obj <= 1962
4.09/4.17	c BCD2: #cores=482, #unrelaxed=309, #relaxed=1654, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=810 bias=810/811
4.09/4.18	c Solving starts ...
4.09/4.18	c ============================[ Search Statistics ]============================
4.09/4.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.18	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.18	c =============================================================================
4.09/4.18	c  0.0s |       0 |        0 |        0 |     1987      0 |      327 |      912
4.09/4.18	c  0.0s |       0 |      644 |        0 |     1987      0 |      327 |      913
4.09/4.18	c #cpu_time = 0.003s
4.09/4.18	c #wall_clock_time = 0.003s
4.09/4.18	c #decision = 644
4.09/4.18	c #random_decision = 0
4.09/4.18	c #conflict = 0
4.09/4.18	c #restart = 0
4.09/4.18	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.18	c lower bound updated to 810
4.09/4.18	c BCD2: 810 <= obj <= 1962
4.09/4.18	c BCD2: #cores=483, #unrelaxed=307, #relaxed=1656, #hardened=0
4.09/4.18	c BCD2: #sat=1 #unsat=811 bias=811/812
4.09/4.18	c Solving starts ...
4.09/4.18	c ============================[ Search Statistics ]============================
4.09/4.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.18	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.18	c =============================================================================
4.09/4.18	c  0.0s |       0 |        0 |        0 |     1987      0 |      327 |      914
4.09/4.19	c  0.0s |       0 |      644 |        0 |     1987      0 |      327 |      914
4.09/4.19	c #cpu_time = 0.003s
4.09/4.19	c #wall_clock_time = 0.003s
4.09/4.19	c #decision = 644
4.09/4.19	c #random_decision = 0
4.09/4.19	c #conflict = 0
4.09/4.19	c #restart = 0
4.09/4.19	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.19	c lower bound updated to 811
4.09/4.19	c BCD2: 811 <= obj <= 1962
4.09/4.19	c BCD2: #cores=484, #unrelaxed=305, #relaxed=1658, #hardened=0
4.09/4.19	c BCD2: #sat=1 #unsat=812 bias=812/813
4.09/4.19	c Solving starts ...
4.09/4.19	c ============================[ Search Statistics ]============================
4.09/4.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.19	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.19	c =============================================================================
4.09/4.19	c  0.0s |       0 |        0 |        0 |     1987      0 |      327 |      915
4.09/4.19	c  0.0s |       0 |      644 |        0 |     1987      0 |      327 |      915
4.09/4.19	c #cpu_time = 0.003s
4.09/4.19	c #wall_clock_time = 0.003s
4.09/4.19	c #decision = 644
4.09/4.19	c #random_decision = 0
4.09/4.19	c #conflict = 0
4.09/4.19	c #restart = 0
4.09/4.19	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.09/4.19	c lower bound updated to 812
4.09/4.19	c BCD2: 812 <= obj <= 1962
4.09/4.19	c BCD2: #cores=484, #unrelaxed=303, #relaxed=1660, #hardened=0
4.09/4.19	c BCD2: #sat=1 #unsat=813 bias=813/814
4.09/4.20	c Solving starts ...
4.09/4.20	c ============================[ Search Statistics ]============================
4.09/4.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.20	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.20	c =============================================================================
4.09/4.20	c  0.0s |       0 |        0 |        0 |     1987      0 |      328 |      915
4.19/4.20	c  0.0s |       0 |      643 |        0 |     1987      0 |      328 |      916
4.19/4.20	c #cpu_time = 0.003s
4.19/4.20	c #wall_clock_time = 0.003s
4.19/4.20	c #decision = 643
4.19/4.20	c #random_decision = 0
4.19/4.20	c #conflict = 0
4.19/4.20	c #restart = 0
4.19/4.20	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.19/4.20	c lower bound updated to 813
4.19/4.20	c BCD2: 813 <= obj <= 1962
4.19/4.20	c BCD2: #cores=484, #unrelaxed=301, #relaxed=1662, #hardened=0
4.19/4.20	c BCD2: #sat=1 #unsat=814 bias=814/815
4.19/4.20	c Solving starts ...
4.19/4.20	c ============================[ Search Statistics ]============================
4.19/4.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.20	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.20	c =============================================================================
4.19/4.20	c  0.0s |       0 |        0 |        0 |     1987      0 |      329 |      916
4.19/4.21	c  0.0s |       0 |      642 |        0 |     1987      0 |      329 |      917
4.19/4.21	c #cpu_time = 0.004s
4.19/4.21	c #wall_clock_time = 0.004s
4.19/4.21	c #decision = 642
4.19/4.21	c #random_decision = 0
4.19/4.21	c #conflict = 0
4.19/4.21	c #restart = 0
4.19/4.21	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.21	c lower bound updated to 814
4.19/4.21	c BCD2: 814 <= obj <= 1962
4.19/4.21	c BCD2: #cores=485, #unrelaxed=299, #relaxed=1664, #hardened=0
4.19/4.21	c BCD2: #sat=1 #unsat=815 bias=815/816
4.19/4.21	c Solving starts ...
4.19/4.21	c ============================[ Search Statistics ]============================
4.19/4.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.21	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.21	c =============================================================================
4.19/4.21	c  0.0s |       0 |        0 |        0 |     1987      0 |      329 |      918
4.19/4.21	c  0.0s |       0 |      642 |        0 |     1987      0 |      329 |      918
4.19/4.21	c #cpu_time = 0.003s
4.19/4.21	c #wall_clock_time = 0.003s
4.19/4.21	c #decision = 642
4.19/4.21	c #random_decision = 0
4.19/4.21	c #conflict = 0
4.19/4.21	c #restart = 0
4.19/4.21	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.21	c lower bound updated to 815
4.19/4.21	c BCD2: 815 <= obj <= 1962
4.19/4.21	c BCD2: #cores=486, #unrelaxed=297, #relaxed=1666, #hardened=0
4.19/4.21	c BCD2: #sat=1 #unsat=816 bias=816/817
4.19/4.21	c Solving starts ...
4.19/4.21	c ============================[ Search Statistics ]============================
4.19/4.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.21	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.21	c =============================================================================
4.19/4.21	c  0.0s |       0 |        0 |        0 |     1987      0 |      329 |      919
4.19/4.22	c  0.0s |       0 |      644 |        0 |     1987      0 |      329 |      919
4.19/4.22	c #cpu_time = 0.003s
4.19/4.22	c #wall_clock_time = 0.003s
4.19/4.22	c #decision = 644
4.19/4.22	c #random_decision = 0
4.19/4.22	c #conflict = 0
4.19/4.22	c #restart = 0
4.19/4.22	c BCD2: relaxing 2 and merging with 5 cores into a new core of size 12: cost of the new core is >=6
4.19/4.22	c lower bound updated to 816
4.19/4.22	c BCD2: 816 <= obj <= 1962
4.19/4.22	c BCD2: #cores=482, #unrelaxed=295, #relaxed=1668, #hardened=0
4.19/4.22	c BCD2: #sat=1 #unsat=817 bias=817/818
4.19/4.22	c Solving starts ...
4.19/4.22	c ============================[ Search Statistics ]============================
4.19/4.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.22	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.22	c =============================================================================
4.19/4.22	c  0.0s |       0 |        0 |        0 |     1987      0 |      334 |      919
4.19/4.22	c  0.0s |       0 |      639 |        0 |     1987      0 |      334 |      924
4.19/4.22	c #cpu_time = 0.003s
4.19/4.22	c #wall_clock_time = 0.003s
4.19/4.22	c #decision = 639
4.19/4.22	c #random_decision = 0
4.19/4.22	c #conflict = 0
4.19/4.22	c #restart = 0
4.19/4.22	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.19/4.22	c lower bound updated to 817
4.19/4.23	c BCD2: 817 <= obj <= 1962
4.19/4.23	c BCD2: #cores=482, #unrelaxed=293, #relaxed=1670, #hardened=0
4.19/4.23	c BCD2: #sat=1 #unsat=818 bias=818/819
4.19/4.23	c Solving starts ...
4.19/4.23	c ============================[ Search Statistics ]============================
4.19/4.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.23	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.23	c =============================================================================
4.19/4.23	c  0.0s |       0 |        0 |        0 |     1987      0 |      335 |      924
4.19/4.23	c  0.0s |       0 |      638 |        0 |     1987      0 |      335 |      925
4.19/4.23	c #cpu_time = 0.003s
4.19/4.23	c #wall_clock_time = 0.003s
4.19/4.23	c #decision = 638
4.19/4.23	c #random_decision = 0
4.19/4.23	c #conflict = 0
4.19/4.23	c #restart = 0
4.19/4.23	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.19/4.23	c lower bound updated to 818
4.19/4.23	c BCD2: 818 <= obj <= 1962
4.19/4.23	c BCD2: #cores=482, #unrelaxed=291, #relaxed=1672, #hardened=0
4.19/4.23	c BCD2: #sat=1 #unsat=819 bias=819/820
4.19/4.23	c Solving starts ...
4.19/4.23	c ============================[ Search Statistics ]============================
4.19/4.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.23	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.23	c =============================================================================
4.19/4.23	c  0.0s |       0 |        0 |        0 |     1987      0 |      336 |      925
4.19/4.24	c  0.0s |       0 |      637 |        0 |     1987      0 |      336 |      926
4.19/4.24	c #cpu_time = 0.003s
4.19/4.24	c #wall_clock_time = 0.003s
4.19/4.24	c #decision = 637
4.19/4.24	c #random_decision = 0
4.19/4.24	c #conflict = 0
4.19/4.24	c #restart = 0
4.19/4.24	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.24	c lower bound updated to 819
4.19/4.24	c BCD2: 819 <= obj <= 1962
4.19/4.24	c BCD2: #cores=483, #unrelaxed=289, #relaxed=1674, #hardened=0
4.19/4.24	c BCD2: #sat=1 #unsat=820 bias=820/821
4.19/4.24	c Solving starts ...
4.19/4.24	c ============================[ Search Statistics ]============================
4.19/4.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.24	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.24	c =============================================================================
4.19/4.24	c  0.0s |       0 |        0 |        0 |     1987      0 |      336 |      927
4.19/4.24	c  0.0s |       0 |      639 |        0 |     1987      0 |      336 |      927
4.19/4.24	c #cpu_time = 0.003s
4.19/4.24	c #wall_clock_time = 0.003s
4.19/4.24	c #decision = 639
4.19/4.24	c #random_decision = 0
4.19/4.24	c #conflict = 0
4.19/4.24	c #restart = 0
4.19/4.24	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.19/4.24	c lower bound updated to 820
4.19/4.25	c BCD2: 820 <= obj <= 1962
4.19/4.25	c BCD2: #cores=483, #unrelaxed=287, #relaxed=1676, #hardened=0
4.19/4.25	c BCD2: #sat=1 #unsat=821 bias=821/822
4.19/4.25	c Solving starts ...
4.19/4.25	c ============================[ Search Statistics ]============================
4.19/4.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.25	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.25	c =============================================================================
4.19/4.25	c  0.0s |       0 |        0 |        0 |     1987      0 |      337 |      927
4.19/4.25	c  0.0s |       0 |      638 |        0 |     1987      0 |      337 |      928
4.19/4.25	c #cpu_time = 0.003s
4.19/4.25	c #wall_clock_time = 0.003s
4.19/4.25	c #decision = 638
4.19/4.25	c #random_decision = 0
4.19/4.25	c #conflict = 0
4.19/4.25	c #restart = 0
4.19/4.25	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.25	c lower bound updated to 821
4.19/4.25	c BCD2: 821 <= obj <= 1962
4.19/4.25	c BCD2: #cores=484, #unrelaxed=285, #relaxed=1678, #hardened=0
4.19/4.25	c BCD2: #sat=1 #unsat=822 bias=822/823
4.19/4.25	c Solving starts ...
4.19/4.25	c ============================[ Search Statistics ]============================
4.19/4.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.25	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.25	c =============================================================================
4.19/4.25	c  0.0s |       0 |        0 |        0 |     1987      0 |      337 |      929
4.19/4.26	c  0.0s |       0 |      638 |        0 |     1987      0 |      337 |      929
4.19/4.26	c #cpu_time = 0.003s
4.19/4.26	c #wall_clock_time = 0.003s
4.19/4.26	c #decision = 638
4.19/4.26	c #random_decision = 0
4.19/4.26	c #conflict = 0
4.19/4.26	c #restart = 0
4.19/4.26	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.19/4.26	c lower bound updated to 822
4.19/4.26	c BCD2: 822 <= obj <= 1962
4.19/4.26	c BCD2: #cores=484, #unrelaxed=283, #relaxed=1680, #hardened=0
4.19/4.26	c BCD2: #sat=1 #unsat=823 bias=823/824
4.19/4.26	c Solving starts ...
4.19/4.26	c ============================[ Search Statistics ]============================
4.19/4.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.26	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.26	c =============================================================================
4.19/4.26	c  0.0s |       0 |        0 |        0 |     1987      0 |      338 |      929
4.19/4.26	c  0.0s |       0 |      637 |        0 |     1987      0 |      338 |      930
4.19/4.26	c #cpu_time = 0.003s
4.19/4.26	c #wall_clock_time = 0.003s
4.19/4.26	c #decision = 637
4.19/4.26	c #random_decision = 0
4.19/4.26	c #conflict = 0
4.19/4.26	c #restart = 0
4.19/4.26	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.26	c lower bound updated to 823
4.19/4.26	c BCD2: 823 <= obj <= 1962
4.19/4.26	c BCD2: #cores=485, #unrelaxed=281, #relaxed=1682, #hardened=0
4.19/4.26	c BCD2: #sat=1 #unsat=824 bias=824/825
4.19/4.27	c Solving starts ...
4.19/4.27	c ============================[ Search Statistics ]============================
4.19/4.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.27	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.27	c =============================================================================
4.19/4.27	c  0.0s |       0 |        0 |        0 |     1987      0 |      338 |      931
4.19/4.27	c  0.0s |       0 |      640 |        0 |     1987      0 |      338 |      931
4.19/4.27	c #cpu_time = 0.003s
4.19/4.27	c #wall_clock_time = 0.003s
4.19/4.27	c #decision = 640
4.19/4.27	c #random_decision = 0
4.19/4.27	c #conflict = 0
4.19/4.27	c #restart = 0
4.19/4.27	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.19/4.27	c lower bound updated to 824
4.19/4.27	c BCD2: 824 <= obj <= 1962
4.19/4.27	c BCD2: #cores=485, #unrelaxed=279, #relaxed=1684, #hardened=0
4.19/4.27	c BCD2: #sat=1 #unsat=825 bias=825/826
4.19/4.27	c Solving starts ...
4.19/4.27	c ============================[ Search Statistics ]============================
4.19/4.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.27	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.27	c =============================================================================
4.19/4.27	c  0.0s |       0 |        0 |        0 |     1987      0 |      339 |      931
4.19/4.28	c  0.0s |       0 |      640 |        0 |     1987      0 |      339 |      932
4.19/4.28	c #cpu_time = 0.003s
4.19/4.28	c #wall_clock_time = 0.003s
4.19/4.28	c #decision = 640
4.19/4.28	c #random_decision = 0
4.19/4.28	c #conflict = 0
4.19/4.28	c #restart = 0
4.19/4.28	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.28	c lower bound updated to 825
4.19/4.28	c BCD2: 825 <= obj <= 1962
4.19/4.28	c BCD2: #cores=486, #unrelaxed=277, #relaxed=1686, #hardened=0
4.19/4.28	c BCD2: #sat=1 #unsat=826 bias=826/827
4.19/4.28	c Solving starts ...
4.19/4.28	c ============================[ Search Statistics ]============================
4.19/4.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.28	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.28	c =============================================================================
4.19/4.28	c  0.0s |       0 |        0 |        0 |     1987      0 |      339 |      933
4.19/4.28	c  0.0s |       0 |      643 |        0 |     1987      0 |      339 |      933
4.19/4.28	c #cpu_time = 0.003s
4.19/4.28	c #wall_clock_time = 0.003s
4.19/4.28	c #decision = 643
4.19/4.28	c #random_decision = 0
4.19/4.28	c #conflict = 0
4.19/4.28	c #restart = 0
4.19/4.28	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.19/4.28	c lower bound updated to 826
4.19/4.28	c BCD2: 826 <= obj <= 1962
4.19/4.28	c BCD2: #cores=486, #unrelaxed=275, #relaxed=1688, #hardened=0
4.19/4.28	c BCD2: #sat=1 #unsat=827 bias=827/828
4.19/4.28	c Solving starts ...
4.19/4.28	c ============================[ Search Statistics ]============================
4.19/4.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.28	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.28	c =============================================================================
4.19/4.28	c  0.0s |       0 |        0 |        0 |     1987      0 |      340 |      933
4.19/4.29	c  0.0s |       0 |      642 |        0 |     1987      0 |      340 |      934
4.19/4.29	c #cpu_time = 0.003s
4.19/4.29	c #wall_clock_time = 0.003s
4.19/4.29	c #decision = 642
4.19/4.29	c #random_decision = 0
4.19/4.29	c #conflict = 0
4.19/4.29	c #restart = 0
4.19/4.29	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.29	c lower bound updated to 827
4.19/4.29	c BCD2: 827 <= obj <= 1962
4.19/4.29	c BCD2: #cores=487, #unrelaxed=273, #relaxed=1690, #hardened=0
4.19/4.29	c BCD2: #sat=1 #unsat=828 bias=828/829
4.19/4.29	c Solving starts ...
4.19/4.29	c ============================[ Search Statistics ]============================
4.19/4.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.29	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.29	c =============================================================================
4.19/4.29	c  0.0s |       0 |        0 |        0 |     1987      0 |      340 |      935
4.19/4.30	c  0.0s |       0 |      644 |        0 |     1987      0 |      340 |      935
4.19/4.30	c #cpu_time = 0.003s
4.19/4.30	c #wall_clock_time = 0.003s
4.19/4.30	c #decision = 644
4.19/4.30	c #random_decision = 0
4.19/4.30	c #conflict = 0
4.19/4.30	c #restart = 0
4.19/4.30	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.30	c lower bound updated to 828
4.29/4.30	c BCD2: 828 <= obj <= 1962
4.29/4.30	c BCD2: #cores=488, #unrelaxed=271, #relaxed=1692, #hardened=0
4.29/4.30	c BCD2: #sat=1 #unsat=829 bias=829/830
4.29/4.30	c Solving starts ...
4.29/4.30	c ============================[ Search Statistics ]============================
4.29/4.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.30	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.30	c =============================================================================
4.29/4.30	c  0.0s |       0 |        0 |        0 |     1987      0 |      340 |      936
4.29/4.30	c  0.0s |       0 |      645 |        0 |     1987      0 |      340 |      936
4.29/4.30	c #cpu_time = 0.003s
4.29/4.30	c #wall_clock_time = 0.003s
4.29/4.30	c #decision = 645
4.29/4.30	c #random_decision = 0
4.29/4.30	c #conflict = 0
4.29/4.30	c #restart = 0
4.29/4.30	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.30	c lower bound updated to 829
4.29/4.30	c BCD2: 829 <= obj <= 1962
4.29/4.30	c BCD2: #cores=489, #unrelaxed=269, #relaxed=1694, #hardened=0
4.29/4.30	c BCD2: #sat=1 #unsat=830 bias=830/831
4.29/4.30	c Solving starts ...
4.29/4.30	c ============================[ Search Statistics ]============================
4.29/4.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.30	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.30	c =============================================================================
4.29/4.30	c  0.0s |       0 |        0 |        0 |     1987      0 |      340 |      937
4.29/4.31	c  0.0s |       0 |      646 |        0 |     1987      0 |      340 |      937
4.29/4.31	c #cpu_time = 0.003s
4.29/4.31	c #wall_clock_time = 0.003s
4.29/4.31	c #decision = 646
4.29/4.31	c #random_decision = 0
4.29/4.31	c #conflict = 0
4.29/4.31	c #restart = 0
4.29/4.31	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.29/4.31	c lower bound updated to 830
4.29/4.31	c BCD2: 830 <= obj <= 1962
4.29/4.31	c BCD2: #cores=489, #unrelaxed=267, #relaxed=1696, #hardened=0
4.29/4.31	c BCD2: #sat=1 #unsat=831 bias=831/832
4.29/4.31	c Solving starts ...
4.29/4.31	c ============================[ Search Statistics ]============================
4.29/4.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.31	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.31	c =============================================================================
4.29/4.31	c  0.0s |       0 |        0 |        0 |     1987      0 |      341 |      937
4.29/4.31	c  0.0s |       0 |      646 |        0 |     1987      0 |      341 |      938
4.29/4.31	c #cpu_time = 0.004s
4.29/4.31	c #wall_clock_time = 0.004s
4.29/4.31	c #decision = 646
4.29/4.31	c #random_decision = 0
4.29/4.31	c #conflict = 0
4.29/4.31	c #restart = 0
4.29/4.31	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.31	c lower bound updated to 831
4.29/4.32	c BCD2: 831 <= obj <= 1962
4.29/4.32	c BCD2: #cores=490, #unrelaxed=265, #relaxed=1698, #hardened=0
4.29/4.32	c BCD2: #sat=1 #unsat=832 bias=832/833
4.29/4.32	c Solving starts ...
4.29/4.32	c ============================[ Search Statistics ]============================
4.29/4.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.32	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.32	c =============================================================================
4.29/4.32	c  0.0s |       0 |        0 |        0 |     1987      0 |      341 |      939
4.29/4.32	c  0.0s |       0 |      646 |        0 |     1987      0 |      341 |      939
4.29/4.32	c #cpu_time = 0.003s
4.29/4.32	c #wall_clock_time = 0.003s
4.29/4.32	c #decision = 646
4.29/4.32	c #random_decision = 0
4.29/4.32	c #conflict = 0
4.29/4.32	c #restart = 0
4.29/4.32	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.29/4.32	c lower bound updated to 832
4.29/4.32	c BCD2: 832 <= obj <= 1962
4.29/4.32	c BCD2: #cores=490, #unrelaxed=263, #relaxed=1700, #hardened=0
4.29/4.32	c BCD2: #sat=1 #unsat=833 bias=833/834
4.29/4.32	c Solving starts ...
4.29/4.32	c ============================[ Search Statistics ]============================
4.29/4.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.32	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.32	c =============================================================================
4.29/4.32	c  0.0s |       0 |        0 |        0 |     1987      0 |      342 |      939
4.29/4.33	c  0.0s |       0 |      648 |        0 |     1987      0 |      342 |      940
4.29/4.33	c #cpu_time = 0.003s
4.29/4.33	c #wall_clock_time = 0.003s
4.29/4.33	c #decision = 648
4.29/4.33	c #random_decision = 0
4.29/4.33	c #conflict = 0
4.29/4.33	c #restart = 0
4.29/4.33	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.33	c lower bound updated to 833
4.29/4.33	c BCD2: 833 <= obj <= 1962
4.29/4.33	c BCD2: #cores=491, #unrelaxed=261, #relaxed=1702, #hardened=0
4.29/4.33	c BCD2: #sat=1 #unsat=834 bias=834/835
4.29/4.33	c Solving starts ...
4.29/4.33	c ============================[ Search Statistics ]============================
4.29/4.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.33	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.33	c =============================================================================
4.29/4.33	c  0.0s |       0 |        0 |        0 |     1987      0 |      342 |      941
4.29/4.33	c  0.0s |       0 |      648 |        0 |     1987      0 |      342 |      941
4.29/4.33	c #cpu_time = 0.003s
4.29/4.33	c #wall_clock_time = 0.003s
4.29/4.33	c #decision = 648
4.29/4.33	c #random_decision = 0
4.29/4.33	c #conflict = 0
4.29/4.33	c #restart = 0
4.29/4.33	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.29/4.33	c lower bound updated to 834
4.29/4.33	c BCD2: 834 <= obj <= 1962
4.29/4.33	c BCD2: #cores=491, #unrelaxed=259, #relaxed=1704, #hardened=0
4.29/4.34	c BCD2: #sat=1 #unsat=835 bias=835/836
4.29/4.34	c Solving starts ...
4.29/4.34	c ============================[ Search Statistics ]============================
4.29/4.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.34	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.34	c =============================================================================
4.29/4.34	c  0.0s |       0 |        0 |        0 |     1987      0 |      343 |      941
4.29/4.34	c  0.0s |       0 |      647 |        0 |     1987      0 |      343 |      942
4.29/4.34	c #cpu_time = 0.003s
4.29/4.34	c #wall_clock_time = 0.004s
4.29/4.34	c #decision = 647
4.29/4.34	c #random_decision = 0
4.29/4.34	c #conflict = 0
4.29/4.34	c #restart = 0
4.29/4.34	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.34	c lower bound updated to 835
4.29/4.34	c BCD2: 835 <= obj <= 1962
4.29/4.34	c BCD2: #cores=492, #unrelaxed=257, #relaxed=1706, #hardened=0
4.29/4.34	c BCD2: #sat=1 #unsat=836 bias=836/837
4.29/4.34	c Solving starts ...
4.29/4.34	c ============================[ Search Statistics ]============================
4.29/4.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.34	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.34	c =============================================================================
4.29/4.34	c  0.0s |       0 |        0 |        0 |     1987      0 |      343 |      943
4.29/4.35	c  0.0s |       0 |      647 |        0 |     1987      0 |      343 |      943
4.29/4.35	c #cpu_time = 0.003s
4.29/4.35	c #wall_clock_time = 0.003s
4.29/4.35	c #decision = 647
4.29/4.35	c #random_decision = 0
4.29/4.35	c #conflict = 0
4.29/4.35	c #restart = 0
4.29/4.35	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.35	c lower bound updated to 836
4.29/4.35	c BCD2: 836 <= obj <= 1962
4.29/4.35	c BCD2: #cores=493, #unrelaxed=255, #relaxed=1708, #hardened=0
4.29/4.35	c BCD2: #sat=1 #unsat=837 bias=837/838
4.29/4.35	c Solving starts ...
4.29/4.35	c ============================[ Search Statistics ]============================
4.29/4.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.35	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.35	c =============================================================================
4.29/4.35	c  0.0s |       0 |        0 |        0 |     1987      0 |      343 |      944
4.29/4.35	c  0.0s |       0 |      649 |        0 |     1987      0 |      343 |      944
4.29/4.35	c #cpu_time = 0.003s
4.29/4.35	c #wall_clock_time = 0.003s
4.29/4.35	c #decision = 649
4.29/4.35	c #random_decision = 0
4.29/4.35	c #conflict = 0
4.29/4.35	c #restart = 0
4.29/4.35	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.35	c lower bound updated to 837
4.29/4.35	c BCD2: 837 <= obj <= 1962
4.29/4.35	c BCD2: #cores=494, #unrelaxed=253, #relaxed=1710, #hardened=0
4.29/4.35	c BCD2: #sat=1 #unsat=838 bias=838/839
4.29/4.36	c Solving starts ...
4.29/4.36	c ============================[ Search Statistics ]============================
4.29/4.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.36	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.36	c =============================================================================
4.29/4.36	c  0.0s |       0 |        0 |        0 |     1987      0 |      343 |      945
4.29/4.36	c  0.0s |       0 |      650 |        0 |     1987      0 |      343 |      945
4.29/4.36	c #cpu_time = 0.003s
4.29/4.36	c #wall_clock_time = 0.003s
4.29/4.36	c #decision = 650
4.29/4.36	c #random_decision = 0
4.29/4.36	c #conflict = 0
4.29/4.36	c #restart = 0
4.29/4.36	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
4.29/4.36	c lower bound updated to 838
4.29/4.36	c BCD2: 838 <= obj <= 1962
4.29/4.36	c BCD2: #cores=493, #unrelaxed=251, #relaxed=1712, #hardened=0
4.29/4.36	c BCD2: #sat=1 #unsat=839 bias=839/840
4.29/4.36	c Solving starts ...
4.29/4.36	c ============================[ Search Statistics ]============================
4.29/4.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.36	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.36	c =============================================================================
4.29/4.36	c  0.0s |       0 |        0 |        0 |     1987      0 |      345 |      945
4.29/4.37	c  0.0s |       0 |      649 |        0 |     1987      0 |      345 |      947
4.29/4.37	c #cpu_time = 0.003s
4.29/4.37	c #wall_clock_time = 0.003s
4.29/4.37	c #decision = 649
4.29/4.37	c #random_decision = 0
4.29/4.37	c #conflict = 0
4.29/4.37	c #restart = 0
4.29/4.37	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.37	c lower bound updated to 839
4.29/4.37	c BCD2: 839 <= obj <= 1962
4.29/4.37	c BCD2: #cores=494, #unrelaxed=249, #relaxed=1714, #hardened=0
4.29/4.37	c BCD2: #sat=1 #unsat=840 bias=840/841
4.29/4.37	c Solving starts ...
4.29/4.37	c ============================[ Search Statistics ]============================
4.29/4.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.37	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.37	c =============================================================================
4.29/4.37	c  0.0s |       0 |        0 |        0 |     1987      0 |      345 |      948
4.29/4.37	c  0.0s |       0 |      651 |        0 |     1987      0 |      345 |      948
4.29/4.37	c #cpu_time = 0.003s
4.29/4.37	c #wall_clock_time = 0.003s
4.29/4.37	c #decision = 651
4.29/4.37	c #random_decision = 0
4.29/4.37	c #conflict = 0
4.29/4.37	c #restart = 0
4.29/4.37	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.29/4.37	c lower bound updated to 840
4.29/4.37	c BCD2: 840 <= obj <= 1962
4.29/4.37	c BCD2: #cores=494, #unrelaxed=247, #relaxed=1716, #hardened=0
4.29/4.37	c BCD2: #sat=1 #unsat=841 bias=841/842
4.29/4.37	c Solving starts ...
4.29/4.37	c ============================[ Search Statistics ]============================
4.29/4.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.37	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.37	c =============================================================================
4.29/4.38	c  0.0s |       0 |        0 |        0 |     1987      0 |      346 |      948
4.29/4.38	c  0.0s |       0 |      650 |        0 |     1987      0 |      346 |      949
4.29/4.38	c #cpu_time = 0.003s
4.29/4.38	c #wall_clock_time = 0.003s
4.29/4.38	c #decision = 650
4.29/4.38	c #random_decision = 0
4.29/4.38	c #conflict = 0
4.29/4.38	c #restart = 0
4.29/4.38	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.38	c lower bound updated to 841
4.29/4.38	c BCD2: 841 <= obj <= 1962
4.29/4.38	c BCD2: #cores=495, #unrelaxed=245, #relaxed=1718, #hardened=0
4.29/4.38	c BCD2: #sat=1 #unsat=842 bias=842/843
4.29/4.38	c Solving starts ...
4.29/4.38	c ============================[ Search Statistics ]============================
4.29/4.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.38	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.38	c =============================================================================
4.29/4.38	c  0.0s |       0 |        0 |        0 |     1987      0 |      346 |      950
4.29/4.39	c  0.0s |       0 |      653 |        0 |     1987      0 |      346 |      950
4.29/4.39	c #cpu_time = 0.003s
4.29/4.39	c #wall_clock_time = 0.003s
4.29/4.39	c #decision = 653
4.29/4.39	c #random_decision = 0
4.29/4.39	c #conflict = 0
4.29/4.39	c #restart = 0
4.29/4.39	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.39	c lower bound updated to 842
4.29/4.39	c BCD2: 842 <= obj <= 1962
4.29/4.39	c BCD2: #cores=496, #unrelaxed=243, #relaxed=1720, #hardened=0
4.29/4.39	c BCD2: #sat=1 #unsat=843 bias=843/844
4.29/4.39	c Solving starts ...
4.29/4.39	c ============================[ Search Statistics ]============================
4.29/4.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.39	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.39	c =============================================================================
4.29/4.39	c  0.0s |       0 |        0 |        0 |     1987      0 |      346 |      951
4.29/4.39	c  0.0s |       0 |      653 |        0 |     1987      0 |      346 |      951
4.29/4.39	c #cpu_time = 0.003s
4.29/4.39	c #wall_clock_time = 0.003s
4.29/4.39	c #decision = 653
4.29/4.39	c #random_decision = 0
4.29/4.39	c #conflict = 0
4.29/4.39	c #restart = 0
4.29/4.39	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.29/4.39	c lower bound updated to 843
4.29/4.39	c BCD2: 843 <= obj <= 1962
4.29/4.39	c BCD2: #cores=496, #unrelaxed=241, #relaxed=1722, #hardened=0
4.29/4.39	c BCD2: #sat=1 #unsat=844 bias=844/845
4.29/4.39	c Solving starts ...
4.29/4.39	c ============================[ Search Statistics ]============================
4.29/4.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.39	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.39	c =============================================================================
4.29/4.39	c  0.0s |       0 |        0 |        0 |     1987      0 |      347 |      951
4.29/4.40	c  0.0s |       0 |      813 |        1 |     1987      0 |      347 |      952
4.29/4.40	c #cpu_time = 0.004s
4.29/4.40	c #wall_clock_time = 0.004s
4.29/4.40	c #decision = 813
4.29/4.40	c #random_decision = 0
4.29/4.40	c #conflict = 1
4.29/4.40	c #restart = 0
4.29/4.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
4.29/4.40	c lower bound updated to 844
4.29/4.40	c BCD2: 844 <= obj <= 1962
4.29/4.40	c BCD2: #cores=496, #unrelaxed=240, #relaxed=1723, #hardened=0
4.29/4.40	c BCD2: #sat=1 #unsat=845 bias=845/846
4.29/4.40	c Solving starts ...
4.29/4.40	c ============================[ Search Statistics ]============================
4.29/4.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.40	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.40	c =============================================================================
4.29/4.40	c  0.0s |       0 |        0 |        0 |     1987      0 |      348 |      952
4.29/4.41	c  0.0s |       0 |      654 |        0 |     1987      0 |      348 |      953
4.29/4.41	c #cpu_time = 0.003s
4.29/4.41	c #wall_clock_time = 0.003s
4.29/4.41	c #decision = 654
4.29/4.41	c #random_decision = 0
4.29/4.41	c #conflict = 0
4.39/4.41	c #restart = 0
4.39/4.41	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.41	c lower bound updated to 845
4.39/4.41	c BCD2: 845 <= obj <= 1962
4.39/4.41	c BCD2: #cores=497, #unrelaxed=238, #relaxed=1725, #hardened=0
4.39/4.41	c BCD2: #sat=1 #unsat=846 bias=846/847
4.39/4.41	c Solving starts ...
4.39/4.41	c ============================[ Search Statistics ]============================
4.39/4.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.41	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.41	c =============================================================================
4.39/4.41	c  0.0s |       0 |        0 |        0 |     1987      0 |      348 |      954
4.39/4.41	c  0.0s |       0 |      654 |        0 |     1987      0 |      348 |      954
4.39/4.41	c #cpu_time = 0.003s
4.39/4.41	c #wall_clock_time = 0.003s
4.39/4.41	c #decision = 654
4.39/4.41	c #random_decision = 0
4.39/4.41	c #conflict = 0
4.39/4.41	c #restart = 0
4.39/4.41	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.41	c lower bound updated to 846
4.39/4.41	c BCD2: 846 <= obj <= 1962
4.39/4.41	c BCD2: #cores=498, #unrelaxed=236, #relaxed=1727, #hardened=0
4.39/4.41	c BCD2: #sat=1 #unsat=847 bias=847/848
4.39/4.42	c Solving starts ...
4.39/4.42	c ============================[ Search Statistics ]============================
4.39/4.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.42	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.42	c =============================================================================
4.39/4.42	c  0.0s |       0 |        0 |        0 |     1987      0 |      348 |      955
4.39/4.42	c  0.0s |       0 |      654 |        0 |     1987      0 |      348 |      955
4.39/4.42	c #cpu_time = 0.003s
4.39/4.42	c #wall_clock_time = 0.003s
4.39/4.42	c #decision = 654
4.39/4.42	c #random_decision = 0
4.39/4.42	c #conflict = 0
4.39/4.42	c #restart = 0
4.39/4.42	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.42	c lower bound updated to 847
4.39/4.42	c BCD2: 847 <= obj <= 1962
4.39/4.42	c BCD2: #cores=499, #unrelaxed=234, #relaxed=1729, #hardened=0
4.39/4.42	c BCD2: #sat=1 #unsat=848 bias=848/849
4.39/4.42	c Solving starts ...
4.39/4.42	c ============================[ Search Statistics ]============================
4.39/4.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.42	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.42	c =============================================================================
4.39/4.42	c  0.0s |       0 |        0 |        0 |     1987      0 |      348 |      956
4.39/4.43	c  0.0s |       0 |      658 |        0 |     1987      0 |      348 |      956
4.39/4.43	c #cpu_time = 0.004s
4.39/4.43	c #wall_clock_time = 0.004s
4.39/4.43	c #decision = 658
4.39/4.43	c #random_decision = 0
4.39/4.43	c #conflict = 0
4.39/4.43	c #restart = 0
4.39/4.43	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.43	c lower bound updated to 848
4.39/4.43	c BCD2: 848 <= obj <= 1962
4.39/4.43	c BCD2: #cores=500, #unrelaxed=232, #relaxed=1731, #hardened=0
4.39/4.43	c BCD2: #sat=1 #unsat=849 bias=849/850
4.39/4.43	c Solving starts ...
4.39/4.43	c ============================[ Search Statistics ]============================
4.39/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.43	c =============================================================================
4.39/4.43	c  0.0s |       0 |        0 |        0 |     1987      0 |      348 |      957
4.39/4.43	c  0.0s |       0 |      659 |        0 |     1987      0 |      348 |      957
4.39/4.43	c #cpu_time = 0.003s
4.39/4.43	c #wall_clock_time = 0.003s
4.39/4.43	c #decision = 659
4.39/4.43	c #random_decision = 0
4.39/4.43	c #conflict = 0
4.39/4.43	c #restart = 0
4.39/4.43	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.39/4.43	c lower bound updated to 849
4.39/4.43	c BCD2: 849 <= obj <= 1962
4.39/4.43	c BCD2: #cores=500, #unrelaxed=230, #relaxed=1733, #hardened=0
4.39/4.43	c BCD2: #sat=1 #unsat=850 bias=850/851
4.39/4.43	c Solving starts ...
4.39/4.43	c ============================[ Search Statistics ]============================
4.39/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.43	c =============================================================================
4.39/4.43	c  0.0s |       0 |        0 |        0 |     1987      0 |      349 |      957
4.39/4.44	c  0.0s |       0 |      658 |        0 |     1987      0 |      349 |      958
4.39/4.44	c #cpu_time = 0.003s
4.39/4.44	c #wall_clock_time = 0.003s
4.39/4.44	c #decision = 658
4.39/4.44	c #random_decision = 0
4.39/4.44	c #conflict = 0
4.39/4.44	c #restart = 0
4.39/4.44	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.39/4.44	c lower bound updated to 850
4.39/4.44	c BCD2: 850 <= obj <= 1962
4.39/4.44	c BCD2: #cores=500, #unrelaxed=228, #relaxed=1735, #hardened=0
4.39/4.44	c BCD2: #sat=1 #unsat=851 bias=851/852
4.39/4.44	c Solving starts ...
4.39/4.44	c ============================[ Search Statistics ]============================
4.39/4.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.44	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.44	c =============================================================================
4.39/4.44	c  0.0s |       0 |        0 |        0 |     1987      0 |      350 |      958
4.39/4.44	c  0.0s |       0 |      657 |        0 |     1987      0 |      350 |      959
4.39/4.44	c #cpu_time = 0.003s
4.39/4.44	c #wall_clock_time = 0.004s
4.39/4.44	c #decision = 657
4.39/4.44	c #random_decision = 0
4.39/4.44	c #conflict = 0
4.39/4.44	c #restart = 0
4.39/4.44	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.44	c lower bound updated to 851
4.39/4.45	c BCD2: 851 <= obj <= 1962
4.39/4.45	c BCD2: #cores=501, #unrelaxed=226, #relaxed=1737, #hardened=0
4.39/4.45	c BCD2: #sat=1 #unsat=852 bias=852/853
4.39/4.45	c Solving starts ...
4.39/4.45	c ============================[ Search Statistics ]============================
4.39/4.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.45	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.45	c =============================================================================
4.39/4.45	c  0.0s |       0 |        0 |        0 |     1987      0 |      350 |      960
4.39/4.45	c  0.0s |       0 |      660 |        0 |     1987      0 |      350 |      960
4.39/4.45	c #cpu_time = 0.003s
4.39/4.45	c #wall_clock_time = 0.003s
4.39/4.45	c #decision = 660
4.39/4.45	c #random_decision = 0
4.39/4.45	c #conflict = 0
4.39/4.45	c #restart = 0
4.39/4.45	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.45	c lower bound updated to 852
4.39/4.45	c BCD2: 852 <= obj <= 1962
4.39/4.45	c BCD2: #cores=502, #unrelaxed=224, #relaxed=1739, #hardened=0
4.39/4.45	c BCD2: #sat=1 #unsat=853 bias=853/854
4.39/4.45	c Solving starts ...
4.39/4.45	c ============================[ Search Statistics ]============================
4.39/4.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.45	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.45	c =============================================================================
4.39/4.45	c  0.0s |       0 |        0 |        0 |     1987      0 |      350 |      961
4.39/4.46	c  0.0s |       0 |      660 |        0 |     1987      0 |      350 |      961
4.39/4.46	c #cpu_time = 0.003s
4.39/4.46	c #wall_clock_time = 0.003s
4.39/4.46	c #decision = 660
4.39/4.46	c #random_decision = 0
4.39/4.46	c #conflict = 0
4.39/4.46	c #restart = 0
4.39/4.46	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.46	c lower bound updated to 853
4.39/4.46	c BCD2: 853 <= obj <= 1962
4.39/4.46	c BCD2: #cores=503, #unrelaxed=222, #relaxed=1741, #hardened=0
4.39/4.46	c BCD2: #sat=1 #unsat=854 bias=854/855
4.39/4.46	c Solving starts ...
4.39/4.46	c ============================[ Search Statistics ]============================
4.39/4.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.46	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.46	c =============================================================================
4.39/4.46	c  0.0s |       0 |        0 |        0 |     1987      0 |      350 |      962
4.39/4.46	c  0.0s |       0 |      660 |        0 |     1987      0 |      350 |      962
4.39/4.46	c #cpu_time = 0.003s
4.39/4.46	c #wall_clock_time = 0.003s
4.39/4.46	c #decision = 660
4.39/4.46	c #random_decision = 0
4.39/4.46	c #conflict = 0
4.39/4.46	c #restart = 0
4.39/4.46	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.39/4.46	c lower bound updated to 854
4.39/4.47	c BCD2: 854 <= obj <= 1962
4.39/4.47	c BCD2: #cores=503, #unrelaxed=220, #relaxed=1743, #hardened=0
4.39/4.47	c BCD2: #sat=1 #unsat=855 bias=855/856
4.39/4.47	c Solving starts ...
4.39/4.47	c ============================[ Search Statistics ]============================
4.39/4.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.47	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.47	c =============================================================================
4.39/4.47	c  0.0s |       0 |        0 |        0 |     1987      0 |      351 |      962
4.39/4.47	c  0.0s |       0 |      661 |        0 |     1987      0 |      351 |      963
4.39/4.47	c #cpu_time = 0.004s
4.39/4.47	c #wall_clock_time = 0.004s
4.39/4.47	c #decision = 661
4.39/4.47	c #random_decision = 0
4.39/4.47	c #conflict = 0
4.39/4.47	c #restart = 0
4.39/4.47	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.47	c lower bound updated to 855
4.39/4.47	c BCD2: 855 <= obj <= 1962
4.39/4.47	c BCD2: #cores=504, #unrelaxed=218, #relaxed=1745, #hardened=0
4.39/4.47	c BCD2: #sat=1 #unsat=856 bias=856/857
4.39/4.47	c Solving starts ...
4.39/4.47	c ============================[ Search Statistics ]============================
4.39/4.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.47	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.47	c =============================================================================
4.39/4.47	c  0.0s |       0 |        0 |        0 |     1987      0 |      351 |      964
4.39/4.48	c  0.0s |       0 |      663 |        0 |     1987      0 |      351 |      964
4.39/4.48	c #cpu_time = 0.003s
4.39/4.48	c #wall_clock_time = 0.003s
4.39/4.48	c #decision = 663
4.39/4.48	c #random_decision = 0
4.39/4.48	c #conflict = 0
4.39/4.48	c #restart = 0
4.39/4.48	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.48	c lower bound updated to 856
4.39/4.48	c BCD2: 856 <= obj <= 1962
4.39/4.48	c BCD2: #cores=505, #unrelaxed=216, #relaxed=1747, #hardened=0
4.39/4.48	c BCD2: #sat=1 #unsat=857 bias=857/858
4.39/4.48	c Solving starts ...
4.39/4.48	c ============================[ Search Statistics ]============================
4.39/4.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.48	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.48	c =============================================================================
4.39/4.48	c  0.0s |       0 |        0 |        0 |     1987      0 |      351 |      965
4.39/4.48	c  0.0s |       0 |      663 |        0 |     1987      0 |      351 |      965
4.39/4.48	c #cpu_time = 0.003s
4.39/4.48	c #wall_clock_time = 0.003s
4.39/4.48	c #decision = 663
4.39/4.48	c #random_decision = 0
4.39/4.48	c #conflict = 0
4.39/4.48	c #restart = 0
4.39/4.48	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.39/4.48	c lower bound updated to 857
4.39/4.49	c BCD2: 857 <= obj <= 1962
4.39/4.49	c BCD2: #cores=505, #unrelaxed=214, #relaxed=1749, #hardened=0
4.39/4.49	c BCD2: #sat=1 #unsat=858 bias=858/859
4.39/4.49	c Solving starts ...
4.39/4.49	c ============================[ Search Statistics ]============================
4.39/4.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.49	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.49	c =============================================================================
4.39/4.49	c  0.0s |       0 |        0 |        0 |     1987      0 |      352 |      965
4.39/4.49	c  0.0s |       0 |      662 |        0 |     1987      0 |      352 |      966
4.39/4.49	c #cpu_time = 0.003s
4.39/4.49	c #wall_clock_time = 0.003s
4.39/4.49	c #decision = 662
4.39/4.49	c #random_decision = 0
4.39/4.49	c #conflict = 0
4.39/4.49	c #restart = 0
4.39/4.49	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.39/4.49	c lower bound updated to 858
4.39/4.49	c BCD2: 858 <= obj <= 1962
4.39/4.49	c BCD2: #cores=505, #unrelaxed=212, #relaxed=1751, #hardened=0
4.39/4.49	c BCD2: #sat=1 #unsat=859 bias=859/860
4.39/4.49	c Solving starts ...
4.39/4.49	c ============================[ Search Statistics ]============================
4.39/4.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.49	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.49	c =============================================================================
4.39/4.49	c  0.0s |       0 |        0 |        0 |     1987      0 |      353 |      966
4.39/4.50	c  0.0s |       0 |      661 |        0 |     1987      0 |      353 |      967
4.39/4.50	c #cpu_time = 0.003s
4.39/4.50	c #wall_clock_time = 0.003s
4.39/4.50	c #decision = 661
4.39/4.50	c #random_decision = 0
4.39/4.50	c #conflict = 0
4.39/4.50	c #restart = 0
4.39/4.50	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.50	c lower bound updated to 859
4.39/4.50	c BCD2: 859 <= obj <= 1962
4.39/4.50	c BCD2: #cores=506, #unrelaxed=210, #relaxed=1753, #hardened=0
4.39/4.50	c BCD2: #sat=1 #unsat=860 bias=860/861
4.39/4.50	c Solving starts ...
4.39/4.50	c ============================[ Search Statistics ]============================
4.39/4.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.50	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.50	c =============================================================================
4.39/4.50	c  0.0s |       0 |        0 |        0 |     1987      0 |      353 |      968
4.39/4.50	c  0.0s |       0 |      661 |        0 |     1987      0 |      353 |      968
4.39/4.50	c #cpu_time = 0.003s
4.39/4.50	c #wall_clock_time = 0.003s
4.39/4.50	c #decision = 661
4.39/4.50	c #random_decision = 0
4.39/4.50	c #conflict = 0
4.39/4.50	c #restart = 0
4.39/4.50	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.50	c lower bound updated to 860
4.39/4.50	c BCD2: 860 <= obj <= 1962
4.39/4.50	c BCD2: #cores=507, #unrelaxed=208, #relaxed=1755, #hardened=0
4.39/4.50	c BCD2: #sat=1 #unsat=861 bias=861/862
4.50/4.51	c Solving starts ...
4.50/4.51	c ============================[ Search Statistics ]============================
4.50/4.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.51	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.51	c =============================================================================
4.50/4.51	c  0.0s |       0 |        0 |        0 |     1987      0 |      353 |      969
4.50/4.51	c  0.0s |       0 |      661 |        0 |     1987      0 |      353 |      969
4.50/4.51	c #cpu_time = 0.003s
4.50/4.51	c #wall_clock_time = 0.003s
4.50/4.51	c #decision = 661
4.50/4.51	c #random_decision = 0
4.50/4.51	c #conflict = 0
4.50/4.51	c #restart = 0
4.50/4.51	c BCD2: found a new core of size 2: cost of the new core is >=1
4.50/4.51	c lower bound updated to 861
4.50/4.51	c BCD2: 861 <= obj <= 1962
4.50/4.51	c BCD2: #cores=508, #unrelaxed=206, #relaxed=1757, #hardened=0
4.50/4.51	c BCD2: #sat=1 #unsat=862 bias=862/863
4.50/4.51	c Solving starts ...
4.50/4.51	c ============================[ Search Statistics ]============================
4.50/4.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.51	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.51	c =============================================================================
4.50/4.51	c  0.0s |       0 |        0 |        0 |     1987      0 |      353 |      970
4.50/4.52	c  0.0s |       0 |      661 |        0 |     1987      0 |      353 |      970
4.50/4.52	c #cpu_time = 0.003s
4.50/4.52	c #wall_clock_time = 0.003s
4.50/4.52	c #decision = 661
4.50/4.52	c #random_decision = 0
4.50/4.52	c #conflict = 0
4.50/4.52	c #restart = 0
4.50/4.52	c BCD2: found a new core of size 2: cost of the new core is >=1
4.50/4.52	c lower bound updated to 862
4.50/4.52	c BCD2: 862 <= obj <= 1962
4.50/4.52	c BCD2: #cores=509, #unrelaxed=204, #relaxed=1759, #hardened=0
4.50/4.52	c BCD2: #sat=1 #unsat=863 bias=863/864
4.50/4.52	c Solving starts ...
4.50/4.52	c ============================[ Search Statistics ]============================
4.50/4.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.52	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.52	c =============================================================================
4.50/4.52	c  0.0s |       0 |        0 |        0 |     1987      0 |      353 |      971
4.50/4.52	c  0.0s |       0 |      664 |        0 |     1987      0 |      353 |      971
4.50/4.52	c #cpu_time = 0.003s
4.50/4.52	c #wall_clock_time = 0.003s
4.50/4.52	c #decision = 664
4.50/4.52	c #random_decision = 0
4.50/4.52	c #conflict = 0
4.50/4.52	c #restart = 0
4.50/4.52	c BCD2: found a new core of size 2: cost of the new core is >=1
4.50/4.52	c lower bound updated to 863
4.50/4.52	c BCD2: 863 <= obj <= 1962
4.50/4.52	c BCD2: #cores=510, #unrelaxed=202, #relaxed=1761, #hardened=0
4.50/4.52	c BCD2: #sat=1 #unsat=864 bias=864/865
4.50/4.53	c Solving starts ...
4.50/4.53	c ============================[ Search Statistics ]============================
4.50/4.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.53	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.53	c =============================================================================
4.50/4.53	c  0.0s |       0 |        0 |        0 |     1987      0 |      353 |      972
4.50/4.53	c  0.0s |       0 |      664 |        0 |     1987      0 |      353 |      972
4.50/4.53	c #cpu_time = 0.003s
4.50/4.53	c #wall_clock_time = 0.003s
4.50/4.53	c #decision = 664
4.50/4.53	c #random_decision = 0
4.50/4.53	c #conflict = 0
4.50/4.53	c #restart = 0
4.50/4.53	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.50/4.53	c lower bound updated to 864
4.50/4.53	c BCD2: 864 <= obj <= 1962
4.50/4.53	c BCD2: #cores=510, #unrelaxed=200, #relaxed=1763, #hardened=0
4.50/4.53	c BCD2: #sat=1 #unsat=865 bias=865/866
4.50/4.53	c Solving starts ...
4.50/4.53	c ============================[ Search Statistics ]============================
4.50/4.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.53	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.53	c =============================================================================
4.50/4.53	c  0.0s |       0 |        0 |        0 |     1987      0 |      354 |      972
4.50/4.54	c  0.0s |       0 |      664 |        0 |     1987      0 |      354 |      973
4.50/4.54	c #cpu_time = 0.004s
4.50/4.54	c #wall_clock_time = 0.004s
4.50/4.54	c #decision = 664
4.50/4.54	c #random_decision = 0
4.50/4.54	c #conflict = 0
4.50/4.54	c #restart = 0
4.50/4.54	c BCD2: found a new core of size 2: cost of the new core is >=1
4.50/4.54	c lower bound updated to 865
4.50/4.54	c BCD2: 865 <= obj <= 1962
4.50/4.54	c BCD2: #cores=511, #unrelaxed=198, #relaxed=1765, #hardened=0
4.50/4.54	c BCD2: #sat=1 #unsat=866 bias=866/867
4.50/4.54	c Solving starts ...
4.50/4.54	c ============================[ Search Statistics ]============================
4.50/4.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.54	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.54	c =============================================================================
4.50/4.54	c  0.0s |       0 |        0 |        0 |     1987      0 |      354 |      974
4.50/4.54	c  0.0s |       0 |      666 |        0 |     1987      0 |      354 |      974
4.50/4.54	c #cpu_time = 0.003s
4.50/4.54	c #wall_clock_time = 0.003s
4.50/4.54	c #decision = 666
4.50/4.54	c #random_decision = 0
4.50/4.54	c #conflict = 0
4.50/4.54	c #restart = 0
4.50/4.54	c BCD2: found a new core of size 2: cost of the new core is >=1
4.50/4.54	c lower bound updated to 866
4.50/4.54	c BCD2: 866 <= obj <= 1962
4.50/4.54	c BCD2: #cores=512, #unrelaxed=196, #relaxed=1767, #hardened=0
4.50/4.54	c BCD2: #sat=1 #unsat=867 bias=867/868
4.50/4.55	c Solving starts ...
4.50/4.55	c ============================[ Search Statistics ]============================
4.50/4.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.55	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.55	c =============================================================================
4.50/4.55	c  0.0s |       0 |        0 |        0 |     1987      0 |      354 |      975
4.50/4.55	c  0.0s |       0 |      666 |        0 |     1987      0 |      354 |      975
4.50/4.55	c #cpu_time = 0.003s
4.50/4.55	c #wall_clock_time = 0.003s
4.50/4.55	c #decision = 666
4.50/4.55	c #random_decision = 0
4.50/4.55	c #conflict = 0
4.50/4.55	c #restart = 0
4.50/4.55	c BCD2: found a new core of size 2: cost of the new core is >=1
4.50/4.55	c lower bound updated to 867
4.50/4.55	c BCD2: 867 <= obj <= 1962
4.50/4.55	c BCD2: #cores=513, #unrelaxed=194, #relaxed=1769, #hardened=0
4.50/4.55	c BCD2: #sat=1 #unsat=868 bias=868/869
4.50/4.55	c Solving starts ...
4.50/4.55	c ============================[ Search Statistics ]============================
4.50/4.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.55	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.55	c =============================================================================
4.50/4.55	c  0.0s |       0 |        0 |        0 |     1987      0 |      354 |      976
4.50/4.56	c  0.0s |       0 |      666 |        0 |     1987      0 |      354 |      976
4.50/4.56	c #cpu_time = 0.004s
4.50/4.56	c #wall_clock_time = 0.004s
4.50/4.56	c #decision = 666
4.50/4.56	c #random_decision = 0
4.50/4.56	c #conflict = 0
4.50/4.56	c #restart = 0
4.50/4.56	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
4.50/4.56	c lower bound updated to 868
4.50/4.56	c BCD2: 868 <= obj <= 1962
4.50/4.56	c BCD2: #cores=511, #unrelaxed=192, #relaxed=1771, #hardened=0
4.50/4.56	c BCD2: #sat=1 #unsat=869 bias=869/870
4.50/4.56	c Solving starts ...
4.50/4.56	c ============================[ Search Statistics ]============================
4.50/4.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.56	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.56	c =============================================================================
4.50/4.56	c  0.0s |       0 |        0 |        0 |     1987      0 |      357 |      976
4.50/4.56	c  0.0s |       0 |      666 |        0 |     1987      0 |      357 |      979
4.50/4.56	c #cpu_time = 0.004s
4.50/4.56	c #wall_clock_time = 0.004s
4.50/4.56	c #decision = 666
4.50/4.56	c #random_decision = 0
4.50/4.56	c #conflict = 0
4.50/4.56	c #restart = 0
4.50/4.56	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.50/4.56	c lower bound updated to 869
4.50/4.56	c BCD2: 869 <= obj <= 1962
4.50/4.56	c BCD2: #cores=511, #unrelaxed=190, #relaxed=1773, #hardened=0
4.50/4.56	c BCD2: #sat=1 #unsat=870 bias=870/871
4.50/4.57	c Solving starts ...
4.50/4.57	c ============================[ Search Statistics ]============================
4.50/4.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.57	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.57	c =============================================================================
4.50/4.57	c  0.0s |       0 |        0 |        0 |     1987      0 |      358 |      979
4.50/4.57	c  0.0s |       0 |      665 |        0 |     1987      0 |      358 |      980
4.50/4.57	c #cpu_time = 0.003s
4.50/4.57	c #wall_clock_time = 0.003s
4.50/4.57	c #decision = 665
4.50/4.57	c #random_decision = 0
4.50/4.57	c #conflict = 0
4.50/4.57	c #restart = 0
4.50/4.57	c BCD2: found a new core of size 2: cost of the new core is >=1
4.50/4.57	c lower bound updated to 870
4.50/4.57	c BCD2: 870 <= obj <= 1962
4.50/4.57	c BCD2: #cores=512, #unrelaxed=188, #relaxed=1775, #hardened=0
4.50/4.57	c BCD2: #sat=1 #unsat=871 bias=871/872
4.50/4.57	c Solving starts ...
4.50/4.57	c ============================[ Search Statistics ]============================
4.50/4.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.57	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.57	c =============================================================================
4.50/4.57	c  0.0s |       0 |        0 |        0 |     1987      0 |      358 |      981
4.50/4.58	c  0.0s |       0 |      665 |        0 |     1987      0 |      358 |      981
4.50/4.58	c #cpu_time = 0.003s
4.50/4.58	c #wall_clock_time = 0.003s
4.50/4.58	c #decision = 665
4.50/4.58	c #random_decision = 0
4.50/4.58	c #conflict = 0
4.50/4.58	c #restart = 0
4.50/4.58	c BCD2: found a new core of size 2: cost of the new core is >=1
4.50/4.58	c lower bound updated to 871
4.50/4.58	c BCD2: 871 <= obj <= 1962
4.50/4.58	c BCD2: #cores=513, #unrelaxed=186, #relaxed=1777, #hardened=0
4.50/4.58	c BCD2: #sat=1 #unsat=872 bias=872/873
4.50/4.58	c Solving starts ...
4.50/4.58	c ============================[ Search Statistics ]============================
4.50/4.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.58	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.58	c =============================================================================
4.50/4.58	c  0.0s |       0 |        0 |        0 |     1987      0 |      358 |      982
4.50/4.58	c  0.0s |       0 |      665 |        0 |     1987      0 |      358 |      982
4.50/4.58	c #cpu_time = 0.003s
4.50/4.58	c #wall_clock_time = 0.003s
4.50/4.58	c #decision = 665
4.50/4.58	c #random_decision = 0
4.50/4.58	c #conflict = 0
4.50/4.58	c #restart = 0
4.50/4.58	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.50/4.58	c lower bound updated to 872
4.50/4.58	c BCD2: 872 <= obj <= 1962
4.50/4.58	c BCD2: #cores=513, #unrelaxed=184, #relaxed=1779, #hardened=0
4.50/4.58	c BCD2: #sat=1 #unsat=873 bias=873/874
4.50/4.59	c Solving starts ...
4.50/4.59	c ============================[ Search Statistics ]============================
4.50/4.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.59	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.59	c =============================================================================
4.50/4.59	c  0.0s |       0 |        0 |        0 |     1987      0 |      359 |      982
4.50/4.59	c  0.0s |       0 |      665 |        0 |     1987      0 |      359 |      983
4.50/4.59	c #cpu_time = 0.003s
4.50/4.59	c #wall_clock_time = 0.003s
4.50/4.59	c #decision = 665
4.50/4.59	c #random_decision = 0
4.50/4.59	c #conflict = 0
4.50/4.59	c #restart = 0
4.50/4.59	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.50/4.59	c lower bound updated to 873
4.50/4.59	c BCD2: 873 <= obj <= 1962
4.50/4.59	c BCD2: #cores=513, #unrelaxed=182, #relaxed=1781, #hardened=0
4.50/4.59	c BCD2: #sat=1 #unsat=874 bias=874/875
4.50/4.59	c Solving starts ...
4.50/4.59	c ============================[ Search Statistics ]============================
4.50/4.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.50/4.59	c       |         |          |          |    Limit     GC | Var      | Constra 
4.50/4.59	c =============================================================================
4.50/4.59	c  0.0s |       0 |        0 |        0 |     1987      0 |      360 |      983
4.59/4.60	c  0.0s |       0 |      666 |        0 |     1987      0 |      360 |      984
4.59/4.60	c #cpu_time = 0.003s
4.59/4.60	c #wall_clock_time = 0.003s
4.59/4.60	c #decision = 666
4.59/4.60	c #random_decision = 0
4.59/4.60	c #conflict = 0
4.59/4.60	c #restart = 0
4.59/4.60	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
4.59/4.60	c lower bound updated to 874
4.59/4.60	c BCD2: 874 <= obj <= 1962
4.59/4.60	c BCD2: #cores=512, #unrelaxed=180, #relaxed=1783, #hardened=0
4.59/4.60	c BCD2: #sat=1 #unsat=875 bias=875/876
4.59/4.60	c Solving starts ...
4.59/4.60	c ============================[ Search Statistics ]============================
4.59/4.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.60	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.60	c =============================================================================
4.59/4.60	c  0.0s |       0 |        0 |        0 |     1987      0 |      362 |      984
4.59/4.60	c  0.0s |       0 |      665 |        0 |     1987      0 |      362 |      986
4.59/4.60	c #cpu_time = 0.004s
4.59/4.60	c #wall_clock_time = 0.004s
4.59/4.60	c #decision = 665
4.59/4.60	c #random_decision = 0
4.59/4.60	c #conflict = 0
4.59/4.60	c #restart = 0
4.59/4.60	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.60	c lower bound updated to 875
4.59/4.60	c BCD2: 875 <= obj <= 1962
4.59/4.60	c BCD2: #cores=513, #unrelaxed=178, #relaxed=1785, #hardened=0
4.59/4.60	c BCD2: #sat=1 #unsat=876 bias=876/877
4.59/4.61	c Solving starts ...
4.59/4.61	c ============================[ Search Statistics ]============================
4.59/4.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.61	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.61	c =============================================================================
4.59/4.61	c  0.0s |       0 |        0 |        0 |     1987      0 |      362 |      987
4.59/4.61	c  0.0s |       0 |      665 |        0 |     1987      0 |      362 |      987
4.59/4.61	c #cpu_time = 0.003s
4.59/4.61	c #wall_clock_time = 0.003s
4.59/4.61	c #decision = 665
4.59/4.61	c #random_decision = 0
4.59/4.61	c #conflict = 0
4.59/4.61	c #restart = 0
4.59/4.61	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.61	c lower bound updated to 876
4.59/4.61	c BCD2: 876 <= obj <= 1962
4.59/4.61	c BCD2: #cores=514, #unrelaxed=176, #relaxed=1787, #hardened=0
4.59/4.61	c BCD2: #sat=1 #unsat=877 bias=877/878
4.59/4.61	c Solving starts ...
4.59/4.61	c ============================[ Search Statistics ]============================
4.59/4.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.61	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.61	c =============================================================================
4.59/4.61	c  0.0s |       0 |        0 |        0 |     1987      0 |      362 |      988
4.59/4.62	c  0.0s |       0 |      665 |        0 |     1987      0 |      362 |      988
4.59/4.62	c #cpu_time = 0.003s
4.59/4.62	c #wall_clock_time = 0.003s
4.59/4.62	c #decision = 665
4.59/4.62	c #random_decision = 0
4.59/4.62	c #conflict = 0
4.59/4.62	c #restart = 0
4.59/4.62	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.62	c lower bound updated to 877
4.59/4.62	c BCD2: 877 <= obj <= 1962
4.59/4.62	c BCD2: #cores=515, #unrelaxed=174, #relaxed=1789, #hardened=0
4.59/4.62	c BCD2: #sat=1 #unsat=878 bias=878/879
4.59/4.62	c Solving starts ...
4.59/4.62	c ============================[ Search Statistics ]============================
4.59/4.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.62	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.62	c =============================================================================
4.59/4.62	c  0.0s |       0 |        0 |        0 |     1987      0 |      362 |      989
4.59/4.62	c  0.0s |       0 |      665 |        0 |     1987      0 |      362 |      989
4.59/4.62	c #cpu_time = 0.003s
4.59/4.62	c #wall_clock_time = 0.003s
4.59/4.62	c #decision = 665
4.59/4.62	c #random_decision = 0
4.59/4.62	c #conflict = 0
4.59/4.62	c #restart = 0
4.59/4.62	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.59/4.62	c lower bound updated to 878
4.59/4.62	c BCD2: 878 <= obj <= 1962
4.59/4.62	c BCD2: #cores=515, #unrelaxed=172, #relaxed=1791, #hardened=0
4.59/4.62	c BCD2: #sat=1 #unsat=879 bias=879/880
4.59/4.63	c Solving starts ...
4.59/4.63	c ============================[ Search Statistics ]============================
4.59/4.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.63	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.63	c =============================================================================
4.59/4.63	c  0.0s |       0 |        0 |        0 |     1987      0 |      363 |      989
4.59/4.63	c  0.0s |       0 |      664 |        0 |     1987      0 |      363 |      990
4.59/4.63	c #cpu_time = 0.004s
4.59/4.63	c #wall_clock_time = 0.004s
4.59/4.63	c #decision = 664
4.59/4.63	c #random_decision = 0
4.59/4.63	c #conflict = 0
4.59/4.63	c #restart = 0
4.59/4.63	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
4.59/4.63	c lower bound updated to 879
4.59/4.63	c BCD2: 879 <= obj <= 1962
4.59/4.63	c BCD2: #cores=514, #unrelaxed=170, #relaxed=1793, #hardened=0
4.59/4.63	c BCD2: #sat=1 #unsat=880 bias=880/881
4.59/4.63	c Solving starts ...
4.59/4.63	c ============================[ Search Statistics ]============================
4.59/4.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.63	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.63	c =============================================================================
4.59/4.63	c  0.0s |       0 |        0 |        0 |     1987      0 |      365 |      990
4.59/4.64	c  0.0s |       0 |      663 |        0 |     1987      0 |      365 |      992
4.59/4.64	c #cpu_time = 0.003s
4.59/4.64	c #wall_clock_time = 0.003s
4.59/4.64	c #decision = 663
4.59/4.64	c #random_decision = 0
4.59/4.64	c #conflict = 0
4.59/4.64	c #restart = 0
4.59/4.64	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.64	c lower bound updated to 880
4.59/4.64	c BCD2: 880 <= obj <= 1962
4.59/4.64	c BCD2: #cores=515, #unrelaxed=168, #relaxed=1795, #hardened=0
4.59/4.64	c BCD2: #sat=1 #unsat=881 bias=881/882
4.59/4.64	c Solving starts ...
4.59/4.64	c ============================[ Search Statistics ]============================
4.59/4.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.64	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.64	c =============================================================================
4.59/4.64	c  0.0s |       0 |        0 |        0 |     1987      0 |      365 |      993
4.59/4.64	c  0.0s |       0 |      663 |        0 |     1987      0 |      365 |      993
4.59/4.64	c #cpu_time = 0.003s
4.59/4.64	c #wall_clock_time = 0.003s
4.59/4.64	c #decision = 663
4.59/4.64	c #random_decision = 0
4.59/4.64	c #conflict = 0
4.59/4.64	c #restart = 0
4.59/4.64	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.59/4.64	c lower bound updated to 881
4.59/4.64	c BCD2: 881 <= obj <= 1962
4.59/4.64	c BCD2: #cores=515, #unrelaxed=166, #relaxed=1797, #hardened=0
4.59/4.65	c BCD2: #sat=1 #unsat=882 bias=882/883
4.59/4.65	c Solving starts ...
4.59/4.65	c ============================[ Search Statistics ]============================
4.59/4.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.65	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.65	c =============================================================================
4.59/4.65	c  0.0s |       0 |        0 |        0 |     1987      0 |      366 |      993
4.59/4.65	c  0.0s |       0 |      665 |        0 |     1987      0 |      366 |      994
4.59/4.65	c #cpu_time = 0.004s
4.59/4.65	c #wall_clock_time = 0.004s
4.59/4.65	c #decision = 665
4.59/4.65	c #random_decision = 0
4.59/4.65	c #conflict = 0
4.59/4.65	c #restart = 0
4.59/4.65	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.59/4.65	c lower bound updated to 882
4.59/4.65	c BCD2: 882 <= obj <= 1962
4.59/4.65	c BCD2: #cores=515, #unrelaxed=164, #relaxed=1799, #hardened=0
4.59/4.65	c BCD2: #sat=1 #unsat=883 bias=883/884
4.59/4.65	c Solving starts ...
4.59/4.65	c ============================[ Search Statistics ]============================
4.59/4.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.65	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.65	c =============================================================================
4.59/4.65	c  0.0s |       0 |        0 |        0 |     1987      0 |      367 |      994
4.59/4.66	c  0.0s |       0 |      665 |        0 |     1987      0 |      367 |      995
4.59/4.66	c #cpu_time = 0.003s
4.59/4.66	c #wall_clock_time = 0.003s
4.59/4.66	c #decision = 665
4.59/4.66	c #random_decision = 0
4.59/4.66	c #conflict = 0
4.59/4.66	c #restart = 0
4.59/4.66	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.66	c lower bound updated to 883
4.59/4.66	c BCD2: 883 <= obj <= 1962
4.59/4.66	c BCD2: #cores=516, #unrelaxed=162, #relaxed=1801, #hardened=0
4.59/4.66	c BCD2: #sat=1 #unsat=884 bias=884/885
4.59/4.66	c Solving starts ...
4.59/4.66	c ============================[ Search Statistics ]============================
4.59/4.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.66	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.66	c =============================================================================
4.59/4.66	c  0.0s |       0 |        0 |        0 |     1987      0 |      367 |      996
4.59/4.66	c  0.0s |       0 |      667 |        0 |     1987      0 |      367 |      996
4.59/4.66	c #cpu_time = 0.003s
4.59/4.66	c #wall_clock_time = 0.003s
4.59/4.66	c #decision = 667
4.59/4.66	c #random_decision = 0
4.59/4.66	c #conflict = 0
4.59/4.66	c #restart = 0
4.59/4.66	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.66	c lower bound updated to 884
4.59/4.67	c BCD2: 884 <= obj <= 1962
4.59/4.67	c BCD2: #cores=517, #unrelaxed=160, #relaxed=1803, #hardened=0
4.59/4.67	c BCD2: #sat=1 #unsat=885 bias=885/886
4.59/4.67	c Solving starts ...
4.59/4.67	c ============================[ Search Statistics ]============================
4.59/4.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.67	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.67	c =============================================================================
4.59/4.67	c  0.0s |       0 |        0 |        0 |     1987      0 |      367 |      997
4.59/4.67	c  0.0s |       0 |      667 |        0 |     1987      0 |      367 |      997
4.59/4.67	c #cpu_time = 0.003s
4.59/4.67	c #wall_clock_time = 0.003s
4.59/4.67	c #decision = 667
4.59/4.67	c #random_decision = 0
4.59/4.67	c #conflict = 0
4.59/4.67	c #restart = 0
4.59/4.67	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.59/4.67	c lower bound updated to 885
4.59/4.67	c BCD2: 885 <= obj <= 1962
4.59/4.67	c BCD2: #cores=517, #unrelaxed=158, #relaxed=1805, #hardened=0
4.59/4.67	c BCD2: #sat=1 #unsat=886 bias=886/887
4.59/4.67	c Solving starts ...
4.59/4.67	c ============================[ Search Statistics ]============================
4.59/4.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.67	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.67	c =============================================================================
4.59/4.67	c  0.0s |       0 |        0 |        0 |     1987      0 |      368 |      997
4.59/4.68	c  0.0s |       0 |      667 |        0 |     1987      0 |      368 |      998
4.59/4.68	c #cpu_time = 0.003s
4.59/4.68	c #wall_clock_time = 0.003s
4.59/4.68	c #decision = 667
4.59/4.68	c #random_decision = 0
4.59/4.68	c #conflict = 0
4.59/4.68	c #restart = 0
4.59/4.68	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.68	c lower bound updated to 886
4.59/4.68	c BCD2: 886 <= obj <= 1962
4.59/4.68	c BCD2: #cores=518, #unrelaxed=156, #relaxed=1807, #hardened=0
4.59/4.68	c BCD2: #sat=1 #unsat=887 bias=887/888
4.59/4.68	c Solving starts ...
4.59/4.68	c ============================[ Search Statistics ]============================
4.59/4.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.68	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.68	c =============================================================================
4.59/4.68	c  0.0s |       0 |        0 |        0 |     1987      0 |      368 |      999
4.59/4.68	c  0.0s |       0 |      669 |        0 |     1987      0 |      368 |      999
4.59/4.68	c #cpu_time = 0.003s
4.59/4.68	c #wall_clock_time = 0.003s
4.59/4.68	c #decision = 669
4.59/4.68	c #random_decision = 0
4.59/4.68	c #conflict = 0
4.59/4.68	c #restart = 0
4.59/4.68	c BCD2: relaxing 4 and merging with 3 cores into a new core of size 12: cost of the new core is >=5
4.59/4.68	c lower bound updated to 887
4.59/4.68	c BCD2: 887 <= obj <= 1962
4.59/4.68	c BCD2: #cores=516, #unrelaxed=152, #relaxed=1811, #hardened=0
4.59/4.68	c BCD2: #sat=1 #unsat=888 bias=888/889
4.59/4.69	c Solving starts ...
4.59/4.69	c ============================[ Search Statistics ]============================
4.59/4.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.69	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.69	c =============================================================================
4.59/4.69	c  0.0s |       0 |        0 |        0 |     1987      0 |      371 |      999
4.59/4.69	c  0.0s |       0 |      665 |        0 |     1987      0 |      371 |     1002
4.59/4.69	c #cpu_time = 0.004s
4.59/4.69	c #wall_clock_time = 0.004s
4.59/4.69	c #decision = 665
4.59/4.69	c #random_decision = 0
4.59/4.69	c #conflict = 0
4.59/4.69	c #restart = 0
4.59/4.69	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.69	c lower bound updated to 888
4.59/4.69	c BCD2: 888 <= obj <= 1962
4.59/4.69	c BCD2: #cores=517, #unrelaxed=150, #relaxed=1813, #hardened=0
4.59/4.69	c BCD2: #sat=1 #unsat=889 bias=889/890
4.59/4.69	c Solving starts ...
4.59/4.69	c ============================[ Search Statistics ]============================
4.59/4.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.69	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.69	c =============================================================================
4.59/4.69	c  0.0s |       0 |        0 |        0 |     1987      0 |      371 |     1003
4.69/4.70	c  0.0s |       0 |      666 |        0 |     1987      0 |      371 |     1003
4.69/4.70	c #cpu_time = 0.003s
4.69/4.70	c #wall_clock_time = 0.003s
4.69/4.70	c #decision = 666
4.69/4.70	c #random_decision = 0
4.69/4.70	c #conflict = 0
4.69/4.70	c #restart = 0
4.69/4.70	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.70	c lower bound updated to 889
4.69/4.70	c BCD2: 889 <= obj <= 1962
4.69/4.70	c BCD2: #cores=518, #unrelaxed=148, #relaxed=1815, #hardened=0
4.69/4.70	c BCD2: #sat=1 #unsat=890 bias=890/891
4.69/4.70	c Solving starts ...
4.69/4.70	c ============================[ Search Statistics ]============================
4.69/4.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.70	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.70	c =============================================================================
4.69/4.70	c  0.0s |       0 |        0 |        0 |     1987      0 |      371 |     1004
4.69/4.71	c  0.0s |       0 |     1281 |        0 |     1987      0 |      371 |     1004
4.69/4.71	c #cpu_time = 0.005s
4.69/4.71	c #wall_clock_time = 0.006s
4.69/4.71	c #decision = 1281
4.69/4.71	c #random_decision = 0
4.69/4.71	c #conflict = 0
4.69/4.71	c #restart = 0
4.69/4.71	o 1156
4.69/4.71	c BCD2: updating upper bound: 1962 -> 1155
4.69/4.71	c BCD2: 889 <= obj <= 1155
4.69/4.71	c BCD2: #cores=518, #unrelaxed=148, #relaxed=1815, #hardened=0
4.69/4.71	c BCD2: #sat=2 #unsat=890 bias=890/892
4.69/4.72	c Solving starts ...
4.69/4.72	c ============================[ Search Statistics ]============================
4.69/4.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.72	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.72	c =============================================================================
4.69/4.72	c  0.0s |       0 |        0 |        0 |     1987      0 |      371 |     1005
4.69/4.73	c  0.0s |       0 |      561 |        1 |     1987      0 |      371 |     1005
4.69/4.73	c #cpu_time = 0.004s
4.69/4.73	c #wall_clock_time = 0.004s
4.69/4.73	c #decision = 561
4.69/4.73	c #random_decision = 0
4.69/4.73	c #conflict = 1
4.69/4.73	c #restart = 0
4.69/4.73	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=4
4.69/4.73	c lower bound updated to 890
4.69/4.73	c BCD2: 890 <= obj <= 1155
4.69/4.73	c BCD2: #cores=517, #unrelaxed=146, #relaxed=1817, #hardened=0
4.69/4.73	c BCD2: #sat=2 #unsat=891 bias=891/893
4.69/4.73	c Solving starts ...
4.69/4.73	c ============================[ Search Statistics ]============================
4.69/4.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.73	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.73	c =============================================================================
4.69/4.73	c  0.0s |       0 |        0 |        0 |     1987      0 |      374 |     1005
4.69/4.73	c  0.0s |       0 |      574 |        1 |     1987      0 |      374 |     1009
4.69/4.73	c #cpu_time = 0.004s
4.69/4.73	c #wall_clock_time = 0.004s
4.69/4.73	c #decision = 574
4.69/4.73	c #random_decision = 0
4.69/4.73	c #conflict = 1
4.69/4.73	c #restart = 0
4.69/4.73	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
4.69/4.73	c lower bound updated to 891
4.69/4.74	c BCD2: 891 <= obj <= 1155
4.69/4.74	c BCD2: #cores=517, #unrelaxed=144, #relaxed=1819, #hardened=0
4.69/4.74	c BCD2: #sat=2 #unsat=892 bias=892/894
4.69/4.75	c Solving starts ...
4.69/4.75	c ============================[ Search Statistics ]============================
4.69/4.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.75	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.75	c =============================================================================
4.69/4.75	c  0.0s |       0 |        0 |        0 |     1987      0 |      376 |     1009
4.69/4.75	c  0.0s |       0 |      561 |        2 |     1987      0 |      376 |     1012
4.69/4.75	c #cpu_time = 0.004s
4.69/4.75	c #wall_clock_time = 0.004s
4.69/4.75	c #decision = 561
4.69/4.75	c #random_decision = 0
4.69/4.75	c #conflict = 2
4.69/4.75	c #restart = 0
4.69/4.75	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 12: cost of the new core is >=6
4.69/4.75	c lower bound updated to 892
4.69/4.75	c BCD2: 892 <= obj <= 1155
4.69/4.75	c BCD2: #cores=515, #unrelaxed=142, #relaxed=1821, #hardened=0
4.69/4.75	c BCD2: #sat=2 #unsat=893 bias=893/895
4.69/4.75	c Solving starts ...
4.69/4.75	c ============================[ Search Statistics ]============================
4.69/4.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.75	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.75	c =============================================================================
4.69/4.75	c  0.0s |       0 |        0 |        0 |     1987      0 |      381 |     1012
4.69/4.76	c  0.0s |       0 |      559 |        1 |     1987      0 |      381 |     1019
4.69/4.76	c #cpu_time = 0.003s
4.69/4.76	c #wall_clock_time = 0.003s
4.69/4.76	c #decision = 559
4.69/4.76	c #random_decision = 0
4.69/4.76	c #conflict = 1
4.69/4.76	c #restart = 0
4.69/4.76	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=4
4.69/4.76	c lower bound updated to 893
4.69/4.76	c BCD2: 893 <= obj <= 1155
4.69/4.76	c BCD2: #cores=514, #unrelaxed=140, #relaxed=1823, #hardened=0
4.69/4.76	c BCD2: #sat=2 #unsat=894 bias=894/896
4.69/4.76	c Solving starts ...
4.69/4.76	c ============================[ Search Statistics ]============================
4.69/4.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.76	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.76	c =============================================================================
4.69/4.76	c  0.0s |       0 |        0 |        0 |     1987      0 |      384 |     1019
4.69/4.76	c  0.0s |       0 |      558 |        2 |     1987      0 |      384 |     1023
4.69/4.76	c #cpu_time = 0.004s
4.69/4.76	c #wall_clock_time = 0.004s
4.69/4.76	c #decision = 558
4.69/4.76	c #random_decision = 0
4.69/4.76	c #conflict = 2
4.69/4.76	c #restart = 0
4.69/4.76	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 10: cost of the new core is >=5
4.69/4.76	c lower bound updated to 894
4.69/4.76	c BCD2: 894 <= obj <= 1155
4.69/4.76	c BCD2: #cores=513, #unrelaxed=138, #relaxed=1825, #hardened=0
4.69/4.76	c BCD2: #sat=2 #unsat=895 bias=895/897
4.69/4.77	c Solving starts ...
4.69/4.77	c ============================[ Search Statistics ]============================
4.69/4.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.77	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.77	c =============================================================================
4.69/4.77	c  0.0s |       0 |        0 |        0 |     1987      0 |      388 |     1023
4.69/4.77	c  0.0s |       0 |      562 |        1 |     1987      0 |      388 |     1029
4.69/4.77	c #cpu_time = 0.004s
4.69/4.77	c #wall_clock_time = 0.004s
4.69/4.77	c #decision = 562
4.69/4.77	c #random_decision = 0
4.69/4.77	c #conflict = 1
4.69/4.77	c #restart = 0
4.69/4.77	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
4.69/4.77	c lower bound updated to 895
4.69/4.77	c BCD2: 895 <= obj <= 1155
4.69/4.77	c BCD2: #cores=513, #unrelaxed=136, #relaxed=1827, #hardened=0
4.69/4.77	c BCD2: #sat=2 #unsat=896 bias=896/898
4.69/4.77	c Solving starts ...
4.69/4.77	c ============================[ Search Statistics ]============================
4.69/4.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.77	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.77	c =============================================================================
4.69/4.77	c  0.0s |       0 |        0 |        0 |     1987      0 |      390 |     1029
4.69/4.78	c  0.0s |       0 |      566 |        2 |     1987      0 |      390 |     1032
4.69/4.78	c #cpu_time = 0.004s
4.69/4.78	c #wall_clock_time = 0.004s
4.69/4.78	c #decision = 566
4.69/4.78	c #random_decision = 0
4.69/4.78	c #conflict = 2
4.69/4.78	c #restart = 0
4.69/4.78	c BCD2: relaxing 2 and merging with 6 cores into a new core of size 20: cost of the new core is >=10
4.69/4.78	c lower bound updated to 896
4.69/4.78	c BCD2: 896 <= obj <= 1155
4.69/4.78	c BCD2: #cores=508, #unrelaxed=134, #relaxed=1829, #hardened=0
4.69/4.78	c BCD2: #sat=2 #unsat=897 bias=897/899
4.69/4.78	c Solving starts ...
4.69/4.78	c ============================[ Search Statistics ]============================
4.69/4.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.78	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.78	c =============================================================================
4.69/4.78	c  0.0s |       0 |        0 |        0 |     1987      0 |      399 |     1032
4.69/4.78	c  0.0s |       0 |      608 |        1 |     1987      0 |      399 |     1044
4.69/4.78	c #cpu_time = 0.004s
4.69/4.78	c #wall_clock_time = 0.004s
4.69/4.78	c #decision = 608
4.69/4.78	c #random_decision = 0
4.69/4.78	c #conflict = 1
4.69/4.78	c #restart = 0
4.69/4.78	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
4.69/4.78	c lower bound updated to 897
4.69/4.79	c BCD2: 897 <= obj <= 1155
4.69/4.79	c BCD2: #cores=508, #unrelaxed=132, #relaxed=1831, #hardened=0
4.69/4.79	c BCD2: #sat=2 #unsat=898 bias=898/900
4.69/4.79	c Solving starts ...
4.69/4.79	c ============================[ Search Statistics ]============================
4.69/4.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.79	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.79	c =============================================================================
4.69/4.79	c  0.0s |       0 |        0 |        0 |     1987      0 |      401 |     1044
4.69/4.79	c  0.0s |       0 |      615 |        5 |     1987      0 |      401 |     1047
4.69/4.79	c #cpu_time = 0.004s
4.69/4.79	c #wall_clock_time = 0.004s
4.69/4.79	c #decision = 615
4.69/4.79	c #random_decision = 0
4.69/4.79	c #conflict = 5
4.69/4.79	c #restart = 0
4.69/4.79	c BCD2: relaxing 1 and merging with 7 cores into a new core of size 23: cost of the new core is >=12
4.69/4.79	c lower bound updated to 898
4.69/4.79	c BCD2: 898 <= obj <= 1155
4.69/4.79	c BCD2: #cores=502, #unrelaxed=131, #relaxed=1832, #hardened=0
4.69/4.79	c BCD2: #sat=2 #unsat=899 bias=899/901
4.69/4.79	c Solving starts ...
4.69/4.79	c ============================[ Search Statistics ]============================
4.69/4.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.79	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.79	c =============================================================================
4.69/4.79	c  0.0s |       0 |        0 |        0 |     1987      0 |      412 |     1047
4.79/4.80	c  0.0s |       0 |      577 |        5 |     1987      0 |      412 |     1062
4.79/4.80	c #cpu_time = 0.004s
4.79/4.80	c #wall_clock_time = 0.004s
4.79/4.80	c #decision = 577
4.79/4.80	c #random_decision = 0
4.79/4.80	c #conflict = 5
4.79/4.80	c #restart = 0
4.79/4.80	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 14: cost of the new core is >=7
4.79/4.80	c lower bound updated to 899
4.79/4.80	c BCD2: 899 <= obj <= 1155
4.79/4.80	c BCD2: #cores=500, #unrelaxed=129, #relaxed=1834, #hardened=0
4.79/4.80	c BCD2: #sat=2 #unsat=900 bias=900/902
4.79/4.80	c Solving starts ...
4.79/4.80	c ============================[ Search Statistics ]============================
4.79/4.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.80	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.80	c =============================================================================
4.79/4.80	c  0.0s |       0 |        0 |        0 |     1987      0 |      418 |     1062
4.79/4.80	c  0.0s |       0 |      555 |        0 |     1987      0 |      418 |     1071
4.79/4.80	c #cpu_time = 0.004s
4.79/4.80	c #wall_clock_time = 0.004s
4.79/4.80	c #decision = 555
4.79/4.80	c #random_decision = 0
4.79/4.80	c #conflict = 0
4.79/4.80	c #restart = 0
4.79/4.80	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
4.79/4.80	c lower bound updated to 900
4.79/4.81	c BCD2: 900 <= obj <= 1155
4.79/4.81	c BCD2: #cores=500, #unrelaxed=127, #relaxed=1836, #hardened=0
4.79/4.81	c BCD2: #sat=2 #unsat=901 bias=901/903
4.79/4.81	c Solving starts ...
4.79/4.81	c ============================[ Search Statistics ]============================
4.79/4.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.81	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.81	c =============================================================================
4.79/4.81	c  0.0s |       0 |        0 |        0 |     1987      0 |      420 |     1071
4.79/4.81	c  0.0s |       0 |      617 |        4 |     1987      0 |      420 |     1074
4.79/4.81	c #cpu_time = 0.004s
4.79/4.81	c #wall_clock_time = 0.004s
4.79/4.81	c #decision = 617
4.79/4.81	c #random_decision = 0
4.79/4.81	c #conflict = 4
4.79/4.81	c #restart = 0
4.79/4.81	c BCD2: relaxing 3 and merging with 6 cores into a new core of size 24: cost of the new core is >=12
4.79/4.81	c lower bound updated to 901
4.79/4.81	c BCD2: 901 <= obj <= 1155
4.79/4.81	c BCD2: #cores=495, #unrelaxed=124, #relaxed=1839, #hardened=0
4.79/4.81	c BCD2: #sat=2 #unsat=902 bias=902/904
4.79/4.81	c Solving starts ...
4.79/4.81	c ============================[ Search Statistics ]============================
4.79/4.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.81	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.81	c =============================================================================
4.79/4.81	c  0.0s |       0 |        0 |        0 |     1987      0 |      430 |     1074
4.79/4.82	c  0.0s |       0 |      551 |        0 |     1987      0 |      430 |     1088
4.79/4.82	c #cpu_time = 0.003s
4.79/4.82	c #wall_clock_time = 0.003s
4.79/4.82	c #decision = 551
4.79/4.82	c #random_decision = 0
4.79/4.82	c #conflict = 0
4.79/4.82	c #restart = 0
4.79/4.82	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=3
4.79/4.82	c lower bound updated to 902
4.79/4.82	c BCD2: 902 <= obj <= 1155
4.79/4.82	c BCD2: #cores=495, #unrelaxed=121, #relaxed=1842, #hardened=0
4.79/4.82	c BCD2: #sat=2 #unsat=903 bias=903/905
4.79/4.82	c Solving starts ...
4.79/4.82	c ============================[ Search Statistics ]============================
4.79/4.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.82	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.82	c =============================================================================
4.79/4.82	c  0.0s |       0 |        0 |        0 |     1987      0 |      432 |     1088
4.79/4.82	c  0.0s |       0 |      566 |        2 |     1987      0 |      432 |     1091
4.79/4.82	c #cpu_time = 0.004s
4.79/4.83	c #wall_clock_time = 0.004s
4.79/4.83	c #decision = 566
4.79/4.83	c #random_decision = 0
4.79/4.83	c #conflict = 2
4.79/4.83	c #restart = 0
4.79/4.83	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 10: cost of the new core is >=5
4.79/4.83	c lower bound updated to 903
4.79/4.83	c BCD2: 903 <= obj <= 1155
4.79/4.83	c BCD2: #cores=494, #unrelaxed=119, #relaxed=1844, #hardened=0
4.79/4.83	c BCD2: #sat=2 #unsat=904 bias=904/906
4.79/4.83	c Solving starts ...
4.79/4.83	c ============================[ Search Statistics ]============================
4.79/4.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.83	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.83	c =============================================================================
4.79/4.83	c  0.0s |       0 |        0 |        0 |     1987      0 |      436 |     1091
4.79/4.83	c  0.0s |       0 |      575 |        2 |     1987      0 |      436 |     1097
4.79/4.83	c #cpu_time = 0.004s
4.79/4.83	c #wall_clock_time = 0.004s
4.79/4.83	c #decision = 575
4.79/4.83	c #random_decision = 0
4.79/4.83	c #conflict = 2
4.79/4.83	c #restart = 0
4.79/4.83	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=4
4.79/4.83	c lower bound updated to 904
4.79/4.83	c BCD2: 904 <= obj <= 1155
4.79/4.83	c BCD2: #cores=494, #unrelaxed=117, #relaxed=1846, #hardened=0
4.79/4.83	c BCD2: #sat=2 #unsat=905 bias=905/907
4.79/4.83	c Solving starts ...
4.79/4.83	c ============================[ Search Statistics ]============================
4.79/4.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.83	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.83	c =============================================================================
4.79/4.83	c  0.0s |       0 |        0 |        0 |     1987      0 |      438 |     1097
4.79/4.84	c  0.0s |       0 |      562 |        2 |     1987      0 |      438 |     1100
4.79/4.84	c #cpu_time = 0.004s
4.79/4.84	c #wall_clock_time = 0.004s
4.79/4.84	c #decision = 562
4.79/4.84	c #random_decision = 0
4.79/4.84	c #conflict = 2
4.79/4.84	c #restart = 0
4.79/4.84	c BCD2: relaxing 3 and merging with 3 cores into a new core of size 15: cost of the new core is >=7
4.79/4.84	c lower bound updated to 905
4.79/4.84	c BCD2: 905 <= obj <= 1155
4.79/4.84	c BCD2: #cores=492, #unrelaxed=114, #relaxed=1849, #hardened=0
4.79/4.84	c BCD2: #sat=2 #unsat=906 bias=906/908
4.79/4.84	c Solving starts ...
4.79/4.84	c ============================[ Search Statistics ]============================
4.79/4.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.84	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.84	c =============================================================================
4.79/4.84	c  0.0s |       0 |        0 |        0 |     1987      0 |      443 |     1100
4.79/4.84	c  0.0s |       0 |      561 |        2 |     1987      0 |      443 |     1107
4.79/4.84	c #cpu_time = 0.004s
4.79/4.84	c #wall_clock_time = 0.004s
4.79/4.84	c #decision = 561
4.79/4.84	c #random_decision = 0
4.79/4.84	c #conflict = 2
4.79/4.84	c #restart = 0
4.79/4.85	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 10: cost of the new core is >=5
4.79/4.85	c lower bound updated to 906
4.79/4.85	c BCD2: 906 <= obj <= 1155
4.79/4.85	c BCD2: #cores=491, #unrelaxed=112, #relaxed=1851, #hardened=0
4.79/4.85	c BCD2: #sat=2 #unsat=907 bias=907/909
4.79/4.85	c Solving starts ...
4.79/4.85	c ============================[ Search Statistics ]============================
4.79/4.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.85	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.85	c =============================================================================
4.79/4.85	c  0.0s |       0 |        0 |        0 |     1987      0 |      447 |     1107
4.79/4.85	c  0.0s |       0 |      547 |        0 |     1987      0 |      447 |     1113
4.79/4.85	c #cpu_time = 0.003s
4.79/4.85	c #wall_clock_time = 0.003s
4.79/4.85	c #decision = 547
4.79/4.85	c #random_decision = 0
4.79/4.85	c #conflict = 0
4.79/4.85	c #restart = 0
4.79/4.85	c BCD2: relaxing 3 and merging with 7 cores into a new core of size 19: cost of the new core is >=9
4.79/4.85	c lower bound updated to 907
4.79/4.85	c BCD2: 907 <= obj <= 1155
4.79/4.85	c BCD2: #cores=485, #unrelaxed=109, #relaxed=1854, #hardened=0
4.79/4.85	c BCD2: #sat=2 #unsat=908 bias=908/910
4.79/4.85	c Solving starts ...
4.79/4.85	c ============================[ Search Statistics ]============================
4.79/4.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.85	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.85	c =============================================================================
4.79/4.85	c  0.0s |       0 |        0 |        0 |     1987      0 |      455 |     1113
4.79/4.86	c  0.0s |       0 |      541 |        1 |     1987      0 |      455 |     1122
4.79/4.86	c #cpu_time = 0.004s
4.79/4.86	c #wall_clock_time = 0.004s
4.79/4.86	c #decision = 541
4.79/4.86	c #random_decision = 0
4.79/4.86	c #conflict = 1
4.79/4.86	c #restart = 0
4.79/4.86	c BCD2: relaxing 5 and merging with 4 cores into a new core of size 21: cost of the new core is >=9
4.79/4.86	c lower bound updated to 908
4.79/4.86	c BCD2: 908 <= obj <= 1155
4.79/4.86	c BCD2: #cores=482, #unrelaxed=104, #relaxed=1859, #hardened=0
4.79/4.86	c BCD2: #sat=2 #unsat=909 bias=909/911
4.79/4.86	c Solving starts ...
4.79/4.86	c ============================[ Search Statistics ]============================
4.79/4.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.86	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.86	c =============================================================================
4.79/4.86	c  0.0s |       0 |        0 |        0 |     1987      0 |      462 |     1122
4.79/4.86	c  0.0s |       0 |      588 |        1 |     1987      0 |      462 |     1132
4.79/4.86	c #cpu_time = 0.004s
4.79/4.86	c #wall_clock_time = 0.004s
4.79/4.86	c #decision = 588
4.79/4.86	c #random_decision = 0
4.79/4.86	c #conflict = 1
4.79/4.86	c #restart = 0
4.79/4.86	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=4
4.79/4.86	c lower bound updated to 909
4.79/4.87	c BCD2: 909 <= obj <= 1155
4.79/4.87	c BCD2: #cores=481, #unrelaxed=102, #relaxed=1861, #hardened=0
4.79/4.87	c BCD2: #sat=2 #unsat=910 bias=910/912
4.79/4.87	c Solving starts ...
4.79/4.87	c ============================[ Search Statistics ]============================
4.79/4.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.87	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.87	c =============================================================================
4.79/4.87	c  0.0s |       0 |        0 |        0 |     1987      0 |      465 |     1132
4.79/4.87	c  0.0s |       0 |      587 |        2 |     1987      0 |      465 |     1136
4.79/4.87	c #cpu_time = 0.004s
4.79/4.87	c #wall_clock_time = 0.004s
4.79/4.87	c #decision = 587
4.79/4.87	c #random_decision = 0
4.79/4.87	c #conflict = 2
4.79/4.87	c #restart = 0
4.79/4.87	c BCD2: relaxing 4 and merging with 8 cores into a new core of size 28: cost of the new core is >=13
4.79/4.87	c lower bound updated to 910
4.79/4.87	c BCD2: 910 <= obj <= 1155
4.79/4.87	c BCD2: #cores=474, #unrelaxed=98, #relaxed=1865, #hardened=0
4.79/4.87	c BCD2: #sat=2 #unsat=911 bias=911/913
4.79/4.87	c Solving starts ...
4.79/4.87	c ============================[ Search Statistics ]============================
4.79/4.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.87	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.87	c =============================================================================
4.79/4.87	c  0.0s |       0 |        0 |        0 |     1987      0 |      477 |     1136
4.79/4.88	c  0.0s |       0 |      550 |        2 |     1987      0 |      477 |     1152
4.79/4.88	c #cpu_time = 0.004s
4.79/4.88	c #wall_clock_time = 0.004s
4.79/4.88	c #decision = 550
4.79/4.88	c #random_decision = 0
4.79/4.88	c #conflict = 2
4.79/4.88	c #restart = 0
4.79/4.88	c BCD2: relaxing 2 and merging with 5 cores into a new core of size 18: cost of the new core is >=9
4.79/4.88	c lower bound updated to 911
4.79/4.88	c BCD2: 911 <= obj <= 1155
4.79/4.88	c BCD2: #cores=470, #unrelaxed=96, #relaxed=1867, #hardened=0
4.79/4.88	c BCD2: #sat=2 #unsat=912 bias=912/914
4.79/4.88	c Solving starts ...
4.79/4.88	c ============================[ Search Statistics ]============================
4.79/4.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.88	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.88	c =============================================================================
4.79/4.88	c  0.0s |       0 |        0 |        0 |     1987      0 |      485 |     1152
4.79/4.89	c  0.0s |       0 |      549 |        1 |     1987      0 |      485 |     1163
4.79/4.89	c #cpu_time = 0.004s
4.79/4.89	c #wall_clock_time = 0.004s
4.79/4.89	c #decision = 549
4.79/4.89	c #random_decision = 0
4.79/4.89	c #conflict = 1
4.79/4.89	c #restart = 0
4.79/4.89	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=4
4.79/4.89	c lower bound updated to 912
4.79/4.89	c BCD2: 912 <= obj <= 1155
4.79/4.89	c BCD2: #cores=469, #unrelaxed=94, #relaxed=1869, #hardened=0
4.79/4.89	c BCD2: #sat=2 #unsat=913 bias=913/915
4.79/4.89	c Solving starts ...
4.79/4.89	c ============================[ Search Statistics ]============================
4.79/4.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.89	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.89	c =============================================================================
4.79/4.89	c  0.0s |       0 |        0 |        0 |     1987      0 |      488 |     1163
4.79/4.89	c  0.0s |       0 |      573 |        1 |     1987      0 |      488 |     1167
4.79/4.89	c #cpu_time = 0.004s
4.79/4.89	c #wall_clock_time = 0.004s
4.79/4.89	c #decision = 573
4.79/4.89	c #random_decision = 0
4.79/4.89	c #conflict = 1
4.79/4.89	c #restart = 0
4.79/4.89	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=4
4.79/4.89	c lower bound updated to 913
4.79/4.89	c BCD2: 913 <= obj <= 1155
4.79/4.89	c BCD2: #cores=468, #unrelaxed=92, #relaxed=1871, #hardened=0
4.79/4.89	c BCD2: #sat=2 #unsat=914 bias=914/916
4.79/4.89	c Solving starts ...
4.79/4.89	c ============================[ Search Statistics ]============================
4.79/4.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.89	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.89	c =============================================================================
4.79/4.89	c  0.0s |       0 |        0 |        0 |     1987      0 |      491 |     1167
4.89/4.90	c  0.0s |       0 |      561 |        2 |     1987      0 |      491 |     1171
4.89/4.90	c #cpu_time = 0.004s
4.89/4.90	c #wall_clock_time = 0.004s
4.89/4.90	c #decision = 561
4.89/4.90	c #random_decision = 0
4.89/4.90	c #conflict = 2
4.89/4.90	c #restart = 0
4.89/4.90	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 12: cost of the new core is >=6
4.89/4.90	c lower bound updated to 914
4.89/4.90	c BCD2: 914 <= obj <= 1155
4.89/4.90	c BCD2: #cores=467, #unrelaxed=90, #relaxed=1873, #hardened=0
4.89/4.90	c BCD2: #sat=2 #unsat=915 bias=915/917
4.89/4.90	c Solving starts ...
4.89/4.90	c ============================[ Search Statistics ]============================
4.89/4.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.90	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.90	c =============================================================================
4.89/4.90	c  0.0s |       0 |        0 |        0 |     1987      0 |      495 |     1171
4.89/4.91	c  0.0s |       0 |      559 |        1 |     1987      0 |      495 |     1177
4.89/4.91	c #cpu_time = 0.004s
4.89/4.91	c #wall_clock_time = 0.004s
4.89/4.91	c #decision = 559
4.89/4.91	c #random_decision = 0
4.89/4.91	c #conflict = 1
4.89/4.91	c #restart = 0
4.89/4.91	c BCD2: relaxing 2 and merging with 4 cores into a new core of size 12: cost of the new core is >=6
4.89/4.91	c lower bound updated to 915
4.89/4.91	c BCD2: 915 <= obj <= 1155
4.89/4.91	c BCD2: #cores=464, #unrelaxed=88, #relaxed=1875, #hardened=0
4.89/4.91	c BCD2: #sat=2 #unsat=916 bias=916/918
4.89/4.91	c Solving starts ...
4.89/4.91	c ============================[ Search Statistics ]============================
4.89/4.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.91	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.91	c =============================================================================
4.89/4.91	c  0.0s |       0 |        0 |        0 |     1987      0 |      500 |     1177
4.89/4.91	c  0.0s |       0 |      532 |        0 |     1987      0 |      500 |     1183
4.89/4.91	c #cpu_time = 0.003s
4.89/4.91	c #wall_clock_time = 0.003s
4.89/4.91	c #decision = 532
4.89/4.91	c #random_decision = 0
4.89/4.91	c #conflict = 0
4.89/4.91	c #restart = 0
4.89/4.91	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 9: cost of the new core is >=4
4.89/4.91	c lower bound updated to 916
4.89/4.91	c BCD2: 916 <= obj <= 1155
4.89/4.91	c BCD2: #cores=463, #unrelaxed=85, #relaxed=1878, #hardened=0
4.89/4.91	c BCD2: #sat=2 #unsat=917 bias=917/919
4.89/4.91	c Solving starts ...
4.89/4.91	c ============================[ Search Statistics ]============================
4.89/4.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.91	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.91	c =============================================================================
4.89/4.91	c  0.0s |       0 |        0 |        0 |     1987      0 |      503 |     1183
4.89/4.92	c  0.0s |       0 |      532 |        1 |     1987      0 |      503 |     1187
4.89/4.92	c #cpu_time = 0.004s
4.89/4.92	c #wall_clock_time = 0.004s
4.89/4.92	c #decision = 532
4.89/4.92	c #random_decision = 0
4.89/4.92	c #conflict = 1
4.89/4.92	c #restart = 0
4.89/4.92	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
4.89/4.92	c lower bound updated to 917
4.89/4.92	c BCD2: 917 <= obj <= 1155
4.89/4.92	c BCD2: #cores=463, #unrelaxed=83, #relaxed=1880, #hardened=0
4.89/4.92	c BCD2: #sat=2 #unsat=918 bias=918/920
4.89/4.92	c Solving starts ...
4.89/4.92	c ============================[ Search Statistics ]============================
4.89/4.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.92	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.92	c =============================================================================
4.89/4.92	c  0.0s |       0 |        0 |        0 |     1987      0 |      505 |     1187
4.89/4.93	c  0.0s |       0 |      614 |        1 |     1987      0 |      505 |     1190
4.89/4.93	c #cpu_time = 0.004s
4.89/4.93	c #wall_clock_time = 0.004s
4.89/4.93	c #decision = 614
4.89/4.93	c #random_decision = 0
4.89/4.93	c #conflict = 1
4.89/4.93	c #restart = 0
4.89/4.93	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
4.89/4.93	c lower bound updated to 918
4.89/4.93	c BCD2: 918 <= obj <= 1155
4.89/4.93	c BCD2: #cores=463, #unrelaxed=81, #relaxed=1882, #hardened=0
4.89/4.93	c BCD2: #sat=2 #unsat=919 bias=919/921
4.89/4.93	c Solving starts ...
4.89/4.93	c ============================[ Search Statistics ]============================
4.89/4.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.93	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.93	c =============================================================================
4.89/4.93	c  0.0s |       0 |        0 |        0 |     1987      0 |      507 |     1190
4.89/4.93	c  0.0s |       0 |      615 |        6 |     1987      0 |      507 |     1193
4.89/4.93	c #cpu_time = 0.004s
4.89/4.93	c #wall_clock_time = 0.004s
4.89/4.93	c #decision = 615
4.89/4.93	c #random_decision = 0
4.89/4.93	c #conflict = 6
4.89/4.93	c #restart = 0
4.89/4.93	c BCD2: relaxing 1 and merging with 9 cores into a new core of size 29: cost of the new core is >=15
4.89/4.93	c lower bound updated to 919
4.89/4.93	c BCD2: 919 <= obj <= 1155
4.89/4.93	c BCD2: #cores=455, #unrelaxed=80, #relaxed=1883, #hardened=0
4.89/4.93	c BCD2: #sat=2 #unsat=920 bias=920/922
4.89/4.93	c Solving starts ...
4.89/4.93	c ============================[ Search Statistics ]============================
4.89/4.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.93	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.93	c =============================================================================
4.89/4.93	c  0.0s |       0 |        0 |        0 |     1987      0 |      521 |     1193
4.89/4.94	c  0.0s |       0 |      985 |       10 |     1987      0 |      521 |     1212
4.89/4.94	c #cpu_time = 0.006s
4.89/4.94	c #wall_clock_time = 0.006s
4.89/4.94	c #decision = 985
4.89/4.94	c #random_decision = 0
4.89/4.94	c #conflict = 10
4.89/4.94	c #restart = 0
4.89/4.94	c BCD2: relaxing 1 and merging with 5 cores into a new core of size 17: cost of the new core is >=9
4.89/4.94	c lower bound updated to 920
4.89/4.94	c BCD2: 920 <= obj <= 1155
4.89/4.94	c BCD2: #cores=451, #unrelaxed=79, #relaxed=1884, #hardened=0
4.89/4.94	c BCD2: #sat=2 #unsat=921 bias=921/923
4.89/4.94	c Solving starts ...
4.89/4.94	c ============================[ Search Statistics ]============================
4.89/4.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.94	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.94	c =============================================================================
4.89/4.94	c  0.0s |       0 |        0 |        0 |     1987      0 |      529 |     1212
4.89/4.95	c  0.0s |       0 |      634 |        6 |     1987      0 |      529 |     1223
4.89/4.95	c #cpu_time = 0.005s
4.89/4.95	c #wall_clock_time = 0.005s
4.89/4.95	c #decision = 634
4.89/4.95	c #random_decision = 0
4.89/4.95	c #conflict = 6
4.89/4.95	c #restart = 0
4.89/4.95	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 10: cost of the new core is >=5
4.89/4.95	c lower bound updated to 921
4.89/4.95	c BCD2: 921 <= obj <= 1155
4.89/4.95	c BCD2: #cores=450, #unrelaxed=77, #relaxed=1886, #hardened=0
4.89/4.95	c BCD2: #sat=2 #unsat=922 bias=922/924
4.89/4.95	c Solving starts ...
4.89/4.95	c ============================[ Search Statistics ]============================
4.89/4.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.95	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.95	c =============================================================================
4.89/4.95	c  0.0s |       0 |        0 |        0 |     1987      0 |      533 |     1223
4.89/4.96	c  0.0s |       0 |      815 |       26 |     1987      0 |      533 |     1229
4.89/4.96	c #cpu_time = 0.010s
4.89/4.96	c #wall_clock_time = 0.010s
4.89/4.96	c #decision = 815
4.89/4.96	c #random_decision = 0
4.89/4.96	c #conflict = 26
4.89/4.96	c #restart = 0
4.89/4.96	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 12: cost of the new core is >=6
4.89/4.96	c lower bound updated to 922
4.89/4.96	c BCD2: 922 <= obj <= 1155
4.89/4.96	c BCD2: #cores=448, #unrelaxed=75, #relaxed=1888, #hardened=0
4.89/4.96	c BCD2: #sat=2 #unsat=923 bias=923/925
4.89/4.97	c Solving starts ...
4.89/4.97	c ============================[ Search Statistics ]============================
4.89/4.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.97	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.97	c =============================================================================
4.89/4.97	c  0.0s |       0 |        0 |        0 |     1987      0 |      537 |     1229
4.89/4.97	c  0.0s |       0 |      636 |        5 |     2186      0 |      537 |     1234
4.89/4.97	c #cpu_time = 0.006s
4.89/4.97	c #wall_clock_time = 0.006s
4.89/4.97	c #decision = 636
4.89/4.97	c #random_decision = 0
4.89/4.97	c #conflict = 5
4.89/4.97	c #restart = 0
4.89/4.97	c BCD2: relaxing 3 and merging with 6 cores into a new core of size 27: cost of the new core is >=13
4.89/4.97	c lower bound updated to 923
4.89/4.97	c BCD2: 923 <= obj <= 1155
4.89/4.97	c BCD2: #cores=443, #unrelaxed=72, #relaxed=1891, #hardened=0
4.89/4.97	c BCD2: #sat=2 #unsat=924 bias=924/926
4.89/4.97	c Solving starts ...
4.89/4.97	c ============================[ Search Statistics ]============================
4.89/4.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.97	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.97	c =============================================================================
4.89/4.97	c  0.0s |       0 |        0 |        0 |     2186      0 |      548 |     1234
4.89/4.99	c  0.0s |       0 |      948 |       29 |     2186      0 |      548 |     1250
4.89/4.99	c #cpu_time = 0.011s
4.89/4.99	c #wall_clock_time = 0.011s
4.89/4.99	c #decision = 948
4.89/4.99	c #random_decision = 2
4.89/4.99	c #conflict = 29
4.89/4.99	c #restart = 0
4.89/4.99	c BCD2: relaxing 1 and merging with 5 cores into a new core of size 25: cost of the new core is >=13
4.89/4.99	c lower bound updated to 924
4.89/4.99	c BCD2: 924 <= obj <= 1155
4.89/4.99	c BCD2: #cores=439, #unrelaxed=71, #relaxed=1892, #hardened=0
4.89/4.99	c BCD2: #sat=2 #unsat=925 bias=925/927
4.89/4.99	c Solving starts ...
4.89/4.99	c ============================[ Search Statistics ]============================
4.89/4.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.99	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.99	c =============================================================================
4.89/4.99	c  0.0s |       0 |        0 |        0 |     2186      0 |      556 |     1250
4.89/4.99	c  0.0s |       0 |      607 |        8 |     2186      0 |      556 |     1261
4.89/4.99	c #cpu_time = 0.006s
4.89/4.99	c #wall_clock_time = 0.006s
4.89/4.99	c #decision = 607
4.89/4.99	c #random_decision = 0
4.89/4.99	c #conflict = 8
4.89/4.99	c #restart = 0
4.89/4.99	c BCD2: relaxing 4 and merging with 7 cores into a new core of size 38: cost of the new core is >=18
4.89/4.99	c lower bound updated to 925
4.89/5.00	c BCD2: 925 <= obj <= 1155
4.89/5.00	c BCD2: #cores=433, #unrelaxed=67, #relaxed=1896, #hardened=0
4.89/5.00	c BCD2: #sat=2 #unsat=926 bias=926/928
4.99/5.00	c Solving starts ...
4.99/5.00	c ============================[ Search Statistics ]============================
4.99/5.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.00	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.00	c =============================================================================
4.99/5.00	c  0.0s |       0 |        0 |        0 |     2186      0 |      568 |     1261
4.99/5.02	c  0.0s |       0 |     1208 |       93 |     2186      0 |      568 |     1278
4.99/5.02	c #cpu_time = 0.021s
4.99/5.02	c #wall_clock_time = 0.021s
4.99/5.02	c #decision = 1208
4.99/5.02	c #random_decision = 2
4.99/5.02	c #conflict = 93
4.99/5.02	c #restart = 0
4.99/5.02	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 20: cost of the new core is >=9
4.99/5.02	c lower bound updated to 926
4.99/5.02	c BCD2: 926 <= obj <= 1155
4.99/5.02	c BCD2: #cores=431, #unrelaxed=65, #relaxed=1898, #hardened=0
4.99/5.02	c BCD2: #sat=2 #unsat=927 bias=927/929
4.99/5.02	c Solving starts ...
4.99/5.02	c ============================[ Search Statistics ]============================
4.99/5.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.02	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.02	c =============================================================================
4.99/5.02	c  0.0s |       0 |        0 |        0 |     2186      0 |      573 |     1278
4.99/5.04	c  0.0s |       0 |     1344 |       80 |     2405      0 |      574 |     1286
4.99/5.04	c #cpu_time = 0.015s
4.99/5.04	c #wall_clock_time = 0.015s
4.99/5.04	c #decision = 1344
4.99/5.04	c #random_decision = 0
4.99/5.04	c #conflict = 80
4.99/5.04	c #restart = 0
4.99/5.04	c BCD2: updating lower bound of a core
4.99/5.04	c lower bound updated to 927
4.99/5.04	c BCD2: 927 <= obj <= 1155
4.99/5.04	c BCD2: #cores=431, #unrelaxed=65, #relaxed=1898, #hardened=0
4.99/5.04	c BCD2: #sat=2 #unsat=928 bias=928/930
4.99/5.04	c Solving starts ...
4.99/5.04	c ============================[ Search Statistics ]============================
4.99/5.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.04	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.04	c =============================================================================
4.99/5.04	c  0.0s |       0 |        0 |        0 |     2405      0 |      574 |     1287
4.99/5.05	c  0.0s |       1 |      712 |      100 |     2405      0 |      574 |     1287
4.99/5.06	c  0.0s |       1 |     1318 |      114 |     2405      0 |      574 |     1287
4.99/5.06	c #cpu_time = 0.019s
4.99/5.06	c #wall_clock_time = 0.019s
4.99/5.06	c #decision = 1318
4.99/5.06	c #random_decision = 2
4.99/5.06	c #conflict = 114
4.99/5.06	c #restart = 1
4.99/5.06	c BCD2: relaxing 7 and merging with 15 cores into a new core of size 67: cost of the new core is >=31
4.99/5.06	c lower bound updated to 928
4.99/5.06	c BCD2: 928 <= obj <= 1155
4.99/5.06	c BCD2: #cores=417, #unrelaxed=58, #relaxed=1905, #hardened=0
4.99/5.06	c BCD2: #sat=2 #unsat=929 bias=929/931
4.99/5.06	c Solving starts ...
4.99/5.06	c ============================[ Search Statistics ]============================
4.99/5.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.06	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.06	c =============================================================================
4.99/5.06	c  0.0s |       0 |        0 |        0 |     2405      0 |      597 |     1287
4.99/5.08	c  0.0s |       0 |     1017 |       13 |     2405      0 |      597 |     1318
4.99/5.08	c #cpu_time = 0.013s
4.99/5.08	c #wall_clock_time = 0.013s
4.99/5.08	c #decision = 1017
4.99/5.08	c #random_decision = 1
4.99/5.08	c #conflict = 13
4.99/5.08	c #restart = 0
4.99/5.08	c BCD2: relaxing 2 and merging with 6 cores into a new core of size 26: cost of the new core is >=13
4.99/5.08	c lower bound updated to 929
4.99/5.08	c BCD2: 929 <= obj <= 1155
4.99/5.08	c BCD2: #cores=412, #unrelaxed=56, #relaxed=1907, #hardened=0
4.99/5.08	c BCD2: #sat=2 #unsat=930 bias=930/932
4.99/5.08	c Solving starts ...
4.99/5.08	c ============================[ Search Statistics ]============================
4.99/5.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.08	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.08	c =============================================================================
4.99/5.08	c  0.0s |       0 |        0 |        0 |     2405      0 |      607 |     1318
4.99/5.09	c  0.0s |       0 |      636 |       25 |     2405      0 |      607 |     1332
4.99/5.09	c #cpu_time = 0.007s
4.99/5.09	c #wall_clock_time = 0.007s
4.99/5.09	c #decision = 636
4.99/5.09	c #random_decision = 0
4.99/5.09	c #conflict = 25
4.99/5.09	c #restart = 0
4.99/5.09	c BCD2: relaxing 4 and merging with 13 cores into a new core of size 73: cost of the new core is >=35
4.99/5.09	c lower bound updated to 930
4.99/5.09	c BCD2: 930 <= obj <= 1155
4.99/5.09	c BCD2: #cores=400, #unrelaxed=52, #relaxed=1911, #hardened=0
4.99/5.09	c BCD2: #sat=2 #unsat=931 bias=931/933
4.99/5.09	c Solving starts ...
4.99/5.09	c ============================[ Search Statistics ]============================
4.99/5.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.09	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.09	c =============================================================================
4.99/5.09	c  0.0s |       0 |        0 |        0 |     2405      0 |      625 |     1332
5.09/5.10	c  0.0s |       1 |      642 |      100 |     2646      0 |      625 |     1355
5.09/5.12	c  0.0s |       2 |     1346 |      250 |     2646      0 |      625 |     1355
5.09/5.15	c  0.1s |       3 |     2111 |      475 |     2911      0 |      625 |     1355
5.19/5.20	c  0.1s |       4 |     3012 |      813 |     2911      0 |      625 |     1355
5.19/5.28	c  0.2s |       5 |     4132 |     1320 |     3203      0 |      625 |     1355
5.39/5.43	c  0.3s |       6 |     5533 |     2081 |     3524      0 |      625 |     1355
5.60/5.66	c  0.6s |       7 |     7435 |     3223 |     3877      0 |      625 |     1355
5.99/6.02	c  0.9s |       8 |     9926 |     4936 |     4265      0 |      625 |     1355
6.39/6.49	c  1.4s |       9 |    13601 |     7506 |     4692      1 |      625 |     1355
7.19/7.30	c  2.2s |      10 |    18807 |    11361 |     5162      2 |      625 |     1355
8.48/8.50	c  3.4s |      11 |    26116 |    17144 |     5679      4 |      625 |     1355
10.29/10.38	c  5.3s |      12 |    37342 |    25819 |     6247      6 |      625 |     1355
12.29/12.39	c  7.3s |      12 |    48133 |    34719 |     6247      9 |      625 |     1355
13.20/13.26	c  8.2s |      13 |    52682 |    38832 |     6872     10 |      625 |     1355
15.29/15.38	c 10.3s |      13 |    63323 |    48132 |     6872     12 |      625 |     1355
17.29/17.39	c 12.3s |      13 |    73580 |    57232 |     6872     14 |      625 |     1355
17.70/17.72	c 12.6s |      14 |    74874 |    58352 |     7560     14 |      625 |     1355
19.69/19.73	c 14.6s |      14 |    84754 |    66752 |     7560     16 |      625 |     1355
21.69/21.77	c 16.7s |      14 |    92863 |    73852 |     7560     18 |      625 |     1355
23.69/23.78	c 18.7s |      14 |   103498 |    83252 |     7560     20 |      625 |     1355
24.69/24.72	c 19.6s |      15 |   108553 |    87632 |     8316     21 |      625 |     1355
27.08/27.15	c 22.1s |      15 |   116054 |    93732 |     8316     22 |      625 |     1355
29.08/29.16	c 24.1s |      15 |   127105 |   103432 |     8316     24 |      625 |     1355
31.18/31.20	c 26.1s |      15 |   137281 |   112132 |     8316     26 |      625 |     1355
33.28/33.36	c 28.3s |      15 |   139134 |   113632 |     8316     26 |      625 |     1355
35.29/35.37	c 30.3s |      15 |   151249 |   123532 |     8316     28 |      625 |     1355
37.68/37.77	c 32.7s |      15 |   157204 |   129032 |     8316     29 |      625 |     1355
38.08/38.17	c 33.1s |      16 |   159952 |   131552 |     9148     29 |      625 |     1355
40.88/40.94	c 35.8s |      16 |   168898 |   139452 |     9148     31 |      625 |     1355
42.89/42.97	c 37.9s |      16 |   178442 |   148652 |     9148     33 |      625 |     1355
44.99/45.01	c 39.9s |      16 |   186650 |   155552 |     9148     34 |      625 |     1355
47.29/47.33	c 42.2s |      16 |   195976 |   163552 |     9148     35 |      625 |     1355
49.28/49.34	c 44.2s |      16 |   204129 |   170252 |     9148     37 |      625 |     1355
51.28/51.34	c 46.2s |      16 |   212669 |   177352 |     9148     38 |      625 |     1355
53.28/53.34	c 48.3s |      16 |   220697 |   183952 |     9148     39 |      625 |     1355
55.28/55.35	c 50.3s |      16 |   225018 |   187652 |     9148     40 |      625 |     1355
57.29/57.35	c 52.3s |      16 |   234627 |   195752 |    10063     41 |      625 |     1355
57.58/57.66	c 52.6s |      17 |   236598 |   197432 |    10063     41 |      625 |     1355
59.58/59.68	c 54.6s |      17 |   244682 |   204032 |    10063     43 |      625 |     1355
61.59/61.69	c 56.6s |      17 |   252059 |   210532 |    10063     44 |      625 |     1355
63.68/63.73	c 58.6s |      17 |   260290 |   217932 |    10063     45 |      625 |     1355
65.68/65.76	c 60.7s |      17 |   267145 |   224132 |    10063     46 |      625 |     1355
67.78/67.81	c 62.7s |      17 |   273962 |   230332 |    10063     47 |      625 |     1355
69.88/69.94	c 64.8s |      17 |   282254 |   237732 |    10063     49 |      625 |     1355
72.18/72.22	c 67.1s |      17 |   288450 |   243332 |    10063     49 |      625 |     1355
74.17/74.24	c 69.1s |      17 |   297016 |   251132 |    10063     51 |      625 |     1355
76.28/76.30	c 71.2s |      17 |   306823 |   259832 |    10063     52 |      625 |     1355
77.38/77.45	c 72.4s |      17 |   312073 |   264332 |    10063     53 |      625 |     1355
77.38/77.45	c #cpu_time = 72.166s
77.38/77.45	c #wall_clock_time = 72.355s
77.38/77.45	c #decision = 312073
77.38/77.45	c #random_decision = 967
77.38/77.45	c #conflict = 264332
77.38/77.45	c #restart = 17
77.38/77.45	c BCD2: relaxing 2 and merging with 4 cores into a new core of size 20: cost of the new core is >=10
77.38/77.45	c lower bound updated to 931
77.38/77.45	c BCD2: 931 <= obj <= 1155
77.38/77.45	c BCD2: #cores=397, #unrelaxed=50, #relaxed=1913, #hardened=0
77.38/77.45	c BCD2: #sat=2 #unsat=932 bias=932/934
77.38/77.46	c Solving starts ...
77.38/77.46	c ============================[ Search Statistics ]============================
77.38/77.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.38/77.46	c       |         |          |          |    Limit     GC | Var      | Constra 
77.38/77.46	c =============================================================================
77.38/77.46	c  0.0s |       0 |        0 |        0 |    10063      0 |      632 |     1355
77.48/77.50	c  0.0s |       1 |      667 |      100 |    10063      0 |      632 |     1365
77.48/77.56	c  0.1s |       2 |     1315 |      250 |    10063      0 |      632 |     1365
77.58/77.60	c  0.1s |       2 |     2531 |      332 |    10063      0 |      632 |     1365
77.58/77.60	c #cpu_time = 0.139s
77.58/77.60	c #wall_clock_time = 0.139s
77.58/77.60	c #decision = 2531
77.58/77.60	c #random_decision = 4
77.58/77.60	c #conflict = 332
77.58/77.60	c #restart = 2
77.58/77.60	c BCD2: relaxing 6 and merging with 9 cores into a new core of size 48: cost of the new core is >=21
77.58/77.60	c lower bound updated to 932
77.58/77.60	c BCD2: 932 <= obj <= 1155
77.58/77.60	c BCD2: #cores=389, #unrelaxed=44, #relaxed=1919, #hardened=0
77.58/77.60	c BCD2: #sat=2 #unsat=933 bias=933/935
77.58/77.60	c Solving starts ...
77.58/77.60	c ============================[ Search Statistics ]============================
77.58/77.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.58/77.60	c       |         |          |          |    Limit     GC | Var      | Constra 
77.58/77.60	c =============================================================================
77.58/77.61	c  0.0s |       0 |        0 |        0 |    10063      0 |      646 |     1365
77.78/77.88	c  0.3s |       1 |      662 |      100 |    10063      0 |      646 |     1384
77.88/77.93	c  0.3s |       2 |     1284 |      250 |    10063      0 |      646 |     1384
77.88/77.99	c  0.4s |       3 |     2068 |      475 |    10063      0 |      646 |     1384
77.98/78.10	c  0.5s |       4 |     2915 |      813 |    10063      0 |      646 |     1384
78.19/78.26	c  0.7s |       5 |     4003 |     1320 |    10063      0 |      646 |     1384
78.78/78.82	c  1.2s |       6 |     5766 |     2081 |    10063      1 |      646 |     1384
79.08/79.12	c  1.5s |       7 |     7753 |     3223 |    10063      1 |      646 |     1384
79.68/79.79	c  2.2s |       8 |    10212 |     4936 |    10063      1 |      646 |     1384
80.48/80.55	c  2.9s |       9 |    13610 |     7506 |    10063      2 |      646 |     1384
82.07/82.17	c  4.6s |      10 |    18581 |    11361 |    10063      2 |      646 |     1384
84.08/84.18	c  6.6s |      10 |    24946 |    16461 |    10063      3 |      646 |     1384
84.28/84.34	c  6.7s |      11 |    25718 |    17144 |    10063      3 |      646 |     1384
86.28/86.37	c  8.8s |      11 |    33589 |    23044 |    10063      4 |      646 |     1384
87.47/87.50	c  9.9s |      12 |    37090 |    25819 |    10063      5 |      646 |     1384
89.47/89.51	c 11.9s |      12 |    47187 |    33919 |    11070      6 |      646 |     1384
91.29/91.37	c 13.8s |      13 |    52929 |    38832 |    11070      7 |      646 |     1384
93.38/93.42	c 15.8s |      13 |    60139 |    44632 |    11070      8 |      646 |     1384
95.38/95.42	c 17.8s |      13 |    68421 |    52032 |    11070      9 |      646 |     1384
97.38/97.44	c 19.8s |      13 |    74858 |    57732 |    11070     10 |      646 |     1384
97.48/97.57	c 20.0s |      14 |    75571 |    58352 |    11070     10 |      646 |     1384
99.47/99.59	c 22.0s |      14 |    84597 |    65752 |    11070     11 |      646 |     1384
101.57/101.60	c 24.0s |      14 |    94215 |    73452 |    11070     12 |      646 |     1384
103.58/103.60	c 26.0s |      14 |    99571 |    77852 |    11070     13 |      646 |     1384
105.58/105.65	c 28.0s |      14 |   107608 |    84452 |    11070     14 |      646 |     1384
106.97/107.02	c 29.4s |      15 |   111612 |    87632 |    11070     14 |      646 |     1384
109.08/109.10	c 31.5s |      15 |   120253 |    94232 |    11070     16 |      646 |     1384
111.09/111.12	c 33.5s |      15 |   128769 |   101032 |    11070     17 |      646 |     1384
113.17/113.21	c 35.6s |      15 |   135984 |   106732 |    11070     18 |      646 |     1384
115.17/115.23	c 37.6s |      15 |   145730 |   113832 |    11070     19 |      646 |     1384
117.17/117.26	c 39.7s |      15 |   150906 |   118032 |    11070     19 |      646 |     1384
119.17/119.28	c 41.7s |      15 |   158785 |   124632 |    11070     20 |      646 |     1384
120.98/121.04	c 43.4s |      16 |   166792 |   131552 |    11070     21 |      646 |     1384
122.98/123.09	c 45.5s |      16 |   174442 |   137852 |    11070     23 |      646 |     1384
125.27/125.33	c 47.7s |      16 |   182975 |   145052 |    11070     24 |      646 |     1384
127.37/127.43	c 49.8s |      16 |   191161 |   151552 |    11070     25 |      646 |     1384
129.47/129.50	c 51.9s |      16 |   201524 |   160052 |    11070     26 |      646 |     1384
131.47/131.52	c 53.9s |      16 |   211645 |   168552 |    11070     27 |      646 |     1384
133.47/133.54	c 55.9s |      16 |   218642 |   174552 |    11070     28 |      646 |     1384
135.47/135.55	c 57.9s |      16 |   226166 |   181152 |    12178     29 |      646 |     1384
137.48/137.57	c 60.0s |      16 |   233280 |   187352 |    12178     30 |      646 |     1384
139.47/139.57	c 62.0s |      16 |   239440 |   192652 |    12178     31 |      646 |     1384
140.78/140.87	c 63.3s |      17 |   244942 |   197432 |    12178     32 |      646 |     1384
142.98/143.04	c 65.4s |      17 |   252188 |   203232 |    12178     33 |      646 |     1384
145.07/145.11	c 67.5s |      17 |   260329 |   210232 |    12178     34 |      646 |     1384
147.07/147.13	c 69.5s |      17 |   268229 |   216632 |    12178     34 |      646 |     1384
149.07/149.14	c 71.5s |      17 |   275264 |   222132 |    12178     35 |      646 |     1384
151.07/151.15	c 73.5s |      17 |   283963 |   228232 |    12178     36 |      646 |     1384
153.16/153.23	c 75.6s |      17 |   291088 |   233632 |    12178     37 |      646 |     1384
155.17/155.24	c 77.6s |      17 |   300927 |   241132 |    12178     38 |      646 |     1384
157.16/157.25	c 79.6s |      17 |   308258 |   246732 |    12178     39 |      646 |     1384
159.17/159.25	c 81.6s |      17 |   316473 |   253232 |    12178     40 |      646 |     1384
161.17/161.26	c 83.7s |      17 |   320569 |   256832 |    12178     40 |      646 |     1384
163.16/163.27	c 85.7s |      17 |   328923 |   263032 |    12178     41 |      646 |     1384
165.16/165.28	c 87.7s |      17 |   338033 |   270332 |    12178     42 |      646 |     1384
167.17/167.30	c 89.7s |      17 |   345059 |   275332 |    12178     43 |      646 |     1384
169.47/169.52	c 91.9s |      17 |   351333 |   280432 |    12178     44 |      646 |     1384
170.67/170.73	c 93.1s |      17 |   355541 |   283687 |    12178     44 |      646 |     1384
170.67/170.73	c #cpu_time = 92.876s
170.67/170.73	c #wall_clock_time = 93.120s
170.67/170.73	c #decision = 355541
170.67/170.73	c #random_decision = 1205
170.67/170.73	c #conflict = 283687
170.67/170.73	c #restart = 17
170.67/170.73	c BCD2: relaxing 9 and merging with 26 cores into a new core of size 154: cost of the new core is >=72
170.67/170.73	c lower bound updated to 933
170.67/170.73	c BCD2: 933 <= obj <= 1155
170.67/170.73	c BCD2: #cores=364, #unrelaxed=35, #relaxed=1928, #hardened=0
170.67/170.73	c BCD2: #sat=2 #unsat=934 bias=934/936
170.67/170.73	c Solving starts ...
170.67/170.73	c ============================[ Search Statistics ]============================
170.67/170.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
170.67/170.73	c       |         |          |          |    Limit     GC | Var      | Constra 
170.67/170.73	c =============================================================================
170.67/170.73	c  0.0s |       0 |        0 |        0 |    12178      0 |      682 |     1384
170.67/170.78	c  0.1s |       1 |      535 |      100 |    12178      0 |      682 |     1430
170.77/170.86	c  0.1s |       2 |     1158 |      250 |    12178      0 |      682 |     1430
170.87/170.95	c  0.2s |       3 |     1847 |      475 |    12178      0 |      682 |     1430
170.97/171.06	c  0.3s |       4 |     2685 |      813 |    12178      0 |      682 |     1430
171.27/171.30	c  0.6s |       5 |     3685 |     1320 |    12178      1 |      682 |     1430
171.47/171.58	c  0.8s |       6 |     5145 |     2081 |    12178      1 |      682 |     1430
172.07/172.16	c  1.4s |       7 |     7745 |     3223 |    12178      1 |      682 |     1430
172.57/172.60	c  1.9s |       8 |    10361 |     4936 |    12178      1 |      682 |     1430
173.07/173.13	c  2.4s |       9 |    14124 |     7506 |    12178      1 |      682 |     1430
174.27/174.32	c  3.6s |      10 |    19591 |    11361 |    12178      2 |      682 |     1430
174.66/174.76	c  4.0s |      10 |    23871 |    13015 |    12178      2 |      682 |     1430
174.66/174.76	c #cpu_time = 4.021s
174.66/174.76	c #wall_clock_time = 4.032s
174.66/174.76	c #decision = 23871
174.66/174.76	c #random_decision = 75
174.66/174.76	c #conflict = 13015
174.66/174.76	c #restart = 10
174.66/174.76	c BCD2: relaxing 1 and merging with 5 cores into a new core of size 41: cost of the new core is >=21
174.66/174.76	c lower bound updated to 934
174.66/174.77	c BCD2: 934 <= obj <= 1155
174.66/174.77	c BCD2: #cores=360, #unrelaxed=34, #relaxed=1929, #hardened=0
174.66/174.77	c BCD2: #sat=2 #unsat=935 bias=935/937
174.66/174.77	c Solving starts ...
174.66/174.77	c ============================[ Search Statistics ]============================
174.66/174.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
174.66/174.77	c       |         |          |          |    Limit     GC | Var      | Constra 
174.66/174.77	c =============================================================================
174.66/174.77	c  0.0s |       0 |        0 |        0 |    12178      0 |      690 |     1430
174.76/174.81	c  0.0s |       1 |      600 |      100 |    12178      0 |      690 |     1441
174.76/174.88	c  0.1s |       2 |     1278 |      250 |    12178      0 |      690 |     1441
174.87/174.96	c  0.2s |       3 |     1968 |      475 |    12178      0 |      690 |     1441
174.97/175.01	c  0.2s |       4 |     2732 |      813 |    12178      0 |      690 |     1441
174.97/175.09	c  0.3s |       5 |     3708 |     1320 |    12178      0 |      690 |     1441
175.16/175.25	c  0.5s |       6 |     4934 |     2081 |    12178      1 |      690 |     1441
175.26/175.39	c  0.6s |       7 |     6566 |     3223 |    12178      1 |      690 |     1441
175.56/175.68	c  0.9s |       8 |     8815 |     4936 |    12178      1 |      690 |     1441
176.07/176.13	c  1.4s |       9 |    11965 |     7506 |    12178      1 |      690 |     1441
176.86/176.91	c  2.1s |      10 |    16547 |    11361 |    12178      2 |      690 |     1441
179.27/179.34	c  4.6s |      10 |    22396 |    16461 |    12178      3 |      690 |     1441
179.46/179.50	c  4.7s |      11 |    23133 |    17144 |    12178      3 |      690 |     1441
181.67/181.70	c  6.9s |      11 |    31670 |    22944 |    12178      4 |      690 |     1441
182.37/182.45	c  7.7s |      12 |    36458 |    25819 |    12178      4 |      690 |     1441
183.27/183.37	c  8.6s |      12 |    38938 |    26853 |    12178      4 |      690 |     1441
183.27/183.37	c #cpu_time = 8.582s
183.27/183.37	c #wall_clock_time = 8.605s
183.27/183.37	c #decision = 38938
183.27/183.37	c #random_decision = 139
183.27/183.37	c #conflict = 26853
183.27/183.37	c #restart = 12
183.27/183.37	c BCD2: relaxing 4 and merging with 49 cores into a new core of size 301: cost of the new core is >=147
183.27/183.37	c lower bound updated to 935
183.27/183.37	c BCD2: 935 <= obj <= 1155
183.27/183.37	c BCD2: #cores=312, #unrelaxed=30, #relaxed=1933, #hardened=0
183.27/183.37	c BCD2: #sat=2 #unsat=936 bias=936/938
183.27/183.38	c Solving starts ...
183.27/183.38	c ============================[ Search Statistics ]============================
183.27/183.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
183.27/183.38	c       |         |          |          |    Limit     GC | Var      | Constra 
183.27/183.38	c =============================================================================
183.27/183.38	c  0.0s |       0 |        0 |        0 |    12178      0 |      762 |     1441
183.56/183.67	c  0.3s |       1 |     3370 |      100 |    12178      0 |      762 |     1536
183.67/183.73	c  0.4s |       2 |     4990 |      250 |    12178      0 |      762 |     1536
183.86/183.99	c  0.6s |       3 |     6087 |      475 |    12178      0 |      762 |     1536
183.96/184.08	c  0.7s |       4 |     6976 |      813 |    12178      0 |      762 |     1536
184.26/184.33	c  1.0s |       5 |     8020 |     1320 |    12178      0 |      762 |     1536
184.56/184.69	c  1.3s |       6 |     9419 |     2081 |    12178      0 |      762 |     1536
185.26/185.33	c  2.0s |       7 |    11155 |     3223 |    12178      0 |      762 |     1536
186.36/186.49	c  3.1s |       8 |    14194 |     4936 |    12178      0 |      762 |     1536
187.86/187.91	c  4.5s |       9 |    17639 |     7506 |    12178      0 |      762 |     1536
189.86/189.92	c  6.5s |       9 |    21608 |    10406 |    12178      0 |      762 |     1536
190.46/190.55	c  7.2s |      10 |    22668 |    11361 |    12178      0 |      762 |     1536
192.47/192.59	c  9.2s |      10 |    26808 |    14161 |    12178      1 |      762 |     1536
194.46/194.53	c 11.2s |      11 |    30109 |    17144 |    12178      1 |      762 |     1536
196.46/196.54	c 13.2s |      11 |    34029 |    20044 |    12178      1 |      762 |     1536
198.46/198.58	c 15.2s |      11 |    37457 |    22844 |    12178      2 |      762 |     1536
200.17/200.23	c 16.9s |      12 |    41036 |    25819 |    12178      2 |      762 |     1536
202.16/202.27	c 18.9s |      12 |    44303 |    28319 |    12178      3 |      762 |     1536
204.16/204.29	c 20.9s |      12 |    48085 |    31619 |    12178      3 |      762 |     1536
206.26/206.33	c 23.0s |      12 |    50973 |    34219 |    12178      4 |      762 |     1536
208.26/208.34	c 25.0s |      12 |    54121 |    37119 |    12178      4 |      762 |     1536
209.76/209.80	c 26.4s |      13 |    56045 |    38832 |    12178      4 |      762 |     1536
211.76/211.83	c 28.5s |      13 |    58090 |    40232 |    12178      4 |      762 |     1536
213.76/213.86	c 30.5s |      13 |    61387 |    43332 |    12178      5 |      762 |     1536
215.85/215.90	c 32.5s |      13 |    64168 |    45932 |    12178      5 |      762 |     1536
217.86/217.92	c 34.5s |      13 |    67247 |    48632 |    12178      6 |      762 |     1536
219.85/219.98	c 36.6s |      13 |    69001 |    50232 |    12178      6 |      762 |     1536
221.85/221.99	c 38.6s |      13 |    71845 |    52732 |    12178      6 |      762 |     1536
223.85/223.99	c 40.6s |      13 |    74735 |    55332 |    12178      7 |      762 |     1536
225.46/225.54	c 42.2s |      14 |    79080 |    58352 |    12178      7 |      762 |     1536
227.45/227.57	c 44.2s |      14 |    86443 |    64852 |    12178      8 |      762 |     1536
229.45/229.57	c 46.2s |      14 |    93767 |    71352 |    12178      9 |      762 |     1536
231.65/231.77	c 48.4s |      14 |    99024 |    76052 |    13396     10 |      762 |     1536
233.75/233.81	c 50.4s |      14 |   105091 |    81552 |    13396     10 |      762 |     1536
235.76/235.82	c 52.4s |      14 |   109462 |    85452 |    13396     11 |      762 |     1536
236.86/236.99	c 53.6s |      15 |   111956 |    87632 |    13396     11 |      762 |     1536
239.05/239.10	c 55.7s |      15 |   118636 |    93232 |    13396     12 |      762 |     1536
241.05/241.14	c 57.8s |      15 |   123706 |    98032 |    13396     12 |      762 |     1536
243.06/243.14	c 59.8s |      15 |   128709 |   102332 |    13396     13 |      762 |     1536
245.05/245.14	c 61.8s |      15 |   133817 |   106532 |    13396     14 |      762 |     1536
247.05/247.15	c 63.8s |      15 |   139640 |   111732 |    13396     14 |      762 |     1536
249.05/249.17	c 65.8s |      15 |   144546 |   116132 |    13396     15 |      762 |     1536
251.15/251.20	c 67.8s |      15 |   150301 |   121232 |    13396     16 |      762 |     1536
253.16/253.23	c 69.9s |      15 |   155825 |   126232 |    13396     16 |      762 |     1536
255.16/255.26	c 71.9s |      15 |   160719 |   130632 |    13396     17 |      762 |     1536
256.45/256.57	c 73.2s |      16 |   161711 |   131552 |    13396     17 |      762 |     1536
258.46/258.60	c 75.2s |      16 |   167394 |   136452 |    13396     18 |      762 |     1536
260.55/260.71	c 77.3s |      16 |   174053 |   142352 |    13396     18 |      762 |     1536
262.65/262.73	c 79.4s |      16 |   179325 |   146952 |    13396     19 |      762 |     1536
264.65/264.75	c 81.4s |      16 |   184487 |   151752 |    13396     20 |      762 |     1536
266.65/266.75	c 83.4s |      16 |   188409 |   155452 |    13396     20 |      762 |     1536
268.65/268.77	c 85.4s |      16 |   192950 |   159752 |    13396     21 |      762 |     1536
270.85/270.97	c 87.6s |      16 |   199175 |   165652 |    13396     22 |      762 |     1536
272.86/272.98	c 89.6s |      16 |   205252 |   171352 |    13396     22 |      762 |     1536
274.85/275.00	c 91.6s |      16 |   210107 |   175952 |    13396     23 |      762 |     1536
277.55/277.60	c 94.2s |      16 |   213549 |   179152 |    13396     23 |      762 |     1536
279.55/279.63	c 96.3s |      16 |   216088 |   181552 |    13396     24 |      762 |     1536
281.56/281.64	c 98.3s |      16 |   223228 |   188252 |    13396     25 |      762 |     1536
283.55/283.66	c  100s |      16 |   228722 |   193252 |    13396     25 |      762 |     1536
285.15/285.26	c  101s |      17 |   233227 |   197432 |    13396     26 |      762 |     1536
287.74/287.80	c  104s |      17 |   237447 |   200732 |    13396     26 |      762 |     1536
292.04/292.14	c  108s |      17 |   239831 |   202832 |    13396     27 |      762 |     1536
294.04/294.15	c  110s |      17 |   246261 |   208632 |    13396     27 |      762 |     1536
296.44/296.55	c  113s |      17 |   250725 |   212732 |    13396     28 |      762 |     1536
300.35/300.49	c  117s |      17 |   255245 |   216432 |    13396     29 |      762 |     1536
302.34/302.50	c  119s |      17 |   262363 |   222932 |    13396     29 |      762 |     1536
304.44/304.53	c  121s |      17 |   266581 |   226732 |    13396     30 |      762 |     1536
306.44/306.53	c  123s |      17 |   271146 |   230632 |    13396     30 |      762 |     1536
308.54/308.63	c  125s |      17 |   277184 |   235532 |    13396     31 |      762 |     1536
310.54/310.65	c  127s |      17 |   282737 |   240432 |    13396     32 |      762 |     1536
312.54/312.66	c  129s |      17 |   287785 |   244732 |    13396     32 |      762 |     1536
314.56/314.67	c  131s |      17 |   292204 |   248532 |    13396     33 |      762 |     1536
316.54/316.68	c  133s |      17 |   293361 |   249532 |    13396     33 |      762 |     1536
318.54/318.69	c  135s |      17 |   298758 |   254332 |    13396     34 |      762 |     1536
320.64/320.70	c  137s |      17 |   304862 |   259632 |    13396     34 |      762 |     1536
322.64/322.70	c  139s |      17 |   310096 |   264332 |    13396     35 |      762 |     1536
324.64/324.71	c  141s |      17 |   315328 |   269032 |    13396     36 |      762 |     1536
328.95/329.09	c  145s |      17 |   318469 |   271732 |    13396     36 |      762 |     1536
331.05/331.17	c  147s |      17 |   324540 |   277032 |    13396     37 |      762 |     1536
333.03/333.17	c  149s |      17 |   330422 |   282332 |    13396     37 |      762 |     1536
335.45/335.58	c  152s |      17 |   334714 |   286132 |    13396     38 |      762 |     1536
337.54/337.62	c  154s |      17 |   340993 |   291632 |    13396     39 |      762 |     1536
339.85/340.00	c  156s |      17 |   345856 |   295932 |    13396     39 |      762 |     1536
340.03/340.11	c  156s |      18 |   346190 |   296252 |    13396     39 |      762 |     1536
342.15/342.29	c  158s |      18 |   349368 |   298752 |    13396     40 |      762 |     1536
344.94/345.01	c  161s |      18 |   352449 |   301552 |    13396     40 |      762 |     1536
347.14/347.27	c  163s |      18 |   356180 |   304952 |    13396     41 |      762 |     1536
349.14/349.29	c  165s |      18 |   361818 |   310152 |    13396     41 |      762 |     1536
351.23/351.38	c  168s |      18 |   367167 |   314952 |    13396     42 |      762 |     1536
353.33/353.41	c  170s |      18 |   373757 |   320652 |    13396     43 |      762 |     1536
355.34/355.44	c  172s |      18 |   379546 |   325852 |    13396     43 |      762 |     1536
357.33/357.44	c  174s |      18 |   385510 |   331052 |    13396     44 |      762 |     1536
360.14/360.20	c  176s |      18 |   389679 |   334952 |    13396     45 |      762 |     1536
362.14/362.21	c  178s |      18 |   394370 |   339352 |    13396     45 |      762 |     1536
364.94/365.09	c  181s |      18 |   399952 |   344552 |    13396     46 |      762 |     1536
368.93/369.08	c  185s |      18 |   404958 |   349152 |    13396     47 |      762 |     1536
371.03/371.11	c  187s |      18 |   410322 |   354052 |    13396     47 |      762 |     1536
374.13/374.28	c  190s |      18 |   416166 |   359352 |    13396     48 |      762 |     1536
376.53/376.66	c  193s |      18 |   421105 |   363952 |    13396     49 |      762 |     1536
379.44/379.61	c  196s |      18 |   423447 |   366152 |    13396     49 |      762 |     1536
381.53/381.62	c  198s |      18 |   427584 |   369952 |    13396     49 |      762 |     1536
383.53/383.67	c  200s |      18 |   434358 |   376152 |    13396     50 |      762 |     1536
385.53/385.69	c  202s |      18 |   440433 |   381552 |    13396     51 |      762 |     1536
387.73/387.83	c  204s |      18 |   445330 |   385752 |    13396     51 |      762 |     1536
389.83/389.99	c  206s |      18 |   450056 |   389652 |    13396     52 |      762 |     1536
393.43/393.53	c  210s |      18 |   455210 |   394052 |    13396     53 |      762 |     1536
395.43/395.53	c  212s |      18 |   461983 |   399852 |    13396     53 |      762 |     1536
397.43/397.55	c  214s |      18 |   467080 |   404152 |    13396     54 |      762 |     1536
399.43/399.57	c  216s |      18 |   473575 |   409652 |    14736     55 |      762 |     1536
402.72/402.84	c  219s |      18 |   477546 |   413052 |    14736     55 |      762 |     1536
406.53/406.65	c  223s |      18 |   481052 |   416052 |    14736     55 |      762 |     1536
408.53/408.68	c  225s |      18 |   486519 |   420752 |    14736     56 |      762 |     1536
410.63/410.75	c  227s |      18 |   491941 |   425652 |    14736     57 |      762 |     1536
413.43/413.57	c  230s |      18 |   496071 |   429352 |    14736     57 |      762 |     1536
415.42/415.58	c  232s |      18 |   498483 |   431552 |    14736     57 |      762 |     1536
417.42/417.58	c  234s |      18 |   503624 |   436252 |    14736     58 |      762 |     1536
419.52/419.67	c  236s |      18 |   510039 |   441852 |    14736     59 |      762 |     1536
420.62/420.72	c  237s |      19 |   513017 |   444482 |    14736     59 |      762 |     1536
422.63/422.73	c  239s |      19 |   516687 |   447382 |    14736     59 |      762 |     1536
424.64/424.73	c  241s |      19 |   523141 |   453182 |    14736     60 |      762 |     1536
426.74/426.85	c  243s |      19 |   528939 |   458382 |    14736     61 |      762 |     1536
429.83/429.96	c  246s |      19 |   532547 |   461682 |    14736     61 |      762 |     1536
431.83/431.98	c  248s |      19 |   538258 |   466782 |    14736     62 |      762 |     1536
434.92/435.08	c  251s |      19 |   540363 |   468682 |    14736     62 |      762 |     1536
437.02/437.10	c  253s |      19 |   546496 |   474182 |    14736     63 |      762 |     1536
439.02/439.12	c  255s |      19 |   552508 |   479682 |    14736     63 |      762 |     1536
441.03/441.13	c  257s |      19 |   556675 |   483382 |    14736     64 |      762 |     1536
443.34/443.48	c  260s |      19 |   561136 |   487282 |    14736     64 |      762 |     1536
445.44/445.51	c  262s |      19 |   567252 |   492982 |    14736     65 |      762 |     1536
448.22/448.32	c  264s |      19 |   573481 |   498582 |    14736     66 |      762 |     1536
450.22/450.34	c  266s |      19 |   580198 |   504482 |    14736     66 |      762 |     1536
453.13/453.30	c  269s |      19 |   584658 |   508382 |    14736     67 |      762 |     1536
455.92/456.02	c  272s |      19 |   585345 |   508982 |    14736     67 |      762 |     1536
457.92/458.02	c  274s |      19 |   586879 |   510382 |    14736     67 |      762 |     1536
460.22/460.35	c  276s |      19 |   591722 |   514682 |    14736     68 |      762 |     1536
462.22/462.38	c  279s |      19 |   598118 |   520482 |    14736     68 |      762 |     1536
464.23/464.39	c  281s |      19 |   604149 |   525982 |    14736     69 |      762 |     1536
466.42/466.55	c  283s |      19 |   604806 |   526582 |    14736     69 |      762 |     1536
468.41/468.57	c  285s |      19 |   610316 |   531582 |    14736     70 |      762 |     1536
473.12/473.20	c  289s |      19 |   615880 |   536782 |    14736     70 |      762 |     1536
475.12/475.25	c  291s |      19 |   621956 |   542082 |    14736     71 |      762 |     1536
477.11/477.25	c  293s |      19 |   628501 |   547982 |    14736     72 |      762 |     1536
479.12/479.25	c  295s |      19 |   631931 |   551082 |    14736     72 |      762 |     1536
481.12/481.26	c  297s |      19 |   637545 |   556082 |    14736     73 |      762 |     1536
483.12/483.28	c  299s |      19 |   640942 |   558982 |    14736     73 |      762 |     1536
489.02/489.19	c  305s |      19 |   641618 |   559582 |    14736     73 |      762 |     1536
491.12/491.21	c  307s |      19 |   648233 |   565682 |    14736     74 |      762 |     1536
493.12/493.23	c  309s |      19 |   654474 |   571282 |    14736     75 |      762 |     1536
495.11/495.23	c  311s |      19 |   658180 |   574582 |    14736     75 |      762 |     1536
497.12/497.25	c  313s |      19 |   664048 |   579682 |    14736     76 |      762 |     1536
499.11/499.26	c  315s |      19 |   670529 |   585182 |    14736     76 |      762 |     1536
502.12/502.29	c  318s |      19 |   672721 |   587082 |    14736     77 |      762 |     1536
504.21/504.37	c  320s |      19 |   673078 |   587382 |    14736     77 |      762 |     1536
506.21/506.38	c  323s |      19 |   679601 |   592982 |    14736     77 |      762 |     1536
508.31/508.40	c  325s |      19 |   685538 |   598082 |    14736     78 |      762 |     1536
510.32/510.41	c  327s |      19 |   686448 |   598882 |    14736     78 |      762 |     1536
512.31/512.42	c  329s |      19 |   693608 |   604982 |    14736     79 |      762 |     1536
514.31/514.42	c  331s |      19 |   699415 |   609782 |    14736     79 |      762 |     1536
516.31/516.42	c  333s |      19 |   704612 |   614282 |    14736     80 |      762 |     1536
520.41/520.59	c  337s |      19 |   709171 |   618282 |    14736     80 |      762 |     1536
522.52/522.68	c  339s |      19 |   711615 |   620282 |    14736     81 |      762 |     1536
524.62/524.71	c  341s |      19 |   717551 |   625582 |    14736     81 |      762 |     1536
526.61/526.72	c  343s |      19 |   723801 |   631282 |    14736     82 |      762 |     1536
528.61/528.74	c  345s |      19 |   730125 |   636982 |    14736     83 |      762 |     1536
531.41/531.54	c  348s |      19 |   732627 |   639182 |    14736     83 |      762 |     1536
533.42/533.54	c  350s |      19 |   735019 |   641382 |    14736     83 |      762 |     1536
535.41/535.57	c  352s |      19 |   742421 |   648082 |    14736     84 |      762 |     1536
537.51/537.64	c  354s |      19 |   746468 |   651682 |    14736     85 |      762 |     1536
539.50/539.66	c  356s |      19 |   750199 |   654982 |    14736     85 |      762 |     1536
541.81/541.95	c  358s |      19 |   755295 |   659482 |    14736     86 |      762 |     1536
543.81/543.98	c  360s |      19 |   761547 |   665282 |    14736     86 |      762 |     1536
545.90/546.01	c  362s |      19 |   762450 |   666082 |    14736     86 |      762 |     1536
546.10/546.24	c  362s |      20 |   763278 |   666827 |    14736     86 |      762 |     1536
548.21/548.38	c  365s |      20 |   763798 |   666927 |    14736     87 |      762 |     1536
550.30/550.40	c  367s |      20 |   768697 |   671327 |    14736     87 |      762 |     1536
552.30/552.41	c  369s |      20 |   776035 |   677927 |    14736     88 |      762 |     1536
554.31/554.50	c  371s |      20 |   781750 |   683127 |    14736     89 |      762 |     1536
556.41/556.55	c  373s |      20 |   786398 |   687227 |    14736     89 |      762 |     1536
558.51/558.60	c  375s |      20 |   791850 |   692127 |    14736     90 |      762 |     1536
563.21/563.34	c  379s |      20 |   792520 |   692727 |    14736     90 |      762 |     1536
565.21/565.37	c  381s |      20 |   798999 |   698627 |    14736     90 |      762 |     1536
567.21/567.39	c  384s |      20 |   804562 |   703627 |    14736     91 |      762 |     1536
569.31/569.42	c  386s |      20 |   809541 |   708227 |    14736     92 |      762 |     1536
571.30/571.43	c  388s |      20 |   812055 |   710427 |    14736     92 |      762 |     1536
573.30/573.44	c  390s |      20 |   817529 |   715427 |    14736     93 |      762 |     1536
576.21/576.31	c  392s |      20 |   818902 |   716627 |    14736     93 |      762 |     1536
578.21/578.33	c  394s |      20 |   824405 |   721627 |    14736     93 |      762 |     1536
580.40/580.54	c  397s |      20 |   830602 |   727227 |    14736     94 |      762 |     1536
582.80/582.90	c  399s |      20 |   833992 |   730227 |    14736     94 |      762 |     1536
584.80/584.91	c  401s |      20 |   838570 |   734327 |    14736     95 |      762 |     1536
587.00/587.16	c  403s |      20 |   844747 |   739727 |    14736     96 |      762 |     1536
593.00/593.10	c  409s |      20 |   851167 |   745627 |    14736     96 |      762 |     1536
595.01/595.11	c  411s |      20 |   856500 |   750627 |    14736     97 |      762 |     1536
597.00/597.13	c  413s |      20 |   861101 |   754827 |    14736     97 |      762 |     1536
599.00/599.13	c  415s |      20 |   866512 |   759827 |    14736     98 |      762 |     1536
601.29/601.43	c  418s |      20 |   867258 |   760527 |    14736     98 |      762 |     1536
603.39/603.54	c  420s |      20 |   873092 |   765827 |    14736     99 |      762 |     1536
606.29/606.41	c  423s |      20 |   874891 |   767427 |    14736     99 |      762 |     1536
608.30/608.42	c  425s |      20 |   881266 |   773327 |    14736    100 |      762 |     1536
610.70/610.83	c  427s |      20 |   882026 |   774027 |    14736    100 |      762 |     1536
612.80/612.92	c  429s |      20 |   888179 |   779727 |    14736    101 |      762 |     1536
614.81/614.92	c  431s |      20 |   893704 |   784827 |    14736    101 |      762 |     1536
616.80/616.93	c  433s |      20 |   897937 |   788627 |    14736    102 |      762 |     1536
620.80/620.94	c  437s |      20 |   902635 |   792827 |    14736    102 |      762 |     1536
622.80/622.98	c  439s |      20 |   908929 |   798627 |    14736    103 |      762 |     1536
624.89/625.00	c  441s |      20 |   910310 |   799927 |    14736    103 |      762 |     1536
626.90/627.02	c  443s |      20 |   916170 |   805127 |    14736    104 |      762 |     1536
628.89/629.03	c  445s |      20 |   919273 |   807927 |    14736    104 |      762 |     1536
630.89/631.04	c  447s |      20 |   925138 |   813227 |    14736    105 |      762 |     1536
632.89/633.05	c  449s |      20 |   931174 |   818727 |    14736    105 |      762 |     1536
634.89/635.08	c  451s |      20 |   936887 |   823827 |    14736    106 |      762 |     1536
636.90/637.09	c  453s |      20 |   941642 |   828227 |    14736    107 |      762 |     1536
640.10/640.27	c  456s |      20 |   941962 |   828527 |    14736    107 |      762 |     1536
642.09/642.27	c  458s |      20 |   948058 |   834127 |    14736    107 |      762 |     1536
644.60/644.76	c  461s |      20 |   953897 |   839127 |    14736    108 |      762 |     1536
646.70/646.90	c  463s |      20 |   960263 |   844727 |    14736    109 |      762 |     1536
651.79/651.93	c  468s |      20 |   963726 |   847827 |    14736    109 |      762 |     1536
654.29/654.51	c  471s |      20 |   964534 |   848527 |    14736    109 |      762 |     1536
656.39/656.58	c  473s |      20 |   970227 |   853727 |    14736    110 |      762 |     1536
658.49/658.62	c  475s |      20 |   976943 |   859627 |    14736    110 |      762 |     1536
662.29/662.42	c  479s |      20 |   982057 |   864227 |    14736    111 |      762 |     1536
664.30/664.42	c  481s |      20 |   987973 |   869527 |    14736    112 |      762 |     1536
666.28/666.43	c  483s |      20 |   992953 |   874227 |    14736    112 |      762 |     1536
668.28/668.46	c  485s |      20 |   998332 |   878927 |    14736    113 |      762 |     1536
670.29/670.46	c  487s |      20 |  1002524 |   882427 |    14736    113 |      762 |     1536
672.29/672.47	c  489s |      20 |  1007836 |   887027 |    14736    114 |      762 |     1536
676.19/676.31	c  492s |      20 |  1008846 |   887927 |    14736    114 |      762 |     1536
679.28/679.42	c  496s |      20 |  1009742 |   888727 |    14736    114 |      762 |     1536
681.59/681.77	c  498s |      20 |  1010435 |   889327 |    14736    114 |      762 |     1536
683.59/683.79	c  500s |      20 |  1016072 |   894327 |    14736    115 |      762 |     1536
685.68/685.83	c  502s |      20 |  1021942 |   899627 |    14736    115 |      762 |     1536
687.79/687.99	c  504s |      20 |  1022475 |   900127 |    14736    115 |      762 |     1536
689.88/690.00	c  506s |      20 |  1026796 |   903927 |    16210    116 |      762 |     1536
691.89/692.02	c  508s |      20 |  1032418 |   908827 |    16210    116 |      762 |     1536
693.88/694.02	c  510s |      20 |  1038614 |   914327 |    16210    117 |      762 |     1536
697.19/697.37	c  513s |      20 |  1043788 |   918927 |    16210    118 |      762 |     1536
699.18/699.37	c  515s |      20 |  1049790 |   924427 |    16210    118 |      762 |     1536
701.18/701.39	c  518s |      20 |  1055381 |   929427 |    16210    119 |      762 |     1536
703.18/703.39	c  520s |      20 |  1061576 |   935127 |    16210    119 |      762 |     1536
705.28/705.42	c  522s |      20 |  1065625 |   938927 |    16210    120 |      762 |     1536
707.78/708.00	c  524s |      20 |  1068693 |   941827 |    16210    120 |      762 |     1536
709.88/710.04	c  526s |      20 |  1074170 |   946827 |    16210    121 |      762 |     1536
712.58/712.77	c  529s |      20 |  1075335 |   947927 |    16210    121 |      762 |     1536
714.58/714.78	c  531s |      20 |  1080893 |   953027 |    16210    121 |      762 |     1536
716.58/716.79	c  533s |      20 |  1085612 |   957327 |    16210    122 |      762 |     1536
719.98/720.14	c  536s |      20 |  1089028 |   960527 |    16210    122 |      762 |     1536
723.58/723.77	c  540s |      20 |  1093169 |   964427 |    16210    123 |      762 |     1536
725.58/725.77	c  542s |      20 |  1099397 |   970027 |    16210    123 |      762 |     1536
727.68/727.83	c  544s |      20 |  1105381 |   975527 |    16210    124 |      762 |     1536
730.29/730.47	c  547s |      20 |  1105489 |   975627 |    16210    124 |      762 |     1536
732.28/732.49	c  549s |      20 |  1111629 |   981227 |    16210    125 |      762 |     1536
736.78/736.96	c  553s |      20 |  1112641 |   982127 |    16210    125 |      762 |     1536
739.47/739.67	c  556s |      20 |  1116576 |   985727 |    16210    125 |      762 |     1536
743.08/743.20	c  559s |      20 |  1120809 |   989627 |    16210    126 |      762 |     1536
745.08/745.29	c  561s |      20 |  1123068 |   991727 |    16210    126 |      762 |     1536
747.98/748.19	c  564s |      20 |  1125723 |   994127 |    16210    126 |      762 |     1536
750.08/750.21	c  566s |      20 |  1132201 |   999927 |    16210    127 |      762 |     1536
750.67/750.86	c  567s |      21 |  1132700 |  1000345 |    16210    127 |      762 |     1536
752.68/752.87	c  569s |      21 |  1137596 |  1004445 |    16210    127 |      762 |     1536
754.67/754.88	c  571s |      21 |  1141980 |  1008445 |    16210    128 |      762 |     1536
756.87/757.00	c  573s |      21 |  1142615 |  1009045 |    16210    128 |      762 |     1536
758.78/759.00	c  575s |      21 |  1149053 |  1015045 |    16210    128 |      762 |     1536
760.87/761.02	c  577s |      21 |  1154626 |  1020345 |    16210    129 |      762 |     1536
763.97/764.17	c  580s |      21 |  1159973 |  1025345 |    16210    130 |      762 |     1536
765.97/766.17	c  582s |      21 |  1163080 |  1028245 |    16210    130 |      762 |     1536
767.97/768.17	c  584s |      21 |  1165709 |  1030645 |    16210    130 |      762 |     1536
770.17/770.32	c  586s |      21 |  1169375 |  1034045 |    16210    131 |      762 |     1536
772.18/772.34	c  588s |      21 |  1175705 |  1039845 |    16210    131 |      762 |     1536
774.17/774.34	c  590s |      21 |  1178998 |  1042945 |    16210    132 |      762 |     1536
776.17/776.36	c  592s |      21 |  1184863 |  1048445 |    16210    132 |      762 |     1536
778.16/778.38	c  595s |      21 |  1189799 |  1052945 |    16210    133 |      762 |     1536
780.27/780.40	c  597s |      21 |  1194746 |  1057445 |    16210    133 |      762 |     1536
783.37/783.55	c  600s |      21 |  1197764 |  1060145 |    16210    134 |      762 |     1536
786.16/786.31	c  602s |      21 |  1201944 |  1064145 |    16210    134 |      762 |     1536
788.25/788.46	c  605s |      21 |  1207587 |  1069145 |    16210    135 |      762 |     1536
790.35/790.50	c  607s |      21 |  1212944 |  1074145 |    16210    135 |      762 |     1536
792.35/792.57	c  609s |      21 |  1219346 |  1080145 |    16210    136 |      762 |     1536
794.86/795.00	c  611s |      21 |  1224091 |  1084345 |    16210    136 |      762 |     1536
796.85/797.03	c  613s |      21 |  1229711 |  1089445 |    16210    137 |      762 |     1536
798.85/799.05	c  615s |      21 |  1234884 |  1094345 |    16210    137 |      762 |     1536
800.85/801.05	c  617s |      21 |  1241251 |  1099945 |    16210    138 |      762 |     1536
803.15/803.37	c  619s |      21 |  1241885 |  1100545 |    16210    138 |      762 |     1536
809.46/809.63	c  626s |      21 |  1246750 |  1105145 |    16210    139 |      762 |     1536
811.44/811.66	c  628s |      21 |  1253033 |  1110845 |    16210    139 |      762 |     1536
813.44/813.68	c  630s |      21 |  1258233 |  1115545 |    16210    140 |      762 |     1536
816.65/816.85	c  633s |      21 |  1260466 |  1117545 |    16210    140 |      762 |     1536
819.14/819.31	c  635s |      21 |  1266361 |  1122645 |    16210    141 |      762 |     1536
821.14/821.33	c  637s |      21 |  1272965 |  1128445 |    16210    141 |      762 |     1536
824.45/824.68	c  641s |      21 |  1277502 |  1132445 |    16210    142 |      762 |     1536
826.55/826.78	c  643s |      21 |  1284151 |  1138445 |    16210    143 |      762 |     1536
830.64/830.87	c  647s |      21 |  1289221 |  1143045 |    16210    143 |      762 |     1536
832.94/833.12	c  649s |      21 |  1294122 |  1147545 |    16210    144 |      762 |     1536
834.94/835.13	c  651s |      21 |  1297938 |  1151045 |    16210    144 |      762 |     1536
836.95/837.14	c  653s |      21 |  1304008 |  1156645 |    16210    145 |      762 |     1536
840.13/840.31	c  656s |      21 |  1307986 |  1160245 |    16210    145 |      762 |     1536
842.74/842.90	c  659s |      21 |  1311433 |  1163345 |    16210    145 |      762 |     1536
844.75/844.92	c  661s |      21 |  1316729 |  1168245 |    16210    146 |      762 |     1536
847.03/847.23	c  663s |      21 |  1317695 |  1169145 |    16210    146 |      762 |     1536
849.04/849.26	c  665s |      21 |  1323147 |  1174145 |    16210    147 |      762 |     1536
851.04/851.27	c  667s |      21 |  1327076 |  1177645 |    16210    147 |      762 |     1536
853.24/853.42	c  670s |      21 |  1333151 |  1183045 |    16210    148 |      762 |     1536
855.34/855.57	c  672s |      21 |  1338813 |  1188245 |    16210    148 |      762 |     1536
857.43/857.60	c  674s |      21 |  1341991 |  1191145 |    16210    149 |      762 |     1536
859.43/859.63	c  676s |      21 |  1345728 |  1194545 |    16210    149 |      762 |     1536
861.43/861.64	c  678s |      21 |  1349628 |  1198145 |    16210    149 |      762 |     1536
863.44/863.67	c  680s |      21 |  1353053 |  1201245 |    16210    150 |      762 |     1536
865.43/865.67	c  682s |      21 |  1356751 |  1204545 |    16210    150 |      762 |     1536
867.43/867.69	c  684s |      21 |  1362342 |  1209545 |    16210    151 |      762 |     1536
869.53/869.73	c  686s |      21 |  1369378 |  1215845 |    16210    151 |      762 |     1536
871.53/871.73	c  688s |      21 |  1375195 |  1221145 |    16210    152 |      762 |     1536
874.72/874.92	c  691s |      21 |  1380684 |  1226145 |    16210    152 |      762 |     1536
876.92/877.15	c  693s |      21 |  1381448 |  1226845 |    16210    153 |      762 |     1536
878.93/879.16	c  695s |      21 |  1385151 |  1230245 |    16210    153 |      762 |     1536
880.94/881.18	c  697s |      21 |  1391104 |  1235545 |    16210    154 |      762 |     1536
883.23/883.47	c  700s |      21 |  1394806 |  1238745 |    16210    154 |      762 |     1536
885.83/886.06	c  702s |      21 |  1395253 |  1239145 |    16210    154 |      762 |     1536
887.83/888.07	c  704s |      21 |  1401983 |  1245045 |    16210    155 |      762 |     1536
890.02/890.27	c  706s |      21 |  1406543 |  1248845 |    16210    155 |      762 |     1536
893.62/893.86	c  710s |      21 |  1413008 |  1254245 |    16210    156 |      762 |     1536
896.22/896.46	c  713s |      21 |  1415625 |  1256445 |    16210    156 |      762 |     1536
898.42/898.68	c  715s |      21 |  1421787 |  1261745 |    16210    157 |      762 |     1536
902.42/902.65	c  719s |      21 |  1429597 |  1268345 |    16210    157 |      762 |     1536
904.42/904.68	c  721s |      21 |  1436543 |  1274445 |    16210    158 |      762 |     1536
906.72/906.98	c  723s |      21 |  1442739 |  1280245 |    16210    159 |      762 |     1536
908.91/909.15	c  725s |      21 |  1444865 |  1282245 |    16210    159 |      762 |     1536
911.01/911.24	c  727s |      21 |  1450971 |  1287845 |    16210    160 |      762 |     1536
913.02/913.26	c  729s |      21 |  1457554 |  1293645 |    16210    160 |      762 |     1536
915.03/915.27	c  731s |      21 |  1463107 |  1298145 |    16210    161 |      762 |     1536
917.01/917.27	c  733s |      21 |  1467406 |  1301845 |    16210    161 |      762 |     1536
919.01/919.29	c  735s |      21 |  1471958 |  1305945 |    16210    162 |      762 |     1536
921.82/922.02	c  738s |      21 |  1476008 |  1309745 |    16210    162 |      762 |     1536
923.82/924.03	c  740s |      21 |  1483124 |  1316145 |    16210    163 |      762 |     1536
925.81/926.04	c  742s |      21 |  1488288 |  1320745 |    16210    163 |      762 |     1536
928.51/928.70	c  745s |      21 |  1493809 |  1325845 |    16210    164 |      762 |     1536
930.71/930.90	c  747s |      21 |  1500511 |  1331945 |    16210    165 |      762 |     1536
932.72/932.93	c  749s |      21 |  1506446 |  1337245 |    16210    165 |      762 |     1536
935.20/935.40	c  752s |      21 |  1509596 |  1340145 |    16210    165 |      762 |     1536
938.80/939.03	c  755s |      21 |  1510223 |  1340745 |    16210    166 |      762 |     1536
940.80/941.05	c  757s |      21 |  1511653 |  1342145 |    16210    166 |      762 |     1536
943.00/943.29	c  759s |      21 |  1517700 |  1347645 |    16210    166 |      762 |     1536
945.10/945.37	c  761s |      21 |  1522486 |  1352245 |    16210    167 |      762 |     1536
947.19/947.42	c  764s |      21 |  1528628 |  1358045 |    16210    168 |      762 |     1536
949.20/949.44	c  766s |      21 |  1534336 |  1363545 |    16210    168 |      762 |     1536
951.50/951.73	c  768s |      21 |  1534437 |  1363645 |    16210    168 |      762 |     1536
953.51/953.75	c  770s |      21 |  1540085 |  1368645 |    16210    169 |      762 |     1536
957.39/957.63	c  774s |      21 |  1545883 |  1373745 |    16210    169 |      762 |     1536
959.50/959.72	c  776s |      21 |  1550536 |  1377845 |    16210    170 |      762 |     1536
961.50/961.76	c  778s |      21 |  1558393 |  1384445 |    16210    171 |      762 |     1536
963.50/963.77	c  780s |      21 |  1565401 |  1390745 |    16210    171 |      762 |     1536
965.70/965.97	c  782s |      21 |  1570977 |  1395745 |    16210    172 |      762 |     1536
967.69/967.97	c  784s |      21 |  1577887 |  1402045 |    16210    173 |      762 |     1536
969.79/970.00	c  786s |      21 |  1583569 |  1407345 |    16210    173 |      762 |     1536
972.60/972.82	c  789s |      21 |  1584314 |  1408045 |    16210    173 |      762 |     1536
974.59/974.84	c  791s |      21 |  1585299 |  1408945 |    16210    173 |      762 |     1536
976.60/976.87	c  793s |      21 |  1591439 |  1414345 |    16210    174 |      762 |     1536
980.18/980.44	c  797s |      21 |  1595547 |  1417945 |    16210    174 |      762 |     1536
982.29/982.53	c  799s |      21 |  1595652 |  1418045 |    16210    174 |      762 |     1536
984.30/984.55	c  801s |      21 |  1602148 |  1423945 |    16210    175 |      762 |     1536
986.38/986.64	c  803s |      21 |  1607416 |  1428445 |    16210    176 |      762 |     1536
988.38/988.65	c  805s |      21 |  1614469 |  1434845 |    16210    176 |      762 |     1536
991.69/991.97	c  808s |      21 |  1618156 |  1438145 |    16210    177 |      762 |     1536
993.89/994.12	c  810s |      21 |  1622100 |  1441845 |    16210    177 |      762 |     1536
995.98/996.29	c  812s |      21 |  1628502 |  1447745 |    16210    178 |      762 |     1536
997.98/998.29	c  814s |      21 |  1635120 |  1453845 |    16210    178 |      762 |     1536
1000.08/1000.31	c  816s |      21 |  1639098 |  1457645 |    16210    179 |      762 |     1536
1002.07/1002.31	c  818s |      21 |  1642102 |  1460545 |    16210    179 |      762 |     1536
1004.09/1004.32	c  820s |      21 |  1646582 |  1464845 |    16210    180 |      762 |     1536
1006.08/1006.34	c  822s |      21 |  1652934 |  1470945 |    16210    180 |      762 |     1536
1008.17/1008.44	c  825s |      21 |  1656187 |  1474045 |    16210    181 |      762 |     1536
1010.17/1010.47	c  827s |      21 |  1662184 |  1479745 |    16210    181 |      762 |     1536
1014.47/1014.75	c  831s |      21 |  1665099 |  1482445 |    16210    182 |      762 |     1536
1016.67/1016.96	c  833s |      21 |  1665322 |  1482645 |    16210    182 |      762 |     1536
1018.66/1018.99	c  835s |      21 |  1672892 |  1489145 |    16210    182 |      762 |     1536
1020.77/1021.01	c  837s |      21 |  1679185 |  1494945 |    16210    183 |      762 |     1536
1022.78/1023.04	c  839s |      21 |  1684828 |  1499945 |    16210    184 |      762 |     1536
1022.97/1023.26	c  839s |      22 |  1685564 |  1500622 |    16210    184 |      762 |     1536
1025.07/1025.33	c  841s |      22 |  1687937 |  1502422 |    16210    184 |      762 |     1536
1028.86/1029.12	c  845s |      22 |  1694482 |  1508022 |    16210    185 |      762 |     1536
1030.86/1031.13	c  847s |      22 |  1702134 |  1514522 |    16210    185 |      762 |     1536
1032.86/1033.15	c  849s |      22 |  1708305 |  1519722 |    16210    186 |      762 |     1536
1037.17/1037.42	c  854s |      22 |  1714201 |  1524322 |    16210    186 |      762 |     1536
1039.76/1040.08	c  856s |      22 |  1716918 |  1526622 |    16210    187 |      762 |     1536
1041.85/1042.10	c  858s |      22 |  1724269 |  1532722 |    16210    187 |      762 |     1536
1043.85/1044.10	c  860s |      22 |  1730805 |  1538322 |    16210    188 |      762 |     1536
1045.97/1046.29	c  862s |      22 |  1736683 |  1543122 |    16210    189 |      762 |     1536
1048.16/1048.46	c  865s |      22 |  1741250 |  1546922 |    16210    189 |      762 |     1536
1052.46/1052.74	c  869s |      22 |  1745724 |  1550722 |    16210    189 |      762 |     1536
1055.95/1056.26	c  872s |      22 |  1745848 |  1550822 |    16210    189 |      762 |     1536
1057.96/1058.29	c  874s |      22 |  1752716 |  1556322 |    16210    190 |      762 |     1536
1060.45/1060.71	c  877s |      22 |  1759833 |  1562422 |    16210    191 |      762 |     1536
1062.46/1062.71	c  879s |      22 |  1766365 |  1567822 |    16210    191 |      762 |     1536
1064.65/1064.93	c  881s |      22 |  1772268 |  1572822 |    16210    192 |      762 |     1536
1066.75/1067.05	c  883s |      22 |  1778222 |  1577922 |    16210    193 |      762 |     1536
1068.75/1069.05	c  885s |      22 |  1784468 |  1583222 |    16210    193 |      762 |     1536
1070.75/1071.07	c  887s |      22 |  1789781 |  1587722 |    16210    194 |      762 |     1536
1075.05/1075.32	c  891s |      22 |  1790495 |  1588322 |    16210    194 |      762 |     1536
1077.45/1077.78	c  894s |      22 |  1790898 |  1588622 |    16210    194 |      762 |     1536
1079.54/1079.81	c  896s |      22 |  1794096 |  1591122 |    16210    194 |      762 |     1536
1081.54/1081.83	c  898s |      22 |  1801071 |  1596622 |    16210    195 |      762 |     1536
1084.04/1084.33	c  900s |      22 |  1802025 |  1597422 |    16210    195 |      762 |     1536
1086.66/1086.94	c  903s |      22 |  1803126 |  1598422 |    16210    195 |      762 |     1536
1088.64/1088.96	c  905s |      22 |  1810953 |  1605122 |    16210    196 |      762 |     1536
1090.64/1090.98	c  907s |      22 |  1817612 |  1610622 |    16210    196 |      762 |     1536
1093.54/1093.88	c  910s |      22 |  1821809 |  1614322 |    16210    197 |      762 |     1536
1095.54/1095.89	c  912s |      22 |  1829237 |  1620722 |    16210    197 |      762 |     1536
1099.24/1099.53	c  916s |      22 |  1833228 |  1624222 |    16210    198 |      762 |     1536
1101.34/1101.60	c  918s |      22 |  1840604 |  1630622 |    16210    199 |      762 |     1536
1103.44/1103.74	c  920s |      22 |  1846873 |  1636122 |    16210    199 |      762 |     1536
1105.43/1105.76	c  922s |      22 |  1853913 |  1642122 |    16210    200 |      762 |     1536
1107.44/1107.79	c  924s |      22 |  1861179 |  1648422 |    17831    200 |      762 |     1536
1109.64/1109.93	c  926s |      22 |  1866224 |  1652922 |    17831    201 |      762 |     1536
1112.43/1112.74	c  929s |      22 |  1870600 |  1656622 |    17831    201 |      762 |     1536
1117.23/1117.56	c  934s |      22 |  1871526 |  1657422 |    17831    201 |      762 |     1536
1119.23/1119.59	c  936s |      22 |  1873562 |  1659222 |    17831    201 |      762 |     1536
1121.43/1121.77	c  938s |      22 |  1876809 |  1662022 |    17831    202 |      762 |     1536
1123.43/1123.77	c  940s |      22 |  1883130 |  1667722 |    17831    202 |      762 |     1536
1125.43/1125.78	c  942s |      22 |  1888005 |  1671822 |    17831    203 |      762 |     1536
1127.53/1127.81	c  944s |      22 |  1894539 |  1677622 |    17831    203 |      762 |     1536
1130.64/1130.95	c  947s |      22 |  1899900 |  1682322 |    17831    204 |      762 |     1536
1134.83/1135.11	c  951s |      22 |  1901499 |  1683722 |    17831    204 |      762 |     1536
1138.02/1138.36	c  954s |      22 |  1905063 |  1686822 |    17831    204 |      762 |     1536
1140.03/1140.37	c  956s |      22 |  1910698 |  1692022 |    17831    205 |      762 |     1536
1142.03/1142.39	c  959s |      22 |  1917121 |  1697722 |    17831    205 |      762 |     1536
1144.13/1144.41	c  961s |      22 |  1921780 |  1701622 |    17831    206 |      762 |     1536
1146.12/1146.42	c  963s |      22 |  1927289 |  1706522 |    17831    206 |      762 |     1536
1149.02/1149.36	c  965s |      22 |  1928547 |  1707622 |    17831    207 |      762 |     1536
1151.02/1151.39	c  968s |      22 |  1931251 |  1710022 |    17831    207 |      762 |     1536
1153.12/1153.41	c  970s |      22 |  1939029 |  1716622 |    17831    207 |      762 |     1536
1155.13/1155.42	c  972s |      22 |  1943478 |  1720422 |    17831    208 |      762 |     1536
1157.13/1157.44	c  974s |      22 |  1950058 |  1726322 |    17831    208 |      762 |     1536
1161.62/1161.99	c  978s |      22 |  1952549 |  1728522 |    17831    209 |      762 |     1536
1163.72/1164.00	c  980s |      22 |  1959366 |  1734422 |    17831    209 |      762 |     1536
1165.73/1166.05	c  982s |      22 |  1963551 |  1738122 |    17831    210 |      762 |     1536
1167.92/1168.23	c  984s |      22 |  1970892 |  1744422 |    17831    210 |      762 |     1536
1169.91/1170.28	c  986s |      22 |  1976615 |  1749422 |    17831    211 |      762 |     1536
1171.91/1172.29	c  988s |      22 |  1982068 |  1754322 |    17831    211 |      762 |     1536
1174.01/1174.31	c  990s |      22 |  1987124 |  1758822 |    17831    212 |      762 |     1536
1176.31/1176.65	c  993s |      22 |  1993268 |  1764422 |    17831    212 |      762 |     1536
1184.61/1184.99	c 1001s |      22 |  1993827 |  1764922 |    17831    212 |      762 |     1536
1189.92/1190.31	c 1006s |      22 |  1994139 |  1765222 |    17831    213 |      762 |     1536
1192.01/1192.32	c 1008s |      22 |  1996334 |  1767122 |    17831    213 |      762 |     1536
1194.01/1194.33	c 1010s |      22 |  2003363 |  1773022 |    17831    213 |      762 |     1536
1196.01/1196.34	c 1012s |      22 |  2008277 |  1777422 |    17831    214 |      762 |     1536
1198.01/1198.35	c 1014s |      22 |  2014388 |  1782722 |    17831    214 |      762 |     1536
1201.21/1201.58	c 1018s |      22 |  2017419 |  1785322 |    17831    215 |      762 |     1536
1203.31/1203.60	c 1020s |      22 |  2023923 |  1791122 |    17831    215 |      762 |     1536
1205.32/1205.62	c 1022s |      22 |  2028381 |  1795022 |    17831    216 |      762 |     1536
1207.51/1207.89	c 1024s |      22 |  2030685 |  1797022 |    17831    216 |      762 |     1536
1209.50/1209.89	c 1026s |      22 |  2038273 |  1803622 |    17831    217 |      762 |     1536
1212.51/1212.80	c 1029s |      22 |  2039674 |  1804922 |    17831    217 |      762 |     1536
1214.51/1214.83	c 1031s |      22 |  2046357 |  1810722 |    17831    217 |      762 |     1536
1216.51/1216.84	c 1033s |      22 |  2052365 |  1815922 |    17831    218 |      762 |     1536
1218.51/1218.84	c 1035s |      22 |  2059510 |  1822122 |    17831    218 |      762 |     1536
1220.50/1220.85	c 1037s |      22 |  2064614 |  1826122 |    17831    219 |      762 |     1536
1223.30/1223.61	c 1040s |      22 |  2066388 |  1827622 |    17831    219 |      762 |     1536
1227.20/1227.56	c 1044s |      22 |  2067469 |  1828522 |    17831    219 |      762 |     1536
1229.21/1229.57	c 1046s |      22 |  2074265 |  1834322 |    17831    220 |      762 |     1536
1231.31/1231.60	c 1048s |      22 |  2080489 |  1839822 |    17831    220 |      762 |     1536
1233.80/1234.16	c 1050s |      22 |  2081695 |  1840822 |    17831    220 |      762 |     1536
1235.80/1236.18	c 1052s |      22 |  2086660 |  1845022 |    17831    221 |      762 |     1536
1237.90/1238.22	c 1054s |      22 |  2094301 |  1851422 |    17831    222 |      762 |     1536
1239.90/1240.23	c 1056s |      22 |  2101359 |  1857422 |    17831    222 |      762 |     1536
1241.90/1242.25	c 1058s |      22 |  2106240 |  1861522 |    17831    223 |      762 |     1536
1243.91/1244.28	c 1060s |      22 |  2110595 |  1865122 |    17831    223 |      762 |     1536
1246.01/1246.31	c 1062s |      22 |  2117019 |  1870622 |    17831    224 |      762 |     1536
1250.60/1250.96	c 1067s |      22 |  2120798 |  1873622 |    17831    224 |      762 |     1536
1252.60/1252.98	c 1069s |      22 |  2124461 |  1876622 |    17831    224 |      762 |     1536
1254.59/1255.00	c 1071s |      22 |  2129865 |  1881122 |    17831    225 |      762 |     1536
1256.60/1257.00	c 1073s |      22 |  2134613 |  1885122 |    17831    225 |      762 |     1536
1259.39/1259.74	c 1076s |      22 |  2137677 |  1887722 |    17831    225 |      762 |     1536
1262.09/1262.43	c 1079s |      22 |  2138049 |  1888022 |    17831    225 |      762 |     1536
1267.19/1267.55	c 1084s |      22 |  2143464 |  1892522 |    17831    226 |      762 |     1536
1269.20/1269.56	c 1086s |      22 |  2150597 |  1898622 |    17831    226 |      762 |     1536
1273.50/1273.86	c 1090s |      22 |  2154988 |  1902422 |    17831    227 |      762 |     1536
1275.49/1275.88	c 1092s |      22 |  2161418 |  1907922 |    17831    227 |      762 |     1536
1277.48/1277.88	c 1094s |      22 |  2164991 |  1911022 |    17831    228 |      762 |     1536
1282.58/1282.91	c 1099s |      22 |  2165739 |  1911622 |    17831    228 |      762 |     1536
1284.60/1284.94	c 1101s |      22 |  2173129 |  1918122 |    17831    228 |      762 |     1536
1286.59/1286.97	c 1103s |      22 |  2178082 |  1922222 |    17831    229 |      762 |     1536
1289.88/1290.27	c 1106s |      22 |  2180530 |  1924222 |    17831    229 |      762 |     1536
1291.88/1292.28	c 1108s |      22 |  2188411 |  1930622 |    17831    230 |      762 |     1536
1293.98/1294.31	c 1110s |      22 |  2192934 |  1934322 |    17831    230 |      762 |     1536
1295.98/1296.31	c 1112s |      22 |  2199335 |  1939522 |    17831    231 |      762 |     1536
1297.97/1298.33	c 1114s |      22 |  2206900 |  1945622 |    17831    231 |      762 |     1536
1299.99/1300.34	c 1116s |      22 |  2212688 |  1950222 |    17831    232 |      762 |     1536
1304.48/1304.88	c 1121s |      22 |  2215320 |  1952322 |    17831    232 |      762 |     1536
1306.49/1306.90	c 1123s |      22 |  2215862 |  1952722 |    17831    232 |      762 |     1536
1308.58/1308.94	c 1125s |      22 |  2222263 |  1957922 |    17831    233 |      762 |     1536
1313.37/1313.76	c 1130s |      22 |  2225730 |  1960822 |    17831    233 |      762 |     1536
1316.38/1316.74	c 1133s |      22 |  2230112 |  1964322 |    17831    233 |      762 |     1536
1318.37/1318.75	c 1135s |      22 |  2237463 |  1970522 |    17831    234 |      762 |     1536
1320.37/1320.78	c 1137s |      22 |  2244666 |  1977022 |    17831    235 |      762 |     1536
1322.57/1322.90	c 1139s |      22 |  2248230 |  1980122 |    17831    235 |      762 |     1536
1324.57/1324.90	c 1141s |      22 |  2254019 |  1985022 |    17831    235 |      762 |     1536
1326.57/1326.92	c 1143s |      22 |  2258065 |  1988822 |    17831    236 |      762 |     1536
1330.86/1331.27	c 1147s |      22 |  2259549 |  1990222 |    17831    236 |      762 |     1536
1332.98/1333.36	c 1149s |      22 |  2266741 |  1996922 |    17831    237 |      762 |     1536
1335.27/1335.63	c 1152s |      22 |  2273262 |  2002822 |    17831    237 |      762 |     1536
1337.28/1337.63	c 1154s |      22 |  2279195 |  2007922 |    17831    238 |      762 |     1536
1341.37/1341.79	c 1158s |      22 |  2284126 |  2012122 |    17831    238 |      762 |     1536
1343.47/1343.83	c 1160s |      22 |  2287576 |  2015122 |    17831    239 |      762 |     1536
1347.96/1348.31	c 1164s |      22 |  2289664 |  2016822 |    17831    239 |      762 |     1536
1352.46/1352.87	c 1169s |      22 |  2291081 |  2017922 |    17831    239 |      762 |     1536
1354.46/1354.88	c 1171s |      22 |  2297840 |  2023722 |    17831    239 |      762 |     1536
1356.56/1356.90	c 1173s |      22 |  2304177 |  2029222 |    17831    240 |      762 |     1536
1358.56/1358.94	c 1175s |      22 |  2309969 |  2034022 |    17831    241 |      762 |     1536
1362.36/1362.71	c 1179s |      22 |  2312591 |  2036222 |    17831    241 |      762 |     1536
1364.37/1364.72	c 1181s |      22 |  2319544 |  2042222 |    17831    241 |      762 |     1536
1368.66/1369.07	c 1185s |      22 |  2323118 |  2045222 |    17831    242 |      762 |     1536
1372.16/1372.59	c 1189s |      22 |  2324822 |  2046722 |    17831    242 |      762 |     1536
1374.26/1374.69	c 1191s |      22 |  2331860 |  2052922 |    17831    243 |      762 |     1536
1376.36/1376.70	c 1193s |      22 |  2337307 |  2057322 |    17831    243 |      762 |     1536
1378.35/1378.71	c 1195s |      22 |  2344425 |  2062922 |    17831    244 |      762 |     1536
1382.16/1382.54	c 1199s |      22 |  2345786 |  2064022 |    17831    244 |      762 |     1536
1384.16/1384.57	c 1201s |      22 |  2353610 |  2070622 |    17831    244 |      762 |     1536
1386.16/1386.57	c 1203s |      22 |  2358729 |  2074822 |    17831    245 |      762 |     1536
1388.16/1388.58	c 1205s |      22 |  2365396 |  2080622 |    17831    245 |      762 |     1536
1394.46/1394.82	c 1211s |      22 |  2368774 |  2083522 |    17831    246 |      762 |     1536
1396.46/1396.83	c 1213s |      22 |  2374791 |  2088222 |    17831    246 |      762 |     1536
1398.45/1398.86	c 1215s |      22 |  2381573 |  2093722 |    17831    247 |      762 |     1536
1400.95/1401.35	c 1217s |      22 |  2384206 |  2095822 |    17831    247 |      762 |     1536
1404.25/1404.68	c 1221s |      22 |  2384807 |  2096322 |    17831    247 |      762 |     1536
1406.56/1406.97	c 1223s |      22 |  2385917 |  2097222 |    17831    247 |      762 |     1536
1408.65/1409.00	c 1225s |      22 |  2393823 |  2103622 |    17831    248 |      762 |     1536
1410.64/1411.02	c 1227s |      22 |  2399954 |  2108622 |    17831    248 |      762 |     1536
1412.64/1413.04	c 1229s |      22 |  2406200 |  2113522 |    17831    249 |      762 |     1536
1414.64/1415.04	c 1231s |      22 |  2413746 |  2119622 |    17831    249 |      762 |     1536
1416.65/1417.06	c 1233s |      22 |  2420005 |  2125322 |    17831    250 |      762 |     1536
1418.65/1419.08	c 1235s |      22 |  2421538 |  2126722 |    17831    250 |      762 |     1536
1420.64/1421.08	c 1237s |      22 |  2427091 |  2131722 |    17831    251 |      762 |     1536
1422.64/1423.09	c 1239s |      22 |  2432869 |  2136922 |    17831    251 |      762 |     1536
1424.74/1425.11	c 1241s |      22 |  2437847 |  2141522 |    17831    252 |      762 |     1536
1428.34/1428.76	c 1245s |      22 |  2441363 |  2144622 |    17831    252 |      762 |     1536
1430.33/1430.77	c 1247s |      22 |  2447590 |  2149622 |    17831    253 |      762 |     1536
1432.33/1432.79	c 1249s |      22 |  2453015 |  2154322 |    17831    253 |      762 |     1536
1434.43/1434.80	c 1251s |      22 |  2460088 |  2160122 |    17831    254 |      762 |     1536
1437.03/1437.48	c 1254s |      22 |  2463319 |  2162722 |    17831    254 |      762 |     1536
1439.13/1439.52	c 1256s |      22 |  2469220 |  2167622 |    17831    254 |      762 |     1536
1443.13/1443.50	c 1260s |      22 |  2474186 |  2172022 |    17831    255 |      762 |     1536
1447.83/1448.23	c 1264s |      22 |  2476292 |  2173822 |    17831    255 |      762 |     1536
1453.04/1453.45	c 1270s |      22 |  2479490 |  2176622 |    17831    255 |      762 |     1536
1455.04/1455.48	c 1272s |      22 |  2486046 |  2182322 |    17831    256 |      762 |     1536
1457.03/1457.51	c 1274s |      22 |  2492365 |  2188222 |    17831    257 |      762 |     1536
1459.13/1459.54	c 1276s |      22 |  2493763 |  2189422 |    17831    257 |      762 |     1536
1461.13/1461.55	c 1278s |      22 |  2500135 |  2194922 |    17831    257 |      762 |     1536
1463.13/1463.56	c 1280s |      22 |  2504817 |  2199022 |    17831    258 |      762 |     1536
1465.13/1465.58	c 1282s |      22 |  2510600 |  2204122 |    17831    258 |      762 |     1536
1467.14/1467.58	c 1284s |      22 |  2516469 |  2209222 |    17831    259 |      762 |     1536
1469.13/1469.59	c 1286s |      22 |  2523437 |  2215322 |    17831    259 |      762 |     1536
1471.23/1471.61	c 1288s |      22 |  2530346 |  2221422 |    17831    260 |      762 |     1536
1473.23/1473.63	c 1290s |      22 |  2535119 |  2225922 |    17831    261 |      762 |     1536
1475.93/1476.31	c 1292s |      22 |  2535579 |  2226322 |    17831    261 |      762 |     1536
1477.93/1478.34	c 1294s |      22 |  2537719 |  2228122 |    17831    261 |      762 |     1536
1479.93/1480.34	c 1296s |      22 |  2544461 |  2233822 |    17831    261 |      762 |     1536
1481.93/1482.37	c 1298s |      22 |  2550302 |  2239022 |    17831    262 |      762 |     1536
1484.03/1484.40	c 1301s |      22 |  2557380 |  2245222 |    17831    263 |      762 |     1536
1486.02/1486.41	c 1303s |      22 |  2561001 |  2248522 |    17831    263 |      762 |     1536
1486.83/1487.30	c 1303s |      23 |  2563841 |  2251038 |    17831    263 |      762 |     1536
1490.13/1490.55	c 1307s |      23 |  2565049 |  2251738 |    17831    263 |      762 |     1536
1492.92/1493.36	c 1309s |      23 |  2565269 |  2251938 |    17831    263 |      762 |     1536
1497.84/1498.22	c 1314s |      23 |  2566042 |  2252638 |    17831    263 |      762 |     1536
1500.62/1501.08	c 1317s |      23 |  2566830 |  2253338 |    17831    263 |      762 |     1536
1502.72/1503.10	c 1319s |      23 |  2574320 |  2259838 |    17831    264 |      762 |     1536
1504.72/1505.12	c 1321s |      23 |  2581753 |  2266338 |    17831    265 |      762 |     1536
1507.22/1507.64	c 1324s |      23 |  2588249 |  2272238 |    17831    265 |      762 |     1536
1509.22/1509.67	c 1326s |      23 |  2593393 |  2276838 |    17831    266 |      762 |     1536
1511.72/1512.14	c 1328s |      23 |  2594996 |  2278238 |    17831    266 |      762 |     1536
1515.92/1516.39	c 1333s |      23 |  2596000 |  2279138 |    17831    266 |      762 |     1536
1518.12/1518.56	c 1335s |      23 |  2600838 |  2283538 |    17831    267 |      762 |     1536
1521.33/1521.77	c 1338s |      23 |  2603668 |  2286138 |    17831    267 |      762 |     1536
1525.02/1525.42	c 1342s |      23 |  2604294 |  2286738 |    17831    267 |      762 |     1536
1527.02/1527.43	c 1344s |      23 |  2610609 |  2292538 |    17831    267 |      762 |     1536
1529.02/1529.47	c 1346s |      23 |  2616802 |  2298138 |    17831    268 |      762 |     1536
1531.02/1531.48	c 1348s |      23 |  2623430 |  2304038 |    17831    269 |      762 |     1536
1533.03/1533.48	c 1350s |      23 |  2628922 |  2309038 |    17831    269 |      762 |     1536
1535.12/1535.60	c 1352s |      23 |  2634219 |  2313838 |    17831    270 |      762 |     1536
1537.21/1537.60	c 1354s |      23 |  2637301 |  2316838 |    17831    270 |      762 |     1536
1539.31/1539.72	c 1356s |      23 |  2642730 |  2321838 |    17831    271 |      762 |     1536
1541.31/1541.72	c 1358s |      23 |  2649181 |  2327638 |    17831    271 |      762 |     1536
1543.31/1543.73	c 1360s |      23 |  2655602 |  2333238 |    17831    272 |      762 |     1536
1546.12/1546.56	c 1363s |      23 |  2660705 |  2337738 |    17831    272 |      762 |     1536
1548.12/1548.57	c 1365s |      23 |  2665598 |  2342038 |    17831    273 |      762 |     1536
1550.12/1550.59	c 1367s |      23 |  2669763 |  2345638 |    17831    273 |      762 |     1536
1552.12/1552.59	c 1369s |      23 |  2676249 |  2351038 |    17831    274 |      762 |     1536
1560.52/1560.92	c 1377s |      23 |  2677759 |  2352338 |    17831    274 |      762 |     1536
1563.22/1563.68	c 1380s |      23 |  2681660 |  2355838 |    17831    274 |      762 |     1536
1567.41/1567.80	c 1384s |      23 |  2684037 |  2358038 |    17831    274 |      762 |     1536
1571.42/1571.81	c 1388s |      23 |  2688910 |  2362538 |    17831    275 |      762 |     1536
1573.42/1573.83	c 1390s |      23 |  2695261 |  2367938 |    17831    275 |      762 |     1536
1575.71/1576.15	c 1392s |      23 |  2701111 |  2372938 |    17831    276 |      762 |     1536
1577.71/1578.15	c 1394s |      23 |  2707806 |  2378838 |    17831    276 |      762 |     1536
1579.71/1580.17	c 1396s |      23 |  2712606 |  2382838 |    17831    277 |      762 |     1536
1581.81/1582.20	c 1398s |      23 |  2719307 |  2388438 |    17831    277 |      762 |     1536
1586.21/1586.61	c 1403s |      23 |  2720494 |  2389438 |    17831    278 |      762 |     1536
1590.81/1591.28	c 1407s |      23 |  2723484 |  2392038 |    17831    278 |      762 |     1536
1592.91/1593.30	c 1409s |      23 |  2729390 |  2397638 |    17831    278 |      762 |     1536
1594.91/1595.32	c 1411s |      23 |  2734306 |  2402138 |    17831    279 |      762 |     1536
1596.92/1597.34	c 1413s |      23 |  2734867 |  2402638 |    17831    279 |      762 |     1536
1598.91/1599.39	c 1416s |      23 |  2741494 |  2408538 |    17831    280 |      762 |     1536
1601.01/1601.42	c 1418s |      23 |  2745112 |  2411738 |    17831    280 |      762 |     1536
1603.01/1603.43	c 1420s |      23 |  2751602 |  2417638 |    17831    280 |      762 |     1536
1605.01/1605.46	c 1422s |      23 |  2754550 |  2420238 |    17831    281 |      762 |     1536
1607.01/1607.48	c 1424s |      23 |  2760887 |  2425938 |    17831    281 |      762 |     1536
1609.02/1609.50	c 1426s |      23 |  2766320 |  2430538 |    17831    282 |      762 |     1536
1611.12/1611.53	c 1428s |      23 |  2772938 |  2436338 |    17831    282 |      762 |     1536
1613.10/1613.56	c 1430s |      23 |  2775065 |  2438138 |    17831    283 |      762 |     1536
1615.10/1615.56	c 1432s |      23 |  2782013 |  2444138 |    17831    283 |      762 |     1536
1617.61/1618.04	c 1434s |      23 |  2782582 |  2444638 |    17831    283 |      762 |     1536
1621.81/1622.24	c 1438s |      23 |  2785214 |  2446938 |    17831    284 |      762 |     1536
1625.31/1625.80	c 1442s |      23 |  2790662 |  2451938 |    17831    284 |      762 |     1536
1627.40/1627.80	c 1444s |      23 |  2796726 |  2457338 |    17831    285 |      762 |     1536
1629.40/1629.86	c 1446s |      23 |  2801796 |  2461838 |    17831    285 |      762 |     1536
1631.40/1631.88	c 1448s |      23 |  2807782 |  2466838 |    17831    286 |      762 |     1536
1636.10/1636.53	c 1453s |      23 |  2810585 |  2469338 |    17831    286 |      762 |     1536
1638.10/1638.55	c 1455s |      23 |  2817055 |  2475138 |    17831    286 |      762 |     1536
1640.81/1641.25	c 1457s |      23 |  2820026 |  2477738 |    17831    287 |      762 |     1536
1644.91/1645.37	c 1461s |      23 |  2820998 |  2478538 |    17831    287 |      762 |     1536
1647.01/1647.40	c 1464s |      23 |  2828496 |  2484738 |    17831    287 |      762 |     1536
1649.00/1649.41	c 1466s |      23 |  2831513 |  2487338 |    17831    288 |      762 |     1536
1651.00/1651.42	c 1468s |      23 |  2835570 |  2490838 |    17831    288 |      762 |     1536
1653.01/1653.43	c 1470s |      23 |  2840403 |  2494938 |    17831    289 |      762 |     1536
1656.10/1656.50	c 1473s |      23 |  2843873 |  2497838 |    17831    289 |      762 |     1536
1658.10/1658.53	c 1475s |      23 |  2851735 |  2504138 |    17831    290 |      762 |     1536
1660.10/1660.55	c 1477s |      23 |  2856032 |  2507838 |    17831    290 |      762 |     1536
1662.10/1662.57	c 1479s |      23 |  2863141 |  2513938 |    17831    291 |      762 |     1536
1664.20/1664.61	c 1481s |      23 |  2866336 |  2516738 |    17831    291 |      762 |     1536
1667.69/1668.10	c 1484s |      23 |  2869614 |  2519538 |    17831    291 |      762 |     1536
1669.69/1670.13	c 1486s |      23 |  2874999 |  2524038 |    17831    292 |      762 |     1536
1671.71/1672.14	c 1488s |      23 |  2880536 |  2528938 |    17831    292 |      762 |     1536
1675.80/1676.28	c 1492s |      23 |  2881570 |  2529838 |    17831    292 |      762 |     1536
1679.41/1679.89	c 1496s |      23 |  2882307 |  2530538 |    17831    292 |      762 |     1536
1681.40/1681.91	c 1498s |      23 |  2888882 |  2535938 |    17831    293 |      762 |     1536
1683.50/1683.92	c 1500s |      23 |  2895158 |  2541338 |    17831    293 |      762 |     1536
1685.49/1685.92	c 1502s |      23 |  2900557 |  2546138 |    17831    294 |      762 |     1536
1687.49/1687.94	c 1504s |      23 |  2904921 |  2550038 |    17831    294 |      762 |     1536
1689.49/1689.94	c 1506s |      23 |  2908622 |  2553138 |    17831    295 |      762 |     1536
1691.50/1691.95	c 1508s |      23 |  2914687 |  2558038 |    17831    295 |      762 |     1536
1695.09/1695.57	c 1512s |      23 |  2916546 |  2559638 |    17831    295 |      762 |     1536
1697.20/1697.65	c 1514s |      23 |  2919677 |  2562238 |    17831    296 |      762 |     1536
1699.21/1699.66	c 1516s |      23 |  2927577 |  2568738 |    17831    296 |      762 |     1536
1701.20/1701.68	c 1518s |      23 |  2932972 |  2573138 |    17831    297 |      762 |     1536
1703.19/1703.69	c 1520s |      23 |  2935025 |  2575038 |    17831    297 |      762 |     1536
1706.30/1706.74	c 1523s |      23 |  2938316 |  2577938 |    17831    297 |      762 |     1536
1708.30/1708.76	c 1525s |      23 |  2944515 |  2582738 |    17831    298 |      762 |     1536
1710.29/1710.76	c 1527s |      23 |  2951775 |  2589138 |    17831    298 |      762 |     1536
1712.49/1712.92	c 1529s |      23 |  2956149 |  2593038 |    17831    299 |      762 |     1536
1714.50/1714.92	c 1531s |      23 |  2962338 |  2598238 |    17831    299 |      762 |     1536
1719.39/1719.86	c 1536s |      23 |  2966840 |  2602238 |    17831    300 |      762 |     1536
1722.31/1722.75	c 1539s |      23 |  2967190 |  2602538 |    17831    300 |      762 |     1536
1724.30/1724.77	c 1541s |      23 |  2973497 |  2608138 |    17831    300 |      762 |     1536
1726.29/1726.79	c 1543s |      23 |  2978473 |  2612738 |    17831    301 |      762 |     1536
1732.20/1732.62	c 1549s |      23 |  2980188 |  2614338 |    17831    301 |      762 |     1536
1734.49/1734.93	c 1551s |      23 |  2986145 |  2619838 |    17831    302 |      762 |     1536
1736.50/1736.95	c 1553s |      23 |  2992755 |  2625538 |    17831    302 |      762 |     1536
1738.69/1739.18	c 1555s |      23 |  2997605 |  2629838 |    17831    303 |      762 |     1536
1740.78/1741.20	c 1557s |      23 |  3004683 |  2636238 |    17831    303 |      762 |     1536
1743.10/1743.52	c 1560s |      23 |  3008519 |  2639638 |    17831    304 |      762 |     1536
1745.09/1745.53	c 1562s |      23 |  3014307 |  2645038 |    17831    304 |      762 |     1536
1748.70/1749.12	c 1565s |      23 |  3014436 |  2645138 |    17831    304 |      762 |     1536
1750.68/1751.13	c 1567s |      23 |  3018881 |  2648938 |    17831    305 |      762 |     1536
1752.68/1753.15	c 1569s |      23 |  3023782 |  2653338 |    17831    305 |      762 |     1536
1754.79/1755.28	c 1571s |      23 |  3028938 |  2657738 |    17831    306 |      762 |     1536
1759.48/1759.91	c 1576s |      23 |  3029792 |  2658438 |    17831    306 |      762 |     1536
1761.49/1761.93	c 1578s |      23 |  3034040 |  2662038 |    17831    306 |      762 |     1536
1763.49/1763.94	c 1580s |      23 |  3040645 |  2667738 |    17831    307 |      762 |     1536
1765.88/1766.39	c 1583s |      23 |  3042156 |  2669138 |    17831    307 |      762 |     1536
1767.98/1768.40	c 1585s |      23 |  3049403 |  2675438 |    17831    307 |      762 |     1536
1770.08/1770.50	c 1587s |      23 |  3053926 |  2679538 |    17831    308 |      762 |     1536
1773.08/1773.59	c 1590s |      23 |  3056574 |  2681838 |    17831    308 |      762 |     1536
1775.18/1775.61	c 1592s |      23 |  3063687 |  2687938 |    17831    309 |      762 |     1536
1782.28/1782.78	c 1599s |      23 |  3067700 |  2691438 |    17831    309 |      762 |     1536
1784.38/1784.81	c 1601s |      23 |  3074081 |  2696938 |    17831    310 |      762 |     1536
1786.78/1787.25	c 1603s |      23 |  3074192 |  2697038 |    17831    310 |      762 |     1536
1788.78/1789.28	c 1605s |      23 |  3080856 |  2702738 |    17831    310 |      762 |     1536
1790.78/1791.28	c 1607s |      23 |  3087141 |  2708238 |    17831    311 |      762 |     1536
1792.78/1793.29	c 1609s |      23 |  3094268 |  2714538 |    17831    311 |      762 |     1536
1794.89/1795.32	c 1611s |      23 |  3100589 |  2720238 |    17831    312 |      762 |     1536
1796.88/1797.36	c 1613s |      23 |  3106559 |  2725338 |    17831    313 |      762 |     1536
1798.88/1799.36	c 1615s |      23 |  3111380 |  2729338 |    17831    313 |      762 |     1536

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

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

pid=30305
running on 8 cores: 0-3,8-11

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.03 2.03 2.00 3/261 30308
/proc/meminfo: memFree=30912696/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=987580 CPUtime=0 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 3731 0 0 0 0 0 0 0 20 0 4 0 104690107 1011281920 4602 33554432000 4194304 16246674 140733853763088 140733853762512 13880264 0 2 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 247663 4612 441 2943 0 244557 0
[pid=30308/tid=30309] ppid=30305 vsize=1009084 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1033302016 4687 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1013316 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1037635584 4702 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1017412 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 104690107 1041829888 4718 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0

[startup+0.10014 s]
/proc/loadavg: 2.03 2.03 2.00 3/261 30308
/proc/meminfo: memFree=30912696/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1218116 CPUtime=0.08 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 26177 0 0 0 5 3 0 0 20 0 4 0 104690107 1247350784 27036 33554432000 4194304 16246674 140733853763088 140733853762512 12978325 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 304529 27040 702 2943 0 301423 0
[pid=30308/tid=30309] ppid=30305 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1247350784 27046 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1247350784 27053 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1218116 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 104690107 1247350784 27056 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200471 s]
/proc/loadavg: 2.03 2.03 2.00 3/261 30308
/proc/meminfo: memFree=30912696/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1306180 CPUtime=0.18 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 32602 0 0 0 14 4 0 0 20 0 4 0 104690107 1337528320 33438 33554432000 4194304 16246674 140733853763088 140733853762400 5531848 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 326545 33438 826 2943 0 323439 0
[pid=30308/tid=30309] ppid=30305 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1337528320 33438 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1337528320 33438 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1337528320 33438 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1306180

[startup+0.300426 s]
/proc/loadavg: 2.03 2.03 2.00 3/261 30308
/proc/meminfo: memFree=30912696/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1306180 CPUtime=0.29 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 32638 0 0 0 24 5 0 0 20 0 4 0 104690107 1337528320 33474 33554432000 4194304 16246674 140733853763088 140733853762400 5531096 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 326545 33474 833 2943 0 323439 0
[pid=30308/tid=30309] ppid=30305 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1337528320 33474 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1337528320 33474 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1337528320 33477 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1306180

[startup+0.700386 s]
/proc/loadavg: 2.03 2.03 2.00 3/261 30308
/proc/meminfo: memFree=30912696/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1306180 CPUtime=0.68 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 32944 0 0 0 63 5 0 0 20 0 4 0 104690107 1337528320 33780 33554432000 4194304 16246674 140733853763088 140733853744960 14073233 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 326545 33780 840 2943 0 323439 0
[pid=30308/tid=30309] ppid=30305 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1337528320 33780 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1337528320 33780 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1306180 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1337528320 33780 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1306180

[startup+1.50039 s]
/proc/loadavg: 2.03 2.03 2.00 3/265 30312
/proc/meminfo: memFree=30777600/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1307204 CPUtime=1.49 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 33022 0 0 0 142 7 0 0 20 0 4 0 104690107 1338576896 33858 33554432000 4194304 16246674 140733853763088 140733853744960 5675160 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 326801 33858 842 2943 0 323695 0
[pid=30308/tid=30309] ppid=30305 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1338576896 33858 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1338576896 33858 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1338576896 33858 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.10035 s]
/proc/loadavg: 2.03 2.03 2.00 3/265 30312
/proc/meminfo: memFree=30776608/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1307204 CPUtime=3.09 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 33141 0 0 0 300 9 0 0 20 0 4 0 104690107 1338576896 33977 33554432000 4194304 16246674 140733853763088 140733853746080 14999975 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 326801 33977 842 2943 0 323695 0
[pid=30308/tid=30309] ppid=30305 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1338576896 33977 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1338576896 33977 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1307204 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1338576896 33977 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1307204

[startup+6.30041 s]
/proc/loadavg: 2.10 2.05 2.01 3/265 30312
/proc/meminfo: memFree=30506676/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1309252 CPUtime=6.29 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 216776 0 0 0 591 38 0 0 20 0 4 0 104690107 1340674048 217612 33554432000 4194304 16246674 140733853763088 140733853744960 5553672 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 327313 217612 843 2943 0 324207 0
[pid=30308/tid=30309] ppid=30305 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1340674048 217612 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1340674048 217612 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1309252 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1340674048 217612 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1309252

[startup+12.7004 s]
/proc/loadavg: 2.26 2.08 2.02 3/265 30312
/proc/meminfo: memFree=29813772/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1329732 CPUtime=12.69 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 273524 0 0 0 1223 46 0 0 20 0 4 0 104690107 1361645568 274360 33554432000 4194304 16246674 140733853763088 140733853744960 5546271 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 332433 274360 847 2943 0 329327 0
[pid=30308/tid=30309] ppid=30305 vsize=1329732 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1361645568 274360 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1329732 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1361645568 274360 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1329732 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1361645568 274360 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1329732

[startup+25.5005 s]
/proc/loadavg: 2.20 2.08 2.01 3/265 30312
/proc/meminfo: memFree=29814724/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1329732 CPUtime=25.49 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 273524 0 0 0 2503 46 0 0 20 0 4 0 104690107 1361645568 274360 33554432000 4194304 16246674 140733853763088 140733853744960 5523188 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 332433 274360 847 2943 0 329327 0
[pid=30308/tid=30309] ppid=30305 vsize=1329732 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1361645568 274360 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1329732 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1361645568 274360 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1329732 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1361645568 274360 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1329732

[startup+51.1005 s]
/proc/loadavg: 2.20 2.09 2.02 3/265 30312
/proc/meminfo: memFree=29813628/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1329732 CPUtime=51.08 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 273524 0 0 0 5060 48 0 0 20 0 4 0 104690107 1361645568 274360 33554432000 4194304 16246674 140733853763088 140733853744960 14628944 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 332433 274360 847 2943 0 329327 0
[pid=30308/tid=30309] ppid=30305 vsize=1329732 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1361645568 274360 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1329732 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1361645568 274360 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1329732 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1361645568 274360 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1329732

[startup+102.301 s]
/proc/loadavg: 2.13 2.09 2.02 3/265 30313
/proc/meminfo: memFree=29794200/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1348164 CPUtime=102.29 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 278132 0 0 0 10174 55 0 0 20 0 4 0 104690107 1380519936 278968 33554432000 4194304 16246674 140733853763088 140733853744960 13198659 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 337041 278968 847 2943 0 333935 0
[pid=30308/tid=30309] ppid=30305 vsize=1348164 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1380519936 278968 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1348164 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1380519936 278968 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1348164 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1380519936 278968 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1348164


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

/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284604 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 1370692

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/265 30369
/proc/meminfo: memFree=29744804/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1370692 CPUtime=1361.96 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 283959 0 0 0 136018 178 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140733853762264 14628944 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 342673 284605 848 2943 0 339567 0
[pid=30308/tid=30309] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 1370692

[startup+1422.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/265 30370
/proc/meminfo: memFree=29744704/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1370692 CPUtime=1421.95 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 283986 0 0 0 142009 186 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140733853744960 6842338 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 342673 284605 848 2943 0 339567 0
[pid=30308/tid=30309] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 1370692

[startup+1482.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/265 30371
/proc/meminfo: memFree=29744548/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1370692 CPUtime=1481.93 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 283986 0 0 0 148001 192 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140733853762264 13196108 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 342673 284605 848 2943 0 339567 0
[pid=30308/tid=30309] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 1370692

[startup+1542.31 s]
/proc/loadavg: 2.13 2.06 2.01 3/266 30375
/proc/meminfo: memFree=29744568/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1370692 CPUtime=1541.92 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 283986 0 0 0 153995 197 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140733853744960 5823631 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 342673 284605 848 2943 0 339567 0
[pid=30308/tid=30309] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 1370692

[startup+1602.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/265 30377
/proc/meminfo: memFree=29744576/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1370692 CPUtime=1601.91 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 283986 0 0 0 159986 205 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140733853744960 5722592 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 342673 284605 848 2943 0 339567 0
[pid=30308/tid=30309] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 1370692

[startup+1662.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/265 30378
/proc/meminfo: memFree=29744204/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1370692 CPUtime=1661.9 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 283986 0 0 0 165979 211 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140733853744960 5672201 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 342673 284605 848 2943 0 339567 0
[pid=30308/tid=30309] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1370692

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/265 30379
/proc/meminfo: memFree=29744744/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1370692 CPUtime=1721.9 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 283986 0 0 0 171971 219 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140733853762264 4220880 0 2 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 342673 284605 848 2943 0 339567 0
[pid=30308/tid=30309] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 1370692

[startup+1782.3 s]
/proc/loadavg: 2.22 2.08 2.01 3/265 30478
/proc/meminfo: memFree=29803640/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1370692 CPUtime=1781.89 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 283986 0 0 0 177965 224 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140733853762184 4222062 0 2 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 342673 284605 848 2943 0 339567 0
[pid=30308/tid=30309] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 1370692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.15 2.08 2.01 3/265 30478
/proc/meminfo: memFree=29798600/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1370692 CPUtime=1800.08 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 283986 0 0 0 179783 225 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140733853744960 5822484 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 342673 284605 848 2943 0 339567 0
[pid=30308/tid=30309] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1370692

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

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

[startup+1800.5 s]
/proc/loadavg: 2.15 2.08 2.01 3/265 30478
/proc/meminfo: memFree=29798600/32872528 swapFree=9196/9196
[pid=30308] ppid=30305 vsize=1370692 CPUtime=1800.08 cores=0-3,8-11
/proc/30308/stat : 30308 (toysat) R 30305 30308 25889 0 -1 4202496 283986 0 0 0 179783 225 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140733853744960 5822484 0 0 0 34082818 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/30308/statm: 342673 284605 848 2943 0 339567 0
[pid=30308/tid=30309] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30309/stat : 30309 (toysat) S 30305 30308 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294316076272 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 10 0 0 0 0 0
[pid=30308/tid=30310] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30310/stat : 30310 (toysat) S 30305 30308 25889 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294234287344 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 8 0 0 0 0 0
[pid=30308/tid=30311] ppid=30305 vsize=1370692 CPUtime=0 cores=0-3,8-11
/proc/30308/task/30311/stat : 30311 (toysat) S 30305 30308 25889 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 104690107 1403588608 284605 33554432000 4194304 16246674 140733853763088 140294223813808 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 10 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1370692

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.09
CPU user time (s): 1797.84
CPU system time (s): 2.25366
CPU usage (%): 99.9769
Max. virtual memory (cumulated for all children) (KiB): 1370692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.84
system time used= 2.25366
maximum resident set size= 1138420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283986
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= 236
involuntary context switches= 1835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.82096 second user time and 9.93949 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-06 17:54:41
IDJOB=4079591
IDBENCH=1982
IDSOLVER=2542
FILE ID=node132/4079591-1465228481
RUNJOBID= node132-1465216787-25905
PBS_JOBID= 19843203
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_6.opb.PB06.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079591-1465228481/watcher-4079591-1465228481 -o /tmp/evaluation-result-4079591-1465228481/solver-4079591-1465228481 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465216787-25905 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079591-1465228481.opb

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

MD5SUM BENCH= e9984c89af246abdf2b2a4294753ea30
RANDOM SEED=1360357117

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30912300 kB
Buffers:           23864 kB
Cached:            91472 kB
SwapCached:         3228 kB
Active:          1186176 kB
Inactive:          54424 kB
Active(anon):    1124052 kB
Inactive(anon):     3236 kB
Active(file):      62124 kB
Inactive(file):    51188 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094524 kB
Dirty:             16548 kB
Writeback:             4 kB
AnonPages:       1131776 kB
Mapped:            10560 kB
Shmem:                 0 kB
Slab:             573004 kB
SReclaimable:      13312 kB
SUnreclaim:       559692 kB
KernelStack:        2168 kB
PageTables:         6204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1275724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71716 MiB
End job on node132 at 2016-06-06 18:24:42