Trace number 4079638

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.03 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-4.opb
MD5SUM937ec96fd1742e5ed6250d14e65c707b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-55
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -57
Optimality of the best value was proved NO
Number of variables1534
Total number of constraints127011
Number of constraints which are clauses127011
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 1534
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 1534
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 1534
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-06T20:15:38+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-4079638-1465236937.opb"]
0.00/0.01	c use --random-gen="725846256 1873237316 4038268643 1556563633 1959597120 4243170850 4260329335 3867193634 3648031227 636595360 1869449082 366765594 2219818127 1083206946 3798601468 1339643096 3513745941 3652090609 2604635655 1524522652 433339188 159189666 1335240514 4027819891 1720006846 2186504633 129539874 215215353 1128002112 624099810 873653506 2566634047 4046106069 3190275549 3307977531 2574159462 3737541183 1016604202 537890250 2276732907 2782381296 190827312 1133827790 2653304150 3533288180 1519547 1611945525 734616962 655804818 2766440354 3594143837 2871266471 1170384088 2154066672 230409600 730970430 2884504808 448955454 2314447879 1948438527 3842532135 1219263493 1163559981 3950599814 3119136839 1311672121 414261893 3712697608 1865013584 1140951779 1371748924 1362120540 3868829398 2823688419 2634514015 4143002035 2127520578 511323873 425919894 2722598132 3446968653 3076127820 593160407 3627110065 3364593165 1053582163 846882409 4211460661 822229689 2655827010 1580130731 1559241243 1712138106 3579038036 889241104 457332600 3566370875 2913047268 3242400153 1116226087 2097733842 1924733884 778176671 358846654 2599560333 834798578 2300989371 504026881 1641483010 3047363467 1843911358 2196444563 989058351 3701105393 3624841887 487953689 3180428774 3312953523 3469379698 4181853373 3250278382 1759803130 1142865066 3464682684 2710343355 927290909 3100040692 2562418333 2002209386 3251737437 2976415413 4091949682 827694530 46724535 3286765678 2970648812 2158481887 921711077 1555872611 273148364 1288592648 1098096428 2430993659 1776407870 3697815649 668726171 395190630 2950405692 3264227004 2358171461 1114218865 299506391 1803390881 4266446106 2939289753 1415040637 2792821176 2438964226 3111134277 2989948903 632056935 1812081173 1783552347 2968039463 3010220168 3576500843 1076141768 492221541 3435350345 4164729522 2733691891 2868161110 3412232826 1147637774 233723750 742152149 1003614912 1633733503 4086033106 1661193634 929611614 958822568 276467970 3561465806 2624615882 915880872 3474611329 1851596568 3293568776 1766826215 3542579052 1689979637 3029125613 840714380 2667068756 1070986870 1514492449 1386779563 910823735 3974056219 2632164011 1028911312 1821290540 2221893378 3981385742 3652701015 1936251234 3360309603 2727629549 3593709591 570772028 716505846 2528350579 2131359514 496167304 3400120004 2172046320 1002909427 1685230289 2510371401 3531061046 870206910 2735621663 2702816880 2340506069 3310380290 3239792903 535292478 2401051629 2736853894 3190228822 222452172 1729518751 2857944202 1346220493 3279307072 988409543 1047760340 918076469 1620803487 594200792 2274722090 44741076 682805805 613809168 3456518296 1515702197 3539307369 525121807 889981141 2961718153 1066768765 972170721 161870396 81135976 3842414871 255 362436" option to reproduce the execution
0.69/0.70	c #vars 1534
0.69/0.70	c #constraints 127011
2.30/2.33	c BCD2: Hardening is enabled.
2.30/2.33	c BCD2: BiasedSearch is enabled.
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.34	c  0.0s |       0 |        0 |        0 |    42848      0 |        0 |        0
2.30/2.37	c  0.0s |       0 |       41 |        0 |    42848      0 |        0 |        0
2.30/2.37	c #cpu_time = 0.040s
2.30/2.37	c #wall_clock_time = 0.040s
2.30/2.37	c #decision = 41
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	o -41
2.30/2.38	c BCD2: updating upper bound: 1534 -> 1492
2.30/2.38	c BCD2: 0 <= obj <= 1492
2.30/2.38	c BCD2: #cores=0, #unrelaxed=1534, #relaxed=0, #hardened=0
2.30/2.38	c BCD2: #sat=1 #unsat=1 bias=1/2
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 |    42848      0 |        0 |        0
2.39/2.41	c  0.0s |       0 |        1 |        0 |    42848      0 |        0 |        0
2.39/2.41	c #cpu_time = 0.035s
2.39/2.41	c #wall_clock_time = 0.035s
2.39/2.41	c #decision = 1
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 -1533
2.39/2.42	c BCD2: 1 <= obj <= 1492
2.39/2.42	c BCD2: #cores=1, #unrelaxed=1532, #relaxed=2, #hardened=0
2.39/2.42	c BCD2: #sat=1 #unsat=2 bias=2/3
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 |    42848      0 |        0 |        1
2.39/2.45	c  0.0s |       0 |        2 |        1 |    42848      0 |        0 |        1
2.39/2.45	c #cpu_time = 0.033s
2.39/2.45	c #wall_clock_time = 0.033s
2.39/2.45	c #decision = 2
2.39/2.45	c #random_decision = 0
2.39/2.45	c #conflict = 1
2.39/2.45	c #restart = 0
2.39/2.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.39/2.45	c lower bound updated to -1532
2.49/2.58	c BCD2: 2 <= obj <= 1492
2.49/2.58	c BCD2: #cores=1, #unrelaxed=1531, #relaxed=3, #hardened=0
2.49/2.58	c BCD2: #sat=1 #unsat=3 bias=3/4
2.49/2.58	c Solving starts ...
2.49/2.58	c ============================[ Search Statistics ]============================
2.49/2.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.58	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.58	c =============================================================================
2.49/2.58	c  0.0s |       0 |        0 |        0 |    42848      0 |        1 |        1
2.59/2.60	c  0.0s |       0 |        2 |        1 |    42848      0 |        1 |        2
2.59/2.60	c #cpu_time = 0.026s
2.59/2.60	c #wall_clock_time = 0.026s
2.59/2.60	c #decision = 2
2.59/2.60	c #random_decision = 0
2.59/2.60	c #conflict = 1
2.59/2.60	c #restart = 0
2.59/2.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
2.59/2.60	c lower bound updated to -1531
2.59/2.60	c BCD2: 3 <= obj <= 1492
2.59/2.60	c BCD2: #cores=1, #unrelaxed=1530, #relaxed=4, #hardened=0
2.59/2.60	c BCD2: #sat=1 #unsat=4 bias=4/5
2.59/2.60	c Solving starts ...
2.59/2.60	c ============================[ Search Statistics ]============================
2.59/2.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.60	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.60	c =============================================================================
2.59/2.60	c  0.0s |       0 |        0 |        0 |    42848      0 |        2 |        2
2.59/2.63	c  0.0s |       0 |        2 |        1 |    42848      0 |        2 |        3
2.59/2.63	c #cpu_time = 0.029s
2.59/2.63	c #wall_clock_time = 0.029s
2.59/2.63	c #decision = 2
2.59/2.63	c #random_decision = 0
2.59/2.63	c #conflict = 1
2.59/2.63	c #restart = 0
2.59/2.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
2.59/2.63	c lower bound updated to -1530
2.59/2.63	c BCD2: 4 <= obj <= 1492
2.59/2.63	c BCD2: #cores=1, #unrelaxed=1529, #relaxed=5, #hardened=0
2.59/2.63	c BCD2: #sat=1 #unsat=5 bias=5/6
2.59/2.63	c Solving starts ...
2.59/2.63	c ============================[ Search Statistics ]============================
2.59/2.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.63	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.63	c =============================================================================
2.59/2.63	c  0.0s |       0 |        0 |        0 |    42848      0 |        3 |        3
2.59/2.66	c  0.0s |       0 |        2 |        1 |    42848      0 |        3 |        4
2.59/2.66	c #cpu_time = 0.029s
2.59/2.66	c #wall_clock_time = 0.029s
2.59/2.66	c #decision = 2
2.59/2.66	c #random_decision = 0
2.59/2.66	c #conflict = 1
2.59/2.66	c #restart = 0
2.59/2.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
2.59/2.66	c lower bound updated to -1529
2.59/2.66	c BCD2: 5 <= obj <= 1492
2.59/2.66	c BCD2: #cores=1, #unrelaxed=1528, #relaxed=6, #hardened=0
2.59/2.66	c BCD2: #sat=1 #unsat=6 bias=6/7
2.59/2.66	c Solving starts ...
2.59/2.66	c ============================[ Search Statistics ]============================
2.59/2.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.66	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.66	c =============================================================================
2.59/2.66	c  0.0s |       0 |        0 |        0 |    42848      0 |        4 |        4
2.59/2.69	c  0.0s |       0 |        2 |        1 |    42848      0 |        4 |        5
2.59/2.69	c #cpu_time = 0.029s
2.59/2.69	c #wall_clock_time = 0.029s
2.59/2.69	c #decision = 2
2.59/2.69	c #random_decision = 0
2.59/2.69	c #conflict = 1
2.59/2.69	c #restart = 0
2.59/2.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
2.59/2.69	c lower bound updated to -1528
2.59/2.69	c BCD2: 6 <= obj <= 1492
2.59/2.69	c BCD2: #cores=1, #unrelaxed=1527, #relaxed=7, #hardened=0
2.59/2.69	c BCD2: #sat=1 #unsat=7 bias=7/8
2.59/2.69	c Solving starts ...
2.59/2.69	c ============================[ Search Statistics ]============================
2.59/2.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.69	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.69	c =============================================================================
2.59/2.69	c  0.0s |       0 |        0 |        0 |    42848      0 |        5 |        5
2.69/2.72	c  0.0s |       0 |        2 |        1 |    42848      0 |        5 |        6
2.69/2.72	c #cpu_time = 0.029s
2.69/2.72	c #wall_clock_time = 0.029s
2.69/2.72	c #decision = 2
2.69/2.72	c #random_decision = 0
2.69/2.72	c #conflict = 1
2.69/2.72	c #restart = 0
2.69/2.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
2.69/2.72	c lower bound updated to -1527
2.69/2.72	c BCD2: 7 <= obj <= 1492
2.69/2.72	c BCD2: #cores=1, #unrelaxed=1526, #relaxed=8, #hardened=0
2.69/2.72	c BCD2: #sat=1 #unsat=8 bias=8/9
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 |    42848      0 |        6 |        6
2.69/2.75	c  0.0s |       0 |        2 |        1 |    42848      0 |        6 |        7
2.69/2.75	c #cpu_time = 0.029s
2.69/2.75	c #wall_clock_time = 0.029s
2.69/2.75	c #decision = 2
2.69/2.75	c #random_decision = 0
2.69/2.75	c #conflict = 1
2.69/2.75	c #restart = 0
2.69/2.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
2.69/2.75	c lower bound updated to -1526
2.69/2.75	c BCD2: 8 <= obj <= 1492
2.69/2.75	c BCD2: #cores=1, #unrelaxed=1525, #relaxed=9, #hardened=0
2.69/2.75	c BCD2: #sat=1 #unsat=9 bias=9/10
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 |    42848      0 |        7 |        7
2.69/2.78	c  0.0s |       0 |        2 |        1 |    42848      0 |        7 |        8
2.69/2.78	c #cpu_time = 0.029s
2.69/2.78	c #wall_clock_time = 0.029s
2.69/2.78	c #decision = 2
2.69/2.78	c #random_decision = 0
2.69/2.78	c #conflict = 1
2.69/2.78	c #restart = 0
2.69/2.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
2.69/2.78	c lower bound updated to -1525
2.69/2.78	c BCD2: 9 <= obj <= 1492
2.69/2.78	c BCD2: #cores=1, #unrelaxed=1524, #relaxed=10, #hardened=0
2.69/2.78	c BCD2: #sat=1 #unsat=10 bias=10/11
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 |    42848      0 |        8 |        8
2.79/2.81	c  0.0s |       0 |        2 |        1 |    42848      0 |        8 |        9
2.79/2.81	c #cpu_time = 0.029s
2.79/2.81	c #wall_clock_time = 0.029s
2.79/2.81	c #decision = 2
2.79/2.81	c #random_decision = 0
2.79/2.81	c #conflict = 1
2.79/2.81	c #restart = 0
2.79/2.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
2.79/2.81	c lower bound updated to -1524
2.89/2.92	c BCD2: 10 <= obj <= 1492
2.89/2.92	c BCD2: #cores=1, #unrelaxed=1523, #relaxed=11, #hardened=0
2.89/2.92	c BCD2: #sat=1 #unsat=11 bias=11/12
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 |    42848      0 |        9 |        9
2.89/2.98	c  0.1s |       0 |        2 |        1 |    42848      0 |        9 |       10
2.89/2.98	c #cpu_time = 0.059s
2.89/2.98	c #wall_clock_time = 0.059s
2.89/2.98	c #decision = 2
2.89/2.98	c #random_decision = 0
2.89/2.98	c #conflict = 1
2.89/2.98	c #restart = 0
2.89/2.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
2.89/2.98	c lower bound updated to -1523
2.89/2.98	c BCD2: 11 <= obj <= 1492
2.89/2.98	c BCD2: #cores=1, #unrelaxed=1522, #relaxed=12, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=12 bias=12/13
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 |    42848      0 |       10 |       10
2.99/3.04	c  0.1s |       0 |        2 |        1 |    42848      0 |       10 |       11
2.99/3.04	c #cpu_time = 0.061s
2.99/3.04	c #wall_clock_time = 0.061s
2.99/3.04	c #decision = 2
2.99/3.04	c #random_decision = 0
2.99/3.04	c #conflict = 1
2.99/3.04	c #restart = 0
2.99/3.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
2.99/3.04	c lower bound updated to -1522
2.99/3.04	c BCD2: 12 <= obj <= 1492
2.99/3.04	c BCD2: #cores=1, #unrelaxed=1521, #relaxed=13, #hardened=0
2.99/3.04	c BCD2: #sat=1 #unsat=13 bias=13/14
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 |    42848      0 |       11 |       11
3.09/3.11	c  0.1s |       0 |        2 |        1 |    42848      0 |       11 |       12
3.09/3.11	c #cpu_time = 0.061s
3.09/3.11	c #wall_clock_time = 0.061s
3.09/3.11	c #decision = 2
3.09/3.11	c #random_decision = 0
3.09/3.11	c #conflict = 1
3.09/3.11	c #restart = 0
3.09/3.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
3.09/3.11	c lower bound updated to -1521
3.09/3.11	c BCD2: 13 <= obj <= 1492
3.09/3.11	c BCD2: #cores=1, #unrelaxed=1520, #relaxed=14, #hardened=0
3.09/3.11	c BCD2: #sat=1 #unsat=14 bias=14/15
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 |    42848      0 |       12 |       12
3.09/3.17	c  0.1s |       0 |        2 |        1 |    42848      0 |       12 |       13
3.09/3.17	c #cpu_time = 0.061s
3.09/3.17	c #wall_clock_time = 0.061s
3.09/3.17	c #decision = 2
3.09/3.17	c #random_decision = 0
3.09/3.17	c #conflict = 1
3.09/3.17	c #restart = 0
3.09/3.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
3.09/3.17	c lower bound updated to -1520
3.09/3.17	c BCD2: 14 <= obj <= 1492
3.09/3.17	c BCD2: #cores=1, #unrelaxed=1519, #relaxed=15, #hardened=0
3.09/3.17	c BCD2: #sat=1 #unsat=15 bias=15/16
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 |    42848      0 |       13 |       13
3.19/3.23	c  0.1s |       0 |        2 |        1 |    42848      0 |       13 |       14
3.19/3.23	c #cpu_time = 0.060s
3.19/3.23	c #wall_clock_time = 0.060s
3.19/3.23	c #decision = 2
3.19/3.23	c #random_decision = 0
3.19/3.23	c #conflict = 1
3.19/3.23	c #restart = 0
3.19/3.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
3.19/3.23	c lower bound updated to -1519
3.19/3.23	c BCD2: 15 <= obj <= 1492
3.19/3.23	c BCD2: #cores=1, #unrelaxed=1518, #relaxed=16, #hardened=0
3.19/3.23	c BCD2: #sat=1 #unsat=16 bias=16/17
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 |    42848      0 |       14 |       14
3.19/3.29	c  0.1s |       0 |        2 |        1 |    42848      0 |       14 |       15
3.19/3.29	c #cpu_time = 0.061s
3.19/3.29	c #wall_clock_time = 0.061s
3.19/3.29	c #decision = 2
3.19/3.29	c #random_decision = 0
3.19/3.29	c #conflict = 1
3.19/3.29	c #restart = 0
3.19/3.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
3.19/3.29	c lower bound updated to -1518
3.19/3.29	c BCD2: 16 <= obj <= 1492
3.19/3.29	c BCD2: #cores=1, #unrelaxed=1517, #relaxed=17, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=17 bias=17/18
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 |    42848      0 |       15 |       15
3.30/3.35	c  0.1s |       0 |        2 |        1 |    42848      0 |       15 |       16
3.30/3.35	c #cpu_time = 0.060s
3.30/3.35	c #wall_clock_time = 0.060s
3.30/3.35	c #decision = 2
3.30/3.35	c #random_decision = 0
3.30/3.35	c #conflict = 1
3.30/3.35	c #restart = 0
3.30/3.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
3.30/3.35	c lower bound updated to -1517
3.30/3.35	c BCD2: 17 <= obj <= 1492
3.30/3.35	c BCD2: #cores=1, #unrelaxed=1516, #relaxed=18, #hardened=0
3.30/3.35	c BCD2: #sat=1 #unsat=18 bias=18/19
3.30/3.35	c Solving starts ...
3.30/3.35	c ============================[ Search Statistics ]============================
3.30/3.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.35	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.35	c =============================================================================
3.30/3.35	c  0.0s |       0 |        0 |        0 |    42848      0 |       16 |       16
3.40/3.41	c  0.1s |       0 |        2 |        1 |    42848      0 |       16 |       17
3.40/3.41	c #cpu_time = 0.061s
3.40/3.41	c #wall_clock_time = 0.061s
3.40/3.41	c #decision = 2
3.40/3.41	c #random_decision = 0
3.40/3.41	c #conflict = 1
3.40/3.41	c #restart = 0
3.40/3.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
3.40/3.41	c lower bound updated to -1516
3.40/3.42	c BCD2: 18 <= obj <= 1492
3.40/3.42	c BCD2: #cores=1, #unrelaxed=1515, #relaxed=19, #hardened=0
3.40/3.42	c BCD2: #sat=1 #unsat=19 bias=19/20
3.40/3.42	c Solving starts ...
3.40/3.42	c ============================[ Search Statistics ]============================
3.40/3.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.42	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.42	c =============================================================================
3.40/3.42	c  0.0s |       0 |        0 |        0 |    42848      0 |       17 |       17
3.40/3.48	c  0.1s |       0 |        2 |        1 |    42848      0 |       17 |       18
3.40/3.48	c #cpu_time = 0.059s
3.40/3.48	c #wall_clock_time = 0.059s
3.40/3.48	c #decision = 2
3.40/3.48	c #random_decision = 0
3.40/3.48	c #conflict = 1
3.40/3.48	c #restart = 0
3.40/3.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
3.40/3.48	c lower bound updated to -1515
3.40/3.48	c BCD2: 19 <= obj <= 1492
3.40/3.48	c BCD2: #cores=1, #unrelaxed=1514, #relaxed=20, #hardened=0
3.40/3.48	c BCD2: #sat=1 #unsat=20 bias=20/21
3.40/3.48	c Solving starts ...
3.40/3.48	c ============================[ Search Statistics ]============================
3.40/3.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.40/3.48	c       |         |          |          |    Limit     GC | Var      | Constra 
3.40/3.48	c =============================================================================
3.40/3.48	c  0.0s |       0 |        0 |        0 |    42848      0 |       18 |       18
3.49/3.54	c  0.1s |       0 |        2 |        1 |    42848      0 |       18 |       19
3.49/3.54	c #cpu_time = 0.061s
3.49/3.54	c #wall_clock_time = 0.061s
3.49/3.54	c #decision = 2
3.49/3.54	c #random_decision = 0
3.49/3.54	c #conflict = 1
3.49/3.54	c #restart = 0
3.49/3.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
3.49/3.54	c lower bound updated to -1514
3.49/3.54	c BCD2: 20 <= obj <= 1492
3.49/3.54	c BCD2: #cores=1, #unrelaxed=1513, #relaxed=21, #hardened=0
3.49/3.54	c BCD2: #sat=1 #unsat=21 bias=21/22
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 |    42848      0 |       19 |       19
3.59/3.61	c  0.1s |       0 |        2 |        1 |    42848      0 |       19 |       20
3.59/3.61	c #cpu_time = 0.064s
3.59/3.61	c #wall_clock_time = 0.064s
3.59/3.61	c #decision = 2
3.59/3.61	c #random_decision = 0
3.59/3.61	c #conflict = 1
3.59/3.61	c #restart = 0
3.59/3.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
3.59/3.61	c lower bound updated to -1513
3.59/3.61	c BCD2: 21 <= obj <= 1492
3.59/3.61	c BCD2: #cores=1, #unrelaxed=1512, #relaxed=22, #hardened=0
3.59/3.61	c BCD2: #sat=1 #unsat=22 bias=22/23
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 |    42848      0 |       20 |       20
3.59/3.67	c  0.1s |       0 |        2 |        1 |    42848      0 |       20 |       21
3.59/3.67	c #cpu_time = 0.063s
3.59/3.67	c #wall_clock_time = 0.063s
3.59/3.67	c #decision = 2
3.59/3.67	c #random_decision = 0
3.59/3.67	c #conflict = 1
3.59/3.67	c #restart = 0
3.59/3.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
3.59/3.67	c lower bound updated to -1512
3.59/3.67	c BCD2: 22 <= obj <= 1492
3.59/3.67	c BCD2: #cores=1, #unrelaxed=1511, #relaxed=23, #hardened=0
3.59/3.67	c BCD2: #sat=1 #unsat=23 bias=23/24
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 |    42848      0 |       21 |       21
3.69/3.73	c  0.1s |       0 |        2 |        1 |    42848      0 |       21 |       22
3.69/3.73	c #cpu_time = 0.061s
3.69/3.73	c #wall_clock_time = 0.061s
3.69/3.73	c #decision = 2
3.69/3.73	c #random_decision = 0
3.69/3.73	c #conflict = 1
3.69/3.73	c #restart = 0
3.69/3.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
3.69/3.73	c lower bound updated to -1511
3.69/3.74	c BCD2: 23 <= obj <= 1492
3.69/3.74	c BCD2: #cores=1, #unrelaxed=1510, #relaxed=24, #hardened=0
3.69/3.74	c BCD2: #sat=1 #unsat=24 bias=24/25
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 |    42848      0 |       22 |       22
3.79/3.80	c  0.1s |       0 |        2 |        1 |    42848      0 |       22 |       23
3.79/3.80	c #cpu_time = 0.061s
3.79/3.80	c #wall_clock_time = 0.061s
3.79/3.80	c #decision = 2
3.79/3.80	c #random_decision = 0
3.79/3.80	c #conflict = 1
3.79/3.80	c #restart = 0
3.79/3.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
3.79/3.80	c lower bound updated to -1510
3.79/3.80	c BCD2: 24 <= obj <= 1492
3.79/3.80	c BCD2: #cores=1, #unrelaxed=1509, #relaxed=25, #hardened=0
3.79/3.80	c BCD2: #sat=1 #unsat=25 bias=25/26
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 |    42848      0 |       23 |       23
3.79/3.86	c  0.1s |       0 |        2 |        1 |    42848      0 |       23 |       24
3.79/3.86	c #cpu_time = 0.061s
3.79/3.86	c #wall_clock_time = 0.061s
3.79/3.86	c #decision = 2
3.79/3.86	c #random_decision = 0
3.79/3.86	c #conflict = 1
3.79/3.86	c #restart = 0
3.79/3.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
3.79/3.86	c lower bound updated to -1509
3.79/3.86	c BCD2: 25 <= obj <= 1492
3.79/3.86	c BCD2: #cores=1, #unrelaxed=1508, #relaxed=26, #hardened=0
3.79/3.86	c BCD2: #sat=1 #unsat=26 bias=26/27
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 |    42848      0 |       24 |       24
3.89/3.92	c  0.1s |       0 |        2 |        0 |    42848      0 |       24 |       25
3.89/3.92	c #cpu_time = 0.061s
3.89/3.92	c #wall_clock_time = 0.061s
3.89/3.92	c #decision = 2
3.89/3.92	c #random_decision = 0
3.89/3.92	c #conflict = 0
3.89/3.92	c #restart = 0
3.89/3.92	c BCD2: found a new core of size 2: cost of the new core is >=1
3.89/3.92	c lower bound updated to -1508
3.89/3.94	c BCD2: 26 <= obj <= 1492
3.89/3.94	c BCD2: #cores=2, #unrelaxed=1506, #relaxed=28, #hardened=0
3.89/3.94	c BCD2: #sat=1 #unsat=27 bias=27/28
3.89/3.94	c Solving starts ...
3.89/3.94	c ============================[ Search Statistics ]============================
3.89/3.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.94	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.94	c =============================================================================
3.89/3.94	c  0.0s |       0 |        0 |        0 |    42848      0 |       24 |       26
3.89/4.00	c  0.1s |       0 |        3 |        1 |    42848      0 |       24 |       26
3.89/4.00	c #cpu_time = 0.059s
3.89/4.00	c #wall_clock_time = 0.059s
3.89/4.00	c #decision = 3
3.89/4.00	c #random_decision = 0
3.89/4.00	c #conflict = 1
3.89/4.00	c #restart = 0
3.89/4.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.99/4.00	c lower bound updated to -1507
3.99/4.00	c BCD2: 27 <= obj <= 1492
3.99/4.00	c BCD2: #cores=2, #unrelaxed=1505, #relaxed=29, #hardened=0
3.99/4.00	c BCD2: #sat=1 #unsat=28 bias=28/29
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 |    42848      0 |       25 |       26
3.99/4.06	c  0.1s |       0 |        3 |        1 |    42848      0 |       25 |       27
3.99/4.06	c #cpu_time = 0.060s
3.99/4.06	c #wall_clock_time = 0.060s
3.99/4.06	c #decision = 3
3.99/4.06	c #random_decision = 0
3.99/4.06	c #conflict = 1
3.99/4.06	c #restart = 0
3.99/4.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
3.99/4.06	c lower bound updated to -1506
3.99/4.06	c BCD2: 28 <= obj <= 1492
3.99/4.06	c BCD2: #cores=2, #unrelaxed=1504, #relaxed=30, #hardened=0
3.99/4.06	c BCD2: #sat=1 #unsat=29 bias=29/30
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 |    42848      0 |       26 |       27
4.09/4.12	c  0.1s |       0 |        3 |        1 |    42848      0 |       26 |       28
4.09/4.12	c #cpu_time = 0.060s
4.09/4.12	c #wall_clock_time = 0.060s
4.09/4.12	c #decision = 3
4.09/4.12	c #random_decision = 0
4.09/4.12	c #conflict = 1
4.09/4.12	c #restart = 0
4.09/4.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
4.09/4.12	c lower bound updated to -1505
4.09/4.12	c BCD2: 29 <= obj <= 1492
4.09/4.12	c BCD2: #cores=2, #unrelaxed=1503, #relaxed=31, #hardened=0
4.09/4.12	c BCD2: #sat=1 #unsat=30 bias=30/31
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 |    42848      0 |       27 |       28
4.09/4.18	c  0.1s |       0 |        3 |        1 |    42848      0 |       27 |       29
4.09/4.18	c #cpu_time = 0.061s
4.09/4.18	c #wall_clock_time = 0.061s
4.09/4.18	c #decision = 3
4.09/4.18	c #random_decision = 0
4.09/4.18	c #conflict = 1
4.09/4.18	c #restart = 0
4.09/4.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
4.09/4.18	c lower bound updated to -1504
4.09/4.18	c BCD2: 30 <= obj <= 1492
4.09/4.18	c BCD2: #cores=2, #unrelaxed=1502, #relaxed=32, #hardened=0
4.09/4.18	c BCD2: #sat=1 #unsat=31 bias=31/32
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 |    42848      0 |       28 |       29
4.19/4.24	c  0.1s |       0 |        3 |        1 |    42848      0 |       28 |       30
4.19/4.24	c #cpu_time = 0.061s
4.19/4.24	c #wall_clock_time = 0.061s
4.19/4.24	c #decision = 3
4.19/4.24	c #random_decision = 0
4.19/4.24	c #conflict = 1
4.19/4.24	c #restart = 0
4.19/4.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
4.19/4.24	c lower bound updated to -1503
4.19/4.24	c BCD2: 31 <= obj <= 1492
4.19/4.24	c BCD2: #cores=2, #unrelaxed=1501, #relaxed=33, #hardened=0
4.19/4.24	c BCD2: #sat=1 #unsat=32 bias=32/33
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 |    42848      0 |       29 |       30
4.29/4.30	c  0.1s |       0 |        3 |        1 |    42848      0 |       29 |       31
4.29/4.30	c #cpu_time = 0.060s
4.29/4.30	c #wall_clock_time = 0.060s
4.29/4.30	c #decision = 3
4.29/4.30	c #random_decision = 0
4.29/4.30	c #conflict = 1
4.29/4.30	c #restart = 0
4.29/4.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
4.29/4.30	c lower bound updated to -1502
4.29/4.30	c BCD2: 32 <= obj <= 1492
4.29/4.30	c BCD2: #cores=2, #unrelaxed=1500, #relaxed=34, #hardened=0
4.29/4.30	c BCD2: #sat=1 #unsat=33 bias=33/34
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 |    42848      0 |       30 |       31
4.29/4.37	c  0.1s |       0 |        3 |        1 |    42848      0 |       30 |       32
4.29/4.37	c #cpu_time = 0.061s
4.29/4.37	c #wall_clock_time = 0.061s
4.29/4.37	c #decision = 3
4.29/4.37	c #random_decision = 0
4.29/4.37	c #conflict = 1
4.29/4.37	c #restart = 0
4.29/4.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
4.29/4.37	c lower bound updated to -1501
4.29/4.37	c BCD2: 33 <= obj <= 1492
4.29/4.37	c BCD2: #cores=2, #unrelaxed=1499, #relaxed=35, #hardened=0
4.29/4.37	c BCD2: #sat=1 #unsat=34 bias=34/35
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 |    42848      0 |       31 |       32
4.40/4.43	c  0.1s |       0 |        3 |        1 |    42848      0 |       31 |       33
4.40/4.43	c #cpu_time = 0.061s
4.40/4.43	c #wall_clock_time = 0.061s
4.40/4.43	c #decision = 3
4.40/4.43	c #random_decision = 0
4.40/4.43	c #conflict = 1
4.40/4.43	c #restart = 0
4.40/4.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
4.40/4.43	c lower bound updated to -1500
4.40/4.43	c BCD2: 34 <= obj <= 1492
4.40/4.43	c BCD2: #cores=2, #unrelaxed=1498, #relaxed=36, #hardened=0
4.40/4.43	c BCD2: #sat=1 #unsat=35 bias=35/36
4.40/4.43	c Solving starts ...
4.40/4.43	c ============================[ Search Statistics ]============================
4.40/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.43	c =============================================================================
4.40/4.44	c  0.0s |       0 |        0 |        0 |    42848      0 |       32 |       33
4.40/4.49	c  0.1s |       0 |        3 |        1 |    42848      0 |       32 |       34
4.40/4.49	c #cpu_time = 0.059s
4.40/4.49	c #wall_clock_time = 0.059s
4.40/4.49	c #decision = 3
4.40/4.49	c #random_decision = 0
4.40/4.49	c #conflict = 1
4.40/4.49	c #restart = 0
4.40/4.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
4.40/4.49	c lower bound updated to -1499
4.40/4.50	c BCD2: 35 <= obj <= 1492
4.40/4.50	c BCD2: #cores=2, #unrelaxed=1497, #relaxed=37, #hardened=0
4.40/4.50	c BCD2: #sat=1 #unsat=36 bias=36/37
4.40/4.50	c Solving starts ...
4.40/4.50	c ============================[ Search Statistics ]============================
4.40/4.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.40/4.50	c       |         |          |          |    Limit     GC | Var      | Constra 
4.40/4.50	c =============================================================================
4.40/4.50	c  0.0s |       0 |        0 |        0 |    42848      0 |       33 |       34
4.50/4.56	c  0.1s |       0 |        3 |        1 |    42848      0 |       33 |       35
4.50/4.56	c #cpu_time = 0.060s
4.50/4.56	c #wall_clock_time = 0.060s
4.50/4.56	c #decision = 3
4.50/4.56	c #random_decision = 0
4.50/4.56	c #conflict = 1
4.50/4.56	c #restart = 0
4.50/4.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
4.50/4.56	c lower bound updated to -1498
4.50/4.56	c BCD2: 36 <= obj <= 1492
4.50/4.56	c BCD2: #cores=2, #unrelaxed=1496, #relaxed=38, #hardened=0
4.50/4.56	c BCD2: #sat=1 #unsat=37 bias=37/38
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 |    42848      0 |       34 |       35
4.59/4.62	c  0.1s |       0 |        3 |        1 |    42848      0 |       34 |       36
4.59/4.62	c #cpu_time = 0.061s
4.59/4.62	c #wall_clock_time = 0.061s
4.59/4.62	c #decision = 3
4.59/4.62	c #random_decision = 0
4.59/4.62	c #conflict = 1
4.59/4.62	c #restart = 0
4.59/4.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
4.59/4.62	c lower bound updated to -1497
4.59/4.62	c BCD2: 37 <= obj <= 1492
4.59/4.62	c BCD2: #cores=2, #unrelaxed=1495, #relaxed=39, #hardened=0
4.59/4.62	c BCD2: #sat=1 #unsat=38 bias=38/39
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 |    42848      0 |       35 |       36
4.59/4.68	c  0.1s |       0 |        3 |        1 |    42848      0 |       35 |       37
4.59/4.68	c #cpu_time = 0.063s
4.59/4.68	c #wall_clock_time = 0.063s
4.59/4.68	c #decision = 3
4.59/4.68	c #random_decision = 0
4.59/4.68	c #conflict = 1
4.59/4.68	c #restart = 0
4.59/4.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
4.59/4.68	c lower bound updated to -1496
4.59/4.68	c BCD2: 38 <= obj <= 1492
4.59/4.68	c BCD2: #cores=2, #unrelaxed=1494, #relaxed=40, #hardened=0
4.59/4.68	c BCD2: #sat=1 #unsat=39 bias=39/40
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 |    42848      0 |       36 |       37
4.69/4.75	c  0.1s |       0 |        3 |        1 |    42848      0 |       36 |       38
4.69/4.75	c #cpu_time = 0.065s
4.69/4.75	c #wall_clock_time = 0.065s
4.69/4.75	c #decision = 3
4.69/4.75	c #random_decision = 0
4.69/4.75	c #conflict = 1
4.69/4.75	c #restart = 0
4.69/4.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
4.69/4.75	c lower bound updated to -1495
4.69/4.75	c BCD2: 39 <= obj <= 1492
4.69/4.75	c BCD2: #cores=2, #unrelaxed=1493, #relaxed=41, #hardened=0
4.69/4.75	c BCD2: #sat=1 #unsat=40 bias=40/41
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 |    42848      0 |       37 |       38
4.79/4.81	c  0.1s |       0 |        3 |        1 |    42848      0 |       37 |       39
4.79/4.81	c #cpu_time = 0.061s
4.79/4.81	c #wall_clock_time = 0.061s
4.79/4.81	c #decision = 3
4.79/4.81	c #random_decision = 0
4.79/4.81	c #conflict = 1
4.79/4.81	c #restart = 0
4.79/4.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
4.79/4.81	c lower bound updated to -1494
4.79/4.81	c BCD2: 40 <= obj <= 1492
4.79/4.81	c BCD2: #cores=2, #unrelaxed=1492, #relaxed=42, #hardened=0
4.79/4.81	c BCD2: #sat=1 #unsat=41 bias=41/42
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 |    42848      0 |       38 |       39
4.79/4.87	c  0.1s |       0 |        3 |        1 |    42848      0 |       38 |       40
4.79/4.87	c #cpu_time = 0.061s
4.79/4.87	c #wall_clock_time = 0.061s
4.79/4.87	c #decision = 3
4.79/4.87	c #random_decision = 0
4.79/4.87	c #conflict = 1
4.79/4.87	c #restart = 0
4.79/4.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
4.79/4.87	c lower bound updated to -1493
4.79/4.87	c BCD2: 41 <= obj <= 1492
4.79/4.87	c BCD2: #cores=2, #unrelaxed=1491, #relaxed=43, #hardened=0
4.79/4.87	c BCD2: #sat=1 #unsat=42 bias=42/43
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 |    42848      0 |       39 |       40
4.89/4.93	c  0.1s |       0 |        3 |        1 |    42848      0 |       39 |       41
4.89/4.93	c #cpu_time = 0.060s
4.89/4.93	c #wall_clock_time = 0.060s
4.89/4.93	c #decision = 3
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 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
4.89/4.93	c lower bound updated to -1492
4.89/4.94	c BCD2: 42 <= obj <= 1492
4.89/4.94	c BCD2: #cores=2, #unrelaxed=1490, #relaxed=44, #hardened=0
4.89/4.94	c BCD2: #sat=1 #unsat=43 bias=43/44
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 |    42848      0 |       40 |       41
4.99/5.00	c  0.1s |       0 |        3 |        1 |    42848      0 |       40 |       42
4.99/5.00	c #cpu_time = 0.059s
4.99/5.00	c #wall_clock_time = 0.059s
4.99/5.00	c #decision = 3
4.99/5.00	c #random_decision = 0
4.99/5.00	c #conflict = 1
4.99/5.00	c #restart = 0
4.99/5.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
4.99/5.00	c lower bound updated to -1491
4.99/5.00	c BCD2: 43 <= obj <= 1492
4.99/5.00	c BCD2: #cores=2, #unrelaxed=1489, #relaxed=45, #hardened=0
4.99/5.00	c BCD2: #sat=1 #unsat=44 bias=44/45
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 |    42848      0 |       41 |       42
4.99/5.06	c  0.1s |       0 |        3 |        1 |    42848      0 |       41 |       43
4.99/5.06	c #cpu_time = 0.060s
4.99/5.06	c #wall_clock_time = 0.060s
4.99/5.06	c #decision = 3
4.99/5.06	c #random_decision = 0
4.99/5.06	c #conflict = 1
4.99/5.06	c #restart = 0
4.99/5.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
4.99/5.06	c lower bound updated to -1490
4.99/5.06	c BCD2: 44 <= obj <= 1492
4.99/5.06	c BCD2: #cores=2, #unrelaxed=1488, #relaxed=46, #hardened=0
4.99/5.06	c BCD2: #sat=1 #unsat=45 bias=45/46
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 |    42848      0 |       42 |       43
5.09/5.12	c  0.1s |       0 |        3 |        1 |    42848      0 |       42 |       44
5.09/5.12	c #cpu_time = 0.061s
5.09/5.12	c #wall_clock_time = 0.061s
5.09/5.12	c #decision = 3
5.09/5.12	c #random_decision = 0
5.09/5.12	c #conflict = 1
5.09/5.12	c #restart = 0
5.09/5.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
5.09/5.12	c lower bound updated to -1489
5.09/5.12	c BCD2: 45 <= obj <= 1492
5.09/5.12	c BCD2: #cores=2, #unrelaxed=1487, #relaxed=47, #hardened=0
5.09/5.12	c BCD2: #sat=1 #unsat=46 bias=46/47
5.09/5.12	c Solving starts ...
5.09/5.12	c ============================[ Search Statistics ]============================
5.09/5.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.12	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.12	c =============================================================================
5.09/5.12	c  0.0s |       0 |        0 |        0 |    42848      0 |       43 |       44
5.09/5.18	c  0.1s |       0 |        3 |        1 |    42848      0 |       43 |       45
5.09/5.18	c #cpu_time = 0.061s
5.09/5.18	c #wall_clock_time = 0.061s
5.09/5.18	c #decision = 3
5.09/5.18	c #random_decision = 0
5.09/5.18	c #conflict = 1
5.09/5.18	c #restart = 0
5.09/5.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
5.09/5.18	c lower bound updated to -1488
5.09/5.18	c BCD2: 46 <= obj <= 1492
5.09/5.18	c BCD2: #cores=2, #unrelaxed=1486, #relaxed=48, #hardened=0
5.09/5.18	c BCD2: #sat=1 #unsat=47 bias=47/48
5.09/5.18	c Solving starts ...
5.09/5.18	c ============================[ Search Statistics ]============================
5.09/5.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.18	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.18	c =============================================================================
5.09/5.18	c  0.0s |       0 |        0 |        0 |    42848      0 |       44 |       45
5.19/5.25	c  0.1s |       0 |        3 |        1 |    42848      0 |       44 |       46
5.19/5.25	c #cpu_time = 0.061s
5.19/5.25	c #wall_clock_time = 0.061s
5.19/5.25	c #decision = 3
5.19/5.25	c #random_decision = 0
5.19/5.25	c #conflict = 1
5.19/5.25	c #restart = 0
5.19/5.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
5.19/5.25	c lower bound updated to -1487
5.19/5.25	c BCD2: 47 <= obj <= 1492
5.19/5.25	c BCD2: #cores=2, #unrelaxed=1485, #relaxed=49, #hardened=0
5.19/5.25	c BCD2: #sat=1 #unsat=48 bias=48/49
5.19/5.25	c Solving starts ...
5.19/5.25	c ============================[ Search Statistics ]============================
5.19/5.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.25	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.25	c =============================================================================
5.19/5.25	c  0.0s |       0 |        0 |        0 |    42848      0 |       45 |       46
5.29/5.31	c  0.1s |       0 |        3 |        1 |    42848      0 |       45 |       47
5.29/5.31	c #cpu_time = 0.061s
5.29/5.31	c #wall_clock_time = 0.061s
5.29/5.31	c #decision = 3
5.29/5.31	c #random_decision = 0
5.29/5.31	c #conflict = 1
5.29/5.31	c #restart = 0
5.29/5.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
5.29/5.31	c lower bound updated to -1486
5.29/5.31	c BCD2: 48 <= obj <= 1492
5.29/5.31	c BCD2: #cores=2, #unrelaxed=1484, #relaxed=50, #hardened=0
5.29/5.31	c BCD2: #sat=1 #unsat=49 bias=49/50
5.29/5.31	c Solving starts ...
5.29/5.31	c ============================[ Search Statistics ]============================
5.29/5.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.31	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.31	c =============================================================================
5.29/5.31	c  0.0s |       0 |        0 |        0 |    42848      0 |       46 |       47
5.29/5.37	c  0.1s |       0 |        3 |        1 |    42848      0 |       46 |       48
5.29/5.37	c #cpu_time = 0.061s
5.29/5.37	c #wall_clock_time = 0.061s
5.29/5.37	c #decision = 3
5.29/5.37	c #random_decision = 0
5.29/5.37	c #conflict = 1
5.29/5.37	c #restart = 0
5.29/5.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
5.29/5.37	c lower bound updated to -1485
5.29/5.37	c BCD2: 49 <= obj <= 1492
5.29/5.37	c BCD2: #cores=2, #unrelaxed=1483, #relaxed=51, #hardened=0
5.29/5.37	c BCD2: #sat=1 #unsat=50 bias=50/51
5.29/5.37	c Solving starts ...
5.29/5.37	c ============================[ Search Statistics ]============================
5.29/5.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.37	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.37	c =============================================================================
5.29/5.37	c  0.0s |       0 |        0 |        0 |    42848      0 |       47 |       48
5.39/5.43	c  0.1s |       0 |        3 |        1 |    42848      0 |       47 |       49
5.39/5.43	c #cpu_time = 0.060s
5.39/5.43	c #wall_clock_time = 0.060s
5.39/5.43	c #decision = 3
5.39/5.43	c #random_decision = 0
5.39/5.43	c #conflict = 1
5.39/5.43	c #restart = 0
5.39/5.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
5.39/5.43	c lower bound updated to -1484
5.39/5.44	c BCD2: 50 <= obj <= 1492
5.39/5.44	c BCD2: #cores=2, #unrelaxed=1482, #relaxed=52, #hardened=0
5.39/5.44	c BCD2: #sat=1 #unsat=51 bias=51/52
5.39/5.44	c Solving starts ...
5.39/5.44	c ============================[ Search Statistics ]============================
5.39/5.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.44	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.44	c =============================================================================
5.39/5.44	c  0.0s |       0 |        0 |        0 |    42848      0 |       48 |       49
5.39/5.50	c  0.1s |       0 |        3 |        0 |    42848      0 |       48 |       50
5.39/5.50	c #cpu_time = 0.059s
5.39/5.50	c #wall_clock_time = 0.059s
5.39/5.50	c #decision = 3
5.39/5.50	c #random_decision = 0
5.39/5.50	c #conflict = 0
5.39/5.50	c #restart = 0
5.39/5.50	c BCD2: found a new core of size 2: cost of the new core is >=1
5.39/5.50	c lower bound updated to -1483
5.50/5.51	c BCD2: 51 <= obj <= 1492
5.50/5.51	c BCD2: #cores=3, #unrelaxed=1480, #relaxed=54, #hardened=0
5.50/5.51	c BCD2: #sat=1 #unsat=52 bias=52/53
5.50/5.51	c Solving starts ...
5.50/5.51	c ============================[ Search Statistics ]============================
5.50/5.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.51	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.51	c =============================================================================
5.50/5.51	c  0.0s |       0 |        0 |        0 |    42848      0 |       48 |       51
5.50/5.57	c  0.1s |       0 |        4 |        1 |    42848      0 |       48 |       51
5.50/5.57	c #cpu_time = 0.058s
5.50/5.57	c #wall_clock_time = 0.058s
5.50/5.57	c #decision = 4
5.50/5.57	c #random_decision = 0
5.50/5.57	c #conflict = 1
5.50/5.57	c #restart = 0
5.50/5.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
5.50/5.57	c lower bound updated to -1482
5.50/5.57	c BCD2: 52 <= obj <= 1492
5.50/5.57	c BCD2: #cores=3, #unrelaxed=1479, #relaxed=55, #hardened=0
5.50/5.57	c BCD2: #sat=1 #unsat=53 bias=53/54
5.50/5.57	c Solving starts ...
5.50/5.57	c ============================[ Search Statistics ]============================
5.50/5.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.57	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.57	c =============================================================================
5.50/5.57	c  0.0s |       0 |        0 |        0 |    42848      0 |       49 |       51
5.60/5.63	c  0.1s |       0 |        4 |        1 |    42848      0 |       49 |       52
5.60/5.63	c #cpu_time = 0.060s
5.60/5.63	c #wall_clock_time = 0.060s
5.60/5.63	c #decision = 4
5.60/5.63	c #random_decision = 0
5.60/5.63	c #conflict = 1
5.60/5.63	c #restart = 0
5.60/5.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
5.60/5.63	c lower bound updated to -1481
5.60/5.63	c BCD2: 53 <= obj <= 1492
5.60/5.63	c BCD2: #cores=3, #unrelaxed=1478, #relaxed=56, #hardened=0
5.60/5.63	c BCD2: #sat=1 #unsat=54 bias=54/55
5.60/5.63	c Solving starts ...
5.60/5.63	c ============================[ Search Statistics ]============================
5.60/5.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.63	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.63	c =============================================================================
5.60/5.63	c  0.0s |       0 |        0 |        0 |    42848      0 |       50 |       52
5.60/5.69	c  0.1s |       0 |        4 |        1 |    42848      0 |       50 |       53
5.60/5.69	c #cpu_time = 0.061s
5.60/5.69	c #wall_clock_time = 0.061s
5.60/5.69	c #decision = 4
5.60/5.69	c #random_decision = 0
5.60/5.69	c #conflict = 1
5.60/5.69	c #restart = 0
5.60/5.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
5.60/5.69	c lower bound updated to -1480
5.60/5.69	c BCD2: 54 <= obj <= 1492
5.60/5.69	c BCD2: #cores=3, #unrelaxed=1477, #relaxed=57, #hardened=0
5.60/5.69	c BCD2: #sat=1 #unsat=55 bias=55/56
5.60/5.69	c Solving starts ...
5.60/5.69	c ============================[ Search Statistics ]============================
5.60/5.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.60/5.69	c       |         |          |          |    Limit     GC | Var      | Constra 
5.60/5.69	c =============================================================================
5.60/5.69	c  0.0s |       0 |        0 |        0 |    42848      0 |       51 |       53
5.69/5.76	c  0.1s |       0 |        4 |        1 |    42848      0 |       51 |       54
5.69/5.76	c #cpu_time = 0.062s
5.69/5.76	c #wall_clock_time = 0.062s
5.69/5.76	c #decision = 4
5.69/5.76	c #random_decision = 0
5.69/5.76	c #conflict = 1
5.69/5.76	c #restart = 0
5.69/5.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
5.69/5.76	c lower bound updated to -1479
5.69/5.76	c BCD2: 55 <= obj <= 1492
5.69/5.76	c BCD2: #cores=3, #unrelaxed=1476, #relaxed=58, #hardened=0
5.69/5.76	c BCD2: #sat=1 #unsat=56 bias=56/57
5.69/5.76	c Solving starts ...
5.69/5.76	c ============================[ Search Statistics ]============================
5.69/5.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.76	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.76	c =============================================================================
5.69/5.76	c  0.0s |       0 |        0 |        0 |    42848      0 |       52 |       54
5.79/5.82	c  0.1s |       0 |        4 |        1 |    42848      0 |       52 |       55
5.79/5.82	c #cpu_time = 0.065s
5.79/5.82	c #wall_clock_time = 0.065s
5.79/5.82	c #decision = 4
5.79/5.82	c #random_decision = 0
5.79/5.82	c #conflict = 1
5.79/5.82	c #restart = 0
5.79/5.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
5.79/5.82	c lower bound updated to -1478
5.79/5.82	c BCD2: 56 <= obj <= 1492
5.79/5.82	c BCD2: #cores=3, #unrelaxed=1475, #relaxed=59, #hardened=0
5.79/5.82	c BCD2: #sat=1 #unsat=57 bias=57/58
5.79/5.82	c Solving starts ...
5.79/5.82	c ============================[ Search Statistics ]============================
5.79/5.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.82	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.82	c =============================================================================
5.79/5.82	c  0.0s |       0 |        0 |        0 |    42848      0 |       53 |       55
5.79/5.88	c  0.1s |       0 |        4 |        1 |    42848      0 |       53 |       56
5.79/5.88	c #cpu_time = 0.063s
5.79/5.88	c #wall_clock_time = 0.063s
5.79/5.88	c #decision = 4
5.79/5.88	c #random_decision = 0
5.79/5.88	c #conflict = 1
5.79/5.88	c #restart = 0
5.79/5.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
5.79/5.88	c lower bound updated to -1477
5.79/5.89	c BCD2: 57 <= obj <= 1492
5.79/5.89	c BCD2: #cores=3, #unrelaxed=1474, #relaxed=60, #hardened=0
5.79/5.89	c BCD2: #sat=1 #unsat=58 bias=58/59
5.79/5.89	c Solving starts ...
5.79/5.89	c ============================[ Search Statistics ]============================
5.79/5.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.79/5.89	c       |         |          |          |    Limit     GC | Var      | Constra 
5.79/5.89	c =============================================================================
5.79/5.89	c  0.0s |       0 |        0 |        0 |    42848      0 |       54 |       56
5.89/5.95	c  0.1s |       0 |        4 |        1 |    42848      0 |       54 |       57
5.89/5.95	c #cpu_time = 0.061s
5.89/5.95	c #wall_clock_time = 0.061s
5.89/5.95	c #decision = 4
5.89/5.95	c #random_decision = 0
5.89/5.95	c #conflict = 1
5.89/5.95	c #restart = 0
5.89/5.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
5.89/5.95	c lower bound updated to -1476
5.89/5.95	c BCD2: 58 <= obj <= 1492
5.89/5.95	c BCD2: #cores=3, #unrelaxed=1473, #relaxed=61, #hardened=0
5.89/5.95	c BCD2: #sat=1 #unsat=59 bias=59/60
5.89/5.95	c Solving starts ...
5.89/5.95	c ============================[ Search Statistics ]============================
5.89/5.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.89/5.95	c       |         |          |          |    Limit     GC | Var      | Constra 
5.89/5.95	c =============================================================================
5.89/5.95	c  0.0s |       0 |        0 |        0 |    42848      0 |       55 |       57
5.99/6.01	c  0.1s |       0 |        4 |        1 |    42848      0 |       55 |       58
5.99/6.01	c #cpu_time = 0.059s
5.99/6.01	c #wall_clock_time = 0.059s
5.99/6.01	c #decision = 4
5.99/6.01	c #random_decision = 0
5.99/6.01	c #conflict = 1
5.99/6.01	c #restart = 0
5.99/6.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
5.99/6.01	c lower bound updated to -1475
5.99/6.01	c BCD2: 59 <= obj <= 1492
5.99/6.01	c BCD2: #cores=3, #unrelaxed=1472, #relaxed=62, #hardened=0
5.99/6.01	c BCD2: #sat=1 #unsat=60 bias=60/61
5.99/6.01	c Solving starts ...
5.99/6.01	c ============================[ Search Statistics ]============================
5.99/6.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.01	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.01	c =============================================================================
5.99/6.01	c  0.0s |       0 |        0 |        0 |    42848      0 |       56 |       58
5.99/6.08	c  0.1s |       0 |        4 |        1 |    42848      0 |       56 |       59
5.99/6.08	c #cpu_time = 0.061s
5.99/6.08	c #wall_clock_time = 0.061s
5.99/6.08	c #decision = 4
5.99/6.08	c #random_decision = 0
5.99/6.08	c #conflict = 1
5.99/6.08	c #restart = 0
5.99/6.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
5.99/6.08	c lower bound updated to -1474
5.99/6.08	c BCD2: 60 <= obj <= 1492
5.99/6.08	c BCD2: #cores=3, #unrelaxed=1471, #relaxed=63, #hardened=0
5.99/6.08	c BCD2: #sat=1 #unsat=61 bias=61/62
5.99/6.08	c Solving starts ...
5.99/6.08	c ============================[ Search Statistics ]============================
5.99/6.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.99/6.08	c       |         |          |          |    Limit     GC | Var      | Constra 
5.99/6.08	c =============================================================================
5.99/6.08	c  0.0s |       0 |        0 |        0 |    42848      0 |       57 |       59
6.09/6.14	c  0.1s |       0 |        4 |        1 |    42848      0 |       57 |       60
6.09/6.14	c #cpu_time = 0.061s
6.09/6.14	c #wall_clock_time = 0.061s
6.09/6.14	c #decision = 4
6.09/6.14	c #random_decision = 0
6.09/6.14	c #conflict = 1
6.09/6.14	c #restart = 0
6.09/6.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
6.09/6.14	c lower bound updated to -1473
6.09/6.14	c BCD2: 61 <= obj <= 1492
6.09/6.14	c BCD2: #cores=3, #unrelaxed=1470, #relaxed=64, #hardened=0
6.09/6.14	c BCD2: #sat=1 #unsat=62 bias=62/63
6.09/6.14	c Solving starts ...
6.09/6.14	c ============================[ Search Statistics ]============================
6.09/6.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.09/6.14	c       |         |          |          |    Limit     GC | Var      | Constra 
6.09/6.14	c =============================================================================
6.09/6.14	c  0.0s |       0 |        0 |        0 |    42848      0 |       58 |       60
6.19/6.20	c  0.1s |       0 |        4 |        1 |    42848      0 |       58 |       61
6.19/6.20	c #cpu_time = 0.062s
6.19/6.20	c #wall_clock_time = 0.062s
6.19/6.20	c #decision = 4
6.19/6.20	c #random_decision = 0
6.19/6.20	c #conflict = 1
6.19/6.20	c #restart = 0
6.19/6.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
6.19/6.20	c lower bound updated to -1472
6.19/6.20	c BCD2: 62 <= obj <= 1492
6.19/6.20	c BCD2: #cores=3, #unrelaxed=1469, #relaxed=65, #hardened=0
6.19/6.20	c BCD2: #sat=1 #unsat=63 bias=63/64
6.19/6.20	c Solving starts ...
6.19/6.20	c ============================[ Search Statistics ]============================
6.19/6.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.20	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.20	c =============================================================================
6.19/6.20	c  0.0s |       0 |        0 |        0 |    42848      0 |       59 |       61
6.19/6.26	c  0.1s |       0 |        4 |        1 |    42848      0 |       59 |       62
6.19/6.26	c #cpu_time = 0.061s
6.19/6.26	c #wall_clock_time = 0.061s
6.19/6.26	c #decision = 4
6.19/6.26	c #random_decision = 0
6.19/6.26	c #conflict = 1
6.19/6.26	c #restart = 0
6.19/6.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
6.19/6.26	c lower bound updated to -1471
6.19/6.26	c BCD2: 63 <= obj <= 1492
6.19/6.26	c BCD2: #cores=3, #unrelaxed=1468, #relaxed=66, #hardened=0
6.19/6.26	c BCD2: #sat=1 #unsat=64 bias=64/65
6.19/6.26	c Solving starts ...
6.19/6.26	c ============================[ Search Statistics ]============================
6.19/6.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.19/6.26	c       |         |          |          |    Limit     GC | Var      | Constra 
6.19/6.26	c =============================================================================
6.19/6.26	c  0.0s |       0 |        0 |        0 |    42848      0 |       60 |       62
6.29/6.32	c  0.1s |       0 |        4 |        1 |    42848      0 |       60 |       63
6.29/6.32	c #cpu_time = 0.061s
6.29/6.32	c #wall_clock_time = 0.061s
6.29/6.32	c #decision = 4
6.29/6.32	c #random_decision = 0
6.29/6.32	c #conflict = 1
6.29/6.32	c #restart = 0
6.29/6.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
6.29/6.32	c lower bound updated to -1470
6.29/6.33	c BCD2: 64 <= obj <= 1492
6.29/6.33	c BCD2: #cores=3, #unrelaxed=1467, #relaxed=67, #hardened=0
6.29/6.33	c BCD2: #sat=1 #unsat=65 bias=65/66
6.29/6.33	c Solving starts ...
6.29/6.33	c ============================[ Search Statistics ]============================
6.29/6.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.33	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.33	c =============================================================================
6.29/6.33	c  0.0s |       0 |        0 |        0 |    42848      0 |       61 |       63
6.29/6.39	c  0.1s |       0 |        4 |        1 |    42848      0 |       61 |       64
6.29/6.39	c #cpu_time = 0.061s
6.29/6.39	c #wall_clock_time = 0.061s
6.29/6.39	c #decision = 4
6.29/6.39	c #random_decision = 0
6.29/6.39	c #conflict = 1
6.29/6.39	c #restart = 0
6.29/6.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
6.29/6.39	c lower bound updated to -1469
6.29/6.39	c BCD2: 65 <= obj <= 1492
6.29/6.39	c BCD2: #cores=3, #unrelaxed=1466, #relaxed=68, #hardened=0
6.29/6.39	c BCD2: #sat=1 #unsat=66 bias=66/67
6.29/6.39	c Solving starts ...
6.29/6.39	c ============================[ Search Statistics ]============================
6.29/6.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.29/6.39	c       |         |          |          |    Limit     GC | Var      | Constra 
6.29/6.39	c =============================================================================
6.29/6.39	c  0.0s |       0 |        0 |        0 |    42848      0 |       62 |       64
6.39/6.45	c  0.1s |       0 |        4 |        1 |    42848      0 |       62 |       65
6.39/6.45	c #cpu_time = 0.061s
6.39/6.45	c #wall_clock_time = 0.061s
6.39/6.45	c #decision = 4
6.39/6.45	c #random_decision = 0
6.39/6.45	c #conflict = 1
6.39/6.45	c #restart = 0
6.39/6.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
6.39/6.45	c lower bound updated to -1468
6.39/6.46	c BCD2: 66 <= obj <= 1492
6.39/6.46	c BCD2: #cores=3, #unrelaxed=1465, #relaxed=69, #hardened=0
6.39/6.46	c BCD2: #sat=1 #unsat=67 bias=67/68
6.39/6.46	c Solving starts ...
6.39/6.46	c ============================[ Search Statistics ]============================
6.39/6.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.39/6.46	c       |         |          |          |    Limit     GC | Var      | Constra 
6.39/6.46	c =============================================================================
6.39/6.46	c  0.0s |       0 |        0 |        0 |    42848      0 |       63 |       65
6.49/6.52	c  0.1s |       0 |        4 |        1 |    42848      0 |       63 |       66
6.49/6.52	c #cpu_time = 0.059s
6.49/6.52	c #wall_clock_time = 0.060s
6.49/6.52	c #decision = 4
6.49/6.52	c #random_decision = 0
6.49/6.52	c #conflict = 1
6.49/6.52	c #restart = 0
6.49/6.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
6.49/6.52	c lower bound updated to -1467
6.49/6.52	c BCD2: 67 <= obj <= 1492
6.49/6.52	c BCD2: #cores=3, #unrelaxed=1464, #relaxed=70, #hardened=0
6.49/6.52	c BCD2: #sat=1 #unsat=68 bias=68/69
6.49/6.52	c Solving starts ...
6.49/6.52	c ============================[ Search Statistics ]============================
6.49/6.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.52	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.52	c =============================================================================
6.49/6.52	c  0.0s |       0 |        0 |        0 |    42848      0 |       64 |       66
6.49/6.58	c  0.1s |       0 |        4 |        1 |    42848      0 |       64 |       67
6.49/6.58	c #cpu_time = 0.061s
6.49/6.58	c #wall_clock_time = 0.061s
6.49/6.58	c #decision = 4
6.49/6.58	c #random_decision = 0
6.49/6.58	c #conflict = 1
6.49/6.58	c #restart = 0
6.49/6.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
6.49/6.58	c lower bound updated to -1466
6.49/6.58	c BCD2: 68 <= obj <= 1492
6.49/6.58	c BCD2: #cores=3, #unrelaxed=1463, #relaxed=71, #hardened=0
6.49/6.58	c BCD2: #sat=1 #unsat=69 bias=69/70
6.49/6.58	c Solving starts ...
6.49/6.58	c ============================[ Search Statistics ]============================
6.49/6.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.49/6.58	c       |         |          |          |    Limit     GC | Var      | Constra 
6.49/6.58	c =============================================================================
6.49/6.58	c  0.0s |       0 |        0 |        0 |    42848      0 |       65 |       67
6.60/6.64	c  0.1s |       0 |        4 |        1 |    42848      0 |       65 |       68
6.60/6.64	c #cpu_time = 0.061s
6.60/6.64	c #wall_clock_time = 0.061s
6.60/6.64	c #decision = 4
6.60/6.64	c #random_decision = 0
6.60/6.64	c #conflict = 1
6.60/6.64	c #restart = 0
6.60/6.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
6.60/6.64	c lower bound updated to -1465
6.60/6.64	c BCD2: 69 <= obj <= 1492
6.60/6.64	c BCD2: #cores=3, #unrelaxed=1462, #relaxed=72, #hardened=0
6.60/6.64	c BCD2: #sat=1 #unsat=70 bias=70/71
6.60/6.64	c Solving starts ...
6.60/6.64	c ============================[ Search Statistics ]============================
6.60/6.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.64	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.64	c =============================================================================
6.60/6.64	c  0.0s |       0 |        0 |        0 |    42848      0 |       66 |       68
6.60/6.70	c  0.1s |       0 |        4 |        1 |    42848      0 |       66 |       69
6.60/6.70	c #cpu_time = 0.062s
6.60/6.70	c #wall_clock_time = 0.062s
6.60/6.70	c #decision = 4
6.60/6.70	c #random_decision = 0
6.60/6.70	c #conflict = 1
6.60/6.70	c #restart = 0
6.60/6.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
6.60/6.70	c lower bound updated to -1464
6.60/6.70	c BCD2: 70 <= obj <= 1492
6.60/6.70	c BCD2: #cores=3, #unrelaxed=1461, #relaxed=73, #hardened=0
6.60/6.70	c BCD2: #sat=1 #unsat=71 bias=71/72
6.60/6.70	c Solving starts ...
6.60/6.70	c ============================[ Search Statistics ]============================
6.60/6.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.60/6.70	c       |         |          |          |    Limit     GC | Var      | Constra 
6.60/6.70	c =============================================================================
6.60/6.70	c  0.0s |       0 |        0 |        0 |    42848      0 |       67 |       69
6.70/6.76	c  0.1s |       0 |        4 |        1 |    42848      0 |       67 |       70
6.70/6.76	c #cpu_time = 0.061s
6.70/6.76	c #wall_clock_time = 0.061s
6.70/6.76	c #decision = 4
6.70/6.76	c #random_decision = 0
6.70/6.76	c #conflict = 1
6.70/6.76	c #restart = 0
6.70/6.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
6.70/6.76	c lower bound updated to -1463
6.70/6.76	c BCD2: 71 <= obj <= 1492
6.70/6.76	c BCD2: #cores=3, #unrelaxed=1460, #relaxed=74, #hardened=0
6.70/6.76	c BCD2: #sat=1 #unsat=72 bias=72/73
6.70/6.76	c Solving starts ...
6.70/6.76	c ============================[ Search Statistics ]============================
6.70/6.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.70/6.76	c       |         |          |          |    Limit     GC | Var      | Constra 
6.70/6.76	c =============================================================================
6.70/6.76	c  0.0s |       0 |        0 |        0 |    42848      0 |       68 |       70
6.79/6.83	c  0.1s |       0 |        4 |        1 |    42848      0 |       68 |       71
6.79/6.83	c #cpu_time = 0.061s
6.79/6.83	c #wall_clock_time = 0.061s
6.79/6.83	c #decision = 4
6.79/6.83	c #random_decision = 0
6.79/6.83	c #conflict = 1
6.79/6.83	c #restart = 0
6.79/6.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
6.79/6.83	c lower bound updated to -1462
6.79/6.83	c BCD2: 72 <= obj <= 1492
6.79/6.83	c BCD2: #cores=3, #unrelaxed=1459, #relaxed=75, #hardened=0
6.79/6.83	c BCD2: #sat=1 #unsat=73 bias=73/74
6.79/6.83	c Solving starts ...
6.79/6.83	c ============================[ Search Statistics ]============================
6.79/6.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.83	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.83	c =============================================================================
6.79/6.83	c  0.0s |       0 |        0 |        0 |    42848      0 |       69 |       71
6.79/6.89	c  0.1s |       0 |        4 |        1 |    42848      0 |       69 |       72
6.79/6.89	c #cpu_time = 0.062s
6.79/6.89	c #wall_clock_time = 0.062s
6.79/6.89	c #decision = 4
6.79/6.89	c #random_decision = 0
6.79/6.89	c #conflict = 1
6.79/6.89	c #restart = 0
6.79/6.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
6.79/6.89	c lower bound updated to -1461
6.79/6.89	c BCD2: 73 <= obj <= 1492
6.79/6.89	c BCD2: #cores=3, #unrelaxed=1458, #relaxed=76, #hardened=0
6.79/6.89	c BCD2: #sat=1 #unsat=74 bias=74/75
6.79/6.89	c Solving starts ...
6.79/6.89	c ============================[ Search Statistics ]============================
6.79/6.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.79/6.89	c       |         |          |          |    Limit     GC | Var      | Constra 
6.79/6.89	c =============================================================================
6.79/6.89	c  0.0s |       0 |        0 |        0 |    42848      0 |       70 |       72
6.89/6.95	c  0.1s |       0 |        4 |        1 |    42848      0 |       70 |       73
6.89/6.95	c #cpu_time = 0.064s
6.89/6.95	c #wall_clock_time = 0.064s
6.89/6.95	c #decision = 4
6.89/6.95	c #random_decision = 0
6.89/6.95	c #conflict = 1
6.89/6.95	c #restart = 0
6.89/6.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
6.89/6.95	c lower bound updated to -1460
6.89/6.96	c BCD2: 74 <= obj <= 1492
6.89/6.96	c BCD2: #cores=3, #unrelaxed=1457, #relaxed=77, #hardened=0
6.89/6.96	c BCD2: #sat=1 #unsat=75 bias=75/76
6.89/6.96	c Solving starts ...
6.89/6.96	c ============================[ Search Statistics ]============================
6.89/6.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.89/6.96	c       |         |          |          |    Limit     GC | Var      | Constra 
6.89/6.96	c =============================================================================
6.89/6.96	c  0.0s |       0 |        0 |        0 |    42848      0 |       71 |       73
6.99/7.02	c  0.1s |       0 |        4 |        1 |    42848      0 |       71 |       74
6.99/7.02	c #cpu_time = 0.059s
6.99/7.02	c #wall_clock_time = 0.059s
6.99/7.02	c #decision = 4
6.99/7.02	c #random_decision = 0
6.99/7.02	c #conflict = 1
6.99/7.02	c #restart = 0
6.99/7.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
6.99/7.02	c lower bound updated to -1459
6.99/7.02	c BCD2: 75 <= obj <= 1492
6.99/7.02	c BCD2: #cores=3, #unrelaxed=1456, #relaxed=78, #hardened=0
6.99/7.02	c BCD2: #sat=1 #unsat=76 bias=76/77
6.99/7.02	c Solving starts ...
6.99/7.02	c ============================[ Search Statistics ]============================
6.99/7.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.99/7.02	c       |         |          |          |    Limit     GC | Var      | Constra 
6.99/7.02	c =============================================================================
6.99/7.02	c  0.0s |       0 |        0 |        0 |    42848      0 |       72 |       74
6.99/7.08	c  0.1s |       0 |        4 |        0 |    42848      0 |       72 |       75
6.99/7.08	c #cpu_time = 0.061s
6.99/7.08	c #wall_clock_time = 0.061s
6.99/7.08	c #decision = 4
6.99/7.08	c #random_decision = 0
6.99/7.08	c #conflict = 0
6.99/7.08	c #restart = 0
6.99/7.08	c BCD2: found a new core of size 2: cost of the new core is >=1
6.99/7.08	c lower bound updated to -1458
7.09/7.10	c BCD2: 76 <= obj <= 1492
7.09/7.10	c BCD2: #cores=4, #unrelaxed=1454, #relaxed=80, #hardened=0
7.09/7.10	c BCD2: #sat=1 #unsat=77 bias=77/78
7.09/7.10	c Solving starts ...
7.09/7.10	c ============================[ Search Statistics ]============================
7.09/7.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.10	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.10	c =============================================================================
7.09/7.10	c  0.0s |       0 |        0 |        0 |    42848      0 |       72 |       76
7.09/7.15	c  0.1s |       0 |        5 |        1 |    42848      0 |       72 |       76
7.09/7.15	c #cpu_time = 0.059s
7.09/7.15	c #wall_clock_time = 0.059s
7.09/7.15	c #decision = 5
7.09/7.15	c #random_decision = 0
7.09/7.15	c #conflict = 1
7.09/7.15	c #restart = 0
7.09/7.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
7.09/7.15	c lower bound updated to -1457
7.09/7.16	c BCD2: 77 <= obj <= 1492
7.09/7.16	c BCD2: #cores=4, #unrelaxed=1453, #relaxed=81, #hardened=0
7.09/7.16	c BCD2: #sat=1 #unsat=78 bias=78/79
7.09/7.16	c Solving starts ...
7.09/7.16	c ============================[ Search Statistics ]============================
7.09/7.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.09/7.16	c       |         |          |          |    Limit     GC | Var      | Constra 
7.09/7.16	c =============================================================================
7.09/7.16	c  0.0s |       0 |        0 |        0 |    42848      0 |       73 |       76
7.19/7.22	c  0.1s |       0 |        5 |        1 |    42848      0 |       73 |       77
7.19/7.22	c #cpu_time = 0.061s
7.19/7.22	c #wall_clock_time = 0.061s
7.19/7.22	c #decision = 5
7.19/7.22	c #random_decision = 0
7.19/7.22	c #conflict = 1
7.19/7.22	c #restart = 0
7.19/7.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
7.19/7.22	c lower bound updated to -1456
7.19/7.22	c BCD2: 78 <= obj <= 1492
7.19/7.22	c BCD2: #cores=4, #unrelaxed=1452, #relaxed=82, #hardened=0
7.19/7.22	c BCD2: #sat=1 #unsat=79 bias=79/80
7.19/7.22	c Solving starts ...
7.19/7.22	c ============================[ Search Statistics ]============================
7.19/7.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.22	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.22	c =============================================================================
7.19/7.22	c  0.0s |       0 |        0 |        0 |    42848      0 |       74 |       77
7.19/7.28	c  0.1s |       0 |        5 |        1 |    42848      0 |       74 |       78
7.19/7.28	c #cpu_time = 0.062s
7.19/7.28	c #wall_clock_time = 0.062s
7.19/7.28	c #decision = 5
7.19/7.28	c #random_decision = 0
7.19/7.28	c #conflict = 1
7.19/7.28	c #restart = 0
7.19/7.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
7.19/7.28	c lower bound updated to -1455
7.19/7.28	c BCD2: 79 <= obj <= 1492
7.19/7.28	c BCD2: #cores=4, #unrelaxed=1451, #relaxed=83, #hardened=0
7.19/7.28	c BCD2: #sat=1 #unsat=80 bias=80/81
7.19/7.28	c Solving starts ...
7.19/7.28	c ============================[ Search Statistics ]============================
7.19/7.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.19/7.28	c       |         |          |          |    Limit     GC | Var      | Constra 
7.19/7.28	c =============================================================================
7.19/7.28	c  0.0s |       0 |        0 |        0 |    42848      0 |       75 |       78
7.29/7.34	c  0.1s |       0 |        5 |        1 |    42848      0 |       75 |       79
7.29/7.34	c #cpu_time = 0.061s
7.29/7.34	c #wall_clock_time = 0.061s
7.29/7.34	c #decision = 5
7.29/7.34	c #random_decision = 0
7.29/7.34	c #conflict = 1
7.29/7.34	c #restart = 0
7.29/7.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
7.29/7.34	c lower bound updated to -1454
7.29/7.34	c BCD2: 80 <= obj <= 1492
7.29/7.34	c BCD2: #cores=4, #unrelaxed=1450, #relaxed=84, #hardened=0
7.29/7.34	c BCD2: #sat=1 #unsat=81 bias=81/82
7.29/7.34	c Solving starts ...
7.29/7.34	c ============================[ Search Statistics ]============================
7.29/7.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.29/7.34	c       |         |          |          |    Limit     GC | Var      | Constra 
7.29/7.34	c =============================================================================
7.29/7.34	c  0.0s |       0 |        0 |        0 |    42848      0 |       76 |       79
7.39/7.40	c  0.1s |       0 |        5 |        1 |    42848      0 |       76 |       80
7.39/7.40	c #cpu_time = 0.061s
7.39/7.40	c #wall_clock_time = 0.061s
7.39/7.40	c #decision = 5
7.39/7.40	c #random_decision = 0
7.39/7.40	c #conflict = 1
7.39/7.40	c #restart = 0
7.39/7.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
7.39/7.40	c lower bound updated to -1453
7.39/7.40	c BCD2: 81 <= obj <= 1492
7.39/7.40	c BCD2: #cores=4, #unrelaxed=1449, #relaxed=85, #hardened=0
7.39/7.40	c BCD2: #sat=1 #unsat=82 bias=82/83
7.39/7.40	c Solving starts ...
7.39/7.40	c ============================[ Search Statistics ]============================
7.39/7.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.40	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.40	c =============================================================================
7.39/7.40	c  0.0s |       0 |        0 |        0 |    42848      0 |       77 |       80
7.39/7.46	c  0.1s |       0 |        5 |        1 |    42848      0 |       77 |       81
7.39/7.46	c #cpu_time = 0.061s
7.39/7.46	c #wall_clock_time = 0.061s
7.39/7.46	c #decision = 5
7.39/7.46	c #random_decision = 0
7.39/7.46	c #conflict = 1
7.39/7.46	c #restart = 0
7.39/7.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
7.39/7.46	c lower bound updated to -1452
7.39/7.47	c BCD2: 82 <= obj <= 1492
7.39/7.47	c BCD2: #cores=4, #unrelaxed=1448, #relaxed=86, #hardened=0
7.39/7.47	c BCD2: #sat=1 #unsat=83 bias=83/84
7.39/7.47	c Solving starts ...
7.39/7.47	c ============================[ Search Statistics ]============================
7.39/7.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.39/7.47	c       |         |          |          |    Limit     GC | Var      | Constra 
7.39/7.47	c =============================================================================
7.39/7.47	c  0.0s |       0 |        0 |        0 |    42848      0 |       78 |       81
7.49/7.53	c  0.1s |       0 |        5 |        1 |    42848      0 |       78 |       82
7.49/7.53	c #cpu_time = 0.059s
7.49/7.53	c #wall_clock_time = 0.059s
7.49/7.53	c #decision = 5
7.49/7.53	c #random_decision = 0
7.49/7.53	c #conflict = 1
7.49/7.53	c #restart = 0
7.49/7.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
7.49/7.53	c lower bound updated to -1451
7.49/7.53	c BCD2: 83 <= obj <= 1492
7.49/7.53	c BCD2: #cores=4, #unrelaxed=1447, #relaxed=87, #hardened=0
7.49/7.53	c BCD2: #sat=1 #unsat=84 bias=84/85
7.49/7.53	c Solving starts ...
7.49/7.53	c ============================[ Search Statistics ]============================
7.49/7.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.53	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.53	c =============================================================================
7.49/7.53	c  0.0s |       0 |        0 |        0 |    42848      0 |       79 |       82
7.49/7.59	c  0.1s |       0 |        5 |        1 |    42848      0 |       79 |       83
7.49/7.59	c #cpu_time = 0.060s
7.49/7.59	c #wall_clock_time = 0.060s
7.49/7.59	c #decision = 5
7.49/7.59	c #random_decision = 0
7.49/7.59	c #conflict = 1
7.49/7.59	c #restart = 0
7.49/7.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
7.49/7.59	c lower bound updated to -1450
7.49/7.59	c BCD2: 84 <= obj <= 1492
7.49/7.59	c BCD2: #cores=4, #unrelaxed=1446, #relaxed=88, #hardened=0
7.49/7.59	c BCD2: #sat=1 #unsat=85 bias=85/86
7.49/7.59	c Solving starts ...
7.49/7.59	c ============================[ Search Statistics ]============================
7.49/7.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.59	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.59	c =============================================================================
7.49/7.59	c  0.0s |       0 |        0 |        0 |    42848      0 |       80 |       83
7.59/7.66	c  0.1s |       0 |        5 |        1 |    42848      0 |       80 |       84
7.59/7.66	c #cpu_time = 0.061s
7.59/7.66	c #wall_clock_time = 0.061s
7.59/7.66	c #decision = 5
7.59/7.66	c #random_decision = 0
7.59/7.66	c #conflict = 1
7.59/7.66	c #restart = 0
7.59/7.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
7.59/7.66	c lower bound updated to -1449
7.59/7.66	c BCD2: 85 <= obj <= 1492
7.59/7.66	c BCD2: #cores=4, #unrelaxed=1445, #relaxed=89, #hardened=0
7.59/7.66	c BCD2: #sat=1 #unsat=86 bias=86/87
7.59/7.66	c Solving starts ...
7.59/7.66	c ============================[ Search Statistics ]============================
7.59/7.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.66	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.66	c =============================================================================
7.59/7.66	c  0.0s |       0 |        0 |        0 |    42848      0 |       81 |       84
7.70/7.72	c  0.1s |       0 |        5 |        1 |    42848      0 |       81 |       85
7.70/7.72	c #cpu_time = 0.061s
7.70/7.72	c #wall_clock_time = 0.061s
7.70/7.72	c #decision = 5
7.70/7.72	c #random_decision = 0
7.70/7.72	c #conflict = 1
7.70/7.72	c #restart = 0
7.70/7.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
7.70/7.72	c lower bound updated to -1448
7.70/7.72	c BCD2: 86 <= obj <= 1492
7.70/7.72	c BCD2: #cores=4, #unrelaxed=1444, #relaxed=90, #hardened=0
7.70/7.72	c BCD2: #sat=1 #unsat=87 bias=87/88
7.70/7.72	c Solving starts ...
7.70/7.72	c ============================[ Search Statistics ]============================
7.70/7.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.72	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.72	c =============================================================================
7.70/7.72	c  0.0s |       0 |        0 |        0 |    42848      0 |       82 |       85
7.70/7.78	c  0.1s |       0 |        5 |        1 |    42848      0 |       82 |       86
7.70/7.78	c #cpu_time = 0.061s
7.70/7.78	c #wall_clock_time = 0.061s
7.70/7.78	c #decision = 5
7.70/7.78	c #random_decision = 0
7.70/7.78	c #conflict = 1
7.70/7.78	c #restart = 0
7.70/7.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
7.70/7.78	c lower bound updated to -1447
7.70/7.78	c BCD2: 87 <= obj <= 1492
7.70/7.78	c BCD2: #cores=4, #unrelaxed=1443, #relaxed=91, #hardened=0
7.70/7.78	c BCD2: #sat=1 #unsat=88 bias=88/89
7.70/7.78	c Solving starts ...
7.70/7.78	c ============================[ Search Statistics ]============================
7.70/7.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.70/7.78	c       |         |          |          |    Limit     GC | Var      | Constra 
7.70/7.78	c =============================================================================
7.70/7.78	c  0.0s |       0 |        0 |        0 |    42848      0 |       83 |       86
7.80/7.84	c  0.1s |       0 |        5 |        1 |    42848      0 |       83 |       87
7.80/7.84	c #cpu_time = 0.061s
7.80/7.84	c #wall_clock_time = 0.061s
7.80/7.84	c #decision = 5
7.80/7.84	c #random_decision = 0
7.80/7.84	c #conflict = 1
7.80/7.84	c #restart = 0
7.80/7.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
7.80/7.84	c lower bound updated to -1446
7.80/7.84	c BCD2: 88 <= obj <= 1492
7.80/7.84	c BCD2: #cores=4, #unrelaxed=1442, #relaxed=92, #hardened=0
7.80/7.84	c BCD2: #sat=1 #unsat=89 bias=89/90
7.80/7.84	c Solving starts ...
7.80/7.84	c ============================[ Search Statistics ]============================
7.80/7.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.80/7.84	c       |         |          |          |    Limit     GC | Var      | Constra 
7.80/7.84	c =============================================================================
7.80/7.84	c  0.0s |       0 |        0 |        0 |    42848      0 |       84 |       87
7.89/7.90	c  0.1s |       0 |        5 |        1 |    42848      0 |       84 |       88
7.89/7.90	c #cpu_time = 0.061s
7.89/7.90	c #wall_clock_time = 0.061s
7.89/7.90	c #decision = 5
7.89/7.90	c #random_decision = 0
7.89/7.90	c #conflict = 1
7.89/7.90	c #restart = 0
7.89/7.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
7.89/7.90	c lower bound updated to -1445
7.89/7.90	c BCD2: 89 <= obj <= 1492
7.89/7.90	c BCD2: #cores=4, #unrelaxed=1441, #relaxed=93, #hardened=0
7.89/7.90	c BCD2: #sat=1 #unsat=90 bias=90/91
7.89/7.90	c Solving starts ...
7.89/7.90	c ============================[ Search Statistics ]============================
7.89/7.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.90	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.90	c =============================================================================
7.89/7.90	c  0.0s |       0 |        0 |        0 |    42848      0 |       85 |       88
7.89/7.96	c  0.1s |       0 |        5 |        1 |    42848      0 |       85 |       89
7.89/7.96	c #cpu_time = 0.061s
7.89/7.96	c #wall_clock_time = 0.061s
7.89/7.96	c #decision = 5
7.89/7.96	c #random_decision = 0
7.89/7.96	c #conflict = 1
7.89/7.96	c #restart = 0
7.89/7.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
7.89/7.96	c lower bound updated to -1444
7.89/7.97	c BCD2: 90 <= obj <= 1492
7.89/7.97	c BCD2: #cores=4, #unrelaxed=1440, #relaxed=94, #hardened=0
7.89/7.97	c BCD2: #sat=1 #unsat=91 bias=91/92
7.89/7.97	c Solving starts ...
7.89/7.97	c ============================[ Search Statistics ]============================
7.89/7.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.89/7.97	c       |         |          |          |    Limit     GC | Var      | Constra 
7.89/7.97	c =============================================================================
7.89/7.97	c  0.0s |       0 |        0 |        0 |    42848      0 |       86 |       89
7.99/8.04	c  0.1s |       0 |        5 |        1 |    42848      0 |       86 |       90
7.99/8.04	c #cpu_time = 0.062s
7.99/8.04	c #wall_clock_time = 0.062s
7.99/8.04	c #decision = 5
7.99/8.04	c #random_decision = 0
7.99/8.04	c #conflict = 1
7.99/8.04	c #restart = 0
7.99/8.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
7.99/8.04	c lower bound updated to -1443
7.99/8.04	c BCD2: 91 <= obj <= 1492
7.99/8.04	c BCD2: #cores=4, #unrelaxed=1439, #relaxed=95, #hardened=0
7.99/8.04	c BCD2: #sat=1 #unsat=92 bias=92/93
7.99/8.04	c Solving starts ...
7.99/8.04	c ============================[ Search Statistics ]============================
7.99/8.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.99/8.04	c       |         |          |          |    Limit     GC | Var      | Constra 
7.99/8.04	c =============================================================================
7.99/8.04	c  0.0s |       0 |        0 |        0 |    42848      0 |       87 |       90
8.09/8.10	c  0.1s |       0 |        5 |        1 |    42848      0 |       87 |       91
8.09/8.10	c #cpu_time = 0.063s
8.09/8.10	c #wall_clock_time = 0.063s
8.09/8.10	c #decision = 5
8.09/8.10	c #random_decision = 0
8.09/8.10	c #conflict = 1
8.09/8.10	c #restart = 0
8.09/8.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
8.09/8.10	c lower bound updated to -1442
8.09/8.10	c BCD2: 92 <= obj <= 1492
8.09/8.10	c BCD2: #cores=4, #unrelaxed=1438, #relaxed=96, #hardened=0
8.09/8.10	c BCD2: #sat=1 #unsat=93 bias=93/94
8.09/8.10	c Solving starts ...
8.09/8.10	c ============================[ Search Statistics ]============================
8.09/8.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.10	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.10	c =============================================================================
8.09/8.10	c  0.0s |       0 |        0 |        0 |    42848      0 |       88 |       91
8.09/8.16	c  0.1s |       0 |        5 |        1 |    42848      0 |       88 |       92
8.09/8.16	c #cpu_time = 0.061s
8.09/8.16	c #wall_clock_time = 0.061s
8.09/8.16	c #decision = 5
8.09/8.16	c #random_decision = 0
8.09/8.16	c #conflict = 1
8.09/8.16	c #restart = 0
8.09/8.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
8.09/8.16	c lower bound updated to -1441
8.09/8.16	c BCD2: 93 <= obj <= 1492
8.09/8.16	c BCD2: #cores=4, #unrelaxed=1437, #relaxed=97, #hardened=0
8.09/8.16	c BCD2: #sat=1 #unsat=94 bias=94/95
8.09/8.16	c Solving starts ...
8.09/8.16	c ============================[ Search Statistics ]============================
8.09/8.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.16	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.16	c =============================================================================
8.09/8.16	c  0.0s |       0 |        0 |        0 |    42848      0 |       89 |       92
8.19/8.22	c  0.1s |       0 |        5 |        1 |    42848      0 |       89 |       93
8.19/8.22	c #cpu_time = 0.062s
8.19/8.22	c #wall_clock_time = 0.062s
8.19/8.22	c #decision = 5
8.19/8.22	c #random_decision = 0
8.19/8.22	c #conflict = 1
8.19/8.22	c #restart = 0
8.19/8.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
8.19/8.22	c lower bound updated to -1440
8.19/8.22	c BCD2: 94 <= obj <= 1492
8.19/8.22	c BCD2: #cores=4, #unrelaxed=1436, #relaxed=98, #hardened=0
8.19/8.22	c BCD2: #sat=1 #unsat=95 bias=95/96
8.19/8.23	c Solving starts ...
8.19/8.23	c ============================[ Search Statistics ]============================
8.19/8.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.23	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.23	c =============================================================================
8.19/8.23	c  0.0s |       0 |        0 |        0 |    42848      0 |       90 |       93
8.19/8.29	c  0.1s |       0 |        5 |        1 |    42848      0 |       90 |       94
8.19/8.29	c #cpu_time = 0.062s
8.19/8.29	c #wall_clock_time = 0.062s
8.19/8.29	c #decision = 5
8.19/8.29	c #random_decision = 0
8.19/8.29	c #conflict = 1
8.19/8.29	c #restart = 0
8.19/8.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
8.19/8.29	c lower bound updated to -1439
8.19/8.29	c BCD2: 95 <= obj <= 1492
8.19/8.29	c BCD2: #cores=4, #unrelaxed=1435, #relaxed=99, #hardened=0
8.19/8.29	c BCD2: #sat=1 #unsat=96 bias=96/97
8.19/8.29	c Solving starts ...
8.19/8.29	c ============================[ Search Statistics ]============================
8.19/8.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.19/8.29	c       |         |          |          |    Limit     GC | Var      | Constra 
8.19/8.29	c =============================================================================
8.19/8.29	c  0.0s |       0 |        0 |        0 |    42848      0 |       91 |       94
8.29/8.35	c  0.1s |       0 |        5 |        1 |    42848      0 |       91 |       95
8.29/8.35	c #cpu_time = 0.061s
8.29/8.35	c #wall_clock_time = 0.061s
8.29/8.35	c #decision = 5
8.29/8.35	c #random_decision = 0
8.29/8.35	c #conflict = 1
8.29/8.35	c #restart = 0
8.29/8.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
8.29/8.35	c lower bound updated to -1438
8.29/8.35	c BCD2: 96 <= obj <= 1492
8.29/8.35	c BCD2: #cores=4, #unrelaxed=1434, #relaxed=100, #hardened=0
8.29/8.35	c BCD2: #sat=1 #unsat=97 bias=97/98
8.29/8.35	c Solving starts ...
8.29/8.35	c ============================[ Search Statistics ]============================
8.29/8.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.35	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.35	c =============================================================================
8.29/8.35	c  0.0s |       0 |        0 |        0 |    42848      0 |       92 |       95
8.39/8.41	c  0.1s |       0 |        5 |        1 |    42848      0 |       92 |       96
8.39/8.41	c #cpu_time = 0.061s
8.39/8.41	c #wall_clock_time = 0.061s
8.39/8.41	c #decision = 5
8.39/8.41	c #random_decision = 0
8.39/8.41	c #conflict = 1
8.39/8.41	c #restart = 0
8.39/8.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
8.39/8.41	c lower bound updated to -1437
8.39/8.41	c BCD2: 97 <= obj <= 1492
8.39/8.41	c BCD2: #cores=4, #unrelaxed=1433, #relaxed=101, #hardened=0
8.39/8.41	c BCD2: #sat=1 #unsat=98 bias=98/99
8.39/8.41	c Solving starts ...
8.39/8.41	c ============================[ Search Statistics ]============================
8.39/8.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.41	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.41	c =============================================================================
8.39/8.41	c  0.0s |       0 |        0 |        0 |    42848      0 |       93 |       96
8.39/8.47	c  0.1s |       0 |        5 |        1 |    42848      0 |       93 |       97
8.39/8.47	c #cpu_time = 0.061s
8.39/8.47	c #wall_clock_time = 0.061s
8.39/8.47	c #decision = 5
8.39/8.47	c #random_decision = 0
8.39/8.47	c #conflict = 1
8.39/8.47	c #restart = 0
8.39/8.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
8.39/8.47	c lower bound updated to -1436
8.39/8.48	c BCD2: 98 <= obj <= 1492
8.39/8.48	c BCD2: #cores=4, #unrelaxed=1432, #relaxed=102, #hardened=0
8.39/8.48	c BCD2: #sat=1 #unsat=99 bias=99/100
8.39/8.48	c Solving starts ...
8.39/8.48	c ============================[ Search Statistics ]============================
8.39/8.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.39/8.48	c       |         |          |          |    Limit     GC | Var      | Constra 
8.39/8.48	c =============================================================================
8.39/8.48	c  0.0s |       0 |        0 |        0 |    42848      0 |       94 |       97
8.49/8.54	c  0.1s |       0 |        5 |        1 |    42848      0 |       94 |       98
8.49/8.54	c #cpu_time = 0.059s
8.49/8.54	c #wall_clock_time = 0.059s
8.49/8.54	c #decision = 5
8.49/8.54	c #random_decision = 0
8.49/8.54	c #conflict = 1
8.49/8.54	c #restart = 0
8.49/8.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
8.49/8.54	c lower bound updated to -1435
8.49/8.54	c BCD2: 99 <= obj <= 1492
8.49/8.54	c BCD2: #cores=4, #unrelaxed=1431, #relaxed=103, #hardened=0
8.49/8.54	c BCD2: #sat=1 #unsat=100 bias=100/101
8.49/8.54	c Solving starts ...
8.49/8.54	c ============================[ Search Statistics ]============================
8.49/8.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.49/8.54	c       |         |          |          |    Limit     GC | Var      | Constra 
8.49/8.54	c =============================================================================
8.49/8.54	c  0.0s |       0 |        0 |        0 |    42848      0 |       95 |       98
8.59/8.60	c  0.1s |       0 |        5 |        1 |    42848      0 |       95 |       99
8.59/8.60	c #cpu_time = 0.060s
8.59/8.60	c #wall_clock_time = 0.060s
8.59/8.60	c #decision = 5
8.59/8.60	c #random_decision = 0
8.59/8.60	c #conflict = 1
8.59/8.60	c #restart = 0
8.59/8.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
8.59/8.60	c lower bound updated to -1434
8.59/8.60	c BCD2: 100 <= obj <= 1492
8.59/8.60	c BCD2: #cores=4, #unrelaxed=1430, #relaxed=104, #hardened=0
8.59/8.60	c BCD2: #sat=1 #unsat=101 bias=101/102
8.59/8.60	c Solving starts ...
8.59/8.60	c ============================[ Search Statistics ]============================
8.59/8.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.60	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.60	c =============================================================================
8.59/8.60	c  0.0s |       0 |        0 |        0 |    42848      0 |       96 |       99
8.59/8.66	c  0.1s |       0 |        5 |        0 |    42848      0 |       96 |      100
8.59/8.66	c #cpu_time = 0.061s
8.59/8.66	c #wall_clock_time = 0.061s
8.59/8.66	c #decision = 5
8.59/8.66	c #random_decision = 0
8.59/8.66	c #conflict = 0
8.59/8.66	c #restart = 0
8.59/8.66	c BCD2: found a new core of size 2: cost of the new core is >=1
8.59/8.66	c lower bound updated to -1433
8.59/8.68	c BCD2: 101 <= obj <= 1492
8.59/8.68	c BCD2: #cores=5, #unrelaxed=1428, #relaxed=106, #hardened=0
8.59/8.68	c BCD2: #sat=1 #unsat=102 bias=102/103
8.59/8.68	c Solving starts ...
8.59/8.68	c ============================[ Search Statistics ]============================
8.59/8.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.68	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.68	c =============================================================================
8.59/8.68	c  0.0s |       0 |        0 |        0 |    42848      0 |       96 |      101
8.69/8.74	c  0.1s |       0 |        6 |        1 |    42848      0 |       96 |      101
8.69/8.74	c #cpu_time = 0.059s
8.69/8.74	c #wall_clock_time = 0.059s
8.69/8.74	c #decision = 6
8.69/8.74	c #random_decision = 0
8.69/8.74	c #conflict = 1
8.69/8.74	c #restart = 0
8.69/8.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
8.69/8.74	c lower bound updated to -1432
8.69/8.74	c BCD2: 102 <= obj <= 1492
8.69/8.74	c BCD2: #cores=5, #unrelaxed=1427, #relaxed=107, #hardened=0
8.69/8.74	c BCD2: #sat=1 #unsat=103 bias=103/104
8.69/8.74	c Solving starts ...
8.69/8.74	c ============================[ Search Statistics ]============================
8.69/8.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.74	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.74	c =============================================================================
8.69/8.74	c  0.0s |       0 |        0 |        0 |    42848      0 |       97 |      101
8.69/8.80	c  0.1s |       0 |        6 |        1 |    42848      0 |       97 |      102
8.69/8.80	c #cpu_time = 0.061s
8.69/8.80	c #wall_clock_time = 0.061s
8.69/8.80	c #decision = 6
8.69/8.80	c #random_decision = 0
8.69/8.80	c #conflict = 1
8.69/8.80	c #restart = 0
8.69/8.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
8.69/8.80	c lower bound updated to -1431
8.69/8.80	c BCD2: 103 <= obj <= 1492
8.69/8.80	c BCD2: #cores=5, #unrelaxed=1426, #relaxed=108, #hardened=0
8.69/8.80	c BCD2: #sat=1 #unsat=104 bias=104/105
8.69/8.80	c Solving starts ...
8.69/8.80	c ============================[ Search Statistics ]============================
8.69/8.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.80	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.80	c =============================================================================
8.69/8.80	c  0.0s |       0 |        0 |        0 |    42848      0 |       98 |      102
8.79/8.86	c  0.1s |       0 |        6 |        1 |    42848      0 |       98 |      103
8.79/8.86	c #cpu_time = 0.061s
8.79/8.86	c #wall_clock_time = 0.061s
8.79/8.86	c #decision = 6
8.79/8.86	c #random_decision = 0
8.79/8.86	c #conflict = 1
8.79/8.86	c #restart = 0
8.79/8.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
8.79/8.86	c lower bound updated to -1430
8.79/8.86	c BCD2: 104 <= obj <= 1492
8.79/8.86	c BCD2: #cores=5, #unrelaxed=1425, #relaxed=109, #hardened=0
8.79/8.86	c BCD2: #sat=1 #unsat=105 bias=105/106
8.79/8.86	c Solving starts ...
8.79/8.86	c ============================[ Search Statistics ]============================
8.79/8.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.79/8.86	c       |         |          |          |    Limit     GC | Var      | Constra 
8.79/8.86	c =============================================================================
8.79/8.86	c  0.0s |       0 |        0 |        0 |    42848      0 |       99 |      103
8.89/8.92	c  0.1s |       0 |        6 |        1 |    42848      0 |       99 |      104
8.89/8.92	c #cpu_time = 0.061s
8.89/8.92	c #wall_clock_time = 0.061s
8.89/8.92	c #decision = 6
8.89/8.92	c #random_decision = 0
8.89/8.92	c #conflict = 1
8.89/8.92	c #restart = 0
8.89/8.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
8.89/8.92	c lower bound updated to -1429
8.89/8.92	c BCD2: 105 <= obj <= 1492
8.89/8.92	c BCD2: #cores=5, #unrelaxed=1424, #relaxed=110, #hardened=0
8.89/8.92	c BCD2: #sat=1 #unsat=106 bias=106/107
8.89/8.92	c Solving starts ...
8.89/8.92	c ============================[ Search Statistics ]============================
8.89/8.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.89/8.92	c       |         |          |          |    Limit     GC | Var      | Constra 
8.89/8.92	c =============================================================================
8.89/8.92	c  0.0s |       0 |        0 |        0 |    42848      0 |      100 |      104
8.89/8.98	c  0.1s |       0 |        6 |        1 |    47133      0 |      100 |      105
8.89/8.98	c #cpu_time = 0.061s
8.89/8.98	c #wall_clock_time = 0.061s
8.89/8.98	c #decision = 6
8.89/8.98	c #random_decision = 0
8.89/8.98	c #conflict = 1
8.89/8.98	c #restart = 0
8.89/8.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
8.89/8.98	c lower bound updated to -1428
8.89/8.99	c BCD2: 106 <= obj <= 1492
8.89/8.99	c BCD2: #cores=5, #unrelaxed=1423, #relaxed=111, #hardened=0
8.89/8.99	c BCD2: #sat=1 #unsat=107 bias=107/108
8.89/8.99	c Solving starts ...
8.89/8.99	c ============================[ Search Statistics ]============================
8.89/8.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.89/8.99	c       |         |          |          |    Limit     GC | Var      | Constra 
8.89/8.99	c =============================================================================
8.89/8.99	c  0.0s |       0 |        0 |        0 |    47133      0 |      101 |      105
8.99/9.05	c  0.1s |       0 |        6 |        1 |    47133      0 |      101 |      106
8.99/9.05	c #cpu_time = 0.059s
8.99/9.05	c #wall_clock_time = 0.059s
8.99/9.05	c #decision = 6
8.99/9.05	c #random_decision = 0
8.99/9.05	c #conflict = 1
8.99/9.05	c #restart = 0
8.99/9.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
8.99/9.05	c lower bound updated to -1427
8.99/9.05	c BCD2: 107 <= obj <= 1492
8.99/9.05	c BCD2: #cores=5, #unrelaxed=1422, #relaxed=112, #hardened=0
8.99/9.05	c BCD2: #sat=1 #unsat=108 bias=108/109
8.99/9.05	c Solving starts ...
8.99/9.05	c ============================[ Search Statistics ]============================
8.99/9.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.99/9.05	c       |         |          |          |    Limit     GC | Var      | Constra 
8.99/9.05	c =============================================================================
8.99/9.05	c  0.0s |       0 |        0 |        0 |    47133      0 |      102 |      106
9.09/9.11	c  0.1s |       0 |        6 |        1 |    47133      0 |      102 |      107
9.09/9.11	c #cpu_time = 0.061s
9.09/9.11	c #wall_clock_time = 0.061s
9.09/9.11	c #decision = 6
9.09/9.11	c #random_decision = 0
9.09/9.11	c #conflict = 1
9.09/9.11	c #restart = 0
9.09/9.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
9.09/9.11	c lower bound updated to -1426
9.09/9.11	c BCD2: 108 <= obj <= 1492
9.09/9.11	c BCD2: #cores=5, #unrelaxed=1421, #relaxed=113, #hardened=0
9.09/9.11	c BCD2: #sat=1 #unsat=109 bias=109/110
9.09/9.11	c Solving starts ...
9.09/9.11	c ============================[ Search Statistics ]============================
9.09/9.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.11	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.11	c =============================================================================
9.09/9.11	c  0.0s |       0 |        0 |        0 |    47133      0 |      103 |      107
9.09/9.17	c  0.1s |       0 |        6 |        1 |    47133      0 |      103 |      108
9.09/9.17	c #cpu_time = 0.061s
9.09/9.17	c #wall_clock_time = 0.061s
9.09/9.17	c #decision = 6
9.09/9.17	c #random_decision = 0
9.09/9.17	c #conflict = 1
9.09/9.18	c #restart = 0
9.09/9.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
9.09/9.18	c lower bound updated to -1425
9.09/9.18	c BCD2: 109 <= obj <= 1492
9.09/9.18	c BCD2: #cores=5, #unrelaxed=1420, #relaxed=114, #hardened=0
9.09/9.18	c BCD2: #sat=1 #unsat=110 bias=110/111
9.09/9.18	c Solving starts ...
9.09/9.18	c ============================[ Search Statistics ]============================
9.09/9.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.09/9.18	c       |         |          |          |    Limit     GC | Var      | Constra 
9.09/9.18	c =============================================================================
9.09/9.18	c  0.0s |       0 |        0 |        0 |    47133      0 |      104 |      108
9.19/9.24	c  0.1s |       0 |        6 |        1 |    47133      0 |      104 |      109
9.19/9.24	c #cpu_time = 0.062s
9.19/9.24	c #wall_clock_time = 0.062s
9.19/9.24	c #decision = 6
9.19/9.24	c #random_decision = 0
9.19/9.24	c #conflict = 1
9.19/9.24	c #restart = 0
9.19/9.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
9.19/9.24	c lower bound updated to -1424
9.19/9.24	c BCD2: 110 <= obj <= 1492
9.19/9.24	c BCD2: #cores=5, #unrelaxed=1419, #relaxed=115, #hardened=0
9.19/9.24	c BCD2: #sat=1 #unsat=111 bias=111/112
9.19/9.24	c Solving starts ...
9.19/9.24	c ============================[ Search Statistics ]============================
9.19/9.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.19/9.24	c       |         |          |          |    Limit     GC | Var      | Constra 
9.19/9.24	c =============================================================================
9.19/9.24	c  0.0s |       0 |        0 |        0 |    47133      0 |      105 |      109
9.29/9.30	c  0.1s |       0 |        6 |        1 |    47133      0 |      105 |      110
9.29/9.30	c #cpu_time = 0.062s
9.29/9.30	c #wall_clock_time = 0.062s
9.29/9.30	c #decision = 6
9.29/9.30	c #random_decision = 0
9.29/9.30	c #conflict = 1
9.29/9.30	c #restart = 0
9.29/9.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
9.29/9.30	c lower bound updated to -1423
9.29/9.30	c BCD2: 111 <= obj <= 1492
9.29/9.30	c BCD2: #cores=5, #unrelaxed=1418, #relaxed=116, #hardened=0
9.29/9.30	c BCD2: #sat=1 #unsat=112 bias=112/113
9.29/9.30	c Solving starts ...
9.29/9.30	c ============================[ Search Statistics ]============================
9.29/9.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.30	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.30	c =============================================================================
9.29/9.30	c  0.0s |       0 |        0 |        0 |    47133      0 |      106 |      110
9.29/9.36	c  0.1s |       0 |        6 |        1 |    47133      0 |      106 |      111
9.29/9.36	c #cpu_time = 0.061s
9.29/9.36	c #wall_clock_time = 0.061s
9.29/9.36	c #decision = 6
9.29/9.36	c #random_decision = 0
9.29/9.36	c #conflict = 1
9.29/9.36	c #restart = 0
9.29/9.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
9.29/9.36	c lower bound updated to -1422
9.29/9.36	c BCD2: 112 <= obj <= 1492
9.29/9.36	c BCD2: #cores=5, #unrelaxed=1417, #relaxed=117, #hardened=0
9.29/9.36	c BCD2: #sat=1 #unsat=113 bias=113/114
9.29/9.36	c Solving starts ...
9.29/9.36	c ============================[ Search Statistics ]============================
9.29/9.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.29/9.36	c       |         |          |          |    Limit     GC | Var      | Constra 
9.29/9.36	c =============================================================================
9.29/9.36	c  0.0s |       0 |        0 |        0 |    47133      0 |      107 |      111
9.39/9.42	c  0.1s |       0 |        6 |        1 |    47133      0 |      107 |      112
9.39/9.42	c #cpu_time = 0.061s
9.39/9.42	c #wall_clock_time = 0.061s
9.39/9.42	c #decision = 6
9.39/9.42	c #random_decision = 0
9.39/9.42	c #conflict = 1
9.39/9.42	c #restart = 0
9.39/9.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
9.39/9.42	c lower bound updated to -1421
9.39/9.42	c BCD2: 113 <= obj <= 1492
9.39/9.42	c BCD2: #cores=5, #unrelaxed=1416, #relaxed=118, #hardened=0
9.39/9.42	c BCD2: #sat=1 #unsat=114 bias=114/115
9.39/9.42	c Solving starts ...
9.39/9.42	c ============================[ Search Statistics ]============================
9.39/9.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.39/9.42	c       |         |          |          |    Limit     GC | Var      | Constra 
9.39/9.42	c =============================================================================
9.39/9.42	c  0.0s |       0 |        0 |        0 |    47133      0 |      108 |      112
9.39/9.49	c  0.1s |       0 |        6 |        1 |    47133      0 |      108 |      113
9.39/9.49	c #cpu_time = 0.061s
9.39/9.49	c #wall_clock_time = 0.061s
9.39/9.49	c #decision = 6
9.39/9.49	c #random_decision = 0
9.39/9.49	c #conflict = 1
9.39/9.49	c #restart = 0
9.39/9.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
9.39/9.49	c lower bound updated to -1420
9.39/9.49	c BCD2: 114 <= obj <= 1492
9.39/9.49	c BCD2: #cores=5, #unrelaxed=1415, #relaxed=119, #hardened=0
9.39/9.49	c BCD2: #sat=1 #unsat=115 bias=115/116
9.39/9.49	c Solving starts ...
9.39/9.49	c ============================[ Search Statistics ]============================
9.39/9.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.39/9.49	c       |         |          |          |    Limit     GC | Var      | Constra 
9.39/9.49	c =============================================================================
9.39/9.49	c  0.0s |       0 |        0 |        0 |    47133      0 |      109 |      113
9.49/9.55	c  0.1s |       0 |        6 |        1 |    47133      0 |      109 |      114
9.49/9.55	c #cpu_time = 0.059s
9.49/9.55	c #wall_clock_time = 0.059s
9.49/9.55	c #decision = 6
9.49/9.55	c #random_decision = 0
9.49/9.55	c #conflict = 1
9.49/9.55	c #restart = 0
9.49/9.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
9.49/9.55	c lower bound updated to -1419
9.49/9.55	c BCD2: 115 <= obj <= 1492
9.49/9.55	c BCD2: #cores=5, #unrelaxed=1414, #relaxed=120, #hardened=0
9.49/9.55	c BCD2: #sat=1 #unsat=116 bias=116/117
9.49/9.55	c Solving starts ...
9.49/9.55	c ============================[ Search Statistics ]============================
9.49/9.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.49/9.55	c       |         |          |          |    Limit     GC | Var      | Constra 
9.49/9.55	c =============================================================================
9.49/9.55	c  0.0s |       0 |        0 |        0 |    47133      0 |      110 |      114
9.59/9.61	c  0.1s |       0 |        6 |        1 |    47133      0 |      110 |      115
9.59/9.61	c #cpu_time = 0.061s
9.59/9.61	c #wall_clock_time = 0.061s
9.59/9.61	c #decision = 6
9.59/9.61	c #random_decision = 0
9.59/9.61	c #conflict = 1
9.59/9.61	c #restart = 0
9.59/9.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
9.59/9.61	c lower bound updated to -1418
9.59/9.62	c BCD2: 116 <= obj <= 1492
9.59/9.62	c BCD2: #cores=5, #unrelaxed=1413, #relaxed=121, #hardened=0
9.59/9.62	c BCD2: #sat=1 #unsat=117 bias=117/118
9.59/9.62	c Solving starts ...
9.59/9.62	c ============================[ Search Statistics ]============================
9.59/9.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.62	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.62	c =============================================================================
9.59/9.62	c  0.0s |       0 |        0 |        0 |    47133      0 |      111 |      115
9.59/9.68	c  0.1s |       0 |        6 |        1 |    47133      0 |      111 |      116
9.59/9.68	c #cpu_time = 0.060s
9.59/9.68	c #wall_clock_time = 0.060s
9.59/9.68	c #decision = 6
9.59/9.68	c #random_decision = 0
9.59/9.68	c #conflict = 1
9.59/9.68	c #restart = 0
9.59/9.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
9.59/9.68	c lower bound updated to -1417
9.59/9.68	c BCD2: 117 <= obj <= 1492
9.59/9.68	c BCD2: #cores=5, #unrelaxed=1412, #relaxed=122, #hardened=0
9.59/9.68	c BCD2: #sat=1 #unsat=118 bias=118/119
9.59/9.68	c Solving starts ...
9.59/9.68	c ============================[ Search Statistics ]============================
9.59/9.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.59/9.68	c       |         |          |          |    Limit     GC | Var      | Constra 
9.59/9.68	c =============================================================================
9.59/9.68	c  0.0s |       0 |        0 |        0 |    47133      0 |      112 |      116
9.69/9.74	c  0.1s |       0 |        6 |        1 |    47133      0 |      112 |      117
9.69/9.74	c #cpu_time = 0.061s
9.69/9.74	c #wall_clock_time = 0.061s
9.69/9.74	c #decision = 6
9.69/9.74	c #random_decision = 0
9.69/9.74	c #conflict = 1
9.69/9.74	c #restart = 0
9.69/9.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
9.69/9.74	c lower bound updated to -1416
9.69/9.74	c BCD2: 118 <= obj <= 1492
9.69/9.74	c BCD2: #cores=5, #unrelaxed=1411, #relaxed=123, #hardened=0
9.69/9.74	c BCD2: #sat=1 #unsat=119 bias=119/120
9.69/9.74	c Solving starts ...
9.69/9.74	c ============================[ Search Statistics ]============================
9.69/9.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.69/9.74	c       |         |          |          |    Limit     GC | Var      | Constra 
9.69/9.74	c =============================================================================
9.69/9.74	c  0.0s |       0 |        0 |        0 |    47133      0 |      113 |      117
9.79/9.80	c  0.1s |       0 |        6 |        1 |    47133      0 |      113 |      118
9.79/9.80	c #cpu_time = 0.061s
9.79/9.80	c #wall_clock_time = 0.061s
9.79/9.80	c #decision = 6
9.79/9.80	c #random_decision = 0
9.79/9.80	c #conflict = 1
9.79/9.80	c #restart = 0
9.79/9.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
9.79/9.80	c lower bound updated to -1415
9.79/9.80	c BCD2: 119 <= obj <= 1492
9.79/9.80	c BCD2: #cores=5, #unrelaxed=1410, #relaxed=124, #hardened=0
9.79/9.80	c BCD2: #sat=1 #unsat=120 bias=120/121
9.79/9.80	c Solving starts ...
9.79/9.80	c ============================[ Search Statistics ]============================
9.79/9.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.80	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.80	c =============================================================================
9.79/9.80	c  0.0s |       0 |        0 |        0 |    47133      0 |      114 |      118
9.79/9.86	c  0.1s |       0 |        6 |        1 |    47133      0 |      114 |      119
9.79/9.86	c #cpu_time = 0.061s
9.79/9.86	c #wall_clock_time = 0.061s
9.79/9.86	c #decision = 6
9.79/9.86	c #random_decision = 0
9.79/9.86	c #conflict = 1
9.79/9.86	c #restart = 0
9.79/9.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
9.79/9.86	c lower bound updated to -1414
9.79/9.86	c BCD2: 120 <= obj <= 1492
9.79/9.86	c BCD2: #cores=5, #unrelaxed=1409, #relaxed=125, #hardened=0
9.79/9.86	c BCD2: #sat=1 #unsat=121 bias=121/122
9.79/9.86	c Solving starts ...
9.79/9.86	c ============================[ Search Statistics ]============================
9.79/9.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.79/9.86	c       |         |          |          |    Limit     GC | Var      | Constra 
9.79/9.86	c =============================================================================
9.79/9.86	c  0.0s |       0 |        0 |        0 |    47133      0 |      115 |      119
9.89/9.93	c  0.1s |       0 |        6 |        1 |    47133      0 |      115 |      120
9.89/9.93	c #cpu_time = 0.061s
9.89/9.93	c #wall_clock_time = 0.061s
9.89/9.93	c #decision = 6
9.89/9.93	c #random_decision = 0
9.89/9.93	c #conflict = 1
9.89/9.93	c #restart = 0
9.89/9.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
9.89/9.93	c lower bound updated to -1413
9.89/9.93	c BCD2: 121 <= obj <= 1492
9.89/9.93	c BCD2: #cores=5, #unrelaxed=1408, #relaxed=126, #hardened=0
9.89/9.93	c BCD2: #sat=1 #unsat=122 bias=122/123
9.89/9.93	c Solving starts ...
9.89/9.93	c ============================[ Search Statistics ]============================
9.89/9.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/9.93	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/9.93	c =============================================================================
9.89/9.93	c  0.0s |       0 |        0 |        0 |    47133      0 |      116 |      120
9.89/9.99	c  0.1s |       0 |        6 |        1 |    47133      0 |      116 |      121
9.89/9.99	c #cpu_time = 0.061s
9.89/9.99	c #wall_clock_time = 0.061s
9.89/9.99	c #decision = 6
9.89/9.99	c #random_decision = 0
9.89/9.99	c #conflict = 1
9.89/9.99	c #restart = 0
9.89/9.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
9.89/9.99	c lower bound updated to -1412
9.89/9.99	c BCD2: 122 <= obj <= 1492
9.89/9.99	c BCD2: #cores=5, #unrelaxed=1407, #relaxed=127, #hardened=0
9.89/9.99	c BCD2: #sat=1 #unsat=123 bias=123/124
9.89/10.00	c Solving starts ...
9.89/10.00	c ============================[ Search Statistics ]============================
9.89/10.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.89/10.00	c       |         |          |          |    Limit     GC | Var      | Constra 
9.89/10.00	c =============================================================================
9.89/10.00	c  0.0s |       0 |        0 |        0 |    47133      0 |      117 |      121
9.99/10.05	c  0.1s |       0 |        6 |        1 |    47133      0 |      117 |      122
9.99/10.05	c #cpu_time = 0.059s
9.99/10.05	c #wall_clock_time = 0.059s
9.99/10.05	c #decision = 6
9.99/10.05	c #random_decision = 0
9.99/10.05	c #conflict = 1
9.99/10.05	c #restart = 0
9.99/10.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
9.99/10.05	c lower bound updated to -1411
9.99/10.06	c BCD2: 123 <= obj <= 1492
9.99/10.06	c BCD2: #cores=5, #unrelaxed=1406, #relaxed=128, #hardened=0
9.99/10.06	c BCD2: #sat=1 #unsat=124 bias=124/125
9.99/10.06	c Solving starts ...
9.99/10.06	c ============================[ Search Statistics ]============================
9.99/10.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.99/10.06	c       |         |          |          |    Limit     GC | Var      | Constra 
9.99/10.06	c =============================================================================
9.99/10.06	c  0.0s |       0 |        0 |        0 |    47133      0 |      118 |      122
10.09/10.12	c  0.1s |       0 |        6 |        1 |    47133      0 |      118 |      123
10.09/10.12	c #cpu_time = 0.061s
10.09/10.12	c #wall_clock_time = 0.061s
10.09/10.12	c #decision = 6
10.09/10.12	c #random_decision = 0
10.09/10.12	c #conflict = 1
10.09/10.12	c #restart = 0
10.09/10.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
10.09/10.12	c lower bound updated to -1410
10.09/10.12	c BCD2: 124 <= obj <= 1492
10.09/10.12	c BCD2: #cores=5, #unrelaxed=1405, #relaxed=129, #hardened=0
10.09/10.12	c BCD2: #sat=1 #unsat=125 bias=125/126
10.09/10.12	c Solving starts ...
10.09/10.12	c ============================[ Search Statistics ]============================
10.09/10.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.12	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.12	c =============================================================================
10.09/10.12	c  0.0s |       0 |        0 |        0 |    47133      0 |      119 |      123
10.09/10.18	c  0.1s |       0 |        6 |        1 |    47133      0 |      119 |      124
10.09/10.18	c #cpu_time = 0.060s
10.09/10.18	c #wall_clock_time = 0.060s
10.09/10.18	c #decision = 6
10.09/10.18	c #random_decision = 0
10.09/10.18	c #conflict = 1
10.09/10.18	c #restart = 0
10.09/10.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
10.09/10.18	c lower bound updated to -1409
10.09/10.18	c BCD2: 125 <= obj <= 1492
10.09/10.18	c BCD2: #cores=5, #unrelaxed=1404, #relaxed=130, #hardened=0
10.09/10.18	c BCD2: #sat=1 #unsat=126 bias=126/127
10.09/10.18	c Solving starts ...
10.09/10.18	c ============================[ Search Statistics ]============================
10.09/10.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.09/10.18	c       |         |          |          |    Limit     GC | Var      | Constra 
10.09/10.18	c =============================================================================
10.09/10.18	c  0.0s |       0 |        0 |        0 |    47133      0 |      120 |      124
10.19/10.24	c  0.1s |       0 |        6 |        0 |    47133      0 |      120 |      125
10.19/10.24	c #cpu_time = 0.061s
10.19/10.24	c #wall_clock_time = 0.061s
10.19/10.24	c #decision = 6
10.19/10.24	c #random_decision = 0
10.19/10.24	c #conflict = 0
10.19/10.24	c #restart = 0
10.19/10.24	c BCD2: found a new core of size 2: cost of the new core is >=1
10.19/10.24	c lower bound updated to -1408
10.19/10.25	c BCD2: 126 <= obj <= 1492
10.19/10.25	c BCD2: #cores=6, #unrelaxed=1402, #relaxed=132, #hardened=0
10.19/10.25	c BCD2: #sat=1 #unsat=127 bias=127/128
10.19/10.25	c Solving starts ...
10.19/10.25	c ============================[ Search Statistics ]============================
10.19/10.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.19/10.25	c       |         |          |          |    Limit     GC | Var      | Constra 
10.19/10.25	c =============================================================================
10.19/10.25	c  0.0s |       0 |        0 |        0 |    47133      0 |      120 |      126
10.29/10.31	c  0.1s |       0 |        7 |        1 |    47133      0 |      120 |      126
10.29/10.31	c #cpu_time = 0.059s
10.29/10.31	c #wall_clock_time = 0.059s
10.29/10.31	c #decision = 7
10.29/10.31	c #random_decision = 0
10.29/10.31	c #conflict = 1
10.29/10.31	c #restart = 0
10.29/10.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
10.29/10.31	c lower bound updated to -1407
10.29/10.31	c BCD2: 127 <= obj <= 1492
10.29/10.31	c BCD2: #cores=6, #unrelaxed=1401, #relaxed=133, #hardened=0
10.29/10.31	c BCD2: #sat=1 #unsat=128 bias=128/129
10.29/10.31	c Solving starts ...
10.29/10.31	c ============================[ Search Statistics ]============================
10.29/10.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.31	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.31	c =============================================================================
10.29/10.31	c  0.0s |       0 |        0 |        0 |    47133      0 |      121 |      126
10.29/10.37	c  0.1s |       0 |        7 |        1 |    47133      0 |      121 |      127
10.29/10.37	c #cpu_time = 0.061s
10.29/10.37	c #wall_clock_time = 0.061s
10.29/10.37	c #decision = 7
10.29/10.37	c #random_decision = 0
10.29/10.37	c #conflict = 1
10.29/10.37	c #restart = 0
10.29/10.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
10.29/10.37	c lower bound updated to -1406
10.29/10.37	c BCD2: 128 <= obj <= 1492
10.29/10.37	c BCD2: #cores=6, #unrelaxed=1400, #relaxed=134, #hardened=0
10.29/10.37	c BCD2: #sat=1 #unsat=129 bias=129/130
10.29/10.37	c Solving starts ...
10.29/10.37	c ============================[ Search Statistics ]============================
10.29/10.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.29/10.37	c       |         |          |          |    Limit     GC | Var      | Constra 
10.29/10.37	c =============================================================================
10.29/10.37	c  0.0s |       0 |        0 |        0 |    47133      0 |      122 |      127
10.39/10.43	c  0.1s |       0 |        7 |        1 |    47133      0 |      122 |      128
10.39/10.43	c #cpu_time = 0.061s
10.39/10.43	c #wall_clock_time = 0.061s
10.39/10.43	c #decision = 7
10.39/10.43	c #random_decision = 0
10.39/10.43	c #conflict = 1
10.39/10.43	c #restart = 0
10.39/10.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
10.39/10.43	c lower bound updated to -1405
10.39/10.44	c BCD2: 129 <= obj <= 1492
10.39/10.44	c BCD2: #cores=6, #unrelaxed=1399, #relaxed=135, #hardened=0
10.39/10.44	c BCD2: #sat=1 #unsat=130 bias=130/131
10.39/10.44	c Solving starts ...
10.39/10.44	c ============================[ Search Statistics ]============================
10.39/10.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.39/10.44	c       |         |          |          |    Limit     GC | Var      | Constra 
10.39/10.44	c =============================================================================
10.39/10.44	c  0.0s |       0 |        0 |        0 |    47133      0 |      123 |      128
10.49/10.50	c  0.1s |       0 |        7 |        1 |    47133      0 |      123 |      129
10.49/10.50	c #cpu_time = 0.061s
10.49/10.50	c #wall_clock_time = 0.061s
10.49/10.50	c #decision = 7
10.49/10.50	c #random_decision = 0
10.49/10.50	c #conflict = 1
10.49/10.50	c #restart = 0
10.49/10.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
10.49/10.50	c lower bound updated to -1404
10.49/10.50	c BCD2: 130 <= obj <= 1492
10.49/10.50	c BCD2: #cores=6, #unrelaxed=1398, #relaxed=136, #hardened=0
10.49/10.50	c BCD2: #sat=1 #unsat=131 bias=131/132
10.49/10.50	c Solving starts ...
10.49/10.50	c ============================[ Search Statistics ]============================
10.49/10.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.50	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.50	c =============================================================================
10.49/10.51	c  0.0s |       0 |        0 |        0 |    47133      0 |      124 |      129
10.49/10.56	c  0.1s |       0 |        7 |        1 |    47133      0 |      124 |      130
10.49/10.56	c #cpu_time = 0.059s
10.49/10.56	c #wall_clock_time = 0.059s
10.49/10.56	c #decision = 7
10.49/10.56	c #random_decision = 0
10.49/10.56	c #conflict = 1
10.49/10.56	c #restart = 0
10.49/10.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
10.49/10.56	c lower bound updated to -1403
10.49/10.56	c BCD2: 131 <= obj <= 1492
10.49/10.56	c BCD2: #cores=6, #unrelaxed=1397, #relaxed=137, #hardened=0
10.49/10.56	c BCD2: #sat=1 #unsat=132 bias=132/133
10.49/10.57	c Solving starts ...
10.49/10.57	c ============================[ Search Statistics ]============================
10.49/10.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.49/10.57	c       |         |          |          |    Limit     GC | Var      | Constra 
10.49/10.57	c =============================================================================
10.49/10.57	c  0.0s |       0 |        0 |        0 |    47133      0 |      125 |      130
10.59/10.63	c  0.1s |       0 |        7 |        1 |    47133      0 |      125 |      131
10.59/10.63	c #cpu_time = 0.061s
10.59/10.63	c #wall_clock_time = 0.061s
10.59/10.63	c #decision = 7
10.59/10.63	c #random_decision = 0
10.59/10.63	c #conflict = 1
10.59/10.63	c #restart = 0
10.59/10.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
10.59/10.63	c lower bound updated to -1402
10.59/10.63	c BCD2: 132 <= obj <= 1492
10.59/10.63	c BCD2: #cores=6, #unrelaxed=1396, #relaxed=138, #hardened=0
10.59/10.63	c BCD2: #sat=1 #unsat=133 bias=133/134
10.59/10.63	c Solving starts ...
10.59/10.63	c ============================[ Search Statistics ]============================
10.59/10.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.63	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.63	c =============================================================================
10.59/10.63	c  0.0s |       0 |        0 |        0 |    47133      0 |      126 |      131
10.59/10.69	c  0.1s |       0 |        7 |        1 |    47133      0 |      126 |      132
10.59/10.69	c #cpu_time = 0.061s
10.59/10.69	c #wall_clock_time = 0.061s
10.59/10.69	c #decision = 7
10.59/10.69	c #random_decision = 0
10.59/10.69	c #conflict = 1
10.59/10.69	c #restart = 0
10.59/10.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
10.59/10.69	c lower bound updated to -1401
10.59/10.69	c BCD2: 133 <= obj <= 1492
10.59/10.69	c BCD2: #cores=6, #unrelaxed=1395, #relaxed=139, #hardened=0
10.59/10.69	c BCD2: #sat=1 #unsat=134 bias=134/135
10.59/10.69	c Solving starts ...
10.59/10.69	c ============================[ Search Statistics ]============================
10.59/10.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.59/10.69	c       |         |          |          |    Limit     GC | Var      | Constra 
10.59/10.69	c =============================================================================
10.59/10.69	c  0.0s |       0 |        0 |        0 |    47133      0 |      127 |      132
10.69/10.75	c  0.1s |       0 |        7 |        1 |    47133      0 |      127 |      133
10.69/10.75	c #cpu_time = 0.062s
10.69/10.75	c #wall_clock_time = 0.062s
10.69/10.75	c #decision = 7
10.69/10.75	c #random_decision = 0
10.69/10.75	c #conflict = 1
10.69/10.75	c #restart = 0
10.69/10.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
10.69/10.75	c lower bound updated to -1400
10.69/10.75	c BCD2: 134 <= obj <= 1492
10.69/10.75	c BCD2: #cores=6, #unrelaxed=1394, #relaxed=140, #hardened=0
10.69/10.75	c BCD2: #sat=1 #unsat=135 bias=135/136
10.69/10.75	c Solving starts ...
10.69/10.75	c ============================[ Search Statistics ]============================
10.69/10.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.75	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.75	c =============================================================================
10.69/10.75	c  0.0s |       0 |        0 |        0 |    47133      0 |      128 |      133
10.79/10.81	c  0.1s |       0 |        7 |        1 |    47133      0 |      128 |      134
10.79/10.81	c #cpu_time = 0.062s
10.79/10.81	c #wall_clock_time = 0.062s
10.79/10.81	c #decision = 7
10.79/10.81	c #random_decision = 0
10.79/10.81	c #conflict = 1
10.79/10.82	c #restart = 0
10.79/10.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
10.79/10.82	c lower bound updated to -1399
10.79/10.82	c BCD2: 135 <= obj <= 1492
10.79/10.82	c BCD2: #cores=6, #unrelaxed=1393, #relaxed=141, #hardened=0
10.79/10.82	c BCD2: #sat=1 #unsat=136 bias=136/137
10.79/10.82	c Solving starts ...
10.79/10.82	c ============================[ Search Statistics ]============================
10.79/10.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.82	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.82	c =============================================================================
10.79/10.82	c  0.0s |       0 |        0 |        0 |    47133      0 |      129 |      134
10.79/10.87	c  0.1s |       0 |        7 |        1 |    47133      0 |      129 |      135
10.79/10.87	c #cpu_time = 0.061s
10.79/10.87	c #wall_clock_time = 0.061s
10.79/10.87	c #decision = 7
10.79/10.87	c #random_decision = 0
10.79/10.87	c #conflict = 1
10.79/10.87	c #restart = 0
10.79/10.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
10.79/10.87	c lower bound updated to -1398
10.79/10.88	c BCD2: 136 <= obj <= 1492
10.79/10.88	c BCD2: #cores=6, #unrelaxed=1392, #relaxed=142, #hardened=0
10.79/10.88	c BCD2: #sat=1 #unsat=137 bias=137/138
10.79/10.88	c Solving starts ...
10.79/10.88	c ============================[ Search Statistics ]============================
10.79/10.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.79/10.88	c       |         |          |          |    Limit     GC | Var      | Constra 
10.79/10.88	c =============================================================================
10.79/10.88	c  0.0s |       0 |        0 |        0 |    47133      0 |      130 |      135
10.89/10.94	c  0.1s |       0 |        7 |        1 |    47133      0 |      130 |      136
10.89/10.94	c #cpu_time = 0.061s
10.89/10.94	c #wall_clock_time = 0.061s
10.89/10.94	c #decision = 7
10.89/10.94	c #random_decision = 0
10.89/10.94	c #conflict = 1
10.89/10.94	c #restart = 0
10.89/10.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
10.89/10.94	c lower bound updated to -1397
10.89/10.94	c BCD2: 137 <= obj <= 1492
10.89/10.94	c BCD2: #cores=6, #unrelaxed=1391, #relaxed=143, #hardened=0
10.89/10.94	c BCD2: #sat=1 #unsat=138 bias=138/139
10.89/10.94	c Solving starts ...
10.89/10.94	c ============================[ Search Statistics ]============================
10.89/10.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.89/10.94	c       |         |          |          |    Limit     GC | Var      | Constra 
10.89/10.94	c =============================================================================
10.89/10.94	c  0.0s |       0 |        0 |        0 |    47133      0 |      131 |      136
10.89/11.00	c  0.1s |       0 |        7 |        1 |    47133      0 |      131 |      137
10.89/11.00	c #cpu_time = 0.061s
10.89/11.00	c #wall_clock_time = 0.061s
10.89/11.00	c #decision = 7
10.89/11.00	c #random_decision = 0
10.89/11.00	c #conflict = 1
10.89/11.00	c #restart = 0
10.89/11.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
10.89/11.00	c lower bound updated to -1396
10.99/11.01	c BCD2: 138 <= obj <= 1492
10.99/11.01	c BCD2: #cores=6, #unrelaxed=1390, #relaxed=144, #hardened=0
10.99/11.01	c BCD2: #sat=1 #unsat=139 bias=139/140
10.99/11.01	c Solving starts ...
10.99/11.01	c ============================[ Search Statistics ]============================
10.99/11.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.01	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.01	c =============================================================================
10.99/11.01	c  0.0s |       0 |        0 |        0 |    47133      0 |      132 |      137
10.99/11.07	c  0.1s |       0 |        7 |        1 |    47133      0 |      132 |      138
10.99/11.07	c #cpu_time = 0.059s
10.99/11.07	c #wall_clock_time = 0.059s
10.99/11.07	c #decision = 7
10.99/11.07	c #random_decision = 0
10.99/11.07	c #conflict = 1
10.99/11.07	c #restart = 0
10.99/11.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
10.99/11.07	c lower bound updated to -1395
10.99/11.07	c BCD2: 139 <= obj <= 1492
10.99/11.07	c BCD2: #cores=6, #unrelaxed=1389, #relaxed=145, #hardened=0
10.99/11.07	c BCD2: #sat=1 #unsat=140 bias=140/141
10.99/11.07	c Solving starts ...
10.99/11.07	c ============================[ Search Statistics ]============================
10.99/11.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.99/11.07	c       |         |          |          |    Limit     GC | Var      | Constra 
10.99/11.07	c =============================================================================
10.99/11.07	c  0.0s |       0 |        0 |        0 |    47133      0 |      133 |      138
11.09/11.13	c  0.1s |       0 |        7 |        1 |    47133      0 |      133 |      139
11.09/11.13	c #cpu_time = 0.061s
11.09/11.13	c #wall_clock_time = 0.061s
11.09/11.13	c #decision = 7
11.09/11.13	c #random_decision = 0
11.09/11.13	c #conflict = 1
11.09/11.13	c #restart = 0
11.09/11.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
11.09/11.13	c lower bound updated to -1394
11.09/11.13	c BCD2: 140 <= obj <= 1492
11.09/11.13	c BCD2: #cores=6, #unrelaxed=1388, #relaxed=146, #hardened=0
11.09/11.13	c BCD2: #sat=1 #unsat=141 bias=141/142
11.09/11.13	c Solving starts ...
11.09/11.13	c ============================[ Search Statistics ]============================
11.09/11.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.09/11.13	c       |         |          |          |    Limit     GC | Var      | Constra 
11.09/11.13	c =============================================================================
11.09/11.13	c  0.0s |       0 |        0 |        0 |    47133      0 |      134 |      139
11.09/11.19	c  0.1s |       0 |        7 |        1 |    47133      0 |      134 |      140
11.09/11.19	c #cpu_time = 0.061s
11.09/11.19	c #wall_clock_time = 0.061s
11.09/11.19	c #decision = 7
11.09/11.19	c #random_decision = 0
11.09/11.19	c #conflict = 1
11.09/11.19	c #restart = 0
11.09/11.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
11.09/11.19	c lower bound updated to -1393
11.09/11.19	c BCD2: 141 <= obj <= 1492
11.09/11.19	c BCD2: #cores=6, #unrelaxed=1387, #relaxed=147, #hardened=0
11.09/11.19	c BCD2: #sat=1 #unsat=142 bias=142/143
11.09/11.19	c Solving starts ...
11.09/11.19	c ============================[ Search Statistics ]============================
11.09/11.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.09/11.19	c       |         |          |          |    Limit     GC | Var      | Constra 
11.09/11.19	c =============================================================================
11.09/11.19	c  0.0s |       0 |        0 |        0 |    47133      0 |      135 |      140
11.19/11.25	c  0.1s |       0 |        7 |        1 |    47133      0 |      135 |      141
11.19/11.25	c #cpu_time = 0.062s
11.19/11.25	c #wall_clock_time = 0.062s
11.19/11.25	c #decision = 7
11.19/11.25	c #random_decision = 0
11.19/11.25	c #conflict = 1
11.19/11.25	c #restart = 0
11.19/11.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
11.19/11.25	c lower bound updated to -1392
11.19/11.25	c BCD2: 142 <= obj <= 1492
11.19/11.25	c BCD2: #cores=6, #unrelaxed=1386, #relaxed=148, #hardened=0
11.19/11.25	c BCD2: #sat=1 #unsat=143 bias=143/144
11.19/11.25	c Solving starts ...
11.19/11.25	c ============================[ Search Statistics ]============================
11.19/11.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.19/11.25	c       |         |          |          |    Limit     GC | Var      | Constra 
11.19/11.25	c =============================================================================
11.19/11.25	c  0.0s |       0 |        0 |        0 |    47133      0 |      136 |      141
11.29/11.32	c  0.1s |       0 |        7 |        1 |    47133      0 |      136 |      142
11.29/11.32	c #cpu_time = 0.062s
11.29/11.32	c #wall_clock_time = 0.062s
11.29/11.32	c #decision = 7
11.29/11.32	c #random_decision = 0
11.29/11.32	c #conflict = 1
11.29/11.32	c #restart = 0
11.29/11.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
11.29/11.32	c lower bound updated to -1391
11.29/11.32	c BCD2: 143 <= obj <= 1492
11.29/11.32	c BCD2: #cores=6, #unrelaxed=1385, #relaxed=149, #hardened=0
11.29/11.32	c BCD2: #sat=1 #unsat=144 bias=144/145
11.29/11.32	c Solving starts ...
11.29/11.32	c ============================[ Search Statistics ]============================
11.29/11.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.29/11.32	c       |         |          |          |    Limit     GC | Var      | Constra 
11.29/11.32	c =============================================================================
11.29/11.32	c  0.0s |       0 |        0 |        0 |    47133      0 |      137 |      142
11.29/11.38	c  0.1s |       0 |        7 |        1 |    47133      0 |      137 |      143
11.29/11.38	c #cpu_time = 0.061s
11.29/11.38	c #wall_clock_time = 0.061s
11.29/11.38	c #decision = 7
11.29/11.38	c #random_decision = 0
11.29/11.38	c #conflict = 1
11.29/11.38	c #restart = 0
11.29/11.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
11.29/11.38	c lower bound updated to -1390
11.29/11.38	c BCD2: 144 <= obj <= 1492
11.29/11.38	c BCD2: #cores=6, #unrelaxed=1384, #relaxed=150, #hardened=0
11.29/11.38	c BCD2: #sat=1 #unsat=145 bias=145/146
11.29/11.38	c Solving starts ...
11.29/11.38	c ============================[ Search Statistics ]============================
11.29/11.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.29/11.38	c       |         |          |          |    Limit     GC | Var      | Constra 
11.29/11.38	c =============================================================================
11.29/11.38	c  0.0s |       0 |        0 |        0 |    47133      0 |      138 |      143
11.39/11.44	c  0.1s |       0 |        7 |        1 |    47133      0 |      138 |      144
11.39/11.44	c #cpu_time = 0.062s
11.39/11.44	c #wall_clock_time = 0.062s
11.39/11.44	c #decision = 7
11.39/11.44	c #random_decision = 0
11.39/11.44	c #conflict = 1
11.39/11.44	c #restart = 0
11.39/11.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
11.39/11.44	c lower bound updated to -1389
11.39/11.44	c BCD2: 145 <= obj <= 1492
11.39/11.44	c BCD2: #cores=6, #unrelaxed=1383, #relaxed=151, #hardened=0
11.39/11.44	c BCD2: #sat=1 #unsat=146 bias=146/147
11.39/11.44	c Solving starts ...
11.39/11.44	c ============================[ Search Statistics ]============================
11.39/11.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.39/11.44	c       |         |          |          |    Limit     GC | Var      | Constra 
11.39/11.44	c =============================================================================
11.39/11.44	c  0.0s |       0 |        0 |        0 |    47133      0 |      139 |      144
11.48/11.50	c  0.1s |       0 |        7 |        1 |    47133      0 |      139 |      145
11.48/11.50	c #cpu_time = 0.061s
11.48/11.50	c #wall_clock_time = 0.061s
11.48/11.50	c #decision = 7
11.48/11.50	c #random_decision = 0
11.48/11.50	c #conflict = 1
11.48/11.50	c #restart = 0
11.48/11.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
11.48/11.50	c lower bound updated to -1388
11.48/11.51	c BCD2: 146 <= obj <= 1492
11.48/11.51	c BCD2: #cores=6, #unrelaxed=1382, #relaxed=152, #hardened=0
11.48/11.51	c BCD2: #sat=1 #unsat=147 bias=147/148
11.48/11.51	c Solving starts ...
11.48/11.51	c ============================[ Search Statistics ]============================
11.48/11.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.48/11.51	c       |         |          |          |    Limit     GC | Var      | Constra 
11.48/11.51	c =============================================================================
11.48/11.51	c  0.0s |       0 |        0 |        0 |    47133      0 |      140 |      145
11.48/11.57	c  0.1s |       0 |        7 |        1 |    47133      0 |      140 |      146
11.48/11.57	c #cpu_time = 0.059s
11.48/11.57	c #wall_clock_time = 0.059s
11.48/11.57	c #decision = 7
11.48/11.57	c #random_decision = 0
11.48/11.57	c #conflict = 1
11.48/11.57	c #restart = 0
11.48/11.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
11.48/11.57	c lower bound updated to -1387
11.48/11.57	c BCD2: 147 <= obj <= 1492
11.48/11.57	c BCD2: #cores=6, #unrelaxed=1381, #relaxed=153, #hardened=0
11.48/11.57	c BCD2: #sat=1 #unsat=148 bias=148/149
11.48/11.57	c Solving starts ...
11.48/11.57	c ============================[ Search Statistics ]============================
11.48/11.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.48/11.57	c       |         |          |          |    Limit     GC | Var      | Constra 
11.48/11.57	c =============================================================================
11.48/11.57	c  0.0s |       0 |        0 |        0 |    47133      0 |      141 |      146
11.58/11.63	c  0.1s |       0 |        7 |        1 |    47133      0 |      141 |      147
11.58/11.63	c #cpu_time = 0.061s
11.58/11.63	c #wall_clock_time = 0.061s
11.58/11.63	c #decision = 7
11.58/11.63	c #random_decision = 0
11.58/11.63	c #conflict = 1
11.58/11.63	c #restart = 0
11.58/11.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
11.58/11.63	c lower bound updated to -1386
11.58/11.63	c BCD2: 148 <= obj <= 1492
11.58/11.63	c BCD2: #cores=6, #unrelaxed=1380, #relaxed=154, #hardened=0
11.58/11.63	c BCD2: #sat=1 #unsat=149 bias=149/150
11.58/11.63	c Solving starts ...
11.58/11.63	c ============================[ Search Statistics ]============================
11.58/11.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.58/11.63	c       |         |          |          |    Limit     GC | Var      | Constra 
11.58/11.63	c =============================================================================
11.58/11.63	c  0.0s |       0 |        0 |        0 |    47133      0 |      142 |      147
11.58/11.69	c  0.1s |       0 |        7 |        1 |    47133      0 |      142 |      148
11.58/11.69	c #cpu_time = 0.061s
11.58/11.69	c #wall_clock_time = 0.061s
11.58/11.69	c #decision = 7
11.58/11.69	c #random_decision = 0
11.58/11.69	c #conflict = 1
11.58/11.69	c #restart = 0
11.58/11.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
11.58/11.69	c lower bound updated to -1385
11.58/11.69	c BCD2: 149 <= obj <= 1492
11.58/11.69	c BCD2: #cores=6, #unrelaxed=1379, #relaxed=155, #hardened=0
11.58/11.69	c BCD2: #sat=1 #unsat=150 bias=150/151
11.58/11.69	c Solving starts ...
11.58/11.69	c ============================[ Search Statistics ]============================
11.58/11.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.58/11.69	c       |         |          |          |    Limit     GC | Var      | Constra 
11.58/11.69	c =============================================================================
11.58/11.69	c  0.0s |       0 |        0 |        0 |    47133      0 |      143 |      148
11.68/11.76	c  0.1s |       0 |        7 |        1 |    47133      0 |      143 |      149
11.68/11.76	c #cpu_time = 0.062s
11.68/11.76	c #wall_clock_time = 0.062s
11.68/11.76	c #decision = 7
11.68/11.76	c #random_decision = 0
11.68/11.76	c #conflict = 1
11.68/11.76	c #restart = 0
11.68/11.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
11.68/11.76	c lower bound updated to -1384
11.68/11.76	c BCD2: 150 <= obj <= 1492
11.68/11.76	c BCD2: #cores=6, #unrelaxed=1378, #relaxed=156, #hardened=0
11.68/11.76	c BCD2: #sat=1 #unsat=151 bias=151/152
11.68/11.76	c Solving starts ...
11.68/11.76	c ============================[ Search Statistics ]============================
11.68/11.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.68/11.76	c       |         |          |          |    Limit     GC | Var      | Constra 
11.68/11.76	c =============================================================================
11.68/11.76	c  0.0s |       0 |        0 |        0 |    47133      0 |      144 |      149
11.78/11.82	c  0.1s |       0 |        7 |        0 |    47133      0 |      144 |      150
11.78/11.82	c #cpu_time = 0.062s
11.78/11.82	c #wall_clock_time = 0.062s
11.78/11.82	c #decision = 7
11.78/11.82	c #random_decision = 0
11.78/11.82	c #conflict = 0
11.78/11.82	c #restart = 0
11.78/11.82	c BCD2: found a new core of size 2: cost of the new core is >=1
11.78/11.82	c lower bound updated to -1383
11.78/11.83	c BCD2: 151 <= obj <= 1492
11.78/11.83	c BCD2: #cores=7, #unrelaxed=1376, #relaxed=158, #hardened=0
11.78/11.83	c BCD2: #sat=1 #unsat=152 bias=152/153
11.78/11.83	c Solving starts ...
11.78/11.83	c ============================[ Search Statistics ]============================
11.78/11.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.78/11.83	c       |         |          |          |    Limit     GC | Var      | Constra 
11.78/11.83	c =============================================================================
11.78/11.83	c  0.0s |       0 |        0 |        0 |    47133      0 |      144 |      151
11.78/11.89	c  0.1s |       0 |        8 |        1 |    47133      0 |      144 |      151
11.78/11.89	c #cpu_time = 0.059s
11.78/11.89	c #wall_clock_time = 0.059s
11.78/11.89	c #decision = 8
11.78/11.89	c #random_decision = 0
11.78/11.89	c #conflict = 1
11.78/11.89	c #restart = 0
11.78/11.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
11.78/11.89	c lower bound updated to -1382
11.78/11.89	c BCD2: 152 <= obj <= 1492
11.78/11.89	c BCD2: #cores=7, #unrelaxed=1375, #relaxed=159, #hardened=0
11.78/11.89	c BCD2: #sat=1 #unsat=153 bias=153/154
11.78/11.89	c Solving starts ...
11.78/11.89	c ============================[ Search Statistics ]============================
11.78/11.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.78/11.89	c       |         |          |          |    Limit     GC | Var      | Constra 
11.78/11.89	c =============================================================================
11.78/11.89	c  0.0s |       0 |        0 |        0 |    47133      0 |      145 |      151
11.88/11.95	c  0.1s |       0 |        8 |        1 |    47133      0 |      145 |      152
11.88/11.95	c #cpu_time = 0.061s
11.88/11.95	c #wall_clock_time = 0.061s
11.88/11.95	c #decision = 8
11.88/11.95	c #random_decision = 0
11.88/11.95	c #conflict = 1
11.88/11.95	c #restart = 0
11.88/11.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
11.88/11.95	c lower bound updated to -1381
11.88/11.95	c BCD2: 153 <= obj <= 1492
11.88/11.95	c BCD2: #cores=7, #unrelaxed=1374, #relaxed=160, #hardened=0
11.88/11.95	c BCD2: #sat=1 #unsat=154 bias=154/155
11.88/11.95	c Solving starts ...
11.88/11.95	c ============================[ Search Statistics ]============================
11.88/11.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.88/11.95	c       |         |          |          |    Limit     GC | Var      | Constra 
11.88/11.95	c =============================================================================
11.88/11.95	c  0.0s |       0 |        0 |        0 |    47133      0 |      146 |      152
11.98/12.01	c  0.1s |       0 |        8 |        1 |    47133      0 |      146 |      153
11.98/12.01	c #cpu_time = 0.061s
11.98/12.01	c #wall_clock_time = 0.061s
11.98/12.01	c #decision = 8
11.98/12.01	c #random_decision = 0
11.98/12.01	c #conflict = 1
11.98/12.01	c #restart = 0
11.98/12.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
11.98/12.01	c lower bound updated to -1380
11.98/12.02	c BCD2: 154 <= obj <= 1492
11.98/12.02	c BCD2: #cores=7, #unrelaxed=1373, #relaxed=161, #hardened=0
11.98/12.02	c BCD2: #sat=1 #unsat=155 bias=155/156
11.98/12.02	c Solving starts ...
11.98/12.02	c ============================[ Search Statistics ]============================
11.98/12.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.98/12.02	c       |         |          |          |    Limit     GC | Var      | Constra 
11.98/12.02	c =============================================================================
11.98/12.02	c  0.0s |       0 |        0 |        0 |    47133      0 |      147 |      153
11.98/12.08	c  0.1s |       0 |        8 |        1 |    47133      0 |      147 |      154
11.98/12.08	c #cpu_time = 0.060s
11.98/12.08	c #wall_clock_time = 0.060s
11.98/12.08	c #decision = 8
11.98/12.08	c #random_decision = 0
11.98/12.08	c #conflict = 1
11.98/12.08	c #restart = 0
11.98/12.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
11.98/12.08	c lower bound updated to -1379
11.98/12.08	c BCD2: 155 <= obj <= 1492
11.98/12.08	c BCD2: #cores=7, #unrelaxed=1372, #relaxed=162, #hardened=0
11.98/12.08	c BCD2: #sat=1 #unsat=156 bias=156/157
11.98/12.08	c Solving starts ...
11.98/12.08	c ============================[ Search Statistics ]============================
11.98/12.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.98/12.08	c       |         |          |          |    Limit     GC | Var      | Constra 
11.98/12.08	c =============================================================================
11.98/12.08	c  0.0s |       0 |        0 |        0 |    47133      0 |      148 |      154
12.09/12.14	c  0.1s |       0 |        8 |        1 |    47133      0 |      148 |      155
12.09/12.14	c #cpu_time = 0.062s
12.09/12.14	c #wall_clock_time = 0.062s
12.09/12.14	c #decision = 8
12.09/12.14	c #random_decision = 0
12.09/12.14	c #conflict = 1
12.09/12.14	c #restart = 0
12.09/12.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
12.09/12.14	c lower bound updated to -1378
12.09/12.14	c BCD2: 156 <= obj <= 1492
12.09/12.14	c BCD2: #cores=7, #unrelaxed=1371, #relaxed=163, #hardened=0
12.09/12.14	c BCD2: #sat=1 #unsat=157 bias=157/158
12.09/12.15	c Solving starts ...
12.09/12.15	c ============================[ Search Statistics ]============================
12.09/12.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.09/12.15	c       |         |          |          |    Limit     GC | Var      | Constra 
12.09/12.15	c =============================================================================
12.09/12.15	c  0.0s |       0 |        0 |        0 |    47133      0 |      149 |      155
12.19/12.21	c  0.1s |       0 |        8 |        1 |    47133      0 |      149 |      156
12.19/12.21	c #cpu_time = 0.061s
12.19/12.21	c #wall_clock_time = 0.061s
12.19/12.21	c #decision = 8
12.19/12.21	c #random_decision = 0
12.19/12.21	c #conflict = 1
12.19/12.21	c #restart = 0
12.19/12.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
12.19/12.21	c lower bound updated to -1377
12.19/12.21	c BCD2: 157 <= obj <= 1492
12.19/12.21	c BCD2: #cores=7, #unrelaxed=1370, #relaxed=164, #hardened=0
12.19/12.21	c BCD2: #sat=1 #unsat=158 bias=158/159
12.19/12.21	c Solving starts ...
12.19/12.21	c ============================[ Search Statistics ]============================
12.19/12.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.19/12.21	c       |         |          |          |    Limit     GC | Var      | Constra 
12.19/12.21	c =============================================================================
12.19/12.21	c  0.0s |       0 |        0 |        0 |    47133      0 |      150 |      156
12.19/12.27	c  0.1s |       0 |        8 |        1 |    47133      0 |      150 |      157
12.19/12.27	c #cpu_time = 0.063s
12.19/12.27	c #wall_clock_time = 0.063s
12.19/12.27	c #decision = 8
12.19/12.27	c #random_decision = 0
12.19/12.27	c #conflict = 1
12.19/12.27	c #restart = 0
12.19/12.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
12.19/12.27	c lower bound updated to -1376
12.19/12.27	c BCD2: 158 <= obj <= 1492
12.19/12.27	c BCD2: #cores=7, #unrelaxed=1369, #relaxed=165, #hardened=0
12.19/12.27	c BCD2: #sat=1 #unsat=159 bias=159/160
12.19/12.27	c Solving starts ...
12.19/12.27	c ============================[ Search Statistics ]============================
12.19/12.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.19/12.27	c       |         |          |          |    Limit     GC | Var      | Constra 
12.19/12.27	c =============================================================================
12.19/12.27	c  0.0s |       0 |        0 |        0 |    47133      0 |      151 |      157
12.28/12.33	c  0.1s |       0 |        8 |        1 |    47133      0 |      151 |      158
12.28/12.33	c #cpu_time = 0.063s
12.28/12.33	c #wall_clock_time = 0.063s
12.28/12.33	c #decision = 8
12.28/12.33	c #random_decision = 0
12.28/12.33	c #conflict = 1
12.28/12.33	c #restart = 0
12.28/12.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
12.28/12.33	c lower bound updated to -1375
12.28/12.33	c BCD2: 159 <= obj <= 1492
12.28/12.33	c BCD2: #cores=7, #unrelaxed=1368, #relaxed=166, #hardened=0
12.28/12.33	c BCD2: #sat=1 #unsat=160 bias=160/161
12.28/12.33	c Solving starts ...
12.28/12.33	c ============================[ Search Statistics ]============================
12.28/12.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.28/12.33	c       |         |          |          |    Limit     GC | Var      | Constra 
12.28/12.33	c =============================================================================
12.28/12.33	c  0.0s |       0 |        0 |        0 |    47133      0 |      152 |      158
12.38/12.40	c  0.1s |       0 |        8 |        1 |    47133      0 |      152 |      159
12.38/12.40	c #cpu_time = 0.062s
12.38/12.40	c #wall_clock_time = 0.062s
12.38/12.40	c #decision = 8
12.38/12.40	c #random_decision = 0
12.38/12.40	c #conflict = 1
12.38/12.40	c #restart = 0
12.38/12.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
12.38/12.40	c lower bound updated to -1374
12.38/12.40	c BCD2: 160 <= obj <= 1492
12.38/12.40	c BCD2: #cores=7, #unrelaxed=1367, #relaxed=167, #hardened=0
12.38/12.40	c BCD2: #sat=1 #unsat=161 bias=161/162
12.38/12.40	c Solving starts ...
12.38/12.40	c ============================[ Search Statistics ]============================
12.38/12.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.38/12.40	c       |         |          |          |    Limit     GC | Var      | Constra 
12.38/12.40	c =============================================================================
12.38/12.40	c  0.0s |       0 |        0 |        0 |    47133      0 |      153 |      159
12.38/12.46	c  0.1s |       0 |        8 |        1 |    47133      0 |      153 |      160
12.38/12.46	c #cpu_time = 0.061s
12.38/12.46	c #wall_clock_time = 0.061s
12.38/12.46	c #decision = 8
12.38/12.46	c #random_decision = 0
12.38/12.46	c #conflict = 1
12.38/12.46	c #restart = 0
12.38/12.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
12.38/12.46	c lower bound updated to -1373
12.38/12.46	c BCD2: 161 <= obj <= 1492
12.38/12.46	c BCD2: #cores=7, #unrelaxed=1366, #relaxed=168, #hardened=0
12.38/12.46	c BCD2: #sat=1 #unsat=162 bias=162/163
12.38/12.46	c Solving starts ...
12.38/12.46	c ============================[ Search Statistics ]============================
12.38/12.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.38/12.46	c       |         |          |          |    Limit     GC | Var      | Constra 
12.38/12.46	c =============================================================================
12.38/12.46	c  0.0s |       0 |        0 |        0 |    47133      0 |      154 |      160
12.48/12.52	c  0.1s |       0 |        8 |        1 |    47133      0 |      154 |      161
12.48/12.52	c #cpu_time = 0.061s
12.48/12.52	c #wall_clock_time = 0.061s
12.48/12.52	c #decision = 8
12.48/12.52	c #random_decision = 0
12.48/12.52	c #conflict = 1
12.48/12.52	c #restart = 0
12.48/12.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
12.48/12.52	c lower bound updated to -1372
12.48/12.53	c BCD2: 162 <= obj <= 1492
12.48/12.53	c BCD2: #cores=7, #unrelaxed=1365, #relaxed=169, #hardened=0
12.48/12.53	c BCD2: #sat=1 #unsat=163 bias=163/164
12.48/12.53	c Solving starts ...
12.48/12.53	c ============================[ Search Statistics ]============================
12.48/12.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.48/12.53	c       |         |          |          |    Limit     GC | Var      | Constra 
12.48/12.53	c =============================================================================
12.48/12.53	c  0.0s |       0 |        0 |        0 |    47133      0 |      155 |      161
12.48/12.59	c  0.1s |       0 |        8 |        1 |    47133      0 |      155 |      162
12.48/12.59	c #cpu_time = 0.059s
12.48/12.59	c #wall_clock_time = 0.059s
12.48/12.59	c #decision = 8
12.48/12.59	c #random_decision = 0
12.48/12.59	c #conflict = 1
12.48/12.59	c #restart = 0
12.48/12.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
12.48/12.59	c lower bound updated to -1371
12.48/12.59	c BCD2: 163 <= obj <= 1492
12.48/12.59	c BCD2: #cores=7, #unrelaxed=1364, #relaxed=170, #hardened=0
12.48/12.59	c BCD2: #sat=1 #unsat=164 bias=164/165
12.48/12.59	c Solving starts ...
12.48/12.59	c ============================[ Search Statistics ]============================
12.48/12.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.48/12.59	c       |         |          |          |    Limit     GC | Var      | Constra 
12.48/12.59	c =============================================================================
12.48/12.59	c  0.0s |       0 |        0 |        0 |    47133      0 |      156 |      162
12.58/12.65	c  0.1s |       0 |        8 |        1 |    47133      0 |      156 |      163
12.58/12.65	c #cpu_time = 0.061s
12.58/12.65	c #wall_clock_time = 0.061s
12.58/12.65	c #decision = 8
12.58/12.65	c #random_decision = 0
12.58/12.65	c #conflict = 1
12.58/12.65	c #restart = 0
12.58/12.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
12.58/12.65	c lower bound updated to -1370
12.58/12.65	c BCD2: 164 <= obj <= 1492
12.58/12.65	c BCD2: #cores=7, #unrelaxed=1363, #relaxed=171, #hardened=0
12.58/12.65	c BCD2: #sat=1 #unsat=165 bias=165/166
12.58/12.65	c Solving starts ...
12.58/12.65	c ============================[ Search Statistics ]============================
12.58/12.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.58/12.65	c       |         |          |          |    Limit     GC | Var      | Constra 
12.58/12.65	c =============================================================================
12.58/12.65	c  0.0s |       0 |        0 |        0 |    47133      0 |      157 |      163
12.68/12.71	c  0.1s |       0 |        8 |        1 |    47133      0 |      157 |      164
12.68/12.71	c #cpu_time = 0.061s
12.68/12.71	c #wall_clock_time = 0.061s
12.68/12.71	c #decision = 8
12.68/12.71	c #random_decision = 0
12.68/12.71	c #conflict = 1
12.68/12.71	c #restart = 0
12.68/12.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
12.68/12.71	c lower bound updated to -1369
12.68/12.71	c BCD2: 165 <= obj <= 1492
12.68/12.71	c BCD2: #cores=7, #unrelaxed=1362, #relaxed=172, #hardened=0
12.68/12.71	c BCD2: #sat=1 #unsat=166 bias=166/167
12.68/12.71	c Solving starts ...
12.68/12.71	c ============================[ Search Statistics ]============================
12.68/12.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.68/12.71	c       |         |          |          |    Limit     GC | Var      | Constra 
12.68/12.71	c =============================================================================
12.68/12.71	c  0.0s |       0 |        0 |        0 |    47133      0 |      158 |      164
12.68/12.77	c  0.1s |       0 |        8 |        1 |    47133      0 |      158 |      165
12.68/12.77	c #cpu_time = 0.062s
12.68/12.77	c #wall_clock_time = 0.062s
12.68/12.77	c #decision = 8
12.68/12.77	c #random_decision = 0
12.68/12.77	c #conflict = 1
12.68/12.77	c #restart = 0
12.68/12.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
12.68/12.77	c lower bound updated to -1368
12.68/12.77	c BCD2: 166 <= obj <= 1492
12.68/12.77	c BCD2: #cores=7, #unrelaxed=1361, #relaxed=173, #hardened=0
12.68/12.77	c BCD2: #sat=1 #unsat=167 bias=167/168
12.68/12.78	c Solving starts ...
12.68/12.78	c ============================[ Search Statistics ]============================
12.68/12.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.68/12.78	c       |         |          |          |    Limit     GC | Var      | Constra 
12.68/12.78	c =============================================================================
12.68/12.78	c  0.0s |       0 |        0 |        0 |    47133      0 |      159 |      165
12.78/12.84	c  0.1s |       0 |        8 |        1 |    47133      0 |      159 |      166
12.78/12.84	c #cpu_time = 0.062s
12.78/12.84	c #wall_clock_time = 0.062s
12.78/12.84	c #decision = 8
12.78/12.84	c #random_decision = 0
12.78/12.84	c #conflict = 1
12.78/12.84	c #restart = 0
12.78/12.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
12.78/12.84	c lower bound updated to -1367
12.78/12.84	c BCD2: 167 <= obj <= 1492
12.78/12.84	c BCD2: #cores=7, #unrelaxed=1360, #relaxed=174, #hardened=0
12.78/12.84	c BCD2: #sat=1 #unsat=168 bias=168/169
12.78/12.84	c Solving starts ...
12.78/12.84	c ============================[ Search Statistics ]============================
12.78/12.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.78/12.84	c       |         |          |          |    Limit     GC | Var      | Constra 
12.78/12.84	c =============================================================================
12.78/12.84	c  0.0s |       0 |        0 |        0 |    47133      0 |      160 |      166
12.88/12.90	c  0.1s |       0 |        8 |        1 |    47133      0 |      160 |      167
12.88/12.90	c #cpu_time = 0.062s
12.88/12.90	c #wall_clock_time = 0.062s
12.88/12.90	c #decision = 8
12.88/12.90	c #random_decision = 0
12.88/12.90	c #conflict = 1
12.88/12.90	c #restart = 0
12.88/12.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
12.88/12.90	c lower bound updated to -1366
12.88/12.90	c BCD2: 168 <= obj <= 1492
12.88/12.90	c BCD2: #cores=7, #unrelaxed=1359, #relaxed=175, #hardened=0
12.88/12.90	c BCD2: #sat=1 #unsat=169 bias=169/170
12.88/12.90	c Solving starts ...
12.88/12.90	c ============================[ Search Statistics ]============================
12.88/12.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.88/12.90	c       |         |          |          |    Limit     GC | Var      | Constra 
12.88/12.90	c =============================================================================
12.88/12.90	c  0.0s |       0 |        0 |        0 |    47133      0 |      161 |      167
12.88/12.96	c  0.1s |       0 |        8 |        1 |    47133      0 |      161 |      168
12.88/12.96	c #cpu_time = 0.061s
12.88/12.96	c #wall_clock_time = 0.061s
12.88/12.96	c #decision = 8
12.88/12.96	c #random_decision = 0
12.88/12.96	c #conflict = 1
12.88/12.96	c #restart = 0
12.88/12.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
12.88/12.96	c lower bound updated to -1365
12.88/12.96	c BCD2: 169 <= obj <= 1492
12.88/12.96	c BCD2: #cores=7, #unrelaxed=1358, #relaxed=176, #hardened=0
12.88/12.96	c BCD2: #sat=1 #unsat=170 bias=170/171
12.88/12.96	c Solving starts ...
12.88/12.96	c ============================[ Search Statistics ]============================
12.88/12.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.88/12.96	c       |         |          |          |    Limit     GC | Var      | Constra 
12.88/12.96	c =============================================================================
12.88/12.96	c  0.0s |       0 |        0 |        0 |    47133      0 |      162 |      168
12.98/13.02	c  0.1s |       0 |        8 |        1 |    47133      0 |      162 |      169
12.98/13.02	c #cpu_time = 0.061s
12.98/13.02	c #wall_clock_time = 0.061s
12.98/13.02	c #decision = 8
12.98/13.02	c #random_decision = 0
12.98/13.02	c #conflict = 1
12.98/13.02	c #restart = 0
12.98/13.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
12.98/13.02	c lower bound updated to -1364
12.98/13.03	c BCD2: 170 <= obj <= 1492
12.98/13.03	c BCD2: #cores=7, #unrelaxed=1357, #relaxed=177, #hardened=0
12.98/13.03	c BCD2: #sat=1 #unsat=171 bias=171/172
12.98/13.03	c Solving starts ...
12.98/13.03	c ============================[ Search Statistics ]============================
12.98/13.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.98/13.03	c       |         |          |          |    Limit     GC | Var      | Constra 
12.98/13.03	c =============================================================================
12.98/13.03	c  0.0s |       0 |        0 |        0 |    47133      0 |      163 |      169
12.98/13.09	c  0.1s |       0 |        8 |        1 |    47133      0 |      163 |      170
12.98/13.09	c #cpu_time = 0.060s
12.98/13.09	c #wall_clock_time = 0.060s
12.98/13.09	c #decision = 8
12.98/13.09	c #random_decision = 0
12.98/13.09	c #conflict = 1
12.98/13.09	c #restart = 0
12.98/13.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
12.98/13.09	c lower bound updated to -1363
12.98/13.09	c BCD2: 171 <= obj <= 1492
12.98/13.09	c BCD2: #cores=7, #unrelaxed=1356, #relaxed=178, #hardened=0
12.98/13.09	c BCD2: #sat=1 #unsat=172 bias=172/173
12.98/13.09	c Solving starts ...
12.98/13.09	c ============================[ Search Statistics ]============================
12.98/13.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.98/13.09	c       |         |          |          |    Limit     GC | Var      | Constra 
12.98/13.09	c =============================================================================
12.98/13.09	c  0.0s |       0 |        0 |        0 |    47133      0 |      164 |      170
13.08/13.15	c  0.1s |       0 |        8 |        1 |    47133      0 |      164 |      171
13.08/13.15	c #cpu_time = 0.061s
13.08/13.15	c #wall_clock_time = 0.061s
13.08/13.15	c #decision = 8
13.08/13.15	c #random_decision = 0
13.08/13.15	c #conflict = 1
13.08/13.15	c #restart = 0
13.08/13.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
13.08/13.15	c lower bound updated to -1362
13.08/13.15	c BCD2: 172 <= obj <= 1492
13.08/13.15	c BCD2: #cores=7, #unrelaxed=1355, #relaxed=179, #hardened=0
13.08/13.15	c BCD2: #sat=1 #unsat=173 bias=173/174
13.08/13.16	c Solving starts ...
13.08/13.16	c ============================[ Search Statistics ]============================
13.08/13.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.08/13.16	c       |         |          |          |    Limit     GC | Var      | Constra 
13.08/13.16	c =============================================================================
13.08/13.16	c  0.0s |       0 |        0 |        0 |    47133      0 |      165 |      171
13.19/13.22	c  0.1s |       0 |        8 |        1 |    47133      0 |      165 |      172
13.19/13.22	c #cpu_time = 0.061s
13.19/13.22	c #wall_clock_time = 0.061s
13.19/13.22	c #decision = 8
13.19/13.22	c #random_decision = 0
13.19/13.22	c #conflict = 1
13.19/13.22	c #restart = 0
13.19/13.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
13.19/13.22	c lower bound updated to -1361
13.19/13.22	c BCD2: 173 <= obj <= 1492
13.19/13.22	c BCD2: #cores=7, #unrelaxed=1354, #relaxed=180, #hardened=0
13.19/13.22	c BCD2: #sat=1 #unsat=174 bias=174/175
13.19/13.22	c Solving starts ...
13.19/13.22	c ============================[ Search Statistics ]============================
13.19/13.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.19/13.22	c       |         |          |          |    Limit     GC | Var      | Constra 
13.19/13.22	c =============================================================================
13.19/13.22	c  0.0s |       0 |        0 |        0 |    47133      0 |      166 |      172
13.19/13.28	c  0.1s |       0 |        8 |        1 |    47133      0 |      166 |      173
13.19/13.28	c #cpu_time = 0.062s
13.19/13.28	c #wall_clock_time = 0.062s
13.19/13.28	c #decision = 8
13.19/13.28	c #random_decision = 0
13.19/13.28	c #conflict = 1
13.19/13.28	c #restart = 0
13.19/13.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
13.19/13.28	c lower bound updated to -1360
13.19/13.28	c BCD2: 174 <= obj <= 1492
13.19/13.28	c BCD2: #cores=7, #unrelaxed=1353, #relaxed=181, #hardened=0
13.19/13.28	c BCD2: #sat=1 #unsat=175 bias=175/176
13.19/13.28	c Solving starts ...
13.19/13.28	c ============================[ Search Statistics ]============================
13.19/13.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.19/13.28	c       |         |          |          |    Limit     GC | Var      | Constra 
13.19/13.28	c =============================================================================
13.19/13.28	c  0.0s |       0 |        0 |        0 |    47133      0 |      167 |      173
13.29/13.34	c  0.1s |       0 |        8 |        1 |    47133      0 |      167 |      174
13.29/13.34	c #cpu_time = 0.062s
13.29/13.34	c #wall_clock_time = 0.062s
13.29/13.34	c #decision = 8
13.29/13.34	c #random_decision = 0
13.29/13.34	c #conflict = 1
13.29/13.34	c #restart = 0
13.29/13.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
13.29/13.34	c lower bound updated to -1359
13.29/13.34	c BCD2: 175 <= obj <= 1492
13.29/13.34	c BCD2: #cores=7, #unrelaxed=1352, #relaxed=182, #hardened=0
13.29/13.34	c BCD2: #sat=1 #unsat=176 bias=176/177
13.29/13.34	c Solving starts ...
13.29/13.34	c ============================[ Search Statistics ]============================
13.29/13.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.29/13.34	c       |         |          |          |    Limit     GC | Var      | Constra 
13.29/13.34	c =============================================================================
13.29/13.34	c  0.0s |       0 |        0 |        0 |    47133      0 |      168 |      174
13.38/13.40	c  0.1s |       0 |        8 |        0 |    47133      0 |      168 |      175
13.38/13.40	c #cpu_time = 0.061s
13.38/13.40	c #wall_clock_time = 0.061s
13.38/13.40	c #decision = 8
13.38/13.40	c #random_decision = 0
13.38/13.40	c #conflict = 0
13.38/13.40	c #restart = 0
13.38/13.40	c BCD2: found a new core of size 2: cost of the new core is >=1
13.38/13.40	c lower bound updated to -1358
13.38/13.42	c BCD2: 176 <= obj <= 1492
13.38/13.42	c BCD2: #cores=8, #unrelaxed=1350, #relaxed=184, #hardened=0
13.38/13.42	c BCD2: #sat=1 #unsat=177 bias=177/178
13.38/13.42	c Solving starts ...
13.38/13.42	c ============================[ Search Statistics ]============================
13.38/13.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.38/13.42	c       |         |          |          |    Limit     GC | Var      | Constra 
13.38/13.42	c =============================================================================
13.38/13.42	c  0.0s |       0 |        0 |        0 |    47133      0 |      168 |      176
13.38/13.47	c  0.1s |       0 |        9 |        1 |    47133      0 |      168 |      176
13.38/13.47	c #cpu_time = 0.059s
13.38/13.47	c #wall_clock_time = 0.059s
13.38/13.47	c #decision = 9
13.38/13.47	c #random_decision = 0
13.38/13.47	c #conflict = 1
13.38/13.47	c #restart = 0
13.38/13.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
13.38/13.47	c lower bound updated to -1357
13.38/13.48	c BCD2: 177 <= obj <= 1492
13.38/13.48	c BCD2: #cores=8, #unrelaxed=1349, #relaxed=185, #hardened=0
13.38/13.48	c BCD2: #sat=1 #unsat=178 bias=178/179
13.38/13.48	c Solving starts ...
13.38/13.48	c ============================[ Search Statistics ]============================
13.38/13.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.38/13.48	c       |         |          |          |    Limit     GC | Var      | Constra 
13.38/13.48	c =============================================================================
13.38/13.48	c  0.0s |       0 |        0 |        0 |    47133      0 |      169 |      176
13.48/13.54	c  0.1s |       0 |        9 |        1 |    47133      0 |      169 |      177
13.48/13.54	c #cpu_time = 0.061s
13.48/13.54	c #wall_clock_time = 0.061s
13.48/13.54	c #decision = 9
13.48/13.54	c #random_decision = 0
13.48/13.54	c #conflict = 1
13.48/13.54	c #restart = 0
13.48/13.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
13.48/13.54	c lower bound updated to -1356
13.48/13.55	c BCD2: 178 <= obj <= 1492
13.48/13.55	c BCD2: #cores=8, #unrelaxed=1348, #relaxed=186, #hardened=0
13.48/13.55	c BCD2: #sat=1 #unsat=179 bias=179/180
13.48/13.55	c Solving starts ...
13.48/13.55	c ============================[ Search Statistics ]============================
13.48/13.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.48/13.55	c       |         |          |          |    Limit     GC | Var      | Constra 
13.48/13.55	c =============================================================================
13.48/13.55	c  0.0s |       0 |        0 |        0 |    47133      0 |      170 |      177
13.58/13.60	c  0.1s |       0 |        9 |        1 |    47133      0 |      170 |      178
13.58/13.60	c #cpu_time = 0.059s
13.58/13.60	c #wall_clock_time = 0.059s
13.58/13.60	c #decision = 9
13.58/13.60	c #random_decision = 0
13.58/13.60	c #conflict = 1
13.58/13.60	c #restart = 0
13.58/13.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
13.58/13.60	c lower bound updated to -1355
13.58/13.61	c BCD2: 179 <= obj <= 1492
13.58/13.61	c BCD2: #cores=8, #unrelaxed=1347, #relaxed=187, #hardened=0
13.58/13.61	c BCD2: #sat=1 #unsat=180 bias=180/181
13.58/13.61	c Solving starts ...
13.58/13.61	c ============================[ Search Statistics ]============================
13.58/13.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.58/13.61	c       |         |          |          |    Limit     GC | Var      | Constra 
13.58/13.61	c =============================================================================
13.58/13.61	c  0.0s |       0 |        0 |        0 |    47133      0 |      171 |      178
13.58/13.67	c  0.1s |       0 |        9 |        1 |    47133      0 |      171 |      179
13.58/13.67	c #cpu_time = 0.061s
13.58/13.67	c #wall_clock_time = 0.061s
13.58/13.67	c #decision = 9
13.58/13.67	c #random_decision = 0
13.58/13.67	c #conflict = 1
13.58/13.67	c #restart = 0
13.58/13.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
13.58/13.67	c lower bound updated to -1354
13.58/13.67	c BCD2: 180 <= obj <= 1492
13.58/13.67	c BCD2: #cores=8, #unrelaxed=1346, #relaxed=188, #hardened=0
13.58/13.67	c BCD2: #sat=1 #unsat=181 bias=181/182
13.58/13.67	c Solving starts ...
13.58/13.67	c ============================[ Search Statistics ]============================
13.58/13.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.58/13.67	c       |         |          |          |    Limit     GC | Var      | Constra 
13.58/13.67	c =============================================================================
13.58/13.67	c  0.0s |       0 |        0 |        0 |    47133      0 |      172 |      179
13.68/13.73	c  0.1s |       0 |        9 |        1 |    47133      0 |      172 |      180
13.68/13.73	c #cpu_time = 0.061s
13.68/13.73	c #wall_clock_time = 0.061s
13.68/13.73	c #decision = 9
13.68/13.73	c #random_decision = 0
13.68/13.73	c #conflict = 1
13.68/13.73	c #restart = 0
13.68/13.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
13.68/13.73	c lower bound updated to -1353
13.68/13.73	c BCD2: 181 <= obj <= 1492
13.68/13.73	c BCD2: #cores=8, #unrelaxed=1345, #relaxed=189, #hardened=0
13.68/13.73	c BCD2: #sat=1 #unsat=182 bias=182/183
13.68/13.73	c Solving starts ...
13.68/13.73	c ============================[ Search Statistics ]============================
13.68/13.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.68/13.73	c       |         |          |          |    Limit     GC | Var      | Constra 
13.68/13.73	c =============================================================================
13.68/13.73	c  0.0s |       0 |        0 |        0 |    47133      0 |      173 |      180
13.68/13.79	c  0.1s |       0 |        9 |        1 |    47133      0 |      173 |      181
13.68/13.79	c #cpu_time = 0.062s
13.68/13.79	c #wall_clock_time = 0.062s
13.68/13.79	c #decision = 9
13.68/13.79	c #random_decision = 0
13.68/13.79	c #conflict = 1
13.68/13.79	c #restart = 0
13.68/13.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
13.68/13.79	c lower bound updated to -1352
13.68/13.79	c BCD2: 182 <= obj <= 1492
13.68/13.79	c BCD2: #cores=8, #unrelaxed=1344, #relaxed=190, #hardened=0
13.68/13.79	c BCD2: #sat=1 #unsat=183 bias=183/184
13.68/13.79	c Solving starts ...
13.68/13.79	c ============================[ Search Statistics ]============================
13.68/13.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.68/13.79	c       |         |          |          |    Limit     GC | Var      | Constra 
13.68/13.79	c =============================================================================
13.68/13.79	c  0.0s |       0 |        0 |        0 |    47133      0 |      174 |      181
13.78/13.85	c  0.1s |       0 |        9 |        1 |    47133      0 |      174 |      182
13.78/13.85	c #cpu_time = 0.062s
13.78/13.85	c #wall_clock_time = 0.062s
13.78/13.85	c #decision = 9
13.78/13.85	c #random_decision = 0
13.78/13.85	c #conflict = 1
13.78/13.85	c #restart = 0
13.78/13.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
13.78/13.85	c lower bound updated to -1351
13.78/13.85	c BCD2: 183 <= obj <= 1492
13.78/13.85	c BCD2: #cores=8, #unrelaxed=1343, #relaxed=191, #hardened=0
13.78/13.85	c BCD2: #sat=1 #unsat=184 bias=184/185
13.78/13.85	c Solving starts ...
13.78/13.85	c ============================[ Search Statistics ]============================
13.78/13.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.78/13.85	c       |         |          |          |    Limit     GC | Var      | Constra 
13.78/13.85	c =============================================================================
13.78/13.85	c  0.0s |       0 |        0 |        0 |    47133      0 |      175 |      182
13.88/13.92	c  0.1s |       0 |        9 |        1 |    47133      0 |      175 |      183
13.88/13.92	c #cpu_time = 0.061s
13.88/13.92	c #wall_clock_time = 0.061s
13.88/13.92	c #decision = 9
13.88/13.92	c #random_decision = 0
13.88/13.92	c #conflict = 1
13.88/13.92	c #restart = 0
13.88/13.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
13.88/13.92	c lower bound updated to -1350
13.88/13.92	c BCD2: 184 <= obj <= 1492
13.88/13.92	c BCD2: #cores=8, #unrelaxed=1342, #relaxed=192, #hardened=0
13.88/13.92	c BCD2: #sat=1 #unsat=185 bias=185/186
13.88/13.92	c Solving starts ...
13.88/13.92	c ============================[ Search Statistics ]============================
13.88/13.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.88/13.92	c       |         |          |          |    Limit     GC | Var      | Constra 
13.88/13.92	c =============================================================================
13.88/13.92	c  0.0s |       0 |        0 |        0 |    47133      0 |      176 |      183
13.88/13.98	c  0.1s |       0 |        9 |        1 |    47133      0 |      176 |      184
13.88/13.98	c #cpu_time = 0.061s
13.88/13.98	c #wall_clock_time = 0.061s
13.88/13.98	c #decision = 9
13.88/13.98	c #random_decision = 0
13.88/13.98	c #conflict = 1
13.88/13.98	c #restart = 0
13.88/13.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
13.88/13.98	c lower bound updated to -1349
13.88/13.98	c BCD2: 185 <= obj <= 1492
13.88/13.98	c BCD2: #cores=8, #unrelaxed=1341, #relaxed=193, #hardened=0
13.88/13.98	c BCD2: #sat=1 #unsat=186 bias=186/187
13.88/13.98	c Solving starts ...
13.88/13.98	c ============================[ Search Statistics ]============================
13.88/13.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.88/13.98	c       |         |          |          |    Limit     GC | Var      | Constra 
13.88/13.98	c =============================================================================
13.88/13.98	c  0.0s |       0 |        0 |        0 |    47133      0 |      177 |      184
13.98/14.04	c  0.1s |       0 |        9 |        1 |    47133      0 |      177 |      185
13.98/14.04	c #cpu_time = 0.061s
13.98/14.04	c #wall_clock_time = 0.061s
13.98/14.04	c #decision = 9
13.98/14.04	c #random_decision = 0
13.98/14.04	c #conflict = 1
13.98/14.04	c #restart = 0
13.98/14.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
13.98/14.04	c lower bound updated to -1348
13.98/14.05	c BCD2: 186 <= obj <= 1492
13.98/14.05	c BCD2: #cores=8, #unrelaxed=1340, #relaxed=194, #hardened=0
13.98/14.05	c BCD2: #sat=1 #unsat=187 bias=187/188
13.98/14.05	c Solving starts ...
13.98/14.05	c ============================[ Search Statistics ]============================
13.98/14.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.98/14.05	c       |         |          |          |    Limit     GC | Var      | Constra 
13.98/14.05	c =============================================================================
13.98/14.05	c  0.0s |       0 |        0 |        0 |    47133      0 |      178 |      185
14.08/14.11	c  0.1s |       0 |        9 |        1 |    47133      0 |      178 |      186
14.08/14.11	c #cpu_time = 0.060s
14.08/14.11	c #wall_clock_time = 0.060s
14.08/14.11	c #decision = 9
14.08/14.11	c #random_decision = 0
14.08/14.11	c #conflict = 1
14.08/14.11	c #restart = 0
14.08/14.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
14.08/14.11	c lower bound updated to -1347
14.08/14.11	c BCD2: 187 <= obj <= 1492
14.08/14.11	c BCD2: #cores=8, #unrelaxed=1339, #relaxed=195, #hardened=0
14.08/14.11	c BCD2: #sat=1 #unsat=188 bias=188/189
14.08/14.11	c Solving starts ...
14.08/14.11	c ============================[ Search Statistics ]============================
14.08/14.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.08/14.11	c       |         |          |          |    Limit     GC | Var      | Constra 
14.08/14.11	c =============================================================================
14.08/14.11	c  0.0s |       0 |        0 |        0 |    47133      0 |      179 |      186
14.08/14.17	c  0.1s |       0 |        9 |        1 |    47133      0 |      179 |      187
14.08/14.17	c #cpu_time = 0.062s
14.08/14.17	c #wall_clock_time = 0.062s
14.08/14.17	c #decision = 9
14.08/14.17	c #random_decision = 0
14.08/14.17	c #conflict = 1
14.08/14.17	c #restart = 0
14.08/14.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
14.08/14.17	c lower bound updated to -1346
14.08/14.17	c BCD2: 188 <= obj <= 1492
14.08/14.17	c BCD2: #cores=8, #unrelaxed=1338, #relaxed=196, #hardened=0
14.08/14.17	c BCD2: #sat=1 #unsat=189 bias=189/190
14.08/14.17	c Solving starts ...
14.08/14.17	c ============================[ Search Statistics ]============================
14.08/14.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.08/14.17	c       |         |          |          |    Limit     GC | Var      | Constra 
14.08/14.17	c =============================================================================
14.08/14.17	c  0.0s |       0 |        0 |        0 |    47133      0 |      180 |      187
14.18/14.23	c  0.1s |       0 |        9 |        1 |    47133      0 |      180 |      188
14.18/14.23	c #cpu_time = 0.062s
14.18/14.23	c #wall_clock_time = 0.062s
14.18/14.23	c #decision = 9
14.18/14.23	c #random_decision = 0
14.18/14.23	c #conflict = 1
14.18/14.23	c #restart = 0
14.18/14.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
14.18/14.24	c lower bound updated to -1345
14.18/14.24	c BCD2: 189 <= obj <= 1492
14.18/14.24	c BCD2: #cores=8, #unrelaxed=1337, #relaxed=197, #hardened=0
14.18/14.24	c BCD2: #sat=1 #unsat=190 bias=190/191
14.18/14.24	c Solving starts ...
14.18/14.24	c ============================[ Search Statistics ]============================
14.18/14.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.18/14.24	c       |         |          |          |    Limit     GC | Var      | Constra 
14.18/14.24	c =============================================================================
14.18/14.24	c  0.0s |       0 |        0 |        0 |    47133      0 |      181 |      188
14.18/14.30	c  0.1s |       0 |        9 |        1 |    47133      0 |      181 |      189
14.18/14.30	c #cpu_time = 0.062s
14.18/14.30	c #wall_clock_time = 0.062s
14.18/14.30	c #decision = 9
14.18/14.30	c #random_decision = 0
14.18/14.30	c #conflict = 1
14.18/14.30	c #restart = 0
14.18/14.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
14.18/14.30	c lower bound updated to -1344
14.18/14.30	c BCD2: 190 <= obj <= 1492
14.18/14.30	c BCD2: #cores=8, #unrelaxed=1336, #relaxed=198, #hardened=0
14.18/14.30	c BCD2: #sat=1 #unsat=191 bias=191/192
14.18/14.30	c Solving starts ...
14.18/14.30	c ============================[ Search Statistics ]============================
14.18/14.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.18/14.30	c       |         |          |          |    Limit     GC | Var      | Constra 
14.18/14.30	c =============================================================================
14.18/14.30	c  0.0s |       0 |        0 |        0 |    47133      0 |      182 |      189
14.29/14.36	c  0.1s |       0 |        9 |        1 |    47133      0 |      182 |      190
14.29/14.36	c #cpu_time = 0.063s
14.29/14.36	c #wall_clock_time = 0.063s
14.29/14.36	c #decision = 9
14.29/14.36	c #random_decision = 0
14.29/14.36	c #conflict = 1
14.29/14.36	c #restart = 0
14.29/14.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
14.29/14.36	c lower bound updated to -1343
14.29/14.36	c BCD2: 191 <= obj <= 1492
14.29/14.36	c BCD2: #cores=8, #unrelaxed=1335, #relaxed=199, #hardened=0
14.29/14.36	c BCD2: #sat=1 #unsat=192 bias=192/193
14.29/14.36	c Solving starts ...
14.29/14.36	c ============================[ Search Statistics ]============================
14.29/14.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.29/14.36	c       |         |          |          |    Limit     GC | Var      | Constra 
14.29/14.36	c =============================================================================
14.29/14.36	c  0.0s |       0 |        0 |        0 |    47133      0 |      183 |      190
14.39/14.42	c  0.1s |       0 |        9 |        1 |    47133      0 |      183 |      191
14.39/14.42	c #cpu_time = 0.062s
14.39/14.42	c #wall_clock_time = 0.062s
14.39/14.42	c #decision = 9
14.39/14.42	c #random_decision = 0
14.39/14.42	c #conflict = 1
14.39/14.42	c #restart = 0
14.39/14.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
14.39/14.42	c lower bound updated to -1342
14.39/14.43	c BCD2: 192 <= obj <= 1492
14.39/14.43	c BCD2: #cores=8, #unrelaxed=1334, #relaxed=200, #hardened=0
14.39/14.43	c BCD2: #sat=1 #unsat=193 bias=193/194
14.39/14.43	c Solving starts ...
14.39/14.43	c ============================[ Search Statistics ]============================
14.39/14.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.39/14.43	c       |         |          |          |    Limit     GC | Var      | Constra 
14.39/14.43	c =============================================================================
14.39/14.43	c  0.0s |       0 |        0 |        0 |    47133      0 |      184 |      191
14.39/14.49	c  0.1s |       0 |        9 |        1 |    47133      0 |      184 |      192
14.39/14.49	c #cpu_time = 0.062s
14.39/14.49	c #wall_clock_time = 0.062s
14.39/14.49	c #decision = 9
14.39/14.49	c #random_decision = 0
14.39/14.49	c #conflict = 1
14.39/14.49	c #restart = 0
14.39/14.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
14.39/14.49	c lower bound updated to -1341
14.39/14.49	c BCD2: 193 <= obj <= 1492
14.39/14.49	c BCD2: #cores=8, #unrelaxed=1333, #relaxed=201, #hardened=0
14.39/14.49	c BCD2: #sat=1 #unsat=194 bias=194/195
14.39/14.49	c Solving starts ...
14.39/14.49	c ============================[ Search Statistics ]============================
14.39/14.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.39/14.49	c       |         |          |          |    Limit     GC | Var      | Constra 
14.39/14.49	c =============================================================================
14.39/14.49	c  0.0s |       0 |        0 |        0 |    47133      0 |      185 |      192
14.48/14.55	c  0.1s |       0 |        9 |        1 |    47133      0 |      185 |      193
14.48/14.55	c #cpu_time = 0.062s
14.48/14.55	c #wall_clock_time = 0.062s
14.48/14.55	c #decision = 9
14.48/14.55	c #random_decision = 0
14.48/14.55	c #conflict = 1
14.48/14.55	c #restart = 0
14.48/14.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
14.48/14.55	c lower bound updated to -1340
14.48/14.56	c BCD2: 194 <= obj <= 1492
14.48/14.56	c BCD2: #cores=8, #unrelaxed=1332, #relaxed=202, #hardened=0
14.48/14.56	c BCD2: #sat=1 #unsat=195 bias=195/196
14.48/14.56	c Solving starts ...
14.48/14.56	c ============================[ Search Statistics ]============================
14.48/14.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.48/14.56	c       |         |          |          |    Limit     GC | Var      | Constra 
14.48/14.56	c =============================================================================
14.48/14.56	c  0.0s |       0 |        0 |        0 |    47133      0 |      186 |      193
14.58/14.62	c  0.1s |       0 |        9 |        1 |    47133      0 |      186 |      194
14.58/14.62	c #cpu_time = 0.060s
14.58/14.62	c #wall_clock_time = 0.060s
14.58/14.62	c #decision = 9
14.58/14.62	c #random_decision = 0
14.58/14.62	c #conflict = 1
14.58/14.62	c #restart = 0
14.58/14.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
14.58/14.62	c lower bound updated to -1339
14.58/14.62	c BCD2: 195 <= obj <= 1492
14.58/14.62	c BCD2: #cores=8, #unrelaxed=1331, #relaxed=203, #hardened=0
14.58/14.62	c BCD2: #sat=1 #unsat=196 bias=196/197
14.58/14.62	c Solving starts ...
14.58/14.62	c ============================[ Search Statistics ]============================
14.58/14.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.58/14.62	c       |         |          |          |    Limit     GC | Var      | Constra 
14.58/14.62	c =============================================================================
14.58/14.62	c  0.0s |       0 |        0 |        0 |    47133      0 |      187 |      194
14.58/14.68	c  0.1s |       0 |        9 |        1 |    47133      0 |      187 |      195
14.58/14.68	c #cpu_time = 0.062s
14.58/14.68	c #wall_clock_time = 0.062s
14.58/14.68	c #decision = 9
14.58/14.68	c #random_decision = 0
14.58/14.68	c #conflict = 1
14.58/14.68	c #restart = 0
14.58/14.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
14.58/14.68	c lower bound updated to -1338
14.58/14.68	c BCD2: 196 <= obj <= 1492
14.58/14.68	c BCD2: #cores=8, #unrelaxed=1330, #relaxed=204, #hardened=0
14.58/14.68	c BCD2: #sat=1 #unsat=197 bias=197/198
14.58/14.68	c Solving starts ...
14.58/14.68	c ============================[ Search Statistics ]============================
14.58/14.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.58/14.68	c       |         |          |          |    Limit     GC | Var      | Constra 
14.58/14.68	c =============================================================================
14.58/14.68	c  0.0s |       0 |        0 |        0 |    47133      0 |      188 |      195
14.68/14.75	c  0.1s |       0 |        9 |        1 |    47133      0 |      188 |      196
14.68/14.75	c #cpu_time = 0.062s
14.68/14.75	c #wall_clock_time = 0.062s
14.68/14.75	c #decision = 9
14.68/14.75	c #random_decision = 0
14.68/14.75	c #conflict = 1
14.68/14.75	c #restart = 0
14.68/14.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
14.68/14.75	c lower bound updated to -1337
14.68/14.75	c BCD2: 197 <= obj <= 1492
14.68/14.75	c BCD2: #cores=8, #unrelaxed=1329, #relaxed=205, #hardened=0
14.68/14.75	c BCD2: #sat=1 #unsat=198 bias=198/199
14.68/14.75	c Solving starts ...
14.68/14.75	c ============================[ Search Statistics ]============================
14.68/14.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.68/14.75	c       |         |          |          |    Limit     GC | Var      | Constra 
14.68/14.75	c =============================================================================
14.68/14.75	c  0.0s |       0 |        0 |        0 |    47133      0 |      189 |      196
14.78/14.81	c  0.1s |       0 |        9 |        1 |    47133      0 |      189 |      197
14.78/14.81	c #cpu_time = 0.062s
14.78/14.81	c #wall_clock_time = 0.062s
14.78/14.81	c #decision = 9
14.78/14.81	c #random_decision = 0
14.78/14.81	c #conflict = 1
14.78/14.81	c #restart = 0
14.78/14.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
14.78/14.81	c lower bound updated to -1336
14.78/14.81	c BCD2: 198 <= obj <= 1492
14.78/14.81	c BCD2: #cores=8, #unrelaxed=1328, #relaxed=206, #hardened=0
14.78/14.81	c BCD2: #sat=1 #unsat=199 bias=199/200
14.78/14.81	c Solving starts ...
14.78/14.81	c ============================[ Search Statistics ]============================
14.78/14.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.78/14.81	c       |         |          |          |    Limit     GC | Var      | Constra 
14.78/14.81	c =============================================================================
14.78/14.81	c  0.0s |       0 |        0 |        0 |    47133      0 |      190 |      197
14.78/14.87	c  0.1s |       0 |        9 |        1 |    47133      0 |      190 |      198
14.78/14.87	c #cpu_time = 0.062s
14.78/14.87	c #wall_clock_time = 0.062s
14.78/14.87	c #decision = 9
14.78/14.87	c #random_decision = 0
14.78/14.87	c #conflict = 1
14.78/14.87	c #restart = 0
14.78/14.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
14.78/14.87	c lower bound updated to -1335
14.78/14.87	c BCD2: 199 <= obj <= 1492
14.78/14.87	c BCD2: #cores=8, #unrelaxed=1327, #relaxed=207, #hardened=0
14.78/14.87	c BCD2: #sat=1 #unsat=200 bias=200/201
14.78/14.87	c Solving starts ...
14.78/14.87	c ============================[ Search Statistics ]============================
14.78/14.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.78/14.87	c       |         |          |          |    Limit     GC | Var      | Constra 
14.78/14.87	c =============================================================================
14.78/14.87	c  0.0s |       0 |        0 |        0 |    47133      0 |      191 |      198
14.88/14.93	c  0.1s |       0 |        9 |        1 |    47133      0 |      191 |      199
14.88/14.93	c #cpu_time = 0.061s
14.88/14.93	c #wall_clock_time = 0.061s
14.88/14.93	c #decision = 9
14.88/14.93	c #random_decision = 0
14.88/14.93	c #conflict = 1
14.88/14.93	c #restart = 0
14.88/14.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
14.88/14.93	c lower bound updated to -1334
14.88/14.93	c BCD2: 200 <= obj <= 1492
14.88/14.93	c BCD2: #cores=8, #unrelaxed=1326, #relaxed=208, #hardened=0
14.88/14.93	c BCD2: #sat=1 #unsat=201 bias=201/202
14.88/14.93	c Solving starts ...
14.88/14.93	c ============================[ Search Statistics ]============================
14.88/14.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.88/14.93	c       |         |          |          |    Limit     GC | Var      | Constra 
14.88/14.93	c =============================================================================
14.88/14.93	c  0.0s |       0 |        0 |        0 |    47133      0 |      192 |      199
14.88/15.00	c  0.1s |       0 |        9 |        0 |    47133      0 |      192 |      200
14.88/15.00	c #cpu_time = 0.061s
14.88/15.00	c #wall_clock_time = 0.061s
14.88/15.00	c #decision = 9
14.88/15.00	c #random_decision = 0
14.88/15.00	c #conflict = 0
14.88/15.00	c #restart = 0
14.88/15.00	c BCD2: found a new core of size 2: cost of the new core is >=1
14.88/15.00	c lower bound updated to -1333
14.98/15.01	c BCD2: 201 <= obj <= 1492
14.98/15.01	c BCD2: #cores=9, #unrelaxed=1324, #relaxed=210, #hardened=0
14.98/15.01	c BCD2: #sat=1 #unsat=202 bias=202/203
14.98/15.01	c Solving starts ...
14.98/15.01	c ============================[ Search Statistics ]============================
14.98/15.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.98/15.01	c       |         |          |          |    Limit     GC | Var      | Constra 
14.98/15.01	c =============================================================================
14.98/15.01	c  0.0s |       0 |        0 |        0 |    47133      0 |      192 |      201
14.98/15.07	c  0.1s |       0 |       10 |        1 |    47133      0 |      192 |      201
14.98/15.07	c #cpu_time = 0.059s
14.98/15.07	c #wall_clock_time = 0.059s
14.98/15.07	c #decision = 10
14.98/15.07	c #random_decision = 0
14.98/15.07	c #conflict = 1
14.98/15.07	c #restart = 0
14.98/15.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
14.98/15.07	c lower bound updated to -1332
14.98/15.08	c BCD2: 202 <= obj <= 1492
14.98/15.08	c BCD2: #cores=9, #unrelaxed=1323, #relaxed=211, #hardened=0
14.98/15.08	c BCD2: #sat=1 #unsat=203 bias=203/204
14.98/15.08	c Solving starts ...
14.98/15.08	c ============================[ Search Statistics ]============================
14.98/15.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.98/15.08	c       |         |          |          |    Limit     GC | Var      | Constra 
14.98/15.08	c =============================================================================
14.98/15.08	c  0.0s |       0 |        0 |        0 |    47133      0 |      193 |      201
15.08/15.13	c  0.1s |       0 |       10 |        1 |    47133      0 |      193 |      202
15.08/15.13	c #cpu_time = 0.060s
15.08/15.13	c #wall_clock_time = 0.060s
15.08/15.13	c #decision = 10
15.08/15.13	c #random_decision = 0
15.08/15.13	c #conflict = 1
15.08/15.13	c #restart = 0
15.08/15.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
15.08/15.14	c lower bound updated to -1331
15.08/15.14	c BCD2: 203 <= obj <= 1492
15.08/15.14	c BCD2: #cores=9, #unrelaxed=1322, #relaxed=212, #hardened=0
15.08/15.14	c BCD2: #sat=1 #unsat=204 bias=204/205
15.08/15.14	c Solving starts ...
15.08/15.14	c ============================[ Search Statistics ]============================
15.08/15.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.08/15.14	c       |         |          |          |    Limit     GC | Var      | Constra 
15.08/15.14	c =============================================================================
15.08/15.14	c  0.0s |       0 |        0 |        0 |    47133      0 |      194 |      202
15.18/15.20	c  0.1s |       0 |       10 |        1 |    47133      0 |      194 |      203
15.18/15.20	c #cpu_time = 0.061s
15.18/15.20	c #wall_clock_time = 0.061s
15.18/15.20	c #decision = 10
15.18/15.20	c #random_decision = 0
15.18/15.20	c #conflict = 1
15.18/15.20	c #restart = 0
15.18/15.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
15.18/15.20	c lower bound updated to -1330
15.18/15.20	c BCD2: 204 <= obj <= 1492
15.18/15.20	c BCD2: #cores=9, #unrelaxed=1321, #relaxed=213, #hardened=0
15.18/15.20	c BCD2: #sat=1 #unsat=205 bias=205/206
15.18/15.20	c Solving starts ...
15.18/15.20	c ============================[ Search Statistics ]============================
15.18/15.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.18/15.20	c       |         |          |          |    Limit     GC | Var      | Constra 
15.18/15.20	c =============================================================================
15.18/15.20	c  0.0s |       0 |        0 |        0 |    47133      0 |      195 |      203
15.18/15.26	c  0.1s |       0 |       10 |        1 |    47133      0 |      195 |      204
15.18/15.26	c #cpu_time = 0.062s
15.18/15.26	c #wall_clock_time = 0.062s
15.18/15.26	c #decision = 10
15.18/15.26	c #random_decision = 0
15.18/15.26	c #conflict = 1
15.18/15.26	c #restart = 0
15.18/15.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
15.18/15.26	c lower bound updated to -1329
15.18/15.26	c BCD2: 205 <= obj <= 1492
15.18/15.26	c BCD2: #cores=9, #unrelaxed=1320, #relaxed=214, #hardened=0
15.18/15.26	c BCD2: #sat=1 #unsat=206 bias=206/207
15.18/15.26	c Solving starts ...
15.18/15.26	c ============================[ Search Statistics ]============================
15.18/15.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.18/15.26	c       |         |          |          |    Limit     GC | Var      | Constra 
15.18/15.26	c =============================================================================
15.18/15.26	c  0.0s |       0 |        0 |        0 |    47133      0 |      196 |      204
15.28/15.32	c  0.1s |       0 |       10 |        1 |    47133      0 |      196 |      205
15.28/15.32	c #cpu_time = 0.062s
15.28/15.32	c #wall_clock_time = 0.062s
15.28/15.32	c #decision = 10
15.28/15.32	c #random_decision = 0
15.28/15.32	c #conflict = 1
15.28/15.32	c #restart = 0
15.28/15.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
15.28/15.32	c lower bound updated to -1328
15.28/15.32	c BCD2: 206 <= obj <= 1492
15.28/15.32	c BCD2: #cores=9, #unrelaxed=1319, #relaxed=215, #hardened=0
15.28/15.32	c BCD2: #sat=1 #unsat=207 bias=207/208
15.28/15.32	c Solving starts ...
15.28/15.32	c ============================[ Search Statistics ]============================
15.28/15.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.28/15.32	c       |         |          |          |    Limit     GC | Var      | Constra 
15.28/15.32	c =============================================================================
15.28/15.32	c  0.0s |       0 |        0 |        0 |    47133      0 |      197 |      205
15.28/15.39	c  0.1s |       0 |       10 |        1 |    47133      0 |      197 |      206
15.28/15.39	c #cpu_time = 0.062s
15.28/15.39	c #wall_clock_time = 0.062s
15.28/15.39	c #decision = 10
15.28/15.39	c #random_decision = 0
15.28/15.39	c #conflict = 1
15.28/15.39	c #restart = 0
15.28/15.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
15.28/15.39	c lower bound updated to -1327
15.28/15.39	c BCD2: 207 <= obj <= 1492
15.28/15.39	c BCD2: #cores=9, #unrelaxed=1318, #relaxed=216, #hardened=0
15.28/15.39	c BCD2: #sat=1 #unsat=208 bias=208/209
15.28/15.39	c Solving starts ...
15.28/15.39	c ============================[ Search Statistics ]============================
15.28/15.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.28/15.39	c       |         |          |          |    Limit     GC | Var      | Constra 
15.28/15.39	c =============================================================================
15.28/15.39	c  0.0s |       0 |        0 |        0 |    47133      0 |      198 |      206
15.39/15.45	c  0.1s |       0 |       10 |        1 |    47133      0 |      198 |      207
15.39/15.45	c #cpu_time = 0.062s
15.39/15.45	c #wall_clock_time = 0.062s
15.39/15.45	c #decision = 10
15.39/15.45	c #random_decision = 0
15.39/15.45	c #conflict = 1
15.39/15.45	c #restart = 0
15.39/15.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
15.39/15.45	c lower bound updated to -1326
15.39/15.45	c BCD2: 208 <= obj <= 1492
15.39/15.45	c BCD2: #cores=9, #unrelaxed=1317, #relaxed=217, #hardened=0
15.39/15.45	c BCD2: #sat=1 #unsat=209 bias=209/210
15.39/15.45	c Solving starts ...
15.39/15.45	c ============================[ Search Statistics ]============================
15.39/15.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.39/15.45	c       |         |          |          |    Limit     GC | Var      | Constra 
15.39/15.45	c =============================================================================
15.39/15.45	c  0.0s |       0 |        0 |        0 |    47133      0 |      199 |      207
15.49/15.51	c  0.1s |       0 |       10 |        1 |    47133      0 |      199 |      208
15.49/15.51	c #cpu_time = 0.061s
15.49/15.51	c #wall_clock_time = 0.061s
15.49/15.51	c #decision = 10
15.49/15.51	c #random_decision = 0
15.49/15.51	c #conflict = 1
15.49/15.51	c #restart = 0
15.49/15.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
15.49/15.51	c lower bound updated to -1325
15.49/15.51	c BCD2: 209 <= obj <= 1492
15.49/15.51	c BCD2: #cores=9, #unrelaxed=1316, #relaxed=218, #hardened=0
15.49/15.51	c BCD2: #sat=1 #unsat=210 bias=210/211
15.49/15.51	c Solving starts ...
15.49/15.51	c ============================[ Search Statistics ]============================
15.49/15.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.49/15.51	c       |         |          |          |    Limit     GC | Var      | Constra 
15.49/15.51	c =============================================================================
15.49/15.51	c  0.0s |       0 |        0 |        0 |    47133      0 |      200 |      208
15.49/15.57	c  0.1s |       0 |       10 |        1 |    47133      0 |      200 |      209
15.49/15.57	c #cpu_time = 0.061s
15.49/15.57	c #wall_clock_time = 0.061s
15.49/15.57	c #decision = 10
15.49/15.57	c #random_decision = 0
15.49/15.57	c #conflict = 1
15.49/15.57	c #restart = 0
15.49/15.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
15.49/15.57	c lower bound updated to -1324
15.49/15.58	c BCD2: 210 <= obj <= 1492
15.49/15.58	c BCD2: #cores=9, #unrelaxed=1315, #relaxed=219, #hardened=0
15.49/15.58	c BCD2: #sat=1 #unsat=211 bias=211/212
15.49/15.58	c Solving starts ...
15.49/15.58	c ============================[ Search Statistics ]============================
15.49/15.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.49/15.58	c       |         |          |          |    Limit     GC | Var      | Constra 
15.49/15.58	c =============================================================================
15.49/15.58	c  0.0s |       0 |        0 |        0 |    47133      0 |      201 |      209
15.58/15.64	c  0.1s |       0 |       10 |        1 |    47133      0 |      201 |      210
15.58/15.64	c #cpu_time = 0.060s
15.58/15.64	c #wall_clock_time = 0.060s
15.58/15.64	c #decision = 10
15.58/15.64	c #random_decision = 0
15.58/15.64	c #conflict = 1
15.58/15.64	c #restart = 0
15.58/15.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
15.58/15.64	c lower bound updated to -1323
15.58/15.64	c BCD2: 211 <= obj <= 1492
15.58/15.64	c BCD2: #cores=9, #unrelaxed=1314, #relaxed=220, #hardened=0
15.58/15.64	c BCD2: #sat=1 #unsat=212 bias=212/213
15.58/15.64	c Solving starts ...
15.58/15.64	c ============================[ Search Statistics ]============================
15.58/15.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.58/15.64	c       |         |          |          |    Limit     GC | Var      | Constra 
15.58/15.64	c =============================================================================
15.58/15.64	c  0.0s |       0 |        0 |        0 |    47133      0 |      202 |      210
15.68/15.70	c  0.1s |       0 |       10 |        1 |    47133      0 |      202 |      211
15.68/15.70	c #cpu_time = 0.061s
15.68/15.70	c #wall_clock_time = 0.061s
15.68/15.70	c #decision = 10
15.68/15.70	c #random_decision = 0
15.68/15.70	c #conflict = 1
15.68/15.70	c #restart = 0
15.68/15.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
15.68/15.70	c lower bound updated to -1322
15.68/15.70	c BCD2: 212 <= obj <= 1492
15.68/15.70	c BCD2: #cores=9, #unrelaxed=1313, #relaxed=221, #hardened=0
15.68/15.70	c BCD2: #sat=1 #unsat=213 bias=213/214
15.68/15.70	c Solving starts ...
15.68/15.70	c ============================[ Search Statistics ]============================
15.68/15.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.68/15.70	c       |         |          |          |    Limit     GC | Var      | Constra 
15.68/15.70	c =============================================================================
15.68/15.70	c  0.0s |       0 |        0 |        0 |    47133      0 |      203 |      211
15.68/15.77	c  0.1s |       0 |       10 |        1 |    47133      0 |      203 |      212
15.68/15.77	c #cpu_time = 0.061s
15.68/15.77	c #wall_clock_time = 0.061s
15.68/15.77	c #decision = 10
15.68/15.77	c #random_decision = 0
15.68/15.77	c #conflict = 1
15.68/15.77	c #restart = 0
15.68/15.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
15.68/15.77	c lower bound updated to -1321
15.68/15.77	c BCD2: 213 <= obj <= 1492
15.68/15.77	c BCD2: #cores=9, #unrelaxed=1312, #relaxed=222, #hardened=0
15.68/15.77	c BCD2: #sat=1 #unsat=214 bias=214/215
15.68/15.77	c Solving starts ...
15.68/15.77	c ============================[ Search Statistics ]============================
15.68/15.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.68/15.77	c       |         |          |          |    Limit     GC | Var      | Constra 
15.68/15.77	c =============================================================================
15.68/15.77	c  0.0s |       0 |        0 |        0 |    47133      0 |      204 |      212
15.78/15.83	c  0.1s |       0 |       10 |        1 |    47133      0 |      204 |      213
15.78/15.83	c #cpu_time = 0.062s
15.78/15.83	c #wall_clock_time = 0.062s
15.78/15.83	c #decision = 10
15.78/15.83	c #random_decision = 0
15.78/15.83	c #conflict = 1
15.78/15.83	c #restart = 0
15.78/15.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
15.78/15.83	c lower bound updated to -1320
15.78/15.83	c BCD2: 214 <= obj <= 1492
15.78/15.83	c BCD2: #cores=9, #unrelaxed=1311, #relaxed=223, #hardened=0
15.78/15.83	c BCD2: #sat=1 #unsat=215 bias=215/216
15.78/15.83	c Solving starts ...
15.78/15.83	c ============================[ Search Statistics ]============================
15.78/15.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.78/15.83	c       |         |          |          |    Limit     GC | Var      | Constra 
15.78/15.83	c =============================================================================
15.78/15.83	c  0.0s |       0 |        0 |        0 |    47133      0 |      205 |      213
15.78/15.89	c  0.1s |       0 |       10 |        1 |    47133      0 |      205 |      214
15.78/15.89	c #cpu_time = 0.063s
15.78/15.89	c #wall_clock_time = 0.063s
15.78/15.89	c #decision = 10
15.78/15.89	c #random_decision = 0
15.78/15.89	c #conflict = 1
15.78/15.89	c #restart = 0
15.78/15.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
15.78/15.89	c lower bound updated to -1319
15.78/15.89	c BCD2: 215 <= obj <= 1492
15.78/15.89	c BCD2: #cores=9, #unrelaxed=1310, #relaxed=224, #hardened=0
15.78/15.89	c BCD2: #sat=1 #unsat=216 bias=216/217
15.78/15.89	c Solving starts ...
15.78/15.89	c ============================[ Search Statistics ]============================
15.78/15.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.78/15.89	c       |         |          |          |    Limit     GC | Var      | Constra 
15.78/15.89	c =============================================================================
15.78/15.89	c  0.0s |       0 |        0 |        0 |    47133      0 |      206 |      214
15.88/15.96	c  0.1s |       0 |       10 |        1 |    47133      0 |      206 |      215
15.88/15.96	c #cpu_time = 0.062s
15.88/15.96	c #wall_clock_time = 0.062s
15.88/15.96	c #decision = 10
15.88/15.96	c #random_decision = 0
15.88/15.96	c #conflict = 1
15.88/15.96	c #restart = 0
15.88/15.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
15.88/15.96	c lower bound updated to -1318
15.88/15.96	c BCD2: 216 <= obj <= 1492
15.88/15.96	c BCD2: #cores=9, #unrelaxed=1309, #relaxed=225, #hardened=0
15.88/15.96	c BCD2: #sat=1 #unsat=217 bias=217/218
15.88/15.96	c Solving starts ...
15.88/15.96	c ============================[ Search Statistics ]============================
15.88/15.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.88/15.96	c       |         |          |          |    Limit     GC | Var      | Constra 
15.88/15.96	c =============================================================================
15.88/15.96	c  0.0s |       0 |        0 |        0 |    47133      0 |      207 |      215
15.98/16.02	c  0.1s |       0 |       10 |        1 |    47133      0 |      207 |      216
15.98/16.02	c #cpu_time = 0.062s
15.98/16.02	c #wall_clock_time = 0.062s
15.98/16.02	c #decision = 10
15.98/16.02	c #random_decision = 0
15.98/16.02	c #conflict = 1
15.98/16.02	c #restart = 0
15.98/16.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
15.98/16.02	c lower bound updated to -1317
15.98/16.02	c BCD2: 217 <= obj <= 1492
15.98/16.02	c BCD2: #cores=9, #unrelaxed=1308, #relaxed=226, #hardened=0
15.98/16.02	c BCD2: #sat=1 #unsat=218 bias=218/219
15.98/16.02	c Solving starts ...
15.98/16.02	c ============================[ Search Statistics ]============================
15.98/16.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.98/16.02	c       |         |          |          |    Limit     GC | Var      | Constra 
15.98/16.02	c =============================================================================
15.98/16.02	c  0.0s |       0 |        0 |        0 |    47133      0 |      208 |      216
15.98/16.08	c  0.1s |       0 |       10 |        1 |    47133      0 |      208 |      217
15.98/16.08	c #cpu_time = 0.061s
15.98/16.08	c #wall_clock_time = 0.061s
15.98/16.08	c #decision = 10
15.98/16.08	c #random_decision = 0
15.98/16.08	c #conflict = 1
15.98/16.08	c #restart = 0
15.98/16.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
15.98/16.08	c lower bound updated to -1316
15.98/16.09	c BCD2: 218 <= obj <= 1492
15.98/16.09	c BCD2: #cores=9, #unrelaxed=1307, #relaxed=227, #hardened=0
15.98/16.09	c BCD2: #sat=1 #unsat=219 bias=219/220
15.98/16.09	c Solving starts ...
15.98/16.09	c ============================[ Search Statistics ]============================
15.98/16.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.98/16.09	c       |         |          |          |    Limit     GC | Var      | Constra 
15.98/16.09	c =============================================================================
15.98/16.09	c  0.0s |       0 |        0 |        0 |    47133      0 |      209 |      217
16.08/16.15	c  0.1s |       0 |       10 |        1 |    47133      0 |      209 |      218
16.08/16.15	c #cpu_time = 0.060s
16.08/16.15	c #wall_clock_time = 0.060s
16.08/16.15	c #decision = 10
16.08/16.15	c #random_decision = 0
16.08/16.15	c #conflict = 1
16.08/16.15	c #restart = 0
16.08/16.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
16.08/16.15	c lower bound updated to -1315
16.08/16.15	c BCD2: 219 <= obj <= 1492
16.08/16.15	c BCD2: #cores=9, #unrelaxed=1306, #relaxed=228, #hardened=0
16.08/16.15	c BCD2: #sat=1 #unsat=220 bias=220/221
16.08/16.15	c Solving starts ...
16.08/16.15	c ============================[ Search Statistics ]============================
16.08/16.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.08/16.15	c       |         |          |          |    Limit     GC | Var      | Constra 
16.08/16.15	c =============================================================================
16.08/16.15	c  0.0s |       0 |        0 |        0 |    47133      0 |      210 |      218
16.18/16.21	c  0.1s |       0 |       10 |        1 |    47133      0 |      210 |      219
16.18/16.21	c #cpu_time = 0.061s
16.18/16.21	c #wall_clock_time = 0.061s
16.18/16.21	c #decision = 10
16.18/16.21	c #random_decision = 0
16.18/16.21	c #conflict = 1
16.18/16.21	c #restart = 0
16.18/16.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
16.18/16.21	c lower bound updated to -1314
16.18/16.21	c BCD2: 220 <= obj <= 1492
16.18/16.21	c BCD2: #cores=9, #unrelaxed=1305, #relaxed=229, #hardened=0
16.18/16.21	c BCD2: #sat=1 #unsat=221 bias=221/222
16.18/16.21	c Solving starts ...
16.18/16.21	c ============================[ Search Statistics ]============================
16.18/16.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.18/16.21	c       |         |          |          |    Limit     GC | Var      | Constra 
16.18/16.21	c =============================================================================
16.18/16.21	c  0.0s |       0 |        0 |        0 |    47133      0 |      211 |      219
16.18/16.27	c  0.1s |       0 |       10 |        1 |    47133      0 |      211 |      220
16.18/16.27	c #cpu_time = 0.061s
16.18/16.27	c #wall_clock_time = 0.061s
16.18/16.27	c #decision = 10
16.18/16.27	c #random_decision = 0
16.18/16.27	c #conflict = 1
16.18/16.27	c #restart = 0
16.18/16.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
16.18/16.27	c lower bound updated to -1313
16.18/16.27	c BCD2: 221 <= obj <= 1492
16.18/16.27	c BCD2: #cores=9, #unrelaxed=1304, #relaxed=230, #hardened=0
16.18/16.27	c BCD2: #sat=1 #unsat=222 bias=222/223
16.18/16.27	c Solving starts ...
16.18/16.27	c ============================[ Search Statistics ]============================
16.18/16.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.18/16.27	c       |         |          |          |    Limit     GC | Var      | Constra 
16.18/16.27	c =============================================================================
16.18/16.27	c  0.0s |       0 |        0 |        0 |    47133      0 |      212 |      220
16.28/16.34	c  0.1s |       0 |       10 |        1 |    47133      0 |      212 |      221
16.28/16.34	c #cpu_time = 0.062s
16.28/16.34	c #wall_clock_time = 0.062s
16.28/16.34	c #decision = 10
16.28/16.34	c #random_decision = 0
16.28/16.34	c #conflict = 1
16.28/16.34	c #restart = 0
16.28/16.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
16.28/16.34	c lower bound updated to -1312
16.28/16.34	c BCD2: 222 <= obj <= 1492
16.28/16.34	c BCD2: #cores=9, #unrelaxed=1303, #relaxed=231, #hardened=0
16.28/16.34	c BCD2: #sat=1 #unsat=223 bias=223/224
16.28/16.34	c Solving starts ...
16.28/16.34	c ============================[ Search Statistics ]============================
16.28/16.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.28/16.34	c       |         |          |          |    Limit     GC | Var      | Constra 
16.28/16.34	c =============================================================================
16.28/16.34	c  0.0s |       0 |        0 |        0 |    47133      0 |      213 |      221
16.38/16.40	c  0.1s |       0 |       10 |        1 |    47133      0 |      213 |      222
16.38/16.40	c #cpu_time = 0.062s
16.38/16.40	c #wall_clock_time = 0.062s
16.38/16.40	c #decision = 10
16.38/16.40	c #random_decision = 0
16.38/16.40	c #conflict = 1
16.38/16.40	c #restart = 0
16.38/16.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
16.38/16.40	c lower bound updated to -1311
16.38/16.40	c BCD2: 223 <= obj <= 1492
16.38/16.40	c BCD2: #cores=9, #unrelaxed=1302, #relaxed=232, #hardened=0
16.38/16.40	c BCD2: #sat=1 #unsat=224 bias=224/225
16.38/16.40	c Solving starts ...
16.38/16.40	c ============================[ Search Statistics ]============================
16.38/16.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.38/16.40	c       |         |          |          |    Limit     GC | Var      | Constra 
16.38/16.40	c =============================================================================
16.38/16.40	c  0.0s |       0 |        0 |        0 |    47133      0 |      214 |      222
16.38/16.46	c  0.1s |       0 |       10 |        1 |    47133      0 |      214 |      223
16.38/16.46	c #cpu_time = 0.061s
16.38/16.46	c #wall_clock_time = 0.061s
16.38/16.46	c #decision = 10
16.38/16.46	c #random_decision = 0
16.38/16.46	c #conflict = 1
16.38/16.46	c #restart = 0
16.38/16.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
16.38/16.46	c lower bound updated to -1310
16.38/16.46	c BCD2: 224 <= obj <= 1492
16.38/16.46	c BCD2: #cores=9, #unrelaxed=1301, #relaxed=233, #hardened=0
16.38/16.46	c BCD2: #sat=1 #unsat=225 bias=225/226
16.38/16.46	c Solving starts ...
16.38/16.46	c ============================[ Search Statistics ]============================
16.38/16.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.38/16.46	c       |         |          |          |    Limit     GC | Var      | Constra 
16.38/16.46	c =============================================================================
16.38/16.46	c  0.0s |       0 |        0 |        0 |    47133      0 |      215 |      223
16.49/16.52	c  0.1s |       0 |       10 |        1 |    47133      0 |      215 |      224
16.49/16.52	c #cpu_time = 0.061s
16.49/16.52	c #wall_clock_time = 0.061s
16.49/16.52	c #decision = 10
16.49/16.52	c #random_decision = 0
16.49/16.52	c #conflict = 1
16.49/16.52	c #restart = 0
16.49/16.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
16.49/16.52	c lower bound updated to -1309
16.49/16.52	c BCD2: 225 <= obj <= 1492
16.49/16.52	c BCD2: #cores=9, #unrelaxed=1300, #relaxed=234, #hardened=0
16.49/16.52	c BCD2: #sat=1 #unsat=226 bias=226/227
16.49/16.52	c Solving starts ...
16.49/16.52	c ============================[ Search Statistics ]============================
16.49/16.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.49/16.52	c       |         |          |          |    Limit     GC | Var      | Constra 
16.49/16.52	c =============================================================================
16.49/16.52	c  0.0s |       0 |        0 |        0 |    47133      0 |      216 |      224
16.49/16.59	c  0.1s |       0 |       10 |        0 |    47133      0 |      216 |      225
16.49/16.59	c #cpu_time = 0.061s
16.49/16.59	c #wall_clock_time = 0.061s
16.49/16.59	c #decision = 10
16.49/16.59	c #random_decision = 0
16.49/16.59	c #conflict = 0
16.49/16.59	c #restart = 0
16.49/16.59	c BCD2: found a new core of size 2: cost of the new core is >=1
16.49/16.59	c lower bound updated to -1308
16.49/16.60	c BCD2: 226 <= obj <= 1492
16.49/16.60	c BCD2: #cores=10, #unrelaxed=1298, #relaxed=236, #hardened=0
16.49/16.60	c BCD2: #sat=1 #unsat=227 bias=227/228
16.49/16.60	c Solving starts ...
16.49/16.60	c ============================[ Search Statistics ]============================
16.49/16.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.49/16.60	c       |         |          |          |    Limit     GC | Var      | Constra 
16.49/16.60	c =============================================================================
16.49/16.60	c  0.0s |       0 |        0 |        0 |    47133      0 |      216 |      226
16.59/16.66	c  0.1s |       0 |       11 |        1 |    47133      0 |      216 |      226
16.59/16.66	c #cpu_time = 0.060s
16.59/16.66	c #wall_clock_time = 0.060s
16.59/16.66	c #decision = 11
16.59/16.66	c #random_decision = 0
16.59/16.66	c #conflict = 1
16.59/16.66	c #restart = 0
16.59/16.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
16.59/16.66	c lower bound updated to -1307
16.59/16.66	c BCD2: 227 <= obj <= 1492
16.59/16.66	c BCD2: #cores=10, #unrelaxed=1297, #relaxed=237, #hardened=0
16.59/16.66	c BCD2: #sat=1 #unsat=228 bias=228/229
16.59/16.66	c Solving starts ...
16.59/16.66	c ============================[ Search Statistics ]============================
16.59/16.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.59/16.66	c       |         |          |          |    Limit     GC | Var      | Constra 
16.59/16.66	c =============================================================================
16.59/16.66	c  0.0s |       0 |        0 |        0 |    47133      0 |      217 |      226
16.68/16.72	c  0.1s |       0 |       11 |        1 |    47133      0 |      217 |      227
16.68/16.72	c #cpu_time = 0.061s
16.68/16.72	c #wall_clock_time = 0.061s
16.68/16.72	c #decision = 11
16.68/16.72	c #random_decision = 0
16.68/16.72	c #conflict = 1
16.68/16.72	c #restart = 0
16.68/16.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
16.68/16.72	c lower bound updated to -1306
16.68/16.72	c BCD2: 228 <= obj <= 1492
16.68/16.72	c BCD2: #cores=10, #unrelaxed=1296, #relaxed=238, #hardened=0
16.68/16.72	c BCD2: #sat=1 #unsat=229 bias=229/230
16.68/16.72	c Solving starts ...
16.68/16.72	c ============================[ Search Statistics ]============================
16.68/16.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.68/16.72	c       |         |          |          |    Limit     GC | Var      | Constra 
16.68/16.72	c =============================================================================
16.68/16.72	c  0.0s |       0 |        0 |        0 |    47133      0 |      218 |      227
16.68/16.79	c  0.1s |       0 |       11 |        1 |    47133      0 |      218 |      228
16.68/16.79	c #cpu_time = 0.061s
16.68/16.79	c #wall_clock_time = 0.061s
16.68/16.79	c #decision = 11
16.68/16.79	c #random_decision = 0
16.68/16.79	c #conflict = 1
16.68/16.79	c #restart = 0
16.68/16.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
16.68/16.79	c lower bound updated to -1305
16.68/16.79	c BCD2: 229 <= obj <= 1492
16.68/16.79	c BCD2: #cores=10, #unrelaxed=1295, #relaxed=239, #hardened=0
16.68/16.79	c BCD2: #sat=1 #unsat=230 bias=230/231
16.68/16.79	c Solving starts ...
16.68/16.79	c ============================[ Search Statistics ]============================
16.68/16.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.68/16.79	c       |         |          |          |    Limit     GC | Var      | Constra 
16.68/16.79	c =============================================================================
16.68/16.79	c  0.0s |       0 |        0 |        0 |    47133      0 |      219 |      228
16.79/16.85	c  0.1s |       0 |       11 |        1 |    47133      0 |      219 |      229
16.79/16.85	c #cpu_time = 0.062s
16.79/16.85	c #wall_clock_time = 0.062s
16.79/16.85	c #decision = 11
16.79/16.85	c #random_decision = 0
16.79/16.85	c #conflict = 1
16.79/16.85	c #restart = 0
16.79/16.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
16.79/16.85	c lower bound updated to -1304
16.79/16.85	c BCD2: 230 <= obj <= 1492
16.79/16.85	c BCD2: #cores=10, #unrelaxed=1294, #relaxed=240, #hardened=0
16.79/16.85	c BCD2: #sat=1 #unsat=231 bias=231/232
16.79/16.85	c Solving starts ...
16.79/16.85	c ============================[ Search Statistics ]============================
16.79/16.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.79/16.85	c       |         |          |          |    Limit     GC | Var      | Constra 
16.79/16.85	c =============================================================================
16.79/16.85	c  0.0s |       0 |        0 |        0 |    47133      0 |      220 |      229
16.89/16.91	c  0.1s |       0 |       11 |        1 |    47133      0 |      220 |      230
16.89/16.91	c #cpu_time = 0.062s
16.89/16.91	c #wall_clock_time = 0.062s
16.89/16.91	c #decision = 11
16.89/16.91	c #random_decision = 0
16.89/16.91	c #conflict = 1
16.89/16.91	c #restart = 0
16.89/16.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
16.89/16.91	c lower bound updated to -1303
16.89/16.91	c BCD2: 231 <= obj <= 1492
16.89/16.91	c BCD2: #cores=10, #unrelaxed=1293, #relaxed=241, #hardened=0
16.89/16.91	c BCD2: #sat=1 #unsat=232 bias=232/233
16.89/16.91	c Solving starts ...
16.89/16.91	c ============================[ Search Statistics ]============================
16.89/16.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.89/16.91	c       |         |          |          |    Limit     GC | Var      | Constra 
16.89/16.91	c =============================================================================
16.89/16.91	c  0.0s |       0 |        0 |        0 |    47133      0 |      221 |      230
16.89/16.97	c  0.1s |       0 |       11 |        1 |    47133      0 |      221 |      231
16.89/16.97	c #cpu_time = 0.061s
16.89/16.97	c #wall_clock_time = 0.061s
16.89/16.97	c #decision = 11
16.89/16.97	c #random_decision = 0
16.89/16.97	c #conflict = 1
16.89/16.97	c #restart = 0
16.89/16.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
16.89/16.97	c lower bound updated to -1302
16.89/16.98	c BCD2: 232 <= obj <= 1492
16.89/16.98	c BCD2: #cores=10, #unrelaxed=1292, #relaxed=242, #hardened=0
16.89/16.98	c BCD2: #sat=1 #unsat=233 bias=233/234
16.89/16.98	c Solving starts ...
16.89/16.98	c ============================[ Search Statistics ]============================
16.89/16.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.89/16.98	c       |         |          |          |    Limit     GC | Var      | Constra 
16.89/16.98	c =============================================================================
16.89/16.98	c  0.0s |       0 |        0 |        0 |    47133      0 |      222 |      231
16.99/17.04	c  0.1s |       0 |       11 |        1 |    47133      0 |      222 |      232
16.99/17.04	c #cpu_time = 0.062s
16.99/17.04	c #wall_clock_time = 0.062s
16.99/17.04	c #decision = 11
16.99/17.04	c #random_decision = 0
16.99/17.04	c #conflict = 1
16.99/17.04	c #restart = 0
16.99/17.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
16.99/17.04	c lower bound updated to -1301
16.99/17.04	c BCD2: 233 <= obj <= 1492
16.99/17.04	c BCD2: #cores=10, #unrelaxed=1291, #relaxed=243, #hardened=0
16.99/17.04	c BCD2: #sat=1 #unsat=234 bias=234/235
16.99/17.04	c Solving starts ...
16.99/17.04	c ============================[ Search Statistics ]============================
16.99/17.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.99/17.04	c       |         |          |          |    Limit     GC | Var      | Constra 
16.99/17.04	c =============================================================================
16.99/17.04	c  0.0s |       0 |        0 |        0 |    47133      0 |      223 |      232
17.09/17.10	c  0.1s |       0 |       11 |        1 |    47133      0 |      223 |      233
17.09/17.10	c #cpu_time = 0.062s
17.09/17.10	c #wall_clock_time = 0.062s
17.09/17.10	c #decision = 11
17.09/17.10	c #random_decision = 0
17.09/17.10	c #conflict = 1
17.09/17.10	c #restart = 0
17.09/17.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
17.09/17.10	c lower bound updated to -1300
17.09/17.11	c BCD2: 234 <= obj <= 1492
17.09/17.11	c BCD2: #cores=10, #unrelaxed=1290, #relaxed=244, #hardened=0
17.09/17.11	c BCD2: #sat=1 #unsat=235 bias=235/236
17.09/17.11	c Solving starts ...
17.09/17.11	c ============================[ Search Statistics ]============================
17.09/17.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.09/17.11	c       |         |          |          |    Limit     GC | Var      | Constra 
17.09/17.11	c =============================================================================
17.09/17.11	c  0.0s |       0 |        0 |        0 |    47133      0 |      224 |      233
17.09/17.17	c  0.1s |       0 |       11 |        1 |    47133      0 |      224 |      234
17.09/17.17	c #cpu_time = 0.060s
17.09/17.17	c #wall_clock_time = 0.060s
17.09/17.17	c #decision = 11
17.09/17.17	c #random_decision = 0
17.09/17.17	c #conflict = 1
17.09/17.17	c #restart = 0
17.09/17.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
17.09/17.17	c lower bound updated to -1299
17.09/17.17	c BCD2: 235 <= obj <= 1492
17.09/17.17	c BCD2: #cores=10, #unrelaxed=1289, #relaxed=245, #hardened=0
17.09/17.17	c BCD2: #sat=1 #unsat=236 bias=236/237
17.09/17.17	c Solving starts ...
17.09/17.17	c ============================[ Search Statistics ]============================
17.09/17.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.09/17.17	c       |         |          |          |    Limit     GC | Var      | Constra 
17.09/17.17	c =============================================================================
17.09/17.17	c  0.0s |       0 |        0 |        0 |    47133      0 |      225 |      234
17.19/17.23	c  0.1s |       0 |       11 |        1 |    47133      0 |      225 |      235
17.19/17.23	c #cpu_time = 0.061s
17.19/17.23	c #wall_clock_time = 0.061s
17.19/17.23	c #decision = 11
17.19/17.23	c #random_decision = 0
17.19/17.23	c #conflict = 1
17.19/17.23	c #restart = 0
17.19/17.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
17.19/17.23	c lower bound updated to -1298
17.19/17.23	c BCD2: 236 <= obj <= 1492
17.19/17.23	c BCD2: #cores=10, #unrelaxed=1288, #relaxed=246, #hardened=0
17.19/17.23	c BCD2: #sat=1 #unsat=237 bias=237/238
17.19/17.23	c Solving starts ...
17.19/17.23	c ============================[ Search Statistics ]============================
17.19/17.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.19/17.23	c       |         |          |          |    Limit     GC | Var      | Constra 
17.19/17.23	c =============================================================================
17.19/17.23	c  0.0s |       0 |        0 |        0 |    47133      0 |      226 |      235
17.19/17.29	c  0.1s |       0 |       11 |        1 |    47133      0 |      226 |      236
17.19/17.29	c #cpu_time = 0.061s
17.19/17.29	c #wall_clock_time = 0.061s
17.19/17.29	c #decision = 11
17.19/17.29	c #random_decision = 0
17.19/17.29	c #conflict = 1
17.19/17.29	c #restart = 0
17.19/17.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
17.19/17.29	c lower bound updated to -1297
17.19/17.29	c BCD2: 237 <= obj <= 1492
17.19/17.29	c BCD2: #cores=10, #unrelaxed=1287, #relaxed=247, #hardened=0
17.19/17.29	c BCD2: #sat=1 #unsat=238 bias=238/239
17.19/17.29	c Solving starts ...
17.19/17.29	c ============================[ Search Statistics ]============================
17.19/17.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.19/17.29	c       |         |          |          |    Limit     GC | Var      | Constra 
17.19/17.29	c =============================================================================
17.19/17.29	c  0.0s |       0 |        0 |        0 |    47133      0 |      227 |      236
17.29/17.36	c  0.1s |       0 |       11 |        1 |    47133      0 |      227 |      237
17.29/17.36	c #cpu_time = 0.062s
17.29/17.36	c #wall_clock_time = 0.062s
17.29/17.36	c #decision = 11
17.29/17.36	c #random_decision = 0
17.29/17.36	c #conflict = 1
17.29/17.36	c #restart = 0
17.29/17.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
17.29/17.36	c lower bound updated to -1296
17.29/17.36	c BCD2: 238 <= obj <= 1492
17.29/17.36	c BCD2: #cores=10, #unrelaxed=1286, #relaxed=248, #hardened=0
17.29/17.36	c BCD2: #sat=1 #unsat=239 bias=239/240
17.29/17.36	c Solving starts ...
17.29/17.36	c ============================[ Search Statistics ]============================
17.29/17.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.29/17.36	c       |         |          |          |    Limit     GC | Var      | Constra 
17.29/17.36	c =============================================================================
17.29/17.36	c  0.0s |       0 |        0 |        0 |    47133      0 |      228 |      237
17.39/17.42	c  0.1s |       0 |       11 |        1 |    47133      0 |      228 |      238
17.39/17.42	c #cpu_time = 0.063s
17.39/17.42	c #wall_clock_time = 0.063s
17.39/17.42	c #decision = 11
17.39/17.42	c #random_decision = 0
17.39/17.42	c #conflict = 1
17.39/17.42	c #restart = 0
17.39/17.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
17.39/17.42	c lower bound updated to -1295
17.39/17.42	c BCD2: 239 <= obj <= 1492
17.39/17.42	c BCD2: #cores=10, #unrelaxed=1285, #relaxed=249, #hardened=0
17.39/17.42	c BCD2: #sat=1 #unsat=240 bias=240/241
17.39/17.42	c Solving starts ...
17.39/17.42	c ============================[ Search Statistics ]============================
17.39/17.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.39/17.42	c       |         |          |          |    Limit     GC | Var      | Constra 
17.39/17.42	c =============================================================================
17.39/17.42	c  0.0s |       0 |        0 |        0 |    47133      0 |      229 |      238
17.39/17.48	c  0.1s |       0 |       11 |        1 |    47133      0 |      229 |      239
17.39/17.48	c #cpu_time = 0.061s
17.39/17.48	c #wall_clock_time = 0.061s
17.39/17.48	c #decision = 11
17.39/17.48	c #random_decision = 0
17.39/17.48	c #conflict = 1
17.39/17.48	c #restart = 0
17.39/17.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
17.39/17.48	c lower bound updated to -1294
17.39/17.48	c BCD2: 240 <= obj <= 1492
17.39/17.48	c BCD2: #cores=10, #unrelaxed=1284, #relaxed=250, #hardened=0
17.39/17.48	c BCD2: #sat=1 #unsat=241 bias=241/242
17.39/17.48	c Solving starts ...
17.39/17.48	c ============================[ Search Statistics ]============================
17.39/17.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.39/17.48	c       |         |          |          |    Limit     GC | Var      | Constra 
17.39/17.48	c =============================================================================
17.39/17.48	c  0.0s |       0 |        0 |        0 |    47133      0 |      230 |      239
17.49/17.54	c  0.1s |       0 |       11 |        1 |    47133      0 |      230 |      240
17.49/17.54	c #cpu_time = 0.061s
17.49/17.54	c #wall_clock_time = 0.061s
17.49/17.54	c #decision = 11
17.49/17.54	c #random_decision = 0
17.49/17.54	c #conflict = 1
17.49/17.54	c #restart = 0
17.49/17.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
17.49/17.54	c lower bound updated to -1293
17.49/17.54	c BCD2: 241 <= obj <= 1492
17.49/17.54	c BCD2: #cores=10, #unrelaxed=1283, #relaxed=251, #hardened=0
17.49/17.54	c BCD2: #sat=1 #unsat=242 bias=242/243
17.49/17.54	c Solving starts ...
17.49/17.54	c ============================[ Search Statistics ]============================
17.49/17.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.49/17.54	c       |         |          |          |    Limit     GC | Var      | Constra 
17.49/17.54	c =============================================================================
17.49/17.54	c  0.0s |       0 |        0 |        0 |    47133      0 |      231 |      240
17.60/17.61	c  0.1s |       0 |       11 |        1 |    47133      0 |      231 |      241
17.60/17.61	c #cpu_time = 0.061s
17.60/17.61	c #wall_clock_time = 0.061s
17.60/17.61	c #decision = 11
17.60/17.61	c #random_decision = 0
17.60/17.61	c #conflict = 1
17.60/17.61	c #restart = 0
17.60/17.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
17.60/17.61	c lower bound updated to -1292
17.60/17.61	c BCD2: 242 <= obj <= 1492
17.60/17.61	c BCD2: #cores=10, #unrelaxed=1282, #relaxed=252, #hardened=0
17.60/17.61	c BCD2: #sat=1 #unsat=243 bias=243/244
17.60/17.61	c Solving starts ...
17.60/17.61	c ============================[ Search Statistics ]============================
17.60/17.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.60/17.61	c       |         |          |          |    Limit     GC | Var      | Constra 
17.60/17.61	c =============================================================================
17.60/17.61	c  0.0s |       0 |        0 |        0 |    47133      0 |      232 |      241
17.60/17.67	c  0.1s |       0 |       11 |        1 |    47133      0 |      232 |      242
17.60/17.67	c #cpu_time = 0.059s
17.60/17.67	c #wall_clock_time = 0.059s
17.60/17.67	c #decision = 11
17.60/17.67	c #random_decision = 0
17.60/17.67	c #conflict = 1
17.60/17.67	c #restart = 0
17.60/17.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
17.60/17.67	c lower bound updated to -1291
17.60/17.67	c BCD2: 243 <= obj <= 1492
17.60/17.67	c BCD2: #cores=10, #unrelaxed=1281, #relaxed=253, #hardened=0
17.60/17.67	c BCD2: #sat=1 #unsat=244 bias=244/245
17.60/17.67	c Solving starts ...
17.60/17.67	c ============================[ Search Statistics ]============================
17.60/17.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.60/17.67	c       |         |          |          |    Limit     GC | Var      | Constra 
17.60/17.67	c =============================================================================
17.60/17.67	c  0.0s |       0 |        0 |        0 |    47133      0 |      233 |      242
17.70/17.74	c  0.1s |       0 |       11 |        1 |    47133      0 |      233 |      243
17.70/17.74	c #cpu_time = 0.061s
17.70/17.74	c #wall_clock_time = 0.061s
17.70/17.74	c #decision = 11
17.70/17.74	c #random_decision = 0
17.70/17.74	c #conflict = 1
17.70/17.74	c #restart = 0
17.70/17.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
17.70/17.74	c lower bound updated to -1290
17.70/17.74	c BCD2: 244 <= obj <= 1492
17.70/17.74	c BCD2: #cores=10, #unrelaxed=1280, #relaxed=254, #hardened=0
17.70/17.74	c BCD2: #sat=1 #unsat=245 bias=245/246
17.70/17.74	c Solving starts ...
17.70/17.74	c ============================[ Search Statistics ]============================
17.70/17.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.70/17.74	c       |         |          |          |    Limit     GC | Var      | Constra 
17.70/17.74	c =============================================================================
17.70/17.74	c  0.0s |       0 |        0 |        0 |    47133      0 |      234 |      243
17.79/17.80	c  0.1s |       0 |       11 |        1 |    47133      0 |      234 |      244
17.79/17.80	c #cpu_time = 0.061s
17.79/17.80	c #wall_clock_time = 0.061s
17.79/17.80	c #decision = 11
17.79/17.80	c #random_decision = 0
17.79/17.80	c #conflict = 1
17.79/17.80	c #restart = 0
17.79/17.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
17.79/17.80	c lower bound updated to -1289
17.79/17.80	c BCD2: 245 <= obj <= 1492
17.79/17.80	c BCD2: #cores=10, #unrelaxed=1279, #relaxed=255, #hardened=0
17.79/17.80	c BCD2: #sat=1 #unsat=246 bias=246/247
17.79/17.80	c Solving starts ...
17.79/17.80	c ============================[ Search Statistics ]============================
17.79/17.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.79/17.80	c       |         |          |          |    Limit     GC | Var      | Constra 
17.79/17.80	c =============================================================================
17.79/17.80	c  0.0s |       0 |        0 |        0 |    47133      0 |      235 |      244
17.79/17.86	c  0.1s |       0 |       11 |        1 |    47133      0 |      235 |      245
17.79/17.86	c #cpu_time = 0.062s
17.79/17.86	c #wall_clock_time = 0.062s
17.79/17.86	c #decision = 11
17.79/17.86	c #random_decision = 0
17.79/17.86	c #conflict = 1
17.79/17.86	c #restart = 0
17.79/17.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
17.79/17.86	c lower bound updated to -1288
17.79/17.86	c BCD2: 246 <= obj <= 1492
17.79/17.86	c BCD2: #cores=10, #unrelaxed=1278, #relaxed=256, #hardened=0
17.79/17.86	c BCD2: #sat=1 #unsat=247 bias=247/248
17.79/17.86	c Solving starts ...
17.79/17.86	c ============================[ Search Statistics ]============================
17.79/17.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.79/17.86	c       |         |          |          |    Limit     GC | Var      | Constra 
17.79/17.86	c =============================================================================
17.79/17.86	c  0.0s |       0 |        0 |        0 |    47133      0 |      236 |      245
17.89/17.92	c  0.1s |       0 |       11 |        1 |    47133      0 |      236 |      246
17.89/17.92	c #cpu_time = 0.062s
17.89/17.92	c #wall_clock_time = 0.062s
17.89/17.92	c #decision = 11
17.89/17.92	c #random_decision = 0
17.89/17.92	c #conflict = 1
17.89/17.92	c #restart = 0
17.89/17.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
17.89/17.92	c lower bound updated to -1287
17.89/17.93	c BCD2: 247 <= obj <= 1492
17.89/17.93	c BCD2: #cores=10, #unrelaxed=1277, #relaxed=257, #hardened=0
17.89/17.93	c BCD2: #sat=1 #unsat=248 bias=248/249
17.89/17.93	c Solving starts ...
17.89/17.93	c ============================[ Search Statistics ]============================
17.89/17.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.89/17.93	c       |         |          |          |    Limit     GC | Var      | Constra 
17.89/17.93	c =============================================================================
17.89/17.93	c  0.0s |       0 |        0 |        0 |    47133      0 |      237 |      246
17.89/17.99	c  0.1s |       0 |       11 |        1 |    47133      0 |      237 |      247
17.89/17.99	c #cpu_time = 0.061s
17.89/17.99	c #wall_clock_time = 0.061s
17.89/17.99	c #decision = 11
17.89/17.99	c #random_decision = 0
17.89/17.99	c #conflict = 1
17.89/17.99	c #restart = 0
17.89/17.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
17.89/17.99	c lower bound updated to -1286
17.89/17.99	c BCD2: 248 <= obj <= 1492
17.89/17.99	c BCD2: #cores=10, #unrelaxed=1276, #relaxed=258, #hardened=0
17.89/17.99	c BCD2: #sat=1 #unsat=249 bias=249/250
17.89/17.99	c Solving starts ...
17.89/17.99	c ============================[ Search Statistics ]============================
17.89/17.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.89/17.99	c       |         |          |          |    Limit     GC | Var      | Constra 
17.89/17.99	c =============================================================================
17.89/17.99	c  0.0s |       0 |        0 |        0 |    47133      0 |      238 |      247
17.99/18.05	c  0.1s |       0 |       11 |        1 |    47133      0 |      238 |      248
17.99/18.05	c #cpu_time = 0.061s
17.99/18.05	c #wall_clock_time = 0.061s
17.99/18.05	c #decision = 11
17.99/18.05	c #random_decision = 0
17.99/18.05	c #conflict = 1
17.99/18.05	c #restart = 0
17.99/18.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
17.99/18.05	c lower bound updated to -1285
17.99/18.05	c BCD2: 249 <= obj <= 1492
17.99/18.05	c BCD2: #cores=10, #unrelaxed=1275, #relaxed=259, #hardened=0
17.99/18.05	c BCD2: #sat=1 #unsat=250 bias=250/251
17.99/18.05	c Solving starts ...
17.99/18.05	c ============================[ Search Statistics ]============================
17.99/18.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.99/18.05	c       |         |          |          |    Limit     GC | Var      | Constra 
17.99/18.05	c =============================================================================
17.99/18.05	c  0.0s |       0 |        0 |        0 |    47133      0 |      239 |      248
18.09/18.11	c  0.1s |       0 |       11 |        1 |    47133      0 |      239 |      249
18.09/18.11	c #cpu_time = 0.061s
18.09/18.11	c #wall_clock_time = 0.061s
18.09/18.11	c #decision = 11
18.09/18.11	c #random_decision = 0
18.09/18.11	c #conflict = 1
18.09/18.11	c #restart = 0
18.09/18.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
18.09/18.11	c lower bound updated to -1284
18.09/18.12	c BCD2: 250 <= obj <= 1492
18.09/18.12	c BCD2: #cores=10, #unrelaxed=1274, #relaxed=260, #hardened=0
18.09/18.12	c BCD2: #sat=1 #unsat=251 bias=251/252
18.09/18.12	c Solving starts ...
18.09/18.12	c ============================[ Search Statistics ]============================
18.09/18.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.09/18.12	c       |         |          |          |    Limit     GC | Var      | Constra 
18.09/18.12	c =============================================================================
18.09/18.12	c  0.0s |       0 |        0 |        0 |    47133      0 |      240 |      249
18.09/18.18	c  0.1s |       0 |       11 |        0 |    47133      0 |      240 |      250
18.09/18.18	c #cpu_time = 0.060s
18.09/18.18	c #wall_clock_time = 0.060s
18.09/18.18	c #decision = 11
18.09/18.18	c #random_decision = 0
18.09/18.18	c #conflict = 0
18.09/18.18	c #restart = 0
18.09/18.18	c BCD2: found a new core of size 2: cost of the new core is >=1
18.09/18.18	c lower bound updated to -1283
18.09/18.19	c BCD2: 251 <= obj <= 1492
18.09/18.19	c BCD2: #cores=11, #unrelaxed=1272, #relaxed=262, #hardened=0
18.09/18.19	c BCD2: #sat=1 #unsat=252 bias=252/253
18.09/18.19	c Solving starts ...
18.09/18.19	c ============================[ Search Statistics ]============================
18.09/18.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.09/18.19	c       |         |          |          |    Limit     GC | Var      | Constra 
18.09/18.19	c =============================================================================
18.09/18.19	c  0.0s |       0 |        0 |        0 |    47133      0 |      240 |      251
18.19/18.25	c  0.1s |       0 |       12 |        1 |    47133      0 |      240 |      251
18.19/18.25	c #cpu_time = 0.060s
18.19/18.25	c #wall_clock_time = 0.060s
18.19/18.25	c #decision = 12
18.19/18.25	c #random_decision = 0
18.19/18.25	c #conflict = 1
18.19/18.25	c #restart = 0
18.19/18.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
18.19/18.25	c lower bound updated to -1282
18.19/18.25	c BCD2: 252 <= obj <= 1492
18.19/18.25	c BCD2: #cores=11, #unrelaxed=1271, #relaxed=263, #hardened=0
18.19/18.25	c BCD2: #sat=1 #unsat=253 bias=253/254
18.19/18.25	c Solving starts ...
18.19/18.25	c ============================[ Search Statistics ]============================
18.19/18.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.19/18.25	c       |         |          |          |    Limit     GC | Var      | Constra 
18.19/18.25	c =============================================================================
18.19/18.25	c  0.0s |       0 |        0 |        0 |    47133      0 |      241 |      251
18.29/18.32	c  0.1s |       0 |       12 |        1 |    47133      0 |      241 |      252
18.29/18.32	c #cpu_time = 0.061s
18.29/18.32	c #wall_clock_time = 0.061s
18.29/18.32	c #decision = 12
18.29/18.32	c #random_decision = 0
18.29/18.32	c #conflict = 1
18.29/18.32	c #restart = 0
18.29/18.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
18.29/18.32	c lower bound updated to -1281
18.29/18.32	c BCD2: 253 <= obj <= 1492
18.29/18.32	c BCD2: #cores=11, #unrelaxed=1270, #relaxed=264, #hardened=0
18.29/18.32	c BCD2: #sat=1 #unsat=254 bias=254/255
18.29/18.32	c Solving starts ...
18.29/18.32	c ============================[ Search Statistics ]============================
18.29/18.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.29/18.32	c       |         |          |          |    Limit     GC | Var      | Constra 
18.29/18.32	c =============================================================================
18.29/18.32	c  0.0s |       0 |        0 |        0 |    47133      0 |      242 |      252
18.29/18.38	c  0.1s |       0 |       12 |        1 |    47133      0 |      242 |      253
18.29/18.38	c #cpu_time = 0.062s
18.29/18.38	c #wall_clock_time = 0.062s
18.29/18.38	c #decision = 12
18.29/18.38	c #random_decision = 0
18.29/18.38	c #conflict = 1
18.29/18.38	c #restart = 0
18.29/18.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
18.29/18.38	c lower bound updated to -1280
18.29/18.38	c BCD2: 254 <= obj <= 1492
18.29/18.38	c BCD2: #cores=11, #unrelaxed=1269, #relaxed=265, #hardened=0
18.29/18.38	c BCD2: #sat=1 #unsat=255 bias=255/256
18.29/18.38	c Solving starts ...
18.29/18.38	c ============================[ Search Statistics ]============================
18.29/18.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.29/18.38	c       |         |          |          |    Limit     GC | Var      | Constra 
18.29/18.38	c =============================================================================
18.29/18.38	c  0.0s |       0 |        0 |        0 |    47133      0 |      243 |      253
18.39/18.44	c  0.1s |       0 |       12 |        1 |    47133      0 |      243 |      254
18.39/18.44	c #cpu_time = 0.062s
18.39/18.44	c #wall_clock_time = 0.062s
18.39/18.44	c #decision = 12
18.39/18.44	c #random_decision = 0
18.39/18.44	c #conflict = 1
18.39/18.44	c #restart = 0
18.39/18.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
18.39/18.44	c lower bound updated to -1279
18.39/18.44	c BCD2: 255 <= obj <= 1492
18.39/18.44	c BCD2: #cores=11, #unrelaxed=1268, #relaxed=266, #hardened=0
18.39/18.44	c BCD2: #sat=1 #unsat=256 bias=256/257
18.39/18.44	c Solving starts ...
18.39/18.44	c ============================[ Search Statistics ]============================
18.39/18.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.39/18.44	c       |         |          |          |    Limit     GC | Var      | Constra 
18.39/18.44	c =============================================================================
18.39/18.44	c  0.0s |       0 |        0 |        0 |    47133      0 |      244 |      254
18.49/18.50	c  0.1s |       0 |       12 |        1 |    47133      0 |      244 |      255
18.49/18.50	c #cpu_time = 0.061s
18.49/18.50	c #wall_clock_time = 0.061s
18.49/18.50	c #decision = 12
18.49/18.50	c #random_decision = 0
18.49/18.50	c #conflict = 1
18.49/18.50	c #restart = 0
18.49/18.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
18.49/18.50	c lower bound updated to -1278
18.49/18.50	c BCD2: 256 <= obj <= 1492
18.49/18.50	c BCD2: #cores=11, #unrelaxed=1267, #relaxed=267, #hardened=0
18.49/18.50	c BCD2: #sat=1 #unsat=257 bias=257/258
18.49/18.50	c Solving starts ...
18.49/18.50	c ============================[ Search Statistics ]============================
18.49/18.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.49/18.50	c       |         |          |          |    Limit     GC | Var      | Constra 
18.49/18.50	c =============================================================================
18.49/18.50	c  0.0s |       0 |        0 |        0 |    47133      0 |      245 |      255
18.49/18.57	c  0.1s |       0 |       12 |        1 |    47133      0 |      245 |      256
18.49/18.57	c #cpu_time = 0.061s
18.49/18.57	c #wall_clock_time = 0.061s
18.49/18.57	c #decision = 12
18.49/18.57	c #random_decision = 0
18.49/18.57	c #conflict = 1
18.49/18.57	c #restart = 0
18.49/18.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
18.49/18.57	c lower bound updated to -1277
18.49/18.57	c BCD2: 257 <= obj <= 1492
18.49/18.57	c BCD2: #cores=11, #unrelaxed=1266, #relaxed=268, #hardened=0
18.49/18.57	c BCD2: #sat=1 #unsat=258 bias=258/259
18.49/18.57	c Solving starts ...
18.49/18.57	c ============================[ Search Statistics ]============================
18.49/18.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.49/18.57	c       |         |          |          |    Limit     GC | Var      | Constra 
18.49/18.57	c =============================================================================
18.49/18.57	c  0.0s |       0 |        0 |        0 |    47133      0 |      246 |      256
18.59/18.63	c  0.1s |       0 |       12 |        1 |    47133      0 |      246 |      257
18.59/18.63	c #cpu_time = 0.060s
18.59/18.63	c #wall_clock_time = 0.060s
18.59/18.63	c #decision = 12
18.59/18.63	c #random_decision = 0
18.59/18.63	c #conflict = 1
18.59/18.63	c #restart = 0
18.59/18.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
18.59/18.63	c lower bound updated to -1276
18.59/18.63	c BCD2: 258 <= obj <= 1492
18.59/18.63	c BCD2: #cores=11, #unrelaxed=1265, #relaxed=269, #hardened=0
18.59/18.63	c BCD2: #sat=1 #unsat=259 bias=259/260
18.59/18.63	c Solving starts ...
18.59/18.63	c ============================[ Search Statistics ]============================
18.59/18.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.59/18.63	c       |         |          |          |    Limit     GC | Var      | Constra 
18.59/18.63	c =============================================================================
18.59/18.63	c  0.0s |       0 |        0 |        0 |    47133      0 |      247 |      257
18.59/18.69	c  0.1s |       0 |       12 |        1 |    47133      0 |      247 |      258
18.59/18.69	c #cpu_time = 0.061s
18.59/18.69	c #wall_clock_time = 0.061s
18.59/18.69	c #decision = 12
18.59/18.69	c #random_decision = 0
18.59/18.69	c #conflict = 1
18.59/18.69	c #restart = 0
18.59/18.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
18.59/18.69	c lower bound updated to -1275
18.59/18.70	c BCD2: 259 <= obj <= 1492
18.59/18.70	c BCD2: #cores=11, #unrelaxed=1264, #relaxed=270, #hardened=0
18.59/18.70	c BCD2: #sat=1 #unsat=260 bias=260/261
18.59/18.70	c Solving starts ...
18.59/18.70	c ============================[ Search Statistics ]============================
18.59/18.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.59/18.70	c       |         |          |          |    Limit     GC | Var      | Constra 
18.59/18.70	c =============================================================================
18.59/18.70	c  0.0s |       0 |        0 |        0 |    47133      0 |      248 |      258
18.70/18.76	c  0.1s |       0 |       12 |        1 |    47133      0 |      248 |      259
18.70/18.76	c #cpu_time = 0.062s
18.70/18.76	c #wall_clock_time = 0.062s
18.70/18.76	c #decision = 12
18.70/18.76	c #random_decision = 0
18.70/18.76	c #conflict = 1
18.70/18.76	c #restart = 0
18.70/18.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
18.70/18.76	c lower bound updated to -1274
18.70/18.76	c BCD2: 260 <= obj <= 1492
18.70/18.76	c BCD2: #cores=11, #unrelaxed=1263, #relaxed=271, #hardened=0
18.70/18.76	c BCD2: #sat=1 #unsat=261 bias=261/262
18.70/18.76	c Solving starts ...
18.70/18.76	c ============================[ Search Statistics ]============================
18.70/18.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.70/18.76	c       |         |          |          |    Limit     GC | Var      | Constra 
18.70/18.76	c =============================================================================
18.70/18.76	c  0.0s |       0 |        0 |        0 |    47133      0 |      249 |      259
18.80/18.82	c  0.1s |       0 |       12 |        1 |    47133      0 |      249 |      260
18.80/18.82	c #cpu_time = 0.062s
18.80/18.82	c #wall_clock_time = 0.062s
18.80/18.82	c #decision = 12
18.80/18.82	c #random_decision = 0
18.80/18.82	c #conflict = 1
18.80/18.82	c #restart = 0
18.80/18.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
18.80/18.82	c lower bound updated to -1273
18.80/18.82	c BCD2: 261 <= obj <= 1492
18.80/18.82	c BCD2: #cores=11, #unrelaxed=1262, #relaxed=272, #hardened=0
18.80/18.82	c BCD2: #sat=1 #unsat=262 bias=262/263
18.80/18.82	c Solving starts ...
18.80/18.82	c ============================[ Search Statistics ]============================
18.80/18.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.80/18.82	c       |         |          |          |    Limit     GC | Var      | Constra 
18.80/18.82	c =============================================================================
18.80/18.82	c  0.0s |       0 |        0 |        0 |    47133      0 |      250 |      260
18.80/18.88	c  0.1s |       0 |       12 |        1 |    47133      0 |      250 |      261
18.80/18.88	c #cpu_time = 0.062s
18.80/18.88	c #wall_clock_time = 0.062s
18.80/18.88	c #decision = 12
18.80/18.88	c #random_decision = 0
18.80/18.88	c #conflict = 1
18.80/18.88	c #restart = 0
18.80/18.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
18.80/18.88	c lower bound updated to -1272
18.80/18.88	c BCD2: 262 <= obj <= 1492
18.80/18.88	c BCD2: #cores=11, #unrelaxed=1261, #relaxed=273, #hardened=0
18.80/18.88	c BCD2: #sat=1 #unsat=263 bias=263/264
18.80/18.88	c Solving starts ...
18.80/18.88	c ============================[ Search Statistics ]============================
18.80/18.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.80/18.88	c       |         |          |          |    Limit     GC | Var      | Constra 
18.80/18.88	c =============================================================================
18.80/18.88	c  0.0s |       0 |        0 |        0 |    47133      0 |      251 |      261
18.89/18.95	c  0.1s |       0 |       12 |        1 |    51847      0 |      251 |      262
18.89/18.95	c #cpu_time = 0.062s
18.89/18.95	c #wall_clock_time = 0.062s
18.89/18.95	c #decision = 12
18.89/18.95	c #random_decision = 0
18.89/18.95	c #conflict = 1
18.89/18.95	c #restart = 0
18.89/18.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
18.89/18.95	c lower bound updated to -1271
18.89/18.95	c BCD2: 263 <= obj <= 1492
18.89/18.95	c BCD2: #cores=11, #unrelaxed=1260, #relaxed=274, #hardened=0
18.89/18.95	c BCD2: #sat=1 #unsat=264 bias=264/265
18.89/18.95	c Solving starts ...
18.89/18.95	c ============================[ Search Statistics ]============================
18.89/18.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.89/18.95	c       |         |          |          |    Limit     GC | Var      | Constra 
18.89/18.95	c =============================================================================
18.89/18.95	c  0.0s |       0 |        0 |        0 |    51847      0 |      252 |      262
18.99/19.01	c  0.1s |       0 |       12 |        1 |    51847      0 |      252 |      263
18.99/19.01	c #cpu_time = 0.061s
18.99/19.01	c #wall_clock_time = 0.061s
18.99/19.01	c #decision = 12
18.99/19.01	c #random_decision = 0
18.99/19.01	c #conflict = 1
18.99/19.01	c #restart = 0
18.99/19.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
18.99/19.01	c lower bound updated to -1270
18.99/19.01	c BCD2: 264 <= obj <= 1492
18.99/19.01	c BCD2: #cores=11, #unrelaxed=1259, #relaxed=275, #hardened=0
18.99/19.01	c BCD2: #sat=1 #unsat=265 bias=265/266
18.99/19.01	c Solving starts ...
18.99/19.01	c ============================[ Search Statistics ]============================
18.99/19.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.99/19.01	c       |         |          |          |    Limit     GC | Var      | Constra 
18.99/19.01	c =============================================================================
18.99/19.01	c  0.0s |       0 |        0 |        0 |    51847      0 |      253 |      263
18.99/19.07	c  0.1s |       0 |       12 |        1 |    51847      0 |      253 |      264
18.99/19.07	c #cpu_time = 0.061s
18.99/19.07	c #wall_clock_time = 0.061s
18.99/19.07	c #decision = 12
18.99/19.07	c #random_decision = 0
18.99/19.07	c #conflict = 1
18.99/19.07	c #restart = 0
18.99/19.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
18.99/19.07	c lower bound updated to -1269
18.99/19.08	c BCD2: 265 <= obj <= 1492
18.99/19.08	c BCD2: #cores=11, #unrelaxed=1258, #relaxed=276, #hardened=0
18.99/19.08	c BCD2: #sat=1 #unsat=266 bias=266/267
18.99/19.08	c Solving starts ...
18.99/19.08	c ============================[ Search Statistics ]============================
18.99/19.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
18.99/19.08	c       |         |          |          |    Limit     GC | Var      | Constra 
18.99/19.08	c =============================================================================
18.99/19.08	c  0.0s |       0 |        0 |        0 |    51847      0 |      254 |      264
19.09/19.14	c  0.1s |       0 |       12 |        1 |    51847      0 |      254 |      265
19.09/19.14	c #cpu_time = 0.060s
19.09/19.14	c #wall_clock_time = 0.060s
19.09/19.14	c #decision = 12
19.09/19.14	c #random_decision = 0
19.09/19.14	c #conflict = 1
19.09/19.14	c #restart = 0
19.09/19.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
19.09/19.14	c lower bound updated to -1268
19.09/19.14	c BCD2: 266 <= obj <= 1492
19.09/19.14	c BCD2: #cores=11, #unrelaxed=1257, #relaxed=277, #hardened=0
19.09/19.14	c BCD2: #sat=1 #unsat=267 bias=267/268
19.09/19.14	c Solving starts ...
19.09/19.14	c ============================[ Search Statistics ]============================
19.09/19.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.09/19.14	c       |         |          |          |    Limit     GC | Var      | Constra 
19.09/19.14	c =============================================================================
19.09/19.14	c  0.0s |       0 |        0 |        0 |    51847      0 |      255 |      265
19.19/19.20	c  0.1s |       0 |       12 |        1 |    51847      0 |      255 |      266
19.19/19.20	c #cpu_time = 0.061s
19.19/19.20	c #wall_clock_time = 0.061s
19.19/19.20	c #decision = 12
19.19/19.20	c #random_decision = 0
19.19/19.20	c #conflict = 1
19.19/19.20	c #restart = 0
19.19/19.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
19.19/19.20	c lower bound updated to -1267
19.19/19.20	c BCD2: 267 <= obj <= 1492
19.19/19.20	c BCD2: #cores=11, #unrelaxed=1256, #relaxed=278, #hardened=0
19.19/19.20	c BCD2: #sat=1 #unsat=268 bias=268/269
19.19/19.20	c Solving starts ...
19.19/19.20	c ============================[ Search Statistics ]============================
19.19/19.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.19/19.20	c       |         |          |          |    Limit     GC | Var      | Constra 
19.19/19.20	c =============================================================================
19.19/19.20	c  0.0s |       0 |        0 |        0 |    51847      0 |      256 |      266
19.19/19.26	c  0.1s |       0 |       12 |        1 |    51847      0 |      256 |      267
19.19/19.26	c #cpu_time = 0.061s
19.19/19.26	c #wall_clock_time = 0.061s
19.19/19.26	c #decision = 12
19.19/19.26	c #random_decision = 0
19.19/19.26	c #conflict = 1
19.19/19.26	c #restart = 0
19.19/19.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
19.19/19.26	c lower bound updated to -1266
19.19/19.26	c BCD2: 268 <= obj <= 1492
19.19/19.26	c BCD2: #cores=11, #unrelaxed=1255, #relaxed=279, #hardened=0
19.19/19.26	c BCD2: #sat=1 #unsat=269 bias=269/270
19.19/19.26	c Solving starts ...
19.19/19.26	c ============================[ Search Statistics ]============================
19.19/19.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.19/19.26	c       |         |          |          |    Limit     GC | Var      | Constra 
19.19/19.26	c =============================================================================
19.19/19.26	c  0.0s |       0 |        0 |        0 |    51847      0 |      257 |      267
19.29/19.33	c  0.1s |       0 |       12 |        1 |    51847      0 |      257 |      268
19.29/19.33	c #cpu_time = 0.062s
19.29/19.33	c #wall_clock_time = 0.062s
19.29/19.33	c #decision = 12
19.29/19.33	c #random_decision = 0
19.29/19.33	c #conflict = 1
19.29/19.33	c #restart = 0
19.29/19.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
19.29/19.33	c lower bound updated to -1265
19.29/19.33	c BCD2: 269 <= obj <= 1492
19.29/19.33	c BCD2: #cores=11, #unrelaxed=1254, #relaxed=280, #hardened=0
19.29/19.33	c BCD2: #sat=1 #unsat=270 bias=270/271
19.29/19.33	c Solving starts ...
19.29/19.33	c ============================[ Search Statistics ]============================
19.29/19.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.29/19.33	c       |         |          |          |    Limit     GC | Var      | Constra 
19.29/19.33	c =============================================================================
19.29/19.33	c  0.0s |       0 |        0 |        0 |    51847      0 |      258 |      268
19.29/19.39	c  0.1s |       0 |       12 |        1 |    51847      0 |      258 |      269
19.29/19.39	c #cpu_time = 0.063s
19.29/19.39	c #wall_clock_time = 0.063s
19.29/19.39	c #decision = 12
19.29/19.39	c #random_decision = 0
19.29/19.39	c #conflict = 1
19.29/19.39	c #restart = 0
19.29/19.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
19.29/19.39	c lower bound updated to -1264
19.29/19.39	c BCD2: 270 <= obj <= 1492
19.29/19.39	c BCD2: #cores=11, #unrelaxed=1253, #relaxed=281, #hardened=0
19.29/19.39	c BCD2: #sat=1 #unsat=271 bias=271/272
19.29/19.39	c Solving starts ...
19.29/19.39	c ============================[ Search Statistics ]============================
19.29/19.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.29/19.39	c       |         |          |          |    Limit     GC | Var      | Constra 
19.29/19.39	c =============================================================================
19.29/19.39	c  0.0s |       0 |        0 |        0 |    51847      0 |      259 |      269
19.39/19.45	c  0.1s |       0 |       12 |        1 |    51847      0 |      259 |      270
19.39/19.45	c #cpu_time = 0.062s
19.39/19.45	c #wall_clock_time = 0.062s
19.39/19.45	c #decision = 12
19.39/19.45	c #random_decision = 0
19.39/19.45	c #conflict = 1
19.39/19.45	c #restart = 0
19.39/19.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
19.39/19.45	c lower bound updated to -1263
19.39/19.45	c BCD2: 271 <= obj <= 1492
19.39/19.45	c BCD2: #cores=11, #unrelaxed=1252, #relaxed=282, #hardened=0
19.39/19.45	c BCD2: #sat=1 #unsat=272 bias=272/273
19.39/19.45	c Solving starts ...
19.39/19.45	c ============================[ Search Statistics ]============================
19.39/19.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.39/19.45	c       |         |          |          |    Limit     GC | Var      | Constra 
19.39/19.45	c =============================================================================
19.39/19.45	c  0.0s |       0 |        0 |        0 |    51847      0 |      260 |      270
19.49/19.52	c  0.1s |       0 |       12 |        1 |    51847      0 |      260 |      271
19.49/19.52	c #cpu_time = 0.062s
19.49/19.52	c #wall_clock_time = 0.062s
19.49/19.52	c #decision = 12
19.49/19.52	c #random_decision = 0
19.49/19.52	c #conflict = 1
19.49/19.52	c #restart = 0
19.49/19.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
19.49/19.52	c lower bound updated to -1262
19.49/19.52	c BCD2: 272 <= obj <= 1492
19.49/19.52	c BCD2: #cores=11, #unrelaxed=1251, #relaxed=283, #hardened=0
19.49/19.52	c BCD2: #sat=1 #unsat=273 bias=273/274
19.49/19.52	c Solving starts ...
19.49/19.52	c ============================[ Search Statistics ]============================
19.49/19.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.49/19.52	c       |         |          |          |    Limit     GC | Var      | Constra 
19.49/19.52	c =============================================================================
19.49/19.52	c  0.0s |       0 |        0 |        0 |    51847      0 |      261 |      271
19.49/19.58	c  0.1s |       0 |       12 |        1 |    51847      0 |      261 |      272
19.49/19.58	c #cpu_time = 0.062s
19.49/19.58	c #wall_clock_time = 0.062s
19.49/19.58	c #decision = 12
19.49/19.58	c #random_decision = 0
19.49/19.58	c #conflict = 1
19.49/19.58	c #restart = 0
19.49/19.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
19.49/19.58	c lower bound updated to -1261
19.49/19.59	c BCD2: 273 <= obj <= 1492
19.49/19.59	c BCD2: #cores=11, #unrelaxed=1250, #relaxed=284, #hardened=0
19.49/19.59	c BCD2: #sat=1 #unsat=274 bias=274/275
19.49/19.59	c Solving starts ...
19.49/19.59	c ============================[ Search Statistics ]============================
19.49/19.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.49/19.59	c       |         |          |          |    Limit     GC | Var      | Constra 
19.49/19.59	c =============================================================================
19.49/19.59	c  0.0s |       0 |        0 |        0 |    51847      0 |      262 |      272
19.59/19.65	c  0.1s |       0 |       12 |        1 |    51847      0 |      262 |      273
19.59/19.65	c #cpu_time = 0.060s
19.59/19.65	c #wall_clock_time = 0.060s
19.59/19.65	c #decision = 12
19.59/19.65	c #random_decision = 0
19.59/19.65	c #conflict = 1
19.59/19.65	c #restart = 0
19.59/19.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
19.59/19.65	c lower bound updated to -1260
19.59/19.65	c BCD2: 274 <= obj <= 1492
19.59/19.65	c BCD2: #cores=11, #unrelaxed=1249, #relaxed=285, #hardened=0
19.59/19.65	c BCD2: #sat=1 #unsat=275 bias=275/276
19.59/19.65	c Solving starts ...
19.59/19.65	c ============================[ Search Statistics ]============================
19.59/19.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.59/19.65	c       |         |          |          |    Limit     GC | Var      | Constra 
19.59/19.65	c =============================================================================
19.59/19.65	c  0.0s |       0 |        0 |        0 |    51847      0 |      263 |      273
19.69/19.71	c  0.1s |       0 |       12 |        1 |    51847      0 |      263 |      274
19.69/19.71	c #cpu_time = 0.061s
19.69/19.71	c #wall_clock_time = 0.061s
19.69/19.71	c #decision = 12
19.69/19.71	c #random_decision = 0
19.69/19.71	c #conflict = 1
19.69/19.71	c #restart = 0
19.69/19.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
19.69/19.71	c lower bound updated to -1259
19.69/19.71	c BCD2: 275 <= obj <= 1492
19.69/19.71	c BCD2: #cores=11, #unrelaxed=1248, #relaxed=286, #hardened=0
19.69/19.71	c BCD2: #sat=1 #unsat=276 bias=276/277
19.69/19.71	c Solving starts ...
19.69/19.71	c ============================[ Search Statistics ]============================
19.69/19.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.69/19.71	c       |         |          |          |    Limit     GC | Var      | Constra 
19.69/19.71	c =============================================================================
19.69/19.71	c  0.0s |       0 |        0 |        0 |    51847      0 |      264 |      274
19.69/19.77	c  0.1s |       0 |       12 |        0 |    51847      0 |      264 |      275
19.69/19.77	c #cpu_time = 0.061s
19.69/19.77	c #wall_clock_time = 0.061s
19.69/19.77	c #decision = 12
19.69/19.77	c #random_decision = 0
19.69/19.77	c #conflict = 0
19.69/19.77	c #restart = 0
19.69/19.77	c BCD2: found a new core of size 2: cost of the new core is >=1
19.69/19.77	c lower bound updated to -1258
19.69/19.78	c BCD2: 276 <= obj <= 1492
19.69/19.78	c BCD2: #cores=12, #unrelaxed=1246, #relaxed=288, #hardened=0
19.69/19.78	c BCD2: #sat=1 #unsat=277 bias=277/278
19.69/19.78	c Solving starts ...
19.69/19.78	c ============================[ Search Statistics ]============================
19.69/19.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.69/19.78	c       |         |          |          |    Limit     GC | Var      | Constra 
19.69/19.78	c =============================================================================
19.69/19.78	c  0.0s |       0 |        0 |        0 |    51847      0 |      264 |      276
19.79/19.84	c  0.1s |       0 |       13 |        1 |    51847      0 |      264 |      276
19.79/19.84	c #cpu_time = 0.060s
19.79/19.84	c #wall_clock_time = 0.060s
19.79/19.84	c #decision = 13
19.79/19.84	c #random_decision = 0
19.79/19.84	c #conflict = 1
19.79/19.84	c #restart = 0
19.79/19.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
19.79/19.84	c lower bound updated to -1257
19.79/19.84	c BCD2: 277 <= obj <= 1492
19.79/19.84	c BCD2: #cores=12, #unrelaxed=1245, #relaxed=289, #hardened=0
19.79/19.84	c BCD2: #sat=1 #unsat=278 bias=278/279
19.79/19.84	c Solving starts ...
19.79/19.84	c ============================[ Search Statistics ]============================
19.79/19.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.79/19.84	c       |         |          |          |    Limit     GC | Var      | Constra 
19.79/19.84	c =============================================================================
19.79/19.84	c  0.0s |       0 |        0 |        0 |    51847      0 |      265 |      276
19.89/19.91	c  0.1s |       0 |       13 |        1 |    51847      0 |      265 |      277
19.89/19.91	c #cpu_time = 0.062s
19.89/19.91	c #wall_clock_time = 0.062s
19.89/19.91	c #decision = 13
19.89/19.91	c #random_decision = 0
19.89/19.91	c #conflict = 1
19.89/19.91	c #restart = 0
19.89/19.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
19.89/19.91	c lower bound updated to -1256
19.89/19.91	c BCD2: 278 <= obj <= 1492
19.89/19.91	c BCD2: #cores=12, #unrelaxed=1244, #relaxed=290, #hardened=0
19.89/19.91	c BCD2: #sat=1 #unsat=279 bias=279/280
19.89/19.91	c Solving starts ...
19.89/19.91	c ============================[ Search Statistics ]============================
19.89/19.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.89/19.91	c       |         |          |          |    Limit     GC | Var      | Constra 
19.89/19.91	c =============================================================================
19.89/19.91	c  0.0s |       0 |        0 |        0 |    51847      0 |      266 |      277
19.89/19.97	c  0.1s |       0 |       13 |        1 |    51847      0 |      266 |      278
19.89/19.97	c #cpu_time = 0.061s
19.89/19.97	c #wall_clock_time = 0.061s
19.89/19.97	c #decision = 13
19.89/19.97	c #random_decision = 0
19.89/19.97	c #conflict = 1
19.89/19.97	c #restart = 0
19.89/19.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
19.89/19.97	c lower bound updated to -1255
19.89/19.97	c BCD2: 279 <= obj <= 1492
19.89/19.97	c BCD2: #cores=12, #unrelaxed=1243, #relaxed=291, #hardened=0
19.89/19.97	c BCD2: #sat=1 #unsat=280 bias=280/281
19.89/19.97	c Solving starts ...
19.89/19.97	c ============================[ Search Statistics ]============================
19.89/19.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.89/19.97	c       |         |          |          |    Limit     GC | Var      | Constra 
19.89/19.97	c =============================================================================
19.89/19.97	c  0.0s |       0 |        0 |        0 |    51847      0 |      267 |      278
19.99/20.03	c  0.1s |       0 |       13 |        1 |    51847      0 |      267 |      279
19.99/20.03	c #cpu_time = 0.062s
19.99/20.03	c #wall_clock_time = 0.062s
19.99/20.03	c #decision = 13
19.99/20.03	c #random_decision = 0
19.99/20.03	c #conflict = 1
19.99/20.03	c #restart = 0
19.99/20.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
19.99/20.03	c lower bound updated to -1254
19.99/20.03	c BCD2: 280 <= obj <= 1492
19.99/20.03	c BCD2: #cores=12, #unrelaxed=1242, #relaxed=292, #hardened=0
19.99/20.03	c BCD2: #sat=1 #unsat=281 bias=281/282
19.99/20.03	c Solving starts ...
19.99/20.03	c ============================[ Search Statistics ]============================
19.99/20.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.99/20.03	c       |         |          |          |    Limit     GC | Var      | Constra 
19.99/20.03	c =============================================================================
19.99/20.03	c  0.0s |       0 |        0 |        0 |    51847      0 |      268 |      279
19.99/20.09	c  0.1s |       0 |       13 |        1 |    51847      0 |      268 |      280
19.99/20.09	c #cpu_time = 0.061s
19.99/20.09	c #wall_clock_time = 0.061s
19.99/20.09	c #decision = 13
19.99/20.09	c #random_decision = 0
19.99/20.09	c #conflict = 1
19.99/20.09	c #restart = 0
19.99/20.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
19.99/20.09	c lower bound updated to -1253
20.09/20.10	c BCD2: 281 <= obj <= 1492
20.09/20.10	c BCD2: #cores=12, #unrelaxed=1241, #relaxed=293, #hardened=0
20.09/20.10	c BCD2: #sat=1 #unsat=282 bias=282/283
20.09/20.10	c Solving starts ...
20.09/20.10	c ============================[ Search Statistics ]============================
20.09/20.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.09/20.10	c       |         |          |          |    Limit     GC | Var      | Constra 
20.09/20.10	c =============================================================================
20.09/20.10	c  0.0s |       0 |        0 |        0 |    51847      0 |      269 |      280
20.09/20.16	c  0.1s |       0 |       13 |        1 |    51847      0 |      269 |      281
20.09/20.16	c #cpu_time = 0.060s
20.09/20.16	c #wall_clock_time = 0.060s
20.09/20.16	c #decision = 13
20.09/20.16	c #random_decision = 0
20.09/20.16	c #conflict = 1
20.09/20.16	c #restart = 0
20.09/20.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
20.09/20.16	c lower bound updated to -1252
20.09/20.16	c BCD2: 282 <= obj <= 1492
20.09/20.16	c BCD2: #cores=12, #unrelaxed=1240, #relaxed=294, #hardened=0
20.09/20.16	c BCD2: #sat=1 #unsat=283 bias=283/284
20.09/20.16	c Solving starts ...
20.09/20.16	c ============================[ Search Statistics ]============================
20.09/20.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.09/20.16	c       |         |          |          |    Limit     GC | Var      | Constra 
20.09/20.16	c =============================================================================
20.09/20.16	c  0.0s |       0 |        0 |        0 |    51847      0 |      270 |      281
20.19/20.22	c  0.1s |       0 |       13 |        1 |    51847      0 |      270 |      282
20.19/20.22	c #cpu_time = 0.061s
20.19/20.22	c #wall_clock_time = 0.061s
20.19/20.22	c #decision = 13
20.19/20.22	c #random_decision = 0
20.19/20.22	c #conflict = 1
20.19/20.22	c #restart = 0
20.19/20.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
20.19/20.22	c lower bound updated to -1251
20.19/20.22	c BCD2: 283 <= obj <= 1492
20.19/20.22	c BCD2: #cores=12, #unrelaxed=1239, #relaxed=295, #hardened=0
20.19/20.22	c BCD2: #sat=1 #unsat=284 bias=284/285
20.19/20.22	c Solving starts ...
20.19/20.22	c ============================[ Search Statistics ]============================
20.19/20.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.19/20.22	c       |         |          |          |    Limit     GC | Var      | Constra 
20.19/20.22	c =============================================================================
20.19/20.22	c  0.0s |       0 |        0 |        0 |    51847      0 |      271 |      282
20.19/20.29	c  0.1s |       0 |       13 |        1 |    51847      0 |      271 |      283
20.19/20.29	c #cpu_time = 0.061s
20.19/20.29	c #wall_clock_time = 0.061s
20.19/20.29	c #decision = 13
20.19/20.29	c #random_decision = 0
20.19/20.29	c #conflict = 1
20.19/20.29	c #restart = 0
20.19/20.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
20.19/20.29	c lower bound updated to -1250
20.19/20.29	c BCD2: 284 <= obj <= 1492
20.19/20.29	c BCD2: #cores=12, #unrelaxed=1238, #relaxed=296, #hardened=0
20.19/20.29	c BCD2: #sat=1 #unsat=285 bias=285/286
20.19/20.29	c Solving starts ...
20.19/20.29	c ============================[ Search Statistics ]============================
20.19/20.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.19/20.29	c       |         |          |          |    Limit     GC | Var      | Constra 
20.19/20.29	c =============================================================================
20.19/20.29	c  0.0s |       0 |        0 |        0 |    51847      0 |      272 |      283
20.29/20.35	c  0.1s |       0 |       13 |        1 |    51847      0 |      272 |      284
20.29/20.35	c #cpu_time = 0.062s
20.29/20.35	c #wall_clock_time = 0.062s
20.29/20.35	c #decision = 13
20.29/20.35	c #random_decision = 0
20.29/20.35	c #conflict = 1
20.29/20.35	c #restart = 0
20.29/20.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
20.29/20.35	c lower bound updated to -1249
20.29/20.35	c BCD2: 285 <= obj <= 1492
20.29/20.35	c BCD2: #cores=12, #unrelaxed=1237, #relaxed=297, #hardened=0
20.29/20.35	c BCD2: #sat=1 #unsat=286 bias=286/287
20.29/20.35	c Solving starts ...
20.29/20.35	c ============================[ Search Statistics ]============================
20.29/20.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.29/20.35	c       |         |          |          |    Limit     GC | Var      | Constra 
20.29/20.35	c =============================================================================
20.29/20.35	c  0.0s |       0 |        0 |        0 |    51847      0 |      273 |      284
20.39/20.41	c  0.1s |       0 |       13 |        1 |    51847      0 |      273 |      285
20.39/20.41	c #cpu_time = 0.062s
20.39/20.41	c #wall_clock_time = 0.062s
20.39/20.41	c #decision = 13
20.39/20.41	c #random_decision = 0
20.39/20.41	c #conflict = 1
20.39/20.41	c #restart = 0
20.39/20.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
20.39/20.41	c lower bound updated to -1248
20.39/20.41	c BCD2: 286 <= obj <= 1492
20.39/20.41	c BCD2: #cores=12, #unrelaxed=1236, #relaxed=298, #hardened=0
20.39/20.41	c BCD2: #sat=1 #unsat=287 bias=287/288
20.39/20.41	c Solving starts ...
20.39/20.41	c ============================[ Search Statistics ]============================
20.39/20.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.39/20.41	c       |         |          |          |    Limit     GC | Var      | Constra 
20.39/20.41	c =============================================================================
20.39/20.41	c  0.0s |       0 |        0 |        0 |    51847      0 |      274 |      285
20.39/20.47	c  0.1s |       0 |       13 |        1 |    51847      0 |      274 |      286
20.39/20.47	c #cpu_time = 0.061s
20.39/20.47	c #wall_clock_time = 0.061s
20.39/20.47	c #decision = 13
20.39/20.47	c #random_decision = 0
20.39/20.47	c #conflict = 1
20.39/20.47	c #restart = 0
20.39/20.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
20.39/20.47	c lower bound updated to -1247
20.39/20.48	c BCD2: 287 <= obj <= 1492
20.39/20.48	c BCD2: #cores=12, #unrelaxed=1235, #relaxed=299, #hardened=0
20.39/20.48	c BCD2: #sat=1 #unsat=288 bias=288/289
20.39/20.48	c Solving starts ...
20.39/20.48	c ============================[ Search Statistics ]============================
20.39/20.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.39/20.48	c       |         |          |          |    Limit     GC | Var      | Constra 
20.39/20.48	c =============================================================================
20.39/20.48	c  0.0s |       0 |        0 |        0 |    51847      0 |      275 |      286
20.49/20.54	c  0.1s |       0 |       13 |        1 |    51847      0 |      275 |      287
20.49/20.54	c #cpu_time = 0.062s
20.49/20.54	c #wall_clock_time = 0.062s
20.49/20.54	c #decision = 13
20.49/20.54	c #random_decision = 0
20.49/20.54	c #conflict = 1
20.49/20.54	c #restart = 0
20.49/20.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
20.49/20.54	c lower bound updated to -1246
20.49/20.54	c BCD2: 288 <= obj <= 1492
20.49/20.54	c BCD2: #cores=12, #unrelaxed=1234, #relaxed=300, #hardened=0
20.49/20.54	c BCD2: #sat=1 #unsat=289 bias=289/290
20.49/20.54	c Solving starts ...
20.49/20.54	c ============================[ Search Statistics ]============================
20.49/20.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.49/20.54	c       |         |          |          |    Limit     GC | Var      | Constra 
20.49/20.54	c =============================================================================
20.49/20.54	c  0.0s |       0 |        0 |        0 |    51847      0 |      276 |      287
20.59/20.60	c  0.1s |       0 |       13 |        1 |    51847      0 |      276 |      288
20.59/20.60	c #cpu_time = 0.062s
20.59/20.60	c #wall_clock_time = 0.062s
20.59/20.60	c #decision = 13
20.59/20.60	c #random_decision = 0
20.59/20.60	c #conflict = 1
20.59/20.60	c #restart = 0
20.59/20.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
20.59/20.60	c lower bound updated to -1245
20.59/20.61	c BCD2: 289 <= obj <= 1492
20.59/20.61	c BCD2: #cores=12, #unrelaxed=1233, #relaxed=301, #hardened=0
20.59/20.61	c BCD2: #sat=1 #unsat=290 bias=290/291
20.59/20.61	c Solving starts ...
20.59/20.61	c ============================[ Search Statistics ]============================
20.59/20.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.59/20.61	c       |         |          |          |    Limit     GC | Var      | Constra 
20.59/20.61	c =============================================================================
20.59/20.61	c  0.0s |       0 |        0 |        0 |    51847      0 |      277 |      288
20.59/20.67	c  0.1s |       0 |       13 |        1 |    51847      0 |      277 |      289
20.59/20.67	c #cpu_time = 0.060s
20.59/20.67	c #wall_clock_time = 0.060s
20.59/20.67	c #decision = 13
20.59/20.67	c #random_decision = 0
20.59/20.67	c #conflict = 1
20.59/20.67	c #restart = 0
20.59/20.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
20.59/20.67	c lower bound updated to -1244
20.59/20.67	c BCD2: 290 <= obj <= 1492
20.59/20.67	c BCD2: #cores=12, #unrelaxed=1232, #relaxed=302, #hardened=0
20.59/20.67	c BCD2: #sat=1 #unsat=291 bias=291/292
20.59/20.67	c Solving starts ...
20.59/20.67	c ============================[ Search Statistics ]============================
20.59/20.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.59/20.67	c       |         |          |          |    Limit     GC | Var      | Constra 
20.59/20.67	c =============================================================================
20.59/20.67	c  0.0s |       0 |        0 |        0 |    51847      0 |      278 |      289
20.69/20.73	c  0.1s |       0 |       13 |        1 |    51847      0 |      278 |      290
20.69/20.73	c #cpu_time = 0.061s
20.69/20.73	c #wall_clock_time = 0.061s
20.69/20.73	c #decision = 13
20.69/20.73	c #random_decision = 0
20.69/20.73	c #conflict = 1
20.69/20.73	c #restart = 0
20.69/20.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
20.69/20.73	c lower bound updated to -1243
20.69/20.73	c BCD2: 291 <= obj <= 1492
20.69/20.73	c BCD2: #cores=12, #unrelaxed=1231, #relaxed=303, #hardened=0
20.69/20.73	c BCD2: #sat=1 #unsat=292 bias=292/293
20.69/20.73	c Solving starts ...
20.69/20.73	c ============================[ Search Statistics ]============================
20.69/20.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.69/20.73	c       |         |          |          |    Limit     GC | Var      | Constra 
20.69/20.73	c =============================================================================
20.69/20.73	c  0.0s |       0 |        0 |        0 |    51847      0 |      279 |      290
20.69/20.79	c  0.1s |       0 |       13 |        1 |    51847      0 |      279 |      291
20.69/20.79	c #cpu_time = 0.061s
20.69/20.79	c #wall_clock_time = 0.061s
20.69/20.79	c #decision = 13
20.69/20.79	c #random_decision = 0
20.69/20.79	c #conflict = 1
20.69/20.79	c #restart = 0
20.69/20.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
20.69/20.79	c lower bound updated to -1242
20.69/20.79	c BCD2: 292 <= obj <= 1492
20.69/20.79	c BCD2: #cores=12, #unrelaxed=1230, #relaxed=304, #hardened=0
20.69/20.79	c BCD2: #sat=1 #unsat=293 bias=293/294
20.69/20.79	c Solving starts ...
20.69/20.79	c ============================[ Search Statistics ]============================
20.69/20.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.69/20.79	c       |         |          |          |    Limit     GC | Var      | Constra 
20.69/20.79	c =============================================================================
20.69/20.79	c  0.0s |       0 |        0 |        0 |    51847      0 |      280 |      291
20.79/20.86	c  0.1s |       0 |       13 |        1 |    51847      0 |      280 |      292
20.79/20.86	c #cpu_time = 0.062s
20.79/20.86	c #wall_clock_time = 0.062s
20.79/20.86	c #decision = 13
20.79/20.86	c #random_decision = 0
20.79/20.86	c #conflict = 1
20.79/20.86	c #restart = 0
20.79/20.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
20.79/20.86	c lower bound updated to -1241
20.79/20.86	c BCD2: 293 <= obj <= 1492
20.79/20.86	c BCD2: #cores=12, #unrelaxed=1229, #relaxed=305, #hardened=0
20.79/20.86	c BCD2: #sat=1 #unsat=294 bias=294/295
20.79/20.86	c Solving starts ...
20.79/20.86	c ============================[ Search Statistics ]============================
20.79/20.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.79/20.86	c       |         |          |          |    Limit     GC | Var      | Constra 
20.79/20.86	c =============================================================================
20.79/20.86	c  0.0s |       0 |        0 |        0 |    51847      0 |      281 |      292
20.89/20.92	c  0.1s |       0 |       13 |        1 |    51847      0 |      281 |      293
20.89/20.92	c #cpu_time = 0.062s
20.89/20.92	c #wall_clock_time = 0.062s
20.89/20.92	c #decision = 13
20.89/20.92	c #random_decision = 0
20.89/20.92	c #conflict = 1
20.89/20.92	c #restart = 0
20.89/20.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
20.89/20.92	c lower bound updated to -1240
20.89/20.92	c BCD2: 294 <= obj <= 1492
20.89/20.92	c BCD2: #cores=12, #unrelaxed=1228, #relaxed=306, #hardened=0
20.89/20.92	c BCD2: #sat=1 #unsat=295 bias=295/296
20.89/20.92	c Solving starts ...
20.89/20.92	c ============================[ Search Statistics ]============================
20.89/20.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.89/20.92	c       |         |          |          |    Limit     GC | Var      | Constra 
20.89/20.92	c =============================================================================
20.89/20.92	c  0.0s |       0 |        0 |        0 |    51847      0 |      282 |      293
20.89/20.98	c  0.1s |       0 |       13 |        1 |    51847      0 |      282 |      294
20.89/20.98	c #cpu_time = 0.061s
20.89/20.98	c #wall_clock_time = 0.061s
20.89/20.98	c #decision = 13
20.89/20.98	c #random_decision = 0
20.89/20.98	c #conflict = 1
20.89/20.98	c #restart = 0
20.89/20.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
20.89/20.98	c lower bound updated to -1239
20.89/20.98	c BCD2: 295 <= obj <= 1492
20.89/20.98	c BCD2: #cores=12, #unrelaxed=1227, #relaxed=307, #hardened=0
20.89/20.98	c BCD2: #sat=1 #unsat=296 bias=296/297
20.89/20.98	c Solving starts ...
20.89/20.98	c ============================[ Search Statistics ]============================
20.89/20.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.89/20.98	c       |         |          |          |    Limit     GC | Var      | Constra 
20.89/20.98	c =============================================================================
20.89/20.98	c  0.0s |       0 |        0 |        0 |    51847      0 |      283 |      294
20.99/21.04	c  0.1s |       0 |       13 |        1 |    51847      0 |      283 |      295
20.99/21.04	c #cpu_time = 0.061s
20.99/21.04	c #wall_clock_time = 0.061s
20.99/21.04	c #decision = 13
20.99/21.04	c #random_decision = 0
20.99/21.04	c #conflict = 1
20.99/21.04	c #restart = 0
20.99/21.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
20.99/21.04	c lower bound updated to -1238
20.99/21.05	c BCD2: 296 <= obj <= 1492
20.99/21.05	c BCD2: #cores=12, #unrelaxed=1226, #relaxed=308, #hardened=0
20.99/21.05	c BCD2: #sat=1 #unsat=297 bias=297/298
20.99/21.05	c Solving starts ...
20.99/21.05	c ============================[ Search Statistics ]============================
20.99/21.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.99/21.05	c       |         |          |          |    Limit     GC | Var      | Constra 
20.99/21.05	c =============================================================================
20.99/21.05	c  0.0s |       0 |        0 |        0 |    51847      0 |      284 |      295
21.09/21.11	c  0.1s |       0 |       13 |        1 |    51847      0 |      284 |      296
21.09/21.11	c #cpu_time = 0.060s
21.09/21.11	c #wall_clock_time = 0.060s
21.09/21.11	c #decision = 13
21.09/21.11	c #random_decision = 0
21.09/21.11	c #conflict = 1
21.09/21.11	c #restart = 0
21.09/21.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
21.09/21.11	c lower bound updated to -1237
21.09/21.11	c BCD2: 297 <= obj <= 1492
21.09/21.11	c BCD2: #cores=12, #unrelaxed=1225, #relaxed=309, #hardened=0
21.09/21.11	c BCD2: #sat=1 #unsat=298 bias=298/299
21.09/21.11	c Solving starts ...
21.09/21.11	c ============================[ Search Statistics ]============================
21.09/21.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.11	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.11	c =============================================================================
21.09/21.11	c  0.0s |       0 |        0 |        0 |    51847      0 |      285 |      296
21.09/21.17	c  0.1s |       0 |       13 |        1 |    51847      0 |      285 |      297
21.09/21.17	c #cpu_time = 0.061s
21.09/21.17	c #wall_clock_time = 0.061s
21.09/21.17	c #decision = 13
21.09/21.17	c #random_decision = 0
21.09/21.17	c #conflict = 1
21.09/21.17	c #restart = 0
21.09/21.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
21.09/21.17	c lower bound updated to -1236
21.09/21.18	c BCD2: 298 <= obj <= 1492
21.09/21.18	c BCD2: #cores=12, #unrelaxed=1224, #relaxed=310, #hardened=0
21.09/21.18	c BCD2: #sat=1 #unsat=299 bias=299/300
21.09/21.18	c Solving starts ...
21.09/21.18	c ============================[ Search Statistics ]============================
21.09/21.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.18	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.18	c =============================================================================
21.09/21.18	c  0.0s |       0 |        0 |        0 |    51847      0 |      286 |      297
21.19/21.24	c  0.1s |       0 |       13 |        1 |    51847      0 |      286 |      298
21.19/21.24	c #cpu_time = 0.062s
21.19/21.24	c #wall_clock_time = 0.062s
21.19/21.24	c #decision = 13
21.19/21.24	c #random_decision = 0
21.19/21.24	c #conflict = 1
21.19/21.24	c #restart = 0
21.19/21.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
21.19/21.24	c lower bound updated to -1235
21.19/21.24	c BCD2: 299 <= obj <= 1492
21.19/21.24	c BCD2: #cores=12, #unrelaxed=1223, #relaxed=311, #hardened=0
21.19/21.24	c BCD2: #sat=1 #unsat=300 bias=300/301
21.19/21.24	c Solving starts ...
21.19/21.24	c ============================[ Search Statistics ]============================
21.19/21.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.24	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.24	c =============================================================================
21.19/21.24	c  0.0s |       0 |        0 |        0 |    51847      0 |      287 |      298
21.29/21.30	c  0.1s |       0 |       13 |        1 |    51847      0 |      287 |      299
21.29/21.30	c #cpu_time = 0.062s
21.29/21.30	c #wall_clock_time = 0.062s
21.29/21.30	c #decision = 13
21.29/21.30	c #random_decision = 0
21.29/21.30	c #conflict = 1
21.29/21.30	c #restart = 0
21.29/21.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
21.29/21.30	c lower bound updated to -1234
21.29/21.30	c BCD2: 300 <= obj <= 1492
21.29/21.30	c BCD2: #cores=12, #unrelaxed=1222, #relaxed=312, #hardened=0
21.29/21.30	c BCD2: #sat=1 #unsat=301 bias=301/302
21.29/21.30	c Solving starts ...
21.29/21.30	c ============================[ Search Statistics ]============================
21.29/21.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.29/21.30	c       |         |          |          |    Limit     GC | Var      | Constra 
21.29/21.30	c =============================================================================
21.29/21.30	c  0.0s |       0 |        0 |        0 |    51847      0 |      288 |      299
21.29/21.36	c  0.1s |       0 |       13 |        0 |    51847      0 |      288 |      300
21.29/21.36	c #cpu_time = 0.062s
21.29/21.36	c #wall_clock_time = 0.062s
21.29/21.36	c #decision = 13
21.29/21.36	c #random_decision = 0
21.29/21.36	c #conflict = 0
21.29/21.36	c #restart = 0
21.29/21.36	c BCD2: found a new core of size 2: cost of the new core is >=1
21.29/21.36	c lower bound updated to -1233
21.29/21.38	c BCD2: 301 <= obj <= 1492
21.29/21.38	c BCD2: #cores=13, #unrelaxed=1220, #relaxed=314, #hardened=0
21.29/21.38	c BCD2: #sat=1 #unsat=302 bias=302/303
21.29/21.38	c Solving starts ...
21.29/21.38	c ============================[ Search Statistics ]============================
21.29/21.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.29/21.38	c       |         |          |          |    Limit     GC | Var      | Constra 
21.29/21.38	c =============================================================================
21.29/21.38	c  0.0s |       0 |        0 |        0 |    51847      0 |      288 |      301
21.39/21.44	c  0.1s |       0 |       14 |        1 |    51847      0 |      288 |      301
21.39/21.44	c #cpu_time = 0.059s
21.39/21.44	c #wall_clock_time = 0.059s
21.39/21.44	c #decision = 14
21.39/21.44	c #random_decision = 0
21.39/21.44	c #conflict = 1
21.39/21.44	c #restart = 0
21.39/21.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
21.39/21.44	c lower bound updated to -1232
21.39/21.44	c BCD2: 302 <= obj <= 1492
21.39/21.44	c BCD2: #cores=13, #unrelaxed=1219, #relaxed=315, #hardened=0
21.39/21.44	c BCD2: #sat=1 #unsat=303 bias=303/304
21.39/21.44	c Solving starts ...
21.39/21.44	c ============================[ Search Statistics ]============================
21.39/21.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.39/21.44	c       |         |          |          |    Limit     GC | Var      | Constra 
21.39/21.44	c =============================================================================
21.39/21.44	c  0.0s |       0 |        0 |        0 |    51847      0 |      289 |      301
21.48/21.50	c  0.1s |       0 |       14 |        1 |    51847      0 |      289 |      302
21.48/21.50	c #cpu_time = 0.061s
21.48/21.50	c #wall_clock_time = 0.061s
21.48/21.50	c #decision = 14
21.48/21.50	c #random_decision = 0
21.48/21.50	c #conflict = 1
21.48/21.50	c #restart = 0
21.48/21.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
21.48/21.50	c lower bound updated to -1231
21.48/21.50	c BCD2: 303 <= obj <= 1492
21.48/21.50	c BCD2: #cores=13, #unrelaxed=1218, #relaxed=316, #hardened=0
21.48/21.50	c BCD2: #sat=1 #unsat=304 bias=304/305
21.48/21.50	c Solving starts ...
21.48/21.50	c ============================[ Search Statistics ]============================
21.48/21.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.48/21.50	c       |         |          |          |    Limit     GC | Var      | Constra 
21.48/21.50	c =============================================================================
21.48/21.50	c  0.0s |       0 |        0 |        0 |    51847      0 |      290 |      302
21.48/21.56	c  0.1s |       0 |       14 |        1 |    51847      0 |      290 |      303
21.48/21.56	c #cpu_time = 0.061s
21.48/21.56	c #wall_clock_time = 0.061s
21.48/21.56	c #decision = 14
21.48/21.56	c #random_decision = 0
21.48/21.56	c #conflict = 1
21.48/21.56	c #restart = 0
21.48/21.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
21.48/21.56	c lower bound updated to -1230
21.48/21.57	c BCD2: 304 <= obj <= 1492
21.48/21.57	c BCD2: #cores=13, #unrelaxed=1217, #relaxed=317, #hardened=0
21.48/21.57	c BCD2: #sat=1 #unsat=305 bias=305/306
21.48/21.57	c Solving starts ...
21.48/21.57	c ============================[ Search Statistics ]============================
21.48/21.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.48/21.57	c       |         |          |          |    Limit     GC | Var      | Constra 
21.48/21.57	c =============================================================================
21.48/21.57	c  0.0s |       0 |        0 |        0 |    51847      0 |      291 |      303
21.58/21.63	c  0.1s |       0 |       14 |        1 |    51847      0 |      291 |      304
21.58/21.63	c #cpu_time = 0.060s
21.58/21.63	c #wall_clock_time = 0.060s
21.58/21.63	c #decision = 14
21.58/21.63	c #random_decision = 0
21.58/21.63	c #conflict = 1
21.58/21.63	c #restart = 0
21.58/21.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
21.58/21.63	c lower bound updated to -1229
21.58/21.63	c BCD2: 305 <= obj <= 1492
21.58/21.63	c BCD2: #cores=13, #unrelaxed=1216, #relaxed=318, #hardened=0
21.58/21.63	c BCD2: #sat=1 #unsat=306 bias=306/307
21.58/21.63	c Solving starts ...
21.58/21.63	c ============================[ Search Statistics ]============================
21.58/21.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.58/21.63	c       |         |          |          |    Limit     GC | Var      | Constra 
21.58/21.63	c =============================================================================
21.58/21.63	c  0.0s |       0 |        0 |        0 |    51847      0 |      292 |      304
21.58/21.69	c  0.1s |       0 |       14 |        1 |    51847      0 |      292 |      305
21.58/21.69	c #cpu_time = 0.062s
21.58/21.69	c #wall_clock_time = 0.062s
21.58/21.69	c #decision = 14
21.58/21.69	c #random_decision = 0
21.58/21.69	c #conflict = 1
21.58/21.69	c #restart = 0
21.58/21.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
21.58/21.69	c lower bound updated to -1228
21.58/21.69	c BCD2: 306 <= obj <= 1492
21.58/21.69	c BCD2: #cores=13, #unrelaxed=1215, #relaxed=319, #hardened=0
21.58/21.69	c BCD2: #sat=1 #unsat=307 bias=307/308
21.58/21.69	c Solving starts ...
21.58/21.69	c ============================[ Search Statistics ]============================
21.58/21.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.58/21.69	c       |         |          |          |    Limit     GC | Var      | Constra 
21.58/21.69	c =============================================================================
21.58/21.69	c  0.0s |       0 |        0 |        0 |    51847      0 |      293 |      305
21.68/21.75	c  0.1s |       0 |       14 |        1 |    51847      0 |      293 |      306
21.68/21.75	c #cpu_time = 0.062s
21.68/21.75	c #wall_clock_time = 0.062s
21.68/21.75	c #decision = 14
21.68/21.75	c #random_decision = 0
21.68/21.75	c #conflict = 1
21.68/21.75	c #restart = 0
21.68/21.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
21.68/21.75	c lower bound updated to -1227
21.68/21.75	c BCD2: 307 <= obj <= 1492
21.68/21.75	c BCD2: #cores=13, #unrelaxed=1214, #relaxed=320, #hardened=0
21.68/21.75	c BCD2: #sat=1 #unsat=308 bias=308/309
21.68/21.75	c Solving starts ...
21.68/21.75	c ============================[ Search Statistics ]============================
21.68/21.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.68/21.75	c       |         |          |          |    Limit     GC | Var      | Constra 
21.68/21.75	c =============================================================================
21.68/21.75	c  0.0s |       0 |        0 |        0 |    51847      0 |      294 |      306
21.78/21.82	c  0.1s |       0 |       14 |        1 |    51847      0 |      294 |      307
21.78/21.82	c #cpu_time = 0.063s
21.78/21.82	c #wall_clock_time = 0.063s
21.78/21.82	c #decision = 14
21.78/21.82	c #random_decision = 0
21.78/21.82	c #conflict = 1
21.78/21.82	c #restart = 0
21.78/21.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
21.78/21.82	c lower bound updated to -1226
21.78/21.82	c BCD2: 308 <= obj <= 1492
21.78/21.82	c BCD2: #cores=13, #unrelaxed=1213, #relaxed=321, #hardened=0
21.78/21.82	c BCD2: #sat=1 #unsat=309 bias=309/310
21.78/21.82	c Solving starts ...
21.78/21.82	c ============================[ Search Statistics ]============================
21.78/21.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.78/21.82	c       |         |          |          |    Limit     GC | Var      | Constra 
21.78/21.82	c =============================================================================
21.78/21.82	c  0.0s |       0 |        0 |        0 |    51847      0 |      295 |      307
21.78/21.88	c  0.1s |       0 |       14 |        1 |    51847      0 |      295 |      308
21.78/21.88	c #cpu_time = 0.062s
21.78/21.88	c #wall_clock_time = 0.062s
21.78/21.88	c #decision = 14
21.78/21.88	c #random_decision = 0
21.78/21.88	c #conflict = 1
21.78/21.88	c #restart = 0
21.78/21.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
21.78/21.88	c lower bound updated to -1225
21.78/21.88	c BCD2: 309 <= obj <= 1492
21.78/21.88	c BCD2: #cores=13, #unrelaxed=1212, #relaxed=322, #hardened=0
21.78/21.88	c BCD2: #sat=1 #unsat=310 bias=310/311
21.78/21.88	c Solving starts ...
21.78/21.88	c ============================[ Search Statistics ]============================
21.78/21.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.78/21.88	c       |         |          |          |    Limit     GC | Var      | Constra 
21.78/21.88	c =============================================================================
21.78/21.88	c  0.0s |       0 |        0 |        0 |    51847      0 |      296 |      308
21.88/21.94	c  0.1s |       0 |       14 |        1 |    51847      0 |      296 |      309
21.88/21.94	c #cpu_time = 0.061s
21.88/21.94	c #wall_clock_time = 0.061s
21.88/21.94	c #decision = 14
21.88/21.94	c #random_decision = 0
21.88/21.94	c #conflict = 1
21.88/21.94	c #restart = 0
21.88/21.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
21.88/21.94	c lower bound updated to -1224
21.88/21.94	c BCD2: 310 <= obj <= 1492
21.88/21.94	c BCD2: #cores=13, #unrelaxed=1211, #relaxed=323, #hardened=0
21.88/21.94	c BCD2: #sat=1 #unsat=311 bias=311/312
21.88/21.94	c Solving starts ...
21.88/21.94	c ============================[ Search Statistics ]============================
21.88/21.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.88/21.94	c       |         |          |          |    Limit     GC | Var      | Constra 
21.88/21.94	c =============================================================================
21.88/21.94	c  0.0s |       0 |        0 |        0 |    51847      0 |      297 |      309
21.99/22.01	c  0.1s |       0 |       14 |        1 |    51847      0 |      297 |      310
21.99/22.01	c #cpu_time = 0.061s
21.99/22.01	c #wall_clock_time = 0.061s
21.99/22.01	c #decision = 14
21.99/22.01	c #random_decision = 0
21.99/22.01	c #conflict = 1
21.99/22.01	c #restart = 0
21.99/22.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
21.99/22.01	c lower bound updated to -1223
21.99/22.01	c BCD2: 311 <= obj <= 1492
21.99/22.01	c BCD2: #cores=13, #unrelaxed=1210, #relaxed=324, #hardened=0
21.99/22.01	c BCD2: #sat=1 #unsat=312 bias=312/313
21.99/22.01	c Solving starts ...
21.99/22.01	c ============================[ Search Statistics ]============================
21.99/22.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.99/22.01	c       |         |          |          |    Limit     GC | Var      | Constra 
21.99/22.01	c =============================================================================
21.99/22.01	c  0.0s |       0 |        0 |        0 |    51847      0 |      298 |      310
21.99/22.07	c  0.1s |       0 |       14 |        1 |    51847      0 |      298 |      311
21.99/22.07	c #cpu_time = 0.061s
21.99/22.07	c #wall_clock_time = 0.061s
21.99/22.07	c #decision = 14
21.99/22.07	c #random_decision = 0
21.99/22.07	c #conflict = 1
21.99/22.07	c #restart = 0
21.99/22.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
21.99/22.07	c lower bound updated to -1222
21.99/22.08	c BCD2: 312 <= obj <= 1492
21.99/22.08	c BCD2: #cores=13, #unrelaxed=1209, #relaxed=325, #hardened=0
21.99/22.08	c BCD2: #sat=1 #unsat=313 bias=313/314
21.99/22.08	c Solving starts ...
21.99/22.08	c ============================[ Search Statistics ]============================
21.99/22.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.99/22.08	c       |         |          |          |    Limit     GC | Var      | Constra 
21.99/22.08	c =============================================================================
21.99/22.08	c  0.0s |       0 |        0 |        0 |    51847      0 |      299 |      311
22.09/22.14	c  0.1s |       0 |       14 |        1 |    51847      0 |      299 |      312
22.09/22.14	c #cpu_time = 0.060s
22.09/22.14	c #wall_clock_time = 0.060s
22.09/22.14	c #decision = 14
22.09/22.14	c #random_decision = 0
22.09/22.14	c #conflict = 1
22.09/22.14	c #restart = 0
22.09/22.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
22.09/22.14	c lower bound updated to -1221
22.09/22.14	c BCD2: 313 <= obj <= 1492
22.09/22.14	c BCD2: #cores=13, #unrelaxed=1208, #relaxed=326, #hardened=0
22.09/22.14	c BCD2: #sat=1 #unsat=314 bias=314/315
22.09/22.14	c Solving starts ...
22.09/22.14	c ============================[ Search Statistics ]============================
22.09/22.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.09/22.14	c       |         |          |          |    Limit     GC | Var      | Constra 
22.09/22.14	c =============================================================================
22.09/22.14	c  0.0s |       0 |        0 |        0 |    51847      0 |      300 |      312
22.18/22.20	c  0.1s |       0 |       14 |        1 |    51847      0 |      300 |      313
22.18/22.20	c #cpu_time = 0.061s
22.18/22.20	c #wall_clock_time = 0.061s
22.18/22.20	c #decision = 14
22.18/22.20	c #random_decision = 0
22.18/22.20	c #conflict = 1
22.18/22.20	c #restart = 0
22.18/22.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
22.18/22.20	c lower bound updated to -1220
22.18/22.20	c BCD2: 314 <= obj <= 1492
22.18/22.20	c BCD2: #cores=13, #unrelaxed=1207, #relaxed=327, #hardened=0
22.18/22.20	c BCD2: #sat=1 #unsat=315 bias=315/316
22.18/22.20	c Solving starts ...
22.18/22.20	c ============================[ Search Statistics ]============================
22.18/22.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.18/22.20	c       |         |          |          |    Limit     GC | Var      | Constra 
22.18/22.20	c =============================================================================
22.18/22.20	c  0.0s |       0 |        0 |        0 |    51847      0 |      301 |      313
22.18/22.26	c  0.1s |       0 |       14 |        1 |    51847      0 |      301 |      314
22.18/22.26	c #cpu_time = 0.061s
22.18/22.26	c #wall_clock_time = 0.061s
22.18/22.26	c #decision = 14
22.18/22.26	c #random_decision = 0
22.18/22.26	c #conflict = 1
22.18/22.26	c #restart = 0
22.18/22.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
22.18/22.26	c lower bound updated to -1219
22.18/22.26	c BCD2: 315 <= obj <= 1492
22.18/22.26	c BCD2: #cores=13, #unrelaxed=1206, #relaxed=328, #hardened=0
22.18/22.26	c BCD2: #sat=1 #unsat=316 bias=316/317
22.18/22.26	c Solving starts ...
22.18/22.26	c ============================[ Search Statistics ]============================
22.18/22.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.18/22.26	c       |         |          |          |    Limit     GC | Var      | Constra 
22.18/22.26	c =============================================================================
22.18/22.26	c  0.0s |       0 |        0 |        0 |    51847      0 |      302 |      314
22.28/22.32	c  0.1s |       0 |       14 |        1 |    51847      0 |      302 |      315
22.28/22.32	c #cpu_time = 0.062s
22.28/22.32	c #wall_clock_time = 0.062s
22.28/22.32	c #decision = 14
22.28/22.32	c #random_decision = 0
22.28/22.32	c #conflict = 1
22.28/22.32	c #restart = 0
22.28/22.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
22.28/22.32	c lower bound updated to -1218
22.28/22.32	c BCD2: 316 <= obj <= 1492
22.28/22.32	c BCD2: #cores=13, #unrelaxed=1205, #relaxed=329, #hardened=0
22.28/22.32	c BCD2: #sat=1 #unsat=317 bias=317/318
22.28/22.32	c Solving starts ...
22.28/22.32	c ============================[ Search Statistics ]============================
22.28/22.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.28/22.32	c       |         |          |          |    Limit     GC | Var      | Constra 
22.28/22.32	c =============================================================================
22.28/22.32	c  0.0s |       0 |        0 |        0 |    51847      0 |      303 |      315
22.28/22.39	c  0.1s |       0 |       14 |        1 |    51847      0 |      303 |      316
22.28/22.39	c #cpu_time = 0.062s
22.28/22.39	c #wall_clock_time = 0.062s
22.28/22.39	c #decision = 14
22.28/22.39	c #random_decision = 0
22.28/22.39	c #conflict = 1
22.28/22.39	c #restart = 0
22.28/22.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
22.28/22.39	c lower bound updated to -1217
22.28/22.39	c BCD2: 317 <= obj <= 1492
22.28/22.39	c BCD2: #cores=13, #unrelaxed=1204, #relaxed=330, #hardened=0
22.28/22.39	c BCD2: #sat=1 #unsat=318 bias=318/319
22.28/22.39	c Solving starts ...
22.28/22.39	c ============================[ Search Statistics ]============================
22.28/22.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.28/22.39	c       |         |          |          |    Limit     GC | Var      | Constra 
22.28/22.39	c =============================================================================
22.28/22.39	c  0.0s |       0 |        0 |        0 |    51847      0 |      304 |      316
22.38/22.45	c  0.1s |       0 |       14 |        1 |    51847      0 |      304 |      317
22.38/22.45	c #cpu_time = 0.061s
22.38/22.45	c #wall_clock_time = 0.061s
22.38/22.45	c #decision = 14
22.38/22.45	c #random_decision = 0
22.38/22.45	c #conflict = 1
22.38/22.45	c #restart = 0
22.38/22.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
22.38/22.45	c lower bound updated to -1216
22.38/22.45	c BCD2: 318 <= obj <= 1492
22.38/22.45	c BCD2: #cores=13, #unrelaxed=1203, #relaxed=331, #hardened=0
22.38/22.45	c BCD2: #sat=1 #unsat=319 bias=319/320
22.38/22.45	c Solving starts ...
22.38/22.45	c ============================[ Search Statistics ]============================
22.38/22.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.38/22.45	c       |         |          |          |    Limit     GC | Var      | Constra 
22.38/22.45	c =============================================================================
22.38/22.45	c  0.0s |       0 |        0 |        0 |    51847      0 |      305 |      317
22.48/22.51	c  0.1s |       0 |       14 |        1 |    51847      0 |      305 |      318
22.48/22.51	c #cpu_time = 0.061s
22.48/22.51	c #wall_clock_time = 0.062s
22.48/22.51	c #decision = 14
22.48/22.51	c #random_decision = 0
22.48/22.51	c #conflict = 1
22.48/22.51	c #restart = 0
22.48/22.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
22.48/22.51	c lower bound updated to -1215
22.48/22.51	c BCD2: 319 <= obj <= 1492
22.48/22.51	c BCD2: #cores=13, #unrelaxed=1202, #relaxed=332, #hardened=0
22.48/22.51	c BCD2: #sat=1 #unsat=320 bias=320/321
22.48/22.51	c Solving starts ...
22.48/22.51	c ============================[ Search Statistics ]============================
22.48/22.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.48/22.51	c       |         |          |          |    Limit     GC | Var      | Constra 
22.48/22.51	c =============================================================================
22.48/22.51	c  0.0s |       0 |        0 |        0 |    51847      0 |      306 |      318
22.48/22.57	c  0.1s |       0 |       14 |        1 |    51847      0 |      306 |      319
22.48/22.57	c #cpu_time = 0.061s
22.48/22.57	c #wall_clock_time = 0.061s
22.48/22.57	c #decision = 14
22.48/22.57	c #random_decision = 0
22.48/22.57	c #conflict = 1
22.48/22.57	c #restart = 0
22.48/22.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
22.48/22.57	c lower bound updated to -1214
22.48/22.58	c BCD2: 320 <= obj <= 1492
22.48/22.58	c BCD2: #cores=13, #unrelaxed=1201, #relaxed=333, #hardened=0
22.48/22.58	c BCD2: #sat=1 #unsat=321 bias=321/322
22.48/22.58	c Solving starts ...
22.48/22.58	c ============================[ Search Statistics ]============================
22.48/22.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.48/22.58	c       |         |          |          |    Limit     GC | Var      | Constra 
22.48/22.58	c =============================================================================
22.48/22.58	c  0.0s |       0 |        0 |        0 |    51847      0 |      307 |      319
22.58/22.64	c  0.1s |       0 |       14 |        1 |    51847      0 |      307 |      320
22.58/22.64	c #cpu_time = 0.060s
22.58/22.64	c #wall_clock_time = 0.060s
22.58/22.64	c #decision = 14
22.58/22.64	c #random_decision = 0
22.58/22.64	c #conflict = 1
22.58/22.64	c #restart = 0
22.58/22.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
22.58/22.64	c lower bound updated to -1213
22.58/22.64	c BCD2: 321 <= obj <= 1492
22.58/22.64	c BCD2: #cores=13, #unrelaxed=1200, #relaxed=334, #hardened=0
22.58/22.64	c BCD2: #sat=1 #unsat=322 bias=322/323
22.58/22.64	c Solving starts ...
22.58/22.64	c ============================[ Search Statistics ]============================
22.58/22.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.58/22.64	c       |         |          |          |    Limit     GC | Var      | Constra 
22.58/22.64	c =============================================================================
22.58/22.64	c  0.0s |       0 |        0 |        0 |    51847      0 |      308 |      320
22.68/22.71	c  0.1s |       0 |       14 |        1 |    51847      0 |      308 |      321
22.68/22.71	c #cpu_time = 0.062s
22.68/22.71	c #wall_clock_time = 0.062s
22.68/22.71	c #decision = 14
22.68/22.71	c #random_decision = 0
22.68/22.71	c #conflict = 1
22.68/22.71	c #restart = 0
22.68/22.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
22.68/22.71	c lower bound updated to -1212
22.68/22.71	c BCD2: 322 <= obj <= 1492
22.68/22.71	c BCD2: #cores=13, #unrelaxed=1199, #relaxed=335, #hardened=0
22.68/22.71	c BCD2: #sat=1 #unsat=323 bias=323/324
22.68/22.71	c Solving starts ...
22.68/22.71	c ============================[ Search Statistics ]============================
22.68/22.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.68/22.71	c       |         |          |          |    Limit     GC | Var      | Constra 
22.68/22.71	c =============================================================================
22.68/22.71	c  0.0s |       0 |        0 |        0 |    51847      0 |      309 |      321
22.68/22.77	c  0.1s |       0 |       14 |        1 |    51847      0 |      309 |      322
22.68/22.77	c #cpu_time = 0.061s
22.68/22.77	c #wall_clock_time = 0.061s
22.68/22.77	c #decision = 14
22.68/22.77	c #random_decision = 0
22.68/22.77	c #conflict = 1
22.68/22.77	c #restart = 0
22.68/22.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
22.68/22.77	c lower bound updated to -1211
22.68/22.77	c BCD2: 323 <= obj <= 1492
22.68/22.77	c BCD2: #cores=13, #unrelaxed=1198, #relaxed=336, #hardened=0
22.68/22.77	c BCD2: #sat=1 #unsat=324 bias=324/325
22.68/22.77	c Solving starts ...
22.68/22.77	c ============================[ Search Statistics ]============================
22.68/22.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.68/22.77	c       |         |          |          |    Limit     GC | Var      | Constra 
22.68/22.77	c =============================================================================
22.68/22.77	c  0.0s |       0 |        0 |        0 |    51847      0 |      310 |      322
22.78/22.83	c  0.1s |       0 |       14 |        1 |    51847      0 |      310 |      323
22.78/22.83	c #cpu_time = 0.062s
22.78/22.83	c #wall_clock_time = 0.062s
22.78/22.83	c #decision = 14
22.78/22.83	c #random_decision = 0
22.78/22.83	c #conflict = 1
22.78/22.83	c #restart = 0
22.78/22.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
22.78/22.83	c lower bound updated to -1210
22.78/22.83	c BCD2: 324 <= obj <= 1492
22.78/22.83	c BCD2: #cores=13, #unrelaxed=1197, #relaxed=337, #hardened=0
22.78/22.83	c BCD2: #sat=1 #unsat=325 bias=325/326
22.78/22.83	c Solving starts ...
22.78/22.83	c ============================[ Search Statistics ]============================
22.78/22.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.78/22.83	c       |         |          |          |    Limit     GC | Var      | Constra 
22.78/22.83	c =============================================================================
22.78/22.83	c  0.0s |       0 |        0 |        0 |    51847      0 |      311 |      323
22.78/22.90	c  0.1s |       0 |       14 |        1 |    51847      0 |      311 |      324
22.78/22.90	c #cpu_time = 0.063s
22.78/22.90	c #wall_clock_time = 0.063s
22.78/22.90	c #decision = 14
22.78/22.90	c #random_decision = 0
22.78/22.90	c #conflict = 1
22.78/22.90	c #restart = 0
22.78/22.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
22.78/22.90	c lower bound updated to -1209
22.88/22.90	c BCD2: 325 <= obj <= 1492
22.88/22.90	c BCD2: #cores=13, #unrelaxed=1196, #relaxed=338, #hardened=0
22.88/22.90	c BCD2: #sat=1 #unsat=326 bias=326/327
22.88/22.90	c Solving starts ...
22.88/22.90	c ============================[ Search Statistics ]============================
22.88/22.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.88/22.90	c       |         |          |          |    Limit     GC | Var      | Constra 
22.88/22.90	c =============================================================================
22.88/22.90	c  0.0s |       0 |        0 |        0 |    51847      0 |      312 |      324
22.88/22.96	c  0.1s |       0 |       14 |        0 |    51847      0 |      312 |      325
22.88/22.96	c #cpu_time = 0.062s
22.88/22.96	c #wall_clock_time = 0.062s
22.88/22.96	c #decision = 14
22.88/22.96	c #random_decision = 0
22.88/22.96	c #conflict = 0
22.88/22.96	c #restart = 0
22.88/22.96	c BCD2: found a new core of size 2: cost of the new core is >=1
22.88/22.96	c lower bound updated to -1208
22.88/22.97	c BCD2: 326 <= obj <= 1492
22.88/22.97	c BCD2: #cores=14, #unrelaxed=1194, #relaxed=340, #hardened=0
22.88/22.97	c BCD2: #sat=1 #unsat=327 bias=327/328
22.88/22.97	c Solving starts ...
22.88/22.97	c ============================[ Search Statistics ]============================
22.88/22.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.88/22.97	c       |         |          |          |    Limit     GC | Var      | Constra 
22.88/22.97	c =============================================================================
22.88/22.97	c  0.0s |       0 |        0 |        0 |    51847      0 |      312 |      326
22.98/23.03	c  0.1s |       0 |       15 |        1 |    51847      0 |      312 |      326
22.98/23.03	c #cpu_time = 0.059s
22.98/23.03	c #wall_clock_time = 0.059s
22.98/23.03	c #decision = 15
22.98/23.03	c #random_decision = 0
22.98/23.03	c #conflict = 1
22.98/23.03	c #restart = 0
22.98/23.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
22.98/23.03	c lower bound updated to -1207
22.98/23.03	c BCD2: 327 <= obj <= 1492
22.98/23.03	c BCD2: #cores=14, #unrelaxed=1193, #relaxed=341, #hardened=0
22.98/23.03	c BCD2: #sat=1 #unsat=328 bias=328/329
22.98/23.03	c Solving starts ...
22.98/23.03	c ============================[ Search Statistics ]============================
22.98/23.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.98/23.03	c       |         |          |          |    Limit     GC | Var      | Constra 
22.98/23.03	c =============================================================================
22.98/23.03	c  0.0s |       0 |        0 |        0 |    51847      0 |      313 |      326
22.98/23.09	c  0.1s |       0 |       15 |        1 |    51847      0 |      313 |      327
22.98/23.09	c #cpu_time = 0.062s
22.98/23.09	c #wall_clock_time = 0.062s
22.98/23.09	c #decision = 15
22.98/23.09	c #random_decision = 0
22.98/23.09	c #conflict = 1
22.98/23.09	c #restart = 0
22.98/23.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
22.98/23.09	c lower bound updated to -1206
22.98/23.10	c BCD2: 328 <= obj <= 1492
22.98/23.10	c BCD2: #cores=14, #unrelaxed=1192, #relaxed=342, #hardened=0
22.98/23.10	c BCD2: #sat=1 #unsat=329 bias=329/330
22.98/23.10	c Solving starts ...
22.98/23.10	c ============================[ Search Statistics ]============================
22.98/23.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.98/23.10	c       |         |          |          |    Limit     GC | Var      | Constra 
22.98/23.10	c =============================================================================
22.98/23.10	c  0.0s |       0 |        0 |        0 |    51847      0 |      314 |      327
23.09/23.16	c  0.1s |       0 |       15 |        1 |    51847      0 |      314 |      328
23.09/23.16	c #cpu_time = 0.060s
23.09/23.16	c #wall_clock_time = 0.060s
23.09/23.16	c #decision = 15
23.09/23.16	c #random_decision = 0
23.09/23.16	c #conflict = 1
23.09/23.16	c #restart = 0
23.09/23.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
23.09/23.16	c lower bound updated to -1205
23.09/23.16	c BCD2: 329 <= obj <= 1492
23.09/23.16	c BCD2: #cores=14, #unrelaxed=1191, #relaxed=343, #hardened=0
23.09/23.16	c BCD2: #sat=1 #unsat=330 bias=330/331
23.09/23.16	c Solving starts ...
23.09/23.16	c ============================[ Search Statistics ]============================
23.09/23.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.09/23.16	c       |         |          |          |    Limit     GC | Var      | Constra 
23.09/23.16	c =============================================================================
23.09/23.16	c  0.0s |       0 |        0 |        0 |    51847      0 |      315 |      328
23.19/23.22	c  0.1s |       0 |       15 |        1 |    51847      0 |      315 |      329
23.19/23.22	c #cpu_time = 0.061s
23.19/23.22	c #wall_clock_time = 0.061s
23.19/23.22	c #decision = 15
23.19/23.22	c #random_decision = 0
23.19/23.22	c #conflict = 1
23.19/23.22	c #restart = 0
23.19/23.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
23.19/23.22	c lower bound updated to -1204
23.19/23.23	c BCD2: 330 <= obj <= 1492
23.19/23.23	c BCD2: #cores=14, #unrelaxed=1190, #relaxed=344, #hardened=0
23.19/23.23	c BCD2: #sat=1 #unsat=331 bias=331/332
23.19/23.23	c Solving starts ...
23.19/23.23	c ============================[ Search Statistics ]============================
23.19/23.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.19/23.23	c       |         |          |          |    Limit     GC | Var      | Constra 
23.19/23.23	c =============================================================================
23.19/23.23	c  0.0s |       0 |        0 |        0 |    51847      0 |      316 |      329
23.19/23.29	c  0.1s |       0 |       15 |        1 |    51847      0 |      316 |      330
23.19/23.29	c #cpu_time = 0.061s
23.19/23.29	c #wall_clock_time = 0.061s
23.19/23.29	c #decision = 15
23.19/23.29	c #random_decision = 0
23.19/23.29	c #conflict = 1
23.19/23.29	c #restart = 0
23.19/23.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
23.19/23.29	c lower bound updated to -1203
23.19/23.29	c BCD2: 331 <= obj <= 1492
23.19/23.29	c BCD2: #cores=14, #unrelaxed=1189, #relaxed=345, #hardened=0
23.19/23.29	c BCD2: #sat=1 #unsat=332 bias=332/333
23.19/23.29	c Solving starts ...
23.19/23.29	c ============================[ Search Statistics ]============================
23.19/23.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.19/23.29	c       |         |          |          |    Limit     GC | Var      | Constra 
23.19/23.29	c =============================================================================
23.19/23.29	c  0.0s |       0 |        0 |        0 |    51847      0 |      317 |      330
23.28/23.35	c  0.1s |       0 |       15 |        1 |    51847      0 |      317 |      331
23.28/23.35	c #cpu_time = 0.062s
23.28/23.35	c #wall_clock_time = 0.062s
23.28/23.35	c #decision = 15
23.28/23.35	c #random_decision = 0
23.28/23.35	c #conflict = 1
23.28/23.35	c #restart = 0
23.28/23.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
23.28/23.35	c lower bound updated to -1202
23.28/23.35	c BCD2: 332 <= obj <= 1492
23.28/23.35	c BCD2: #cores=14, #unrelaxed=1188, #relaxed=346, #hardened=0
23.28/23.35	c BCD2: #sat=1 #unsat=333 bias=333/334
23.28/23.35	c Solving starts ...
23.28/23.35	c ============================[ Search Statistics ]============================
23.28/23.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.28/23.35	c       |         |          |          |    Limit     GC | Var      | Constra 
23.28/23.35	c =============================================================================
23.28/23.35	c  0.0s |       0 |        0 |        0 |    51847      0 |      318 |      331
23.38/23.41	c  0.1s |       0 |       15 |        1 |    51847      0 |      318 |      332
23.38/23.41	c #cpu_time = 0.062s
23.38/23.41	c #wall_clock_time = 0.062s
23.38/23.41	c #decision = 15
23.38/23.41	c #random_decision = 0
23.38/23.41	c #conflict = 1
23.38/23.41	c #restart = 0
23.38/23.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
23.38/23.41	c lower bound updated to -1201
23.38/23.41	c BCD2: 333 <= obj <= 1492
23.38/23.41	c BCD2: #cores=14, #unrelaxed=1187, #relaxed=347, #hardened=0
23.38/23.41	c BCD2: #sat=1 #unsat=334 bias=334/335
23.38/23.41	c Solving starts ...
23.38/23.41	c ============================[ Search Statistics ]============================
23.38/23.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.38/23.41	c       |         |          |          |    Limit     GC | Var      | Constra 
23.38/23.41	c =============================================================================
23.38/23.41	c  0.0s |       0 |        0 |        0 |    51847      0 |      319 |      332
23.38/23.48	c  0.1s |       0 |       15 |        1 |    51847      0 |      319 |      333
23.38/23.48	c #cpu_time = 0.061s
23.38/23.48	c #wall_clock_time = 0.061s
23.38/23.48	c #decision = 15
23.38/23.48	c #random_decision = 0
23.38/23.48	c #conflict = 1
23.38/23.48	c #restart = 0
23.38/23.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
23.38/23.48	c lower bound updated to -1200
23.38/23.48	c BCD2: 334 <= obj <= 1492
23.38/23.48	c BCD2: #cores=14, #unrelaxed=1186, #relaxed=348, #hardened=0
23.38/23.48	c BCD2: #sat=1 #unsat=335 bias=335/336
23.38/23.48	c Solving starts ...
23.38/23.48	c ============================[ Search Statistics ]============================
23.38/23.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.38/23.48	c       |         |          |          |    Limit     GC | Var      | Constra 
23.38/23.48	c =============================================================================
23.38/23.48	c  0.0s |       0 |        0 |        0 |    51847      0 |      320 |      333
23.48/23.54	c  0.1s |       0 |       15 |        1 |    51847      0 |      320 |      334
23.48/23.54	c #cpu_time = 0.061s
23.48/23.54	c #wall_clock_time = 0.061s
23.48/23.54	c #decision = 15
23.48/23.54	c #random_decision = 0
23.48/23.54	c #conflict = 1
23.48/23.54	c #restart = 0
23.48/23.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
23.48/23.54	c lower bound updated to -1199
23.48/23.54	c BCD2: 335 <= obj <= 1492
23.48/23.54	c BCD2: #cores=14, #unrelaxed=1185, #relaxed=349, #hardened=0
23.48/23.54	c BCD2: #sat=1 #unsat=336 bias=336/337
23.48/23.54	c Solving starts ...
23.48/23.54	c ============================[ Search Statistics ]============================
23.48/23.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.48/23.54	c       |         |          |          |    Limit     GC | Var      | Constra 
23.48/23.54	c =============================================================================
23.48/23.55	c  0.0s |       0 |        0 |        0 |    51847      0 |      321 |      334
23.58/23.61	c  0.1s |       0 |       15 |        1 |    51847      0 |      321 |      335
23.58/23.61	c #cpu_time = 0.060s
23.58/23.61	c #wall_clock_time = 0.060s
23.58/23.61	c #decision = 15
23.58/23.61	c #random_decision = 0
23.58/23.61	c #conflict = 1
23.58/23.61	c #restart = 0
23.58/23.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
23.58/23.61	c lower bound updated to -1198
23.58/23.61	c BCD2: 336 <= obj <= 1492
23.58/23.61	c BCD2: #cores=14, #unrelaxed=1184, #relaxed=350, #hardened=0
23.58/23.61	c BCD2: #sat=1 #unsat=337 bias=337/338
23.58/23.61	c Solving starts ...
23.58/23.61	c ============================[ Search Statistics ]============================
23.58/23.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.58/23.61	c       |         |          |          |    Limit     GC | Var      | Constra 
23.58/23.61	c =============================================================================
23.58/23.61	c  0.0s |       0 |        0 |        0 |    51847      0 |      322 |      335
23.58/23.67	c  0.1s |       0 |       15 |        1 |    51847      0 |      322 |      336
23.58/23.67	c #cpu_time = 0.061s
23.58/23.67	c #wall_clock_time = 0.061s
23.58/23.67	c #decision = 15
23.58/23.67	c #random_decision = 0
23.58/23.67	c #conflict = 1
23.58/23.67	c #restart = 0
23.58/23.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
23.58/23.67	c lower bound updated to -1197
23.58/23.67	c BCD2: 337 <= obj <= 1492
23.58/23.67	c BCD2: #cores=14, #unrelaxed=1183, #relaxed=351, #hardened=0
23.58/23.67	c BCD2: #sat=1 #unsat=338 bias=338/339
23.58/23.67	c Solving starts ...
23.58/23.67	c ============================[ Search Statistics ]============================
23.58/23.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.58/23.67	c       |         |          |          |    Limit     GC | Var      | Constra 
23.58/23.67	c =============================================================================
23.58/23.67	c  0.0s |       0 |        0 |        0 |    51847      0 |      323 |      336
23.68/23.73	c  0.1s |       0 |       15 |        1 |    51847      0 |      323 |      337
23.68/23.73	c #cpu_time = 0.061s
23.68/23.73	c #wall_clock_time = 0.061s
23.68/23.73	c #decision = 15
23.68/23.73	c #random_decision = 0
23.68/23.73	c #conflict = 1
23.68/23.73	c #restart = 0
23.68/23.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
23.68/23.73	c lower bound updated to -1196
23.68/23.73	c BCD2: 338 <= obj <= 1492
23.68/23.73	c BCD2: #cores=14, #unrelaxed=1182, #relaxed=352, #hardened=0
23.68/23.73	c BCD2: #sat=1 #unsat=339 bias=339/340
23.68/23.73	c Solving starts ...
23.68/23.73	c ============================[ Search Statistics ]============================
23.68/23.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.68/23.73	c       |         |          |          |    Limit     GC | Var      | Constra 
23.68/23.73	c =============================================================================
23.68/23.73	c  0.0s |       0 |        0 |        0 |    51847      0 |      324 |      337
23.68/23.79	c  0.1s |       0 |       15 |        1 |    51847      0 |      324 |      338
23.68/23.79	c #cpu_time = 0.062s
23.68/23.79	c #wall_clock_time = 0.062s
23.68/23.79	c #decision = 15
23.68/23.79	c #random_decision = 0
23.68/23.79	c #conflict = 1
23.68/23.79	c #restart = 0
23.68/23.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
23.68/23.79	c lower bound updated to -1195
23.68/23.79	c BCD2: 339 <= obj <= 1492
23.68/23.79	c BCD2: #cores=14, #unrelaxed=1181, #relaxed=353, #hardened=0
23.68/23.79	c BCD2: #sat=1 #unsat=340 bias=340/341
23.68/23.79	c Solving starts ...
23.68/23.79	c ============================[ Search Statistics ]============================
23.68/23.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.68/23.79	c       |         |          |          |    Limit     GC | Var      | Constra 
23.68/23.79	c =============================================================================
23.68/23.80	c  0.0s |       0 |        0 |        0 |    51847      0 |      325 |      338
23.78/23.86	c  0.1s |       0 |       15 |        1 |    51847      0 |      325 |      339
23.78/23.86	c #cpu_time = 0.062s
23.78/23.86	c #wall_clock_time = 0.062s
23.78/23.86	c #decision = 15
23.78/23.86	c #random_decision = 0
23.78/23.86	c #conflict = 1
23.78/23.86	c #restart = 0
23.78/23.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
23.78/23.86	c lower bound updated to -1194
23.78/23.86	c BCD2: 340 <= obj <= 1492
23.78/23.86	c BCD2: #cores=14, #unrelaxed=1180, #relaxed=354, #hardened=0
23.78/23.86	c BCD2: #sat=1 #unsat=341 bias=341/342
23.78/23.86	c Solving starts ...
23.78/23.86	c ============================[ Search Statistics ]============================
23.78/23.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.78/23.86	c       |         |          |          |    Limit     GC | Var      | Constra 
23.78/23.86	c =============================================================================
23.78/23.86	c  0.0s |       0 |        0 |        0 |    51847      0 |      326 |      339
23.88/23.92	c  0.1s |       0 |       15 |        1 |    51847      0 |      326 |      340
23.88/23.92	c #cpu_time = 0.061s
23.88/23.92	c #wall_clock_time = 0.061s
23.88/23.92	c #decision = 15
23.88/23.92	c #random_decision = 0
23.88/23.92	c #conflict = 1
23.88/23.92	c #restart = 0
23.88/23.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
23.88/23.92	c lower bound updated to -1193
23.88/23.92	c BCD2: 341 <= obj <= 1492
23.88/23.92	c BCD2: #cores=14, #unrelaxed=1179, #relaxed=355, #hardened=0
23.88/23.92	c BCD2: #sat=1 #unsat=342 bias=342/343
23.88/23.92	c Solving starts ...
23.88/23.92	c ============================[ Search Statistics ]============================
23.88/23.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.88/23.92	c       |         |          |          |    Limit     GC | Var      | Constra 
23.88/23.92	c =============================================================================
23.88/23.92	c  0.0s |       0 |        0 |        0 |    51847      0 |      327 |      340
23.88/23.98	c  0.1s |       0 |       15 |        1 |    51847      0 |      327 |      341
23.88/23.98	c #cpu_time = 0.062s
23.88/23.98	c #wall_clock_time = 0.062s
23.88/23.98	c #decision = 15
23.88/23.98	c #random_decision = 0
23.88/23.98	c #conflict = 1
23.88/23.98	c #restart = 0
23.88/23.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
23.88/23.98	c lower bound updated to -1192
23.88/23.98	c BCD2: 342 <= obj <= 1492
23.88/23.98	c BCD2: #cores=14, #unrelaxed=1178, #relaxed=356, #hardened=0
23.88/23.98	c BCD2: #sat=1 #unsat=343 bias=343/344
23.88/23.98	c Solving starts ...
23.88/23.98	c ============================[ Search Statistics ]============================
23.88/23.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.88/23.98	c       |         |          |          |    Limit     GC | Var      | Constra 
23.88/23.98	c =============================================================================
23.88/23.98	c  0.0s |       0 |        0 |        0 |    51847      0 |      328 |      341
23.98/24.05	c  0.1s |       0 |       15 |        1 |    51847      0 |      328 |      342
23.98/24.05	c #cpu_time = 0.062s
23.98/24.05	c #wall_clock_time = 0.062s
23.98/24.05	c #decision = 15
23.98/24.05	c #random_decision = 0
23.98/24.05	c #conflict = 1
23.98/24.05	c #restart = 0
23.98/24.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
23.98/24.05	c lower bound updated to -1191
23.98/24.05	c BCD2: 343 <= obj <= 1492
23.98/24.05	c BCD2: #cores=14, #unrelaxed=1177, #relaxed=357, #hardened=0
23.98/24.05	c BCD2: #sat=1 #unsat=344 bias=344/345
23.98/24.05	c Solving starts ...
23.98/24.05	c ============================[ Search Statistics ]============================
23.98/24.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.98/24.05	c       |         |          |          |    Limit     GC | Var      | Constra 
23.98/24.05	c =============================================================================
23.98/24.05	c  0.0s |       0 |        0 |        0 |    51847      0 |      329 |      342
24.08/24.11	c  0.1s |       0 |       15 |        1 |    51847      0 |      329 |      343
24.08/24.11	c #cpu_time = 0.060s
24.08/24.11	c #wall_clock_time = 0.060s
24.08/24.11	c #decision = 15
24.08/24.11	c #random_decision = 0
24.08/24.11	c #conflict = 1
24.08/24.11	c #restart = 0
24.08/24.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
24.08/24.11	c lower bound updated to -1190
24.08/24.12	c BCD2: 344 <= obj <= 1492
24.08/24.12	c BCD2: #cores=14, #unrelaxed=1176, #relaxed=358, #hardened=0
24.08/24.12	c BCD2: #sat=1 #unsat=345 bias=345/346
24.08/24.12	c Solving starts ...
24.08/24.12	c ============================[ Search Statistics ]============================
24.08/24.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.08/24.12	c       |         |          |          |    Limit     GC | Var      | Constra 
24.08/24.12	c =============================================================================
24.08/24.12	c  0.0s |       0 |        0 |        0 |    51847      0 |      330 |      343
24.08/24.18	c  0.1s |       0 |       15 |        1 |    51847      0 |      330 |      344
24.08/24.18	c #cpu_time = 0.062s
24.08/24.18	c #wall_clock_time = 0.062s
24.08/24.18	c #decision = 15
24.08/24.18	c #random_decision = 0
24.08/24.18	c #conflict = 1
24.08/24.18	c #restart = 0
24.08/24.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
24.08/24.18	c lower bound updated to -1189
24.08/24.18	c BCD2: 345 <= obj <= 1492
24.08/24.18	c BCD2: #cores=14, #unrelaxed=1175, #relaxed=359, #hardened=0
24.08/24.18	c BCD2: #sat=1 #unsat=346 bias=346/347
24.08/24.18	c Solving starts ...
24.08/24.18	c ============================[ Search Statistics ]============================
24.08/24.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.08/24.18	c       |         |          |          |    Limit     GC | Var      | Constra 
24.08/24.18	c =============================================================================
24.08/24.18	c  0.0s |       0 |        0 |        0 |    51847      0 |      331 |      344
24.19/24.24	c  0.1s |       0 |       15 |        1 |    51847      0 |      331 |      345
24.19/24.24	c #cpu_time = 0.061s
24.19/24.24	c #wall_clock_time = 0.061s
24.19/24.24	c #decision = 15
24.19/24.24	c #random_decision = 0
24.19/24.24	c #conflict = 1
24.19/24.24	c #restart = 0
24.19/24.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
24.19/24.24	c lower bound updated to -1188
24.19/24.24	c BCD2: 346 <= obj <= 1492
24.19/24.24	c BCD2: #cores=14, #unrelaxed=1174, #relaxed=360, #hardened=0
24.19/24.24	c BCD2: #sat=1 #unsat=347 bias=347/348
24.19/24.24	c Solving starts ...
24.19/24.24	c ============================[ Search Statistics ]============================
24.19/24.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.19/24.24	c       |         |          |          |    Limit     GC | Var      | Constra 
24.19/24.24	c =============================================================================
24.19/24.24	c  0.0s |       0 |        0 |        0 |    51847      0 |      332 |      345
24.19/24.30	c  0.1s |       0 |       15 |        1 |    51847      0 |      332 |      346
24.19/24.30	c #cpu_time = 0.062s
24.19/24.30	c #wall_clock_time = 0.062s
24.19/24.30	c #decision = 15
24.19/24.30	c #random_decision = 0
24.19/24.30	c #conflict = 1
24.19/24.30	c #restart = 0
24.19/24.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
24.29/24.30	c lower bound updated to -1187
24.29/24.30	c BCD2: 347 <= obj <= 1492
24.29/24.30	c BCD2: #cores=14, #unrelaxed=1173, #relaxed=361, #hardened=0
24.29/24.30	c BCD2: #sat=1 #unsat=348 bias=348/349
24.29/24.30	c Solving starts ...
24.29/24.30	c ============================[ Search Statistics ]============================
24.29/24.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.29/24.30	c       |         |          |          |    Limit     GC | Var      | Constra 
24.29/24.30	c =============================================================================
24.29/24.30	c  0.0s |       0 |        0 |        0 |    51847      0 |      333 |      346
24.29/24.37	c  0.1s |       0 |       15 |        1 |    51847      0 |      333 |      347
24.29/24.37	c #cpu_time = 0.062s
24.29/24.37	c #wall_clock_time = 0.062s
24.29/24.37	c #decision = 15
24.29/24.37	c #random_decision = 0
24.29/24.37	c #conflict = 1
24.29/24.37	c #restart = 0
24.29/24.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
24.29/24.37	c lower bound updated to -1186
24.29/24.37	c BCD2: 348 <= obj <= 1492
24.29/24.37	c BCD2: #cores=14, #unrelaxed=1172, #relaxed=362, #hardened=0
24.29/24.37	c BCD2: #sat=1 #unsat=349 bias=349/350
24.29/24.37	c Solving starts ...
24.29/24.37	c ============================[ Search Statistics ]============================
24.29/24.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.29/24.37	c       |         |          |          |    Limit     GC | Var      | Constra 
24.29/24.37	c =============================================================================
24.29/24.37	c  0.0s |       0 |        0 |        0 |    51847      0 |      334 |      347
24.38/24.43	c  0.1s |       0 |       15 |        1 |    51847      0 |      334 |      348
24.38/24.43	c #cpu_time = 0.061s
24.38/24.43	c #wall_clock_time = 0.061s
24.38/24.43	c #decision = 15
24.38/24.43	c #random_decision = 0
24.38/24.43	c #conflict = 1
24.38/24.43	c #restart = 0
24.38/24.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
24.38/24.43	c lower bound updated to -1185
24.38/24.43	c BCD2: 349 <= obj <= 1492
24.38/24.43	c BCD2: #cores=14, #unrelaxed=1171, #relaxed=363, #hardened=0
24.38/24.43	c BCD2: #sat=1 #unsat=350 bias=350/351
24.38/24.43	c Solving starts ...
24.38/24.43	c ============================[ Search Statistics ]============================
24.38/24.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.38/24.43	c       |         |          |          |    Limit     GC | Var      | Constra 
24.38/24.43	c =============================================================================
24.38/24.43	c  0.0s |       0 |        0 |        0 |    51847      0 |      335 |      348
24.38/24.49	c  0.1s |       0 |       15 |        1 |    51847      0 |      335 |      349
24.38/24.49	c #cpu_time = 0.061s
24.38/24.49	c #wall_clock_time = 0.061s
24.38/24.49	c #decision = 15
24.38/24.49	c #random_decision = 0
24.38/24.49	c #conflict = 1
24.38/24.49	c #restart = 0
24.38/24.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
24.38/24.49	c lower bound updated to -1184
24.38/24.49	c BCD2: 350 <= obj <= 1492
24.38/24.49	c BCD2: #cores=14, #unrelaxed=1170, #relaxed=364, #hardened=0
24.38/24.49	c BCD2: #sat=1 #unsat=351 bias=351/352
24.38/24.49	c Solving starts ...
24.38/24.49	c ============================[ Search Statistics ]============================
24.38/24.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.38/24.49	c       |         |          |          |    Limit     GC | Var      | Constra 
24.38/24.49	c =============================================================================
24.38/24.49	c  0.0s |       0 |        0 |        0 |    51847      0 |      336 |      349
24.48/24.55	c  0.1s |       0 |       15 |        0 |    51847      0 |      336 |      350
24.48/24.55	c #cpu_time = 0.061s
24.48/24.55	c #wall_clock_time = 0.061s
24.48/24.55	c #decision = 15
24.48/24.55	c #random_decision = 0
24.48/24.55	c #conflict = 0
24.48/24.55	c #restart = 0
24.48/24.55	c BCD2: found a new core of size 2: cost of the new core is >=1
24.48/24.55	c lower bound updated to -1183
24.48/24.57	c BCD2: 351 <= obj <= 1492
24.48/24.57	c BCD2: #cores=15, #unrelaxed=1168, #relaxed=366, #hardened=0
24.48/24.57	c BCD2: #sat=1 #unsat=352 bias=352/353
24.48/24.57	c Solving starts ...
24.48/24.57	c ============================[ Search Statistics ]============================
24.48/24.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.48/24.57	c       |         |          |          |    Limit     GC | Var      | Constra 
24.48/24.57	c =============================================================================
24.48/24.57	c  0.0s |       0 |        0 |        0 |    51847      0 |      336 |      351
24.58/24.63	c  0.1s |       0 |       16 |        1 |    51847      0 |      336 |      351
24.58/24.63	c #cpu_time = 0.060s
24.58/24.63	c #wall_clock_time = 0.060s
24.58/24.63	c #decision = 16
24.58/24.63	c #random_decision = 0
24.58/24.63	c #conflict = 1
24.58/24.63	c #restart = 0
24.58/24.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
24.58/24.63	c lower bound updated to -1182
24.58/24.63	c BCD2: 352 <= obj <= 1492
24.58/24.63	c BCD2: #cores=15, #unrelaxed=1167, #relaxed=367, #hardened=0
24.58/24.63	c BCD2: #sat=1 #unsat=353 bias=353/354
24.58/24.63	c Solving starts ...
24.58/24.63	c ============================[ Search Statistics ]============================
24.58/24.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.58/24.63	c       |         |          |          |    Limit     GC | Var      | Constra 
24.58/24.63	c =============================================================================
24.58/24.63	c  0.0s |       0 |        0 |        0 |    51847      0 |      337 |      351
24.58/24.69	c  0.1s |       0 |       16 |        1 |    51847      0 |      337 |      352
24.58/24.69	c #cpu_time = 0.061s
24.58/24.69	c #wall_clock_time = 0.061s
24.58/24.69	c #decision = 16
24.58/24.69	c #random_decision = 0
24.58/24.69	c #conflict = 1
24.58/24.69	c #restart = 0
24.58/24.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
24.58/24.69	c lower bound updated to -1181
24.58/24.69	c BCD2: 353 <= obj <= 1492
24.58/24.69	c BCD2: #cores=15, #unrelaxed=1166, #relaxed=368, #hardened=0
24.58/24.69	c BCD2: #sat=1 #unsat=354 bias=354/355
24.58/24.69	c Solving starts ...
24.58/24.69	c ============================[ Search Statistics ]============================
24.58/24.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.58/24.69	c       |         |          |          |    Limit     GC | Var      | Constra 
24.58/24.69	c =============================================================================
24.58/24.69	c  0.0s |       0 |        0 |        0 |    51847      0 |      338 |      352
24.68/24.75	c  0.1s |       0 |       16 |        1 |    51847      0 |      338 |      353
24.68/24.75	c #cpu_time = 0.061s
24.68/24.75	c #wall_clock_time = 0.061s
24.68/24.75	c #decision = 16
24.68/24.75	c #random_decision = 0
24.68/24.75	c #conflict = 1
24.68/24.75	c #restart = 0
24.68/24.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
24.68/24.75	c lower bound updated to -1180
24.68/24.75	c BCD2: 354 <= obj <= 1492
24.68/24.75	c BCD2: #cores=15, #unrelaxed=1165, #relaxed=369, #hardened=0
24.68/24.75	c BCD2: #sat=1 #unsat=355 bias=355/356
24.68/24.75	c Solving starts ...
24.68/24.75	c ============================[ Search Statistics ]============================
24.68/24.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.68/24.75	c       |         |          |          |    Limit     GC | Var      | Constra 
24.68/24.75	c =============================================================================
24.68/24.75	c  0.0s |       0 |        0 |        0 |    51847      0 |      339 |      353
24.78/24.82	c  0.1s |       0 |       16 |        1 |    51847      0 |      339 |      354
24.78/24.82	c #cpu_time = 0.062s
24.78/24.82	c #wall_clock_time = 0.062s
24.78/24.82	c #decision = 16
24.78/24.82	c #random_decision = 0
24.78/24.82	c #conflict = 1
24.78/24.82	c #restart = 0
24.78/24.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
24.78/24.82	c lower bound updated to -1179
24.78/24.82	c BCD2: 355 <= obj <= 1492
24.78/24.82	c BCD2: #cores=15, #unrelaxed=1164, #relaxed=370, #hardened=0
24.78/24.82	c BCD2: #sat=1 #unsat=356 bias=356/357
24.78/24.82	c Solving starts ...
24.78/24.82	c ============================[ Search Statistics ]============================
24.78/24.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.78/24.82	c       |         |          |          |    Limit     GC | Var      | Constra 
24.78/24.82	c =============================================================================
24.78/24.82	c  0.0s |       0 |        0 |        0 |    51847      0 |      340 |      354
24.78/24.88	c  0.1s |       0 |       16 |        1 |    51847      0 |      340 |      355
24.78/24.88	c #cpu_time = 0.062s
24.78/24.88	c #wall_clock_time = 0.062s
24.78/24.88	c #decision = 16
24.78/24.88	c #random_decision = 0
24.78/24.88	c #conflict = 1
24.78/24.88	c #restart = 0
24.78/24.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
24.78/24.88	c lower bound updated to -1178
24.78/24.88	c BCD2: 356 <= obj <= 1492
24.78/24.88	c BCD2: #cores=15, #unrelaxed=1163, #relaxed=371, #hardened=0
24.78/24.88	c BCD2: #sat=1 #unsat=357 bias=357/358
24.78/24.88	c Solving starts ...
24.78/24.88	c ============================[ Search Statistics ]============================
24.78/24.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.78/24.88	c       |         |          |          |    Limit     GC | Var      | Constra 
24.78/24.88	c =============================================================================
24.78/24.88	c  0.0s |       0 |        0 |        0 |    51847      0 |      341 |      355
24.88/24.94	c  0.1s |       0 |       16 |        1 |    51847      0 |      341 |      356
24.88/24.94	c #cpu_time = 0.061s
24.88/24.94	c #wall_clock_time = 0.061s
24.88/24.94	c #decision = 16
24.88/24.94	c #random_decision = 0
24.88/24.94	c #conflict = 1
24.88/24.94	c #restart = 0
24.88/24.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
24.88/24.94	c lower bound updated to -1177
24.88/24.94	c BCD2: 357 <= obj <= 1492
24.88/24.94	c BCD2: #cores=15, #unrelaxed=1162, #relaxed=372, #hardened=0
24.88/24.94	c BCD2: #sat=1 #unsat=358 bias=358/359
24.88/24.94	c Solving starts ...
24.88/24.94	c ============================[ Search Statistics ]============================
24.88/24.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.88/24.94	c       |         |          |          |    Limit     GC | Var      | Constra 
24.88/24.94	c =============================================================================
24.88/24.94	c  0.0s |       0 |        0 |        0 |    51847      0 |      342 |      356
24.98/25.00	c  0.1s |       0 |       16 |        1 |    51847      0 |      342 |      357
24.98/25.00	c #cpu_time = 0.061s
24.98/25.00	c #wall_clock_time = 0.061s
24.98/25.00	c #decision = 16
24.98/25.00	c #random_decision = 0
24.98/25.00	c #conflict = 1
24.98/25.00	c #restart = 0
24.98/25.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
24.98/25.00	c lower bound updated to -1176
24.98/25.00	c BCD2: 358 <= obj <= 1492
24.98/25.00	c BCD2: #cores=15, #unrelaxed=1161, #relaxed=373, #hardened=0
24.98/25.00	c BCD2: #sat=1 #unsat=359 bias=359/360
24.98/25.01	c Solving starts ...
24.98/25.01	c ============================[ Search Statistics ]============================
24.98/25.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.98/25.01	c       |         |          |          |    Limit     GC | Var      | Constra 
24.98/25.01	c =============================================================================
24.98/25.01	c  0.0s |       0 |        0 |        0 |    51847      0 |      343 |      357
24.98/25.07	c  0.1s |       0 |       16 |        1 |    51847      0 |      343 |      358
24.98/25.07	c #cpu_time = 0.061s
24.98/25.07	c #wall_clock_time = 0.061s
24.98/25.07	c #decision = 16
24.98/25.07	c #random_decision = 0
24.98/25.07	c #conflict = 1
24.98/25.07	c #restart = 0
24.98/25.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
24.98/25.07	c lower bound updated to -1175
24.98/25.07	c BCD2: 359 <= obj <= 1492
24.98/25.07	c BCD2: #cores=15, #unrelaxed=1160, #relaxed=374, #hardened=0
24.98/25.07	c BCD2: #sat=1 #unsat=360 bias=360/361
24.98/25.07	c Solving starts ...
24.98/25.07	c ============================[ Search Statistics ]============================
24.98/25.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.98/25.07	c       |         |          |          |    Limit     GC | Var      | Constra 
24.98/25.07	c =============================================================================
24.98/25.07	c  0.0s |       0 |        0 |        0 |    51847      0 |      344 |      358
25.08/25.13	c  0.1s |       0 |       16 |        1 |    51847      0 |      344 |      359
25.08/25.13	c #cpu_time = 0.060s
25.08/25.13	c #wall_clock_time = 0.060s
25.08/25.13	c #decision = 16
25.08/25.13	c #random_decision = 0
25.08/25.13	c #conflict = 1
25.08/25.13	c #restart = 0
25.08/25.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
25.08/25.13	c lower bound updated to -1174
25.08/25.14	c BCD2: 360 <= obj <= 1492
25.08/25.14	c BCD2: #cores=15, #unrelaxed=1159, #relaxed=375, #hardened=0
25.08/25.14	c BCD2: #sat=1 #unsat=361 bias=361/362
25.08/25.14	c Solving starts ...
25.08/25.14	c ============================[ Search Statistics ]============================
25.08/25.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.08/25.14	c       |         |          |          |    Limit     GC | Var      | Constra 
25.08/25.14	c =============================================================================
25.08/25.14	c  0.0s |       0 |        0 |        0 |    51847      0 |      345 |      359
25.18/25.20	c  0.1s |       0 |       16 |        1 |    51847      0 |      345 |      360
25.18/25.20	c #cpu_time = 0.062s
25.18/25.20	c #wall_clock_time = 0.062s
25.18/25.20	c #decision = 16
25.18/25.20	c #random_decision = 0
25.18/25.20	c #conflict = 1
25.18/25.20	c #restart = 0
25.18/25.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
25.18/25.20	c lower bound updated to -1173
25.18/25.20	c BCD2: 361 <= obj <= 1492
25.18/25.20	c BCD2: #cores=15, #unrelaxed=1158, #relaxed=376, #hardened=0
25.18/25.20	c BCD2: #sat=1 #unsat=362 bias=362/363
25.18/25.20	c Solving starts ...
25.18/25.20	c ============================[ Search Statistics ]============================
25.18/25.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.18/25.20	c       |         |          |          |    Limit     GC | Var      | Constra 
25.18/25.20	c =============================================================================
25.18/25.20	c  0.0s |       0 |        0 |        0 |    51847      0 |      346 |      360
25.18/25.26	c  0.1s |       0 |       16 |        1 |    51847      0 |      346 |      361
25.18/25.26	c #cpu_time = 0.062s
25.18/25.26	c #wall_clock_time = 0.062s
25.18/25.26	c #decision = 16
25.18/25.26	c #random_decision = 0
25.18/25.26	c #conflict = 1
25.18/25.26	c #restart = 0
25.18/25.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
25.18/25.26	c lower bound updated to -1172
25.18/25.26	c BCD2: 362 <= obj <= 1492
25.18/25.26	c BCD2: #cores=15, #unrelaxed=1157, #relaxed=377, #hardened=0
25.18/25.26	c BCD2: #sat=1 #unsat=363 bias=363/364
25.18/25.26	c Solving starts ...
25.18/25.26	c ============================[ Search Statistics ]============================
25.18/25.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.18/25.26	c       |         |          |          |    Limit     GC | Var      | Constra 
25.18/25.26	c =============================================================================
25.18/25.26	c  0.0s |       0 |        0 |        0 |    51847      0 |      347 |      361
25.29/25.32	c  0.1s |       0 |       16 |        1 |    51847      0 |      347 |      362
25.29/25.32	c #cpu_time = 0.063s
25.29/25.32	c #wall_clock_time = 0.063s
25.29/25.32	c #decision = 16
25.29/25.32	c #random_decision = 0
25.29/25.32	c #conflict = 1
25.29/25.32	c #restart = 0
25.29/25.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
25.29/25.32	c lower bound updated to -1171
25.29/25.32	c BCD2: 363 <= obj <= 1492
25.29/25.32	c BCD2: #cores=15, #unrelaxed=1156, #relaxed=378, #hardened=0
25.29/25.32	c BCD2: #sat=1 #unsat=364 bias=364/365
25.29/25.32	c Solving starts ...
25.29/25.32	c ============================[ Search Statistics ]============================
25.29/25.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.29/25.32	c       |         |          |          |    Limit     GC | Var      | Constra 
25.29/25.32	c =============================================================================
25.29/25.32	c  0.0s |       0 |        0 |        0 |    51847      0 |      348 |      362
25.29/25.39	c  0.1s |       0 |       16 |        1 |    51847      0 |      348 |      363
25.29/25.39	c #cpu_time = 0.062s
25.29/25.39	c #wall_clock_time = 0.062s
25.29/25.39	c #decision = 16
25.29/25.39	c #random_decision = 0
25.29/25.39	c #conflict = 1
25.29/25.39	c #restart = 0
25.29/25.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
25.29/25.39	c lower bound updated to -1170
25.29/25.39	c BCD2: 364 <= obj <= 1492
25.29/25.39	c BCD2: #cores=15, #unrelaxed=1155, #relaxed=379, #hardened=0
25.29/25.39	c BCD2: #sat=1 #unsat=365 bias=365/366
25.29/25.39	c Solving starts ...
25.29/25.39	c ============================[ Search Statistics ]============================
25.29/25.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.29/25.39	c       |         |          |          |    Limit     GC | Var      | Constra 
25.29/25.39	c =============================================================================
25.29/25.39	c  0.0s |       0 |        0 |        0 |    51847      0 |      349 |      363
25.39/25.45	c  0.1s |       0 |       16 |        1 |    51847      0 |      349 |      364
25.39/25.45	c #cpu_time = 0.061s
25.39/25.45	c #wall_clock_time = 0.061s
25.39/25.45	c #decision = 16
25.39/25.45	c #random_decision = 0
25.39/25.45	c #conflict = 1
25.39/25.45	c #restart = 0
25.39/25.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
25.39/25.45	c lower bound updated to -1169
25.39/25.45	c BCD2: 365 <= obj <= 1492
25.39/25.45	c BCD2: #cores=15, #unrelaxed=1154, #relaxed=380, #hardened=0
25.39/25.45	c BCD2: #sat=1 #unsat=366 bias=366/367
25.39/25.45	c Solving starts ...
25.39/25.45	c ============================[ Search Statistics ]============================
25.39/25.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.39/25.45	c       |         |          |          |    Limit     GC | Var      | Constra 
25.39/25.45	c =============================================================================
25.39/25.45	c  0.0s |       0 |        0 |        0 |    51847      0 |      350 |      364
25.48/25.51	c  0.1s |       0 |       16 |        1 |    51847      0 |      350 |      365
25.48/25.51	c #cpu_time = 0.062s
25.48/25.51	c #wall_clock_time = 0.062s
25.48/25.51	c #decision = 16
25.48/25.51	c #random_decision = 0
25.48/25.51	c #conflict = 1
25.48/25.51	c #restart = 0
25.48/25.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
25.48/25.51	c lower bound updated to -1168
25.48/25.51	c BCD2: 366 <= obj <= 1492
25.48/25.51	c BCD2: #cores=15, #unrelaxed=1153, #relaxed=381, #hardened=0
25.48/25.51	c BCD2: #sat=1 #unsat=367 bias=367/368
25.48/25.51	c Solving starts ...
25.48/25.51	c ============================[ Search Statistics ]============================
25.48/25.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.48/25.51	c       |         |          |          |    Limit     GC | Var      | Constra 
25.48/25.51	c =============================================================================
25.48/25.51	c  0.0s |       0 |        0 |        0 |    51847      0 |      351 |      365
25.48/25.57	c  0.1s |       0 |       16 |        1 |    51847      0 |      351 |      366
25.48/25.57	c #cpu_time = 0.061s
25.48/25.57	c #wall_clock_time = 0.061s
25.48/25.57	c #decision = 16
25.48/25.57	c #random_decision = 0
25.48/25.57	c #conflict = 1
25.48/25.57	c #restart = 0
25.48/25.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
25.48/25.57	c lower bound updated to -1167
25.48/25.58	c BCD2: 367 <= obj <= 1492
25.48/25.58	c BCD2: #cores=15, #unrelaxed=1152, #relaxed=382, #hardened=0
25.48/25.58	c BCD2: #sat=1 #unsat=368 bias=368/369
25.48/25.58	c Solving starts ...
25.48/25.58	c ============================[ Search Statistics ]============================
25.48/25.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.48/25.58	c       |         |          |          |    Limit     GC | Var      | Constra 
25.48/25.58	c =============================================================================
25.48/25.58	c  0.0s |       0 |        0 |        0 |    51847      0 |      352 |      366
25.58/25.64	c  0.1s |       0 |       16 |        1 |    51847      0 |      352 |      367
25.58/25.64	c #cpu_time = 0.060s
25.58/25.64	c #wall_clock_time = 0.060s
25.58/25.64	c #decision = 16
25.58/25.64	c #random_decision = 0
25.58/25.64	c #conflict = 1
25.58/25.64	c #restart = 0
25.58/25.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
25.58/25.64	c lower bound updated to -1166
25.58/25.64	c BCD2: 368 <= obj <= 1492
25.58/25.64	c BCD2: #cores=15, #unrelaxed=1151, #relaxed=383, #hardened=0
25.58/25.64	c BCD2: #sat=1 #unsat=369 bias=369/370
25.58/25.64	c Solving starts ...
25.58/25.64	c ============================[ Search Statistics ]============================
25.58/25.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.58/25.64	c       |         |          |          |    Limit     GC | Var      | Constra 
25.58/25.64	c =============================================================================
25.58/25.64	c  0.0s |       0 |        0 |        0 |    51847      0 |      353 |      367
25.68/25.71	c  0.1s |       0 |       16 |        1 |    51847      0 |      353 |      368
25.68/25.71	c #cpu_time = 0.061s
25.68/25.71	c #wall_clock_time = 0.061s
25.68/25.71	c #decision = 16
25.68/25.71	c #random_decision = 0
25.68/25.71	c #conflict = 1
25.68/25.71	c #restart = 0
25.68/25.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
25.68/25.71	c lower bound updated to -1165
25.68/25.71	c BCD2: 369 <= obj <= 1492
25.68/25.71	c BCD2: #cores=15, #unrelaxed=1150, #relaxed=384, #hardened=0
25.68/25.71	c BCD2: #sat=1 #unsat=370 bias=370/371
25.68/25.71	c Solving starts ...
25.68/25.71	c ============================[ Search Statistics ]============================
25.68/25.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.68/25.71	c       |         |          |          |    Limit     GC | Var      | Constra 
25.68/25.71	c =============================================================================
25.68/25.71	c  0.0s |       0 |        0 |        0 |    51847      0 |      354 |      368
25.68/25.77	c  0.1s |       0 |       16 |        1 |    51847      0 |      354 |      369
25.68/25.77	c #cpu_time = 0.062s
25.68/25.77	c #wall_clock_time = 0.062s
25.68/25.77	c #decision = 16
25.68/25.77	c #random_decision = 0
25.68/25.77	c #conflict = 1
25.68/25.77	c #restart = 0
25.68/25.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
25.68/25.77	c lower bound updated to -1164
25.68/25.77	c BCD2: 370 <= obj <= 1492
25.68/25.77	c BCD2: #cores=15, #unrelaxed=1149, #relaxed=385, #hardened=0
25.68/25.77	c BCD2: #sat=1 #unsat=371 bias=371/372
25.68/25.77	c Solving starts ...
25.68/25.77	c ============================[ Search Statistics ]============================
25.68/25.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.68/25.77	c       |         |          |          |    Limit     GC | Var      | Constra 
25.68/25.77	c =============================================================================
25.68/25.77	c  0.0s |       0 |        0 |        0 |    51847      0 |      355 |      369
25.78/25.83	c  0.1s |       0 |       16 |        1 |    51847      0 |      355 |      370
25.78/25.83	c #cpu_time = 0.062s
25.78/25.83	c #wall_clock_time = 0.062s
25.78/25.83	c #decision = 16
25.78/25.83	c #random_decision = 0
25.78/25.83	c #conflict = 1
25.78/25.83	c #restart = 0
25.78/25.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
25.78/25.83	c lower bound updated to -1163
25.78/25.83	c BCD2: 371 <= obj <= 1492
25.78/25.83	c BCD2: #cores=15, #unrelaxed=1148, #relaxed=386, #hardened=0
25.78/25.83	c BCD2: #sat=1 #unsat=372 bias=372/373
25.78/25.83	c Solving starts ...
25.78/25.83	c ============================[ Search Statistics ]============================
25.78/25.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.78/25.83	c       |         |          |          |    Limit     GC | Var      | Constra 
25.78/25.83	c =============================================================================
25.78/25.83	c  0.0s |       0 |        0 |        0 |    51847      0 |      356 |      370
25.78/25.89	c  0.1s |       0 |       16 |        1 |    51847      0 |      356 |      371
25.78/25.89	c #cpu_time = 0.062s
25.78/25.89	c #wall_clock_time = 0.062s
25.78/25.89	c #decision = 16
25.78/25.89	c #random_decision = 0
25.78/25.89	c #conflict = 1
25.78/25.89	c #restart = 0
25.88/25.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
25.88/25.90	c lower bound updated to -1162
25.88/25.90	c BCD2: 372 <= obj <= 1492
25.88/25.90	c BCD2: #cores=15, #unrelaxed=1147, #relaxed=387, #hardened=0
25.88/25.90	c BCD2: #sat=1 #unsat=373 bias=373/374
25.88/25.90	c Solving starts ...
25.88/25.90	c ============================[ Search Statistics ]============================
25.88/25.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.88/25.90	c       |         |          |          |    Limit     GC | Var      | Constra 
25.88/25.90	c =============================================================================
25.88/25.90	c  0.0s |       0 |        0 |        0 |    51847      0 |      357 |      371
25.88/25.96	c  0.1s |       0 |       16 |        1 |    51847      0 |      357 |      372
25.88/25.96	c #cpu_time = 0.061s
25.88/25.96	c #wall_clock_time = 0.061s
25.88/25.96	c #decision = 16
25.88/25.96	c #random_decision = 0
25.88/25.96	c #conflict = 1
25.88/25.96	c #restart = 0
25.88/25.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
25.88/25.96	c lower bound updated to -1161
25.88/25.96	c BCD2: 373 <= obj <= 1492
25.88/25.96	c BCD2: #cores=15, #unrelaxed=1146, #relaxed=388, #hardened=0
25.88/25.96	c BCD2: #sat=1 #unsat=374 bias=374/375
25.88/25.96	c Solving starts ...
25.88/25.96	c ============================[ Search Statistics ]============================
25.88/25.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.88/25.96	c       |         |          |          |    Limit     GC | Var      | Constra 
25.88/25.96	c =============================================================================
25.88/25.96	c  0.0s |       0 |        0 |        0 |    51847      0 |      358 |      372
25.98/26.02	c  0.1s |       0 |       16 |        1 |    51847      0 |      358 |      373
25.98/26.02	c #cpu_time = 0.062s
25.98/26.02	c #wall_clock_time = 0.062s
25.98/26.02	c #decision = 16
25.98/26.02	c #random_decision = 0
25.98/26.02	c #conflict = 1
25.98/26.02	c #restart = 0
25.98/26.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
25.98/26.02	c lower bound updated to -1160
25.98/26.02	c BCD2: 374 <= obj <= 1492
25.98/26.02	c BCD2: #cores=15, #unrelaxed=1145, #relaxed=389, #hardened=0
25.98/26.02	c BCD2: #sat=1 #unsat=375 bias=375/376
25.98/26.02	c Solving starts ...
25.98/26.02	c ============================[ Search Statistics ]============================
25.98/26.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.98/26.02	c       |         |          |          |    Limit     GC | Var      | Constra 
25.98/26.02	c =============================================================================
25.98/26.03	c  0.0s |       0 |        0 |        0 |    51847      0 |      359 |      373
25.98/26.09	c  0.1s |       0 |       16 |        1 |    51847      0 |      359 |      374
25.98/26.09	c #cpu_time = 0.060s
25.98/26.09	c #wall_clock_time = 0.060s
25.98/26.09	c #decision = 16
25.98/26.09	c #random_decision = 0
25.98/26.09	c #conflict = 1
25.98/26.09	c #restart = 0
25.98/26.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
25.98/26.09	c lower bound updated to -1159
25.98/26.09	c BCD2: 375 <= obj <= 1492
25.98/26.09	c BCD2: #cores=15, #unrelaxed=1144, #relaxed=390, #hardened=0
25.98/26.09	c BCD2: #sat=1 #unsat=376 bias=376/377
25.98/26.09	c Solving starts ...
25.98/26.09	c ============================[ Search Statistics ]============================
25.98/26.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
25.98/26.09	c       |         |          |          |    Limit     GC | Var      | Constra 
25.98/26.09	c =============================================================================
25.98/26.09	c  0.0s |       0 |        0 |        0 |    51847      0 |      360 |      374
26.08/26.15	c  0.1s |       0 |       16 |        0 |    51847      0 |      360 |      375
26.08/26.15	c #cpu_time = 0.062s
26.08/26.15	c #wall_clock_time = 0.062s
26.08/26.15	c #decision = 16
26.08/26.15	c #random_decision = 0
26.08/26.15	c #conflict = 0
26.08/26.15	c #restart = 0
26.08/26.15	c BCD2: found a new core of size 2: cost of the new core is >=1
26.08/26.15	c lower bound updated to -1158
26.08/26.16	c BCD2: 376 <= obj <= 1492
26.08/26.16	c BCD2: #cores=16, #unrelaxed=1142, #relaxed=392, #hardened=0
26.08/26.16	c BCD2: #sat=1 #unsat=377 bias=377/378
26.08/26.16	c Solving starts ...
26.08/26.16	c ============================[ Search Statistics ]============================
26.08/26.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.08/26.16	c       |         |          |          |    Limit     GC | Var      | Constra 
26.08/26.16	c =============================================================================
26.08/26.16	c  0.0s |       0 |        0 |        0 |    51847      0 |      360 |      376
26.18/26.22	c  0.1s |       0 |       17 |        1 |    51847      0 |      360 |      376
26.18/26.22	c #cpu_time = 0.059s
26.18/26.22	c #wall_clock_time = 0.059s
26.18/26.22	c #decision = 17
26.18/26.22	c #random_decision = 0
26.18/26.22	c #conflict = 1
26.18/26.22	c #restart = 0
26.18/26.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
26.18/26.22	c lower bound updated to -1157
26.18/26.22	c BCD2: 377 <= obj <= 1492
26.18/26.22	c BCD2: #cores=16, #unrelaxed=1141, #relaxed=393, #hardened=0
26.18/26.22	c BCD2: #sat=1 #unsat=378 bias=378/379
26.18/26.22	c Solving starts ...
26.18/26.22	c ============================[ Search Statistics ]============================
26.18/26.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.18/26.22	c       |         |          |          |    Limit     GC | Var      | Constra 
26.18/26.22	c =============================================================================
26.18/26.22	c  0.0s |       0 |        0 |        0 |    51847      0 |      361 |      376
26.18/26.29	c  0.1s |       0 |       17 |        1 |    51847      0 |      361 |      377
26.18/26.29	c #cpu_time = 0.062s
26.18/26.29	c #wall_clock_time = 0.062s
26.18/26.29	c #decision = 17
26.18/26.29	c #random_decision = 0
26.18/26.29	c #conflict = 1
26.18/26.29	c #restart = 0
26.18/26.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
26.18/26.29	c lower bound updated to -1156
26.18/26.29	c BCD2: 378 <= obj <= 1492
26.18/26.29	c BCD2: #cores=16, #unrelaxed=1140, #relaxed=394, #hardened=0
26.18/26.29	c BCD2: #sat=1 #unsat=379 bias=379/380
26.18/26.29	c Solving starts ...
26.18/26.29	c ============================[ Search Statistics ]============================
26.18/26.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.18/26.29	c       |         |          |          |    Limit     GC | Var      | Constra 
26.18/26.29	c =============================================================================
26.18/26.29	c  0.0s |       0 |        0 |        0 |    51847      0 |      362 |      377
26.28/26.35	c  0.1s |       0 |       17 |        1 |    51847      0 |      362 |      378
26.28/26.35	c #cpu_time = 0.063s
26.28/26.35	c #wall_clock_time = 0.063s
26.28/26.35	c #decision = 17
26.28/26.35	c #random_decision = 0
26.28/26.35	c #conflict = 1
26.28/26.35	c #restart = 0
26.28/26.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
26.28/26.35	c lower bound updated to -1155
26.28/26.35	c BCD2: 379 <= obj <= 1492
26.28/26.35	c BCD2: #cores=16, #unrelaxed=1139, #relaxed=395, #hardened=0
26.28/26.35	c BCD2: #sat=1 #unsat=380 bias=380/381
26.28/26.35	c Solving starts ...
26.28/26.35	c ============================[ Search Statistics ]============================
26.28/26.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.28/26.35	c       |         |          |          |    Limit     GC | Var      | Constra 
26.28/26.35	c =============================================================================
26.28/26.35	c  0.0s |       0 |        0 |        0 |    51847      0 |      363 |      378
26.39/26.41	c  0.1s |       0 |       17 |        1 |    51847      0 |      363 |      379
26.39/26.41	c #cpu_time = 0.062s
26.39/26.41	c #wall_clock_time = 0.062s
26.39/26.41	c #decision = 17
26.39/26.41	c #random_decision = 0
26.39/26.41	c #conflict = 1
26.39/26.41	c #restart = 0
26.39/26.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
26.39/26.41	c lower bound updated to -1154
26.39/26.41	c BCD2: 380 <= obj <= 1492
26.39/26.41	c BCD2: #cores=16, #unrelaxed=1138, #relaxed=396, #hardened=0
26.39/26.41	c BCD2: #sat=1 #unsat=381 bias=381/382
26.39/26.41	c Solving starts ...
26.39/26.41	c ============================[ Search Statistics ]============================
26.39/26.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.39/26.41	c       |         |          |          |    Limit     GC | Var      | Constra 
26.39/26.41	c =============================================================================
26.39/26.41	c  0.0s |       0 |        0 |        0 |    51847      0 |      364 |      379
26.39/26.48	c  0.1s |       0 |       17 |        1 |    51847      0 |      364 |      380
26.39/26.48	c #cpu_time = 0.062s
26.39/26.48	c #wall_clock_time = 0.062s
26.39/26.48	c #decision = 17
26.39/26.48	c #random_decision = 0
26.39/26.48	c #conflict = 1
26.39/26.48	c #restart = 0
26.39/26.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
26.39/26.48	c lower bound updated to -1153
26.39/26.48	c BCD2: 381 <= obj <= 1492
26.39/26.48	c BCD2: #cores=16, #unrelaxed=1137, #relaxed=397, #hardened=0
26.39/26.48	c BCD2: #sat=1 #unsat=382 bias=382/383
26.39/26.48	c Solving starts ...
26.39/26.48	c ============================[ Search Statistics ]============================
26.39/26.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.39/26.48	c       |         |          |          |    Limit     GC | Var      | Constra 
26.39/26.48	c =============================================================================
26.39/26.48	c  0.0s |       0 |        0 |        0 |    51847      0 |      365 |      380
26.49/26.54	c  0.1s |       0 |       17 |        1 |    51847      0 |      365 |      381
26.49/26.54	c #cpu_time = 0.062s
26.49/26.54	c #wall_clock_time = 0.062s
26.49/26.54	c #decision = 17
26.49/26.54	c #random_decision = 0
26.49/26.54	c #conflict = 1
26.49/26.54	c #restart = 0
26.49/26.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
26.49/26.54	c lower bound updated to -1152
26.49/26.55	c BCD2: 382 <= obj <= 1492
26.49/26.55	c BCD2: #cores=16, #unrelaxed=1136, #relaxed=398, #hardened=0
26.49/26.55	c BCD2: #sat=1 #unsat=383 bias=383/384
26.49/26.55	c Solving starts ...
26.49/26.55	c ============================[ Search Statistics ]============================
26.49/26.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.49/26.55	c       |         |          |          |    Limit     GC | Var      | Constra 
26.49/26.55	c =============================================================================
26.49/26.55	c  0.0s |       0 |        0 |        0 |    51847      0 |      366 |      381
26.58/26.61	c  0.1s |       0 |       17 |        1 |    51847      0 |      366 |      382
26.58/26.61	c #cpu_time = 0.060s
26.58/26.61	c #wall_clock_time = 0.060s
26.58/26.61	c #decision = 17
26.58/26.61	c #random_decision = 0
26.58/26.61	c #conflict = 1
26.58/26.61	c #restart = 0
26.58/26.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
26.58/26.61	c lower bound updated to -1151
26.58/26.61	c BCD2: 383 <= obj <= 1492
26.58/26.61	c BCD2: #cores=16, #unrelaxed=1135, #relaxed=399, #hardened=0
26.58/26.61	c BCD2: #sat=1 #unsat=384 bias=384/385
26.58/26.61	c Solving starts ...
26.58/26.61	c ============================[ Search Statistics ]============================
26.58/26.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.58/26.61	c       |         |          |          |    Limit     GC | Var      | Constra 
26.58/26.61	c =============================================================================
26.58/26.61	c  0.0s |       0 |        0 |        0 |    51847      0 |      367 |      382
26.58/26.67	c  0.1s |       0 |       17 |        1 |    51847      0 |      367 |      383
26.58/26.67	c #cpu_time = 0.061s
26.58/26.67	c #wall_clock_time = 0.061s
26.58/26.67	c #decision = 17
26.58/26.67	c #random_decision = 0
26.58/26.67	c #conflict = 1
26.58/26.67	c #restart = 0
26.58/26.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
26.58/26.67	c lower bound updated to -1150
26.58/26.67	c BCD2: 384 <= obj <= 1492
26.58/26.67	c BCD2: #cores=16, #unrelaxed=1134, #relaxed=400, #hardened=0
26.58/26.67	c BCD2: #sat=1 #unsat=385 bias=385/386
26.58/26.67	c Solving starts ...
26.58/26.67	c ============================[ Search Statistics ]============================
26.58/26.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.58/26.67	c       |         |          |          |    Limit     GC | Var      | Constra 
26.58/26.67	c =============================================================================
26.58/26.67	c  0.0s |       0 |        0 |        0 |    51847      0 |      368 |      383
26.68/26.73	c  0.1s |       0 |       17 |        1 |    51847      0 |      368 |      384
26.68/26.73	c #cpu_time = 0.061s
26.68/26.73	c #wall_clock_time = 0.061s
26.68/26.73	c #decision = 17
26.68/26.73	c #random_decision = 0
26.68/26.73	c #conflict = 1
26.68/26.73	c #restart = 0
26.68/26.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
26.68/26.73	c lower bound updated to -1149
26.68/26.73	c BCD2: 385 <= obj <= 1492
26.68/26.73	c BCD2: #cores=16, #unrelaxed=1133, #relaxed=401, #hardened=0
26.68/26.73	c BCD2: #sat=1 #unsat=386 bias=386/387
26.68/26.73	c Solving starts ...
26.68/26.73	c ============================[ Search Statistics ]============================
26.68/26.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.68/26.73	c       |         |          |          |    Limit     GC | Var      | Constra 
26.68/26.73	c =============================================================================
26.68/26.73	c  0.0s |       0 |        0 |        0 |    51847      0 |      369 |      384
26.68/26.79	c  0.1s |       0 |       17 |        1 |    51847      0 |      369 |      385
26.68/26.79	c #cpu_time = 0.062s
26.68/26.79	c #wall_clock_time = 0.062s
26.68/26.79	c #decision = 17
26.68/26.79	c #random_decision = 0
26.68/26.79	c #conflict = 1
26.68/26.79	c #restart = 0
26.68/26.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
26.68/26.79	c lower bound updated to -1148
26.68/26.79	c BCD2: 386 <= obj <= 1492
26.68/26.79	c BCD2: #cores=16, #unrelaxed=1132, #relaxed=402, #hardened=0
26.68/26.79	c BCD2: #sat=1 #unsat=387 bias=387/388
26.68/26.79	c Solving starts ...
26.68/26.79	c ============================[ Search Statistics ]============================
26.68/26.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.68/26.79	c       |         |          |          |    Limit     GC | Var      | Constra 
26.68/26.79	c =============================================================================
26.68/26.79	c  0.0s |       0 |        0 |        0 |    51847      0 |      370 |      385
26.78/26.86	c  0.1s |       0 |       17 |        1 |    51847      0 |      370 |      386
26.78/26.86	c #cpu_time = 0.062s
26.78/26.86	c #wall_clock_time = 0.062s
26.78/26.86	c #decision = 17
26.78/26.86	c #random_decision = 0
26.78/26.86	c #conflict = 1
26.78/26.86	c #restart = 0
26.78/26.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
26.78/26.86	c lower bound updated to -1147
26.78/26.86	c BCD2: 387 <= obj <= 1492
26.78/26.86	c BCD2: #cores=16, #unrelaxed=1131, #relaxed=403, #hardened=0
26.78/26.86	c BCD2: #sat=1 #unsat=388 bias=388/389
26.78/26.86	c Solving starts ...
26.78/26.86	c ============================[ Search Statistics ]============================
26.78/26.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.78/26.86	c       |         |          |          |    Limit     GC | Var      | Constra 
26.78/26.86	c =============================================================================
26.78/26.86	c  0.0s |       0 |        0 |        0 |    51847      0 |      371 |      386
26.88/26.92	c  0.1s |       0 |       17 |        1 |    51847      0 |      371 |      387
26.88/26.92	c #cpu_time = 0.061s
26.88/26.92	c #wall_clock_time = 0.061s
26.88/26.92	c #decision = 17
26.88/26.92	c #random_decision = 0
26.88/26.92	c #conflict = 1
26.88/26.92	c #restart = 0
26.88/26.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
26.88/26.92	c lower bound updated to -1146
26.88/26.92	c BCD2: 388 <= obj <= 1492
26.88/26.92	c BCD2: #cores=16, #unrelaxed=1130, #relaxed=404, #hardened=0
26.88/26.92	c BCD2: #sat=1 #unsat=389 bias=389/390
26.88/26.92	c Solving starts ...
26.88/26.92	c ============================[ Search Statistics ]============================
26.88/26.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.88/26.92	c       |         |          |          |    Limit     GC | Var      | Constra 
26.88/26.92	c =============================================================================
26.88/26.92	c  0.0s |       0 |        0 |        0 |    51847      0 |      372 |      387
26.88/26.98	c  0.1s |       0 |       17 |        1 |    51847      0 |      372 |      388
26.88/26.98	c #cpu_time = 0.062s
26.88/26.98	c #wall_clock_time = 0.062s
26.88/26.98	c #decision = 17
26.88/26.98	c #random_decision = 0
26.88/26.98	c #conflict = 1
26.88/26.98	c #restart = 0
26.88/26.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
26.88/26.98	c lower bound updated to -1145
26.88/26.98	c BCD2: 389 <= obj <= 1492
26.88/26.98	c BCD2: #cores=16, #unrelaxed=1129, #relaxed=405, #hardened=0
26.88/26.98	c BCD2: #sat=1 #unsat=390 bias=390/391
26.88/26.98	c Solving starts ...
26.88/26.98	c ============================[ Search Statistics ]============================
26.88/26.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.88/26.98	c       |         |          |          |    Limit     GC | Var      | Constra 
26.88/26.98	c =============================================================================
26.88/26.98	c  0.0s |       0 |        0 |        0 |    51847      0 |      373 |      388
26.98/27.04	c  0.1s |       0 |       17 |        1 |    51847      0 |      373 |      389
26.98/27.04	c #cpu_time = 0.061s
26.98/27.04	c #wall_clock_time = 0.061s
26.98/27.04	c #decision = 17
26.98/27.04	c #random_decision = 0
26.98/27.04	c #conflict = 1
26.98/27.04	c #restart = 0
26.98/27.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
26.98/27.04	c lower bound updated to -1144
26.98/27.05	c BCD2: 390 <= obj <= 1492
26.98/27.05	c BCD2: #cores=16, #unrelaxed=1128, #relaxed=406, #hardened=0
26.98/27.05	c BCD2: #sat=1 #unsat=391 bias=391/392
26.98/27.05	c Solving starts ...
26.98/27.05	c ============================[ Search Statistics ]============================
26.98/27.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.98/27.05	c       |         |          |          |    Limit     GC | Var      | Constra 
26.98/27.05	c =============================================================================
26.98/27.05	c  0.0s |       0 |        0 |        0 |    51847      0 |      374 |      389
27.08/27.11	c  0.1s |       0 |       17 |        1 |    51847      0 |      374 |      390
27.08/27.11	c #cpu_time = 0.060s
27.08/27.11	c #wall_clock_time = 0.060s
27.08/27.11	c #decision = 17
27.08/27.11	c #random_decision = 0
27.08/27.11	c #conflict = 1
27.08/27.11	c #restart = 0
27.08/27.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
27.08/27.11	c lower bound updated to -1143
27.08/27.11	c BCD2: 391 <= obj <= 1492
27.08/27.11	c BCD2: #cores=16, #unrelaxed=1127, #relaxed=407, #hardened=0
27.08/27.11	c BCD2: #sat=1 #unsat=392 bias=392/393
27.08/27.11	c Solving starts ...
27.08/27.11	c ============================[ Search Statistics ]============================
27.08/27.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.08/27.11	c       |         |          |          |    Limit     GC | Var      | Constra 
27.08/27.11	c =============================================================================
27.08/27.11	c  0.0s |       0 |        0 |        0 |    51847      0 |      375 |      390
27.08/27.18	c  0.1s |       0 |       17 |        1 |    51847      0 |      375 |      391
27.08/27.18	c #cpu_time = 0.061s
27.08/27.18	c #wall_clock_time = 0.061s
27.08/27.18	c #decision = 17
27.08/27.18	c #random_decision = 0
27.08/27.18	c #conflict = 1
27.08/27.18	c #restart = 0
27.08/27.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
27.08/27.18	c lower bound updated to -1142
27.08/27.18	c BCD2: 392 <= obj <= 1492
27.08/27.18	c BCD2: #cores=16, #unrelaxed=1126, #relaxed=408, #hardened=0
27.08/27.18	c BCD2: #sat=1 #unsat=393 bias=393/394
27.08/27.18	c Solving starts ...
27.08/27.18	c ============================[ Search Statistics ]============================
27.08/27.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.08/27.18	c       |         |          |          |    Limit     GC | Var      | Constra 
27.08/27.18	c =============================================================================
27.08/27.18	c  0.0s |       0 |        0 |        0 |    51847      0 |      376 |      391
27.18/27.24	c  0.1s |       0 |       17 |        1 |    51847      0 |      376 |      392
27.18/27.24	c #cpu_time = 0.061s
27.18/27.24	c #wall_clock_time = 0.061s
27.18/27.24	c #decision = 17
27.18/27.24	c #random_decision = 0
27.18/27.24	c #conflict = 1
27.18/27.24	c #restart = 0
27.18/27.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
27.18/27.24	c lower bound updated to -1141
27.18/27.24	c BCD2: 393 <= obj <= 1492
27.18/27.24	c BCD2: #cores=16, #unrelaxed=1125, #relaxed=409, #hardened=0
27.18/27.24	c BCD2: #sat=1 #unsat=394 bias=394/395
27.18/27.24	c Solving starts ...
27.18/27.24	c ============================[ Search Statistics ]============================
27.18/27.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.18/27.24	c       |         |          |          |    Limit     GC | Var      | Constra 
27.18/27.24	c =============================================================================
27.18/27.24	c  0.0s |       0 |        0 |        0 |    51847      0 |      377 |      392
27.28/27.30	c  0.1s |       0 |       17 |        1 |    51847      0 |      377 |      393
27.28/27.30	c #cpu_time = 0.062s
27.28/27.30	c #wall_clock_time = 0.062s
27.28/27.30	c #decision = 17
27.28/27.30	c #random_decision = 0
27.28/27.30	c #conflict = 1
27.28/27.30	c #restart = 0
27.28/27.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
27.28/27.30	c lower bound updated to -1140
27.28/27.30	c BCD2: 394 <= obj <= 1492
27.28/27.30	c BCD2: #cores=16, #unrelaxed=1124, #relaxed=410, #hardened=0
27.28/27.30	c BCD2: #sat=1 #unsat=395 bias=395/396
27.28/27.30	c Solving starts ...
27.28/27.30	c ============================[ Search Statistics ]============================
27.28/27.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.28/27.30	c       |         |          |          |    Limit     GC | Var      | Constra 
27.28/27.30	c =============================================================================
27.28/27.30	c  0.0s |       0 |        0 |        0 |    51847      0 |      378 |      393
27.28/27.36	c  0.1s |       0 |       17 |        1 |    51847      0 |      378 |      394
27.28/27.36	c #cpu_time = 0.062s
27.28/27.36	c #wall_clock_time = 0.062s
27.28/27.36	c #decision = 17
27.28/27.36	c #random_decision = 0
27.28/27.36	c #conflict = 1
27.28/27.36	c #restart = 0
27.28/27.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
27.28/27.37	c lower bound updated to -1139
27.28/27.37	c BCD2: 395 <= obj <= 1492
27.28/27.37	c BCD2: #cores=16, #unrelaxed=1123, #relaxed=411, #hardened=0
27.28/27.37	c BCD2: #sat=1 #unsat=396 bias=396/397
27.28/27.37	c Solving starts ...
27.28/27.37	c ============================[ Search Statistics ]============================
27.28/27.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.28/27.37	c       |         |          |          |    Limit     GC | Var      | Constra 
27.28/27.37	c =============================================================================
27.28/27.37	c  0.0s |       0 |        0 |        0 |    51847      0 |      379 |      394
27.38/27.43	c  0.1s |       0 |       17 |        1 |    51847      0 |      379 |      395
27.38/27.43	c #cpu_time = 0.061s
27.38/27.43	c #wall_clock_time = 0.061s
27.38/27.43	c #decision = 17
27.38/27.43	c #random_decision = 0
27.38/27.43	c #conflict = 1
27.38/27.43	c #restart = 0
27.38/27.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
27.38/27.43	c lower bound updated to -1138
27.38/27.43	c BCD2: 396 <= obj <= 1492
27.38/27.43	c BCD2: #cores=16, #unrelaxed=1122, #relaxed=412, #hardened=0
27.38/27.43	c BCD2: #sat=1 #unsat=397 bias=397/398
27.38/27.43	c Solving starts ...
27.38/27.43	c ============================[ Search Statistics ]============================
27.38/27.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.38/27.43	c       |         |          |          |    Limit     GC | Var      | Constra 
27.38/27.43	c =============================================================================
27.38/27.43	c  0.0s |       0 |        0 |        0 |    51847      0 |      380 |      395
27.38/27.49	c  0.1s |       0 |       17 |        1 |    51847      0 |      380 |      396
27.38/27.49	c #cpu_time = 0.062s
27.38/27.49	c #wall_clock_time = 0.062s
27.38/27.49	c #decision = 17
27.38/27.49	c #random_decision = 0
27.38/27.49	c #conflict = 1
27.38/27.49	c #restart = 0
27.38/27.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
27.38/27.49	c lower bound updated to -1137
27.38/27.49	c BCD2: 397 <= obj <= 1492
27.38/27.49	c BCD2: #cores=16, #unrelaxed=1121, #relaxed=413, #hardened=0
27.38/27.49	c BCD2: #sat=1 #unsat=398 bias=398/399
27.38/27.49	c Solving starts ...
27.38/27.49	c ============================[ Search Statistics ]============================
27.38/27.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.38/27.49	c       |         |          |          |    Limit     GC | Var      | Constra 
27.38/27.49	c =============================================================================
27.38/27.49	c  0.0s |       0 |        0 |        0 |    51847      0 |      381 |      396
27.49/27.55	c  0.1s |       0 |       17 |        1 |    51847      0 |      381 |      397
27.49/27.55	c #cpu_time = 0.062s
27.49/27.55	c #wall_clock_time = 0.062s
27.49/27.55	c #decision = 17
27.49/27.55	c #random_decision = 0
27.49/27.55	c #conflict = 1
27.49/27.55	c #restart = 0
27.49/27.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
27.49/27.55	c lower bound updated to -1136
27.49/27.56	c BCD2: 398 <= obj <= 1492
27.49/27.56	c BCD2: #cores=16, #unrelaxed=1120, #relaxed=414, #hardened=0
27.49/27.56	c BCD2: #sat=1 #unsat=399 bias=399/400
27.49/27.56	c Solving starts ...
27.49/27.56	c ============================[ Search Statistics ]============================
27.49/27.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.49/27.56	c       |         |          |          |    Limit     GC | Var      | Constra 
27.49/27.56	c =============================================================================
27.49/27.56	c  0.0s |       0 |        0 |        0 |    51847      0 |      382 |      397
27.59/27.62	c  0.1s |       0 |       17 |        1 |    51847      0 |      382 |      398
27.59/27.62	c #cpu_time = 0.060s
27.59/27.62	c #wall_clock_time = 0.060s
27.59/27.62	c #decision = 17
27.59/27.62	c #random_decision = 0
27.59/27.62	c #conflict = 1
27.59/27.62	c #restart = 0
27.59/27.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
27.59/27.62	c lower bound updated to -1135
27.59/27.62	c BCD2: 399 <= obj <= 1492
27.59/27.62	c BCD2: #cores=16, #unrelaxed=1119, #relaxed=415, #hardened=0
27.59/27.62	c BCD2: #sat=1 #unsat=400 bias=400/401
27.59/27.62	c Solving starts ...
27.59/27.62	c ============================[ Search Statistics ]============================
27.59/27.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.59/27.62	c       |         |          |          |    Limit     GC | Var      | Constra 
27.59/27.62	c =============================================================================
27.59/27.62	c  0.0s |       0 |        0 |        0 |    51847      0 |      383 |      398
27.59/27.69	c  0.1s |       0 |       17 |        1 |    51847      0 |      383 |      399
27.59/27.69	c #cpu_time = 0.062s
27.59/27.69	c #wall_clock_time = 0.062s
27.59/27.69	c #decision = 17
27.59/27.69	c #random_decision = 0
27.59/27.69	c #conflict = 1
27.59/27.69	c #restart = 0
27.59/27.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
27.59/27.69	c lower bound updated to -1134
27.59/27.69	c BCD2: 400 <= obj <= 1492
27.59/27.69	c BCD2: #cores=16, #unrelaxed=1118, #relaxed=416, #hardened=0
27.59/27.69	c BCD2: #sat=1 #unsat=401 bias=401/402
27.59/27.69	c Solving starts ...
27.59/27.69	c ============================[ Search Statistics ]============================
27.59/27.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.59/27.69	c       |         |          |          |    Limit     GC | Var      | Constra 
27.59/27.69	c =============================================================================
27.59/27.69	c  0.0s |       0 |        0 |        0 |    51847      0 |      384 |      399
27.68/27.75	c  0.1s |       0 |       17 |        0 |    51847      0 |      384 |      400
27.68/27.75	c #cpu_time = 0.062s
27.68/27.75	c #wall_clock_time = 0.062s
27.68/27.75	c #decision = 17
27.68/27.75	c #random_decision = 0
27.68/27.75	c #conflict = 0
27.68/27.75	c #restart = 0
27.68/27.75	c BCD2: found a new core of size 2: cost of the new core is >=1
27.68/27.75	c lower bound updated to -1133
27.68/27.76	c BCD2: 401 <= obj <= 1492
27.68/27.76	c BCD2: #cores=17, #unrelaxed=1116, #relaxed=418, #hardened=0
27.68/27.76	c BCD2: #sat=1 #unsat=402 bias=402/403
27.68/27.76	c Solving starts ...
27.68/27.76	c ============================[ Search Statistics ]============================
27.68/27.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.68/27.76	c       |         |          |          |    Limit     GC | Var      | Constra 
27.68/27.76	c =============================================================================
27.68/27.76	c  0.0s |       0 |        0 |        0 |    51847      0 |      384 |      401
27.78/27.82	c  0.1s |       0 |       18 |        1 |    51847      0 |      384 |      401
27.78/27.82	c #cpu_time = 0.060s
27.78/27.82	c #wall_clock_time = 0.060s
27.78/27.82	c #decision = 18
27.78/27.82	c #random_decision = 0
27.78/27.82	c #conflict = 1
27.78/27.82	c #restart = 0
27.78/27.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
27.78/27.82	c lower bound updated to -1132
27.78/27.82	c BCD2: 402 <= obj <= 1492
27.78/27.82	c BCD2: #cores=17, #unrelaxed=1115, #relaxed=419, #hardened=0
27.78/27.82	c BCD2: #sat=1 #unsat=403 bias=403/404
27.78/27.82	c Solving starts ...
27.78/27.82	c ============================[ Search Statistics ]============================
27.78/27.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.78/27.82	c       |         |          |          |    Limit     GC | Var      | Constra 
27.78/27.82	c =============================================================================
27.78/27.82	c  0.0s |       0 |        0 |        0 |    51847      0 |      385 |      401
27.78/27.88	c  0.1s |       0 |       18 |        1 |    51847      0 |      385 |      402
27.78/27.88	c #cpu_time = 0.062s
27.78/27.88	c #wall_clock_time = 0.062s
27.78/27.88	c #decision = 18
27.78/27.88	c #random_decision = 0
27.78/27.88	c #conflict = 1
27.78/27.88	c #restart = 0
27.78/27.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
27.78/27.88	c lower bound updated to -1131
27.78/27.88	c BCD2: 403 <= obj <= 1492
27.78/27.88	c BCD2: #cores=17, #unrelaxed=1114, #relaxed=420, #hardened=0
27.78/27.88	c BCD2: #sat=1 #unsat=404 bias=404/405
27.78/27.88	c Solving starts ...
27.78/27.88	c ============================[ Search Statistics ]============================
27.78/27.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.78/27.88	c       |         |          |          |    Limit     GC | Var      | Constra 
27.78/27.88	c =============================================================================
27.78/27.88	c  0.0s |       0 |        0 |        0 |    51847      0 |      386 |      402
27.88/27.95	c  0.1s |       0 |       18 |        1 |    51847      0 |      386 |      403
27.88/27.95	c #cpu_time = 0.062s
27.88/27.95	c #wall_clock_time = 0.062s
27.88/27.95	c #decision = 18
27.88/27.95	c #random_decision = 0
27.88/27.95	c #conflict = 1
27.88/27.95	c #restart = 0
27.88/27.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
27.88/27.95	c lower bound updated to -1130
27.88/27.95	c BCD2: 404 <= obj <= 1492
27.88/27.95	c BCD2: #cores=17, #unrelaxed=1113, #relaxed=421, #hardened=0
27.88/27.95	c BCD2: #sat=1 #unsat=405 bias=405/406
27.88/27.95	c Solving starts ...
27.88/27.95	c ============================[ Search Statistics ]============================
27.88/27.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.88/27.95	c       |         |          |          |    Limit     GC | Var      | Constra 
27.88/27.95	c =============================================================================
27.88/27.95	c  0.0s |       0 |        0 |        0 |    51847      0 |      387 |      403
27.98/28.01	c  0.1s |       0 |       18 |        1 |    51847      0 |      387 |      404
27.98/28.01	c #cpu_time = 0.061s
27.98/28.01	c #wall_clock_time = 0.061s
27.98/28.01	c #decision = 18
27.98/28.01	c #random_decision = 0
27.98/28.01	c #conflict = 1
27.98/28.01	c #restart = 0
27.98/28.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
27.98/28.01	c lower bound updated to -1129
27.98/28.02	c BCD2: 405 <= obj <= 1492
27.98/28.02	c BCD2: #cores=17, #unrelaxed=1112, #relaxed=422, #hardened=0
27.98/28.02	c BCD2: #sat=1 #unsat=406 bias=406/407
27.98/28.02	c Solving starts ...
27.98/28.02	c ============================[ Search Statistics ]============================
27.98/28.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.98/28.02	c       |         |          |          |    Limit     GC | Var      | Constra 
27.98/28.02	c =============================================================================
27.98/28.02	c  0.0s |       0 |        0 |        0 |    51847      0 |      388 |      404
27.98/28.08	c  0.1s |       0 |       18 |        1 |    51847      0 |      388 |      405
27.98/28.08	c #cpu_time = 0.060s
27.98/28.08	c #wall_clock_time = 0.060s
27.98/28.08	c #decision = 18
27.98/28.08	c #random_decision = 0
27.98/28.08	c #conflict = 1
27.98/28.08	c #restart = 0
27.98/28.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
27.98/28.08	c lower bound updated to -1128
27.98/28.08	c BCD2: 406 <= obj <= 1492
27.98/28.08	c BCD2: #cores=17, #unrelaxed=1111, #relaxed=423, #hardened=0
27.98/28.08	c BCD2: #sat=1 #unsat=407 bias=407/408
27.98/28.08	c Solving starts ...
27.98/28.08	c ============================[ Search Statistics ]============================
27.98/28.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
27.98/28.08	c       |         |          |          |    Limit     GC | Var      | Constra 
27.98/28.08	c =============================================================================
27.98/28.08	c  0.0s |       0 |        0 |        0 |    51847      0 |      389 |      405
28.08/28.14	c  0.1s |       0 |       18 |        1 |    51847      0 |      389 |      406
28.08/28.14	c #cpu_time = 0.061s
28.08/28.14	c #wall_clock_time = 0.061s
28.08/28.14	c #decision = 18
28.08/28.14	c #random_decision = 0
28.08/28.14	c #conflict = 1
28.08/28.14	c #restart = 0
28.08/28.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
28.08/28.14	c lower bound updated to -1127
28.08/28.14	c BCD2: 407 <= obj <= 1492
28.08/28.14	c BCD2: #cores=17, #unrelaxed=1110, #relaxed=424, #hardened=0
28.08/28.14	c BCD2: #sat=1 #unsat=408 bias=408/409
28.08/28.14	c Solving starts ...
28.08/28.14	c ============================[ Search Statistics ]============================
28.08/28.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.08/28.14	c       |         |          |          |    Limit     GC | Var      | Constra 
28.08/28.14	c =============================================================================
28.08/28.14	c  0.0s |       0 |        0 |        0 |    51847      0 |      390 |      406
28.18/28.20	c  0.1s |       0 |       18 |        1 |    51847      0 |      390 |      407
28.18/28.20	c #cpu_time = 0.061s
28.18/28.20	c #wall_clock_time = 0.061s
28.18/28.20	c #decision = 18
28.18/28.20	c #random_decision = 0
28.18/28.20	c #conflict = 1
28.18/28.20	c #restart = 0
28.18/28.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
28.18/28.20	c lower bound updated to -1126
28.18/28.20	c BCD2: 408 <= obj <= 1492
28.18/28.20	c BCD2: #cores=17, #unrelaxed=1109, #relaxed=425, #hardened=0
28.18/28.20	c BCD2: #sat=1 #unsat=409 bias=409/410
28.18/28.20	c Solving starts ...
28.18/28.20	c ============================[ Search Statistics ]============================
28.18/28.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.18/28.20	c       |         |          |          |    Limit     GC | Var      | Constra 
28.18/28.20	c =============================================================================
28.18/28.20	c  0.0s |       0 |        0 |        0 |    51847      0 |      391 |      407
28.18/28.27	c  0.1s |       0 |       18 |        1 |    51847      0 |      391 |      408
28.18/28.27	c #cpu_time = 0.062s
28.18/28.27	c #wall_clock_time = 0.062s
28.18/28.27	c #decision = 18
28.18/28.27	c #random_decision = 0
28.18/28.27	c #conflict = 1
28.18/28.27	c #restart = 0
28.18/28.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
28.18/28.27	c lower bound updated to -1125
28.18/28.27	c BCD2: 409 <= obj <= 1492
28.18/28.27	c BCD2: #cores=17, #unrelaxed=1108, #relaxed=426, #hardened=0
28.18/28.27	c BCD2: #sat=1 #unsat=410 bias=410/411
28.18/28.27	c Solving starts ...
28.18/28.27	c ============================[ Search Statistics ]============================
28.18/28.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.18/28.27	c       |         |          |          |    Limit     GC | Var      | Constra 
28.18/28.27	c =============================================================================
28.18/28.27	c  0.0s |       0 |        0 |        0 |    51847      0 |      392 |      408
28.29/28.33	c  0.1s |       0 |       18 |        1 |    51847      0 |      392 |      409
28.29/28.33	c #cpu_time = 0.062s
28.29/28.33	c #wall_clock_time = 0.062s
28.29/28.33	c #decision = 18
28.29/28.33	c #random_decision = 0
28.29/28.33	c #conflict = 1
28.29/28.33	c #restart = 0
28.29/28.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
28.29/28.33	c lower bound updated to -1124
28.29/28.33	c BCD2: 410 <= obj <= 1492
28.29/28.33	c BCD2: #cores=17, #unrelaxed=1107, #relaxed=427, #hardened=0
28.29/28.33	c BCD2: #sat=1 #unsat=411 bias=411/412
28.29/28.33	c Solving starts ...
28.29/28.33	c ============================[ Search Statistics ]============================
28.29/28.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.29/28.33	c       |         |          |          |    Limit     GC | Var      | Constra 
28.29/28.33	c =============================================================================
28.29/28.33	c  0.0s |       0 |        0 |        0 |    51847      0 |      393 |      409
28.29/28.39	c  0.1s |       0 |       18 |        1 |    51847      0 |      393 |      410
28.29/28.39	c #cpu_time = 0.062s
28.29/28.39	c #wall_clock_time = 0.062s
28.29/28.39	c #decision = 18
28.29/28.39	c #random_decision = 0
28.29/28.39	c #conflict = 1
28.29/28.39	c #restart = 0
28.29/28.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
28.29/28.39	c lower bound updated to -1123
28.29/28.39	c BCD2: 411 <= obj <= 1492
28.29/28.39	c BCD2: #cores=17, #unrelaxed=1106, #relaxed=428, #hardened=0
28.29/28.39	c BCD2: #sat=1 #unsat=412 bias=412/413
28.29/28.39	c Solving starts ...
28.29/28.39	c ============================[ Search Statistics ]============================
28.29/28.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.29/28.39	c       |         |          |          |    Limit     GC | Var      | Constra 
28.29/28.39	c =============================================================================
28.29/28.39	c  0.0s |       0 |        0 |        0 |    51847      0 |      394 |      410
28.39/28.45	c  0.1s |       0 |       18 |        1 |    51847      0 |      394 |      411
28.39/28.45	c #cpu_time = 0.062s
28.39/28.45	c #wall_clock_time = 0.062s
28.39/28.45	c #decision = 18
28.39/28.45	c #random_decision = 0
28.39/28.45	c #conflict = 1
28.39/28.45	c #restart = 0
28.39/28.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
28.39/28.45	c lower bound updated to -1122
28.39/28.46	c BCD2: 412 <= obj <= 1492
28.39/28.46	c BCD2: #cores=17, #unrelaxed=1105, #relaxed=429, #hardened=0
28.39/28.46	c BCD2: #sat=1 #unsat=413 bias=413/414
28.39/28.46	c Solving starts ...
28.39/28.46	c ============================[ Search Statistics ]============================
28.39/28.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.39/28.46	c       |         |          |          |    Limit     GC | Var      | Constra 
28.39/28.46	c =============================================================================
28.39/28.46	c  0.0s |       0 |        0 |        0 |    51847      0 |      395 |      411
28.49/28.52	c  0.1s |       0 |       18 |        1 |    51847      0 |      395 |      412
28.49/28.52	c #cpu_time = 0.061s
28.49/28.52	c #wall_clock_time = 0.062s
28.49/28.52	c #decision = 18
28.49/28.52	c #random_decision = 0
28.49/28.52	c #conflict = 1
28.49/28.52	c #restart = 0
28.49/28.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
28.49/28.52	c lower bound updated to -1121
28.49/28.53	c BCD2: 413 <= obj <= 1492
28.49/28.53	c BCD2: #cores=17, #unrelaxed=1104, #relaxed=430, #hardened=0
28.49/28.53	c BCD2: #sat=1 #unsat=414 bias=414/415
28.49/28.53	c Solving starts ...
28.49/28.53	c ============================[ Search Statistics ]============================
28.49/28.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.49/28.53	c       |         |          |          |    Limit     GC | Var      | Constra 
28.49/28.53	c =============================================================================
28.49/28.53	c  0.0s |       0 |        0 |        0 |    51847      0 |      396 |      412
28.49/28.59	c  0.1s |       0 |       18 |        1 |    51847      0 |      396 |      413
28.49/28.59	c #cpu_time = 0.060s
28.49/28.59	c #wall_clock_time = 0.060s
28.49/28.59	c #decision = 18
28.49/28.59	c #random_decision = 0
28.49/28.59	c #conflict = 1
28.49/28.59	c #restart = 0
28.49/28.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
28.49/28.59	c lower bound updated to -1120
28.49/28.59	c BCD2: 414 <= obj <= 1492
28.49/28.59	c BCD2: #cores=17, #unrelaxed=1103, #relaxed=431, #hardened=0
28.49/28.59	c BCD2: #sat=1 #unsat=415 bias=415/416
28.49/28.59	c Solving starts ...
28.49/28.59	c ============================[ Search Statistics ]============================
28.49/28.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.49/28.59	c       |         |          |          |    Limit     GC | Var      | Constra 
28.49/28.59	c =============================================================================
28.49/28.59	c  0.0s |       0 |        0 |        0 |    51847      0 |      397 |      413
28.60/28.65	c  0.1s |       0 |       18 |        1 |    51847      0 |      397 |      414
28.60/28.65	c #cpu_time = 0.062s
28.60/28.65	c #wall_clock_time = 0.062s
28.60/28.65	c #decision = 18
28.60/28.65	c #random_decision = 0
28.60/28.65	c #conflict = 1
28.60/28.65	c #restart = 0
28.60/28.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
28.60/28.65	c lower bound updated to -1119
28.60/28.65	c BCD2: 415 <= obj <= 1492
28.60/28.65	c BCD2: #cores=17, #unrelaxed=1102, #relaxed=432, #hardened=0
28.60/28.65	c BCD2: #sat=1 #unsat=416 bias=416/417
28.60/28.65	c Solving starts ...
28.60/28.65	c ============================[ Search Statistics ]============================
28.60/28.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.60/28.65	c       |         |          |          |    Limit     GC | Var      | Constra 
28.60/28.65	c =============================================================================
28.60/28.65	c  0.0s |       0 |        0 |        0 |    51847      0 |      398 |      414
28.70/28.71	c  0.1s |       0 |       18 |        1 |    51847      0 |      398 |      415
28.70/28.71	c #cpu_time = 0.064s
28.70/28.71	c #wall_clock_time = 0.064s
28.70/28.71	c #decision = 18
28.70/28.71	c #random_decision = 0
28.70/28.71	c #conflict = 1
28.70/28.71	c #restart = 0
28.70/28.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
28.70/28.71	c lower bound updated to -1118
28.70/28.71	c BCD2: 416 <= obj <= 1492
28.70/28.71	c BCD2: #cores=17, #unrelaxed=1101, #relaxed=433, #hardened=0
28.70/28.71	c BCD2: #sat=1 #unsat=417 bias=417/418
28.70/28.71	c Solving starts ...
28.70/28.71	c ============================[ Search Statistics ]============================
28.70/28.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.70/28.71	c       |         |          |          |    Limit     GC | Var      | Constra 
28.70/28.71	c =============================================================================
28.70/28.71	c  0.0s |       0 |        0 |        0 |    51847      0 |      399 |      415
28.70/28.78	c  0.1s |       0 |       18 |        1 |    51847      0 |      399 |      416
28.70/28.78	c #cpu_time = 0.065s
28.70/28.78	c #wall_clock_time = 0.065s
28.70/28.78	c #decision = 18
28.70/28.78	c #random_decision = 0
28.70/28.78	c #conflict = 1
28.70/28.78	c #restart = 0
28.70/28.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
28.70/28.78	c lower bound updated to -1117
28.70/28.78	c BCD2: 417 <= obj <= 1492
28.70/28.78	c BCD2: #cores=17, #unrelaxed=1100, #relaxed=434, #hardened=0
28.70/28.78	c BCD2: #sat=1 #unsat=418 bias=418/419
28.70/28.78	c Solving starts ...
28.70/28.78	c ============================[ Search Statistics ]============================
28.70/28.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.70/28.78	c       |         |          |          |    Limit     GC | Var      | Constra 
28.70/28.78	c =============================================================================
28.70/28.78	c  0.0s |       0 |        0 |        0 |    51847      0 |      400 |      416
28.79/28.84	c  0.1s |       0 |       18 |        1 |    51847      0 |      400 |      417
28.79/28.84	c #cpu_time = 0.062s
28.79/28.84	c #wall_clock_time = 0.062s
28.79/28.84	c #decision = 18
28.79/28.84	c #random_decision = 0
28.79/28.84	c #conflict = 1
28.79/28.84	c #restart = 0
28.79/28.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
28.79/28.84	c lower bound updated to -1116
28.79/28.84	c BCD2: 418 <= obj <= 1492
28.79/28.84	c BCD2: #cores=17, #unrelaxed=1099, #relaxed=435, #hardened=0
28.79/28.84	c BCD2: #sat=1 #unsat=419 bias=419/420
28.79/28.84	c Solving starts ...
28.79/28.84	c ============================[ Search Statistics ]============================
28.79/28.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.79/28.84	c       |         |          |          |    Limit     GC | Var      | Constra 
28.79/28.84	c =============================================================================
28.79/28.84	c  0.0s |       0 |        0 |        0 |    51847      0 |      401 |      417
28.89/28.91	c  0.1s |       0 |       18 |        1 |    51847      0 |      401 |      418
28.89/28.91	c #cpu_time = 0.061s
28.89/28.91	c #wall_clock_time = 0.061s
28.89/28.91	c #decision = 18
28.89/28.91	c #random_decision = 0
28.89/28.91	c #conflict = 1
28.89/28.91	c #restart = 0
28.89/28.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
28.89/28.91	c lower bound updated to -1115
28.89/28.91	c BCD2: 419 <= obj <= 1492
28.89/28.91	c BCD2: #cores=17, #unrelaxed=1098, #relaxed=436, #hardened=0
28.89/28.91	c BCD2: #sat=1 #unsat=420 bias=420/421
28.89/28.91	c Solving starts ...
28.89/28.91	c ============================[ Search Statistics ]============================
28.89/28.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.89/28.91	c       |         |          |          |    Limit     GC | Var      | Constra 
28.89/28.91	c =============================================================================
28.89/28.91	c  0.0s |       0 |        0 |        0 |    51847      0 |      402 |      418
28.89/28.97	c  0.1s |       0 |       18 |        1 |    51847      0 |      402 |      419
28.89/28.97	c #cpu_time = 0.062s
28.89/28.97	c #wall_clock_time = 0.062s
28.89/28.97	c #decision = 18
28.89/28.97	c #random_decision = 0
28.89/28.97	c #conflict = 1
28.89/28.97	c #restart = 0
28.89/28.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
28.89/28.97	c lower bound updated to -1114
28.89/28.97	c BCD2: 420 <= obj <= 1492
28.89/28.97	c BCD2: #cores=17, #unrelaxed=1097, #relaxed=437, #hardened=0
28.89/28.97	c BCD2: #sat=1 #unsat=421 bias=421/422
28.89/28.97	c Solving starts ...
28.89/28.97	c ============================[ Search Statistics ]============================
28.89/28.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.89/28.97	c       |         |          |          |    Limit     GC | Var      | Constra 
28.89/28.97	c =============================================================================
28.89/28.97	c  0.0s |       0 |        0 |        0 |    51847      0 |      403 |      419
28.99/29.03	c  0.1s |       0 |       18 |        1 |    51847      0 |      403 |      420
28.99/29.03	c #cpu_time = 0.062s
28.99/29.03	c #wall_clock_time = 0.062s
28.99/29.03	c #decision = 18
28.99/29.03	c #random_decision = 0
28.99/29.03	c #conflict = 1
28.99/29.03	c #restart = 0
28.99/29.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
28.99/29.03	c lower bound updated to -1113
28.99/29.04	c BCD2: 421 <= obj <= 1492
28.99/29.04	c BCD2: #cores=17, #unrelaxed=1096, #relaxed=438, #hardened=0
28.99/29.04	c BCD2: #sat=1 #unsat=422 bias=422/423
28.99/29.04	c Solving starts ...
28.99/29.04	c ============================[ Search Statistics ]============================
28.99/29.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
28.99/29.04	c       |         |          |          |    Limit     GC | Var      | Constra 
28.99/29.04	c =============================================================================
28.99/29.04	c  0.0s |       0 |        0 |        0 |    51847      0 |      404 |      420
29.09/29.10	c  0.1s |       0 |       18 |        1 |    51847      0 |      404 |      421
29.09/29.10	c #cpu_time = 0.060s
29.09/29.10	c #wall_clock_time = 0.060s
29.09/29.10	c #decision = 18
29.09/29.10	c #random_decision = 0
29.09/29.10	c #conflict = 1
29.09/29.10	c #restart = 0
29.09/29.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
29.09/29.10	c lower bound updated to -1112
29.09/29.10	c BCD2: 422 <= obj <= 1492
29.09/29.10	c BCD2: #cores=17, #unrelaxed=1095, #relaxed=439, #hardened=0
29.09/29.10	c BCD2: #sat=1 #unsat=423 bias=423/424
29.09/29.10	c Solving starts ...
29.09/29.10	c ============================[ Search Statistics ]============================
29.09/29.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.09/29.10	c       |         |          |          |    Limit     GC | Var      | Constra 
29.09/29.10	c =============================================================================
29.09/29.10	c  0.0s |       0 |        0 |        0 |    51847      0 |      405 |      421
29.09/29.16	c  0.1s |       0 |       18 |        1 |    51847      0 |      405 |      422
29.09/29.16	c #cpu_time = 0.061s
29.09/29.16	c #wall_clock_time = 0.061s
29.09/29.16	c #decision = 18
29.09/29.16	c #random_decision = 0
29.09/29.16	c #conflict = 1
29.09/29.16	c #restart = 0
29.09/29.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
29.09/29.16	c lower bound updated to -1111
29.09/29.16	c BCD2: 423 <= obj <= 1492
29.09/29.16	c BCD2: #cores=17, #unrelaxed=1094, #relaxed=440, #hardened=0
29.09/29.16	c BCD2: #sat=1 #unsat=424 bias=424/425
29.09/29.16	c Solving starts ...
29.09/29.16	c ============================[ Search Statistics ]============================
29.09/29.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.09/29.16	c       |         |          |          |    Limit     GC | Var      | Constra 
29.09/29.16	c =============================================================================
29.09/29.16	c  0.0s |       0 |        0 |        0 |    51847      0 |      406 |      422
29.19/29.23	c  0.1s |       0 |       18 |        1 |    51847      0 |      406 |      423
29.19/29.23	c #cpu_time = 0.062s
29.19/29.23	c #wall_clock_time = 0.062s
29.19/29.23	c #decision = 18
29.19/29.23	c #random_decision = 0
29.19/29.23	c #conflict = 1
29.19/29.23	c #restart = 0
29.19/29.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
29.19/29.23	c lower bound updated to -1110
29.19/29.23	c BCD2: 424 <= obj <= 1492
29.19/29.23	c BCD2: #cores=17, #unrelaxed=1093, #relaxed=441, #hardened=0
29.19/29.23	c BCD2: #sat=1 #unsat=425 bias=425/426
29.19/29.23	c Solving starts ...
29.19/29.23	c ============================[ Search Statistics ]============================
29.19/29.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.19/29.23	c       |         |          |          |    Limit     GC | Var      | Constra 
29.19/29.23	c =============================================================================
29.19/29.23	c  0.0s |       0 |        0 |        0 |    51847      0 |      407 |      423
29.19/29.29	c  0.1s |       0 |       18 |        1 |    51847      0 |      407 |      424
29.19/29.29	c #cpu_time = 0.062s
29.19/29.29	c #wall_clock_time = 0.062s
29.19/29.29	c #decision = 18
29.19/29.29	c #random_decision = 0
29.19/29.29	c #conflict = 1
29.19/29.29	c #restart = 0
29.19/29.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
29.19/29.29	c lower bound updated to -1109
29.19/29.29	c BCD2: 425 <= obj <= 1492
29.19/29.29	c BCD2: #cores=17, #unrelaxed=1092, #relaxed=442, #hardened=0
29.19/29.29	c BCD2: #sat=1 #unsat=426 bias=426/427
29.19/29.29	c Solving starts ...
29.19/29.29	c ============================[ Search Statistics ]============================
29.19/29.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.19/29.29	c       |         |          |          |    Limit     GC | Var      | Constra 
29.19/29.29	c =============================================================================
29.19/29.29	c  0.0s |       0 |        0 |        0 |    51847      0 |      408 |      424
29.29/29.35	c  0.1s |       0 |       18 |        0 |    51847      0 |      408 |      425
29.29/29.35	c #cpu_time = 0.062s
29.29/29.35	c #wall_clock_time = 0.062s
29.29/29.35	c #decision = 18
29.29/29.35	c #random_decision = 0
29.29/29.35	c #conflict = 0
29.29/29.35	c #restart = 0
29.29/29.35	c BCD2: found a new core of size 2: cost of the new core is >=1
29.29/29.35	c lower bound updated to -1108
29.29/29.37	c BCD2: 426 <= obj <= 1492
29.29/29.37	c BCD2: #cores=18, #unrelaxed=1090, #relaxed=444, #hardened=0
29.29/29.37	c BCD2: #sat=1 #unsat=427 bias=427/428
29.29/29.37	c Solving starts ...
29.29/29.37	c ============================[ Search Statistics ]============================
29.29/29.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.29/29.37	c       |         |          |          |    Limit     GC | Var      | Constra 
29.29/29.37	c =============================================================================
29.29/29.37	c  0.0s |       0 |        0 |        0 |    51847      0 |      408 |      426
29.39/29.42	c  0.1s |       0 |       19 |        1 |    51847      0 |      408 |      426
29.39/29.42	c #cpu_time = 0.059s
29.39/29.42	c #wall_clock_time = 0.059s
29.39/29.42	c #decision = 19
29.39/29.42	c #random_decision = 0
29.39/29.42	c #conflict = 1
29.39/29.42	c #restart = 0
29.39/29.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
29.39/29.42	c lower bound updated to -1107
29.39/29.43	c BCD2: 427 <= obj <= 1492
29.39/29.43	c BCD2: #cores=18, #unrelaxed=1089, #relaxed=445, #hardened=0
29.39/29.43	c BCD2: #sat=1 #unsat=428 bias=428/429
29.39/29.43	c Solving starts ...
29.39/29.43	c ============================[ Search Statistics ]============================
29.39/29.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.39/29.43	c       |         |          |          |    Limit     GC | Var      | Constra 
29.39/29.43	c =============================================================================
29.39/29.43	c  0.0s |       0 |        0 |        0 |    51847      0 |      409 |      426
29.39/29.49	c  0.1s |       0 |       19 |        1 |    51847      0 |      409 |      427
29.39/29.49	c #cpu_time = 0.061s
29.39/29.49	c #wall_clock_time = 0.061s
29.39/29.49	c #decision = 19
29.39/29.49	c #random_decision = 0
29.39/29.49	c #conflict = 1
29.39/29.49	c #restart = 0
29.39/29.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
29.39/29.49	c lower bound updated to -1106
29.39/29.50	c BCD2: 428 <= obj <= 1492
29.39/29.50	c BCD2: #cores=18, #unrelaxed=1088, #relaxed=446, #hardened=0
29.39/29.50	c BCD2: #sat=1 #unsat=429 bias=429/430
29.49/29.50	c Solving starts ...
29.49/29.50	c ============================[ Search Statistics ]============================
29.49/29.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.49/29.50	c       |         |          |          |    Limit     GC | Var      | Constra 
29.49/29.50	c =============================================================================
29.49/29.50	c  0.0s |       0 |        0 |        0 |    51847      0 |      410 |      427
29.49/29.56	c  0.1s |       0 |       19 |        1 |    51847      0 |      410 |      428
29.49/29.56	c #cpu_time = 0.060s
29.49/29.56	c #wall_clock_time = 0.060s
29.49/29.56	c #decision = 19
29.49/29.56	c #random_decision = 0
29.49/29.56	c #conflict = 1
29.49/29.56	c #restart = 0
29.49/29.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
29.49/29.56	c lower bound updated to -1105
29.49/29.56	c BCD2: 429 <= obj <= 1492
29.49/29.56	c BCD2: #cores=18, #unrelaxed=1087, #relaxed=447, #hardened=0
29.49/29.56	c BCD2: #sat=1 #unsat=430 bias=430/431
29.49/29.56	c Solving starts ...
29.49/29.56	c ============================[ Search Statistics ]============================
29.49/29.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.49/29.56	c       |         |          |          |    Limit     GC | Var      | Constra 
29.49/29.56	c =============================================================================
29.49/29.56	c  0.0s |       0 |        0 |        0 |    51847      0 |      411 |      428
29.59/29.62	c  0.1s |       0 |       19 |        1 |    51847      0 |      411 |      429
29.59/29.62	c #cpu_time = 0.061s
29.59/29.62	c #wall_clock_time = 0.061s
29.59/29.62	c #decision = 19
29.59/29.62	c #random_decision = 0
29.59/29.62	c #conflict = 1
29.59/29.62	c #restart = 0
29.59/29.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
29.59/29.62	c lower bound updated to -1104
29.59/29.62	c BCD2: 430 <= obj <= 1492
29.59/29.62	c BCD2: #cores=18, #unrelaxed=1086, #relaxed=448, #hardened=0
29.59/29.62	c BCD2: #sat=1 #unsat=431 bias=431/432
29.59/29.62	c Solving starts ...
29.59/29.62	c ============================[ Search Statistics ]============================
29.59/29.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.59/29.62	c       |         |          |          |    Limit     GC | Var      | Constra 
29.59/29.62	c =============================================================================
29.59/29.62	c  0.0s |       0 |        0 |        0 |    51847      0 |      412 |      429
29.59/29.68	c  0.1s |       0 |       19 |        1 |    51847      0 |      412 |      430
29.59/29.68	c #cpu_time = 0.061s
29.59/29.68	c #wall_clock_time = 0.061s
29.59/29.68	c #decision = 19
29.59/29.68	c #random_decision = 0
29.59/29.68	c #conflict = 1
29.59/29.68	c #restart = 0
29.59/29.68	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
29.59/29.68	c lower bound updated to -1103
29.59/29.68	c BCD2: 431 <= obj <= 1492
29.59/29.68	c BCD2: #cores=18, #unrelaxed=1085, #relaxed=449, #hardened=0
29.59/29.68	c BCD2: #sat=1 #unsat=432 bias=432/433
29.59/29.68	c Solving starts ...
29.59/29.68	c ============================[ Search Statistics ]============================
29.59/29.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.59/29.68	c       |         |          |          |    Limit     GC | Var      | Constra 
29.59/29.68	c =============================================================================
29.59/29.68	c  0.0s |       0 |        0 |        0 |    51847      0 |      413 |      430
29.70/29.74	c  0.1s |       0 |       19 |        1 |    51847      0 |      413 |      431
29.70/29.74	c #cpu_time = 0.062s
29.70/29.74	c #wall_clock_time = 0.062s
29.70/29.74	c #decision = 19
29.70/29.74	c #random_decision = 0
29.70/29.74	c #conflict = 1
29.70/29.74	c #restart = 0
29.70/29.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
29.70/29.74	c lower bound updated to -1102
29.70/29.74	c BCD2: 432 <= obj <= 1492
29.70/29.74	c BCD2: #cores=18, #unrelaxed=1084, #relaxed=450, #hardened=0
29.70/29.74	c BCD2: #sat=1 #unsat=433 bias=433/434
29.70/29.74	c Solving starts ...
29.70/29.74	c ============================[ Search Statistics ]============================
29.70/29.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.70/29.74	c       |         |          |          |    Limit     GC | Var      | Constra 
29.70/29.74	c =============================================================================
29.70/29.74	c  0.0s |       0 |        0 |        0 |    51847      0 |      414 |      431
29.80/29.81	c  0.1s |       0 |       19 |        1 |    51847      0 |      414 |      432
29.80/29.81	c #cpu_time = 0.064s
29.80/29.81	c #wall_clock_time = 0.064s
29.80/29.81	c #decision = 19
29.80/29.81	c #random_decision = 0
29.80/29.81	c #conflict = 1
29.80/29.81	c #restart = 0
29.80/29.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
29.80/29.81	c lower bound updated to -1101
29.80/29.81	c BCD2: 433 <= obj <= 1492
29.80/29.81	c BCD2: #cores=18, #unrelaxed=1083, #relaxed=451, #hardened=0
29.80/29.81	c BCD2: #sat=1 #unsat=434 bias=434/435
29.80/29.81	c Solving starts ...
29.80/29.81	c ============================[ Search Statistics ]============================
29.80/29.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.80/29.81	c       |         |          |          |    Limit     GC | Var      | Constra 
29.80/29.81	c =============================================================================
29.80/29.81	c  0.0s |       0 |        0 |        0 |    51847      0 |      415 |      432
29.80/29.88	c  0.1s |       0 |       19 |        1 |    51847      0 |      415 |      433
29.80/29.88	c #cpu_time = 0.065s
29.80/29.88	c #wall_clock_time = 0.065s
29.80/29.88	c #decision = 19
29.80/29.88	c #random_decision = 0
29.80/29.88	c #conflict = 1
29.80/29.88	c #restart = 0
29.80/29.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
29.80/29.88	c lower bound updated to -1100
29.80/29.88	c BCD2: 434 <= obj <= 1492
29.80/29.88	c BCD2: #cores=18, #unrelaxed=1082, #relaxed=452, #hardened=0
29.80/29.88	c BCD2: #sat=1 #unsat=435 bias=435/436
29.80/29.88	c Solving starts ...
29.80/29.88	c ============================[ Search Statistics ]============================
29.80/29.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.80/29.88	c       |         |          |          |    Limit     GC | Var      | Constra 
29.80/29.88	c =============================================================================
29.80/29.88	c  0.0s |       0 |        0 |        0 |    51847      0 |      416 |      433
29.89/29.94	c  0.1s |       0 |       19 |        1 |    51847      0 |      416 |      434
29.89/29.94	c #cpu_time = 0.062s
29.89/29.94	c #wall_clock_time = 0.062s
29.89/29.94	c #decision = 19
29.89/29.94	c #random_decision = 0
29.89/29.94	c #conflict = 1
29.89/29.94	c #restart = 0
29.89/29.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
29.89/29.94	c lower bound updated to -1099
29.89/29.94	c BCD2: 435 <= obj <= 1492
29.89/29.94	c BCD2: #cores=18, #unrelaxed=1081, #relaxed=453, #hardened=0
29.89/29.94	c BCD2: #sat=1 #unsat=436 bias=436/437
29.89/29.94	c Solving starts ...
29.89/29.94	c ============================[ Search Statistics ]============================
29.89/29.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.89/29.94	c       |         |          |          |    Limit     GC | Var      | Constra 
29.89/29.94	c =============================================================================
29.89/29.94	c  0.0s |       0 |        0 |        0 |    51847      0 |      417 |      434
29.99/30.00	c  0.1s |       0 |       19 |        1 |    51847      0 |      417 |      435
29.99/30.00	c #cpu_time = 0.061s
29.99/30.00	c #wall_clock_time = 0.061s
29.99/30.00	c #decision = 19
29.99/30.00	c #random_decision = 0
29.99/30.00	c #conflict = 1
29.99/30.00	c #restart = 0
29.99/30.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
29.99/30.00	c lower bound updated to -1098
29.99/30.01	c BCD2: 436 <= obj <= 1492
29.99/30.01	c BCD2: #cores=18, #unrelaxed=1080, #relaxed=454, #hardened=0
29.99/30.01	c BCD2: #sat=1 #unsat=437 bias=437/438
29.99/30.01	c Solving starts ...
29.99/30.01	c ============================[ Search Statistics ]============================
29.99/30.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.99/30.01	c       |         |          |          |    Limit     GC | Var      | Constra 
29.99/30.01	c =============================================================================
29.99/30.01	c  0.0s |       0 |        0 |        0 |    51847      0 |      418 |      435
29.99/30.07	c  0.1s |       0 |       19 |        1 |    51847      0 |      418 |      436
29.99/30.07	c #cpu_time = 0.060s
29.99/30.07	c #wall_clock_time = 0.060s
29.99/30.07	c #decision = 19
29.99/30.07	c #random_decision = 0
29.99/30.07	c #conflict = 1
29.99/30.07	c #restart = 0
29.99/30.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
29.99/30.07	c lower bound updated to -1097
29.99/30.07	c BCD2: 437 <= obj <= 1492
29.99/30.07	c BCD2: #cores=18, #unrelaxed=1079, #relaxed=455, #hardened=0
29.99/30.07	c BCD2: #sat=1 #unsat=438 bias=438/439
29.99/30.07	c Solving starts ...
29.99/30.07	c ============================[ Search Statistics ]============================
29.99/30.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.99/30.07	c       |         |          |          |    Limit     GC | Var      | Constra 
29.99/30.07	c =============================================================================
29.99/30.07	c  0.0s |       0 |        0 |        0 |    51847      0 |      419 |      436
30.09/30.13	c  0.1s |       0 |       19 |        1 |    51847      0 |      419 |      437
30.09/30.13	c #cpu_time = 0.062s
30.09/30.13	c #wall_clock_time = 0.062s
30.09/30.13	c #decision = 19
30.09/30.13	c #random_decision = 0
30.09/30.13	c #conflict = 1
30.09/30.13	c #restart = 0
30.09/30.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
30.09/30.13	c lower bound updated to -1096
30.09/30.13	c BCD2: 438 <= obj <= 1492
30.09/30.13	c BCD2: #cores=18, #unrelaxed=1078, #relaxed=456, #hardened=0
30.09/30.13	c BCD2: #sat=1 #unsat=439 bias=439/440
30.09/30.13	c Solving starts ...
30.09/30.13	c ============================[ Search Statistics ]============================
30.09/30.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.09/30.13	c       |         |          |          |    Limit     GC | Var      | Constra 
30.09/30.13	c =============================================================================
30.09/30.13	c  0.0s |       0 |        0 |        0 |    51847      0 |      420 |      437
30.09/30.20	c  0.1s |       0 |       19 |        1 |    51847      0 |      420 |      438
30.09/30.20	c #cpu_time = 0.062s
30.09/30.20	c #wall_clock_time = 0.062s
30.09/30.20	c #decision = 19
30.09/30.20	c #random_decision = 0
30.09/30.20	c #conflict = 1
30.09/30.20	c #restart = 0
30.09/30.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
30.09/30.20	c lower bound updated to -1095
30.19/30.20	c BCD2: 439 <= obj <= 1492
30.19/30.20	c BCD2: #cores=18, #unrelaxed=1077, #relaxed=457, #hardened=0
30.19/30.20	c BCD2: #sat=1 #unsat=440 bias=440/441
30.19/30.20	c Solving starts ...
30.19/30.20	c ============================[ Search Statistics ]============================
30.19/30.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.19/30.20	c       |         |          |          |    Limit     GC | Var      | Constra 
30.19/30.20	c =============================================================================
30.19/30.20	c  0.0s |       0 |        0 |        0 |    51847      0 |      421 |      438
30.19/30.26	c  0.1s |       0 |       19 |        1 |    51847      0 |      421 |      439
30.19/30.26	c #cpu_time = 0.062s
30.19/30.26	c #wall_clock_time = 0.062s
30.19/30.26	c #decision = 19
30.19/30.26	c #random_decision = 0
30.19/30.26	c #conflict = 1
30.19/30.26	c #restart = 0
30.19/30.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
30.19/30.26	c lower bound updated to -1094
30.19/30.26	c BCD2: 440 <= obj <= 1492
30.19/30.26	c BCD2: #cores=18, #unrelaxed=1076, #relaxed=458, #hardened=0
30.19/30.26	c BCD2: #sat=1 #unsat=441 bias=441/442
30.19/30.26	c Solving starts ...
30.19/30.26	c ============================[ Search Statistics ]============================
30.19/30.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.19/30.26	c       |         |          |          |    Limit     GC | Var      | Constra 
30.19/30.26	c =============================================================================
30.19/30.26	c  0.0s |       0 |        0 |        0 |    51847      0 |      422 |      439
30.29/30.32	c  0.1s |       0 |       19 |        1 |    51847      0 |      422 |      440
30.29/30.32	c #cpu_time = 0.063s
30.29/30.32	c #wall_clock_time = 0.063s
30.29/30.32	c #decision = 19
30.29/30.32	c #random_decision = 0
30.29/30.32	c #conflict = 1
30.29/30.32	c #restart = 0
30.29/30.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
30.29/30.32	c lower bound updated to -1093
30.29/30.32	c BCD2: 441 <= obj <= 1492
30.29/30.32	c BCD2: #cores=18, #unrelaxed=1075, #relaxed=459, #hardened=0
30.29/30.32	c BCD2: #sat=1 #unsat=442 bias=442/443
30.29/30.32	c Solving starts ...
30.29/30.32	c ============================[ Search Statistics ]============================
30.29/30.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.29/30.32	c       |         |          |          |    Limit     GC | Var      | Constra 
30.29/30.32	c =============================================================================
30.29/30.32	c  0.0s |       0 |        0 |        0 |    51847      0 |      423 |      440
30.29/30.39	c  0.1s |       0 |       19 |        1 |    51847      0 |      423 |      441
30.29/30.39	c #cpu_time = 0.062s
30.29/30.39	c #wall_clock_time = 0.062s
30.29/30.39	c #decision = 19
30.29/30.39	c #random_decision = 0
30.29/30.39	c #conflict = 1
30.29/30.39	c #restart = 0
30.29/30.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
30.29/30.39	c lower bound updated to -1092
30.29/30.39	c BCD2: 442 <= obj <= 1492
30.29/30.39	c BCD2: #cores=18, #unrelaxed=1074, #relaxed=460, #hardened=0
30.29/30.39	c BCD2: #sat=1 #unsat=443 bias=443/444
30.29/30.39	c Solving starts ...
30.29/30.39	c ============================[ Search Statistics ]============================
30.29/30.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.29/30.39	c       |         |          |          |    Limit     GC | Var      | Constra 
30.29/30.39	c =============================================================================
30.29/30.39	c  0.0s |       0 |        0 |        0 |    51847      0 |      424 |      441
30.39/30.45	c  0.1s |       0 |       19 |        1 |    51847      0 |      424 |      442
30.39/30.45	c #cpu_time = 0.062s
30.39/30.45	c #wall_clock_time = 0.062s
30.39/30.45	c #decision = 19
30.39/30.45	c #random_decision = 0
30.39/30.45	c #conflict = 1
30.39/30.45	c #restart = 0
30.39/30.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
30.39/30.45	c lower bound updated to -1091
30.39/30.45	c BCD2: 443 <= obj <= 1492
30.39/30.45	c BCD2: #cores=18, #unrelaxed=1073, #relaxed=461, #hardened=0
30.39/30.45	c BCD2: #sat=1 #unsat=444 bias=444/445
30.39/30.45	c Solving starts ...
30.39/30.45	c ============================[ Search Statistics ]============================
30.39/30.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.39/30.45	c       |         |          |          |    Limit     GC | Var      | Constra 
30.39/30.45	c =============================================================================
30.39/30.46	c  0.0s |       0 |        0 |        0 |    51847      0 |      425 |      442
30.49/30.52	c  0.1s |       0 |       19 |        1 |    51847      0 |      425 |      443
30.49/30.52	c #cpu_time = 0.060s
30.49/30.52	c #wall_clock_time = 0.060s
30.49/30.52	c #decision = 19
30.49/30.52	c #random_decision = 0
30.49/30.52	c #conflict = 1
30.49/30.52	c #restart = 0
30.49/30.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
30.49/30.52	c lower bound updated to -1090
30.49/30.52	c BCD2: 444 <= obj <= 1492
30.49/30.52	c BCD2: #cores=18, #unrelaxed=1072, #relaxed=462, #hardened=0
30.49/30.52	c BCD2: #sat=1 #unsat=445 bias=445/446
30.49/30.52	c Solving starts ...
30.49/30.52	c ============================[ Search Statistics ]============================
30.49/30.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.49/30.52	c       |         |          |          |    Limit     GC | Var      | Constra 
30.49/30.52	c =============================================================================
30.49/30.52	c  0.0s |       0 |        0 |        0 |    51847      0 |      426 |      443
30.49/30.58	c  0.1s |       0 |       19 |        1 |    51847      0 |      426 |      444
30.49/30.58	c #cpu_time = 0.062s
30.49/30.58	c #wall_clock_time = 0.062s
30.49/30.58	c #decision = 19
30.49/30.58	c #random_decision = 0
30.49/30.58	c #conflict = 1
30.49/30.58	c #restart = 0
30.49/30.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
30.49/30.58	c lower bound updated to -1089
30.49/30.58	c BCD2: 445 <= obj <= 1492
30.49/30.58	c BCD2: #cores=18, #unrelaxed=1071, #relaxed=463, #hardened=0
30.49/30.58	c BCD2: #sat=1 #unsat=446 bias=446/447
30.49/30.58	c Solving starts ...
30.49/30.58	c ============================[ Search Statistics ]============================
30.49/30.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.49/30.58	c       |         |          |          |    Limit     GC | Var      | Constra 
30.49/30.58	c =============================================================================
30.49/30.58	c  0.0s |       0 |        0 |        0 |    51847      0 |      427 |      444
30.59/30.64	c  0.1s |       0 |       19 |        1 |    51847      0 |      427 |      445
30.59/30.64	c #cpu_time = 0.062s
30.59/30.64	c #wall_clock_time = 0.062s
30.59/30.64	c #decision = 19
30.59/30.64	c #random_decision = 0
30.59/30.64	c #conflict = 1
30.59/30.64	c #restart = 0
30.59/30.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
30.59/30.64	c lower bound updated to -1088
30.59/30.64	c BCD2: 446 <= obj <= 1492
30.59/30.64	c BCD2: #cores=18, #unrelaxed=1070, #relaxed=464, #hardened=0
30.59/30.64	c BCD2: #sat=1 #unsat=447 bias=447/448
30.59/30.64	c Solving starts ...
30.59/30.64	c ============================[ Search Statistics ]============================
30.59/30.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.59/30.64	c       |         |          |          |    Limit     GC | Var      | Constra 
30.59/30.64	c =============================================================================
30.59/30.64	c  0.0s |       0 |        0 |        0 |    51847      0 |      428 |      445
30.69/30.71	c  0.1s |       0 |       19 |        1 |    51847      0 |      428 |      446
30.69/30.71	c #cpu_time = 0.062s
30.69/30.71	c #wall_clock_time = 0.062s
30.69/30.71	c #decision = 19
30.69/30.71	c #random_decision = 0
30.69/30.71	c #conflict = 1
30.69/30.71	c #restart = 0
30.69/30.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
30.69/30.71	c lower bound updated to -1087
30.69/30.71	c BCD2: 447 <= obj <= 1492
30.69/30.71	c BCD2: #cores=18, #unrelaxed=1069, #relaxed=465, #hardened=0
30.69/30.71	c BCD2: #sat=1 #unsat=448 bias=448/449
30.69/30.71	c Solving starts ...
30.69/30.71	c ============================[ Search Statistics ]============================
30.69/30.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.69/30.71	c       |         |          |          |    Limit     GC | Var      | Constra 
30.69/30.71	c =============================================================================
30.69/30.71	c  0.0s |       0 |        0 |        0 |    51847      0 |      429 |      446
30.69/30.77	c  0.1s |       0 |       19 |        1 |    51847      0 |      429 |      447
30.69/30.77	c #cpu_time = 0.062s
30.69/30.77	c #wall_clock_time = 0.062s
30.69/30.77	c #decision = 19
30.69/30.77	c #random_decision = 0
30.69/30.77	c #conflict = 1
30.69/30.77	c #restart = 0
30.69/30.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
30.69/30.77	c lower bound updated to -1086
30.69/30.77	c BCD2: 448 <= obj <= 1492
30.69/30.77	c BCD2: #cores=18, #unrelaxed=1068, #relaxed=466, #hardened=0
30.69/30.77	c BCD2: #sat=1 #unsat=449 bias=449/450
30.69/30.77	c Solving starts ...
30.69/30.77	c ============================[ Search Statistics ]============================
30.69/30.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.69/30.77	c       |         |          |          |    Limit     GC | Var      | Constra 
30.69/30.77	c =============================================================================
30.69/30.77	c  0.0s |       0 |        0 |        0 |    51847      0 |      430 |      447
30.79/30.83	c  0.1s |       0 |       19 |        1 |    51847      0 |      430 |      448
30.79/30.83	c #cpu_time = 0.062s
30.79/30.83	c #wall_clock_time = 0.062s
30.79/30.83	c #decision = 19
30.79/30.83	c #random_decision = 0
30.79/30.83	c #conflict = 1
30.79/30.83	c #restart = 0
30.79/30.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
30.79/30.83	c lower bound updated to -1085
30.79/30.83	c BCD2: 449 <= obj <= 1492
30.79/30.83	c BCD2: #cores=18, #unrelaxed=1067, #relaxed=467, #hardened=0
30.79/30.83	c BCD2: #sat=1 #unsat=450 bias=450/451
30.79/30.83	c Solving starts ...
30.79/30.83	c ============================[ Search Statistics ]============================
30.79/30.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.79/30.83	c       |         |          |          |    Limit     GC | Var      | Constra 
30.79/30.83	c =============================================================================
30.79/30.83	c  0.0s |       0 |        0 |        0 |    51847      0 |      431 |      448
30.79/30.89	c  0.1s |       0 |       19 |        1 |    51847      0 |      431 |      449
30.79/30.89	c #cpu_time = 0.062s
30.79/30.89	c #wall_clock_time = 0.062s
30.79/30.89	c #decision = 19
30.79/30.89	c #random_decision = 0
30.79/30.89	c #conflict = 1
30.79/30.89	c #restart = 0
30.79/30.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
30.79/30.89	c lower bound updated to -1084
30.79/30.90	c BCD2: 450 <= obj <= 1492
30.79/30.90	c BCD2: #cores=18, #unrelaxed=1066, #relaxed=468, #hardened=0
30.79/30.90	c BCD2: #sat=1 #unsat=451 bias=451/452
30.79/30.90	c Solving starts ...
30.79/30.90	c ============================[ Search Statistics ]============================
30.79/30.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.79/30.90	c       |         |          |          |    Limit     GC | Var      | Constra 
30.79/30.90	c =============================================================================
30.79/30.90	c  0.0s |       0 |        0 |        0 |    51847      0 |      432 |      449
30.89/30.96	c  0.1s |       0 |       19 |        0 |    51847      0 |      432 |      450
30.89/30.96	c #cpu_time = 0.065s
30.89/30.96	c #wall_clock_time = 0.065s
30.89/30.96	c #decision = 19
30.89/30.96	c #random_decision = 0
30.89/30.96	c #conflict = 0
30.89/30.96	c #restart = 0
30.89/30.96	c BCD2: found a new core of size 2: cost of the new core is >=1
30.89/30.96	c lower bound updated to -1083
30.89/30.98	c BCD2: 451 <= obj <= 1492
30.89/30.98	c BCD2: #cores=19, #unrelaxed=1064, #relaxed=470, #hardened=0
30.89/30.98	c BCD2: #sat=1 #unsat=452 bias=452/453
30.89/30.98	c Solving starts ...
30.89/30.98	c ============================[ Search Statistics ]============================
30.89/30.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.89/30.98	c       |         |          |          |    Limit     GC | Var      | Constra 
30.89/30.98	c =============================================================================
30.89/30.98	c  0.0s |       0 |        0 |        0 |    51847      0 |      432 |      451
30.99/31.04	c  0.1s |       0 |       20 |        1 |    51847      0 |      432 |      451
30.99/31.04	c #cpu_time = 0.060s
30.99/31.04	c #wall_clock_time = 0.060s
30.99/31.04	c #decision = 20
30.99/31.04	c #random_decision = 0
30.99/31.04	c #conflict = 1
30.99/31.04	c #restart = 0
30.99/31.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
30.99/31.04	c lower bound updated to -1082
30.99/31.04	c BCD2: 452 <= obj <= 1492
30.99/31.04	c BCD2: #cores=19, #unrelaxed=1063, #relaxed=471, #hardened=0
30.99/31.04	c BCD2: #sat=1 #unsat=453 bias=453/454
30.99/31.04	c Solving starts ...
30.99/31.04	c ============================[ Search Statistics ]============================
30.99/31.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.99/31.04	c       |         |          |          |    Limit     GC | Var      | Constra 
30.99/31.04	c =============================================================================
30.99/31.04	c  0.0s |       0 |        0 |        0 |    51847      0 |      433 |      451
31.09/31.10	c  0.1s |       0 |       20 |        1 |    51847      0 |      433 |      452
31.09/31.10	c #cpu_time = 0.062s
31.09/31.10	c #wall_clock_time = 0.062s
31.09/31.10	c #decision = 20
31.09/31.10	c #random_decision = 0
31.09/31.10	c #conflict = 1
31.09/31.10	c #restart = 0
31.09/31.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
31.09/31.10	c lower bound updated to -1081
31.09/31.10	c BCD2: 453 <= obj <= 1492
31.09/31.10	c BCD2: #cores=19, #unrelaxed=1062, #relaxed=472, #hardened=0
31.09/31.10	c BCD2: #sat=1 #unsat=454 bias=454/455
31.09/31.10	c Solving starts ...
31.09/31.10	c ============================[ Search Statistics ]============================
31.09/31.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.09/31.10	c       |         |          |          |    Limit     GC | Var      | Constra 
31.09/31.10	c =============================================================================
31.09/31.10	c  0.0s |       0 |        0 |        0 |    51847      0 |      434 |      452
31.09/31.17	c  0.1s |       0 |       20 |        1 |    51847      0 |      434 |      453
31.09/31.17	c #cpu_time = 0.062s
31.09/31.17	c #wall_clock_time = 0.062s
31.09/31.17	c #decision = 20
31.09/31.17	c #random_decision = 0
31.09/31.17	c #conflict = 1
31.09/31.17	c #restart = 0
31.09/31.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
31.09/31.17	c lower bound updated to -1080
31.09/31.17	c BCD2: 454 <= obj <= 1492
31.09/31.17	c BCD2: #cores=19, #unrelaxed=1061, #relaxed=473, #hardened=0
31.09/31.17	c BCD2: #sat=1 #unsat=455 bias=455/456
31.09/31.17	c Solving starts ...
31.09/31.17	c ============================[ Search Statistics ]============================
31.09/31.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.09/31.17	c       |         |          |          |    Limit     GC | Var      | Constra 
31.09/31.17	c =============================================================================
31.09/31.17	c  0.0s |       0 |        0 |        0 |    51847      0 |      435 |      453
31.19/31.23	c  0.1s |       0 |       20 |        1 |    51847      0 |      435 |      454
31.19/31.23	c #cpu_time = 0.062s
31.19/31.23	c #wall_clock_time = 0.062s
31.19/31.23	c #decision = 20
31.19/31.23	c #random_decision = 0
31.19/31.23	c #conflict = 1
31.19/31.23	c #restart = 0
31.19/31.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
31.19/31.23	c lower bound updated to -1079
31.19/31.23	c BCD2: 455 <= obj <= 1492
31.19/31.23	c BCD2: #cores=19, #unrelaxed=1060, #relaxed=474, #hardened=0
31.19/31.23	c BCD2: #sat=1 #unsat=456 bias=456/457
31.19/31.23	c Solving starts ...
31.19/31.23	c ============================[ Search Statistics ]============================
31.19/31.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.19/31.23	c       |         |          |          |    Limit     GC | Var      | Constra 
31.19/31.23	c =============================================================================
31.19/31.23	c  0.0s |       0 |        0 |        0 |    51847      0 |      436 |      454
31.19/31.29	c  0.1s |       0 |       20 |        1 |    51847      0 |      436 |      455
31.19/31.29	c #cpu_time = 0.062s
31.19/31.29	c #wall_clock_time = 0.062s
31.19/31.29	c #decision = 20
31.19/31.29	c #random_decision = 0
31.19/31.29	c #conflict = 1
31.19/31.29	c #restart = 0
31.19/31.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
31.19/31.29	c lower bound updated to -1078
31.19/31.29	c BCD2: 456 <= obj <= 1492
31.19/31.29	c BCD2: #cores=19, #unrelaxed=1059, #relaxed=475, #hardened=0
31.19/31.29	c BCD2: #sat=1 #unsat=457 bias=457/458
31.19/31.29	c Solving starts ...
31.19/31.29	c ============================[ Search Statistics ]============================
31.19/31.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.19/31.29	c       |         |          |          |    Limit     GC | Var      | Constra 
31.19/31.29	c =============================================================================
31.19/31.29	c  0.0s |       0 |        0 |        0 |    51847      0 |      437 |      455
31.29/31.35	c  0.1s |       0 |       20 |        1 |    51847      0 |      437 |      456
31.29/31.35	c #cpu_time = 0.062s
31.29/31.35	c #wall_clock_time = 0.062s
31.29/31.35	c #decision = 20
31.29/31.35	c #random_decision = 0
31.29/31.35	c #conflict = 1
31.29/31.35	c #restart = 0
31.29/31.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
31.29/31.35	c lower bound updated to -1077
31.29/31.36	c BCD2: 457 <= obj <= 1492
31.29/31.36	c BCD2: #cores=19, #unrelaxed=1058, #relaxed=476, #hardened=0
31.29/31.36	c BCD2: #sat=1 #unsat=458 bias=458/459
31.29/31.36	c Solving starts ...
31.29/31.36	c ============================[ Search Statistics ]============================
31.29/31.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.29/31.36	c       |         |          |          |    Limit     GC | Var      | Constra 
31.29/31.36	c =============================================================================
31.29/31.36	c  0.0s |       0 |        0 |        0 |    51847      0 |      438 |      456
31.39/31.42	c  0.1s |       0 |       20 |        1 |    51847      0 |      438 |      457
31.39/31.42	c #cpu_time = 0.062s
31.39/31.42	c #wall_clock_time = 0.062s
31.39/31.42	c #decision = 20
31.39/31.42	c #random_decision = 0
31.39/31.42	c #conflict = 1
31.39/31.42	c #restart = 0
31.39/31.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
31.39/31.42	c lower bound updated to -1076
31.39/31.42	c BCD2: 458 <= obj <= 1492
31.39/31.42	c BCD2: #cores=19, #unrelaxed=1057, #relaxed=477, #hardened=0
31.39/31.42	c BCD2: #sat=1 #unsat=459 bias=459/460
31.39/31.42	c Solving starts ...
31.39/31.42	c ============================[ Search Statistics ]============================
31.39/31.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.39/31.42	c       |         |          |          |    Limit     GC | Var      | Constra 
31.39/31.42	c =============================================================================
31.39/31.42	c  0.0s |       0 |        0 |        0 |    51847      0 |      439 |      457
31.39/31.48	c  0.1s |       0 |       20 |        1 |    51847      0 |      439 |      458
31.39/31.48	c #cpu_time = 0.062s
31.39/31.48	c #wall_clock_time = 0.062s
31.39/31.48	c #decision = 20
31.39/31.48	c #random_decision = 0
31.39/31.48	c #conflict = 1
31.39/31.48	c #restart = 0
31.39/31.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
31.39/31.48	c lower bound updated to -1075
31.39/31.49	c BCD2: 459 <= obj <= 1492
31.39/31.49	c BCD2: #cores=19, #unrelaxed=1056, #relaxed=478, #hardened=0
31.39/31.49	c BCD2: #sat=1 #unsat=460 bias=460/461
31.39/31.49	c Solving starts ...
31.39/31.49	c ============================[ Search Statistics ]============================
31.39/31.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.39/31.49	c       |         |          |          |    Limit     GC | Var      | Constra 
31.39/31.49	c =============================================================================
31.39/31.49	c  0.0s |       0 |        0 |        0 |    51847      0 |      440 |      458
31.49/31.55	c  0.1s |       0 |       20 |        1 |    51847      0 |      440 |      459
31.49/31.55	c #cpu_time = 0.060s
31.49/31.55	c #wall_clock_time = 0.060s
31.49/31.55	c #decision = 20
31.49/31.55	c #random_decision = 0
31.49/31.55	c #conflict = 1
31.49/31.55	c #restart = 0
31.49/31.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
31.49/31.55	c lower bound updated to -1074
31.49/31.55	c BCD2: 460 <= obj <= 1492
31.49/31.55	c BCD2: #cores=19, #unrelaxed=1055, #relaxed=479, #hardened=0
31.49/31.55	c BCD2: #sat=1 #unsat=461 bias=461/462
31.49/31.55	c Solving starts ...
31.49/31.55	c ============================[ Search Statistics ]============================
31.49/31.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.49/31.55	c       |         |          |          |    Limit     GC | Var      | Constra 
31.49/31.55	c =============================================================================
31.49/31.55	c  0.0s |       0 |        0 |        0 |    51847      0 |      441 |      459
31.59/31.61	c  0.1s |       0 |       20 |        1 |    51847      0 |      441 |      460
31.59/31.61	c #cpu_time = 0.062s
31.59/31.61	c #wall_clock_time = 0.062s
31.59/31.61	c #decision = 20
31.59/31.61	c #random_decision = 0
31.59/31.61	c #conflict = 1
31.59/31.61	c #restart = 0
31.59/31.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
31.59/31.61	c lower bound updated to -1073
31.59/31.61	c BCD2: 461 <= obj <= 1492
31.59/31.61	c BCD2: #cores=19, #unrelaxed=1054, #relaxed=480, #hardened=0
31.59/31.61	c BCD2: #sat=1 #unsat=462 bias=462/463
31.59/31.61	c Solving starts ...
31.59/31.61	c ============================[ Search Statistics ]============================
31.59/31.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.59/31.61	c       |         |          |          |    Limit     GC | Var      | Constra 
31.59/31.61	c =============================================================================
31.59/31.61	c  0.0s |       0 |        0 |        0 |    51847      0 |      442 |      460
31.59/31.67	c  0.1s |       0 |       20 |        1 |    51847      0 |      442 |      461
31.59/31.67	c #cpu_time = 0.061s
31.59/31.67	c #wall_clock_time = 0.061s
31.59/31.67	c #decision = 20
31.59/31.67	c #random_decision = 0
31.59/31.67	c #conflict = 1
31.59/31.67	c #restart = 0
31.59/31.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
31.59/31.67	c lower bound updated to -1072
31.59/31.67	c BCD2: 462 <= obj <= 1492
31.59/31.67	c BCD2: #cores=19, #unrelaxed=1053, #relaxed=481, #hardened=0
31.59/31.67	c BCD2: #sat=1 #unsat=463 bias=463/464
31.59/31.67	c Solving starts ...
31.59/31.67	c ============================[ Search Statistics ]============================
31.59/31.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.59/31.67	c       |         |          |          |    Limit     GC | Var      | Constra 
31.59/31.67	c =============================================================================
31.59/31.67	c  0.0s |       0 |        0 |        0 |    51847      0 |      443 |      461
31.69/31.74	c  0.1s |       0 |       20 |        1 |    51847      0 |      443 |      462
31.69/31.74	c #cpu_time = 0.063s
31.69/31.74	c #wall_clock_time = 0.063s
31.69/31.74	c #decision = 20
31.69/31.74	c #random_decision = 0
31.69/31.74	c #conflict = 1
31.69/31.74	c #restart = 0
31.69/31.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
31.69/31.74	c lower bound updated to -1071
31.69/31.74	c BCD2: 463 <= obj <= 1492
31.69/31.74	c BCD2: #cores=19, #unrelaxed=1052, #relaxed=482, #hardened=0
31.69/31.74	c BCD2: #sat=1 #unsat=464 bias=464/465
31.69/31.74	c Solving starts ...
31.69/31.74	c ============================[ Search Statistics ]============================
31.69/31.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.69/31.74	c       |         |          |          |    Limit     GC | Var      | Constra 
31.69/31.74	c =============================================================================
31.69/31.74	c  0.0s |       0 |        0 |        0 |    51847      0 |      444 |      462
31.79/31.80	c  0.1s |       0 |       20 |        1 |    51847      0 |      444 |      463
31.79/31.80	c #cpu_time = 0.063s
31.79/31.80	c #wall_clock_time = 0.063s
31.79/31.80	c #decision = 20
31.79/31.80	c #random_decision = 0
31.79/31.80	c #conflict = 1
31.79/31.80	c #restart = 0
31.79/31.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
31.79/31.80	c lower bound updated to -1070
31.79/31.80	c BCD2: 464 <= obj <= 1492
31.79/31.80	c BCD2: #cores=19, #unrelaxed=1051, #relaxed=483, #hardened=0
31.79/31.80	c BCD2: #sat=1 #unsat=465 bias=465/466
31.79/31.80	c Solving starts ...
31.79/31.80	c ============================[ Search Statistics ]============================
31.79/31.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.79/31.80	c       |         |          |          |    Limit     GC | Var      | Constra 
31.79/31.80	c =============================================================================
31.79/31.80	c  0.0s |       0 |        0 |        0 |    51847      0 |      445 |      463
31.79/31.86	c  0.1s |       0 |       20 |        1 |    51847      0 |      445 |      464
31.79/31.86	c #cpu_time = 0.062s
31.79/31.86	c #wall_clock_time = 0.062s
31.79/31.86	c #decision = 20
31.79/31.86	c #random_decision = 0
31.79/31.86	c #conflict = 1
31.79/31.86	c #restart = 0
31.79/31.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
31.79/31.86	c lower bound updated to -1069
31.79/31.86	c BCD2: 465 <= obj <= 1492
31.79/31.86	c BCD2: #cores=19, #unrelaxed=1050, #relaxed=484, #hardened=0
31.79/31.86	c BCD2: #sat=1 #unsat=466 bias=466/467
31.79/31.86	c Solving starts ...
31.79/31.86	c ============================[ Search Statistics ]============================
31.79/31.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.79/31.86	c       |         |          |          |    Limit     GC | Var      | Constra 
31.79/31.86	c =============================================================================
31.79/31.87	c  0.0s |       0 |        0 |        0 |    51847      0 |      446 |      464
31.89/31.93	c  0.1s |       0 |       20 |        1 |    51847      0 |      446 |      465
31.89/31.93	c #cpu_time = 0.062s
31.89/31.93	c #wall_clock_time = 0.062s
31.89/31.93	c #decision = 20
31.89/31.93	c #random_decision = 0
31.89/31.93	c #conflict = 1
31.89/31.93	c #restart = 0
31.89/31.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
31.89/31.93	c lower bound updated to -1068
31.89/31.94	c BCD2: 466 <= obj <= 1492
31.89/31.94	c BCD2: #cores=19, #unrelaxed=1049, #relaxed=485, #hardened=0
31.89/31.94	c BCD2: #sat=1 #unsat=467 bias=467/468
31.89/31.94	c Solving starts ...
31.89/31.94	c ============================[ Search Statistics ]============================
31.89/31.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.89/31.94	c       |         |          |          |    Limit     GC | Var      | Constra 
31.89/31.94	c =============================================================================
31.89/31.94	c  0.0s |       0 |        0 |        0 |    51847      0 |      447 |      465
31.89/32.00	c  0.1s |       0 |       20 |        1 |    51847      0 |      447 |      466
31.89/32.00	c #cpu_time = 0.061s
31.89/32.00	c #wall_clock_time = 0.061s
31.89/32.00	c #decision = 20
31.89/32.00	c #random_decision = 0
31.89/32.00	c #conflict = 1
31.89/32.00	c #restart = 0
31.89/32.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
31.89/32.00	c lower bound updated to -1067
31.89/32.00	c BCD2: 467 <= obj <= 1492
31.89/32.00	c BCD2: #cores=19, #unrelaxed=1048, #relaxed=486, #hardened=0
31.89/32.00	c BCD2: #sat=1 #unsat=468 bias=468/469
31.89/32.00	c Solving starts ...
31.89/32.00	c ============================[ Search Statistics ]============================
31.89/32.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.89/32.00	c       |         |          |          |    Limit     GC | Var      | Constra 
31.89/32.00	c =============================================================================
31.89/32.00	c  0.0s |       0 |        0 |        0 |    51847      0 |      448 |      466
31.99/32.06	c  0.1s |       0 |       20 |        1 |    51847      0 |      448 |      467
31.99/32.06	c #cpu_time = 0.065s
31.99/32.06	c #wall_clock_time = 0.065s
31.99/32.06	c #decision = 20
31.99/32.06	c #random_decision = 0
31.99/32.06	c #conflict = 1
31.99/32.06	c #restart = 0
31.99/32.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
31.99/32.06	c lower bound updated to -1066
31.99/32.06	c BCD2: 468 <= obj <= 1492
31.99/32.06	c BCD2: #cores=19, #unrelaxed=1047, #relaxed=487, #hardened=0
31.99/32.06	c BCD2: #sat=1 #unsat=469 bias=469/470
31.99/32.06	c Solving starts ...
31.99/32.06	c ============================[ Search Statistics ]============================
31.99/32.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.99/32.06	c       |         |          |          |    Limit     GC | Var      | Constra 
31.99/32.06	c =============================================================================
31.99/32.06	c  0.0s |       0 |        0 |        0 |    51847      0 |      449 |      467
32.09/32.13	c  0.1s |       0 |       20 |        1 |    51847      0 |      449 |      468
32.09/32.13	c #cpu_time = 0.064s
32.09/32.13	c #wall_clock_time = 0.064s
32.09/32.13	c #decision = 20
32.09/32.13	c #random_decision = 0
32.09/32.13	c #conflict = 1
32.09/32.13	c #restart = 0
32.09/32.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
32.09/32.13	c lower bound updated to -1065
32.09/32.13	c BCD2: 469 <= obj <= 1492
32.09/32.13	c BCD2: #cores=19, #unrelaxed=1046, #relaxed=488, #hardened=0
32.09/32.13	c BCD2: #sat=1 #unsat=470 bias=470/471
32.09/32.13	c Solving starts ...
32.09/32.13	c ============================[ Search Statistics ]============================
32.09/32.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.09/32.13	c       |         |          |          |    Limit     GC | Var      | Constra 
32.09/32.13	c =============================================================================
32.09/32.13	c  0.0s |       0 |        0 |        0 |    51847      0 |      450 |      468
32.09/32.19	c  0.1s |       0 |       20 |        1 |    51847      0 |      450 |      469
32.09/32.19	c #cpu_time = 0.062s
32.09/32.19	c #wall_clock_time = 0.062s
32.09/32.19	c #decision = 20
32.09/32.19	c #random_decision = 0
32.09/32.19	c #conflict = 1
32.09/32.19	c #restart = 0
32.09/32.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
32.09/32.19	c lower bound updated to -1064
32.09/32.19	c BCD2: 470 <= obj <= 1492
32.09/32.19	c BCD2: #cores=19, #unrelaxed=1045, #relaxed=489, #hardened=0
32.09/32.19	c BCD2: #sat=1 #unsat=471 bias=471/472
32.09/32.19	c Solving starts ...
32.09/32.19	c ============================[ Search Statistics ]============================
32.09/32.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.09/32.19	c       |         |          |          |    Limit     GC | Var      | Constra 
32.09/32.19	c =============================================================================
32.09/32.19	c  0.0s |       0 |        0 |        0 |    51847      0 |      451 |      469
32.19/32.25	c  0.1s |       0 |       20 |        1 |    51847      0 |      451 |      470
32.19/32.25	c #cpu_time = 0.062s
32.19/32.25	c #wall_clock_time = 0.062s
32.19/32.25	c #decision = 20
32.19/32.25	c #random_decision = 0
32.19/32.25	c #conflict = 1
32.19/32.25	c #restart = 0
32.19/32.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
32.19/32.25	c lower bound updated to -1063
32.19/32.25	c BCD2: 471 <= obj <= 1492
32.19/32.25	c BCD2: #cores=19, #unrelaxed=1044, #relaxed=490, #hardened=0
32.19/32.25	c BCD2: #sat=1 #unsat=472 bias=472/473
32.19/32.25	c Solving starts ...
32.19/32.25	c ============================[ Search Statistics ]============================
32.19/32.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.19/32.25	c       |         |          |          |    Limit     GC | Var      | Constra 
32.19/32.25	c =============================================================================
32.19/32.25	c  0.0s |       0 |        0 |        0 |    51847      0 |      452 |      470
32.29/32.32	c  0.1s |       0 |       20 |        1 |    51847      0 |      452 |      471
32.29/32.32	c #cpu_time = 0.062s
32.29/32.32	c #wall_clock_time = 0.062s
32.29/32.32	c #decision = 20
32.29/32.32	c #random_decision = 0
32.29/32.32	c #conflict = 1
32.29/32.32	c #restart = 0
32.29/32.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
32.29/32.32	c lower bound updated to -1062
32.29/32.32	c BCD2: 472 <= obj <= 1492
32.29/32.32	c BCD2: #cores=19, #unrelaxed=1043, #relaxed=491, #hardened=0
32.29/32.32	c BCD2: #sat=1 #unsat=473 bias=473/474
32.29/32.32	c Solving starts ...
32.29/32.32	c ============================[ Search Statistics ]============================
32.29/32.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.29/32.32	c       |         |          |          |    Limit     GC | Var      | Constra 
32.29/32.32	c =============================================================================
32.29/32.32	c  0.0s |       0 |        0 |        0 |    51847      0 |      453 |      471
32.29/32.38	c  0.1s |       0 |       20 |        1 |    51847      0 |      453 |      472
32.29/32.38	c #cpu_time = 0.062s
32.29/32.38	c #wall_clock_time = 0.062s
32.29/32.38	c #decision = 20
32.29/32.38	c #random_decision = 0
32.29/32.38	c #conflict = 1
32.29/32.38	c #restart = 0
32.29/32.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
32.29/32.38	c lower bound updated to -1061
32.29/32.38	c BCD2: 473 <= obj <= 1492
32.29/32.38	c BCD2: #cores=19, #unrelaxed=1042, #relaxed=492, #hardened=0
32.29/32.38	c BCD2: #sat=1 #unsat=474 bias=474/475
32.29/32.38	c Solving starts ...
32.29/32.38	c ============================[ Search Statistics ]============================
32.29/32.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.29/32.38	c       |         |          |          |    Limit     GC | Var      | Constra 
32.29/32.38	c =============================================================================
32.29/32.38	c  0.0s |       0 |        0 |        0 |    51847      0 |      454 |      472
32.39/32.44	c  0.1s |       0 |       20 |        1 |    51847      0 |      454 |      473
32.39/32.44	c #cpu_time = 0.062s
32.39/32.44	c #wall_clock_time = 0.062s
32.39/32.44	c #decision = 20
32.39/32.44	c #random_decision = 0
32.39/32.44	c #conflict = 1
32.39/32.44	c #restart = 0
32.39/32.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
32.39/32.44	c lower bound updated to -1060
32.39/32.45	c BCD2: 474 <= obj <= 1492
32.39/32.45	c BCD2: #cores=19, #unrelaxed=1041, #relaxed=493, #hardened=0
32.39/32.45	c BCD2: #sat=1 #unsat=475 bias=475/476
32.39/32.45	c Solving starts ...
32.39/32.45	c ============================[ Search Statistics ]============================
32.39/32.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.39/32.45	c       |         |          |          |    Limit     GC | Var      | Constra 
32.39/32.45	c =============================================================================
32.39/32.45	c  0.0s |       0 |        0 |        0 |    51847      0 |      455 |      473
32.49/32.51	c  0.1s |       0 |       20 |        1 |    51847      0 |      455 |      474
32.49/32.51	c #cpu_time = 0.060s
32.49/32.51	c #wall_clock_time = 0.060s
32.49/32.51	c #decision = 20
32.49/32.51	c #random_decision = 0
32.49/32.51	c #conflict = 1
32.49/32.51	c #restart = 0
32.49/32.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
32.49/32.51	c lower bound updated to -1059
32.49/32.51	c BCD2: 475 <= obj <= 1492
32.49/32.51	c BCD2: #cores=19, #unrelaxed=1040, #relaxed=494, #hardened=0
32.49/32.51	c BCD2: #sat=1 #unsat=476 bias=476/477
32.49/32.51	c Solving starts ...
32.49/32.51	c ============================[ Search Statistics ]============================
32.49/32.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.49/32.51	c       |         |          |          |    Limit     GC | Var      | Constra 
32.49/32.51	c =============================================================================
32.49/32.51	c  0.0s |       0 |        0 |        0 |    51847      0 |      456 |      474
32.49/32.57	c  0.1s |       0 |       20 |        0 |    51847      0 |      456 |      475
32.49/32.57	c #cpu_time = 0.061s
32.49/32.57	c #wall_clock_time = 0.061s
32.49/32.57	c #decision = 20
32.49/32.57	c #random_decision = 0
32.49/32.57	c #conflict = 0
32.49/32.57	c #restart = 0
32.49/32.57	c BCD2: found a new core of size 2: cost of the new core is >=1
32.49/32.57	c lower bound updated to -1058
32.49/32.59	c BCD2: 476 <= obj <= 1492
32.49/32.59	c BCD2: #cores=20, #unrelaxed=1038, #relaxed=496, #hardened=0
32.49/32.59	c BCD2: #sat=1 #unsat=477 bias=477/478
32.49/32.59	c Solving starts ...
32.49/32.59	c ============================[ Search Statistics ]============================
32.49/32.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.49/32.59	c       |         |          |          |    Limit     GC | Var      | Constra 
32.49/32.59	c =============================================================================
32.49/32.59	c  0.0s |       0 |        0 |        0 |    51847      0 |      456 |      476
32.59/32.65	c  0.1s |       0 |       21 |        1 |    51847      0 |      456 |      476
32.59/32.65	c #cpu_time = 0.059s
32.59/32.65	c #wall_clock_time = 0.059s
32.59/32.65	c #decision = 21
32.59/32.65	c #random_decision = 0
32.59/32.65	c #conflict = 1
32.59/32.65	c #restart = 0
32.59/32.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
32.59/32.65	c lower bound updated to -1057
32.59/32.65	c BCD2: 477 <= obj <= 1492
32.59/32.65	c BCD2: #cores=20, #unrelaxed=1037, #relaxed=497, #hardened=0
32.59/32.65	c BCD2: #sat=1 #unsat=478 bias=478/479
32.59/32.65	c Solving starts ...
32.59/32.65	c ============================[ Search Statistics ]============================
32.59/32.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.59/32.65	c       |         |          |          |    Limit     GC | Var      | Constra 
32.59/32.65	c =============================================================================
32.59/32.65	c  0.0s |       0 |        0 |        0 |    51847      0 |      457 |      476
32.69/32.71	c  0.1s |       0 |       21 |        1 |    51847      0 |      457 |      477
32.69/32.71	c #cpu_time = 0.062s
32.69/32.71	c #wall_clock_time = 0.062s
32.69/32.71	c #decision = 21
32.69/32.71	c #random_decision = 0
32.69/32.71	c #conflict = 1
32.69/32.71	c #restart = 0
32.69/32.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
32.69/32.71	c lower bound updated to -1056
32.69/32.71	c BCD2: 478 <= obj <= 1492
32.69/32.71	c BCD2: #cores=20, #unrelaxed=1036, #relaxed=498, #hardened=0
32.69/32.71	c BCD2: #sat=1 #unsat=479 bias=479/480
32.69/32.71	c Solving starts ...
32.69/32.71	c ============================[ Search Statistics ]============================
32.69/32.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
32.69/32.71	c       |         |          |          |    Limit     GC | Var      | Constra 
32.69/32.71	c =============================================================================
32.69/32.71	c  0.0s |       0 |        0 |        0 |    51847      0 |      458 |      477
32.69/32.77	c  0.1s |       0 |       21 |        1 |    51847      0 | [...]

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

 #hardened=0
70.68/70.72	c BCD2: #sat=1 #unsat=1063 bias=1063/1064
70.68/70.72	c Solving starts ...
70.68/70.72	c ============================[ Search Statistics ]============================
70.68/70.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.68/70.72	c       |         |          |          |    Limit     GC | Var      | Constra 
70.68/70.72	c =============================================================================
70.68/70.72	c  0.0s |       0 |        0 |        0 |    62736      0 |     1019 |     1061
70.68/70.78	c  0.1s |       0 |       44 |        1 |    62736      0 |     1019 |     1062
70.68/70.78	c #cpu_time = 0.063s
70.68/70.78	c #wall_clock_time = 0.063s
70.68/70.78	c #decision = 44
70.68/70.78	c #random_decision = 0
70.68/70.78	c #conflict = 1
70.68/70.78	c #restart = 0
70.68/70.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
70.68/70.78	c lower bound updated to -471
70.68/70.78	c BCD2: 1063 <= obj <= 1492
70.68/70.78	c BCD2: #cores=43, #unrelaxed=428, #relaxed=1106, #hardened=0
70.68/70.78	c BCD2: #sat=1 #unsat=1064 bias=1064/1065
70.68/70.78	c Solving starts ...
70.68/70.78	c ============================[ Search Statistics ]============================
70.68/70.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.68/70.78	c       |         |          |          |    Limit     GC | Var      | Constra 
70.68/70.78	c =============================================================================
70.68/70.78	c  0.0s |       0 |        0 |        0 |    62736      0 |     1020 |     1062
70.78/70.85	c  0.1s |       0 |       44 |        1 |    62736      0 |     1020 |     1063
70.78/70.85	c #cpu_time = 0.063s
70.78/70.85	c #wall_clock_time = 0.063s
70.78/70.85	c #decision = 44
70.78/70.85	c #random_decision = 0
70.78/70.85	c #conflict = 1
70.78/70.85	c #restart = 0
70.78/70.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
70.78/70.85	c lower bound updated to -470
70.78/70.85	c BCD2: 1064 <= obj <= 1492
70.78/70.85	c BCD2: #cores=43, #unrelaxed=427, #relaxed=1107, #hardened=0
70.78/70.85	c BCD2: #sat=1 #unsat=1065 bias=1065/1066
70.78/70.85	c Solving starts ...
70.78/70.85	c ============================[ Search Statistics ]============================
70.78/70.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.78/70.85	c       |         |          |          |    Limit     GC | Var      | Constra 
70.78/70.85	c =============================================================================
70.78/70.85	c  0.0s |       0 |        0 |        0 |    62736      0 |     1021 |     1063
70.88/70.92	c  0.1s |       0 |       44 |        1 |    62736      0 |     1021 |     1064
70.88/70.92	c #cpu_time = 0.061s
70.88/70.92	c #wall_clock_time = 0.061s
70.88/70.92	c #decision = 44
70.88/70.92	c #random_decision = 0
70.88/70.92	c #conflict = 1
70.88/70.92	c #restart = 0
70.88/70.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
70.88/70.92	c lower bound updated to -469
70.88/70.92	c BCD2: 1065 <= obj <= 1492
70.88/70.92	c BCD2: #cores=43, #unrelaxed=426, #relaxed=1108, #hardened=0
70.88/70.92	c BCD2: #sat=1 #unsat=1066 bias=1066/1067
70.88/70.92	c Solving starts ...
70.88/70.92	c ============================[ Search Statistics ]============================
70.88/70.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.88/70.92	c       |         |          |          |    Limit     GC | Var      | Constra 
70.88/70.92	c =============================================================================
70.88/70.92	c  0.0s |       0 |        0 |        0 |    62736      0 |     1022 |     1064
70.88/70.98	c  0.1s |       0 |       44 |        1 |    62736      0 |     1022 |     1065
70.88/70.98	c #cpu_time = 0.063s
70.88/70.98	c #wall_clock_time = 0.063s
70.88/70.98	c #decision = 44
70.88/70.98	c #random_decision = 0
70.88/70.98	c #conflict = 1
70.88/70.98	c #restart = 0
70.88/70.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
70.88/70.98	c lower bound updated to -468
70.88/70.98	c BCD2: 1066 <= obj <= 1492
70.88/70.98	c BCD2: #cores=43, #unrelaxed=425, #relaxed=1109, #hardened=0
70.88/70.98	c BCD2: #sat=1 #unsat=1067 bias=1067/1068
70.88/70.98	c Solving starts ...
70.88/70.98	c ============================[ Search Statistics ]============================
70.88/70.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.88/70.98	c       |         |          |          |    Limit     GC | Var      | Constra 
70.88/70.98	c =============================================================================
70.88/70.98	c  0.0s |       0 |        0 |        0 |    62736      0 |     1023 |     1065
70.98/71.04	c  0.1s |       0 |       44 |        1 |    62736      0 |     1023 |     1066
70.98/71.04	c #cpu_time = 0.063s
70.98/71.04	c #wall_clock_time = 0.063s
70.98/71.04	c #decision = 44
70.98/71.04	c #random_decision = 0
70.98/71.04	c #conflict = 1
70.98/71.04	c #restart = 0
70.98/71.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
70.98/71.04	c lower bound updated to -467
70.98/71.05	c BCD2: 1067 <= obj <= 1492
70.98/71.05	c BCD2: #cores=43, #unrelaxed=424, #relaxed=1110, #hardened=0
70.98/71.05	c BCD2: #sat=1 #unsat=1068 bias=1068/1069
70.98/71.05	c Solving starts ...
70.98/71.05	c ============================[ Search Statistics ]============================
70.98/71.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
70.98/71.05	c       |         |          |          |    Limit     GC | Var      | Constra 
70.98/71.05	c =============================================================================
70.98/71.05	c  0.0s |       0 |        0 |        0 |    62736      0 |     1024 |     1066
71.08/71.11	c  0.1s |       0 |       44 |        1 |    62736      0 |     1024 |     1067
71.08/71.11	c #cpu_time = 0.064s
71.08/71.11	c #wall_clock_time = 0.064s
71.08/71.11	c #decision = 44
71.08/71.11	c #random_decision = 0
71.08/71.11	c #conflict = 1
71.08/71.11	c #restart = 0
71.08/71.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
71.08/71.11	c lower bound updated to -466
71.08/71.11	c BCD2: 1068 <= obj <= 1492
71.08/71.11	c BCD2: #cores=43, #unrelaxed=423, #relaxed=1111, #hardened=0
71.08/71.11	c BCD2: #sat=1 #unsat=1069 bias=1069/1070
71.08/71.11	c Solving starts ...
71.08/71.11	c ============================[ Search Statistics ]============================
71.08/71.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.08/71.11	c       |         |          |          |    Limit     GC | Var      | Constra 
71.08/71.11	c =============================================================================
71.08/71.11	c  0.0s |       0 |        0 |        0 |    62736      0 |     1025 |     1067
71.08/71.17	c  0.1s |       0 |       44 |        1 |    62736      0 |     1025 |     1068
71.08/71.17	c #cpu_time = 0.064s
71.08/71.17	c #wall_clock_time = 0.064s
71.08/71.17	c #decision = 44
71.08/71.17	c #random_decision = 0
71.08/71.17	c #conflict = 1
71.08/71.17	c #restart = 0
71.08/71.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
71.08/71.17	c lower bound updated to -465
71.08/71.18	c BCD2: 1069 <= obj <= 1492
71.08/71.18	c BCD2: #cores=43, #unrelaxed=422, #relaxed=1112, #hardened=0
71.08/71.18	c BCD2: #sat=1 #unsat=1070 bias=1070/1071
71.08/71.18	c Solving starts ...
71.08/71.18	c ============================[ Search Statistics ]============================
71.08/71.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.08/71.18	c       |         |          |          |    Limit     GC | Var      | Constra 
71.08/71.18	c =============================================================================
71.08/71.18	c  0.0s |       0 |        0 |        0 |    62736      0 |     1026 |     1068
71.18/71.24	c  0.1s |       0 |       44 |        1 |    62736      0 |     1026 |     1069
71.18/71.24	c #cpu_time = 0.063s
71.18/71.24	c #wall_clock_time = 0.063s
71.18/71.24	c #decision = 44
71.18/71.24	c #random_decision = 0
71.18/71.24	c #conflict = 1
71.18/71.24	c #restart = 0
71.18/71.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
71.18/71.24	c lower bound updated to -464
71.18/71.24	c BCD2: 1070 <= obj <= 1492
71.18/71.24	c BCD2: #cores=43, #unrelaxed=421, #relaxed=1113, #hardened=0
71.18/71.24	c BCD2: #sat=1 #unsat=1071 bias=1071/1072
71.18/71.24	c Solving starts ...
71.18/71.24	c ============================[ Search Statistics ]============================
71.18/71.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.18/71.24	c       |         |          |          |    Limit     GC | Var      | Constra 
71.18/71.24	c =============================================================================
71.18/71.24	c  0.0s |       0 |        0 |        0 |    62736      0 |     1027 |     1069
71.28/71.30	c  0.1s |       0 |       44 |        1 |    62736      0 |     1027 |     1070
71.28/71.30	c #cpu_time = 0.063s
71.28/71.30	c #wall_clock_time = 0.063s
71.28/71.30	c #decision = 44
71.28/71.30	c #random_decision = 0
71.28/71.30	c #conflict = 1
71.28/71.30	c #restart = 0
71.28/71.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
71.28/71.30	c lower bound updated to -463
71.28/71.31	c BCD2: 1071 <= obj <= 1492
71.28/71.31	c BCD2: #cores=43, #unrelaxed=420, #relaxed=1114, #hardened=0
71.28/71.31	c BCD2: #sat=1 #unsat=1072 bias=1072/1073
71.28/71.31	c Solving starts ...
71.28/71.31	c ============================[ Search Statistics ]============================
71.28/71.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.28/71.31	c       |         |          |          |    Limit     GC | Var      | Constra 
71.28/71.31	c =============================================================================
71.28/71.31	c  0.0s |       0 |        0 |        0 |    62736      0 |     1028 |     1070
71.28/71.37	c  0.1s |       0 |       44 |        1 |    62736      0 |     1028 |     1071
71.28/71.37	c #cpu_time = 0.061s
71.28/71.37	c #wall_clock_time = 0.061s
71.28/71.37	c #decision = 44
71.28/71.37	c #random_decision = 0
71.28/71.37	c #conflict = 1
71.28/71.37	c #restart = 0
71.28/71.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
71.28/71.37	c lower bound updated to -462
71.28/71.38	c BCD2: 1072 <= obj <= 1492
71.28/71.38	c BCD2: #cores=43, #unrelaxed=419, #relaxed=1115, #hardened=0
71.28/71.38	c BCD2: #sat=1 #unsat=1073 bias=1073/1074
71.28/71.38	c Solving starts ...
71.28/71.38	c ============================[ Search Statistics ]============================
71.28/71.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.28/71.38	c       |         |          |          |    Limit     GC | Var      | Constra 
71.28/71.38	c =============================================================================
71.28/71.38	c  0.0s |       0 |        0 |        0 |    62736      0 |     1029 |     1071
71.38/71.44	c  0.1s |       0 |       44 |        1 |    62736      0 |     1029 |     1072
71.38/71.44	c #cpu_time = 0.063s
71.38/71.44	c #wall_clock_time = 0.063s
71.38/71.44	c #decision = 44
71.38/71.44	c #random_decision = 0
71.38/71.44	c #conflict = 1
71.38/71.44	c #restart = 0
71.38/71.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
71.38/71.44	c lower bound updated to -461
71.38/71.44	c BCD2: 1073 <= obj <= 1492
71.38/71.44	c BCD2: #cores=43, #unrelaxed=418, #relaxed=1116, #hardened=0
71.38/71.44	c BCD2: #sat=1 #unsat=1074 bias=1074/1075
71.38/71.44	c Solving starts ...
71.38/71.44	c ============================[ Search Statistics ]============================
71.38/71.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.38/71.44	c       |         |          |          |    Limit     GC | Var      | Constra 
71.38/71.44	c =============================================================================
71.38/71.44	c  0.0s |       0 |        0 |        0 |    62736      0 |     1030 |     1072
71.49/71.50	c  0.1s |       0 |       44 |        1 |    62736      0 |     1030 |     1073
71.49/71.50	c #cpu_time = 0.064s
71.49/71.50	c #wall_clock_time = 0.064s
71.49/71.50	c #decision = 44
71.49/71.50	c #random_decision = 0
71.49/71.50	c #conflict = 1
71.49/71.50	c #restart = 0
71.49/71.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
71.49/71.50	c lower bound updated to -460
71.49/71.51	c BCD2: 1074 <= obj <= 1492
71.49/71.51	c BCD2: #cores=43, #unrelaxed=417, #relaxed=1117, #hardened=0
71.49/71.51	c BCD2: #sat=1 #unsat=1075 bias=1075/1076
71.49/71.51	c Solving starts ...
71.49/71.51	c ============================[ Search Statistics ]============================
71.49/71.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.49/71.51	c       |         |          |          |    Limit     GC | Var      | Constra 
71.49/71.51	c =============================================================================
71.49/71.51	c  0.0s |       0 |        0 |        0 |    62736      0 |     1031 |     1073
71.49/71.57	c  0.1s |       0 |       44 |        1 |    62736      0 |     1031 |     1074
71.49/71.57	c #cpu_time = 0.065s
71.49/71.57	c #wall_clock_time = 0.065s
71.49/71.57	c #decision = 44
71.49/71.57	c #random_decision = 0
71.49/71.57	c #conflict = 1
71.49/71.57	c #restart = 0
71.49/71.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
71.49/71.57	c lower bound updated to -459
71.49/71.57	c BCD2: 1075 <= obj <= 1492
71.49/71.57	c BCD2: #cores=43, #unrelaxed=416, #relaxed=1118, #hardened=0
71.49/71.57	c BCD2: #sat=1 #unsat=1076 bias=1076/1077
71.49/71.57	c Solving starts ...
71.49/71.57	c ============================[ Search Statistics ]============================
71.49/71.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.49/71.57	c       |         |          |          |    Limit     GC | Var      | Constra 
71.49/71.57	c =============================================================================
71.49/71.57	c  0.0s |       0 |        0 |        0 |    62736      0 |     1032 |     1074
71.59/71.64	c  0.1s |       0 |       44 |        0 |    62736      0 |     1032 |     1075
71.59/71.64	c #cpu_time = 0.065s
71.59/71.64	c #wall_clock_time = 0.065s
71.59/71.64	c #decision = 44
71.59/71.64	c #random_decision = 0
71.59/71.64	c #conflict = 0
71.59/71.64	c #restart = 0
71.59/71.64	c BCD2: found a new core of size 2: cost of the new core is >=1
71.59/71.64	c lower bound updated to -458
71.59/71.65	c BCD2: 1076 <= obj <= 1492
71.59/71.65	c BCD2: #cores=44, #unrelaxed=414, #relaxed=1120, #hardened=0
71.59/71.65	c BCD2: #sat=1 #unsat=1077 bias=1077/1078
71.59/71.65	c Solving starts ...
71.59/71.65	c ============================[ Search Statistics ]============================
71.59/71.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.59/71.65	c       |         |          |          |    Limit     GC | Var      | Constra 
71.59/71.65	c =============================================================================
71.59/71.65	c  0.0s |       0 |        0 |        0 |    62736      0 |     1032 |     1076
71.68/71.71	c  0.1s |       0 |       45 |        1 |    62736      0 |     1032 |     1076
71.68/71.71	c #cpu_time = 0.062s
71.68/71.71	c #wall_clock_time = 0.062s
71.68/71.71	c #decision = 45
71.68/71.71	c #random_decision = 0
71.68/71.71	c #conflict = 1
71.68/71.71	c #restart = 0
71.68/71.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
71.68/71.71	c lower bound updated to -457
71.68/71.71	c BCD2: 1077 <= obj <= 1492
71.68/71.71	c BCD2: #cores=44, #unrelaxed=413, #relaxed=1121, #hardened=0
71.68/71.71	c BCD2: #sat=1 #unsat=1078 bias=1078/1079
71.68/71.71	c Solving starts ...
71.68/71.71	c ============================[ Search Statistics ]============================
71.68/71.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.68/71.71	c       |         |          |          |    Limit     GC | Var      | Constra 
71.68/71.71	c =============================================================================
71.68/71.71	c  0.0s |       0 |        0 |        0 |    62736      0 |     1033 |     1076
71.68/71.78	c  0.1s |       0 |       45 |        1 |    62736      0 |     1033 |     1077
71.68/71.78	c #cpu_time = 0.063s
71.68/71.78	c #wall_clock_time = 0.063s
71.68/71.78	c #decision = 45
71.68/71.78	c #random_decision = 0
71.68/71.78	c #conflict = 1
71.68/71.78	c #restart = 0
71.68/71.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
71.68/71.78	c lower bound updated to -456
71.68/71.78	c BCD2: 1078 <= obj <= 1492
71.68/71.78	c BCD2: #cores=44, #unrelaxed=412, #relaxed=1122, #hardened=0
71.68/71.78	c BCD2: #sat=1 #unsat=1079 bias=1079/1080
71.68/71.78	c Solving starts ...
71.68/71.78	c ============================[ Search Statistics ]============================
71.68/71.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.68/71.78	c       |         |          |          |    Limit     GC | Var      | Constra 
71.68/71.78	c =============================================================================
71.68/71.78	c  0.0s |       0 |        0 |        0 |    62736      0 |     1034 |     1077
71.78/71.85	c  0.1s |       0 |       45 |        1 |    62736      0 |     1034 |     1078
71.78/71.85	c #cpu_time = 0.061s
71.78/71.85	c #wall_clock_time = 0.061s
71.78/71.85	c #decision = 45
71.78/71.85	c #random_decision = 0
71.78/71.85	c #conflict = 1
71.78/71.85	c #restart = 0
71.78/71.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
71.78/71.85	c lower bound updated to -455
71.78/71.85	c BCD2: 1079 <= obj <= 1492
71.78/71.85	c BCD2: #cores=44, #unrelaxed=411, #relaxed=1123, #hardened=0
71.78/71.85	c BCD2: #sat=1 #unsat=1080 bias=1080/1081
71.78/71.85	c Solving starts ...
71.78/71.85	c ============================[ Search Statistics ]============================
71.78/71.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.78/71.85	c       |         |          |          |    Limit     GC | Var      | Constra 
71.78/71.85	c =============================================================================
71.78/71.85	c  0.0s |       0 |        0 |        0 |    62736      0 |     1035 |     1078
71.88/71.91	c  0.1s |       0 |       45 |        1 |    62736      0 |     1035 |     1079
71.88/71.91	c #cpu_time = 0.063s
71.88/71.91	c #wall_clock_time = 0.063s
71.88/71.91	c #decision = 45
71.88/71.91	c #random_decision = 0
71.88/71.91	c #conflict = 1
71.88/71.91	c #restart = 0
71.88/71.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
71.88/71.91	c lower bound updated to -454
71.88/71.91	c BCD2: 1080 <= obj <= 1492
71.88/71.91	c BCD2: #cores=44, #unrelaxed=410, #relaxed=1124, #hardened=0
71.88/71.91	c BCD2: #sat=1 #unsat=1081 bias=1081/1082
71.88/71.91	c Solving starts ...
71.88/71.91	c ============================[ Search Statistics ]============================
71.88/71.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.88/71.91	c       |         |          |          |    Limit     GC | Var      | Constra 
71.88/71.91	c =============================================================================
71.88/71.91	c  0.0s |       0 |        0 |        0 |    62736      0 |     1036 |     1079
71.88/71.97	c  0.1s |       0 |       45 |        1 |    62736      0 |     1036 |     1080
71.88/71.97	c #cpu_time = 0.063s
71.88/71.97	c #wall_clock_time = 0.063s
71.88/71.97	c #decision = 45
71.88/71.97	c #random_decision = 0
71.88/71.97	c #conflict = 1
71.88/71.97	c #restart = 0
71.88/71.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
71.88/71.97	c lower bound updated to -453
71.88/71.98	c BCD2: 1081 <= obj <= 1492
71.88/71.98	c BCD2: #cores=44, #unrelaxed=409, #relaxed=1125, #hardened=0
71.88/71.98	c BCD2: #sat=1 #unsat=1082 bias=1082/1083
71.88/71.98	c Solving starts ...
71.88/71.98	c ============================[ Search Statistics ]============================
71.88/71.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.88/71.98	c       |         |          |          |    Limit     GC | Var      | Constra 
71.88/71.98	c =============================================================================
71.88/71.98	c  0.0s |       0 |        0 |        0 |    62736      0 |     1037 |     1080
71.98/72.04	c  0.1s |       0 |       45 |        1 |    62736      0 |     1037 |     1081
71.98/72.04	c #cpu_time = 0.064s
71.98/72.04	c #wall_clock_time = 0.064s
71.98/72.04	c #decision = 45
71.98/72.04	c #random_decision = 0
71.98/72.04	c #conflict = 1
71.98/72.04	c #restart = 0
71.98/72.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
71.98/72.04	c lower bound updated to -452
71.98/72.04	c BCD2: 1082 <= obj <= 1492
71.98/72.04	c BCD2: #cores=44, #unrelaxed=408, #relaxed=1126, #hardened=0
71.98/72.04	c BCD2: #sat=1 #unsat=1083 bias=1083/1084
71.98/72.04	c Solving starts ...
71.98/72.04	c ============================[ Search Statistics ]============================
71.98/72.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
71.98/72.04	c       |         |          |          |    Limit     GC | Var      | Constra 
71.98/72.04	c =============================================================================
71.98/72.04	c  0.0s |       0 |        0 |        0 |    62736      0 |     1038 |     1081
72.08/72.10	c  0.1s |       0 |       45 |        1 |    62736      0 |     1038 |     1082
72.08/72.10	c #cpu_time = 0.064s
72.08/72.10	c #wall_clock_time = 0.064s
72.08/72.10	c #decision = 45
72.08/72.10	c #random_decision = 0
72.08/72.10	c #conflict = 1
72.08/72.10	c #restart = 0
72.08/72.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
72.08/72.10	c lower bound updated to -451
72.08/72.11	c BCD2: 1083 <= obj <= 1492
72.08/72.11	c BCD2: #cores=44, #unrelaxed=407, #relaxed=1127, #hardened=0
72.08/72.11	c BCD2: #sat=1 #unsat=1084 bias=1084/1085
72.08/72.11	c Solving starts ...
72.08/72.11	c ============================[ Search Statistics ]============================
72.08/72.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.08/72.11	c       |         |          |          |    Limit     GC | Var      | Constra 
72.08/72.11	c =============================================================================
72.08/72.11	c  0.0s |       0 |        0 |        0 |    62736      0 |     1039 |     1082
72.08/72.17	c  0.1s |       0 |       45 |        1 |    62736      0 |     1039 |     1083
72.08/72.17	c #cpu_time = 0.063s
72.08/72.17	c #wall_clock_time = 0.063s
72.08/72.17	c #decision = 45
72.08/72.17	c #random_decision = 0
72.08/72.17	c #conflict = 1
72.08/72.17	c #restart = 0
72.08/72.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
72.08/72.17	c lower bound updated to -450
72.08/72.17	c BCD2: 1084 <= obj <= 1492
72.08/72.17	c BCD2: #cores=44, #unrelaxed=406, #relaxed=1128, #hardened=0
72.08/72.17	c BCD2: #sat=1 #unsat=1085 bias=1085/1086
72.08/72.17	c Solving starts ...
72.08/72.17	c ============================[ Search Statistics ]============================
72.08/72.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.08/72.17	c       |         |          |          |    Limit     GC | Var      | Constra 
72.08/72.17	c =============================================================================
72.08/72.17	c  0.0s |       0 |        0 |        0 |    62736      0 |     1040 |     1083
72.18/72.23	c  0.1s |       0 |       45 |        1 |    62736      0 |     1040 |     1084
72.18/72.23	c #cpu_time = 0.063s
72.18/72.23	c #wall_clock_time = 0.063s
72.18/72.23	c #decision = 45
72.18/72.23	c #random_decision = 0
72.18/72.23	c #conflict = 1
72.18/72.23	c #restart = 0
72.18/72.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
72.18/72.23	c lower bound updated to -449
72.18/72.23	c BCD2: 1085 <= obj <= 1492
72.18/72.23	c BCD2: #cores=44, #unrelaxed=405, #relaxed=1129, #hardened=0
72.18/72.23	c BCD2: #sat=1 #unsat=1086 bias=1086/1087
72.18/72.23	c Solving starts ...
72.18/72.23	c ============================[ Search Statistics ]============================
72.18/72.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.18/72.23	c       |         |          |          |    Limit     GC | Var      | Constra 
72.18/72.23	c =============================================================================
72.18/72.24	c  0.0s |       0 |        0 |        0 |    62736      0 |     1041 |     1084
72.28/72.30	c  0.1s |       0 |       45 |        1 |    62736      0 |     1041 |     1085
72.28/72.30	c #cpu_time = 0.061s
72.28/72.30	c #wall_clock_time = 0.061s
72.28/72.30	c #decision = 45
72.28/72.30	c #random_decision = 0
72.28/72.30	c #conflict = 1
72.28/72.30	c #restart = 0
72.28/72.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
72.28/72.30	c lower bound updated to -448
72.28/72.30	c BCD2: 1086 <= obj <= 1492
72.28/72.30	c BCD2: #cores=44, #unrelaxed=404, #relaxed=1130, #hardened=0
72.28/72.30	c BCD2: #sat=1 #unsat=1087 bias=1087/1088
72.28/72.30	c Solving starts ...
72.28/72.30	c ============================[ Search Statistics ]============================
72.28/72.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.28/72.30	c       |         |          |          |    Limit     GC | Var      | Constra 
72.28/72.30	c =============================================================================
72.28/72.30	c  0.0s |       0 |        0 |        0 |    62736      0 |     1042 |     1085
72.28/72.37	c  0.1s |       0 |       45 |        1 |    62736      0 |     1042 |     1086
72.28/72.37	c #cpu_time = 0.063s
72.28/72.37	c #wall_clock_time = 0.063s
72.28/72.37	c #decision = 45
72.28/72.37	c #random_decision = 0
72.28/72.37	c #conflict = 1
72.28/72.37	c #restart = 0
72.28/72.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
72.28/72.37	c lower bound updated to -447
72.28/72.37	c BCD2: 1087 <= obj <= 1492
72.28/72.37	c BCD2: #cores=44, #unrelaxed=403, #relaxed=1131, #hardened=0
72.28/72.37	c BCD2: #sat=1 #unsat=1088 bias=1088/1089
72.28/72.37	c Solving starts ...
72.28/72.37	c ============================[ Search Statistics ]============================
72.28/72.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.28/72.37	c       |         |          |          |    Limit     GC | Var      | Constra 
72.28/72.37	c =============================================================================
72.28/72.37	c  0.0s |       0 |        0 |        0 |    62736      0 |     1043 |     1086
72.38/72.43	c  0.1s |       0 |       45 |        1 |    62736      0 |     1043 |     1087
72.38/72.43	c #cpu_time = 0.064s
72.38/72.43	c #wall_clock_time = 0.064s
72.38/72.43	c #decision = 45
72.38/72.43	c #random_decision = 0
72.38/72.43	c #conflict = 1
72.38/72.43	c #restart = 0
72.38/72.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
72.38/72.43	c lower bound updated to -446
72.38/72.43	c BCD2: 1088 <= obj <= 1492
72.38/72.43	c BCD2: #cores=44, #unrelaxed=402, #relaxed=1132, #hardened=0
72.38/72.43	c BCD2: #sat=1 #unsat=1089 bias=1089/1090
72.38/72.43	c Solving starts ...
72.38/72.43	c ============================[ Search Statistics ]============================
72.38/72.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.38/72.43	c       |         |          |          |    Limit     GC | Var      | Constra 
72.38/72.43	c =============================================================================
72.38/72.43	c  0.0s |       0 |        0 |        0 |    62736      0 |     1044 |     1087
72.48/72.50	c  0.1s |       0 |       45 |        1 |    62736      0 |     1044 |     1088
72.48/72.50	c #cpu_time = 0.064s
72.48/72.50	c #wall_clock_time = 0.064s
72.48/72.50	c #decision = 45
72.48/72.50	c #random_decision = 0
72.48/72.50	c #conflict = 1
72.48/72.50	c #restart = 0
72.48/72.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
72.48/72.50	c lower bound updated to -445
72.48/72.50	c BCD2: 1089 <= obj <= 1492
72.48/72.50	c BCD2: #cores=44, #unrelaxed=401, #relaxed=1133, #hardened=0
72.48/72.50	c BCD2: #sat=1 #unsat=1090 bias=1090/1091
72.48/72.50	c Solving starts ...
72.48/72.50	c ============================[ Search Statistics ]============================
72.48/72.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.48/72.50	c       |         |          |          |    Limit     GC | Var      | Constra 
72.48/72.50	c =============================================================================
72.48/72.50	c  0.0s |       0 |        0 |        0 |    62736      0 |     1045 |     1088
72.48/72.56	c  0.1s |       0 |       45 |        1 |    62736      0 |     1045 |     1089
72.48/72.56	c #cpu_time = 0.064s
72.48/72.56	c #wall_clock_time = 0.064s
72.48/72.56	c #decision = 45
72.48/72.56	c #random_decision = 0
72.48/72.56	c #conflict = 1
72.48/72.56	c #restart = 0
72.48/72.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
72.48/72.56	c lower bound updated to -444
72.48/72.56	c BCD2: 1090 <= obj <= 1492
72.48/72.56	c BCD2: #cores=44, #unrelaxed=400, #relaxed=1134, #hardened=0
72.48/72.56	c BCD2: #sat=1 #unsat=1091 bias=1091/1092
72.48/72.56	c Solving starts ...
72.48/72.56	c ============================[ Search Statistics ]============================
72.48/72.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.48/72.56	c       |         |          |          |    Limit     GC | Var      | Constra 
72.48/72.56	c =============================================================================
72.48/72.57	c  0.0s |       0 |        0 |        0 |    62736      0 |     1046 |     1089
72.59/72.63	c  0.1s |       0 |       45 |        1 |    62736      0 |     1046 |     1090
72.59/72.63	c #cpu_time = 0.063s
72.59/72.63	c #wall_clock_time = 0.063s
72.59/72.63	c #decision = 45
72.59/72.63	c #random_decision = 0
72.59/72.63	c #conflict = 1
72.59/72.63	c #restart = 0
72.59/72.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
72.59/72.63	c lower bound updated to -443
72.59/72.63	c BCD2: 1091 <= obj <= 1492
72.59/72.63	c BCD2: #cores=44, #unrelaxed=399, #relaxed=1135, #hardened=0
72.59/72.63	c BCD2: #sat=1 #unsat=1092 bias=1092/1093
72.59/72.63	c Solving starts ...
72.59/72.63	c ============================[ Search Statistics ]============================
72.59/72.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.59/72.63	c       |         |          |          |    Limit     GC | Var      | Constra 
72.59/72.63	c =============================================================================
72.59/72.63	c  0.0s |       0 |        0 |        0 |    62736      0 |     1047 |     1090
72.59/72.69	c  0.1s |       0 |       45 |        1 |    62736      0 |     1047 |     1091
72.59/72.69	c #cpu_time = 0.064s
72.59/72.69	c #wall_clock_time = 0.064s
72.59/72.69	c #decision = 45
72.59/72.69	c #random_decision = 0
72.59/72.69	c #conflict = 1
72.59/72.69	c #restart = 0
72.59/72.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
72.59/72.69	c lower bound updated to -442
72.59/72.69	c BCD2: 1092 <= obj <= 1492
72.59/72.69	c BCD2: #cores=44, #unrelaxed=398, #relaxed=1136, #hardened=0
72.59/72.69	c BCD2: #sat=1 #unsat=1093 bias=1093/1094
72.59/72.69	c Solving starts ...
72.59/72.69	c ============================[ Search Statistics ]============================
72.59/72.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.59/72.69	c       |         |          |          |    Limit     GC | Var      | Constra 
72.59/72.69	c =============================================================================
72.59/72.69	c  0.0s |       0 |        0 |        0 |    62736      0 |     1048 |     1091
72.69/72.76	c  0.1s |       0 |       45 |        1 |    62736      0 |     1048 |     1092
72.69/72.76	c #cpu_time = 0.064s
72.69/72.76	c #wall_clock_time = 0.064s
72.69/72.76	c #decision = 45
72.69/72.76	c #random_decision = 0
72.69/72.76	c #conflict = 1
72.69/72.76	c #restart = 0
72.69/72.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
72.69/72.76	c lower bound updated to -441
72.69/72.77	c BCD2: 1093 <= obj <= 1492
72.69/72.77	c BCD2: #cores=44, #unrelaxed=397, #relaxed=1137, #hardened=0
72.69/72.77	c BCD2: #sat=1 #unsat=1094 bias=1094/1095
72.69/72.77	c Solving starts ...
72.69/72.77	c ============================[ Search Statistics ]============================
72.69/72.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.69/72.77	c       |         |          |          |    Limit     GC | Var      | Constra 
72.69/72.77	c =============================================================================
72.69/72.77	c  0.0s |       0 |        0 |        0 |    62736      0 |     1049 |     1092
72.78/72.83	c  0.1s |       0 |       45 |        1 |    62736      0 |     1049 |     1093
72.78/72.83	c #cpu_time = 0.062s
72.78/72.83	c #wall_clock_time = 0.062s
72.78/72.83	c #decision = 45
72.78/72.83	c #random_decision = 0
72.78/72.83	c #conflict = 1
72.78/72.83	c #restart = 0
72.78/72.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
72.78/72.83	c lower bound updated to -440
72.78/72.83	c BCD2: 1094 <= obj <= 1492
72.78/72.83	c BCD2: #cores=44, #unrelaxed=396, #relaxed=1138, #hardened=0
72.78/72.83	c BCD2: #sat=1 #unsat=1095 bias=1095/1096
72.78/72.83	c Solving starts ...
72.78/72.83	c ============================[ Search Statistics ]============================
72.78/72.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.78/72.83	c       |         |          |          |    Limit     GC | Var      | Constra 
72.78/72.83	c =============================================================================
72.78/72.83	c  0.0s |       0 |        0 |        0 |    62736      0 |     1050 |     1093
72.78/72.89	c  0.1s |       0 |       45 |        1 |    62736      0 |     1050 |     1094
72.78/72.89	c #cpu_time = 0.063s
72.78/72.89	c #wall_clock_time = 0.063s
72.78/72.89	c #decision = 45
72.78/72.89	c #random_decision = 0
72.78/72.89	c #conflict = 1
72.78/72.89	c #restart = 0
72.78/72.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
72.78/72.89	c lower bound updated to -439
72.78/72.89	c BCD2: 1095 <= obj <= 1492
72.78/72.89	c BCD2: #cores=44, #unrelaxed=395, #relaxed=1139, #hardened=0
72.78/72.89	c BCD2: #sat=1 #unsat=1096 bias=1096/1097
72.78/72.89	c Solving starts ...
72.78/72.89	c ============================[ Search Statistics ]============================
72.78/72.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.78/72.89	c       |         |          |          |    Limit     GC | Var      | Constra 
72.78/72.89	c =============================================================================
72.78/72.90	c  0.0s |       0 |        0 |        0 |    62736      0 |     1051 |     1094
72.88/72.96	c  0.1s |       0 |       45 |        1 |    62736      0 |     1051 |     1095
72.88/72.96	c #cpu_time = 0.063s
72.88/72.96	c #wall_clock_time = 0.063s
72.88/72.96	c #decision = 45
72.88/72.96	c #random_decision = 0
72.88/72.96	c #conflict = 1
72.88/72.96	c #restart = 0
72.88/72.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
72.88/72.96	c lower bound updated to -438
72.88/72.96	c BCD2: 1096 <= obj <= 1492
72.88/72.96	c BCD2: #cores=44, #unrelaxed=394, #relaxed=1140, #hardened=0
72.88/72.96	c BCD2: #sat=1 #unsat=1097 bias=1097/1098
72.88/72.96	c Solving starts ...
72.88/72.96	c ============================[ Search Statistics ]============================
72.88/72.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.88/72.96	c       |         |          |          |    Limit     GC | Var      | Constra 
72.88/72.96	c =============================================================================
72.88/72.96	c  0.0s |       0 |        0 |        0 |    62736      0 |     1052 |     1095
72.98/73.02	c  0.1s |       0 |       45 |        1 |    62736      0 |     1052 |     1096
72.98/73.02	c #cpu_time = 0.064s
72.98/73.02	c #wall_clock_time = 0.064s
72.98/73.02	c #decision = 45
72.98/73.02	c #random_decision = 0
72.98/73.02	c #conflict = 1
72.98/73.02	c #restart = 0
72.98/73.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
72.98/73.02	c lower bound updated to -437
72.98/73.02	c BCD2: 1097 <= obj <= 1492
72.98/73.02	c BCD2: #cores=44, #unrelaxed=393, #relaxed=1141, #hardened=0
72.98/73.02	c BCD2: #sat=1 #unsat=1098 bias=1098/1099
72.98/73.03	c Solving starts ...
72.98/73.03	c ============================[ Search Statistics ]============================
72.98/73.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.98/73.03	c       |         |          |          |    Limit     GC | Var      | Constra 
72.98/73.03	c =============================================================================
72.98/73.03	c  0.0s |       0 |        0 |        0 |    62736      0 |     1053 |     1096
72.98/73.09	c  0.1s |       0 |       45 |        1 |    62736      0 |     1053 |     1097
72.98/73.09	c #cpu_time = 0.065s
72.98/73.09	c #wall_clock_time = 0.065s
72.98/73.09	c #decision = 45
72.98/73.09	c #random_decision = 0
72.98/73.09	c #conflict = 1
72.98/73.09	c #restart = 0
72.98/73.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
72.98/73.09	c lower bound updated to -436
72.98/73.09	c BCD2: 1098 <= obj <= 1492
72.98/73.09	c BCD2: #cores=44, #unrelaxed=392, #relaxed=1142, #hardened=0
72.98/73.09	c BCD2: #sat=1 #unsat=1099 bias=1099/1100
72.98/73.09	c Solving starts ...
72.98/73.09	c ============================[ Search Statistics ]============================
72.98/73.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.98/73.09	c       |         |          |          |    Limit     GC | Var      | Constra 
72.98/73.09	c =============================================================================
72.98/73.09	c  0.0s |       0 |        0 |        0 |    62736      0 |     1054 |     1097
73.08/73.16	c  0.1s |       0 |       45 |        1 |    62736      0 |     1054 |     1098
73.08/73.16	c #cpu_time = 0.064s
73.08/73.16	c #wall_clock_time = 0.064s
73.08/73.16	c #decision = 45
73.08/73.16	c #random_decision = 0
73.08/73.16	c #conflict = 1
73.08/73.16	c #restart = 0
73.08/73.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
73.08/73.16	c lower bound updated to -435
73.08/73.16	c BCD2: 1099 <= obj <= 1492
73.08/73.16	c BCD2: #cores=44, #unrelaxed=391, #relaxed=1143, #hardened=0
73.08/73.16	c BCD2: #sat=1 #unsat=1100 bias=1100/1101
73.08/73.16	c Solving starts ...
73.08/73.16	c ============================[ Search Statistics ]============================
73.08/73.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.08/73.16	c       |         |          |          |    Limit     GC | Var      | Constra 
73.08/73.16	c =============================================================================
73.08/73.16	c  0.0s |       0 |        0 |        0 |    62736      0 |     1055 |     1098
73.18/73.22	c  0.1s |       0 |       45 |        1 |    62736      0 |     1055 |     1099
73.18/73.22	c #cpu_time = 0.064s
73.18/73.22	c #wall_clock_time = 0.064s
73.18/73.22	c #decision = 45
73.18/73.22	c #random_decision = 0
73.18/73.22	c #conflict = 1
73.18/73.22	c #restart = 0
73.18/73.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
73.18/73.22	c lower bound updated to -434
73.18/73.23	c BCD2: 1100 <= obj <= 1492
73.18/73.23	c BCD2: #cores=44, #unrelaxed=390, #relaxed=1144, #hardened=0
73.18/73.23	c BCD2: #sat=1 #unsat=1101 bias=1101/1102
73.18/73.23	c Solving starts ...
73.18/73.23	c ============================[ Search Statistics ]============================
73.18/73.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.18/73.23	c       |         |          |          |    Limit     GC | Var      | Constra 
73.18/73.23	c =============================================================================
73.18/73.23	c  0.0s |       0 |        0 |        0 |    62736      0 |     1056 |     1099
73.18/73.29	c  0.1s |       0 |       45 |        0 |    62736      0 |     1056 |     1100
73.18/73.29	c #cpu_time = 0.061s
73.18/73.29	c #wall_clock_time = 0.061s
73.18/73.29	c #decision = 45
73.18/73.29	c #random_decision = 0
73.18/73.29	c #conflict = 0
73.18/73.29	c #restart = 0
73.18/73.29	c BCD2: found a new core of size 2: cost of the new core is >=1
73.18/73.29	c lower bound updated to -433
73.28/73.30	c BCD2: 1101 <= obj <= 1492
73.28/73.30	c BCD2: #cores=45, #unrelaxed=388, #relaxed=1146, #hardened=0
73.28/73.30	c BCD2: #sat=1 #unsat=1102 bias=1102/1103
73.28/73.30	c Solving starts ...
73.28/73.30	c ============================[ Search Statistics ]============================
73.28/73.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.28/73.30	c       |         |          |          |    Limit     GC | Var      | Constra 
73.28/73.30	c =============================================================================
73.28/73.30	c  0.0s |       0 |        0 |        0 |    62736      0 |     1056 |     1101
73.28/73.36	c  0.1s |       0 |       46 |        1 |    62736      0 |     1056 |     1101
73.28/73.36	c #cpu_time = 0.061s
73.28/73.36	c #wall_clock_time = 0.061s
73.28/73.36	c #decision = 46
73.28/73.36	c #random_decision = 0
73.28/73.36	c #conflict = 1
73.28/73.36	c #restart = 0
73.28/73.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
73.28/73.36	c lower bound updated to -432
73.28/73.36	c BCD2: 1102 <= obj <= 1492
73.28/73.36	c BCD2: #cores=45, #unrelaxed=387, #relaxed=1147, #hardened=0
73.28/73.36	c BCD2: #sat=1 #unsat=1103 bias=1103/1104
73.28/73.36	c Solving starts ...
73.28/73.36	c ============================[ Search Statistics ]============================
73.28/73.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.28/73.36	c       |         |          |          |    Limit     GC | Var      | Constra 
73.28/73.36	c =============================================================================
73.28/73.36	c  0.0s |       0 |        0 |        0 |    62736      0 |     1057 |     1101
73.38/73.43	c  0.1s |       0 |       46 |        1 |    62736      0 |     1057 |     1102
73.38/73.43	c #cpu_time = 0.063s
73.38/73.43	c #wall_clock_time = 0.063s
73.38/73.43	c #decision = 46
73.38/73.43	c #random_decision = 0
73.38/73.43	c #conflict = 1
73.38/73.43	c #restart = 0
73.38/73.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
73.38/73.43	c lower bound updated to -431
73.38/73.43	c BCD2: 1103 <= obj <= 1492
73.38/73.43	c BCD2: #cores=45, #unrelaxed=386, #relaxed=1148, #hardened=0
73.38/73.43	c BCD2: #sat=1 #unsat=1104 bias=1104/1105
73.38/73.43	c Solving starts ...
73.38/73.43	c ============================[ Search Statistics ]============================
73.38/73.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.38/73.43	c       |         |          |          |    Limit     GC | Var      | Constra 
73.38/73.43	c =============================================================================
73.38/73.43	c  0.0s |       0 |        0 |        0 |    62736      0 |     1058 |     1102
73.38/73.49	c  0.1s |       0 |       46 |        1 |    62736      0 |     1058 |     1103
73.38/73.49	c #cpu_time = 0.064s
73.38/73.49	c #wall_clock_time = 0.064s
73.38/73.49	c #decision = 46
73.38/73.49	c #random_decision = 0
73.38/73.49	c #conflict = 1
73.38/73.49	c #restart = 0
73.38/73.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
73.38/73.49	c lower bound updated to -430
73.38/73.49	c BCD2: 1104 <= obj <= 1492
73.38/73.49	c BCD2: #cores=45, #unrelaxed=385, #relaxed=1149, #hardened=0
73.38/73.49	c BCD2: #sat=1 #unsat=1105 bias=1105/1106
73.38/73.49	c Solving starts ...
73.38/73.49	c ============================[ Search Statistics ]============================
73.38/73.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.38/73.49	c       |         |          |          |    Limit     GC | Var      | Constra 
73.38/73.49	c =============================================================================
73.38/73.49	c  0.0s |       0 |        0 |        0 |    62736      0 |     1059 |     1103
73.48/73.56	c  0.1s |       0 |       46 |        1 |    62736      0 |     1059 |     1104
73.48/73.56	c #cpu_time = 0.064s
73.48/73.56	c #wall_clock_time = 0.064s
73.48/73.56	c #decision = 46
73.48/73.56	c #random_decision = 0
73.48/73.56	c #conflict = 1
73.48/73.56	c #restart = 0
73.48/73.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
73.48/73.56	c lower bound updated to -429
73.48/73.56	c BCD2: 1105 <= obj <= 1492
73.48/73.56	c BCD2: #cores=45, #unrelaxed=384, #relaxed=1150, #hardened=0
73.48/73.56	c BCD2: #sat=1 #unsat=1106 bias=1106/1107
73.48/73.56	c Solving starts ...
73.48/73.56	c ============================[ Search Statistics ]============================
73.48/73.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.48/73.56	c       |         |          |          |    Limit     GC | Var      | Constra 
73.48/73.56	c =============================================================================
73.48/73.56	c  0.0s |       0 |        0 |        0 |    62736      0 |     1060 |     1104
73.58/73.62	c  0.1s |       0 |       46 |        1 |    62736      0 |     1060 |     1105
73.58/73.62	c #cpu_time = 0.064s
73.58/73.62	c #wall_clock_time = 0.064s
73.58/73.62	c #decision = 46
73.58/73.62	c #random_decision = 0
73.58/73.62	c #conflict = 1
73.58/73.62	c #restart = 0
73.58/73.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
73.58/73.62	c lower bound updated to -428
73.58/73.62	c BCD2: 1106 <= obj <= 1492
73.58/73.62	c BCD2: #cores=45, #unrelaxed=383, #relaxed=1151, #hardened=0
73.58/73.62	c BCD2: #sat=1 #unsat=1107 bias=1107/1108
73.58/73.63	c Solving starts ...
73.58/73.63	c ============================[ Search Statistics ]============================
73.58/73.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.58/73.63	c       |         |          |          |    Limit     GC | Var      | Constra 
73.58/73.63	c =============================================================================
73.58/73.63	c  0.0s |       0 |        0 |        0 |    62736      0 |     1061 |     1105
73.58/73.69	c  0.1s |       0 |       46 |        1 |    62736      0 |     1061 |     1106
73.58/73.69	c #cpu_time = 0.063s
73.58/73.69	c #wall_clock_time = 0.063s
73.58/73.69	c #decision = 46
73.58/73.69	c #random_decision = 0
73.58/73.69	c #conflict = 1
73.58/73.69	c #restart = 0
73.58/73.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
73.58/73.69	c lower bound updated to -427
73.58/73.70	c BCD2: 1107 <= obj <= 1492
73.58/73.70	c BCD2: #cores=45, #unrelaxed=382, #relaxed=1152, #hardened=0
73.58/73.70	c BCD2: #sat=1 #unsat=1108 bias=1108/1109
73.58/73.70	c Solving starts ...
73.58/73.70	c ============================[ Search Statistics ]============================
73.58/73.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.58/73.70	c       |         |          |          |    Limit     GC | Var      | Constra 
73.58/73.70	c =============================================================================
73.58/73.70	c  0.0s |       0 |        0 |        0 |    62736      0 |     1062 |     1106
73.68/73.76	c  0.1s |       0 |       46 |        1 |    62736      0 |     1062 |     1107
73.68/73.76	c #cpu_time = 0.061s
73.68/73.76	c #wall_clock_time = 0.061s
73.68/73.76	c #decision = 46
73.68/73.76	c #random_decision = 0
73.68/73.76	c #conflict = 1
73.68/73.76	c #restart = 0
73.68/73.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
73.68/73.76	c lower bound updated to -426
73.68/73.76	c BCD2: 1108 <= obj <= 1492
73.68/73.76	c BCD2: #cores=45, #unrelaxed=381, #relaxed=1153, #hardened=0
73.68/73.76	c BCD2: #sat=1 #unsat=1109 bias=1109/1110
73.68/73.76	c Solving starts ...
73.68/73.76	c ============================[ Search Statistics ]============================
73.68/73.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.68/73.76	c       |         |          |          |    Limit     GC | Var      | Constra 
73.68/73.76	c =============================================================================
73.68/73.76	c  0.0s |       0 |        0 |        0 |    62736      0 |     1063 |     1107
73.78/73.82	c  0.1s |       0 |       46 |        1 |    62736      0 |     1063 |     1108
73.78/73.82	c #cpu_time = 0.064s
73.78/73.82	c #wall_clock_time = 0.064s
73.78/73.82	c #decision = 46
73.78/73.82	c #random_decision = 0
73.78/73.82	c #conflict = 1
73.78/73.82	c #restart = 0
73.78/73.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
73.78/73.82	c lower bound updated to -425
73.78/73.82	c BCD2: 1109 <= obj <= 1492
73.78/73.82	c BCD2: #cores=45, #unrelaxed=380, #relaxed=1154, #hardened=0
73.78/73.82	c BCD2: #sat=1 #unsat=1110 bias=1110/1111
73.78/73.83	c Solving starts ...
73.78/73.83	c ============================[ Search Statistics ]============================
73.78/73.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.78/73.83	c       |         |          |          |    Limit     GC | Var      | Constra 
73.78/73.83	c =============================================================================
73.78/73.83	c  0.0s |       0 |        0 |        0 |    62736      0 |     1064 |     1108
73.78/73.89	c  0.1s |       0 |       46 |        1 |    62736      0 |     1064 |     1109
73.78/73.89	c #cpu_time = 0.064s
73.78/73.89	c #wall_clock_time = 0.064s
73.78/73.89	c #decision = 46
73.78/73.89	c #random_decision = 0
73.78/73.89	c #conflict = 1
73.78/73.89	c #restart = 0
73.78/73.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
73.78/73.89	c lower bound updated to -424
73.78/73.89	c BCD2: 1110 <= obj <= 1492
73.78/73.89	c BCD2: #cores=45, #unrelaxed=379, #relaxed=1155, #hardened=0
73.78/73.89	c BCD2: #sat=1 #unsat=1111 bias=1111/1112
73.78/73.89	c Solving starts ...
73.78/73.89	c ============================[ Search Statistics ]============================
73.78/73.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.78/73.89	c       |         |          |          |    Limit     GC | Var      | Constra 
73.78/73.89	c =============================================================================
73.78/73.89	c  0.0s |       0 |        0 |        0 |    62736      0 |     1065 |     1109
73.88/73.96	c  0.1s |       0 |       46 |        1 |    62736      0 |     1065 |     1110
73.88/73.96	c #cpu_time = 0.065s
73.88/73.96	c #wall_clock_time = 0.065s
73.88/73.96	c #decision = 46
73.88/73.96	c #random_decision = 0
73.88/73.96	c #conflict = 1
73.88/73.96	c #restart = 0
73.88/73.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
73.88/73.96	c lower bound updated to -423
73.88/73.96	c BCD2: 1111 <= obj <= 1492
73.88/73.96	c BCD2: #cores=45, #unrelaxed=378, #relaxed=1156, #hardened=0
73.88/73.96	c BCD2: #sat=1 #unsat=1112 bias=1112/1113
73.88/73.96	c Solving starts ...
73.88/73.96	c ============================[ Search Statistics ]============================
73.88/73.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.88/73.96	c       |         |          |          |    Limit     GC | Var      | Constra 
73.88/73.96	c =============================================================================
73.88/73.96	c  0.0s |       0 |        0 |        0 |    62736      0 |     1066 |     1110
73.98/74.02	c  0.1s |       0 |       46 |        1 |    62736      0 |     1066 |     1111
73.98/74.02	c #cpu_time = 0.064s
73.98/74.02	c #wall_clock_time = 0.064s
73.98/74.02	c #decision = 46
73.98/74.02	c #random_decision = 0
73.98/74.02	c #conflict = 1
73.98/74.02	c #restart = 0
73.98/74.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
73.98/74.02	c lower bound updated to -422
73.98/74.02	c BCD2: 1112 <= obj <= 1492
73.98/74.02	c BCD2: #cores=45, #unrelaxed=377, #relaxed=1157, #hardened=0
73.98/74.02	c BCD2: #sat=1 #unsat=1113 bias=1113/1114
73.98/74.02	c Solving starts ...
73.98/74.02	c ============================[ Search Statistics ]============================
73.98/74.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.98/74.02	c       |         |          |          |    Limit     GC | Var      | Constra 
73.98/74.02	c =============================================================================
73.98/74.02	c  0.0s |       0 |        0 |        0 |    62736      0 |     1067 |     1111
73.98/74.09	c  0.1s |       0 |       46 |        1 |    62736      0 |     1067 |     1112
73.98/74.09	c #cpu_time = 0.065s
73.98/74.09	c #wall_clock_time = 0.065s
73.98/74.09	c #decision = 46
73.98/74.09	c #random_decision = 0
73.98/74.09	c #conflict = 1
73.98/74.09	c #restart = 0
73.98/74.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
73.98/74.09	c lower bound updated to -421
73.98/74.09	c BCD2: 1113 <= obj <= 1492
73.98/74.09	c BCD2: #cores=45, #unrelaxed=376, #relaxed=1158, #hardened=0
73.98/74.09	c BCD2: #sat=1 #unsat=1114 bias=1114/1115
73.98/74.09	c Solving starts ...
73.98/74.09	c ============================[ Search Statistics ]============================
73.98/74.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.98/74.09	c       |         |          |          |    Limit     GC | Var      | Constra 
73.98/74.09	c =============================================================================
73.98/74.09	c  0.0s |       0 |        0 |        0 |    62736      0 |     1068 |     1112
74.08/74.15	c  0.1s |       0 |       46 |        1 |    62736      0 |     1068 |     1113
74.08/74.15	c #cpu_time = 0.065s
74.08/74.15	c #wall_clock_time = 0.065s
74.08/74.15	c #decision = 46
74.08/74.15	c #random_decision = 0
74.08/74.15	c #conflict = 1
74.08/74.15	c #restart = 0
74.08/74.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
74.08/74.15	c lower bound updated to -420
74.08/74.16	c BCD2: 1114 <= obj <= 1492
74.08/74.16	c BCD2: #cores=45, #unrelaxed=375, #relaxed=1159, #hardened=0
74.08/74.16	c BCD2: #sat=1 #unsat=1115 bias=1115/1116
74.08/74.16	c Solving starts ...
74.08/74.16	c ============================[ Search Statistics ]============================
74.08/74.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.08/74.16	c       |         |          |          |    Limit     GC | Var      | Constra 
74.08/74.16	c =============================================================================
74.08/74.16	c  0.0s |       0 |        0 |        0 |    62736      0 |     1069 |     1113
74.18/74.22	c  0.1s |       0 |       46 |        1 |    62736      0 |     1069 |     1114
74.18/74.22	c #cpu_time = 0.062s
74.18/74.22	c #wall_clock_time = 0.062s
74.18/74.22	c #decision = 46
74.18/74.22	c #random_decision = 0
74.18/74.22	c #conflict = 1
74.18/74.22	c #restart = 0
74.18/74.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
74.18/74.22	c lower bound updated to -419
74.18/74.23	c BCD2: 1115 <= obj <= 1492
74.18/74.23	c BCD2: #cores=45, #unrelaxed=374, #relaxed=1160, #hardened=0
74.18/74.23	c BCD2: #sat=1 #unsat=1116 bias=1116/1117
74.18/74.23	c Solving starts ...
74.18/74.23	c ============================[ Search Statistics ]============================
74.18/74.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.18/74.23	c       |         |          |          |    Limit     GC | Var      | Constra 
74.18/74.23	c =============================================================================
74.18/74.23	c  0.0s |       0 |        0 |        0 |    62736      0 |     1070 |     1114
74.18/74.29	c  0.1s |       0 |       46 |        1 |    62736      0 |     1070 |     1115
74.18/74.29	c #cpu_time = 0.064s
74.18/74.29	c #wall_clock_time = 0.064s
74.18/74.29	c #decision = 46
74.18/74.29	c #random_decision = 0
74.18/74.29	c #conflict = 1
74.18/74.29	c #restart = 0
74.18/74.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
74.18/74.29	c lower bound updated to -418
74.18/74.29	c BCD2: 1116 <= obj <= 1492
74.18/74.29	c BCD2: #cores=45, #unrelaxed=373, #relaxed=1161, #hardened=0
74.18/74.29	c BCD2: #sat=1 #unsat=1117 bias=1117/1118
74.18/74.29	c Solving starts ...
74.18/74.29	c ============================[ Search Statistics ]============================
74.18/74.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.18/74.29	c       |         |          |          |    Limit     GC | Var      | Constra 
74.18/74.29	c =============================================================================
74.18/74.29	c  0.0s |       0 |        0 |        0 |    62736      0 |     1071 |     1115
74.28/74.36	c  0.1s |       0 |       46 |        1 |    62736      0 |     1071 |     1116
74.28/74.36	c #cpu_time = 0.064s
74.28/74.36	c #wall_clock_time = 0.064s
74.28/74.36	c #decision = 46
74.28/74.36	c #random_decision = 0
74.28/74.36	c #conflict = 1
74.28/74.36	c #restart = 0
74.28/74.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
74.28/74.36	c lower bound updated to -417
74.28/74.36	c BCD2: 1117 <= obj <= 1492
74.28/74.36	c BCD2: #cores=45, #unrelaxed=372, #relaxed=1162, #hardened=0
74.28/74.36	c BCD2: #sat=1 #unsat=1118 bias=1118/1119
74.28/74.36	c Solving starts ...
74.28/74.36	c ============================[ Search Statistics ]============================
74.28/74.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.28/74.36	c       |         |          |          |    Limit     GC | Var      | Constra 
74.28/74.36	c =============================================================================
74.28/74.36	c  0.0s |       0 |        0 |        0 |    62736      0 |     1072 |     1116
74.38/74.42	c  0.1s |       0 |       46 |        1 |    62736      0 |     1072 |     1117
74.38/74.42	c #cpu_time = 0.065s
74.38/74.42	c #wall_clock_time = 0.065s
74.38/74.42	c #decision = 46
74.38/74.42	c #random_decision = 0
74.38/74.42	c #conflict = 1
74.38/74.42	c #restart = 0
74.38/74.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
74.38/74.42	c lower bound updated to -416
74.38/74.42	c BCD2: 1118 <= obj <= 1492
74.38/74.42	c BCD2: #cores=45, #unrelaxed=371, #relaxed=1163, #hardened=0
74.38/74.42	c BCD2: #sat=1 #unsat=1119 bias=1119/1120
74.38/74.42	c Solving starts ...
74.38/74.42	c ============================[ Search Statistics ]============================
74.38/74.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.38/74.42	c       |         |          |          |    Limit     GC | Var      | Constra 
74.38/74.42	c =============================================================================
74.38/74.42	c  0.0s |       0 |        0 |        0 |    62736      0 |     1073 |     1117
74.38/74.49	c  0.1s |       0 |       46 |        1 |    62736      0 |     1073 |     1118
74.38/74.49	c #cpu_time = 0.065s
74.38/74.49	c #wall_clock_time = 0.065s
74.38/74.49	c #decision = 46
74.38/74.49	c #random_decision = 0
74.38/74.49	c #conflict = 1
74.38/74.49	c #restart = 0
74.38/74.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
74.38/74.49	c lower bound updated to -415
74.38/74.49	c BCD2: 1119 <= obj <= 1492
74.38/74.49	c BCD2: #cores=45, #unrelaxed=370, #relaxed=1164, #hardened=0
74.38/74.49	c BCD2: #sat=1 #unsat=1120 bias=1120/1121
74.38/74.49	c Solving starts ...
74.38/74.49	c ============================[ Search Statistics ]============================
74.38/74.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.38/74.49	c       |         |          |          |    Limit     GC | Var      | Constra 
74.38/74.49	c =============================================================================
74.38/74.49	c  0.0s |       0 |        0 |        0 |    62736      0 |     1074 |     1118
74.48/74.55	c  0.1s |       0 |       46 |        1 |    62736      0 |     1074 |     1119
74.48/74.55	c #cpu_time = 0.064s
74.48/74.55	c #wall_clock_time = 0.064s
74.48/74.55	c #decision = 46
74.48/74.55	c #random_decision = 0
74.48/74.55	c #conflict = 1
74.48/74.55	c #restart = 0
74.48/74.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
74.48/74.55	c lower bound updated to -414
74.48/74.55	c BCD2: 1120 <= obj <= 1492
74.48/74.55	c BCD2: #cores=45, #unrelaxed=369, #relaxed=1165, #hardened=0
74.48/74.55	c BCD2: #sat=1 #unsat=1121 bias=1121/1122
74.48/74.55	c Solving starts ...
74.48/74.55	c ============================[ Search Statistics ]============================
74.48/74.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.48/74.55	c       |         |          |          |    Limit     GC | Var      | Constra 
74.48/74.55	c =============================================================================
74.48/74.55	c  0.0s |       0 |        0 |        0 |    62736      0 |     1075 |     1119
74.58/74.62	c  0.1s |       0 |       46 |        1 |    62736      0 |     1075 |     1120
74.58/74.62	c #cpu_time = 0.063s
74.58/74.62	c #wall_clock_time = 0.063s
74.58/74.62	c #decision = 46
74.58/74.62	c #random_decision = 0
74.58/74.62	c #conflict = 1
74.58/74.62	c #restart = 0
74.58/74.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
74.58/74.62	c lower bound updated to -413
74.58/74.63	c BCD2: 1121 <= obj <= 1492
74.58/74.63	c BCD2: #cores=45, #unrelaxed=368, #relaxed=1166, #hardened=0
74.58/74.63	c BCD2: #sat=1 #unsat=1122 bias=1122/1123
74.58/74.63	c Solving starts ...
74.58/74.63	c ============================[ Search Statistics ]============================
74.58/74.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.58/74.63	c       |         |          |          |    Limit     GC | Var      | Constra 
74.58/74.63	c =============================================================================
74.58/74.63	c  0.0s |       0 |        0 |        0 |    62736      0 |     1076 |     1120
74.58/74.69	c  0.1s |       0 |       46 |        1 |    62736      0 |     1076 |     1121
74.58/74.69	c #cpu_time = 0.061s
74.58/74.69	c #wall_clock_time = 0.061s
74.58/74.69	c #decision = 46
74.58/74.69	c #random_decision = 0
74.58/74.69	c #conflict = 1
74.58/74.69	c #restart = 0
74.58/74.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
74.58/74.69	c lower bound updated to -412
74.58/74.69	c BCD2: 1122 <= obj <= 1492
74.58/74.69	c BCD2: #cores=45, #unrelaxed=367, #relaxed=1167, #hardened=0
74.58/74.69	c BCD2: #sat=1 #unsat=1123 bias=1123/1124
74.58/74.69	c Solving starts ...
74.58/74.69	c ============================[ Search Statistics ]============================
74.58/74.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.58/74.69	c       |         |          |          |    Limit     GC | Var      | Constra 
74.58/74.69	c =============================================================================
74.58/74.69	c  0.0s |       0 |        0 |        0 |    62736      0 |     1077 |     1121
74.68/74.75	c  0.1s |       0 |       46 |        1 |    62736      0 |     1077 |     1122
74.68/74.75	c #cpu_time = 0.063s
74.68/74.75	c #wall_clock_time = 0.063s
74.68/74.75	c #decision = 46
74.68/74.75	c #random_decision = 0
74.68/74.75	c #conflict = 1
74.68/74.75	c #restart = 0
74.68/74.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
74.68/74.75	c lower bound updated to -411
74.68/74.75	c BCD2: 1123 <= obj <= 1492
74.68/74.75	c BCD2: #cores=45, #unrelaxed=366, #relaxed=1168, #hardened=0
74.68/74.75	c BCD2: #sat=1 #unsat=1124 bias=1124/1125
74.68/74.75	c Solving starts ...
74.68/74.75	c ============================[ Search Statistics ]============================
74.68/74.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.68/74.75	c       |         |          |          |    Limit     GC | Var      | Constra 
74.68/74.75	c =============================================================================
74.68/74.75	c  0.0s |       0 |        0 |        0 |    62736      0 |     1078 |     1122
74.78/74.82	c  0.1s |       0 |       46 |        1 |    62736      0 |     1078 |     1123
74.78/74.82	c #cpu_time = 0.064s
74.78/74.82	c #wall_clock_time = 0.064s
74.78/74.82	c #decision = 46
74.78/74.82	c #random_decision = 0
74.78/74.82	c #conflict = 1
74.78/74.82	c #restart = 0
74.78/74.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
74.78/74.82	c lower bound updated to -410
74.78/74.82	c BCD2: 1124 <= obj <= 1492
74.78/74.82	c BCD2: #cores=45, #unrelaxed=365, #relaxed=1169, #hardened=0
74.78/74.82	c BCD2: #sat=1 #unsat=1125 bias=1125/1126
74.78/74.82	c Solving starts ...
74.78/74.82	c ============================[ Search Statistics ]============================
74.78/74.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.78/74.82	c       |         |          |          |    Limit     GC | Var      | Constra 
74.78/74.82	c =============================================================================
74.78/74.82	c  0.0s |       0 |        0 |        0 |    62736      0 |     1079 |     1123
74.78/74.88	c  0.1s |       0 |       46 |        1 |    62736      0 |     1079 |     1124
74.78/74.88	c #cpu_time = 0.064s
74.78/74.88	c #wall_clock_time = 0.064s
74.78/74.88	c #decision = 46
74.78/74.88	c #random_decision = 0
74.78/74.88	c #conflict = 1
74.78/74.88	c #restart = 0
74.78/74.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
74.78/74.88	c lower bound updated to -409
74.78/74.88	c BCD2: 1125 <= obj <= 1492
74.78/74.88	c BCD2: #cores=45, #unrelaxed=364, #relaxed=1170, #hardened=0
74.78/74.88	c BCD2: #sat=1 #unsat=1126 bias=1126/1127
74.78/74.89	c Solving starts ...
74.78/74.89	c ============================[ Search Statistics ]============================
74.78/74.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.78/74.89	c       |         |          |          |    Limit     GC | Var      | Constra 
74.78/74.89	c =============================================================================
74.78/74.89	c  0.0s |       0 |        0 |        0 |    62736      0 |     1080 |     1124
74.88/74.95	c  0.1s |       0 |       46 |        0 |    62736      0 |     1080 |     1125
74.88/74.95	c #cpu_time = 0.064s
74.88/74.95	c #wall_clock_time = 0.064s
74.88/74.95	c #decision = 46
74.88/74.95	c #random_decision = 0
74.88/74.95	c #conflict = 0
74.88/74.95	c #restart = 0
74.88/74.95	c BCD2: found a new core of size 2: cost of the new core is >=1
74.88/74.95	c lower bound updated to -408
74.88/74.96	c BCD2: 1126 <= obj <= 1492
74.88/74.96	c BCD2: #cores=46, #unrelaxed=362, #relaxed=1172, #hardened=0
74.88/74.96	c BCD2: #sat=1 #unsat=1127 bias=1127/1128
74.88/74.96	c Solving starts ...
74.88/74.96	c ============================[ Search Statistics ]============================
74.88/74.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.88/74.96	c       |         |          |          |    Limit     GC | Var      | Constra 
74.88/74.96	c =============================================================================
74.88/74.96	c  0.0s |       0 |        0 |        0 |    62736      0 |     1080 |     1126
74.98/75.02	c  0.1s |       0 |       47 |        1 |    62736      0 |     1080 |     1126
74.98/75.02	c #cpu_time = 0.062s
74.98/75.02	c #wall_clock_time = 0.062s
74.98/75.02	c #decision = 47
74.98/75.02	c #random_decision = 0
74.98/75.02	c #conflict = 1
74.98/75.02	c #restart = 0
74.98/75.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
74.98/75.02	c lower bound updated to -407
74.98/75.02	c BCD2: 1127 <= obj <= 1492
74.98/75.02	c BCD2: #cores=46, #unrelaxed=361, #relaxed=1173, #hardened=0
74.98/75.02	c BCD2: #sat=1 #unsat=1128 bias=1128/1129
74.98/75.03	c Solving starts ...
74.98/75.03	c ============================[ Search Statistics ]============================
74.98/75.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.98/75.03	c       |         |          |          |    Limit     GC | Var      | Constra 
74.98/75.03	c =============================================================================
74.98/75.03	c  0.0s |       0 |        0 |        0 |    62736      0 |     1081 |     1126
74.98/75.09	c  0.1s |       0 |       47 |        1 |    62736      0 |     1081 |     1127
74.98/75.09	c #cpu_time = 0.064s
74.98/75.09	c #wall_clock_time = 0.064s
74.98/75.09	c #decision = 47
74.98/75.09	c #random_decision = 0
74.98/75.09	c #conflict = 1
74.98/75.09	c #restart = 0
74.98/75.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
74.98/75.09	c lower bound updated to -406
74.98/75.09	c BCD2: 1128 <= obj <= 1492
74.98/75.09	c BCD2: #cores=46, #unrelaxed=360, #relaxed=1174, #hardened=0
74.98/75.09	c BCD2: #sat=1 #unsat=1129 bias=1129/1130
74.98/75.09	c Solving starts ...
74.98/75.09	c ============================[ Search Statistics ]============================
74.98/75.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.98/75.09	c       |         |          |          |    Limit     GC | Var      | Constra 
74.98/75.09	c =============================================================================
75.08/75.10	c  0.0s |       0 |        0 |        0 |    62736      0 |     1082 |     1127
75.08/75.16	c  0.1s |       0 |       47 |        1 |    62736      0 |     1082 |     1128
75.08/75.16	c #cpu_time = 0.062s
75.08/75.16	c #wall_clock_time = 0.062s
75.08/75.16	c #decision = 47
75.08/75.16	c #random_decision = 0
75.08/75.16	c #conflict = 1
75.08/75.16	c #restart = 0
75.08/75.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
75.08/75.16	c lower bound updated to -405
75.08/75.16	c BCD2: 1129 <= obj <= 1492
75.08/75.16	c BCD2: #cores=46, #unrelaxed=359, #relaxed=1175, #hardened=0
75.08/75.16	c BCD2: #sat=1 #unsat=1130 bias=1130/1131
75.08/75.16	c Solving starts ...
75.08/75.16	c ============================[ Search Statistics ]============================
75.08/75.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.08/75.16	c       |         |          |          |    Limit     GC | Var      | Constra 
75.08/75.16	c =============================================================================
75.08/75.16	c  0.0s |       0 |        0 |        0 |    62736      0 |     1083 |     1128
75.18/75.22	c  0.1s |       0 |       47 |        1 |    62736      0 |     1083 |     1129
75.18/75.22	c #cpu_time = 0.064s
75.18/75.22	c #wall_clock_time = 0.064s
75.18/75.22	c #decision = 47
75.18/75.22	c #random_decision = 0
75.18/75.22	c #conflict = 1
75.18/75.22	c #restart = 0
75.18/75.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
75.18/75.22	c lower bound updated to -404
75.18/75.23	c BCD2: 1130 <= obj <= 1492
75.18/75.23	c BCD2: #cores=46, #unrelaxed=358, #relaxed=1176, #hardened=0
75.18/75.23	c BCD2: #sat=1 #unsat=1131 bias=1131/1132
75.18/75.23	c Solving starts ...
75.18/75.23	c ============================[ Search Statistics ]============================
75.18/75.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.18/75.23	c       |         |          |          |    Limit     GC | Var      | Constra 
75.18/75.23	c =============================================================================
75.18/75.23	c  0.0s |       0 |        0 |        0 |    62736      0 |     1084 |     1129
75.18/75.29	c  0.1s |       0 |       47 |        1 |    62736      0 |     1084 |     1130
75.18/75.29	c #cpu_time = 0.064s
75.18/75.29	c #wall_clock_time = 0.064s
75.18/75.29	c #decision = 47
75.18/75.29	c #random_decision = 0
75.18/75.29	c #conflict = 1
75.18/75.29	c #restart = 0
75.18/75.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
75.18/75.29	c lower bound updated to -403
75.18/75.29	c BCD2: 1131 <= obj <= 1492
75.18/75.29	c BCD2: #cores=46, #unrelaxed=357, #relaxed=1177, #hardened=0
75.18/75.29	c BCD2: #sat=1 #unsat=1132 bias=1132/1133
75.18/75.29	c Solving starts ...
75.18/75.29	c ============================[ Search Statistics ]============================
75.18/75.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.18/75.29	c       |         |          |          |    Limit     GC | Var      | Constra 
75.18/75.29	c =============================================================================
75.18/75.29	c  0.0s |       0 |        0 |        0 |    62736      0 |     1085 |     1130
75.28/75.36	c  0.1s |       0 |       47 |        1 |    62736      0 |     1085 |     1131
75.28/75.36	c #cpu_time = 0.065s
75.28/75.36	c #wall_clock_time = 0.065s
75.28/75.36	c #decision = 47
75.28/75.36	c #random_decision = 0
75.28/75.36	c #conflict = 1
75.28/75.36	c #restart = 0
75.28/75.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
75.28/75.36	c lower bound updated to -402
75.28/75.36	c BCD2: 1132 <= obj <= 1492
75.28/75.36	c BCD2: #cores=46, #unrelaxed=356, #relaxed=1178, #hardened=0
75.28/75.36	c BCD2: #sat=1 #unsat=1133 bias=1133/1134
75.28/75.36	c Solving starts ...
75.28/75.36	c ============================[ Search Statistics ]============================
75.28/75.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.28/75.36	c       |         |          |          |    Limit     GC | Var      | Constra 
75.28/75.36	c =============================================================================
75.28/75.36	c  0.0s |       0 |        0 |        0 |    62736      0 |     1086 |     1131
75.38/75.42	c  0.1s |       0 |       47 |        1 |    62736      0 |     1086 |     1132
75.38/75.42	c #cpu_time = 0.065s
75.38/75.42	c #wall_clock_time = 0.065s
75.38/75.42	c #decision = 47
75.38/75.42	c #random_decision = 0
75.38/75.42	c #conflict = 1
75.38/75.42	c #restart = 0
75.38/75.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
75.38/75.42	c lower bound updated to -401
75.38/75.42	c BCD2: 1133 <= obj <= 1492
75.38/75.42	c BCD2: #cores=46, #unrelaxed=355, #relaxed=1179, #hardened=0
75.38/75.42	c BCD2: #sat=1 #unsat=1134 bias=1134/1135
75.38/75.42	c Solving starts ...
75.38/75.42	c ============================[ Search Statistics ]============================
75.38/75.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.38/75.42	c       |         |          |          |    Limit     GC | Var      | Constra 
75.38/75.42	c =============================================================================
75.38/75.42	c  0.0s |       0 |        0 |        0 |    62736      0 |     1087 |     1132
75.38/75.49	c  0.1s |       0 |       47 |        1 |    62736      0 |     1087 |     1133
75.38/75.49	c #cpu_time = 0.064s
75.38/75.49	c #wall_clock_time = 0.064s
75.38/75.49	c #decision = 47
75.38/75.49	c #random_decision = 0
75.38/75.49	c #conflict = 1
75.38/75.49	c #restart = 0
75.38/75.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
75.38/75.49	c lower bound updated to -400
75.38/75.49	c BCD2: 1134 <= obj <= 1492
75.38/75.49	c BCD2: #cores=46, #unrelaxed=354, #relaxed=1180, #hardened=0
75.38/75.49	c BCD2: #sat=1 #unsat=1135 bias=1135/1136
75.38/75.49	c Solving starts ...
75.38/75.49	c ============================[ Search Statistics ]============================
75.38/75.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.38/75.49	c       |         |          |          |    Limit     GC | Var      | Constra 
75.38/75.49	c =============================================================================
75.38/75.49	c  0.0s |       0 |        0 |        0 |    62736      0 |     1088 |     1133
75.48/75.55	c  0.1s |       0 |       47 |        1 |    62736      0 |     1088 |     1134
75.48/75.55	c #cpu_time = 0.064s
75.48/75.55	c #wall_clock_time = 0.064s
75.48/75.55	c #decision = 47
75.48/75.55	c #random_decision = 0
75.48/75.55	c #conflict = 1
75.48/75.55	c #restart = 0
75.48/75.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
75.48/75.55	c lower bound updated to -399
75.48/75.55	c BCD2: 1135 <= obj <= 1492
75.48/75.55	c BCD2: #cores=46, #unrelaxed=353, #relaxed=1181, #hardened=0
75.48/75.55	c BCD2: #sat=1 #unsat=1136 bias=1136/1137
75.48/75.55	c Solving starts ...
75.48/75.55	c ============================[ Search Statistics ]============================
75.48/75.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.48/75.55	c       |         |          |          |    Limit     GC | Var      | Constra 
75.48/75.55	c =============================================================================
75.48/75.55	c  0.0s |       0 |        0 |        0 |    62736      0 |     1089 |     1134
75.58/75.62	c  0.1s |       0 |       47 |        1 |    62736      0 |     1089 |     1135
75.58/75.62	c #cpu_time = 0.065s
75.58/75.62	c #wall_clock_time = 0.065s
75.58/75.62	c #decision = 47
75.58/75.62	c #random_decision = 0
75.58/75.62	c #conflict = 1
75.58/75.62	c #restart = 0
75.58/75.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
75.58/75.62	c lower bound updated to -398
75.58/75.63	c BCD2: 1136 <= obj <= 1492
75.58/75.63	c BCD2: #cores=46, #unrelaxed=352, #relaxed=1182, #hardened=0
75.58/75.63	c BCD2: #sat=1 #unsat=1137 bias=1137/1138
75.58/75.63	c Solving starts ...
75.58/75.63	c ============================[ Search Statistics ]============================
75.58/75.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.58/75.63	c       |         |          |          |    Limit     GC | Var      | Constra 
75.58/75.63	c =============================================================================
75.58/75.63	c  0.0s |       0 |        0 |        0 |    62736      0 |     1090 |     1135
75.58/75.69	c  0.1s |       0 |       47 |        1 |    62736      0 |     1090 |     1136
75.58/75.69	c #cpu_time = 0.063s
75.58/75.69	c #wall_clock_time = 0.063s
75.58/75.69	c #decision = 47
75.58/75.69	c #random_decision = 0
75.58/75.69	c #conflict = 1
75.58/75.69	c #restart = 0
75.58/75.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
75.58/75.69	c lower bound updated to -397
75.58/75.69	c BCD2: 1137 <= obj <= 1492
75.58/75.69	c BCD2: #cores=46, #unrelaxed=351, #relaxed=1183, #hardened=0
75.58/75.69	c BCD2: #sat=1 #unsat=1138 bias=1138/1139
75.58/75.69	c Solving starts ...
75.58/75.69	c ============================[ Search Statistics ]============================
75.58/75.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.58/75.69	c       |         |          |          |    Limit     GC | Var      | Constra 
75.58/75.69	c =============================================================================
75.58/75.69	c  0.0s |       0 |        0 |        0 |    62736      0 |     1091 |     1136
75.68/75.76	c  0.1s |       0 |       47 |        1 |    62736      0 |     1091 |     1137
75.68/75.76	c #cpu_time = 0.065s
75.68/75.76	c #wall_clock_time = 0.065s
75.68/75.76	c #decision = 47
75.68/75.76	c #random_decision = 0
75.68/75.76	c #conflict = 1
75.68/75.76	c #restart = 0
75.68/75.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
75.68/75.76	c lower bound updated to -396
75.68/75.76	c BCD2: 1138 <= obj <= 1492
75.68/75.76	c BCD2: #cores=46, #unrelaxed=350, #relaxed=1184, #hardened=0
75.68/75.76	c BCD2: #sat=1 #unsat=1139 bias=1139/1140
75.68/75.76	c Solving starts ...
75.68/75.76	c ============================[ Search Statistics ]============================
75.68/75.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.68/75.76	c       |         |          |          |    Limit     GC | Var      | Constra 
75.68/75.76	c =============================================================================
75.68/75.76	c  0.0s |       0 |        0 |        0 |    62736      0 |     1092 |     1137
75.77/75.82	c  0.1s |       0 |       47 |        1 |    62736      0 |     1092 |     1138
75.77/75.82	c #cpu_time = 0.064s
75.77/75.82	c #wall_clock_time = 0.064s
75.77/75.82	c #decision = 47
75.77/75.82	c #random_decision = 0
75.77/75.82	c #conflict = 1
75.77/75.82	c #restart = 0
75.77/75.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
75.77/75.82	c lower bound updated to -395
75.77/75.82	c BCD2: 1139 <= obj <= 1492
75.77/75.82	c BCD2: #cores=46, #unrelaxed=349, #relaxed=1185, #hardened=0
75.77/75.82	c BCD2: #sat=1 #unsat=1140 bias=1140/1141
75.77/75.82	c Solving starts ...
75.77/75.82	c ============================[ Search Statistics ]============================
75.77/75.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.77/75.82	c       |         |          |          |    Limit     GC | Var      | Constra 
75.77/75.82	c =============================================================================
75.77/75.82	c  0.0s |       0 |        0 |        0 |    62736      0 |     1093 |     1138
75.77/75.89	c  0.1s |       0 |       47 |        1 |    62736      0 |     1093 |     1139
75.77/75.89	c #cpu_time = 0.065s
75.77/75.89	c #wall_clock_time = 0.065s
75.77/75.89	c #decision = 47
75.77/75.89	c #random_decision = 0
75.77/75.89	c #conflict = 1
75.77/75.89	c #restart = 0
75.77/75.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
75.77/75.89	c lower bound updated to -394
75.77/75.89	c BCD2: 1140 <= obj <= 1492
75.77/75.89	c BCD2: #cores=46, #unrelaxed=348, #relaxed=1186, #hardened=0
75.77/75.89	c BCD2: #sat=1 #unsat=1141 bias=1141/1142
75.77/75.89	c Solving starts ...
75.77/75.89	c ============================[ Search Statistics ]============================
75.77/75.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.77/75.89	c       |         |          |          |    Limit     GC | Var      | Constra 
75.77/75.89	c =============================================================================
75.77/75.89	c  0.0s |       0 |        0 |        0 |    62736      0 |     1094 |     1139
75.88/75.95	c  0.1s |       0 |       47 |        1 |    62736      0 |     1094 |     1140
75.88/75.95	c #cpu_time = 0.065s
75.88/75.95	c #wall_clock_time = 0.065s
75.88/75.95	c #decision = 47
75.88/75.95	c #random_decision = 0
75.88/75.95	c #conflict = 1
75.88/75.95	c #restart = 0
75.88/75.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
75.88/75.95	c lower bound updated to -393
75.88/75.96	c BCD2: 1141 <= obj <= 1492
75.88/75.96	c BCD2: #cores=46, #unrelaxed=347, #relaxed=1187, #hardened=0
75.88/75.96	c BCD2: #sat=1 #unsat=1142 bias=1142/1143
75.88/75.96	c Solving starts ...
75.88/75.96	c ============================[ Search Statistics ]============================
75.88/75.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.88/75.96	c       |         |          |          |    Limit     GC | Var      | Constra 
75.88/75.96	c =============================================================================
75.88/75.96	c  0.0s |       0 |        0 |        0 |    62736      0 |     1095 |     1140
75.98/76.02	c  0.1s |       0 |       47 |        1 |    62736      0 |     1095 |     1141
75.98/76.02	c #cpu_time = 0.064s
75.98/76.02	c #wall_clock_time = 0.064s
75.98/76.02	c #decision = 47
75.98/76.02	c #random_decision = 0
75.98/76.02	c #conflict = 1
75.98/76.02	c #restart = 0
75.98/76.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
75.98/76.02	c lower bound updated to -392
75.98/76.02	c BCD2: 1142 <= obj <= 1492
75.98/76.02	c BCD2: #cores=46, #unrelaxed=346, #relaxed=1188, #hardened=0
75.98/76.02	c BCD2: #sat=1 #unsat=1143 bias=1143/1144
75.98/76.02	c Solving starts ...
75.98/76.02	c ============================[ Search Statistics ]============================
75.98/76.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.98/76.02	c       |         |          |          |    Limit     GC | Var      | Constra 
75.98/76.02	c =============================================================================
75.98/76.02	c  0.0s |       0 |        0 |        0 |    62736      0 |     1096 |     1141
75.98/76.09	c  0.1s |       0 |       47 |        1 |    62736      0 |     1096 |     1142
75.98/76.09	c #cpu_time = 0.064s
75.98/76.09	c #wall_clock_time = 0.064s
75.98/76.09	c #decision = 47
75.98/76.09	c #random_decision = 0
75.98/76.09	c #conflict = 1
75.98/76.09	c #restart = 0
75.98/76.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
75.98/76.09	c lower bound updated to -391
75.98/76.09	c BCD2: 1143 <= obj <= 1492
75.98/76.09	c BCD2: #cores=46, #unrelaxed=345, #relaxed=1189, #hardened=0
75.98/76.09	c BCD2: #sat=1 #unsat=1144 bias=1144/1145
75.98/76.09	c Solving starts ...
75.98/76.09	c ============================[ Search Statistics ]============================
75.98/76.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.98/76.09	c       |         |          |          |    Limit     GC | Var      | Constra 
75.98/76.09	c =============================================================================
75.98/76.10	c  0.0s |       0 |        0 |        0 |    62736      0 |     1097 |     1142
76.07/76.16	c  0.1s |       0 |       47 |        1 |    62736      0 |     1097 |     1143
76.07/76.16	c #cpu_time = 0.062s
76.07/76.16	c #wall_clock_time = 0.062s
76.07/76.16	c #decision = 47
76.07/76.16	c #random_decision = 0
76.07/76.16	c #conflict = 1
76.07/76.16	c #restart = 0
76.07/76.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
76.07/76.16	c lower bound updated to -390
76.07/76.16	c BCD2: 1144 <= obj <= 1492
76.07/76.16	c BCD2: #cores=46, #unrelaxed=344, #relaxed=1190, #hardened=0
76.07/76.16	c BCD2: #sat=1 #unsat=1145 bias=1145/1146
76.07/76.16	c Solving starts ...
76.07/76.16	c ============================[ Search Statistics ]============================
76.07/76.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.07/76.16	c       |         |          |          |    Limit     GC | Var      | Constra 
76.07/76.16	c =============================================================================
76.07/76.16	c  0.0s |       0 |        0 |        0 |    62736      0 |     1098 |     1143
76.17/76.22	c  0.1s |       0 |       47 |        1 |    62736      0 |     1098 |     1144
76.17/76.22	c #cpu_time = 0.064s
76.17/76.22	c #wall_clock_time = 0.064s
76.17/76.22	c #decision = 47
76.17/76.22	c #random_decision = 0
76.17/76.22	c #conflict = 1
76.17/76.22	c #restart = 0
76.17/76.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
76.17/76.22	c lower bound updated to -389
76.17/76.23	c BCD2: 1145 <= obj <= 1492
76.17/76.23	c BCD2: #cores=46, #unrelaxed=343, #relaxed=1191, #hardened=0
76.17/76.23	c BCD2: #sat=1 #unsat=1146 bias=1146/1147
76.17/76.23	c Solving starts ...
76.17/76.23	c ============================[ Search Statistics ]============================
76.17/76.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.17/76.23	c       |         |          |          |    Limit     GC | Var      | Constra 
76.17/76.23	c =============================================================================
76.17/76.23	c  0.0s |       0 |        0 |        0 |    62736      0 |     1099 |     1144
76.17/76.29	c  0.1s |       0 |       47 |        1 |    62736      0 |     1099 |     1145
76.17/76.29	c #cpu_time = 0.064s
76.17/76.29	c #wall_clock_time = 0.064s
76.17/76.29	c #decision = 47
76.17/76.29	c #random_decision = 0
76.17/76.29	c #conflict = 1
76.17/76.29	c #restart = 0
76.17/76.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
76.17/76.29	c lower bound updated to -388
76.17/76.29	c BCD2: 1146 <= obj <= 1492
76.17/76.29	c BCD2: #cores=46, #unrelaxed=342, #relaxed=1192, #hardened=0
76.17/76.29	c BCD2: #sat=1 #unsat=1147 bias=1147/1148
76.17/76.29	c Solving starts ...
76.17/76.29	c ============================[ Search Statistics ]============================
76.17/76.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.17/76.29	c       |         |          |          |    Limit     GC | Var      | Constra 
76.17/76.29	c =============================================================================
76.17/76.29	c  0.0s |       0 |        0 |        0 |    62736      0 |     1100 |     1145
76.27/76.35	c  0.1s |       0 |       47 |        1 |    62736      0 |     1100 |     1146
76.27/76.35	c #cpu_time = 0.065s
76.27/76.35	c #wall_clock_time = 0.065s
76.27/76.35	c #decision = 47
76.27/76.35	c #random_decision = 0
76.27/76.35	c #conflict = 1
76.27/76.35	c #restart = 0
76.27/76.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
76.27/76.35	c lower bound updated to -387
76.27/76.35	c BCD2: 1147 <= obj <= 1492
76.27/76.35	c BCD2: #cores=46, #unrelaxed=341, #relaxed=1193, #hardened=0
76.27/76.35	c BCD2: #sat=1 #unsat=1148 bias=1148/1149
76.27/76.36	c Solving starts ...
76.27/76.36	c ============================[ Search Statistics ]============================
76.27/76.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.27/76.36	c       |         |          |          |    Limit     GC | Var      | Constra 
76.27/76.36	c =============================================================================
76.27/76.36	c  0.0s |       0 |        0 |        0 |    62736      0 |     1101 |     1146
76.38/76.42	c  0.1s |       0 |       47 |        1 |    62736      0 |     1101 |     1147
76.38/76.42	c #cpu_time = 0.065s
76.38/76.42	c #wall_clock_time = 0.065s
76.38/76.42	c #decision = 47
76.38/76.42	c #random_decision = 0
76.38/76.42	c #conflict = 1
76.38/76.42	c #restart = 0
76.38/76.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
76.38/76.42	c lower bound updated to -386
76.38/76.42	c BCD2: 1148 <= obj <= 1492
76.38/76.42	c BCD2: #cores=46, #unrelaxed=340, #relaxed=1194, #hardened=0
76.38/76.42	c BCD2: #sat=1 #unsat=1149 bias=1149/1150
76.38/76.42	c Solving starts ...
76.38/76.42	c ============================[ Search Statistics ]============================
76.38/76.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.38/76.42	c       |         |          |          |    Limit     GC | Var      | Constra 
76.38/76.42	c =============================================================================
76.38/76.42	c  0.0s |       0 |        0 |        0 |    62736      0 |     1102 |     1147
76.38/76.49	c  0.1s |       0 |       47 |        1 |    62736      0 |     1102 |     1148
76.38/76.49	c #cpu_time = 0.064s
76.38/76.49	c #wall_clock_time = 0.065s
76.38/76.49	c #decision = 47
76.38/76.49	c #random_decision = 0
76.38/76.49	c #conflict = 1
76.38/76.49	c #restart = 0
76.38/76.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
76.38/76.49	c lower bound updated to -385
76.38/76.49	c BCD2: 1149 <= obj <= 1492
76.38/76.49	c BCD2: #cores=46, #unrelaxed=339, #relaxed=1195, #hardened=0
76.38/76.49	c BCD2: #sat=1 #unsat=1150 bias=1150/1151
76.38/76.49	c Solving starts ...
76.38/76.49	c ============================[ Search Statistics ]============================
76.38/76.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.38/76.49	c       |         |          |          |    Limit     GC | Var      | Constra 
76.38/76.49	c =============================================================================
76.38/76.49	c  0.0s |       0 |        0 |        0 |    62736      0 |     1103 |     1148
76.48/76.55	c  0.1s |       0 |       47 |        1 |    62736      0 |     1103 |     1149
76.48/76.55	c #cpu_time = 0.065s
76.48/76.55	c #wall_clock_time = 0.065s
76.48/76.55	c #decision = 47
76.48/76.55	c #random_decision = 0
76.48/76.55	c #conflict = 1
76.48/76.55	c #restart = 0
76.48/76.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
76.48/76.55	c lower bound updated to -384
76.48/76.56	c BCD2: 1150 <= obj <= 1492
76.48/76.56	c BCD2: #cores=46, #unrelaxed=338, #relaxed=1196, #hardened=0
76.48/76.56	c BCD2: #sat=1 #unsat=1151 bias=1151/1152
76.48/76.56	c Solving starts ...
76.48/76.56	c ============================[ Search Statistics ]============================
76.48/76.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.48/76.56	c       |         |          |          |    Limit     GC | Var      | Constra 
76.48/76.56	c =============================================================================
76.48/76.56	c  0.0s |       0 |        0 |        0 |    62736      0 |     1104 |     1149
76.58/76.62	c  0.1s |       0 |       47 |        0 |    62736      0 |     1104 |     1150
76.58/76.62	c #cpu_time = 0.062s
76.58/76.62	c #wall_clock_time = 0.062s
76.58/76.62	c #decision = 47
76.58/76.62	c #random_decision = 0
76.58/76.62	c #conflict = 0
76.58/76.62	c #restart = 0
76.58/76.62	c BCD2: found a new core of size 2: cost of the new core is >=1
76.58/76.62	c lower bound updated to -383
76.58/76.64	c BCD2: 1151 <= obj <= 1492
76.58/76.64	c BCD2: #cores=47, #unrelaxed=336, #relaxed=1198, #hardened=0
76.58/76.64	c BCD2: #sat=1 #unsat=1152 bias=1152/1153
76.58/76.64	c Solving starts ...
76.58/76.64	c ============================[ Search Statistics ]============================
76.58/76.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.58/76.64	c       |         |          |          |    Limit     GC | Var      | Constra 
76.58/76.64	c =============================================================================
76.58/76.64	c  0.0s |       0 |        0 |        0 |    62736      0 |     1104 |     1151
76.68/76.70	c  0.1s |       0 |       48 |        1 |    62736      0 |     1104 |     1151
76.68/76.70	c #cpu_time = 0.062s
76.68/76.70	c #wall_clock_time = 0.062s
76.68/76.70	c #decision = 48
76.68/76.70	c #random_decision = 0
76.68/76.70	c #conflict = 1
76.68/76.70	c #restart = 0
76.68/76.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
76.68/76.70	c lower bound updated to -382
76.68/76.70	c BCD2: 1152 <= obj <= 1492
76.68/76.70	c BCD2: #cores=47, #unrelaxed=335, #relaxed=1199, #hardened=0
76.68/76.70	c BCD2: #sat=1 #unsat=1153 bias=1153/1154
76.68/76.70	c Solving starts ...
76.68/76.70	c ============================[ Search Statistics ]============================
76.68/76.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.68/76.70	c       |         |          |          |    Limit     GC | Var      | Constra 
76.68/76.70	c =============================================================================
76.68/76.70	c  0.0s |       0 |        0 |        0 |    62736      0 |     1105 |     1151
76.68/76.76	c  0.1s |       0 |       48 |        1 |    62736      0 |     1105 |     1152
76.68/76.76	c #cpu_time = 0.064s
76.68/76.76	c #wall_clock_time = 0.064s
76.68/76.76	c #decision = 48
76.68/76.76	c #random_decision = 0
76.68/76.76	c #conflict = 1
76.68/76.76	c #restart = 0
76.68/76.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
76.68/76.76	c lower bound updated to -381
76.68/76.76	c BCD2: 1153 <= obj <= 1492
76.68/76.76	c BCD2: #cores=47, #unrelaxed=334, #relaxed=1200, #hardened=0
76.68/76.76	c BCD2: #sat=1 #unsat=1154 bias=1154/1155
76.68/76.76	c Solving starts ...
76.68/76.76	c ============================[ Search Statistics ]============================
76.68/76.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.68/76.76	c       |         |          |          |    Limit     GC | Var      | Constra 
76.68/76.76	c =============================================================================
76.68/76.76	c  0.0s |       0 |        0 |        0 |    62736      0 |     1106 |     1152
76.78/76.83	c  0.1s |       0 |       48 |        1 |    62736      0 |     1106 |     1153
76.78/76.83	c #cpu_time = 0.066s
76.78/76.83	c #wall_clock_time = 0.066s
76.78/76.83	c #decision = 48
76.78/76.83	c #random_decision = 0
76.78/76.83	c #conflict = 1
76.78/76.83	c #restart = 0
76.78/76.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
76.78/76.83	c lower bound updated to -380
76.78/76.83	c BCD2: 1154 <= obj <= 1492
76.78/76.83	c BCD2: #cores=47, #unrelaxed=333, #relaxed=1201, #hardened=0
76.78/76.83	c BCD2: #sat=1 #unsat=1155 bias=1155/1156
76.78/76.83	c Solving starts ...
76.78/76.83	c ============================[ Search Statistics ]============================
76.78/76.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.78/76.83	c       |         |          |          |    Limit     GC | Var      | Constra 
76.78/76.83	c =============================================================================
76.78/76.83	c  0.0s |       0 |        0 |        0 |    62736      0 |     1107 |     1153
76.88/76.90	c  0.1s |       0 |       48 |        1 |    62736      0 |     1107 |     1154
76.88/76.90	c #cpu_time = 0.066s
76.88/76.90	c #wall_clock_time = 0.066s
76.88/76.90	c #decision = 48
76.88/76.90	c #random_decision = 0
76.88/76.90	c #conflict = 1
76.88/76.90	c #restart = 0
76.88/76.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
76.88/76.90	c lower bound updated to -379
76.88/76.90	c BCD2: 1155 <= obj <= 1492
76.88/76.90	c BCD2: #cores=47, #unrelaxed=332, #relaxed=1202, #hardened=0
76.88/76.90	c BCD2: #sat=1 #unsat=1156 bias=1156/1157
76.88/76.90	c Solving starts ...
76.88/76.90	c ============================[ Search Statistics ]============================
76.88/76.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.88/76.90	c       |         |          |          |    Limit     GC | Var      | Constra 
76.88/76.90	c =============================================================================
76.88/76.90	c  0.0s |       0 |        0 |        0 |    62736      0 |     1108 |     1154
76.88/76.96	c  0.1s |       0 |       48 |        1 |    62736      0 |     1108 |     1155
76.88/76.96	c #cpu_time = 0.064s
76.88/76.96	c #wall_clock_time = 0.064s
76.88/76.96	c #decision = 48
76.88/76.96	c #random_decision = 0
76.88/76.96	c #conflict = 1
76.88/76.96	c #restart = 0
76.88/76.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
76.88/76.96	c lower bound updated to -378
76.88/76.96	c BCD2: 1156 <= obj <= 1492
76.88/76.96	c BCD2: #cores=47, #unrelaxed=331, #relaxed=1203, #hardened=0
76.88/76.96	c BCD2: #sat=1 #unsat=1157 bias=1157/1158
76.88/76.96	c Solving starts ...
76.88/76.96	c ============================[ Search Statistics ]============================
76.88/76.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.88/76.96	c       |         |          |          |    Limit     GC | Var      | Constra 
76.88/76.96	c =============================================================================
76.88/76.96	c  0.0s |       0 |        0 |        0 |    62736      0 |     1109 |     1155
76.99/77.03	c  0.1s |       0 |       48 |        1 |    62736      0 |     1109 |     1156
76.99/77.03	c #cpu_time = 0.064s
76.99/77.03	c #wall_clock_time = 0.064s
76.99/77.03	c #decision = 48
76.99/77.03	c #random_decision = 0
76.99/77.03	c #conflict = 1
76.99/77.03	c #restart = 0
76.99/77.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
76.99/77.03	c lower bound updated to -377
76.99/77.04	c BCD2: 1157 <= obj <= 1492
76.99/77.04	c BCD2: #cores=47, #unrelaxed=330, #relaxed=1204, #hardened=0
76.99/77.04	c BCD2: #sat=1 #unsat=1158 bias=1158/1159
76.99/77.04	c Solving starts ...
76.99/77.04	c ============================[ Search Statistics ]============================
76.99/77.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.99/77.04	c       |         |          |          |    Limit     GC | Var      | Constra 
76.99/77.04	c =============================================================================
76.99/77.04	c  0.0s |       0 |        0 |        0 |    62736      0 |     1110 |     1156
76.99/77.10	c  0.1s |       0 |       48 |        1 |    62736      0 |     1110 |     1157
76.99/77.10	c #cpu_time = 0.062s
76.99/77.10	c #wall_clock_time = 0.062s
76.99/77.10	c #decision = 48
76.99/77.10	c #random_decision = 0
76.99/77.10	c #conflict = 1
76.99/77.10	c #restart = 0
76.99/77.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
76.99/77.10	c lower bound updated to -376
76.99/77.10	c BCD2: 1158 <= obj <= 1492
76.99/77.10	c BCD2: #cores=47, #unrelaxed=329, #relaxed=1205, #hardened=0
76.99/77.10	c BCD2: #sat=1 #unsat=1159 bias=1159/1160
76.99/77.10	c Solving starts ...
76.99/77.10	c ============================[ Search Statistics ]============================
76.99/77.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.99/77.10	c       |         |          |          |    Limit     GC | Var      | Constra 
76.99/77.10	c =============================================================================
76.99/77.10	c  0.0s |       0 |        0 |        0 |    62736      0 |     1111 |     1157
77.09/77.17	c  0.1s |       0 |       48 |        1 |    62736      0 |     1111 |     1158
77.09/77.17	c #cpu_time = 0.064s
77.09/77.17	c #wall_clock_time = 0.064s
77.09/77.17	c #decision = 48
77.09/77.17	c #random_decision = 0
77.09/77.17	c #conflict = 1
77.09/77.17	c #restart = 0
77.09/77.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
77.09/77.17	c lower bound updated to -375
77.09/77.17	c BCD2: 1159 <= obj <= 1492
77.09/77.17	c BCD2: #cores=47, #unrelaxed=328, #relaxed=1206, #hardened=0
77.09/77.17	c BCD2: #sat=1 #unsat=1160 bias=1160/1161
77.09/77.17	c Solving starts ...
77.09/77.17	c ============================[ Search Statistics ]============================
77.09/77.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.09/77.17	c       |         |          |          |    Limit     GC | Var      | Constra 
77.09/77.17	c =============================================================================
77.09/77.17	c  0.0s |       0 |        0 |        0 |    62736      0 |     1112 |     1158
77.18/77.23	c  0.1s |       0 |       48 |        1 |    62736      0 |     1112 |     1159
77.18/77.23	c #cpu_time = 0.064s
77.18/77.23	c #wall_clock_time = 0.064s
77.18/77.23	c #decision = 48
77.18/77.23	c #random_decision = 0
77.18/77.23	c #conflict = 1
77.18/77.23	c #restart = 0
77.18/77.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
77.18/77.23	c lower bound updated to -374
77.18/77.23	c BCD2: 1160 <= obj <= 1492
77.18/77.23	c BCD2: #cores=47, #unrelaxed=327, #relaxed=1207, #hardened=0
77.18/77.23	c BCD2: #sat=1 #unsat=1161 bias=1161/1162
77.18/77.23	c Solving starts ...
77.18/77.23	c ============================[ Search Statistics ]============================
77.18/77.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.18/77.23	c       |         |          |          |    Limit     GC | Var      | Constra 
77.18/77.23	c =============================================================================
77.18/77.23	c  0.0s |       0 |        0 |        0 |    62736      0 |     1113 |     1159
77.18/77.30	c  0.1s |       0 |       48 |        1 |    62736      0 |     1113 |     1160
77.18/77.30	c #cpu_time = 0.064s
77.18/77.30	c #wall_clock_time = 0.064s
77.18/77.30	c #decision = 48
77.18/77.30	c #random_decision = 0
77.18/77.30	c #conflict = 1
77.18/77.30	c #restart = 0
77.18/77.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
77.18/77.30	c lower bound updated to -373
77.28/77.30	c BCD2: 1161 <= obj <= 1492
77.28/77.30	c BCD2: #cores=47, #unrelaxed=326, #relaxed=1208, #hardened=0
77.28/77.30	c BCD2: #sat=1 #unsat=1162 bias=1162/1163
77.28/77.30	c Solving starts ...
77.28/77.30	c ============================[ Search Statistics ]============================
77.28/77.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.28/77.30	c       |         |          |          |    Limit     GC | Var      | Constra 
77.28/77.30	c =============================================================================
77.28/77.30	c  0.0s |       0 |        0 |        0 |    62736      0 |     1114 |     1160
77.28/77.36	c  0.1s |       0 |       48 |        1 |    62736      0 |     1114 |     1161
77.28/77.36	c #cpu_time = 0.064s
77.28/77.36	c #wall_clock_time = 0.064s
77.28/77.36	c #decision = 48
77.28/77.36	c #random_decision = 0
77.28/77.36	c #conflict = 1
77.28/77.36	c #restart = 0
77.28/77.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
77.28/77.36	c lower bound updated to -372
77.28/77.36	c BCD2: 1162 <= obj <= 1492
77.28/77.36	c BCD2: #cores=47, #unrelaxed=325, #relaxed=1209, #hardened=0
77.28/77.36	c BCD2: #sat=1 #unsat=1163 bias=1163/1164
77.28/77.36	c Solving starts ...
77.28/77.36	c ============================[ Search Statistics ]============================
77.28/77.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.28/77.36	c       |         |          |          |    Limit     GC | Var      | Constra 
77.28/77.36	c =============================================================================
77.28/77.36	c  0.0s |       0 |        0 |        0 |    62736      0 |     1115 |     1161
77.38/77.43	c  0.1s |       0 |       48 |        1 |    62736      0 |     1115 |     1162
77.38/77.43	c #cpu_time = 0.063s
77.38/77.43	c #wall_clock_time = 0.063s
77.38/77.43	c #decision = 48
77.38/77.43	c #random_decision = 0
77.38/77.43	c #conflict = 1
77.38/77.43	c #restart = 0
77.38/77.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
77.38/77.43	c lower bound updated to -371
77.38/77.43	c BCD2: 1163 <= obj <= 1492
77.38/77.43	c BCD2: #cores=47, #unrelaxed=324, #relaxed=1210, #hardened=0
77.38/77.43	c BCD2: #sat=1 #unsat=1164 bias=1164/1165
77.38/77.43	c Solving starts ...
77.38/77.43	c ============================[ Search Statistics ]============================
77.38/77.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.38/77.43	c       |         |          |          |    Limit     GC | Var      | Constra 
77.38/77.43	c =============================================================================
77.38/77.43	c  0.0s |       0 |        0 |        0 |    62736      0 |     1116 |     1162
77.38/77.49	c  0.1s |       0 |       48 |        1 |    62736      0 |     1116 |     1163
77.38/77.49	c #cpu_time = 0.063s
77.38/77.49	c #wall_clock_time = 0.063s
77.38/77.49	c #decision = 48
77.38/77.49	c #random_decision = 0
77.38/77.49	c #conflict = 1
77.38/77.49	c #restart = 0
77.38/77.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
77.38/77.49	c lower bound updated to -370
77.48/77.50	c BCD2: 1164 <= obj <= 1492
77.48/77.50	c BCD2: #cores=47, #unrelaxed=323, #relaxed=1211, #hardened=0
77.48/77.50	c BCD2: #sat=1 #unsat=1165 bias=1165/1166
77.48/77.50	c Solving starts ...
77.48/77.50	c ============================[ Search Statistics ]============================
77.48/77.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.48/77.50	c       |         |          |          |    Limit     GC | Var      | Constra 
77.48/77.50	c =============================================================================
77.48/77.50	c  0.0s |       0 |        0 |        0 |    62736      0 |     1117 |     1163
77.48/77.56	c  0.1s |       0 |       48 |        1 |    62736      0 |     1117 |     1164
77.48/77.56	c #cpu_time = 0.062s
77.48/77.56	c #wall_clock_time = 0.062s
77.48/77.56	c #decision = 48
77.48/77.56	c #random_decision = 0
77.48/77.56	c #conflict = 1
77.48/77.56	c #restart = 0
77.48/77.56	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
77.48/77.56	c lower bound updated to -369
77.48/77.56	c BCD2: 1165 <= obj <= 1492
77.48/77.56	c BCD2: #cores=47, #unrelaxed=322, #relaxed=1212, #hardened=0
77.48/77.56	c BCD2: #sat=1 #unsat=1166 bias=1166/1167
77.48/77.56	c Solving starts ...
77.48/77.56	c ============================[ Search Statistics ]============================
77.48/77.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.48/77.56	c       |         |          |          |    Limit     GC | Var      | Constra 
77.48/77.56	c =============================================================================
77.48/77.56	c  0.0s |       0 |        0 |        0 |    62736      0 |     1118 |     1164
77.58/77.63	c  0.1s |       0 |       48 |        1 |    62736      0 |     1118 |     1165
77.58/77.63	c #cpu_time = 0.065s
77.58/77.63	c #wall_clock_time = 0.065s
77.58/77.63	c #decision = 48
77.58/77.63	c #random_decision = 0
77.58/77.63	c #conflict = 1
77.58/77.63	c #restart = 0
77.58/77.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
77.58/77.63	c lower bound updated to -368
77.58/77.63	c BCD2: 1166 <= obj <= 1492
77.58/77.63	c BCD2: #cores=47, #unrelaxed=321, #relaxed=1213, #hardened=0
77.58/77.63	c BCD2: #sat=1 #unsat=1167 bias=1167/1168
77.58/77.63	c Solving starts ...
77.58/77.63	c ============================[ Search Statistics ]============================
77.58/77.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.58/77.63	c       |         |          |          |    Limit     GC | Var      | Constra 
77.58/77.63	c =============================================================================
77.58/77.63	c  0.0s |       0 |        0 |        0 |    62736      0 |     1119 |     1165
77.58/77.69	c  0.1s |       0 |       48 |        1 |    62736      0 |     1119 |     1166
77.58/77.69	c #cpu_time = 0.064s
77.58/77.69	c #wall_clock_time = 0.064s
77.58/77.69	c #decision = 48
77.58/77.69	c #random_decision = 0
77.58/77.69	c #conflict = 1
77.58/77.69	c #restart = 0
77.58/77.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
77.58/77.69	c lower bound updated to -367
77.58/77.69	c BCD2: 1167 <= obj <= 1492
77.58/77.69	c BCD2: #cores=47, #unrelaxed=320, #relaxed=1214, #hardened=0
77.58/77.69	c BCD2: #sat=1 #unsat=1168 bias=1168/1169
77.58/77.69	c Solving starts ...
77.58/77.69	c ============================[ Search Statistics ]============================
77.58/77.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.58/77.69	c       |         |          |          |    Limit     GC | Var      | Constra 
77.58/77.69	c =============================================================================
77.58/77.69	c  0.0s |       0 |        0 |        0 |    62736      0 |     1120 |     1166
77.68/77.76	c  0.1s |       0 |       48 |        1 |    62736      0 |     1120 |     1167
77.68/77.76	c #cpu_time = 0.065s
77.68/77.76	c #wall_clock_time = 0.065s
77.68/77.76	c #decision = 48
77.68/77.76	c #random_decision = 0
77.68/77.76	c #conflict = 1
77.68/77.76	c #restart = 0
77.68/77.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
77.68/77.76	c lower bound updated to -366
77.68/77.76	c BCD2: 1168 <= obj <= 1492
77.68/77.76	c BCD2: #cores=47, #unrelaxed=319, #relaxed=1215, #hardened=0
77.68/77.76	c BCD2: #sat=1 #unsat=1169 bias=1169/1170
77.68/77.76	c Solving starts ...
77.68/77.76	c ============================[ Search Statistics ]============================
77.68/77.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.68/77.76	c       |         |          |          |    Limit     GC | Var      | Constra 
77.68/77.76	c =============================================================================
77.68/77.76	c  0.0s |       0 |        0 |        0 |    62736      0 |     1121 |     1167
77.78/77.83	c  0.1s |       0 |       48 |        1 |    62736      0 |     1121 |     1168
77.78/77.83	c #cpu_time = 0.065s
77.78/77.83	c #wall_clock_time = 0.065s
77.78/77.83	c #decision = 48
77.78/77.83	c #random_decision = 0
77.78/77.83	c #conflict = 1
77.78/77.83	c #restart = 0
77.78/77.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
77.78/77.83	c lower bound updated to -365
77.78/77.83	c BCD2: 1169 <= obj <= 1492
77.78/77.83	c BCD2: #cores=47, #unrelaxed=318, #relaxed=1216, #hardened=0
77.78/77.83	c BCD2: #sat=1 #unsat=1170 bias=1170/1171
77.78/77.83	c Solving starts ...
77.78/77.83	c ============================[ Search Statistics ]============================
77.78/77.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.78/77.83	c       |         |          |          |    Limit     GC | Var      | Constra 
77.78/77.83	c =============================================================================
77.78/77.83	c  0.0s |       0 |        0 |        0 |    62736      0 |     1122 |     1168
77.78/77.89	c  0.1s |       0 |       48 |        1 |    62736      0 |     1122 |     1169
77.78/77.89	c #cpu_time = 0.064s
77.78/77.89	c #wall_clock_time = 0.064s
77.78/77.89	c #decision = 48
77.78/77.89	c #random_decision = 0
77.78/77.89	c #conflict = 1
77.78/77.89	c #restart = 0
77.78/77.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
77.78/77.89	c lower bound updated to -364
77.78/77.89	c BCD2: 1170 <= obj <= 1492
77.78/77.89	c BCD2: #cores=47, #unrelaxed=317, #relaxed=1217, #hardened=0
77.78/77.89	c BCD2: #sat=1 #unsat=1171 bias=1171/1172
77.78/77.89	c Solving starts ...
77.78/77.89	c ============================[ Search Statistics ]============================
77.78/77.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.78/77.89	c       |         |          |          |    Limit     GC | Var      | Constra 
77.78/77.89	c =============================================================================
77.78/77.89	c  0.0s |       0 |        0 |        0 |    62736      0 |     1123 |     1169
77.88/77.96	c  0.1s |       0 |       48 |        1 |    62736      0 |     1123 |     1170
77.88/77.96	c #cpu_time = 0.065s
77.88/77.96	c #wall_clock_time = 0.065s
77.88/77.96	c #decision = 48
77.88/77.96	c #random_decision = 0
77.88/77.96	c #conflict = 1
77.88/77.96	c #restart = 0
77.88/77.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
77.88/77.96	c lower bound updated to -363
77.88/77.97	c BCD2: 1171 <= obj <= 1492
77.88/77.97	c BCD2: #cores=47, #unrelaxed=316, #relaxed=1218, #hardened=0
77.88/77.97	c BCD2: #sat=1 #unsat=1172 bias=1172/1173
77.88/77.97	c Solving starts ...
77.88/77.97	c ============================[ Search Statistics ]============================
77.88/77.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.88/77.97	c       |         |          |          |    Limit     GC | Var      | Constra 
77.88/77.97	c =============================================================================
77.88/77.97	c  0.0s |       0 |        0 |        0 |    62736      0 |     1124 |     1170
77.98/78.03	c  0.1s |       0 |       48 |        1 |    62736      0 |     1124 |     1171
77.98/78.03	c #cpu_time = 0.065s
77.98/78.03	c #wall_clock_time = 0.065s
77.98/78.03	c #decision = 48
77.98/78.03	c #random_decision = 0
77.98/78.03	c #conflict = 1
77.98/78.03	c #restart = 0
77.98/78.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
77.98/78.03	c lower bound updated to -362
77.98/78.03	c BCD2: 1172 <= obj <= 1492
77.98/78.03	c BCD2: #cores=47, #unrelaxed=315, #relaxed=1219, #hardened=0
77.98/78.03	c BCD2: #sat=1 #unsat=1173 bias=1173/1174
77.98/78.03	c Solving starts ...
77.98/78.03	c ============================[ Search Statistics ]============================
77.98/78.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.98/78.03	c       |         |          |          |    Limit     GC | Var      | Constra 
77.98/78.03	c =============================================================================
77.98/78.03	c  0.0s |       0 |        0 |        0 |    62736      0 |     1125 |     1171
77.98/78.10	c  0.1s |       0 |       48 |        1 |    62736      0 |     1125 |     1172
77.98/78.10	c #cpu_time = 0.064s
77.98/78.10	c #wall_clock_time = 0.064s
77.98/78.10	c #decision = 48
77.98/78.10	c #random_decision = 0
77.98/78.10	c #conflict = 1
77.98/78.10	c #restart = 0
77.98/78.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
77.98/78.10	c lower bound updated to -361
77.98/78.10	c BCD2: 1173 <= obj <= 1492
77.98/78.10	c BCD2: #cores=47, #unrelaxed=314, #relaxed=1220, #hardened=0
77.98/78.10	c BCD2: #sat=1 #unsat=1174 bias=1174/1175
77.98/78.10	c Solving starts ...
77.98/78.10	c ============================[ Search Statistics ]============================
77.98/78.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
77.98/78.10	c       |         |          |          |    Limit     GC | Var      | Constra 
77.98/78.10	c =============================================================================
77.98/78.10	c  0.0s |       0 |        0 |        0 |    62736      0 |     1126 |     1172
78.09/78.16	c  0.1s |       0 |       48 |        1 |    62736      0 |     1126 |     1173
78.09/78.16	c #cpu_time = 0.065s
78.09/78.16	c #wall_clock_time = 0.065s
78.09/78.16	c #decision = 48
78.09/78.16	c #random_decision = 0
78.09/78.16	c #conflict = 1
78.09/78.16	c #restart = 0
78.09/78.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
78.09/78.16	c lower bound updated to -360
78.09/78.16	c BCD2: 1174 <= obj <= 1492
78.09/78.16	c BCD2: #cores=47, #unrelaxed=313, #relaxed=1221, #hardened=0
78.09/78.16	c BCD2: #sat=1 #unsat=1175 bias=1175/1176
78.09/78.16	c Solving starts ...
78.09/78.16	c ============================[ Search Statistics ]============================
78.09/78.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.09/78.16	c       |         |          |          |    Limit     GC | Var      | Constra 
78.09/78.16	c =============================================================================
78.09/78.16	c  0.0s |       0 |        0 |        0 |    62736      0 |     1127 |     1173
78.19/78.23	c  0.1s |       0 |       48 |        1 |    62736      0 |     1127 |     1174
78.19/78.23	c #cpu_time = 0.065s
78.19/78.23	c #wall_clock_time = 0.065s
78.19/78.23	c #decision = 48
78.19/78.23	c #random_decision = 0
78.19/78.23	c #conflict = 1
78.19/78.23	c #restart = 0
78.19/78.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
78.19/78.23	c lower bound updated to -359
78.19/78.23	c BCD2: 1175 <= obj <= 1492
78.19/78.23	c BCD2: #cores=47, #unrelaxed=312, #relaxed=1222, #hardened=0
78.19/78.23	c BCD2: #sat=1 #unsat=1176 bias=1176/1177
78.19/78.23	c Solving starts ...
78.19/78.23	c ============================[ Search Statistics ]============================
78.19/78.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.19/78.23	c       |         |          |          |    Limit     GC | Var      | Constra 
78.19/78.23	c =============================================================================
78.19/78.23	c  0.0s |       0 |        0 |        0 |    62736      0 |     1128 |     1174
78.19/78.29	c  0.1s |       0 |       48 |        0 |    62736      0 |     1128 |     1175
78.19/78.29	c #cpu_time = 0.064s
78.19/78.29	c #wall_clock_time = 0.064s
78.19/78.29	c #decision = 48
78.19/78.29	c #random_decision = 0
78.19/78.29	c #conflict = 0
78.19/78.29	c #restart = 0
78.19/78.29	c BCD2: found a new core of size 2: cost of the new core is >=1
78.19/78.29	c lower bound updated to -358
78.28/78.31	c BCD2: 1176 <= obj <= 1492
78.28/78.31	c BCD2: #cores=48, #unrelaxed=310, #relaxed=1224, #hardened=0
78.28/78.31	c BCD2: #sat=1 #unsat=1177 bias=1177/1178
78.28/78.31	c Solving starts ...
78.28/78.31	c ============================[ Search Statistics ]============================
78.28/78.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.28/78.31	c       |         |          |          |    Limit     GC | Var      | Constra 
78.28/78.31	c =============================================================================
78.28/78.31	c  0.0s |       0 |        0 |        0 |    62736      0 |     1128 |     1176
78.28/78.37	c  0.1s |       0 |       49 |        1 |    62736      0 |     1128 |     1176
78.28/78.37	c #cpu_time = 0.061s
78.28/78.37	c #wall_clock_time = 0.061s
78.28/78.37	c #decision = 49
78.28/78.37	c #random_decision = 0
78.28/78.37	c #conflict = 1
78.28/78.37	c #restart = 0
78.28/78.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
78.28/78.37	c lower bound updated to -357
78.28/78.37	c BCD2: 1177 <= obj <= 1492
78.28/78.37	c BCD2: #cores=48, #unrelaxed=309, #relaxed=1225, #hardened=0
78.28/78.37	c BCD2: #sat=1 #unsat=1178 bias=1178/1179
78.28/78.37	c Solving starts ...
78.28/78.37	c ============================[ Search Statistics ]============================
78.28/78.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.28/78.37	c       |         |          |          |    Limit     GC | Var      | Constra 
78.28/78.37	c =============================================================================
78.28/78.37	c  0.0s |       0 |        0 |        0 |    62736      0 |     1129 |     1176
78.38/78.43	c  0.1s |       0 |       49 |        1 |    62736      0 |     1129 |     1177
78.38/78.43	c #cpu_time = 0.064s
78.38/78.43	c #wall_clock_time = 0.064s
78.38/78.43	c #decision = 49
78.38/78.43	c #random_decision = 0
78.38/78.43	c #conflict = 1
78.38/78.43	c #restart = 0
78.38/78.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
78.38/78.43	c lower bound updated to -356
78.38/78.44	c BCD2: 1178 <= obj <= 1492
78.38/78.44	c BCD2: #cores=48, #unrelaxed=308, #relaxed=1226, #hardened=0
78.38/78.44	c BCD2: #sat=1 #unsat=1179 bias=1179/1180
78.38/78.44	c Solving starts ...
78.38/78.44	c ============================[ Search Statistics ]============================
78.38/78.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.38/78.44	c       |         |          |          |    Limit     GC | Var      | Constra 
78.38/78.44	c =============================================================================
78.38/78.44	c  0.0s |       0 |        0 |        0 |    62736      0 |     1130 |     1177
78.48/78.50	c  0.1s |       0 |       49 |        1 |    62736      0 |     1130 |     1178
78.48/78.50	c #cpu_time = 0.062s
78.48/78.50	c #wall_clock_time = 0.062s
78.48/78.50	c #decision = 49
78.48/78.50	c #random_decision = 0
78.48/78.50	c #conflict = 1
78.48/78.50	c #restart = 0
78.48/78.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
78.48/78.50	c lower bound updated to -355
78.48/78.50	c BCD2: 1179 <= obj <= 1492
78.48/78.50	c BCD2: #cores=48, #unrelaxed=307, #relaxed=1227, #hardened=0
78.48/78.50	c BCD2: #sat=1 #unsat=1180 bias=1180/1181
78.48/78.51	c Solving starts ...
78.48/78.51	c ============================[ Search Statistics ]============================
78.48/78.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.48/78.51	c       |         |          |          |    Limit     GC | Var      | Constra 
78.48/78.51	c =============================================================================
78.48/78.51	c  0.0s |       0 |        0 |        0 |    62736      0 |     1131 |     1178
78.48/78.57	c  0.1s |       0 |       49 |        1 |    62736      0 |     1131 |     1179
78.48/78.57	c #cpu_time = 0.065s
78.48/78.57	c #wall_clock_time = 0.065s
78.48/78.57	c #decision = 49
78.48/78.57	c #random_decision = 0
78.48/78.57	c #conflict = 1
78.48/78.57	c #restart = 0
78.48/78.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
78.48/78.57	c lower bound updated to -354
78.48/78.57	c BCD2: 1180 <= obj <= 1492
78.48/78.57	c BCD2: #cores=48, #unrelaxed=306, #relaxed=1228, #hardened=0
78.48/78.57	c BCD2: #sat=1 #unsat=1181 bias=1181/1182
78.48/78.57	c Solving starts ...
78.48/78.57	c ============================[ Search Statistics ]============================
78.48/78.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.48/78.57	c       |         |          |          |    Limit     GC | Var      | Constra 
78.48/78.57	c =============================================================================
78.48/78.57	c  0.0s |       0 |        0 |        0 |    62736      0 |     1132 |     1179
78.58/78.63	c  0.1s |       0 |       49 |        1 |    62736      0 |     1132 |     1180
78.58/78.63	c #cpu_time = 0.064s
78.58/78.63	c #wall_clock_time = 0.064s
78.58/78.63	c #decision = 49
78.58/78.63	c #random_decision = 0
78.58/78.63	c #conflict = 1
78.58/78.63	c #restart = 0
78.58/78.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
78.58/78.63	c lower bound updated to -353
78.58/78.64	c BCD2: 1181 <= obj <= 1492
78.58/78.64	c BCD2: #cores=48, #unrelaxed=305, #relaxed=1229, #hardened=0
78.58/78.64	c BCD2: #sat=1 #unsat=1182 bias=1182/1183
78.58/78.64	c Solving starts ...
78.58/78.64	c ============================[ Search Statistics ]============================
78.58/78.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.58/78.64	c       |         |          |          |    Limit     GC | Var      | Constra 
78.58/78.64	c =============================================================================
78.58/78.64	c  0.0s |       0 |        0 |        0 |    62736      0 |     1133 |     1180
78.68/78.70	c  0.1s |       0 |       49 |        1 |    62736      0 |     1133 |     1181
78.68/78.70	c #cpu_time = 0.065s
78.68/78.70	c #wall_clock_time = 0.065s
78.68/78.70	c #decision = 49
78.68/78.70	c #random_decision = 0
78.68/78.70	c #conflict = 1
78.68/78.70	c #restart = 0
78.68/78.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
78.68/78.70	c lower bound updated to -352
78.68/78.70	c BCD2: 1182 <= obj <= 1492
78.68/78.70	c BCD2: #cores=48, #unrelaxed=304, #relaxed=1230, #hardened=0
78.68/78.70	c BCD2: #sat=1 #unsat=1183 bias=1183/1184
78.68/78.70	c Solving starts ...
78.68/78.70	c ============================[ Search Statistics ]============================
78.68/78.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.68/78.70	c       |         |          |          |    Limit     GC | Var      | Constra 
78.68/78.70	c =============================================================================
78.68/78.70	c  0.0s |       0 |        0 |        0 |    62736      0 |     1134 |     1181
78.68/78.77	c  0.1s |       0 |       49 |        1 |    62736      0 |     1134 |     1182
78.68/78.77	c #cpu_time = 0.065s
78.68/78.77	c #wall_clock_time = 0.065s
78.68/78.77	c #decision = 49
78.68/78.77	c #random_decision = 0
78.68/78.77	c #conflict = 1
78.68/78.77	c #restart = 0
78.68/78.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
78.68/78.77	c lower bound updated to -351
78.68/78.77	c BCD2: 1183 <= obj <= 1492
78.68/78.77	c BCD2: #cores=48, #unrelaxed=303, #relaxed=1231, #hardened=0
78.68/78.77	c BCD2: #sat=1 #unsat=1184 bias=1184/1185
78.68/78.77	c Solving starts ...
78.68/78.77	c ============================[ Search Statistics ]============================
78.68/78.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.68/78.77	c       |         |          |          |    Limit     GC | Var      | Constra 
78.68/78.77	c =============================================================================
78.68/78.77	c  0.0s |       0 |        0 |        0 |    62736      0 |     1135 |     1182
78.78/78.83	c  0.1s |       0 |       49 |        1 |    62736      0 |     1135 |     1183
78.78/78.83	c #cpu_time = 0.063s
78.78/78.83	c #wall_clock_time = 0.063s
78.78/78.83	c #decision = 49
78.78/78.83	c #random_decision = 0
78.78/78.83	c #conflict = 1
78.78/78.83	c #restart = 0
78.78/78.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
78.78/78.83	c lower bound updated to -350
78.78/78.83	c BCD2: 1184 <= obj <= 1492
78.78/78.83	c BCD2: #cores=48, #unrelaxed=302, #relaxed=1232, #hardened=0
78.78/78.83	c BCD2: #sat=1 #unsat=1185 bias=1185/1186
78.78/78.83	c Solving starts ...
78.78/78.83	c ============================[ Search Statistics ]============================
78.78/78.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.78/78.83	c       |         |          |          |    Limit     GC | Var      | Constra 
78.78/78.83	c =============================================================================
78.78/78.83	c  0.0s |       0 |        0 |        0 |    62736      0 |     1136 |     1183
78.88/78.90	c  0.1s |       0 |       49 |        1 |    62736      0 |     1136 |     1184
78.88/78.90	c #cpu_time = 0.063s
78.88/78.90	c #wall_clock_time = 0.063s
78.88/78.90	c #decision = 49
78.88/78.90	c #random_decision = 0
78.88/78.90	c #conflict = 1
78.88/78.90	c #restart = 0
78.88/78.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
78.88/78.90	c lower bound updated to -349
78.88/78.90	c BCD2: 1185 <= obj <= 1492
78.88/78.90	c BCD2: #cores=48, #unrelaxed=301, #relaxed=1233, #hardened=0
78.88/78.90	c BCD2: #sat=1 #unsat=1186 bias=1186/1187
78.88/78.90	c Solving starts ...
78.88/78.90	c ============================[ Search Statistics ]============================
78.88/78.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.88/78.90	c       |         |          |          |    Limit     GC | Var      | Constra 
78.88/78.90	c =============================================================================
78.88/78.91	c  0.0s |       0 |        0 |        0 |    62736      0 |     1137 |     1184
78.88/78.97	c  0.1s |       0 |       49 |        1 |    62736      0 |     1137 |     1185
78.88/78.97	c #cpu_time = 0.061s
78.88/78.97	c #wall_clock_time = 0.061s
78.88/78.97	c #decision = 49
78.88/78.97	c #random_decision = 0
78.88/78.97	c #conflict = 1
78.88/78.97	c #restart = 0
78.88/78.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
78.88/78.97	c lower bound updated to -348
78.88/78.97	c BCD2: 1186 <= obj <= 1492
78.88/78.97	c BCD2: #cores=48, #unrelaxed=300, #relaxed=1234, #hardened=0
78.88/78.97	c BCD2: #sat=1 #unsat=1187 bias=1187/1188
78.88/78.97	c Solving starts ...
78.88/78.97	c ============================[ Search Statistics ]============================
78.88/78.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.88/78.97	c       |         |          |          |    Limit     GC | Var      | Constra 
78.88/78.97	c =============================================================================
78.88/78.97	c  0.0s |       0 |        0 |        0 |    62736      0 |     1138 |     1185
78.98/79.03	c  0.1s |       0 |       49 |        1 |    62736      0 |     1138 |     1186
78.98/79.03	c #cpu_time = 0.063s
78.98/79.03	c #wall_clock_time = 0.063s
78.98/79.03	c #decision = 49
78.98/79.03	c #random_decision = 0
78.98/79.03	c #conflict = 1
78.98/79.03	c #restart = 0
78.98/79.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
78.98/79.03	c lower bound updated to -347
78.98/79.03	c BCD2: 1187 <= obj <= 1492
78.98/79.03	c BCD2: #cores=48, #unrelaxed=299, #relaxed=1235, #hardened=0
78.98/79.03	c BCD2: #sat=1 #unsat=1188 bias=1188/1189
78.98/79.03	c Solving starts ...
78.98/79.03	c ============================[ Search Statistics ]============================
78.98/79.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
78.98/79.03	c       |         |          |          |    Limit     GC | Var      | Constra 
78.98/79.03	c =============================================================================
78.98/79.03	c  0.0s |       0 |        0 |        0 |    62736      0 |     1139 |     1186
79.08/79.10	c  0.1s |       0 |       49 |        1 |    62736      0 |     1139 |     1187
79.08/79.10	c #cpu_time = 0.067s
79.08/79.10	c #wall_clock_time = 0.067s
79.08/79.10	c #decision = 49
79.08/79.10	c #random_decision = 0
79.08/79.10	c #conflict = 1
79.08/79.10	c #restart = 0
79.08/79.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
79.08/79.10	c lower bound updated to -346
79.08/79.10	c BCD2: 1188 <= obj <= 1492
79.08/79.10	c BCD2: #cores=48, #unrelaxed=298, #relaxed=1236, #hardened=0
79.08/79.10	c BCD2: #sat=1 #unsat=1189 bias=1189/1190
79.08/79.10	c Solving starts ...
79.08/79.10	c ============================[ Search Statistics ]============================
79.08/79.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.08/79.10	c       |         |          |          |    Limit     GC | Var      | Constra 
79.08/79.10	c =============================================================================
79.08/79.10	c  0.0s |       0 |        0 |        0 |    62736      0 |     1140 |     1187
79.08/79.17	c  0.1s |       0 |       49 |        1 |    62736      0 |     1140 |     1188
79.08/79.17	c #cpu_time = 0.067s
79.08/79.17	c #wall_clock_time = 0.067s
79.08/79.17	c #decision = 49
79.08/79.17	c #random_decision = 0
79.08/79.17	c #conflict = 1
79.08/79.17	c #restart = 0
79.08/79.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
79.08/79.17	c lower bound updated to -345
79.08/79.17	c BCD2: 1189 <= obj <= 1492
79.08/79.17	c BCD2: #cores=48, #unrelaxed=297, #relaxed=1237, #hardened=0
79.08/79.17	c BCD2: #sat=1 #unsat=1190 bias=1190/1191
79.08/79.17	c Solving starts ...
79.08/79.17	c ============================[ Search Statistics ]============================
79.08/79.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.08/79.17	c       |         |          |          |    Limit     GC | Var      | Constra 
79.08/79.17	c =============================================================================
79.08/79.17	c  0.0s |       0 |        0 |        0 |    62736      0 |     1141 |     1188
79.19/79.23	c  0.1s |       0 |       49 |        1 |    62736      0 |     1141 |     1189
79.19/79.23	c #cpu_time = 0.065s
79.19/79.23	c #wall_clock_time = 0.065s
79.19/79.23	c #decision = 49
79.19/79.23	c #random_decision = 0
79.19/79.23	c #conflict = 1
79.19/79.23	c #restart = 0
79.19/79.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
79.19/79.23	c lower bound updated to -344
79.19/79.23	c BCD2: 1190 <= obj <= 1492
79.19/79.23	c BCD2: #cores=48, #unrelaxed=296, #relaxed=1238, #hardened=0
79.19/79.23	c BCD2: #sat=1 #unsat=1191 bias=1191/1192
79.19/79.23	c Solving starts ...
79.19/79.23	c ============================[ Search Statistics ]============================
79.19/79.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.19/79.23	c       |         |          |          |    Limit     GC | Var      | Constra 
79.19/79.23	c =============================================================================
79.19/79.23	c  0.0s |       0 |        0 |        0 |    62736      0 |     1142 |     1189
79.19/79.30	c  0.1s |       0 |       49 |        1 |    62736      0 |     1142 |     1190
79.19/79.30	c #cpu_time = 0.064s
79.19/79.30	c #wall_clock_time = 0.064s
79.19/79.30	c #decision = 49
79.19/79.30	c #random_decision = 0
79.19/79.30	c #conflict = 1
79.19/79.30	c #restart = 0
79.19/79.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
79.19/79.30	c lower bound updated to -343
79.19/79.30	c BCD2: 1191 <= obj <= 1492
79.19/79.30	c BCD2: #cores=48, #unrelaxed=295, #relaxed=1239, #hardened=0
79.19/79.30	c BCD2: #sat=1 #unsat=1192 bias=1192/1193
79.19/79.30	c Solving starts ...
79.19/79.30	c ============================[ Search Statistics ]============================
79.19/79.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.19/79.30	c       |         |          |          |    Limit     GC | Var      | Constra 
79.19/79.30	c =============================================================================
79.19/79.30	c  0.0s |       0 |        0 |        0 |    62736      0 |     1143 |     1190
79.29/79.36	c  0.1s |       0 |       49 |        1 |    62736      0 |     1143 |     1191
79.29/79.36	c #cpu_time = 0.064s
79.29/79.36	c #wall_clock_time = 0.064s
79.29/79.36	c #decision = 49
79.29/79.36	c #random_decision = 0
79.29/79.36	c #conflict = 1
79.29/79.36	c #restart = 0
79.29/79.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
79.29/79.36	c lower bound updated to -342
79.29/79.37	c BCD2: 1192 <= obj <= 1492
79.29/79.37	c BCD2: #cores=48, #unrelaxed=294, #relaxed=1240, #hardened=0
79.29/79.37	c BCD2: #sat=1 #unsat=1193 bias=1193/1194
79.29/79.37	c Solving starts ...
79.29/79.37	c ============================[ Search Statistics ]============================
79.29/79.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.29/79.37	c       |         |          |          |    Limit     GC | Var      | Constra 
79.29/79.37	c =============================================================================
79.29/79.37	c  0.0s |       0 |        0 |        0 |    62736      0 |     1144 |     1191
79.38/79.44	c  0.1s |       0 |       49 |        1 |    62736      0 |     1144 |     1192
79.38/79.44	c #cpu_time = 0.063s
79.38/79.44	c #wall_clock_time = 0.063s
79.38/79.44	c #decision = 49
79.38/79.44	c #random_decision = 0
79.38/79.44	c #conflict = 1
79.38/79.44	c #restart = 0
79.38/79.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
79.38/79.44	c lower bound updated to -341
79.38/79.44	c BCD2: 1193 <= obj <= 1492
79.38/79.44	c BCD2: #cores=48, #unrelaxed=293, #relaxed=1241, #hardened=0
79.38/79.44	c BCD2: #sat=1 #unsat=1194 bias=1194/1195
79.38/79.44	c Solving starts ...
79.38/79.44	c ============================[ Search Statistics ]============================
79.38/79.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.38/79.44	c       |         |          |          |    Limit     GC | Var      | Constra 
79.38/79.44	c =============================================================================
79.38/79.44	c  0.0s |       0 |        0 |        0 |    62736      0 |     1145 |     1192
79.48/79.50	c  0.1s |       0 |       49 |        1 |    62736      0 |     1145 |     1193
79.48/79.50	c #cpu_time = 0.065s
79.48/79.50	c #wall_clock_time = 0.065s
79.48/79.50	c #decision = 49
79.48/79.50	c #random_decision = 0
79.48/79.50	c #conflict = 1
79.48/79.50	c #restart = 0
79.48/79.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
79.48/79.50	c lower bound updated to -340
79.48/79.50	c BCD2: 1194 <= obj <= 1492
79.48/79.50	c BCD2: #cores=48, #unrelaxed=292, #relaxed=1242, #hardened=0
79.48/79.50	c BCD2: #sat=1 #unsat=1195 bias=1195/1196
79.48/79.50	c Solving starts ...
79.48/79.50	c ============================[ Search Statistics ]============================
79.48/79.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.48/79.50	c       |         |          |          |    Limit     GC | Var      | Constra 
79.48/79.50	c =============================================================================
79.48/79.50	c  0.0s |       0 |        0 |        0 |    62736      0 |     1146 |     1193
79.48/79.57	c  0.1s |       0 |       49 |        1 |    62736      0 |     1146 |     1194
79.48/79.57	c #cpu_time = 0.065s
79.48/79.57	c #wall_clock_time = 0.065s
79.48/79.57	c #decision = 49
79.48/79.57	c #random_decision = 0
79.48/79.57	c #conflict = 1
79.48/79.57	c #restart = 0
79.48/79.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
79.48/79.57	c lower bound updated to -339
79.48/79.57	c BCD2: 1195 <= obj <= 1492
79.48/79.57	c BCD2: #cores=48, #unrelaxed=291, #relaxed=1243, #hardened=0
79.48/79.57	c BCD2: #sat=1 #unsat=1196 bias=1196/1197
79.48/79.57	c Solving starts ...
79.48/79.57	c ============================[ Search Statistics ]============================
79.48/79.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.48/79.57	c       |         |          |          |    Limit     GC | Var      | Constra 
79.48/79.57	c =============================================================================
79.48/79.57	c  0.0s |       0 |        0 |        0 |    62736      0 |     1147 |     1194
79.58/79.63	c  0.1s |       0 |       49 |        1 |    62736      0 |     1147 |     1195
79.58/79.63	c #cpu_time = 0.065s
79.58/79.63	c #wall_clock_time = 0.065s
79.58/79.63	c #decision = 49
79.58/79.63	c #random_decision = 0
79.58/79.63	c #conflict = 1
79.58/79.63	c #restart = 0
79.58/79.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
79.58/79.63	c lower bound updated to -338
79.58/79.63	c BCD2: 1196 <= obj <= 1492
79.58/79.63	c BCD2: #cores=48, #unrelaxed=290, #relaxed=1244, #hardened=0
79.58/79.63	c BCD2: #sat=1 #unsat=1197 bias=1197/1198
79.58/79.63	c Solving starts ...
79.58/79.63	c ============================[ Search Statistics ]============================
79.58/79.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.58/79.63	c       |         |          |          |    Limit     GC | Var      | Constra 
79.58/79.63	c =============================================================================
79.58/79.64	c  0.0s |       0 |        0 |        0 |    62736      0 |     1148 |     1195
79.68/79.70	c  0.1s |       0 |       49 |        1 |    62736      0 |     1148 |     1196
79.68/79.70	c #cpu_time = 0.065s
79.68/79.70	c #wall_clock_time = 0.065s
79.68/79.70	c #decision = 49
79.68/79.70	c #random_decision = 0
79.68/79.70	c #conflict = 1
79.68/79.70	c #restart = 0
79.68/79.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
79.68/79.70	c lower bound updated to -337
79.68/79.70	c BCD2: 1197 <= obj <= 1492
79.68/79.70	c BCD2: #cores=48, #unrelaxed=289, #relaxed=1245, #hardened=0
79.68/79.70	c BCD2: #sat=1 #unsat=1198 bias=1198/1199
79.68/79.70	c Solving starts ...
79.68/79.70	c ============================[ Search Statistics ]============================
79.68/79.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.68/79.70	c       |         |          |          |    Limit     GC | Var      | Constra 
79.68/79.70	c =============================================================================
79.68/79.70	c  0.0s |       0 |        0 |        0 |    62736      0 |     1149 |     1196
79.68/79.76	c  0.1s |       0 |       49 |        1 |    62736      0 |     1149 |     1197
79.68/79.76	c #cpu_time = 0.063s
79.68/79.76	c #wall_clock_time = 0.063s
79.68/79.76	c #decision = 49
79.68/79.76	c #random_decision = 0
79.68/79.76	c #conflict = 1
79.68/79.76	c #restart = 0
79.68/79.76	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
79.68/79.76	c lower bound updated to -336
79.68/79.77	c BCD2: 1198 <= obj <= 1492
79.68/79.77	c BCD2: #cores=48, #unrelaxed=288, #relaxed=1246, #hardened=0
79.68/79.77	c BCD2: #sat=1 #unsat=1199 bias=1199/1200
79.68/79.77	c Solving starts ...
79.68/79.77	c ============================[ Search Statistics ]============================
79.68/79.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.68/79.77	c       |         |          |          |    Limit     GC | Var      | Constra 
79.68/79.77	c =============================================================================
79.68/79.77	c  0.0s |       0 |        0 |        0 |    62736      0 |     1150 |     1197
79.78/79.83	c  0.1s |       0 |       49 |        1 |    62736      0 |     1150 |     1198
79.78/79.83	c #cpu_time = 0.063s
79.78/79.83	c #wall_clock_time = 0.063s
79.78/79.83	c #decision = 49
79.78/79.83	c #random_decision = 0
79.78/79.83	c #conflict = 1
79.78/79.83	c #restart = 0
79.78/79.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
79.78/79.83	c lower bound updated to -335
79.78/79.84	c BCD2: 1199 <= obj <= 1492
79.78/79.84	c BCD2: #cores=48, #unrelaxed=287, #relaxed=1247, #hardened=0
79.78/79.84	c BCD2: #sat=1 #unsat=1200 bias=1200/1201
79.78/79.84	c Solving starts ...
79.78/79.84	c ============================[ Search Statistics ]============================
79.78/79.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.78/79.84	c       |         |          |          |    Limit     GC | Var      | Constra 
79.78/79.84	c =============================================================================
79.78/79.84	c  0.0s |       0 |        0 |        0 |    62736      0 |     1151 |     1198
79.88/79.90	c  0.1s |       0 |       49 |        1 |    62736      0 |     1151 |     1199
79.88/79.90	c #cpu_time = 0.061s
79.88/79.90	c #wall_clock_time = 0.061s
79.88/79.90	c #decision = 49
79.88/79.90	c #random_decision = 0
79.88/79.90	c #conflict = 1
79.88/79.90	c #restart = 0
79.88/79.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
79.88/79.90	c lower bound updated to -334
79.88/79.90	c BCD2: 1200 <= obj <= 1492
79.88/79.90	c BCD2: #cores=48, #unrelaxed=286, #relaxed=1248, #hardened=0
79.88/79.90	c BCD2: #sat=1 #unsat=1201 bias=1201/1202
79.88/79.90	c Solving starts ...
79.88/79.90	c ============================[ Search Statistics ]============================
79.88/79.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.88/79.90	c       |         |          |          |    Limit     GC | Var      | Constra 
79.88/79.90	c =============================================================================
79.88/79.90	c  0.0s |       0 |        0 |        0 |    62736      0 |     1152 |     1199
79.88/79.96	c  0.1s |       0 |       49 |        0 |    62736      0 |     1152 |     1200
79.88/79.96	c #cpu_time = 0.063s
79.88/79.96	c #wall_clock_time = 0.063s
79.88/79.96	c #decision = 49
79.88/79.96	c #random_decision = 0
79.88/79.96	c #conflict = 0
79.88/79.96	c #restart = 0
79.88/79.96	c BCD2: found a new core of size 2: cost of the new core is >=1
79.88/79.96	c lower bound updated to -333
79.88/79.98	c BCD2: 1201 <= obj <= 1492
79.88/79.98	c BCD2: #cores=49, #unrelaxed=284, #relaxed=1250, #hardened=0
79.88/79.98	c BCD2: #sat=1 #unsat=1202 bias=1202/1203
79.88/79.98	c Solving starts ...
79.88/79.98	c ============================[ Search Statistics ]============================
79.88/79.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.88/79.98	c       |         |          |          |    Limit     GC | Var      | Constra 
79.88/79.98	c =============================================================================
79.88/79.98	c  0.0s |       0 |        0 |        0 |    62736      0 |     1152 |     1201
79.98/80.04	c  0.1s |       0 |       50 |        1 |    62736      0 |     1152 |     1201
79.98/80.04	c #cpu_time = 0.062s
79.98/80.04	c #wall_clock_time = 0.062s
79.98/80.04	c #decision = 50
79.98/80.04	c #random_decision = 0
79.98/80.04	c #conflict = 1
79.98/80.04	c #restart = 0
79.98/80.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
79.98/80.04	c lower bound updated to -332
79.98/80.04	c BCD2: 1202 <= obj <= 1492
79.98/80.04	c BCD2: #cores=49, #unrelaxed=283, #relaxed=1251, #hardened=0
79.98/80.04	c BCD2: #sat=1 #unsat=1203 bias=1203/1204
79.98/80.04	c Solving starts ...
79.98/80.04	c ============================[ Search Statistics ]============================
79.98/80.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
79.98/80.04	c       |         |          |          |    Limit     GC | Var      | Constra 
79.98/80.04	c =============================================================================
79.98/80.04	c  0.0s |       0 |        0 |        0 |    62736      0 |     1153 |     1201
80.08/80.10	c  0.1s |       0 |       50 |        1 |    62736      0 |     1153 |     1202
80.08/80.10	c #cpu_time = 0.064s
80.08/80.10	c #wall_clock_time = 0.064s
80.08/80.10	c #decision = 50
80.08/80.10	c #random_decision = 0
80.08/80.10	c #conflict = 1
80.08/80.10	c #restart = 0
80.08/80.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
80.08/80.10	c lower bound updated to -331
80.08/80.10	c BCD2: 1203 <= obj <= 1492
80.08/80.10	c BCD2: #cores=49, #unrelaxed=282, #relaxed=1252, #hardened=0
80.08/80.10	c BCD2: #sat=1 #unsat=1204 bias=1204/1205
80.08/80.11	c Solving starts ...
80.08/80.11	c ============================[ Search Statistics ]============================
80.08/80.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.08/80.11	c       |         |          |          |    Limit     GC | Var      | Constra 
80.08/80.11	c =============================================================================
80.08/80.11	c  0.0s |       0 |        0 |        0 |    62736      0 |     1154 |     1202
80.08/80.17	c  0.1s |       0 |       50 |        1 |    62736      0 |     1154 |     1203
80.08/80.17	c #cpu_time = 0.067s
80.08/80.17	c #wall_clock_time = 0.067s
80.08/80.17	c #decision = 50
80.08/80.17	c #random_decision = 0
80.08/80.17	c #conflict = 1
80.08/80.17	c #restart = 0
80.08/80.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
80.08/80.17	c lower bound updated to -330
80.08/80.17	c BCD2: 1204 <= obj <= 1492
80.08/80.17	c BCD2: #cores=49, #unrelaxed=281, #relaxed=1253, #hardened=0
80.08/80.17	c BCD2: #sat=1 #unsat=1205 bias=1205/1206
80.08/80.17	c Solving starts ...
80.08/80.17	c ============================[ Search Statistics ]============================
80.08/80.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.08/80.17	c       |         |          |          |    Limit     GC | Var      | Constra 
80.08/80.17	c =============================================================================
80.08/80.17	c  0.0s |       0 |        0 |        0 |    62736      0 |     1155 |     1203
80.18/80.24	c  0.1s |       0 |       50 |        1 |    62736      0 |     1155 |     1204
80.18/80.24	c #cpu_time = 0.067s
80.18/80.24	c #wall_clock_time = 0.067s
80.18/80.24	c #decision = 50
80.18/80.24	c #random_decision = 0
80.18/80.24	c #conflict = 1
80.18/80.24	c #restart = 0
80.18/80.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
80.18/80.24	c lower bound updated to -329
80.18/80.24	c BCD2: 1205 <= obj <= 1492
80.18/80.24	c BCD2: #cores=49, #unrelaxed=280, #relaxed=1254, #hardened=0
80.18/80.24	c BCD2: #sat=1 #unsat=1206 bias=1206/1207
80.18/80.24	c Solving starts ...
80.18/80.24	c ============================[ Search Statistics ]============================
80.18/80.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.18/80.24	c       |         |          |          |    Limit     GC | Var      | Constra 
80.18/80.24	c =============================================================================
80.18/80.24	c  0.0s |       0 |        0 |        0 |    62736      0 |     1156 |     1204
80.29/80.31	c  0.1s |       0 |       50 |        1 |    62736      0 |     1156 |     1205
80.29/80.31	c #cpu_time = 0.064s
80.29/80.31	c #wall_clock_time = 0.064s
80.29/80.31	c #decision = 50
80.29/80.31	c #random_decision = 0
80.29/80.31	c #conflict = 1
80.29/80.31	c #restart = 0
80.29/80.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
80.29/80.31	c lower bound updated to -328
80.29/80.31	c BCD2: 1206 <= obj <= 1492
80.29/80.31	c BCD2: #cores=49, #unrelaxed=279, #relaxed=1255, #hardened=0
80.29/80.31	c BCD2: #sat=1 #unsat=1207 bias=1207/1208
80.29/80.31	c Solving starts ...
80.29/80.31	c ============================[ Search Statistics ]============================
80.29/80.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.29/80.31	c       |         |          |          |    Limit     GC | Var      | Constra 
80.29/80.31	c =============================================================================
80.29/80.31	c  0.0s |       0 |        0 |        0 |    62736      0 |     1157 |     1205
80.29/80.38	c  0.1s |       0 |       50 |        1 |    62736      0 |     1157 |     1206
80.29/80.38	c #cpu_time = 0.061s
80.29/80.38	c #wall_clock_time = 0.061s
80.29/80.38	c #decision = 50
80.29/80.38	c #random_decision = 0
80.29/80.38	c #conflict = 1
80.29/80.38	c #restart = 0
80.29/80.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
80.29/80.38	c lower bound updated to -327
80.29/80.38	c BCD2: 1207 <= obj <= 1492
80.29/80.38	c BCD2: #cores=49, #unrelaxed=278, #relaxed=1256, #hardened=0
80.29/80.38	c BCD2: #sat=1 #unsat=1208 bias=1208/1209
80.29/80.38	c Solving starts ...
80.29/80.38	c ============================[ Search Statistics ]============================
80.29/80.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.29/80.38	c       |         |          |          |    Limit     GC | Var      | Constra 
80.29/80.38	c =============================================================================
80.29/80.38	c  0.0s |       0 |        0 |        0 |    62736      0 |     1158 |     1206
80.39/80.44	c  0.1s |       0 |       50 |        1 |    62736      0 |     1158 |     1207
80.39/80.44	c #cpu_time = 0.063s
80.39/80.44	c #wall_clock_time = 0.063s
80.39/80.44	c #decision = 50
80.39/80.44	c #random_decision = 0
80.39/80.44	c #conflict = 1
80.39/80.44	c #restart = 0
80.39/80.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
80.39/80.44	c lower bound updated to -326
80.39/80.44	c BCD2: 1208 <= obj <= 1492
80.39/80.44	c BCD2: #cores=49, #unrelaxed=277, #relaxed=1257, #hardened=0
80.39/80.44	c BCD2: #sat=1 #unsat=1209 bias=1209/1210
80.39/80.44	c Solving starts ...
80.39/80.44	c ============================[ Search Statistics ]============================
80.39/80.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.39/80.44	c       |         |          |          |    Limit     GC | Var      | Constra 
80.39/80.44	c =============================================================================
80.39/80.44	c  0.0s |       0 |        0 |        0 |    62736      0 |     1159 |     1207
80.48/80.50	c  0.1s |       0 |       50 |        1 |    62736      0 |     1159 |     1208
80.48/80.50	c #cpu_time = 0.063s
80.48/80.50	c #wall_clock_time = 0.064s
80.48/80.50	c #decision = 50
80.48/80.50	c #random_decision = 0
80.48/80.50	c #conflict = 1
80.48/80.50	c #restart = 0
80.48/80.50	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
80.48/80.50	c lower bound updated to -325
80.48/80.51	c BCD2: 1209 <= obj <= 1492
80.48/80.51	c BCD2: #cores=49, #unrelaxed=276, #relaxed=1258, #hardened=0
80.48/80.51	c BCD2: #sat=1 #unsat=1210 bias=1210/1211
80.48/80.51	c Solving starts ...
80.48/80.51	c ============================[ Search Statistics ]============================
80.48/80.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.48/80.51	c       |         |          |          |    Limit     GC | Var      | Constra 
80.48/80.51	c =============================================================================
80.48/80.51	c  0.0s |       0 |        0 |        0 |    62736      0 |     1160 |     1208
80.48/80.57	c  0.1s |       0 |       50 |        1 |    62736      0 |     1160 |     1209
80.48/80.57	c #cpu_time = 0.064s
80.48/80.57	c #wall_clock_time = 0.064s
80.48/80.57	c #decision = 50
80.48/80.57	c #random_decision = 0
80.48/80.57	c #conflict = 1
80.48/80.57	c #restart = 0
80.48/80.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
80.48/80.57	c lower bound updated to -324
80.48/80.57	c BCD2: 1210 <= obj <= 1492
80.48/80.57	c BCD2: #cores=49, #unrelaxed=275, #relaxed=1259, #hardened=0
80.48/80.57	c BCD2: #sat=1 #unsat=1211 bias=1211/1212
80.48/80.57	c Solving starts ...
80.48/80.57	c ============================[ Search Statistics ]============================
80.48/80.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.48/80.57	c       |         |          |          |    Limit     GC | Var      | Constra 
80.48/80.57	c =============================================================================
80.48/80.57	c  0.0s |       0 |        0 |        0 |    62736      0 |     1161 |     1209
80.58/80.64	c  0.1s |       0 |       50 |        1 |    62736      0 |     1161 |     1210
80.58/80.64	c #cpu_time = 0.065s
80.58/80.64	c #wall_clock_time = 0.065s
80.58/80.64	c #decision = 50
80.58/80.64	c #random_decision = 0
80.58/80.64	c #conflict = 1
80.58/80.64	c #restart = 0
80.58/80.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
80.58/80.64	c lower bound updated to -323
80.58/80.64	c BCD2: 1211 <= obj <= 1492
80.58/80.64	c BCD2: #cores=49, #unrelaxed=274, #relaxed=1260, #hardened=0
80.58/80.64	c BCD2: #sat=1 #unsat=1212 bias=1212/1213
80.58/80.64	c Solving starts ...
80.58/80.64	c ============================[ Search Statistics ]============================
80.58/80.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.58/80.64	c       |         |          |          |    Limit     GC | Var      | Constra 
80.58/80.64	c =============================================================================
80.58/80.64	c  0.0s |       0 |        0 |        0 |    62736      0 |     1162 |     1210
80.68/80.70	c  0.1s |       0 |       50 |        1 |    62736      0 |     1162 |     1211
80.68/80.70	c #cpu_time = 0.064s
80.68/80.70	c #wall_clock_time = 0.064s
80.68/80.70	c #decision = 50
80.68/80.70	c #random_decision = 0
80.68/80.70	c #conflict = 1
80.68/80.70	c #restart = 0
80.68/80.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
80.68/80.70	c lower bound updated to -322
80.68/80.70	c BCD2: 1212 <= obj <= 1492
80.68/80.70	c BCD2: #cores=49, #unrelaxed=273, #relaxed=1261, #hardened=0
80.68/80.70	c BCD2: #sat=1 #unsat=1213 bias=1213/1214
80.68/80.70	c Solving starts ...
80.68/80.70	c ============================[ Search Statistics ]============================
80.68/80.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.68/80.70	c       |         |          |          |    Limit     GC | Var      | Constra 
80.68/80.70	c =============================================================================
80.68/80.70	c  0.0s |       0 |        0 |        0 |    62736      0 |     1163 |     1211
80.68/80.77	c  0.1s |       0 |       50 |        1 |    62736      0 |     1163 |     1212
80.68/80.77	c #cpu_time = 0.064s
80.68/80.77	c #wall_clock_time = 0.064s
80.68/80.77	c #decision = 50
80.68/80.77	c #random_decision = 0
80.68/80.77	c #conflict = 1
80.68/80.77	c #restart = 0
80.68/80.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
80.68/80.77	c lower bound updated to -321
80.68/80.78	c BCD2: 1213 <= obj <= 1492
80.68/80.78	c BCD2: #cores=49, #unrelaxed=272, #relaxed=1262, #hardened=0
80.68/80.78	c BCD2: #sat=1 #unsat=1214 bias=1214/1215
80.68/80.78	c Solving starts ...
80.68/80.78	c ============================[ Search Statistics ]============================
80.68/80.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.68/80.78	c       |         |          |          |    Limit     GC | Var      | Constra 
80.68/80.78	c =============================================================================
80.68/80.78	c  0.0s |       0 |        0 |        0 |    62736      0 |     1164 |     1212
80.78/80.84	c  0.1s |       0 |       50 |        1 |    62736      0 |     1164 |     1213
80.78/80.84	c #cpu_time = 0.062s
80.78/80.84	c #wall_clock_time = 0.062s
80.78/80.84	c #decision = 50
80.78/80.84	c #random_decision = 0
80.78/80.84	c #conflict = 1
80.78/80.84	c #restart = 0
80.78/80.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
80.78/80.84	c lower bound updated to -320
80.78/80.84	c BCD2: 1214 <= obj <= 1492
80.78/80.84	c BCD2: #cores=49, #unrelaxed=271, #relaxed=1263, #hardened=0
80.78/80.84	c BCD2: #sat=1 #unsat=1215 bias=1215/1216
80.78/80.84	c Solving starts ...
80.78/80.84	c ============================[ Search Statistics ]============================
80.78/80.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.78/80.84	c       |         |          |          |    Limit     GC | Var      | Constra 
80.78/80.84	c =============================================================================
80.78/80.84	c  0.0s |       0 |        0 |        0 |    62736      0 |     1165 |     1213
80.88/80.90	c  0.1s |       0 |       50 |        1 |    62736      0 |     1165 |     1214
80.88/80.90	c #cpu_time = 0.064s
80.88/80.90	c #wall_clock_time = 0.064s
80.88/80.90	c #decision = 50
80.88/80.90	c #random_decision = 0
80.88/80.90	c #conflict = 1
80.88/80.90	c #restart = 0
80.88/80.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
80.88/80.90	c lower bound updated to -319
80.88/80.90	c BCD2: 1215 <= obj <= 1492
80.88/80.90	c BCD2: #cores=49, #unrelaxed=270, #relaxed=1264, #hardened=0
80.88/80.90	c BCD2: #sat=1 #unsat=1216 bias=1216/1217
80.88/80.90	c Solving starts ...
80.88/80.90	c ============================[ Search Statistics ]============================
80.88/80.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.88/80.90	c       |         |          |          |    Limit     GC | Var      | Constra 
80.88/80.90	c =============================================================================
80.88/80.90	c  0.0s |       0 |        0 |        0 |    62736      0 |     1166 |     1214
80.88/80.97	c  0.1s |       0 |       50 |        1 |    62736      0 |     1166 |     1215
80.88/80.97	c #cpu_time = 0.064s
80.88/80.97	c #wall_clock_time = 0.064s
80.88/80.97	c #decision = 50
80.88/80.97	c #random_decision = 0
80.88/80.97	c #conflict = 1
80.88/80.97	c #restart = 0
80.88/80.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
80.88/80.97	c lower bound updated to -318
80.88/80.97	c BCD2: 1216 <= obj <= 1492
80.88/80.97	c BCD2: #cores=49, #unrelaxed=269, #relaxed=1265, #hardened=0
80.88/80.97	c BCD2: #sat=1 #unsat=1217 bias=1217/1218
80.88/80.97	c Solving starts ...
80.88/80.97	c ============================[ Search Statistics ]============================
80.88/80.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.88/80.97	c       |         |          |          |    Limit     GC | Var      | Constra 
80.88/80.97	c =============================================================================
80.88/80.97	c  0.0s |       0 |        0 |        0 |    62736      0 |     1167 |     1215
80.98/81.03	c  0.1s |       0 |       50 |        1 |    62736      0 |     1167 |     1216
80.98/81.03	c #cpu_time = 0.066s
80.98/81.03	c #wall_clock_time = 0.066s
80.98/81.03	c #decision = 50
80.98/81.03	c #random_decision = 0
80.98/81.03	c #conflict = 1
80.98/81.03	c #restart = 0
80.98/81.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
80.98/81.03	c lower bound updated to -317
80.98/81.04	c BCD2: 1217 <= obj <= 1492
80.98/81.04	c BCD2: #cores=49, #unrelaxed=268, #relaxed=1266, #hardened=0
80.98/81.04	c BCD2: #sat=1 #unsat=1218 bias=1218/1219
80.98/81.04	c Solving starts ...
80.98/81.04	c ============================[ Search Statistics ]============================
80.98/81.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
80.98/81.04	c       |         |          |          |    Limit     GC | Var      | Constra 
80.98/81.04	c =============================================================================
80.98/81.04	c  0.0s |       0 |        0 |        0 |    62736      0 |     1168 |     1216
81.08/81.10	c  0.1s |       0 |       50 |        1 |    62736      0 |     1168 |     1217
81.08/81.10	c #cpu_time = 0.065s
81.08/81.10	c #wall_clock_time = 0.065s
81.08/81.10	c #decision = 50
81.08/81.10	c #random_decision = 0
81.08/81.10	c #conflict = 1
81.08/81.10	c #restart = 0
81.08/81.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
81.08/81.10	c lower bound updated to -316
81.08/81.10	c BCD2: 1218 <= obj <= 1492
81.08/81.10	c BCD2: #cores=49, #unrelaxed=267, #relaxed=1267, #hardened=0
81.08/81.10	c BCD2: #sat=1 #unsat=1219 bias=1219/1220
81.08/81.10	c Solving starts ...
81.08/81.10	c ============================[ Search Statistics ]============================
81.08/81.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.08/81.10	c       |         |          |          |    Limit     GC | Var      | Constra 
81.08/81.10	c =============================================================================
81.08/81.10	c  0.0s |       0 |        0 |        0 |    62736      0 |     1169 |     1217
81.08/81.17	c  0.1s |       0 |       50 |        1 |    62736      0 |     1169 |     1218
81.08/81.17	c #cpu_time = 0.064s
81.08/81.17	c #wall_clock_time = 0.064s
81.08/81.17	c #decision = 50
81.08/81.17	c #random_decision = 0
81.08/81.17	c #conflict = 1
81.08/81.17	c #restart = 0
81.08/81.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
81.08/81.17	c lower bound updated to -315
81.08/81.17	c BCD2: 1219 <= obj <= 1492
81.08/81.17	c BCD2: #cores=49, #unrelaxed=266, #relaxed=1268, #hardened=0
81.08/81.17	c BCD2: #sat=1 #unsat=1220 bias=1220/1221
81.08/81.17	c Solving starts ...
81.08/81.17	c ============================[ Search Statistics ]============================
81.08/81.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.08/81.17	c       |         |          |          |    Limit     GC | Var      | Constra 
81.08/81.17	c =============================================================================
81.08/81.17	c  0.0s |       0 |        0 |        0 |    62736      0 |     1170 |     1218
81.18/81.23	c  0.1s |       0 |       50 |        1 |    62736      0 |     1170 |     1219
81.18/81.23	c #cpu_time = 0.065s
81.18/81.23	c #wall_clock_time = 0.065s
81.18/81.23	c #decision = 50
81.18/81.23	c #random_decision = 0
81.18/81.23	c #conflict = 1
81.18/81.23	c #restart = 0
81.18/81.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
81.18/81.23	c lower bound updated to -314
81.18/81.24	c BCD2: 1220 <= obj <= 1492
81.18/81.24	c BCD2: #cores=49, #unrelaxed=265, #relaxed=1269, #hardened=0
81.18/81.24	c BCD2: #sat=1 #unsat=1221 bias=1221/1222
81.18/81.24	c Solving starts ...
81.18/81.24	c ============================[ Search Statistics ]============================
81.18/81.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.18/81.24	c       |         |          |          |    Limit     GC | Var      | Constra 
81.18/81.24	c =============================================================================
81.18/81.24	c  0.0s |       0 |        0 |        0 |    62736      0 |     1171 |     1219
81.28/81.31	c  0.1s |       0 |       50 |        1 |    62736      0 |     1171 |     1220
81.28/81.31	c #cpu_time = 0.066s
81.28/81.31	c #wall_clock_time = 0.066s
81.28/81.31	c #decision = 50
81.28/81.31	c #random_decision = 0
81.28/81.31	c #conflict = 1
81.28/81.31	c #restart = 0
81.28/81.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
81.28/81.31	c lower bound updated to -313
81.28/81.31	c BCD2: 1221 <= obj <= 1492
81.28/81.31	c BCD2: #cores=49, #unrelaxed=264, #relaxed=1270, #hardened=0
81.28/81.31	c BCD2: #sat=1 #unsat=1222 bias=1222/1223
81.28/81.31	c Solving starts ...
81.28/81.31	c ============================[ Search Statistics ]============================
81.28/81.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.28/81.31	c       |         |          |          |    Limit     GC | Var      | Constra 
81.28/81.31	c =============================================================================
81.28/81.31	c  0.0s |       0 |        0 |        0 |    62736      0 |     1172 |     1220
81.28/81.38	c  0.1s |       0 |       50 |        1 |    62736      0 |     1172 |     1221
81.28/81.38	c #cpu_time = 0.067s
81.28/81.38	c #wall_clock_time = 0.067s
81.28/81.38	c #decision = 50
81.28/81.38	c #random_decision = 0
81.28/81.38	c #conflict = 1
81.28/81.38	c #restart = 0
81.28/81.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
81.28/81.38	c lower bound updated to -312
81.28/81.38	c BCD2: 1222 <= obj <= 1492
81.28/81.38	c BCD2: #cores=49, #unrelaxed=263, #relaxed=1271, #hardened=0
81.28/81.38	c BCD2: #sat=1 #unsat=1223 bias=1223/1224
81.28/81.38	c Solving starts ...
81.28/81.38	c ============================[ Search Statistics ]============================
81.28/81.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.28/81.38	c       |         |          |          |    Limit     GC | Var      | Constra 
81.28/81.38	c =============================================================================
81.28/81.38	c  0.0s |       0 |        0 |        0 |    62736      0 |     1173 |     1221
81.38/81.44	c  0.1s |       0 |       50 |        1 |    62736      0 |     1173 |     1222
81.38/81.44	c #cpu_time = 0.064s
81.38/81.44	c #wall_clock_time = 0.064s
81.38/81.44	c #decision = 50
81.38/81.44	c #random_decision = 0
81.38/81.44	c #conflict = 1
81.38/81.44	c #restart = 0
81.38/81.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
81.38/81.44	c lower bound updated to -311
81.38/81.44	c BCD2: 1223 <= obj <= 1492
81.38/81.44	c BCD2: #cores=49, #unrelaxed=262, #relaxed=1272, #hardened=0
81.38/81.44	c BCD2: #sat=1 #unsat=1224 bias=1224/1225
81.38/81.44	c Solving starts ...
81.38/81.44	c ============================[ Search Statistics ]============================
81.38/81.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.38/81.44	c       |         |          |          |    Limit     GC | Var      | Constra 
81.38/81.44	c =============================================================================
81.38/81.44	c  0.0s |       0 |        0 |        0 |    62736      0 |     1174 |     1222
81.48/81.51	c  0.1s |       0 |       50 |        1 |    62736      0 |     1174 |     1223
81.48/81.51	c #cpu_time = 0.064s
81.48/81.51	c #wall_clock_time = 0.064s
81.48/81.51	c #decision = 50
81.48/81.51	c #random_decision = 0
81.48/81.51	c #conflict = 1
81.48/81.51	c #restart = 0
81.48/81.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
81.48/81.51	c lower bound updated to -310
81.48/81.51	c BCD2: 1224 <= obj <= 1492
81.48/81.51	c BCD2: #cores=49, #unrelaxed=261, #relaxed=1273, #hardened=0
81.48/81.51	c BCD2: #sat=1 #unsat=1225 bias=1225/1226
81.48/81.51	c Solving starts ...
81.48/81.51	c ============================[ Search Statistics ]============================
81.48/81.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.48/81.51	c       |         |          |          |    Limit     GC | Var      | Constra 
81.48/81.51	c =============================================================================
81.48/81.51	c  0.0s |       0 |        0 |        0 |    62736      0 |     1175 |     1223
81.48/81.57	c  0.1s |       0 |       50 |        1 |    62736      0 |     1175 |     1224
81.48/81.57	c #cpu_time = 0.064s
81.48/81.57	c #wall_clock_time = 0.064s
81.48/81.57	c #decision = 50
81.48/81.57	c #random_decision = 0
81.48/81.57	c #conflict = 1
81.48/81.57	c #restart = 0
81.48/81.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
81.48/81.57	c lower bound updated to -309
81.48/81.57	c BCD2: 1225 <= obj <= 1492
81.48/81.57	c BCD2: #cores=49, #unrelaxed=260, #relaxed=1274, #hardened=0
81.48/81.57	c BCD2: #sat=1 #unsat=1226 bias=1226/1227
81.48/81.57	c Solving starts ...
81.48/81.57	c ============================[ Search Statistics ]============================
81.48/81.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.48/81.57	c       |         |          |          |    Limit     GC | Var      | Constra 
81.48/81.57	c =============================================================================
81.48/81.58	c  0.0s |       0 |        0 |        0 |    62736      0 |     1176 |     1224
81.58/81.64	c  0.1s |       0 |       50 |        0 |    62736      0 |     1176 |     1225
81.58/81.64	c #cpu_time = 0.064s
81.58/81.64	c #wall_clock_time = 0.064s
81.58/81.64	c #decision = 50
81.58/81.64	c #random_decision = 0
81.58/81.64	c #conflict = 0
81.58/81.64	c #restart = 0
81.58/81.64	c BCD2: found a new core of size 2: cost of the new core is >=1
81.58/81.64	c lower bound updated to -308
81.58/81.65	c BCD2: 1226 <= obj <= 1492
81.58/81.65	c BCD2: #cores=50, #unrelaxed=258, #relaxed=1276, #hardened=0
81.58/81.65	c BCD2: #sat=1 #unsat=1227 bias=1227/1228
81.58/81.65	c Solving starts ...
81.58/81.65	c ============================[ Search Statistics ]============================
81.58/81.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.58/81.65	c       |         |          |          |    Limit     GC | Var      | Constra 
81.58/81.65	c =============================================================================
81.58/81.65	c  0.0s |       0 |        0 |        0 |    62736      0 |     1176 |     1226
81.68/81.71	c  0.1s |       0 |       51 |        1 |    62736      0 |     1176 |     1226
81.68/81.71	c #cpu_time = 0.062s
81.68/81.71	c #wall_clock_time = 0.062s
81.68/81.71	c #decision = 51
81.68/81.71	c #random_decision = 0
81.68/81.71	c #conflict = 1
81.68/81.71	c #restart = 0
81.68/81.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
81.68/81.71	c lower bound updated to -307
81.68/81.72	c BCD2: 1227 <= obj <= 1492
81.68/81.72	c BCD2: #cores=50, #unrelaxed=257, #relaxed=1277, #hardened=0
81.68/81.72	c BCD2: #sat=1 #unsat=1228 bias=1228/1229
81.68/81.72	c Solving starts ...
81.68/81.72	c ============================[ Search Statistics ]============================
81.68/81.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.68/81.72	c       |         |          |          |    Limit     GC | Var      | Constra 
81.68/81.72	c =============================================================================
81.68/81.72	c  0.0s |       0 |        0 |        0 |    62736      0 |     1177 |     1226
81.68/81.78	c  0.1s |       0 |       51 |        1 |    62736      0 |     1177 |     1227
81.68/81.78	c #cpu_time = 0.062s
81.68/81.78	c #wall_clock_time = 0.062s
81.68/81.78	c #decision = 51
81.68/81.78	c #random_decision = 0
81.68/81.78	c #conflict = 1
81.68/81.78	c #restart = 0
81.68/81.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
81.68/81.78	c lower bound updated to -306
81.68/81.78	c BCD2: 1228 <= obj <= 1492
81.68/81.78	c BCD2: #cores=50, #unrelaxed=256, #relaxed=1278, #hardened=0
81.68/81.78	c BCD2: #sat=1 #unsat=1229 bias=1229/1230
81.68/81.78	c Solving starts ...
81.68/81.78	c ============================[ Search Statistics ]============================
81.68/81.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.68/81.78	c       |         |          |          |    Limit     GC | Var      | Constra 
81.68/81.78	c =============================================================================
81.68/81.78	c  0.0s |       0 |        0 |        0 |    62736      0 |     1178 |     1227
81.78/81.85	c  0.1s |       0 |       51 |        1 |    62736      0 |     1178 |     1228
81.78/81.85	c #cpu_time = 0.064s
81.78/81.85	c #wall_clock_time = 0.064s
81.78/81.85	c #decision = 51
81.78/81.85	c #random_decision = 0
81.78/81.85	c #conflict = 1
81.78/81.85	c #restart = 0
81.78/81.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
81.78/81.85	c lower bound updated to -305
81.78/81.85	c BCD2: 1229 <= obj <= 1492
81.78/81.85	c BCD2: #cores=50, #unrelaxed=255, #relaxed=1279, #hardened=0
81.78/81.85	c BCD2: #sat=1 #unsat=1230 bias=1230/1231
81.78/81.85	c Solving starts ...
81.78/81.85	c ============================[ Search Statistics ]============================
81.78/81.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.78/81.85	c       |         |          |          |    Limit     GC | Var      | Constra 
81.78/81.85	c =============================================================================
81.78/81.85	c  0.0s |       0 |        0 |        0 |    62736      0 |     1179 |     1228
81.88/81.91	c  0.1s |       0 |       51 |        1 |    62736      0 |     1179 |     1229
81.88/81.91	c #cpu_time = 0.064s
81.88/81.91	c #wall_clock_time = 0.064s
81.88/81.91	c #decision = 51
81.88/81.91	c #random_decision = 0
81.88/81.91	c #conflict = 1
81.88/81.91	c #restart = 0
81.88/81.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
81.88/81.91	c lower bound updated to -304
81.88/81.91	c BCD2: 1230 <= obj <= 1492
81.88/81.91	c BCD2: #cores=50, #unrelaxed=254, #relaxed=1280, #hardened=0
81.88/81.91	c BCD2: #sat=1 #unsat=1231 bias=1231/1232
81.88/81.92	c Solving starts ...
81.88/81.92	c ============================[ Search Statistics ]============================
81.88/81.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.88/81.92	c       |         |          |          |    Limit     GC | Var      | Constra 
81.88/81.92	c =============================================================================
81.88/81.92	c  0.0s |       0 |        0 |        0 |    62736      0 |     1180 |     1229
81.88/81.98	c  0.1s |       0 |       51 |        1 |    62736      0 |     1180 |     1230
81.88/81.98	c #cpu_time = 0.065s
81.88/81.98	c #wall_clock_time = 0.065s
81.88/81.98	c #decision = 51
81.88/81.98	c #random_decision = 0
81.88/81.98	c #conflict = 1
81.88/81.98	c #restart = 0
81.88/81.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
81.88/81.98	c lower bound updated to -303
81.88/81.98	c BCD2: 1231 <= obj <= 1492
81.88/81.98	c BCD2: #cores=50, #unrelaxed=253, #relaxed=1281, #hardened=0
81.88/81.98	c BCD2: #sat=1 #unsat=1232 bias=1232/1233
81.88/81.98	c Solving starts ...
81.88/81.98	c ============================[ Search Statistics ]============================
81.88/81.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.88/81.98	c       |         |          |          |    Limit     GC | Var      | Constra 
81.88/81.98	c =============================================================================
81.88/81.98	c  0.0s |       0 |        0 |        0 |    62736      0 |     1181 |     1230
81.98/82.05	c  0.1s |       0 |       51 |        1 |    62736      0 |     1181 |     1231
81.98/82.05	c #cpu_time = 0.064s
81.98/82.05	c #wall_clock_time = 0.064s
81.98/82.05	c #decision = 51
81.98/82.05	c #random_decision = 0
81.98/82.05	c #conflict = 1
81.98/82.05	c #restart = 0
81.98/82.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
81.98/82.05	c lower bound updated to -302
81.98/82.05	c BCD2: 1232 <= obj <= 1492
81.98/82.05	c BCD2: #cores=50, #unrelaxed=252, #relaxed=1282, #hardened=0
81.98/82.05	c BCD2: #sat=1 #unsat=1233 bias=1233/1234
81.98/82.05	c Solving starts ...
81.98/82.05	c ============================[ Search Statistics ]============================
81.98/82.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
81.98/82.05	c       |         |          |          |    Limit     GC | Var      | Constra 
81.98/82.05	c =============================================================================
81.98/82.05	c  0.0s |       0 |        0 |        0 |    62736      0 |     1182 |     1231
82.08/82.11	c  0.1s |       0 |       51 |        1 |    62736      0 |     1182 |     1232
82.08/82.11	c #cpu_time = 0.064s
82.08/82.11	c #wall_clock_time = 0.064s
82.08/82.11	c #decision = 51
82.08/82.11	c #random_decision = 0
82.08/82.11	c #conflict = 1
82.08/82.11	c #restart = 0
82.08/82.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
82.08/82.11	c lower bound updated to -301
82.08/82.11	c BCD2: 1233 <= obj <= 1492
82.08/82.11	c BCD2: #cores=50, #unrelaxed=251, #relaxed=1283, #hardened=0
82.08/82.11	c BCD2: #sat=1 #unsat=1234 bias=1234/1235
82.08/82.11	c Solving starts ...
82.08/82.11	c ============================[ Search Statistics ]============================
82.08/82.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.08/82.11	c       |         |          |          |    Limit     GC | Var      | Constra 
82.08/82.11	c =============================================================================
82.08/82.11	c  0.0s |       0 |        0 |        0 |    62736      0 |     1183 |     1232
82.08/82.18	c  0.1s |       0 |       51 |        1 |    62736      0 |     1183 |     1233
82.08/82.18	c #cpu_time = 0.064s
82.08/82.18	c #wall_clock_time = 0.064s
82.08/82.18	c #decision = 51
82.08/82.18	c #random_decision = 0
82.08/82.18	c #conflict = 1
82.08/82.18	c #restart = 0
82.08/82.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
82.08/82.18	c lower bound updated to -300
82.08/82.18	c BCD2: 1234 <= obj <= 1492
82.08/82.18	c BCD2: #cores=50, #unrelaxed=250, #relaxed=1284, #hardened=0
82.08/82.18	c BCD2: #sat=1 #unsat=1235 bias=1235/1236
82.08/82.18	c Solving starts ...
82.08/82.18	c ============================[ Search Statistics ]============================
82.08/82.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.08/82.18	c       |         |          |          |    Limit     GC | Var      | Constra 
82.08/82.18	c =============================================================================
82.08/82.18	c  0.0s |       0 |        0 |        0 |    62736      0 |     1184 |     1233
82.18/82.25	c  0.1s |       0 |       51 |        1 |    62736      0 |     1184 |     1234
82.18/82.25	c #cpu_time = 0.062s
82.18/82.25	c #wall_clock_time = 0.062s
82.18/82.25	c #decision = 51
82.18/82.25	c #random_decision = 0
82.18/82.25	c #conflict = 1
82.18/82.25	c #restart = 0
82.18/82.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
82.18/82.25	c lower bound updated to -299
82.18/82.25	c BCD2: 1235 <= obj <= 1492
82.18/82.25	c BCD2: #cores=50, #unrelaxed=249, #relaxed=1285, #hardened=0
82.18/82.25	c BCD2: #sat=1 #unsat=1236 bias=1236/1237
82.18/82.25	c Solving starts ...
82.18/82.25	c ============================[ Search Statistics ]============================
82.18/82.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.18/82.25	c       |         |          |          |    Limit     GC | Var      | Constra 
82.18/82.25	c =============================================================================
82.18/82.25	c  0.0s |       0 |        0 |        0 |    62736      0 |     1185 |     1234
82.28/82.31	c  0.1s |       0 |       51 |        1 |    62736      0 |     1185 |     1235
82.28/82.31	c #cpu_time = 0.063s
82.28/82.31	c #wall_clock_time = 0.063s
82.28/82.31	c #decision = 51
82.28/82.31	c #random_decision = 0
82.28/82.31	c #conflict = 1
82.28/82.31	c #restart = 0
82.28/82.31	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
82.28/82.31	c lower bound updated to -298
82.28/82.31	c BCD2: 1236 <= obj <= 1492
82.28/82.31	c BCD2: #cores=50, #unrelaxed=248, #relaxed=1286, #hardened=0
82.28/82.31	c BCD2: #sat=1 #unsat=1237 bias=1237/1238
82.28/82.31	c Solving starts ...
82.28/82.31	c ============================[ Search Statistics ]============================
82.28/82.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.28/82.31	c       |         |          |          |    Limit     GC | Var      | Constra 
82.28/82.31	c =============================================================================
82.28/82.31	c  0.0s |       0 |        0 |        0 |    62736      0 |     1186 |     1235
82.28/82.38	c  0.1s |       0 |       51 |        1 |    62736      0 |     1186 |     1236
82.28/82.38	c #cpu_time = 0.065s
82.28/82.38	c #wall_clock_time = 0.065s
82.28/82.38	c #decision = 51
82.28/82.38	c #random_decision = 0
82.28/82.38	c #conflict = 1
82.28/82.38	c #restart = 0
82.28/82.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
82.28/82.38	c lower bound updated to -297
82.28/82.38	c BCD2: 1237 <= obj <= 1492
82.28/82.38	c BCD2: #cores=50, #unrelaxed=247, #relaxed=1287, #hardened=0
82.28/82.38	c BCD2: #sat=1 #unsat=1238 bias=1238/1239
82.28/82.38	c Solving starts ...
82.28/82.38	c ============================[ Search Statistics ]============================
82.28/82.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.28/82.38	c       |         |          |          |    Limit     GC | Var      | Constra 
82.28/82.38	c =============================================================================
82.28/82.38	c  0.0s |       0 |        0 |        0 |    62736      0 |     1187 |     1236
82.38/82.45	c  0.1s |       0 |       51 |        1 |    62736      0 |     1187 |     1237
82.38/82.45	c #cpu_time = 0.068s
82.38/82.45	c #wall_clock_time = 0.068s
82.38/82.45	c #decision = 51
82.38/82.45	c #random_decision = 0
82.38/82.45	c #conflict = 1
82.38/82.45	c #restart = 0
82.38/82.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
82.38/82.45	c lower bound updated to -296
82.38/82.45	c BCD2: 1238 <= obj <= 1492
82.38/82.45	c BCD2: #cores=50, #unrelaxed=246, #relaxed=1288, #hardened=0
82.38/82.45	c BCD2: #sat=1 #unsat=1239 bias=1239/1240
82.38/82.45	c Solving starts ...
82.38/82.45	c ============================[ Search Statistics ]============================
82.38/82.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.38/82.45	c       |         |          |          |    Limit     GC | Var      | Constra 
82.38/82.45	c =============================================================================
82.38/82.45	c  0.0s |       0 |        0 |        0 |    62736      0 |     1188 |     1237
82.48/82.51	c  0.1s |       0 |       51 |        1 |    62736      0 |     1188 |     1238
82.48/82.51	c #cpu_time = 0.065s
82.48/82.51	c #wall_clock_time = 0.065s
82.48/82.51	c #decision = 51
82.48/82.51	c #random_decision = 0
82.48/82.51	c #conflict = 1
82.48/82.51	c #restart = 0
82.48/82.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
82.48/82.51	c lower bound updated to -295
82.48/82.51	c BCD2: 1239 <= obj <= 1492
82.48/82.51	c BCD2: #cores=50, #unrelaxed=245, #relaxed=1289, #hardened=0
82.48/82.51	c BCD2: #sat=1 #unsat=1240 bias=1240/1241
82.48/82.51	c Solving starts ...
82.48/82.51	c ============================[ Search Statistics ]============================
82.48/82.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.48/82.51	c       |         |          |          |    Limit     GC | Var      | Constra 
82.48/82.51	c =============================================================================
82.48/82.51	c  0.0s |       0 |        0 |        0 |    62736      0 |     1189 |     1238
82.48/82.58	c  0.1s |       0 |       51 |        1 |    62736      0 |     1189 |     1239
82.48/82.58	c #cpu_time = 0.063s
82.48/82.58	c #wall_clock_time = 0.063s
82.48/82.58	c #decision = 51
82.48/82.58	c #random_decision = 0
82.48/82.58	c #conflict = 1
82.48/82.58	c #restart = 0
82.48/82.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
82.48/82.58	c lower bound updated to -294
82.48/82.58	c BCD2: 1240 <= obj <= 1492
82.48/82.58	c BCD2: #cores=50, #unrelaxed=244, #relaxed=1290, #hardened=0
82.48/82.58	c BCD2: #sat=1 #unsat=1241 bias=1241/1242
82.48/82.58	c Solving starts ...
82.48/82.58	c ============================[ Search Statistics ]============================
82.48/82.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.48/82.58	c       |         |          |          |    Limit     GC | Var      | Constra 
82.48/82.58	c =============================================================================
82.48/82.58	c  0.0s |       0 |        0 |        0 |    62736      0 |     1190 |     1239
82.58/82.64	c  0.1s |       0 |       51 |        1 |    62736      0 |     1190 |     1240
82.58/82.64	c #cpu_time = 0.064s
82.58/82.64	c #wall_clock_time = 0.064s
82.58/82.64	c #decision = 51
82.58/82.64	c #random_decision = 0
82.58/82.64	c #conflict = 1
82.58/82.64	c #restart = 0
82.58/82.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
82.58/82.64	c lower bound updated to -293
82.58/82.65	c BCD2: 1241 <= obj <= 1492
82.58/82.65	c BCD2: #cores=50, #unrelaxed=243, #relaxed=1291, #hardened=0
82.58/82.65	c BCD2: #sat=1 #unsat=1242 bias=1242/1243
82.58/82.65	c Solving starts ...
82.58/82.65	c ============================[ Search Statistics ]============================
82.58/82.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.58/82.65	c       |         |          |          |    Limit     GC | Var      | Constra 
82.58/82.65	c =============================================================================
82.58/82.65	c  0.0s |       0 |        0 |        0 |    62736      0 |     1191 |     1240
82.68/82.71	c  0.1s |       0 |       51 |        1 |    62736      0 |     1191 |     1241
82.68/82.71	c #cpu_time = 0.062s
82.68/82.71	c #wall_clock_time = 0.062s
82.68/82.71	c #decision = 51
82.68/82.71	c #random_decision = 0
82.68/82.71	c #conflict = 1
82.68/82.71	c #restart = 0
82.68/82.71	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
82.68/82.71	c lower bound updated to -292
82.68/82.71	c BCD2: 1242 <= obj <= 1492
82.68/82.71	c BCD2: #cores=50, #unrelaxed=242, #relaxed=1292, #hardened=0
82.68/82.71	c BCD2: #sat=1 #unsat=1243 bias=1243/1244
82.68/82.71	c Solving starts ...
82.68/82.71	c ============================[ Search Statistics ]============================
82.68/82.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.68/82.71	c       |         |          |          |    Limit     GC | Var      | Constra 
82.68/82.71	c =============================================================================
82.68/82.71	c  0.0s |       0 |        0 |        0 |    62736      0 |     1192 |     1241
82.68/82.78	c  0.1s |       0 |       51 |        1 |    62736      0 |     1192 |     1242
82.68/82.78	c #cpu_time = 0.064s
82.68/82.78	c #wall_clock_time = 0.064s
82.68/82.78	c #decision = 51
82.68/82.78	c #random_decision = 0
82.68/82.78	c #conflict = 1
82.68/82.78	c #restart = 0
82.68/82.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
82.68/82.78	c lower bound updated to -291
82.68/82.78	c BCD2: 1243 <= obj <= 1492
82.68/82.78	c BCD2: #cores=50, #unrelaxed=241, #relaxed=1293, #hardened=0
82.68/82.78	c BCD2: #sat=1 #unsat=1244 bias=1244/1245
82.68/82.78	c Solving starts ...
82.68/82.78	c ============================[ Search Statistics ]============================
82.68/82.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.68/82.78	c       |         |          |          |    Limit     GC | Var      | Constra 
82.68/82.78	c =============================================================================
82.68/82.78	c  0.0s |       0 |        0 |        0 |    62736      0 |     1193 |     1242
82.78/82.84	c  0.1s |       0 |       51 |        1 |    62736      0 |     1193 |     1243
82.78/82.84	c #cpu_time = 0.064s
82.78/82.84	c #wall_clock_time = 0.064s
82.78/82.84	c #decision = 51
82.78/82.84	c #random_decision = 0
82.78/82.84	c #conflict = 1
82.78/82.84	c #restart = 0
82.78/82.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
82.78/82.84	c lower bound updated to -290
82.78/82.84	c BCD2: 1244 <= obj <= 1492
82.78/82.84	c BCD2: #cores=50, #unrelaxed=240, #relaxed=1294, #hardened=0
82.78/82.84	c BCD2: #sat=1 #unsat=1245 bias=1245/1246
82.78/82.84	c Solving starts ...
82.78/82.84	c ============================[ Search Statistics ]============================
82.78/82.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.78/82.84	c       |         |          |          |    Limit     GC | Var      | Constra 
82.78/82.84	c =============================================================================
82.78/82.84	c  0.0s |       0 |        0 |        0 |    62736      0 |     1194 |     1243
82.88/82.91	c  0.1s |       0 |       51 |        1 |    62736      0 |     1194 |     1244
82.88/82.91	c #cpu_time = 0.065s
82.88/82.91	c #wall_clock_time = 0.065s
82.88/82.91	c #decision = 51
82.88/82.91	c #random_decision = 0
82.88/82.91	c #conflict = 1
82.88/82.91	c #restart = 0
82.88/82.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
82.88/82.91	c lower bound updated to -289
82.88/82.91	c BCD2: 1245 <= obj <= 1492
82.88/82.91	c BCD2: #cores=50, #unrelaxed=239, #relaxed=1295, #hardened=0
82.88/82.91	c BCD2: #sat=1 #unsat=1246 bias=1246/1247
82.88/82.91	c Solving starts ...
82.88/82.91	c ============================[ Search Statistics ]============================
82.88/82.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.88/82.91	c       |         |          |          |    Limit     GC | Var      | Constra 
82.88/82.91	c =============================================================================
82.88/82.91	c  0.0s |       0 |        0 |        0 |    62736      0 |     1195 |     1244
82.88/82.98	c  0.1s |       0 |       51 |        1 |    62736      0 |     1195 |     1245
82.88/82.98	c #cpu_time = 0.064s
82.88/82.98	c #wall_clock_time = 0.064s
82.88/82.98	c #decision = 51
82.88/82.98	c #random_decision = 0
82.88/82.98	c #conflict = 1
82.88/82.98	c #restart = 0
82.88/82.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
82.88/82.98	c lower bound updated to -288
82.88/82.98	c BCD2: 1246 <= obj <= 1492
82.88/82.98	c BCD2: #cores=50, #unrelaxed=238, #relaxed=1296, #hardened=0
82.88/82.98	c BCD2: #sat=1 #unsat=1247 bias=1247/1248
82.88/82.98	c Solving starts ...
82.88/82.98	c ============================[ Search Statistics ]============================
82.88/82.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.88/82.98	c       |         |          |          |    Limit     GC | Var      | Constra 
82.88/82.98	c =============================================================================
82.88/82.98	c  0.0s |       0 |        0 |        0 |    62736      0 |     1196 |     1245
82.98/83.04	c  0.1s |       0 |       51 |        1 |    62736      0 |     1196 |     1246
82.98/83.04	c #cpu_time = 0.064s
82.98/83.04	c #wall_clock_time = 0.064s
82.98/83.04	c #decision = 51
82.98/83.04	c #random_decision = 0
82.98/83.04	c #conflict = 1
82.98/83.04	c #restart = 0
82.98/83.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
82.98/83.04	c lower bound updated to -287
82.98/83.04	c BCD2: 1247 <= obj <= 1492
82.98/83.04	c BCD2: #cores=50, #unrelaxed=237, #relaxed=1297, #hardened=0
82.98/83.04	c BCD2: #sat=1 #unsat=1248 bias=1248/1249
82.98/83.04	c Solving starts ...
82.98/83.04	c ============================[ Search Statistics ]============================
82.98/83.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
82.98/83.04	c       |         |          |          |    Limit     GC | Var      | Constra 
82.98/83.04	c =============================================================================
82.98/83.04	c  0.0s |       0 |        0 |        0 |    62736      0 |     1197 |     1246
83.08/83.11	c  0.1s |       0 |       51 |        1 |    62736      0 |     1197 |     1247
83.08/83.11	c #cpu_time = 0.064s
83.08/83.11	c #wall_clock_time = 0.064s
83.08/83.11	c #decision = 51
83.08/83.11	c #random_decision = 0
83.08/83.11	c #conflict = 1
83.08/83.11	c #restart = 0
83.08/83.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
83.08/83.11	c lower bound updated to -286
83.08/83.11	c BCD2: 1248 <= obj <= 1492
83.08/83.11	c BCD2: #cores=50, #unrelaxed=236, #relaxed=1298, #hardened=0
83.08/83.11	c BCD2: #sat=1 #unsat=1249 bias=1249/1250
83.08/83.11	c Solving starts ...
83.08/83.11	c ============================[ Search Statistics ]============================
83.08/83.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.08/83.11	c       |         |          |          |    Limit     GC | Var      | Constra 
83.08/83.11	c =============================================================================
83.08/83.11	c  0.0s |       0 |        0 |        0 |    62736      0 |     1198 |     1247
83.08/83.18	c  0.1s |       0 |       51 |        1 |    62736      0 |     1198 |     1248
83.08/83.18	c #cpu_time = 0.062s
83.08/83.18	c #wall_clock_time = 0.062s
83.08/83.18	c #decision = 51
83.08/83.18	c #random_decision = 0
83.08/83.18	c #conflict = 1
83.08/83.18	c #restart = 0
83.08/83.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
83.08/83.18	c lower bound updated to -285
83.08/83.18	c BCD2: 1249 <= obj <= 1492
83.08/83.18	c BCD2: #cores=50, #unrelaxed=235, #relaxed=1299, #hardened=0
83.08/83.18	c BCD2: #sat=1 #unsat=1250 bias=1250/1251
83.08/83.18	c Solving starts ...
83.08/83.18	c ============================[ Search Statistics ]============================
83.08/83.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.08/83.18	c       |         |          |          |    Limit     GC | Var      | Constra 
83.08/83.18	c =============================================================================
83.08/83.18	c  0.0s |       0 |        0 |        0 |    62736      0 |     1199 |     1248
83.18/83.24	c  0.1s |       0 |       51 |        1 |    62736      0 |     1199 |     1249
83.18/83.24	c #cpu_time = 0.064s
83.18/83.24	c #wall_clock_time = 0.064s
83.18/83.24	c #decision = 51
83.18/83.24	c #random_decision = 0
83.18/83.24	c #conflict = 1
83.18/83.24	c #restart = 0
83.18/83.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
83.18/83.24	c lower bound updated to -284
83.18/83.24	c BCD2: 1250 <= obj <= 1492
83.18/83.24	c BCD2: #cores=50, #unrelaxed=234, #relaxed=1300, #hardened=0
83.18/83.24	c BCD2: #sat=1 #unsat=1251 bias=1251/1252
83.18/83.24	c Solving starts ...
83.18/83.24	c ============================[ Search Statistics ]============================
83.18/83.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.18/83.24	c       |         |          |          |    Limit     GC | Var      | Constra 
83.18/83.24	c =============================================================================
83.18/83.24	c  0.0s |       0 |        0 |        0 |    62736      0 |     1200 |     1249
83.28/83.31	c  0.1s |       0 |       51 |        0 |    62736      0 |     1200 |     1250
83.28/83.31	c #cpu_time = 0.064s
83.28/83.31	c #wall_clock_time = 0.064s
83.28/83.31	c #decision = 51
83.28/83.31	c #random_decision = 0
83.28/83.31	c #conflict = 0
83.28/83.31	c #restart = 0
83.28/83.31	c BCD2: found a new core of size 2: cost of the new core is >=1
83.28/83.31	c lower bound updated to -283
83.28/83.32	c BCD2: 1251 <= obj <= 1492
83.28/83.32	c BCD2: #cores=51, #unrelaxed=232, #relaxed=1302, #hardened=0
83.28/83.32	c BCD2: #sat=1 #unsat=1252 bias=1252/1253
83.28/83.32	c Solving starts ...
83.28/83.32	c ============================[ Search Statistics ]============================
83.28/83.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.28/83.32	c       |         |          |          |    Limit     GC | Var      | Constra 
83.28/83.32	c =============================================================================
83.28/83.32	c  0.0s |       0 |        0 |        0 |    62736      0 |     1200 |     1251
83.28/83.38	c  0.1s |       0 |       52 |        1 |    62736      0 |     1200 |     1251
83.28/83.38	c #cpu_time = 0.062s
83.28/83.38	c #wall_clock_time = 0.062s
83.28/83.38	c #decision = 52
83.28/83.38	c #random_decision = 0
83.28/83.38	c #conflict = 1
83.28/83.38	c #restart = 0
83.28/83.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
83.28/83.38	c lower bound updated to -282
83.28/83.38	c BCD2: 1252 <= obj <= 1492
83.28/83.38	c BCD2: #cores=51, #unrelaxed=231, #relaxed=1303, #hardened=0
83.28/83.38	c BCD2: #sat=1 #unsat=1253 bias=1253/1254
83.28/83.38	c Solving starts ...
83.28/83.38	c ============================[ Search Statistics ]============================
83.28/83.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.28/83.38	c       |         |          |          |    Limit     GC | Var      | Constra 
83.28/83.38	c =============================================================================
83.28/83.38	c  0.0s |       0 |        0 |        0 |    62736      0 |     1201 |     1251
83.38/83.45	c  0.1s |       0 |       52 |        1 |    62736      0 |     1201 |     1252
83.38/83.45	c #cpu_time = 0.065s
83.38/83.45	c #wall_clock_time = 0.065s
83.38/83.45	c #decision = 52
83.38/83.45	c #random_decision = 0
83.38/83.45	c #conflict = 1
83.38/83.45	c #restart = 0
83.38/83.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
83.38/83.45	c lower bound updated to -281
83.38/83.45	c BCD2: 1253 <= obj <= 1492
83.38/83.45	c BCD2: #cores=51, #unrelaxed=230, #relaxed=1304, #hardened=0
83.38/83.45	c BCD2: #sat=1 #unsat=1254 bias=1254/1255
83.38/83.45	c Solving starts ...
83.38/83.45	c ============================[ Search Statistics ]============================
83.38/83.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.38/83.45	c       |         |          |          |    Limit     GC | Var      | Constra 
83.38/83.45	c =============================================================================
83.38/83.45	c  0.0s |       0 |        0 |        0 |    62736      0 |     1202 |     1252
83.48/83.51	c  0.1s |       0 |       52 |        1 |    62736      0 |     1202 |     1253
83.48/83.51	c #cpu_time = 0.066s
83.48/83.51	c #wall_clock_time = 0.066s
83.48/83.51	c #decision = 52
83.48/83.51	c #random_decision = 0
83.48/83.51	c #conflict = 1
83.48/83.51	c #restart = 0
83.48/83.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
83.48/83.51	c lower bound updated to -280
83.48/83.52	c BCD2: 1254 <= obj <= 1492
83.48/83.52	c BCD2: #cores=51, #unrelaxed=229, #relaxed=1305, #hardened=0
83.48/83.52	c BCD2: #sat=1 #unsat=1255 bias=1255/1256
83.48/83.52	c Solving starts ...
83.48/83.52	c ============================[ Search Statistics ]============================
83.48/83.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.48/83.52	c       |         |          |          |    Limit     GC | Var      | Constra 
83.48/83.52	c =============================================================================
83.48/83.52	c  0.0s |       0 |        0 |        0 |    62736      0 |     1203 |     1253
83.48/83.58	c  0.1s |       0 |       52 |        1 |    62736      0 |     1203 |     1254
83.48/83.58	c #cpu_time = 0.067s
83.48/83.58	c #wall_clock_time = 0.067s
83.48/83.58	c #decision = 52
83.48/83.58	c #random_decision = 0
83.48/83.58	c #conflict = 1
83.48/83.58	c #restart = 0
83.48/83.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
83.48/83.58	c lower bound updated to -279
83.48/83.59	c BCD2: 1255 <= obj <= 1492
83.48/83.59	c BCD2: #cores=51, #unrelaxed=228, #relaxed=1306, #hardened=0
83.48/83.59	c BCD2: #sat=1 #unsat=1256 bias=1256/1257
83.48/83.59	c Solving starts ...
83.48/83.59	c ============================[ Search Statistics ]============================
83.48/83.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.48/83.59	c       |         |          |          |    Limit     GC | Var      | Constra 
83.48/83.59	c =============================================================================
83.48/83.59	c  0.0s |       0 |        0 |        0 |    62736      0 |     1204 |     1254
83.58/83.65	c  0.1s |       0 |       52 |        1 |    62736      0 |     1204 |     1255
83.58/83.65	c #cpu_time = 0.061s
83.58/83.65	c #wall_clock_time = 0.061s
83.58/83.65	c #decision = 52
83.58/83.65	c #random_decision = 0
83.58/83.65	c #conflict = 1
83.58/83.65	c #restart = 0
83.58/83.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
83.58/83.65	c lower bound updated to -278
83.58/83.65	c BCD2: 1256 <= obj <= 1492
83.58/83.65	c BCD2: #cores=51, #unrelaxed=227, #relaxed=1307, #hardened=0
83.58/83.65	c BCD2: #sat=1 #unsat=1257 bias=1257/1258
83.58/83.65	c Solving starts ...
83.58/83.65	c ============================[ Search Statistics ]============================
83.58/83.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.58/83.65	c       |         |          |          |    Limit     GC | Var      | Constra 
83.58/83.65	c =============================================================================
83.58/83.65	c  0.0s |       0 |        0 |        0 |    62736      0 |     1205 |     1255
83.68/83.72	c  0.1s |       0 |       52 |        1 |    62736      0 |     1205 |     1256
83.68/83.72	c #cpu_time = 0.063s
83.68/83.72	c #wall_clock_time = 0.063s
83.68/83.72	c #decision = 52
83.68/83.72	c #random_decision = 0
83.68/83.72	c #conflict = 1
83.68/83.72	c #restart = 0
83.68/83.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
83.68/83.72	c lower bound updated to -277
83.68/83.72	c BCD2: 1257 <= obj <= 1492
83.68/83.72	c BCD2: #cores=51, #unrelaxed=226, #relaxed=1308, #hardened=0
83.68/83.72	c BCD2: #sat=1 #unsat=1258 bias=1258/1259
83.68/83.72	c Solving starts ...
83.68/83.72	c ============================[ Search Statistics ]============================
83.68/83.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.68/83.72	c       |         |          |          |    Limit     GC | Var      | Constra 
83.68/83.72	c =============================================================================
83.68/83.72	c  0.0s |       0 |        0 |        0 |    62736      0 |     1206 |     1256
83.68/83.78	c  0.1s |       0 |       52 |        1 |    62736      0 |     1206 |     1257
83.68/83.78	c #cpu_time = 0.063s
83.68/83.78	c #wall_clock_time = 0.063s
83.68/83.78	c #decision = 52
83.68/83.78	c #random_decision = 0
83.68/83.78	c #conflict = 1
83.68/83.78	c #restart = 0
83.68/83.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
83.68/83.78	c lower bound updated to -276
83.68/83.78	c BCD2: 1258 <= obj <= 1492
83.68/83.78	c BCD2: #cores=51, #unrelaxed=225, #relaxed=1309, #hardened=0
83.68/83.78	c BCD2: #sat=1 #unsat=1259 bias=1259/1260
83.68/83.78	c Solving starts ...
83.68/83.78	c ============================[ Search Statistics ]============================
83.68/83.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.68/83.78	c       |         |          |          |    Limit     GC | Var      | Constra 
83.68/83.78	c =============================================================================
83.68/83.78	c  0.0s |       0 |        0 |        0 |    62736      0 |     1207 |     1257
83.78/83.85	c  0.1s |       0 |       52 |        1 |    62736      0 |     1207 |     1258
83.78/83.85	c #cpu_time = 0.066s
83.78/83.85	c #wall_clock_time = 0.066s
83.78/83.85	c #decision = 52
83.78/83.85	c #random_decision = 0
83.78/83.85	c #conflict = 1
83.78/83.85	c #restart = 0
83.78/83.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
83.78/83.85	c lower bound updated to -275
83.78/83.85	c BCD2: 1259 <= obj <= 1492
83.78/83.85	c BCD2: #cores=51, #unrelaxed=224, #relaxed=1310, #hardened=0
83.78/83.85	c BCD2: #sat=1 #unsat=1260 bias=1260/1261
83.78/83.85	c Solving starts ...
83.78/83.85	c ============================[ Search Statistics ]============================
83.78/83.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.78/83.85	c       |         |          |          |    Limit     GC | Var      | Constra 
83.78/83.85	c =============================================================================
83.78/83.85	c  0.0s |       0 |        0 |        0 |    62736      0 |     1208 |     1258
83.88/83.92	c  0.1s |       0 |       52 |        1 |    62736      0 |     1208 |     1259
83.88/83.92	c #cpu_time = 0.066s
83.88/83.92	c #wall_clock_time = 0.066s
83.88/83.92	c #decision = 52
83.88/83.92	c #random_decision = 0
83.88/83.92	c #conflict = 1
83.88/83.92	c #restart = 0
83.88/83.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
83.88/83.92	c lower bound updated to -274
83.88/83.92	c BCD2: 1260 <= obj <= 1492
83.88/83.92	c BCD2: #cores=51, #unrelaxed=223, #relaxed=1311, #hardened=0
83.88/83.92	c BCD2: #sat=1 #unsat=1261 bias=1261/1262
83.88/83.92	c Solving starts ...
83.88/83.92	c ============================[ Search Statistics ]============================
83.88/83.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.88/83.92	c       |         |          |          |    Limit     GC | Var      | Constra 
83.88/83.92	c =============================================================================
83.88/83.92	c  0.0s |       0 |        0 |        0 |    62736      0 |     1209 |     1259
83.88/83.98	c  0.1s |       0 |       52 |        1 |    62736      0 |     1209 |     1260
83.88/83.98	c #cpu_time = 0.066s
83.88/83.98	c #wall_clock_time = 0.066s
83.88/83.98	c #decision = 52
83.88/83.98	c #random_decision = 0
83.88/83.98	c #conflict = 1
83.88/83.98	c #restart = 0
83.88/83.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
83.88/83.98	c lower bound updated to -273
83.88/83.98	c BCD2: 1261 <= obj <= 1492
83.88/83.98	c BCD2: #cores=51, #unrelaxed=222, #relaxed=1312, #hardened=0
83.88/83.98	c BCD2: #sat=1 #unsat=1262 bias=1262/1263
83.88/83.99	c Solving starts ...
83.88/83.99	c ============================[ Search Statistics ]============================
83.88/83.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.88/83.99	c       |         |          |          |    Limit     GC | Var      | Constra 
83.88/83.99	c =============================================================================
83.88/83.99	c  0.0s |       0 |        0 |        0 |    62736      0 |     1210 |     1260
83.98/84.05	c  0.1s |       0 |       52 |        1 |    62736      0 |     1210 |     1261
83.98/84.05	c #cpu_time = 0.065s
83.98/84.05	c #wall_clock_time = 0.065s
83.98/84.05	c #decision = 52
83.98/84.05	c #random_decision = 0
83.98/84.05	c #conflict = 1
83.98/84.05	c #restart = 0
83.98/84.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
83.98/84.05	c lower bound updated to -272
83.98/84.06	c BCD2: 1262 <= obj <= 1492
83.98/84.06	c BCD2: #cores=51, #unrelaxed=221, #relaxed=1313, #hardened=0
83.98/84.06	c BCD2: #sat=1 #unsat=1263 bias=1263/1264
83.98/84.06	c Solving starts ...
83.98/84.06	c ============================[ Search Statistics ]============================
83.98/84.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
83.98/84.06	c       |         |          |          |    Limit     GC | Var      | Constra 
83.98/84.06	c =============================================================================
83.98/84.06	c  0.0s |       0 |        0 |        0 |    62736      0 |     1211 |     1261
84.08/84.12	c  0.1s |       0 |       52 |        1 |    62736      0 |     1211 |     1262
84.08/84.12	c #cpu_time = 0.062s
84.08/84.12	c #wall_clock_time = 0.062s
84.08/84.12	c #decision = 52
84.08/84.12	c #random_decision = 0
84.08/84.12	c #conflict = 1
84.08/84.12	c #restart = 0
84.08/84.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
84.08/84.12	c lower bound updated to -271
84.08/84.12	c BCD2: 1263 <= obj <= 1492
84.08/84.12	c BCD2: #cores=51, #unrelaxed=220, #relaxed=1314, #hardened=0
84.08/84.12	c BCD2: #sat=1 #unsat=1264 bias=1264/1265
84.08/84.12	c Solving starts ...
84.08/84.12	c ============================[ Search Statistics ]============================
84.08/84.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.08/84.12	c       |         |          |          |    Limit     GC | Var      | Constra 
84.08/84.12	c =============================================================================
84.08/84.12	c  0.0s |       0 |        0 |        0 |    62736      0 |     1212 |     1262
84.08/84.19	c  0.1s |       0 |       52 |        1 |    62736      0 |     1212 |     1263
84.08/84.19	c #cpu_time = 0.064s
84.08/84.19	c #wall_clock_time = 0.064s
84.08/84.19	c #decision = 52
84.08/84.19	c #random_decision = 0
84.08/84.19	c #conflict = 1
84.08/84.19	c #restart = 0
84.08/84.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
84.08/84.19	c lower bound updated to -270
84.08/84.19	c BCD2: 1264 <= obj <= 1492
84.08/84.19	c BCD2: #cores=51, #unrelaxed=219, #relaxed=1315, #hardened=0
84.08/84.19	c BCD2: #sat=1 #unsat=1265 bias=1265/1266
84.08/84.19	c Solving starts ...
84.08/84.19	c ============================[ Search Statistics ]============================
84.08/84.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.08/84.19	c       |         |          |          |    Limit     GC | Var      | Constra 
84.08/84.19	c =============================================================================
84.08/84.19	c  0.0s |       0 |        0 |        0 |    62736      0 |     1213 |     1263
84.18/84.25	c  0.1s |       0 |       52 |        1 |    62736      0 |     1213 |     1264
84.18/84.25	c #cpu_time = 0.064s
84.18/84.25	c #wall_clock_time = 0.064s
84.18/84.25	c #decision = 52
84.18/84.25	c #random_decision = 0
84.18/84.25	c #conflict = 1
84.18/84.25	c #restart = 0
84.18/84.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
84.18/84.25	c lower bound updated to -269
84.18/84.25	c BCD2: 1265 <= obj <= 1492
84.18/84.25	c BCD2: #cores=51, #unrelaxed=218, #relaxed=1316, #hardened=0
84.18/84.25	c BCD2: #sat=1 #unsat=1266 bias=1266/1267
84.18/84.25	c Solving starts ...
84.18/84.25	c ============================[ Search Statistics ]============================
84.18/84.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.18/84.25	c       |         |          |          |    Limit     GC | Var      | Constra 
84.18/84.25	c =============================================================================
84.18/84.25	c  0.0s |       0 |        0 |        0 |    62736      0 |     1214 |     1264
84.28/84.32	c  0.1s |       0 |       52 |        1 |    62736      0 |     1214 |     1265
84.28/84.32	c #cpu_time = 0.065s
84.28/84.32	c #wall_clock_time = 0.065s
84.28/84.32	c #decision = 52
84.28/84.32	c #random_decision = 0
84.28/84.32	c #conflict = 1
84.28/84.32	c #restart = 0
84.28/84.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
84.28/84.32	c lower bound updated to -268
84.28/84.32	c BCD2: 1266 <= obj <= 1492
84.28/84.32	c BCD2: #cores=51, #unrelaxed=217, #relaxed=1317, #hardened=0
84.28/84.32	c BCD2: #sat=1 #unsat=1267 bias=1267/1268
84.28/84.32	c Solving starts ...
84.28/84.32	c ============================[ Search Statistics ]============================
84.28/84.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.28/84.32	c       |         |          |          |    Limit     GC | Var      | Constra 
84.28/84.32	c =============================================================================
84.28/84.32	c  0.0s |       0 |        0 |        0 |    62736      0 |     1215 |     1265
84.28/84.38	c  0.1s |       0 |       52 |        1 |    62736      0 |     1215 |     1266
84.28/84.38	c #cpu_time = 0.065s
84.28/84.38	c #wall_clock_time = 0.065s
84.28/84.38	c #decision = 52
84.28/84.38	c #random_decision = 0
84.28/84.38	c #conflict = 1
84.28/84.38	c #restart = 0
84.28/84.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
84.28/84.38	c lower bound updated to -267
84.28/84.38	c BCD2: 1267 <= obj <= 1492
84.28/84.38	c BCD2: #cores=51, #unrelaxed=216, #relaxed=1318, #hardened=0
84.28/84.38	c BCD2: #sat=1 #unsat=1268 bias=1268/1269
84.28/84.38	c Solving starts ...
84.28/84.38	c ============================[ Search Statistics ]============================
84.28/84.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.28/84.38	c       |         |          |          |    Limit     GC | Var      | Constra 
84.28/84.38	c =============================================================================
84.28/84.38	c  0.0s |       0 |        0 |        0 |    62736      0 |     1216 |     1266
84.38/84.45	c  0.1s |       0 |       52 |        1 |    62736      0 |     1216 |     1267
84.38/84.45	c #cpu_time = 0.064s
84.38/84.45	c #wall_clock_time = 0.064s
84.38/84.45	c #decision = 52
84.38/84.45	c #random_decision = 0
84.38/84.45	c #conflict = 1
84.38/84.45	c #restart = 0
84.38/84.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
84.38/84.45	c lower bound updated to -266
84.38/84.45	c BCD2: 1268 <= obj <= 1492
84.38/84.45	c BCD2: #cores=51, #unrelaxed=215, #relaxed=1319, #hardened=0
84.38/84.45	c BCD2: #sat=1 #unsat=1269 bias=1269/1270
84.38/84.45	c Solving starts ...
84.38/84.45	c ============================[ Search Statistics ]============================
84.38/84.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.38/84.45	c       |         |          |          |    Limit     GC | Var      | Constra 
84.38/84.45	c =============================================================================
84.38/84.45	c  0.0s |       0 |        0 |        0 |    62736      0 |     1217 |     1267
84.48/84.51	c  0.1s |       0 |       52 |        1 |    62736      0 |     1217 |     1268
84.48/84.51	c #cpu_time = 0.064s
84.48/84.51	c #wall_clock_time = 0.064s
84.48/84.51	c #decision = 52
84.48/84.51	c #random_decision = 0
84.48/84.51	c #conflict = 1
84.48/84.51	c #restart = 0
84.48/84.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
84.48/84.51	c lower bound updated to -265
84.48/84.52	c BCD2: 1269 <= obj <= 1492
84.48/84.52	c BCD2: #cores=51, #unrelaxed=214, #relaxed=1320, #hardened=0
84.48/84.52	c BCD2: #sat=1 #unsat=1270 bias=1270/1271
84.48/84.52	c Solving starts ...
84.48/84.52	c ============================[ Search Statistics ]============================
84.48/84.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.48/84.52	c       |         |          |          |    Limit     GC | Var      | Constra 
84.48/84.52	c =============================================================================
84.48/84.52	c  0.0s |       0 |        0 |        0 |    62736      0 |     1218 |     1268
84.48/84.58	c  0.1s |       0 |       52 |        1 |    62736      0 |     1218 |     1269
84.48/84.58	c #cpu_time = 0.062s
84.48/84.58	c #wall_clock_time = 0.062s
84.48/84.58	c #decision = 52
84.48/84.58	c #random_decision = 0
84.48/84.58	c #conflict = 1
84.48/84.58	c #restart = 0
84.48/84.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
84.48/84.58	c lower bound updated to -264
84.48/84.59	c BCD2: 1270 <= obj <= 1492
84.48/84.59	c BCD2: #cores=51, #unrelaxed=213, #relaxed=1321, #hardened=0
84.48/84.59	c BCD2: #sat=1 #unsat=1271 bias=1271/1272
84.48/84.59	c Solving starts ...
84.48/84.59	c ============================[ Search Statistics ]============================
84.48/84.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.48/84.59	c       |         |          |          |    Limit     GC | Var      | Constra 
84.48/84.59	c =============================================================================
84.48/84.59	c  0.0s |       0 |        0 |        0 |    62736      0 |     1219 |     1269
84.58/84.65	c  0.1s |       0 |       52 |        1 |    62736      0 |     1219 |     1270
84.58/84.65	c #cpu_time = 0.067s
84.58/84.65	c #wall_clock_time = 0.067s
84.58/84.65	c #decision = 52
84.58/84.65	c #random_decision = 0
84.58/84.65	c #conflict = 1
84.58/84.65	c #restart = 0
84.58/84.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
84.58/84.65	c lower bound updated to -263
84.58/84.65	c BCD2: 1271 <= obj <= 1492
84.58/84.65	c BCD2: #cores=51, #unrelaxed=212, #relaxed=1322, #hardened=0
84.58/84.65	c BCD2: #sat=1 #unsat=1272 bias=1272/1273
84.58/84.65	c Solving starts ...
84.58/84.65	c ============================[ Search Statistics ]============================
84.58/84.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.58/84.65	c       |         |          |          |    Limit     GC | Var      | Constra 
84.58/84.65	c =============================================================================
84.58/84.65	c  0.0s |       0 |        0 |        0 |    62736      0 |     1220 |     1270
84.68/84.72	c  0.1s |       0 |       52 |        1 |    62736      0 |     1220 |     1271
84.68/84.72	c #cpu_time = 0.065s
84.68/84.72	c #wall_clock_time = 0.065s
84.68/84.72	c #decision = 52
84.68/84.72	c #random_decision = 0
84.68/84.72	c #conflict = 1
84.68/84.72	c #restart = 0
84.68/84.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
84.68/84.72	c lower bound updated to -262
84.68/84.72	c BCD2: 1272 <= obj <= 1492
84.68/84.72	c BCD2: #cores=51, #unrelaxed=211, #relaxed=1323, #hardened=0
84.68/84.72	c BCD2: #sat=1 #unsat=1273 bias=1273/1274
84.68/84.72	c Solving starts ...
84.68/84.72	c ============================[ Search Statistics ]============================
84.68/84.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.68/84.72	c       |         |          |          |    Limit     GC | Var      | Constra 
84.68/84.72	c =============================================================================
84.68/84.72	c  0.0s |       0 |        0 |        0 |    62736      0 |     1221 |     1271
84.68/84.78	c  0.1s |       0 |       52 |        1 |    62736      0 |     1221 |     1272
84.68/84.78	c #cpu_time = 0.065s
84.68/84.78	c #wall_clock_time = 0.065s
84.68/84.78	c #decision = 52
84.68/84.78	c #random_decision = 0
84.68/84.78	c #conflict = 1
84.68/84.78	c #restart = 0
84.68/84.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
84.68/84.78	c lower bound updated to -261
84.68/84.78	c BCD2: 1273 <= obj <= 1492
84.68/84.78	c BCD2: #cores=51, #unrelaxed=210, #relaxed=1324, #hardened=0
84.68/84.78	c BCD2: #sat=1 #unsat=1274 bias=1274/1275
84.68/84.79	c Solving starts ...
84.68/84.79	c ============================[ Search Statistics ]============================
84.68/84.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.68/84.79	c       |         |          |          |    Limit     GC | Var      | Constra 
84.68/84.79	c =============================================================================
84.68/84.79	c  0.0s |       0 |        0 |        0 |    62736      0 |     1222 |     1272
84.78/84.85	c  0.1s |       0 |       52 |        1 |    62736      0 |     1222 |     1273
84.78/84.85	c #cpu_time = 0.065s
84.78/84.85	c #wall_clock_time = 0.065s
84.78/84.85	c #decision = 52
84.78/84.85	c #random_decision = 0
84.78/84.85	c #conflict = 1
84.78/84.85	c #restart = 0
84.78/84.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
84.78/84.85	c lower bound updated to -260
84.78/84.85	c BCD2: 1274 <= obj <= 1492
84.78/84.85	c BCD2: #cores=51, #unrelaxed=209, #relaxed=1325, #hardened=0
84.78/84.85	c BCD2: #sat=1 #unsat=1275 bias=1275/1276
84.78/84.85	c Solving starts ...
84.78/84.85	c ============================[ Search Statistics ]============================
84.78/84.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.78/84.85	c       |         |          |          |    Limit     GC | Var      | Constra 
84.78/84.85	c =============================================================================
84.78/84.85	c  0.0s |       0 |        0 |        0 |    62736      0 |     1223 |     1273
84.88/84.92	c  0.1s |       0 |       52 |        1 |    62736      0 |     1223 |     1274
84.88/84.92	c #cpu_time = 0.064s
84.88/84.92	c #wall_clock_time = 0.064s
84.88/84.92	c #decision = 52
84.88/84.92	c #random_decision = 0
84.88/84.92	c #conflict = 1
84.88/84.92	c #restart = 0
84.88/84.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
84.88/84.92	c lower bound updated to -259
84.88/84.92	c BCD2: 1275 <= obj <= 1492
84.88/84.92	c BCD2: #cores=51, #unrelaxed=208, #relaxed=1326, #hardened=0
84.88/84.92	c BCD2: #sat=1 #unsat=1276 bias=1276/1277
84.88/84.92	c Solving starts ...
84.88/84.92	c ============================[ Search Statistics ]============================
84.88/84.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.88/84.92	c       |         |          |          |    Limit     GC | Var      | Constra 
84.88/84.92	c =============================================================================
84.88/84.92	c  0.0s |       0 |        0 |        0 |    62736      0 |     1224 |     1274
84.88/84.98	c  0.1s |       0 |       52 |        0 |    62736      0 |     1224 |     1275
84.88/84.98	c #cpu_time = 0.064s
84.88/84.98	c #wall_clock_time = 0.064s
84.88/84.98	c #decision = 52
84.88/84.98	c #random_decision = 0
84.88/84.98	c #conflict = 0
84.88/84.98	c #restart = 0
84.88/84.98	c BCD2: found a new core of size 2: cost of the new core is >=1
84.88/84.98	c lower bound updated to -258
84.98/85.00	c BCD2: 1276 <= obj <= 1492
84.98/85.00	c BCD2: #cores=52, #unrelaxed=206, #relaxed=1328, #hardened=0
84.98/85.00	c BCD2: #sat=1 #unsat=1277 bias=1277/1278
84.98/85.00	c Solving starts ...
84.98/85.00	c ============================[ Search Statistics ]============================
84.98/85.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.98/85.00	c       |         |          |          |    Limit     GC | Var      | Constra 
84.98/85.00	c =============================================================================
84.98/85.00	c  0.0s |       0 |        0 |        0 |    62736      0 |     1224 |     1276
84.98/85.06	c  0.1s |       0 |       53 |        1 |    62736      0 |     1224 |     1276
84.98/85.06	c #cpu_time = 0.062s
84.98/85.06	c #wall_clock_time = 0.062s
84.98/85.06	c #decision = 53
84.98/85.06	c #random_decision = 0
84.98/85.06	c #conflict = 1
84.98/85.06	c #restart = 0
84.98/85.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
84.98/85.06	c lower bound updated to -257
84.98/85.06	c BCD2: 1277 <= obj <= 1492
84.98/85.06	c BCD2: #cores=52, #unrelaxed=205, #relaxed=1329, #hardened=0
84.98/85.06	c BCD2: #sat=1 #unsat=1278 bias=1278/1279
84.98/85.06	c Solving starts ...
84.98/85.06	c ============================[ Search Statistics ]============================
84.98/85.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
84.98/85.06	c       |         |          |          |    Limit     GC | Var      | Constra 
84.98/85.06	c =============================================================================
84.98/85.06	c  0.0s |       0 |        0 |        0 |    62736      0 |     1225 |     1276
85.08/85.12	c  0.1s |       0 |       53 |        1 |    62736      0 |     1225 |     1277
85.08/85.12	c #cpu_time = 0.064s
85.08/85.12	c #wall_clock_time = 0.064s
85.08/85.12	c #decision = 53
85.08/85.12	c #random_decision = 0
85.08/85.12	c #conflict = 1
85.08/85.12	c #restart = 0
85.08/85.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
85.08/85.12	c lower bound updated to -256
85.08/85.13	c BCD2: 1278 <= obj <= 1492
85.08/85.13	c BCD2: #cores=52, #unrelaxed=204, #relaxed=1330, #hardened=0
85.08/85.13	c BCD2: #sat=1 #unsat=1279 bias=1279/1280
85.08/85.13	c Solving starts ...
85.08/85.13	c ============================[ Search Statistics ]============================
85.08/85.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.08/85.13	c       |         |          |          |    Limit     GC | Var      | Constra 
85.08/85.13	c =============================================================================
85.08/85.13	c  0.0s |       0 |        0 |        0 |    62736      0 |     1226 |     1277
85.08/85.19	c  0.1s |       0 |       53 |        1 |    62736      0 |     1226 |     1278
85.08/85.19	c #cpu_time = 0.064s
85.08/85.19	c #wall_clock_time = 0.064s
85.08/85.19	c #decision = 53
85.08/85.19	c #random_decision = 0
85.08/85.19	c #conflict = 1
85.08/85.19	c #restart = 0
85.08/85.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
85.08/85.19	c lower bound updated to -255
85.08/85.19	c BCD2: 1279 <= obj <= 1492
85.08/85.19	c BCD2: #cores=52, #unrelaxed=203, #relaxed=1331, #hardened=0
85.08/85.19	c BCD2: #sat=1 #unsat=1280 bias=1280/1281
85.08/85.19	c Solving starts ...
85.08/85.19	c ============================[ Search Statistics ]============================
85.08/85.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.08/85.19	c       |         |          |          |    Limit     GC | Var      | Constra 
85.08/85.19	c =============================================================================
85.08/85.19	c  0.0s |       0 |        0 |        0 |    62736      0 |     1227 |     1278
85.18/85.26	c  0.1s |       0 |       53 |        1 |    62736      0 |     1227 |     1279
85.18/85.26	c #cpu_time = 0.065s
85.18/85.26	c #wall_clock_time = 0.065s
85.18/85.26	c #decision = 53
85.18/85.26	c #random_decision = 0
85.18/85.26	c #conflict = 1
85.18/85.26	c #restart = 0
85.18/85.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
85.18/85.26	c lower bound updated to -254
85.18/85.26	c BCD2: 1280 <= obj <= 1492
85.18/85.26	c BCD2: #cores=52, #unrelaxed=202, #relaxed=1332, #hardened=0
85.18/85.26	c BCD2: #sat=1 #unsat=1281 bias=1281/1282
85.18/85.26	c Solving starts ...
85.18/85.26	c ============================[ Search Statistics ]============================
85.18/85.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.18/85.26	c       |         |          |          |    Limit     GC | Var      | Constra 
85.18/85.26	c =============================================================================
85.18/85.26	c  0.0s |       0 |        0 |        0 |    62736      0 |     1228 |     1279
85.28/85.32	c  0.1s |       0 |       53 |        1 |    62736      0 |     1228 |     1280
85.28/85.32	c #cpu_time = 0.065s
85.28/85.32	c #wall_clock_time = 0.065s
85.28/85.32	c #decision = 53
85.28/85.32	c #random_decision = 0
85.28/85.32	c #conflict = 1
85.28/85.32	c #restart = 0
85.28/85.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
85.28/85.32	c lower bound updated to -253
85.28/85.32	c BCD2: 1281 <= obj <= 1492
85.28/85.32	c BCD2: #cores=52, #unrelaxed=201, #relaxed=1333, #hardened=0
85.28/85.32	c BCD2: #sat=1 #unsat=1282 bias=1282/1283
85.28/85.32	c Solving starts ...
85.28/85.32	c ============================[ Search Statistics ]============================
85.28/85.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.28/85.32	c       |         |          |          |    Limit     GC | Var      | Constra 
85.28/85.32	c =============================================================================
85.28/85.32	c  0.0s |       0 |        0 |        0 |    62736      0 |     1229 |     1280
85.28/85.39	c  0.1s |       0 |       53 |        1 |    62736      0 |     1229 |     1281
85.28/85.39	c #cpu_time = 0.065s
85.28/85.39	c #wall_clock_time = 0.065s
85.28/85.39	c #decision = 53
85.28/85.39	c #random_decision = 0
85.28/85.39	c #conflict = 1
85.28/85.39	c #restart = 0
85.28/85.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
85.28/85.39	c lower bound updated to -252
85.28/85.39	c BCD2: 1282 <= obj <= 1492
85.28/85.39	c BCD2: #cores=52, #unrelaxed=200, #relaxed=1334, #hardened=0
85.28/85.39	c BCD2: #sat=1 #unsat=1283 bias=1283/1284
85.28/85.39	c Solving starts ...
85.28/85.39	c ============================[ Search Statistics ]============================
85.28/85.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.28/85.39	c       |         |          |          |    Limit     GC | Var      | Constra 
85.28/85.39	c =============================================================================
85.28/85.39	c  0.0s |       0 |        0 |        0 |    62736      0 |     1230 |     1281
85.38/85.45	c  0.1s |       0 |       53 |        1 |    62736      0 |     1230 |     1282
85.38/85.45	c #cpu_time = 0.064s
85.38/85.45	c #wall_clock_time = 0.064s
85.38/85.45	c #decision = 53
85.38/85.45	c #random_decision = 0
85.38/85.45	c #conflict = 1
85.38/85.45	c #restart = 0
85.38/85.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
85.38/85.45	c lower bound updated to -251
85.38/85.46	c BCD2: 1283 <= obj <= 1492
85.38/85.46	c BCD2: #cores=52, #unrelaxed=199, #relaxed=1335, #hardened=0
85.38/85.46	c BCD2: #sat=1 #unsat=1284 bias=1284/1285
85.38/85.46	c Solving starts ...
85.38/85.46	c ============================[ Search Statistics ]============================
85.38/85.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.38/85.46	c       |         |          |          |    Limit     GC | Var      | Constra 
85.38/85.46	c =============================================================================
85.38/85.46	c  0.0s |       0 |        0 |        0 |    62736      0 |     1231 |     1282
85.48/85.52	c  0.1s |       0 |       53 |        1 |    62736      0 |     1231 |     1283
85.48/85.52	c #cpu_time = 0.062s
85.48/85.52	c #wall_clock_time = 0.062s
85.48/85.52	c #decision = 53
85.48/85.52	c #random_decision = 0
85.48/85.52	c #conflict = 1
85.48/85.52	c #restart = 0
85.48/85.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
85.48/85.52	c lower bound updated to -250
85.48/85.53	c BCD2: 1284 <= obj <= 1492
85.48/85.53	c BCD2: #cores=52, #unrelaxed=198, #relaxed=1336, #hardened=0
85.48/85.53	c BCD2: #sat=1 #unsat=1285 bias=1285/1286
85.48/85.53	c Solving starts ...
85.48/85.53	c ============================[ Search Statistics ]============================
85.48/85.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.48/85.53	c       |         |          |          |    Limit     GC | Var      | Constra 
85.48/85.53	c =============================================================================
85.48/85.53	c  0.0s |       0 |        0 |        0 |    62736      0 |     1232 |     1283
85.48/85.59	c  0.1s |       0 |       53 |        1 |    62736      0 |     1232 |     1284
85.48/85.59	c #cpu_time = 0.064s
85.48/85.59	c #wall_clock_time = 0.064s
85.48/85.59	c #decision = 53
85.48/85.59	c #random_decision = 0
85.48/85.59	c #conflict = 1
85.48/85.59	c #restart = 0
85.48/85.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
85.48/85.59	c lower bound updated to -249
85.48/85.59	c BCD2: 1285 <= obj <= 1492
85.48/85.59	c BCD2: #cores=52, #unrelaxed=197, #relaxed=1337, #hardened=0
85.48/85.59	c BCD2: #sat=1 #unsat=1286 bias=1286/1287
85.48/85.59	c Solving starts ...
85.48/85.59	c ============================[ Search Statistics ]============================
85.48/85.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.48/85.59	c       |         |          |          |    Limit     GC | Var      | Constra 
85.48/85.59	c =============================================================================
85.48/85.59	c  0.0s |       0 |        0 |        0 |    62736      0 |     1233 |     1284
85.58/85.66	c  0.1s |       0 |       53 |        1 |    62736      0 |     1233 |     1285
85.58/85.66	c #cpu_time = 0.064s
85.58/85.66	c #wall_clock_time = 0.064s
85.58/85.66	c #decision = 53
85.58/85.66	c #random_decision = 0
85.58/85.66	c #conflict = 1
85.58/85.66	c #restart = 0
85.58/85.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
85.58/85.66	c lower bound updated to -248
85.58/85.66	c BCD2: 1286 <= obj <= 1492
85.58/85.66	c BCD2: #cores=52, #unrelaxed=196, #relaxed=1338, #hardened=0
85.58/85.66	c BCD2: #sat=1 #unsat=1287 bias=1287/1288
85.58/85.66	c Solving starts ...
85.58/85.66	c ============================[ Search Statistics ]============================
85.58/85.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.58/85.66	c       |         |          |          |    Limit     GC | Var      | Constra 
85.58/85.66	c =============================================================================
85.58/85.66	c  0.0s |       0 |        0 |        0 |    62736      0 |     1234 |     1285
85.68/85.72	c  0.1s |       0 |       53 |        1 |    62736      0 |     1234 |     1286
85.68/85.72	c #cpu_time = 0.065s
85.68/85.72	c #wall_clock_time = 0.065s
85.68/85.72	c #decision = 53
85.68/85.72	c #random_decision = 0
85.68/85.72	c #conflict = 1
85.68/85.72	c #restart = 0
85.68/85.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
85.68/85.72	c lower bound updated to -247
85.68/85.72	c BCD2: 1287 <= obj <= 1492
85.68/85.72	c BCD2: #cores=52, #unrelaxed=195, #relaxed=1339, #hardened=0
85.68/85.72	c BCD2: #sat=1 #unsat=1288 bias=1288/1289
85.68/85.72	c Solving starts ...
85.68/85.72	c ============================[ Search Statistics ]============================
85.68/85.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.68/85.72	c       |         |          |          |    Limit     GC | Var      | Constra 
85.68/85.72	c =============================================================================
85.68/85.72	c  0.0s |       0 |        0 |        0 |    62736      0 |     1235 |     1286
85.68/85.79	c  0.1s |       0 |       53 |        1 |    62736      0 |     1235 |     1287
85.68/85.79	c #cpu_time = 0.065s
85.68/85.79	c #wall_clock_time = 0.065s
85.68/85.79	c #decision = 53
85.68/85.79	c #random_decision = 0
85.68/85.79	c #conflict = 1
85.68/85.79	c #restart = 0
85.68/85.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
85.68/85.79	c lower bound updated to -246
85.68/85.79	c BCD2: 1288 <= obj <= 1492
85.68/85.79	c BCD2: #cores=52, #unrelaxed=194, #relaxed=1340, #hardened=0
85.68/85.79	c BCD2: #sat=1 #unsat=1289 bias=1289/1290
85.68/85.79	c Solving starts ...
85.68/85.79	c ============================[ Search Statistics ]============================
85.68/85.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.68/85.79	c       |         |          |          |    Limit     GC | Var      | Constra 
85.68/85.79	c =============================================================================
85.68/85.79	c  0.0s |       0 |        0 |        0 |    62736      0 |     1236 |     1287
85.78/85.85	c  0.1s |       0 |       53 |        1 |    62736      0 |     1236 |     1288
85.78/85.85	c #cpu_time = 0.065s
85.78/85.85	c #wall_clock_time = 0.065s
85.78/85.85	c #decision = 53
85.78/85.85	c #random_decision = 0
85.78/85.85	c #conflict = 1
85.78/85.85	c #restart = 0
85.78/85.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
85.78/85.85	c lower bound updated to -245
85.78/85.85	c BCD2: 1289 <= obj <= 1492
85.78/85.85	c BCD2: #cores=52, #unrelaxed=193, #relaxed=1341, #hardened=0
85.78/85.85	c BCD2: #sat=1 #unsat=1290 bias=1290/1291
85.78/85.85	c Solving starts ...
85.78/85.85	c ============================[ Search Statistics ]============================
85.78/85.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.78/85.85	c       |         |          |          |    Limit     GC | Var      | Constra 
85.78/85.85	c =============================================================================
85.78/85.85	c  0.0s |       0 |        0 |        0 |    62736      0 |     1237 |     1288
85.88/85.92	c  0.1s |       0 |       53 |        1 |    62736      0 |     1237 |     1289
85.88/85.92	c #cpu_time = 0.064s
85.88/85.92	c #wall_clock_time = 0.064s
85.88/85.92	c #decision = 53
85.88/85.92	c #random_decision = 0
85.88/85.92	c #conflict = 1
85.88/85.92	c #restart = 0
85.88/85.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
85.88/85.92	c lower bound updated to -244
85.88/85.93	c BCD2: 1290 <= obj <= 1492
85.88/85.93	c BCD2: #cores=52, #unrelaxed=192, #relaxed=1342, #hardened=0
85.88/85.93	c BCD2: #sat=1 #unsat=1291 bias=1291/1292
85.88/85.93	c Solving starts ...
85.88/85.93	c ============================[ Search Statistics ]============================
85.88/85.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.88/85.93	c       |         |          |          |    Limit     GC | Var      | Constra 
85.88/85.93	c =============================================================================
85.88/85.93	c  0.0s |       0 |        0 |        0 |    62736      0 |     1238 |     1289
85.88/85.99	c  0.1s |       0 |       53 |        1 |    62736      0 |     1238 |     1290
85.88/85.99	c #cpu_time = 0.062s
85.88/85.99	c #wall_clock_time = 0.062s
85.88/85.99	c #decision = 53
85.88/85.99	c #random_decision = 0
85.88/85.99	c #conflict = 1
85.88/85.99	c #restart = 0
85.88/85.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
85.88/85.99	c lower bound updated to -243
85.88/85.99	c BCD2: 1291 <= obj <= 1492
85.88/85.99	c BCD2: #cores=52, #unrelaxed=191, #relaxed=1343, #hardened=0
85.88/85.99	c BCD2: #sat=1 #unsat=1292 bias=1292/1293
85.88/85.99	c Solving starts ...
85.88/85.99	c ============================[ Search Statistics ]============================
85.88/85.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.88/85.99	c       |         |          |          |    Limit     GC | Var      | Constra 
85.88/85.99	c =============================================================================
85.88/85.99	c  0.0s |       0 |        0 |        0 |    62736      0 |     1239 |     1290
85.98/86.06	c  0.1s |       0 |       53 |        1 |    62736      0 |     1239 |     1291
85.98/86.06	c #cpu_time = 0.064s
85.98/86.06	c #wall_clock_time = 0.064s
85.98/86.06	c #decision = 53
85.98/86.06	c #random_decision = 0
85.98/86.06	c #conflict = 1
85.98/86.06	c #restart = 0
85.98/86.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
85.98/86.06	c lower bound updated to -242
85.98/86.06	c BCD2: 1292 <= obj <= 1492
85.98/86.06	c BCD2: #cores=52, #unrelaxed=190, #relaxed=1344, #hardened=0
85.98/86.06	c BCD2: #sat=1 #unsat=1293 bias=1293/1294
85.98/86.06	c Solving starts ...
85.98/86.06	c ============================[ Search Statistics ]============================
85.98/86.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.98/86.06	c       |         |          |          |    Limit     GC | Var      | Constra 
85.98/86.06	c =============================================================================
85.98/86.06	c  0.0s |       0 |        0 |        0 |    62736      0 |     1240 |     1291
86.08/86.12	c  0.1s |       0 |       53 |        1 |    62736      0 |     1240 |     1292
86.08/86.12	c #cpu_time = 0.064s
86.08/86.12	c #wall_clock_time = 0.064s
86.08/86.12	c #decision = 53
86.08/86.12	c #random_decision = 0
86.08/86.12	c #conflict = 1
86.08/86.12	c #restart = 0
86.08/86.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
86.08/86.12	c lower bound updated to -241
86.08/86.12	c BCD2: 1293 <= obj <= 1492
86.08/86.12	c BCD2: #cores=52, #unrelaxed=189, #relaxed=1345, #hardened=0
86.08/86.12	c BCD2: #sat=1 #unsat=1294 bias=1294/1295
86.08/86.12	c Solving starts ...
86.08/86.12	c ============================[ Search Statistics ]============================
86.08/86.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.08/86.12	c       |         |          |          |    Limit     GC | Var      | Constra 
86.08/86.12	c =============================================================================
86.08/86.12	c  0.0s |       0 |        0 |        0 |    62736      0 |     1241 |     1292
86.08/86.19	c  0.1s |       0 |       53 |        1 |    62736      0 |     1241 |     1293
86.08/86.19	c #cpu_time = 0.066s
86.08/86.19	c #wall_clock_time = 0.066s
86.08/86.19	c #decision = 53
86.08/86.19	c #random_decision = 0
86.08/86.19	c #conflict = 1
86.08/86.19	c #restart = 0
86.08/86.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
86.08/86.19	c lower bound updated to -240
86.08/86.19	c BCD2: 1294 <= obj <= 1492
86.08/86.19	c BCD2: #cores=52, #unrelaxed=188, #relaxed=1346, #hardened=0
86.08/86.19	c BCD2: #sat=1 #unsat=1295 bias=1295/1296
86.08/86.19	c Solving starts ...
86.08/86.19	c ============================[ Search Statistics ]============================
86.08/86.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.08/86.19	c       |         |          |          |    Limit     GC | Var      | Constra 
86.08/86.19	c =============================================================================
86.08/86.19	c  0.0s |       0 |        0 |        0 |    62736      0 |     1242 |     1293
86.18/86.25	c  0.1s |       0 |       53 |        1 |    62736      0 |     1242 |     1294
86.18/86.25	c #cpu_time = 0.066s
86.18/86.25	c #wall_clock_time = 0.066s
86.18/86.25	c #decision = 53
86.18/86.25	c #random_decision = 0
86.18/86.25	c #conflict = 1
86.18/86.25	c #restart = 0
86.18/86.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
86.18/86.25	c lower bound updated to -239
86.18/86.26	c BCD2: 1295 <= obj <= 1492
86.18/86.26	c BCD2: #cores=52, #unrelaxed=187, #relaxed=1347, #hardened=0
86.18/86.26	c BCD2: #sat=1 #unsat=1296 bias=1296/1297
86.18/86.26	c Solving starts ...
86.18/86.26	c ============================[ Search Statistics ]============================
86.18/86.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.18/86.26	c       |         |          |          |    Limit     GC | Var      | Constra 
86.18/86.26	c =============================================================================
86.18/86.26	c  0.0s |       0 |        0 |        0 |    62736      0 |     1243 |     1294
86.28/86.32	c  0.1s |       0 |       53 |        1 |    62736      0 |     1243 |     1295
86.28/86.32	c #cpu_time = 0.064s
86.28/86.32	c #wall_clock_time = 0.064s
86.28/86.32	c #decision = 53
86.28/86.32	c #random_decision = 0
86.28/86.32	c #conflict = 1
86.28/86.32	c #restart = 0
86.28/86.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
86.28/86.32	c lower bound updated to -238
86.28/86.32	c BCD2: 1296 <= obj <= 1492
86.28/86.32	c BCD2: #cores=52, #unrelaxed=186, #relaxed=1348, #hardened=0
86.28/86.32	c BCD2: #sat=1 #unsat=1297 bias=1297/1298
86.28/86.32	c Solving starts ...
86.28/86.32	c ============================[ Search Statistics ]============================
86.28/86.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.28/86.32	c       |         |          |          |    Limit     GC | Var      | Constra 
86.28/86.32	c =============================================================================
86.28/86.32	c  0.0s |       0 |        0 |        0 |    62736      0 |     1244 |     1295
86.28/86.39	c  0.1s |       0 |       53 |        1 |    62736      0 |     1244 |     1296
86.28/86.39	c #cpu_time = 0.064s
86.28/86.39	c #wall_clock_time = 0.064s
86.28/86.39	c #decision = 53
86.28/86.39	c #random_decision = 0
86.28/86.39	c #conflict = 1
86.28/86.39	c #restart = 0
86.28/86.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
86.28/86.39	c lower bound updated to -237
86.28/86.39	c BCD2: 1297 <= obj <= 1492
86.28/86.39	c BCD2: #cores=52, #unrelaxed=185, #relaxed=1349, #hardened=0
86.28/86.39	c BCD2: #sat=1 #unsat=1298 bias=1298/1299
86.28/86.39	c Solving starts ...
86.28/86.39	c ============================[ Search Statistics ]============================
86.28/86.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.28/86.39	c       |         |          |          |    Limit     GC | Var      | Constra 
86.28/86.39	c =============================================================================
86.28/86.39	c  0.0s |       0 |        0 |        0 |    62736      0 |     1245 |     1296
86.38/86.46	c  0.1s |       0 |       53 |        1 |    62736      0 |     1245 |     1297
86.38/86.46	c #cpu_time = 0.062s
86.38/86.46	c #wall_clock_time = 0.062s
86.38/86.46	c #decision = 53
86.38/86.46	c #random_decision = 0
86.38/86.46	c #conflict = 1
86.38/86.46	c #restart = 0
86.38/86.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
86.38/86.46	c lower bound updated to -236
86.38/86.46	c BCD2: 1298 <= obj <= 1492
86.38/86.46	c BCD2: #cores=52, #unrelaxed=184, #relaxed=1350, #hardened=0
86.38/86.46	c BCD2: #sat=1 #unsat=1299 bias=1299/1300
86.38/86.46	c Solving starts ...
86.38/86.46	c ============================[ Search Statistics ]============================
86.38/86.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.38/86.46	c       |         |          |          |    Limit     GC | Var      | Constra 
86.38/86.46	c =============================================================================
86.38/86.46	c  0.0s |       0 |        0 |        0 |    62736      0 |     1246 |     1297
86.48/86.52	c  0.1s |       0 |       53 |        1 |    62736      0 |     1246 |     1298
86.48/86.52	c #cpu_time = 0.064s
86.48/86.52	c #wall_clock_time = 0.064s
86.48/86.52	c #decision = 53
86.48/86.52	c #random_decision = 0
86.48/86.52	c #conflict = 1
86.48/86.52	c #restart = 0
86.48/86.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
86.48/86.52	c lower bound updated to -235
86.48/86.52	c BCD2: 1299 <= obj <= 1492
86.48/86.52	c BCD2: #cores=52, #unrelaxed=183, #relaxed=1351, #hardened=0
86.48/86.52	c BCD2: #sat=1 #unsat=1300 bias=1300/1301
86.48/86.52	c Solving starts ...
86.48/86.52	c ============================[ Search Statistics ]============================
86.48/86.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.48/86.52	c       |         |          |          |    Limit     GC | Var      | Constra 
86.48/86.52	c =============================================================================
86.48/86.52	c  0.0s |       0 |        0 |        0 |    62736      0 |     1247 |     1298
86.48/86.59	c  0.1s |       0 |       53 |        1 |    62736      0 |     1247 |     1299
86.48/86.59	c #cpu_time = 0.064s
86.48/86.59	c #wall_clock_time = 0.064s
86.48/86.59	c #decision = 53
86.48/86.59	c #random_decision = 0
86.48/86.59	c #conflict = 1
86.48/86.59	c #restart = 0
86.48/86.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
86.48/86.59	c lower bound updated to -234
86.48/86.59	c BCD2: 1300 <= obj <= 1492
86.48/86.59	c BCD2: #cores=52, #unrelaxed=182, #relaxed=1352, #hardened=0
86.48/86.59	c BCD2: #sat=1 #unsat=1301 bias=1301/1302
86.48/86.59	c Solving starts ...
86.48/86.59	c ============================[ Search Statistics ]============================
86.48/86.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.48/86.59	c       |         |          |          |    Limit     GC | Var      | Constra 
86.48/86.59	c =============================================================================
86.48/86.59	c  0.0s |       0 |        0 |        0 |    62736      0 |     1248 |     1299
86.58/86.65	c  0.1s |       0 |       53 |        0 |    62736      0 |     1248 |     1300
86.58/86.65	c #cpu_time = 0.065s
86.58/86.65	c #wall_clock_time = 0.065s
86.58/86.65	c #decision = 53
86.58/86.65	c #random_decision = 0
86.58/86.65	c #conflict = 0
86.58/86.65	c #restart = 0
86.58/86.65	c BCD2: found a new core of size 2: cost of the new core is >=1
86.58/86.65	c lower bound updated to -233
86.58/86.67	c BCD2: 1301 <= obj <= 1492
86.58/86.67	c BCD2: #cores=53, #unrelaxed=180, #relaxed=1354, #hardened=0
86.58/86.67	c BCD2: #sat=1 #unsat=1302 bias=1302/1303
86.58/86.67	c Solving starts ...
86.58/86.67	c ============================[ Search Statistics ]============================
86.58/86.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.58/86.67	c       |         |          |          |    Limit     GC | Var      | Constra 
86.58/86.67	c =============================================================================
86.58/86.67	c  0.0s |       0 |        0 |        0 |    62736      0 |     1248 |     1301
86.68/86.73	c  0.1s |       0 |       54 |        1 |    62736      0 |     1248 |     1301
86.68/86.73	c #cpu_time = 0.061s
86.68/86.73	c #wall_clock_time = 0.061s
86.68/86.73	c #decision = 54
86.68/86.73	c #random_decision = 0
86.68/86.73	c #conflict = 1
86.68/86.73	c #restart = 0
86.68/86.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
86.68/86.73	c lower bound updated to -232
86.68/86.73	c BCD2: 1302 <= obj <= 1492
86.68/86.73	c BCD2: #cores=53, #unrelaxed=179, #relaxed=1355, #hardened=0
86.68/86.73	c BCD2: #sat=1 #unsat=1303 bias=1303/1304
86.68/86.73	c Solving starts ...
86.68/86.73	c ============================[ Search Statistics ]============================
86.68/86.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.68/86.73	c       |         |          |          |    Limit     GC | Var      | Constra 
86.68/86.73	c =============================================================================
86.68/86.73	c  0.0s |       0 |        0 |        0 |    62736      0 |     1249 |     1301
86.68/86.79	c  0.1s |       0 |       54 |        1 |    62736      0 |     1249 |     1302
86.68/86.79	c #cpu_time = 0.064s
86.68/86.79	c #wall_clock_time = 0.064s
86.68/86.79	c #decision = 54
86.68/86.79	c #random_decision = 0
86.68/86.79	c #conflict = 1
86.68/86.79	c #restart = 0
86.68/86.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
86.68/86.79	c lower bound updated to -231
86.68/86.79	c BCD2: 1303 <= obj <= 1492
86.68/86.79	c BCD2: #cores=53, #unrelaxed=178, #relaxed=1356, #hardened=0
86.68/86.79	c BCD2: #sat=1 #unsat=1304 bias=1304/1305
86.68/86.79	c Solving starts ...
86.68/86.79	c ============================[ Search Statistics ]============================
86.68/86.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.68/86.79	c       |         |          |          |    Limit     GC | Var      | Constra 
86.68/86.79	c =============================================================================
86.68/86.79	c  0.0s |       0 |        0 |        0 |    62736      0 |     1250 |     1302
86.78/86.86	c  0.1s |       0 |       54 |        1 |    62736      0 |     1250 |     1303
86.78/86.86	c #cpu_time = 0.064s
86.78/86.86	c #wall_clock_time = 0.064s
86.78/86.86	c #decision = 54
86.78/86.86	c #random_decision = 0
86.78/86.86	c #conflict = 1
86.78/86.86	c #restart = 0
86.78/86.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
86.78/86.86	c lower bound updated to -230
86.78/86.87	c BCD2: 1304 <= obj <= 1492
86.78/86.87	c BCD2: #cores=53, #unrelaxed=177, #relaxed=1357, #hardened=0
86.78/86.87	c BCD2: #sat=1 #unsat=1305 bias=1305/1306
86.78/86.87	c Solving starts ...
86.78/86.87	c ============================[ Search Statistics ]============================
86.78/86.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.78/86.87	c       |         |          |          |    Limit     GC | Var      | Constra 
86.78/86.87	c =============================================================================
86.78/86.87	c  0.0s |       0 |        0 |        0 |    62736      0 |     1251 |     1303
86.88/86.93	c  0.1s |       0 |       54 |        1 |    62736      0 |     1251 |     1304
86.88/86.93	c #cpu_time = 0.062s
86.88/86.93	c #wall_clock_time = 0.062s
86.88/86.93	c #decision = 54
86.88/86.93	c #random_decision = 0
86.88/86.93	c #conflict = 1
86.88/86.93	c #restart = 0
86.88/86.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
86.88/86.93	c lower bound updated to -229
86.88/86.93	c BCD2: 1305 <= obj <= 1492
86.88/86.93	c BCD2: #cores=53, #unrelaxed=176, #relaxed=1358, #hardened=0
86.88/86.93	c BCD2: #sat=1 #unsat=1306 bias=1306/1307
86.88/86.93	c Solving starts ...
86.88/86.93	c ============================[ Search Statistics ]============================
86.88/86.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.88/86.93	c       |         |          |          |    Limit     GC | Var      | Constra 
86.88/86.93	c =============================================================================
86.88/86.93	c  0.0s |       0 |        0 |        0 |    62736      0 |     1252 |     1304
86.88/87.00	c  0.1s |       0 |       54 |        1 |    62736      0 |     1252 |     1305
86.88/87.00	c #cpu_time = 0.066s
86.88/87.00	c #wall_clock_time = 0.066s
86.88/87.00	c #decision = 54
86.88/87.00	c #random_decision = 0
86.88/87.00	c #conflict = 1
86.88/87.00	c #restart = 0
86.88/87.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
86.88/87.00	c lower bound updated to -228
86.88/87.00	c BCD2: 1306 <= obj <= 1492
86.88/87.00	c BCD2: #cores=53, #unrelaxed=175, #relaxed=1359, #hardened=0
86.88/87.00	c BCD2: #sat=1 #unsat=1307 bias=1307/1308
86.88/87.00	c Solving starts ...
86.88/87.00	c ============================[ Search Statistics ]============================
86.88/87.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.88/87.00	c       |         |          |          |    Limit     GC | Var      | Constra 
86.88/87.00	c =============================================================================
86.88/87.00	c  0.0s |       0 |        0 |        0 |    62736      0 |     1253 |     1305
86.98/87.06	c  0.1s |       0 |       54 |        1 |    62736      0 |     1253 |     1306
86.98/87.06	c #cpu_time = 0.064s
86.98/87.06	c #wall_clock_time = 0.064s
86.98/87.06	c #decision = 54
86.98/87.06	c #random_decision = 0
86.98/87.06	c #conflict = 1
86.98/87.06	c #restart = 0
86.98/87.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
86.98/87.06	c lower bound updated to -227
86.98/87.06	c BCD2: 1307 <= obj <= 1492
86.98/87.06	c BCD2: #cores=53, #unrelaxed=174, #relaxed=1360, #hardened=0
86.98/87.06	c BCD2: #sat=1 #unsat=1308 bias=1308/1309
86.98/87.06	c Solving starts ...
86.98/87.06	c ============================[ Search Statistics ]============================
86.98/87.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
86.98/87.06	c       |         |          |          |    Limit     GC | Var      | Constra 
86.98/87.06	c =============================================================================
86.98/87.06	c  0.0s |       0 |        0 |        0 |    62736      0 |     1254 |     1306
87.08/87.13	c  0.1s |       0 |       54 |        1 |    62736      0 |     1254 |     1307
87.08/87.13	c #cpu_time = 0.065s
87.08/87.13	c #wall_clock_time = 0.065s
87.08/87.13	c #decision = 54
87.08/87.13	c #random_decision = 0
87.08/87.13	c #conflict = 1
87.08/87.13	c #restart = 0
87.08/87.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
87.08/87.13	c lower bound updated to -226
87.08/87.13	c BCD2: 1308 <= obj <= 1492
87.08/87.13	c BCD2: #cores=53, #unrelaxed=173, #relaxed=1361, #hardened=0
87.08/87.13	c BCD2: #sat=1 #unsat=1309 bias=1309/1310
87.08/87.13	c Solving starts ...
87.08/87.13	c ============================[ Search Statistics ]============================
87.08/87.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.08/87.13	c       |         |          |          |    Limit     GC | Var      | Constra 
87.08/87.13	c =============================================================================
87.08/87.13	c  0.0s |       0 |        0 |        0 |    62736      0 |     1255 |     1307
87.08/87.20	c  0.1s |       0 |       54 |        1 |    62736      0 |     1255 |     1308
87.08/87.20	c #cpu_time = 0.065s
87.08/87.20	c #wall_clock_time = 0.065s
87.08/87.20	c #decision = 54
87.08/87.20	c #random_decision = 0
87.08/87.20	c #conflict = 1
87.08/87.20	c #restart = 0
87.08/87.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
87.08/87.20	c lower bound updated to -225
87.18/87.20	c BCD2: 1309 <= obj <= 1492
87.18/87.20	c BCD2: #cores=53, #unrelaxed=172, #relaxed=1362, #hardened=0
87.18/87.20	c BCD2: #sat=1 #unsat=1310 bias=1310/1311
87.18/87.20	c Solving starts ...
87.18/87.20	c ============================[ Search Statistics ]============================
87.18/87.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.18/87.20	c       |         |          |          |    Limit     GC | Var      | Constra 
87.18/87.20	c =============================================================================
87.18/87.20	c  0.0s |       0 |        0 |        0 |    62736      0 |     1256 |     1308
87.18/87.26	c  0.1s |       0 |       54 |        1 |    62736      0 |     1256 |     1309
87.18/87.26	c #cpu_time = 0.064s
87.18/87.26	c #wall_clock_time = 0.064s
87.18/87.26	c #decision = 54
87.18/87.26	c #random_decision = 0
87.18/87.26	c #conflict = 1
87.18/87.26	c #restart = 0
87.18/87.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
87.18/87.26	c lower bound updated to -224
87.18/87.26	c BCD2: 1310 <= obj <= 1492
87.18/87.26	c BCD2: #cores=53, #unrelaxed=171, #relaxed=1363, #hardened=0
87.18/87.26	c BCD2: #sat=1 #unsat=1311 bias=1311/1312
87.18/87.26	c Solving starts ...
87.18/87.26	c ============================[ Search Statistics ]============================
87.18/87.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.18/87.26	c       |         |          |          |    Limit     GC | Var      | Constra 
87.18/87.26	c =============================================================================
87.18/87.26	c  0.0s |       0 |        0 |        0 |    62736      0 |     1257 |     1309
87.28/87.33	c  0.1s |       0 |       54 |        1 |    62736      0 |     1257 |     1310
87.28/87.33	c #cpu_time = 0.064s
87.28/87.33	c #wall_clock_time = 0.064s
87.28/87.33	c #decision = 54
87.28/87.33	c #random_decision = 0
87.28/87.33	c #conflict = 1
87.28/87.33	c #restart = 0
87.28/87.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
87.28/87.33	c lower bound updated to -223
87.28/87.33	c BCD2: 1311 <= obj <= 1492
87.28/87.33	c BCD2: #cores=53, #unrelaxed=170, #relaxed=1364, #hardened=0
87.28/87.33	c BCD2: #sat=1 #unsat=1312 bias=1312/1313
87.28/87.34	c Solving starts ...
87.28/87.34	c ============================[ Search Statistics ]============================
87.28/87.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.28/87.34	c       |         |          |          |    Limit     GC | Var      | Constra 
87.28/87.34	c =============================================================================
87.28/87.34	c  0.0s |       0 |        0 |        0 |    62736      0 |     1258 |     1310
87.38/87.40	c  0.1s |       0 |       54 |        1 |    62736      0 |     1258 |     1311
87.38/87.40	c #cpu_time = 0.062s
87.38/87.40	c #wall_clock_time = 0.062s
87.38/87.40	c #decision = 54
87.38/87.40	c #random_decision = 0
87.38/87.40	c #conflict = 1
87.38/87.40	c #restart = 0
87.38/87.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
87.38/87.40	c lower bound updated to -222
87.38/87.40	c BCD2: 1312 <= obj <= 1492
87.38/87.40	c BCD2: #cores=53, #unrelaxed=169, #relaxed=1365, #hardened=0
87.38/87.40	c BCD2: #sat=1 #unsat=1313 bias=1313/1314
87.38/87.40	c Solving starts ...
87.38/87.40	c ============================[ Search Statistics ]============================
87.38/87.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.38/87.40	c       |         |          |          |    Limit     GC | Var      | Constra 
87.38/87.40	c =============================================================================
87.38/87.40	c  0.0s |       0 |        0 |        0 |    62736      0 |     1259 |     1311
87.38/87.46	c  0.1s |       0 |       54 |        1 |    62736      0 |     1259 |     1312
87.38/87.46	c #cpu_time = 0.064s
87.38/87.46	c #wall_clock_time = 0.064s
87.38/87.46	c #decision = 54
87.38/87.46	c #random_decision = 0
87.38/87.46	c #conflict = 1
87.38/87.46	c #restart = 0
87.38/87.46	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
87.38/87.46	c lower bound updated to -221
87.38/87.46	c BCD2: 1313 <= obj <= 1492
87.38/87.46	c BCD2: #cores=53, #unrelaxed=168, #relaxed=1366, #hardened=0
87.38/87.46	c BCD2: #sat=1 #unsat=1314 bias=1314/1315
87.38/87.46	c Solving starts ...
87.38/87.46	c ============================[ Search Statistics ]============================
87.38/87.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.38/87.46	c       |         |          |          |    Limit     GC | Var      | Constra 
87.38/87.46	c =============================================================================
87.38/87.46	c  0.0s |       0 |        0 |        0 |    62736      0 |     1260 |     1312
87.48/87.53	c  0.1s |       0 |       54 |        1 |    62736      0 |     1260 |     1313
87.48/87.53	c #cpu_time = 0.064s
87.48/87.53	c #wall_clock_time = 0.064s
87.48/87.53	c #decision = 54
87.48/87.53	c #random_decision = 0
87.48/87.53	c #conflict = 1
87.48/87.53	c #restart = 0
87.48/87.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
87.48/87.53	c lower bound updated to -220
87.48/87.53	c BCD2: 1314 <= obj <= 1492
87.48/87.53	c BCD2: #cores=53, #unrelaxed=167, #relaxed=1367, #hardened=0
87.48/87.53	c BCD2: #sat=1 #unsat=1315 bias=1315/1316
87.48/87.53	c Solving starts ...
87.48/87.53	c ============================[ Search Statistics ]============================
87.48/87.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.48/87.53	c       |         |          |          |    Limit     GC | Var      | Constra 
87.48/87.53	c =============================================================================
87.48/87.53	c  0.0s |       0 |        0 |        0 |    62736      0 |     1261 |     1313
87.48/87.59	c  0.1s |       0 |       54 |        1 |    62736      0 |     1261 |     1314
87.48/87.59	c #cpu_time = 0.065s
87.48/87.59	c #wall_clock_time = 0.065s
87.48/87.59	c #decision = 54
87.48/87.59	c #random_decision = 0
87.48/87.59	c #conflict = 1
87.48/87.59	c #restart = 0
87.48/87.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
87.48/87.59	c lower bound updated to -219
87.48/87.59	c BCD2: 1315 <= obj <= 1492
87.48/87.59	c BCD2: #cores=53, #unrelaxed=166, #relaxed=1368, #hardened=0
87.48/87.59	c BCD2: #sat=1 #unsat=1316 bias=1316/1317
87.48/87.60	c Solving starts ...
87.48/87.60	c ============================[ Search Statistics ]============================
87.48/87.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.48/87.60	c       |         |          |          |    Limit     GC | Var      | Constra 
87.48/87.60	c =============================================================================
87.48/87.60	c  0.0s |       0 |        0 |        0 |    62736      0 |     1262 |     1314
87.58/87.66	c  0.1s |       0 |       54 |        1 |    62736      0 |     1262 |     1315
87.58/87.66	c #cpu_time = 0.065s
87.58/87.66	c #wall_clock_time = 0.065s
87.58/87.66	c #decision = 54
87.58/87.66	c #random_decision = 0
87.58/87.66	c #conflict = 1
87.58/87.66	c #restart = 0
87.58/87.66	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
87.58/87.66	c lower bound updated to -218
87.58/87.66	c BCD2: 1316 <= obj <= 1492
87.58/87.66	c BCD2: #cores=53, #unrelaxed=165, #relaxed=1369, #hardened=0
87.58/87.66	c BCD2: #sat=1 #unsat=1317 bias=1317/1318
87.58/87.66	c Solving starts ...
87.58/87.66	c ============================[ Search Statistics ]============================
87.58/87.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.58/87.66	c       |         |          |          |    Limit     GC | Var      | Constra 
87.58/87.66	c =============================================================================
87.58/87.66	c  0.0s |       0 |        0 |        0 |    62736      0 |     1263 |     1315
87.67/87.73	c  0.1s |       0 |       54 |        1 |    62736      0 |     1263 |     1316
87.67/87.73	c #cpu_time = 0.064s
87.67/87.73	c #wall_clock_time = 0.064s
87.67/87.73	c #decision = 54
87.67/87.73	c #random_decision = 0
87.67/87.73	c #conflict = 1
87.67/87.73	c #restart = 0
87.67/87.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
87.67/87.73	c lower bound updated to -217
87.67/87.73	c BCD2: 1317 <= obj <= 1492
87.67/87.73	c BCD2: #cores=53, #unrelaxed=164, #relaxed=1370, #hardened=0
87.67/87.73	c BCD2: #sat=1 #unsat=1318 bias=1318/1319
87.67/87.73	c Solving starts ...
87.67/87.73	c ============================[ Search Statistics ]============================
87.67/87.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.67/87.73	c       |         |          |          |    Limit     GC | Var      | Constra 
87.67/87.73	c =============================================================================
87.67/87.73	c  0.0s |       0 |        0 |        0 |    62736      0 |     1264 |     1316
87.67/87.79	c  0.1s |       0 |       54 |        1 |    62736      0 |     1264 |     1317
87.67/87.79	c #cpu_time = 0.064s
87.67/87.79	c #wall_clock_time = 0.064s
87.67/87.79	c #decision = 54
87.67/87.79	c #random_decision = 0
87.67/87.79	c #conflict = 1
87.67/87.79	c #restart = 0
87.67/87.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
87.67/87.79	c lower bound updated to -216
87.77/87.80	c BCD2: 1318 <= obj <= 1492
87.77/87.80	c BCD2: #cores=53, #unrelaxed=163, #relaxed=1371, #hardened=0
87.77/87.80	c BCD2: #sat=1 #unsat=1319 bias=1319/1320
87.77/87.80	c Solving starts ...
87.77/87.80	c ============================[ Search Statistics ]============================
87.77/87.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.77/87.80	c       |         |          |          |    Limit     GC | Var      | Constra 
87.77/87.80	c =============================================================================
87.77/87.80	c  0.0s |       0 |        0 |        0 |    62736      0 |     1265 |     1317
87.77/87.86	c  0.1s |       0 |       54 |        1 |    62736      0 |     1265 |     1318
87.77/87.86	c #cpu_time = 0.062s
87.77/87.86	c #wall_clock_time = 0.062s
87.77/87.86	c #decision = 54
87.77/87.86	c #random_decision = 0
87.77/87.86	c #conflict = 1
87.77/87.86	c #restart = 0
87.77/87.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
87.77/87.86	c lower bound updated to -215
87.77/87.86	c BCD2: 1319 <= obj <= 1492
87.77/87.86	c BCD2: #cores=53, #unrelaxed=162, #relaxed=1372, #hardened=0
87.77/87.86	c BCD2: #sat=1 #unsat=1320 bias=1320/1321
87.77/87.86	c Solving starts ...
87.77/87.86	c ============================[ Search Statistics ]============================
87.77/87.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.77/87.86	c       |         |          |          |    Limit     GC | Var      | Constra 
87.77/87.86	c =============================================================================
87.77/87.86	c  0.0s |       0 |        0 |        0 |    62736      0 |     1266 |     1318
87.87/87.93	c  0.1s |       0 |       54 |        1 |    62736      0 |     1266 |     1319
87.87/87.93	c #cpu_time = 0.064s
87.87/87.93	c #wall_clock_time = 0.064s
87.87/87.93	c #decision = 54
87.87/87.93	c #random_decision = 0
87.87/87.93	c #conflict = 1
87.87/87.93	c #restart = 0
87.87/87.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
87.87/87.93	c lower bound updated to -214
87.87/87.93	c BCD2: 1320 <= obj <= 1492
87.87/87.93	c BCD2: #cores=53, #unrelaxed=161, #relaxed=1373, #hardened=0
87.87/87.93	c BCD2: #sat=1 #unsat=1321 bias=1321/1322
87.87/87.93	c Solving starts ...
87.87/87.93	c ============================[ Search Statistics ]============================
87.87/87.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.87/87.93	c       |         |          |          |    Limit     GC | Var      | Constra 
87.87/87.93	c =============================================================================
87.87/87.93	c  0.0s |       0 |        0 |        0 |    62736      0 |     1267 |     1319
87.87/87.99	c  0.1s |       0 |       54 |        1 |    62736      0 |     1267 |     1320
87.87/87.99	c #cpu_time = 0.064s
87.87/87.99	c #wall_clock_time = 0.064s
87.87/87.99	c #decision = 54
87.87/87.99	c #random_decision = 0
87.87/87.99	c #conflict = 1
87.87/87.99	c #restart = 0
87.87/87.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
87.87/87.99	c lower bound updated to -213
87.87/87.99	c BCD2: 1321 <= obj <= 1492
87.87/87.99	c BCD2: #cores=53, #unrelaxed=160, #relaxed=1374, #hardened=0
87.87/87.99	c BCD2: #sat=1 #unsat=1322 bias=1322/1323
87.87/87.99	c Solving starts ...
87.87/87.99	c ============================[ Search Statistics ]============================
87.87/87.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.87/87.99	c       |         |          |          |    Limit     GC | Var      | Constra 
87.87/87.99	c =============================================================================
87.87/87.99	c  0.0s |       0 |        0 |        0 |    62736      0 |     1268 |     1320
87.98/88.06	c  0.1s |       0 |       54 |        1 |    62736      0 |     1268 |     1321
87.98/88.06	c #cpu_time = 0.065s
87.98/88.06	c #wall_clock_time = 0.065s
87.98/88.06	c #decision = 54
87.98/88.06	c #random_decision = 0
87.98/88.06	c #conflict = 1
87.98/88.06	c #restart = 0
87.98/88.06	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
87.98/88.06	c lower bound updated to -212
87.98/88.06	c BCD2: 1322 <= obj <= 1492
87.98/88.06	c BCD2: #cores=53, #unrelaxed=159, #relaxed=1375, #hardened=0
87.98/88.06	c BCD2: #sat=1 #unsat=1323 bias=1323/1324
87.98/88.06	c Solving starts ...
87.98/88.06	c ============================[ Search Statistics ]============================
87.98/88.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
87.98/88.06	c       |         |          |          |    Limit     GC | Var      | Constra 
87.98/88.06	c =============================================================================
87.98/88.06	c  0.0s |       0 |        0 |        0 |    62736      0 |     1269 |     1321
88.08/88.13	c  0.1s |       0 |       54 |        1 |    62736      0 |     1269 |     1322
88.08/88.13	c #cpu_time = 0.066s
88.08/88.13	c #wall_clock_time = 0.066s
88.08/88.13	c #decision = 54
88.08/88.13	c #random_decision = 0
88.08/88.13	c #conflict = 1
88.08/88.13	c #restart = 0
88.08/88.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
88.08/88.13	c lower bound updated to -211
88.08/88.13	c BCD2: 1323 <= obj <= 1492
88.08/88.13	c BCD2: #cores=53, #unrelaxed=158, #relaxed=1376, #hardened=0
88.08/88.13	c BCD2: #sat=1 #unsat=1324 bias=1324/1325
88.08/88.13	c Solving starts ...
88.08/88.13	c ============================[ Search Statistics ]============================
88.08/88.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.08/88.13	c       |         |          |          |    Limit     GC | Var      | Constra 
88.08/88.13	c =============================================================================
88.08/88.13	c  0.0s |       0 |        0 |        0 |    62736      0 |     1270 |     1322
88.08/88.19	c  0.1s |       0 |       54 |        1 |    62736      0 |     1270 |     1323
88.08/88.19	c #cpu_time = 0.066s
88.08/88.19	c #wall_clock_time = 0.066s
88.08/88.19	c #decision = 54
88.08/88.19	c #random_decision = 0
88.08/88.19	c #conflict = 1
88.08/88.19	c #restart = 0
88.08/88.19	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
88.08/88.19	c lower bound updated to -210
88.08/88.19	c BCD2: 1324 <= obj <= 1492
88.08/88.19	c BCD2: #cores=53, #unrelaxed=157, #relaxed=1377, #hardened=0
88.08/88.19	c BCD2: #sat=1 #unsat=1325 bias=1325/1326
88.08/88.20	c Solving starts ...
88.08/88.20	c ============================[ Search Statistics ]============================
88.08/88.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.08/88.20	c       |         |          |          |    Limit     GC | Var      | Constra 
88.08/88.20	c =============================================================================
88.08/88.20	c  0.0s |       0 |        0 |        0 |    62736      0 |     1271 |     1323
88.17/88.26	c  0.1s |       0 |       54 |        1 |    62736      0 |     1271 |     1324
88.17/88.26	c #cpu_time = 0.065s
88.17/88.26	c #wall_clock_time = 0.065s
88.17/88.26	c #decision = 54
88.17/88.26	c #random_decision = 0
88.17/88.26	c #conflict = 1
88.17/88.26	c #restart = 0
88.17/88.26	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
88.17/88.26	c lower bound updated to -209
88.17/88.27	c BCD2: 1325 <= obj <= 1492
88.17/88.27	c BCD2: #cores=53, #unrelaxed=156, #relaxed=1378, #hardened=0
88.17/88.27	c BCD2: #sat=1 #unsat=1326 bias=1326/1327
88.17/88.27	c Solving starts ...
88.17/88.27	c ============================[ Search Statistics ]============================
88.17/88.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.17/88.27	c       |         |          |          |    Limit     GC | Var      | Constra 
88.17/88.27	c =============================================================================
88.17/88.27	c  0.0s |       0 |        0 |        0 |    62736      0 |     1272 |     1324
88.27/88.33	c  0.1s |       0 |       54 |        0 |    62736      0 |     1272 |     1325
88.27/88.33	c #cpu_time = 0.062s
88.27/88.33	c #wall_clock_time = 0.062s
88.27/88.33	c #decision = 54
88.27/88.33	c #random_decision = 0
88.27/88.33	c #conflict = 0
88.27/88.33	c #restart = 0
88.27/88.33	c BCD2: found a new core of size 2: cost of the new core is >=1
88.27/88.33	c lower bound updated to -208
88.27/88.34	c BCD2: 1326 <= obj <= 1492
88.27/88.34	c BCD2: #cores=54, #unrelaxed=154, #relaxed=1380, #hardened=0
88.27/88.34	c BCD2: #sat=1 #unsat=1327 bias=1327/1328
88.27/88.34	c Solving starts ...
88.27/88.34	c ============================[ Search Statistics ]============================
88.27/88.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.27/88.34	c       |         |          |          |    Limit     GC | Var      | Constra 
88.27/88.34	c =============================================================================
88.27/88.34	c  0.0s |       0 |        0 |        0 |    62736      0 |     1272 |     1326
88.37/88.41	c  0.1s |       0 |       55 |        1 |    62736      0 |     1272 |     1326
88.37/88.41	c #cpu_time = 0.062s
88.37/88.41	c #wall_clock_time = 0.062s
88.37/88.41	c #decision = 55
88.37/88.41	c #random_decision = 0
88.37/88.41	c #conflict = 1
88.37/88.41	c #restart = 0
88.37/88.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
88.37/88.41	c lower bound updated to -207
88.37/88.41	c BCD2: 1327 <= obj <= 1492
88.37/88.41	c BCD2: #cores=54, #unrelaxed=153, #relaxed=1381, #hardened=0
88.37/88.41	c BCD2: #sat=1 #unsat=1328 bias=1328/1329
88.37/88.41	c Solving starts ...
88.37/88.41	c ============================[ Search Statistics ]============================
88.37/88.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.37/88.41	c       |         |          |          |    Limit     GC | Var      | Constra 
88.37/88.41	c =============================================================================
88.37/88.41	c  0.0s |       0 |        0 |        0 |    62736      0 |     1273 |     1326
88.37/88.47	c  0.1s |       0 |       55 |        1 |    62736      0 |     1273 |     1327
88.37/88.47	c #cpu_time = 0.064s
88.37/88.47	c #wall_clock_time = 0.064s
88.37/88.47	c #decision = 55
88.37/88.47	c #random_decision = 0
88.37/88.47	c #conflict = 1
88.37/88.47	c #restart = 0
88.37/88.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
88.37/88.47	c lower bound updated to -206
88.37/88.47	c BCD2: 1328 <= obj <= 1492
88.37/88.47	c BCD2: #cores=54, #unrelaxed=152, #relaxed=1382, #hardened=0
88.37/88.47	c BCD2: #sat=1 #unsat=1329 bias=1329/1330
88.37/88.47	c Solving starts ...
88.37/88.47	c ============================[ Search Statistics ]============================
88.37/88.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.37/88.47	c       |         |          |          |    Limit     GC | Var      | Constra 
88.37/88.47	c =============================================================================
88.37/88.47	c  0.0s |       0 |        0 |        0 |    62736      0 |     1274 |     1327
88.47/88.54	c  0.1s |       0 |       55 |        1 |    62736      0 |     1274 |     1328
88.47/88.54	c #cpu_time = 0.065s
88.47/88.54	c #wall_clock_time = 0.065s
88.47/88.54	c #decision = 55
88.47/88.54	c #random_decision = 0
88.47/88.54	c #conflict = 1
88.47/88.54	c #restart = 0
88.47/88.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
88.47/88.54	c lower bound updated to -205
88.47/88.54	c BCD2: 1329 <= obj <= 1492
88.47/88.54	c BCD2: #cores=54, #unrelaxed=151, #relaxed=1383, #hardened=0
88.47/88.54	c BCD2: #sat=1 #unsat=1330 bias=1330/1331
88.47/88.54	c Solving starts ...
88.47/88.54	c ============================[ Search Statistics ]============================
88.47/88.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.47/88.54	c       |         |          |          |    Limit     GC | Var      | Constra 
88.47/88.54	c =============================================================================
88.47/88.54	c  0.0s |       0 |        0 |        0 |    62736      0 |     1275 |     1328
88.57/88.60	c  0.1s |       0 |       55 |        1 |    62736      0 |     1275 |     1329
88.57/88.60	c #cpu_time = 0.065s
88.57/88.60	c #wall_clock_time = 0.065s
88.57/88.60	c #decision = 55
88.57/88.60	c #random_decision = 0
88.57/88.60	c #conflict = 1
88.57/88.60	c #restart = 0
88.57/88.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
88.57/88.60	c lower bound updated to -204
88.57/88.60	c BCD2: 1330 <= obj <= 1492
88.57/88.60	c BCD2: #cores=54, #unrelaxed=150, #relaxed=1384, #hardened=0
88.57/88.60	c BCD2: #sat=1 #unsat=1331 bias=1331/1332
88.57/88.60	c Solving starts ...
88.57/88.60	c ============================[ Search Statistics ]============================
88.57/88.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.57/88.60	c       |         |          |          |    Limit     GC | Var      | Constra 
88.57/88.60	c =============================================================================
88.57/88.60	c  0.0s |       0 |        0 |        0 |    62736      0 |     1276 |     1329
88.57/88.67	c  0.1s |       0 |       55 |        1 |    62736      0 |     1276 |     1330
88.57/88.67	c #cpu_time = 0.064s
88.57/88.67	c #wall_clock_time = 0.064s
88.57/88.67	c #decision = 55
88.57/88.67	c #random_decision = 0
88.57/88.67	c #conflict = 1
88.57/88.67	c #restart = 0
88.57/88.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
88.57/88.67	c lower bound updated to -203
88.57/88.67	c BCD2: 1331 <= obj <= 1492
88.57/88.67	c BCD2: #cores=54, #unrelaxed=149, #relaxed=1385, #hardened=0
88.57/88.67	c BCD2: #sat=1 #unsat=1332 bias=1332/1333
88.57/88.67	c Solving starts ...
88.57/88.67	c ============================[ Search Statistics ]============================
88.57/88.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.57/88.67	c       |         |          |          |    Limit     GC | Var      | Constra 
88.57/88.67	c =============================================================================
88.57/88.67	c  0.0s |       0 |        0 |        0 |    62736      0 |     1277 |     1330
88.67/88.73	c  0.1s |       0 |       55 |        1 |    62736      0 |     1277 |     1331
88.67/88.73	c #cpu_time = 0.064s
88.67/88.73	c #wall_clock_time = 0.064s
88.67/88.73	c #decision = 55
88.67/88.73	c #random_decision = 0
88.67/88.73	c #conflict = 1
88.67/88.73	c #restart = 0
88.67/88.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
88.67/88.73	c lower bound updated to -202
88.67/88.74	c BCD2: 1332 <= obj <= 1492
88.67/88.74	c BCD2: #cores=54, #unrelaxed=148, #relaxed=1386, #hardened=0
88.67/88.74	c BCD2: #sat=1 #unsat=1333 bias=1333/1334
88.67/88.74	c Solving starts ...
88.67/88.74	c ============================[ Search Statistics ]============================
88.67/88.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.67/88.74	c       |         |          |          |    Limit     GC | Var      | Constra 
88.67/88.74	c =============================================================================
88.67/88.74	c  0.0s |       0 |        0 |        0 |    62736      0 |     1278 |     1331
88.77/88.81	c  0.1s |       0 |       55 |        1 |    62736      0 |     1278 |     1332
88.77/88.81	c #cpu_time = 0.062s
88.77/88.81	c #wall_clock_time = 0.062s
88.77/88.81	c #decision = 55
88.77/88.81	c #random_decision = 0
88.77/88.81	c #conflict = 1
88.77/88.81	c #restart = 0
88.77/88.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
88.77/88.81	c lower bound updated to -201
88.77/88.81	c BCD2: 1333 <= obj <= 1492
88.77/88.81	c BCD2: #cores=54, #unrelaxed=147, #relaxed=1387, #hardened=0
88.77/88.81	c BCD2: #sat=1 #unsat=1334 bias=1334/1335
88.77/88.81	c Solving starts ...
88.77/88.81	c ============================[ Search Statistics ]============================
88.77/88.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.77/88.81	c       |         |          |          |    Limit     GC | Var      | Constra 
88.77/88.81	c =============================================================================
88.77/88.81	c  0.0s |       0 |        0 |        0 |    62736      0 |     1279 |     1332
88.77/88.87	c  0.1s |       0 |       55 |        1 |    62736      0 |     1279 |     1333
88.77/88.87	c #cpu_time = 0.064s
88.77/88.87	c #wall_clock_time = 0.064s
88.77/88.87	c #decision = 55
88.77/88.87	c #random_decision = 0
88.77/88.87	c #conflict = 1
88.77/88.87	c #restart = 0
88.77/88.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
88.77/88.87	c lower bound updated to -200
88.77/88.87	c BCD2: 1334 <= obj <= 1492
88.77/88.87	c BCD2: #cores=54, #unrelaxed=146, #relaxed=1388, #hardened=0
88.77/88.87	c BCD2: #sat=1 #unsat=1335 bias=1335/1336
88.77/88.87	c Solving starts ...
88.77/88.87	c ============================[ Search Statistics ]============================
88.77/88.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.77/88.87	c       |         |          |          |    Limit     GC | Var      | Constra 
88.77/88.87	c =============================================================================
88.77/88.87	c  0.0s |       0 |        0 |        0 |    62736      0 |     1280 |     1333
88.87/88.94	c  0.1s |       0 |       55 |        1 |    62736      0 |     1280 |     1334
88.87/88.94	c #cpu_time = 0.064s
88.87/88.94	c #wall_clock_time = 0.064s
88.87/88.94	c #decision = 55
88.87/88.94	c #random_decision = 0
88.87/88.94	c #conflict = 1
88.87/88.94	c #restart = 0
88.87/88.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
88.87/88.94	c lower bound updated to -199
88.87/88.94	c BCD2: 1335 <= obj <= 1492
88.87/88.94	c BCD2: #cores=54, #unrelaxed=145, #relaxed=1389, #hardened=0
88.87/88.94	c BCD2: #sat=1 #unsat=1336 bias=1336/1337
88.87/88.94	c Solving starts ...
88.87/88.94	c ============================[ Search Statistics ]============================
88.87/88.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.87/88.94	c       |         |          |          |    Limit     GC | Var      | Constra 
88.87/88.94	c =============================================================================
88.87/88.94	c  0.0s |       0 |        0 |        0 |    62736      0 |     1281 |     1334
88.97/89.00	c  0.1s |       0 |       55 |        1 |    62736      0 |     1281 |     1335
88.97/89.00	c #cpu_time = 0.065s
88.97/89.00	c #wall_clock_time = 0.065s
88.97/89.00	c #decision = 55
88.97/89.00	c #random_decision = 0
88.97/89.00	c #conflict = 1
88.97/89.00	c #restart = 0
88.97/89.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
88.97/89.00	c lower bound updated to -198
88.97/89.00	c BCD2: 1336 <= obj <= 1492
88.97/89.00	c BCD2: #cores=54, #unrelaxed=144, #relaxed=1390, #hardened=0
88.97/89.00	c BCD2: #sat=1 #unsat=1337 bias=1337/1338
88.97/89.00	c Solving starts ...
88.97/89.00	c ============================[ Search Statistics ]============================
88.97/89.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.97/89.00	c       |         |          |          |    Limit     GC | Var      | Constra 
88.97/89.00	c =============================================================================
88.97/89.00	c  0.0s |       0 |        0 |        0 |    62736      0 |     1282 |     1335
88.97/89.07	c  0.1s |       0 |       55 |        1 |    62736      0 |     1282 |     1336
88.97/89.07	c #cpu_time = 0.065s
88.97/89.07	c #wall_clock_time = 0.065s
88.97/89.07	c #decision = 55
88.97/89.07	c #random_decision = 0
88.97/89.07	c #conflict = 1
88.97/89.07	c #restart = 0
88.97/89.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
88.97/89.07	c lower bound updated to -197
88.97/89.07	c BCD2: 1337 <= obj <= 1492
88.97/89.07	c BCD2: #cores=54, #unrelaxed=143, #relaxed=1391, #hardened=0
88.97/89.07	c BCD2: #sat=1 #unsat=1338 bias=1338/1339
88.97/89.07	c Solving starts ...
88.97/89.07	c ============================[ Search Statistics ]============================
88.97/89.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
88.97/89.07	c       |         |          |          |    Limit     GC | Var      | Constra 
88.97/89.07	c =============================================================================
88.97/89.07	c  0.0s |       0 |        0 |        0 |    62736      0 |     1283 |     1336
89.08/89.13	c  0.1s |       0 |       55 |        1 |    62736      0 |     1283 |     1337
89.08/89.13	c #cpu_time = 0.065s
89.08/89.13	c #wall_clock_time = 0.065s
89.08/89.13	c #decision = 55
89.08/89.13	c #random_decision = 0
89.08/89.13	c #conflict = 1
89.08/89.13	c #restart = 0
89.08/89.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
89.08/89.13	c lower bound updated to -196
89.08/89.14	c BCD2: 1338 <= obj <= 1492
89.08/89.14	c BCD2: #cores=54, #unrelaxed=142, #relaxed=1392, #hardened=0
89.08/89.14	c BCD2: #sat=1 #unsat=1339 bias=1339/1340
89.08/89.14	c Solving starts ...
89.08/89.14	c ============================[ Search Statistics ]============================
89.08/89.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.08/89.14	c       |         |          |          |    Limit     GC | Var      | Constra 
89.08/89.14	c =============================================================================
89.08/89.14	c  0.0s |       0 |        0 |        0 |    62736      0 |     1284 |     1337
89.08/89.20	c  0.1s |       0 |       55 |        1 |    62736      0 |     1284 |     1338
89.08/89.20	c #cpu_time = 0.064s
89.08/89.20	c #wall_clock_time = 0.064s
89.08/89.20	c #decision = 55
89.08/89.20	c #random_decision = 0
89.08/89.20	c #conflict = 1
89.08/89.20	c #restart = 0
89.08/89.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
89.08/89.20	c lower bound updated to -195
89.18/89.21	c BCD2: 1339 <= obj <= 1492
89.18/89.21	c BCD2: #cores=54, #unrelaxed=141, #relaxed=1393, #hardened=0
89.18/89.21	c BCD2: #sat=1 #unsat=1340 bias=1340/1341
89.18/89.21	c Solving starts ...
89.18/89.21	c ============================[ Search Statistics ]============================
89.18/89.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.18/89.21	c       |         |          |          |    Limit     GC | Var      | Constra 
89.18/89.21	c =============================================================================
89.18/89.21	c  0.0s |       0 |        0 |        0 |    62736      0 |     1285 |     1338
89.18/89.27	c  0.1s |       0 |       55 |        1 |    62736      0 |     1285 |     1339
89.18/89.27	c #cpu_time = 0.065s
89.18/89.27	c #wall_clock_time = 0.065s
89.18/89.27	c #decision = 55
89.18/89.27	c #random_decision = 0
89.18/89.27	c #conflict = 1
89.18/89.27	c #restart = 0
89.18/89.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
89.18/89.27	c lower bound updated to -194
89.18/89.28	c BCD2: 1340 <= obj <= 1492
89.18/89.28	c BCD2: #cores=54, #unrelaxed=140, #relaxed=1394, #hardened=0
89.18/89.28	c BCD2: #sat=1 #unsat=1341 bias=1341/1342
89.18/89.28	c Solving starts ...
89.18/89.28	c ============================[ Search Statistics ]============================
89.18/89.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.18/89.28	c       |         |          |          |    Limit     GC | Var      | Constra 
89.18/89.28	c =============================================================================
89.18/89.28	c  0.0s |       0 |        0 |        0 |    62736      0 |     1286 |     1339
89.27/89.34	c  0.1s |       0 |       55 |        1 |    62736      0 |     1286 |     1340
89.27/89.34	c #cpu_time = 0.066s
89.27/89.34	c #wall_clock_time = 0.066s
89.27/89.34	c #decision = 55
89.27/89.34	c #random_decision = 0
89.27/89.34	c #conflict = 1
89.27/89.34	c #restart = 0
89.27/89.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
89.27/89.34	c lower bound updated to -193
89.27/89.34	c BCD2: 1341 <= obj <= 1492
89.27/89.34	c BCD2: #cores=54, #unrelaxed=139, #relaxed=1395, #hardened=0
89.27/89.34	c BCD2: #sat=1 #unsat=1342 bias=1342/1343
89.27/89.34	c Solving starts ...
89.27/89.34	c ============================[ Search Statistics ]============================
89.27/89.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.27/89.34	c       |         |          |          |    Limit     GC | Var      | Constra 
89.27/89.34	c =============================================================================
89.27/89.34	c  0.0s |       0 |        0 |        0 |    62736      0 |     1287 |     1340
89.37/89.41	c  0.1s |       0 |       55 |        1 |    62736      0 |     1287 |     1341
89.37/89.41	c #cpu_time = 0.064s
89.37/89.41	c #wall_clock_time = 0.064s
89.37/89.41	c #decision = 55
89.37/89.41	c #random_decision = 0
89.37/89.41	c #conflict = 1
89.37/89.41	c #restart = 0
89.37/89.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
89.37/89.41	c lower bound updated to -192
89.37/89.41	c BCD2: 1342 <= obj <= 1492
89.37/89.41	c BCD2: #cores=54, #unrelaxed=138, #relaxed=1396, #hardened=0
89.37/89.41	c BCD2: #sat=1 #unsat=1343 bias=1343/1344
89.37/89.41	c Solving starts ...
89.37/89.41	c ============================[ Search Statistics ]============================
89.37/89.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.37/89.41	c       |         |          |          |    Limit     GC | Var      | Constra 
89.37/89.41	c =============================================================================
89.37/89.41	c  0.0s |       0 |        0 |        0 |    62736      0 |     1288 |     1341
89.37/89.47	c  0.1s |       0 |       55 |        1 |    62736      0 |     1288 |     1342
89.37/89.47	c #cpu_time = 0.066s
89.37/89.47	c #wall_clock_time = 0.066s
89.37/89.47	c #decision = 55
89.37/89.47	c #random_decision = 0
89.37/89.47	c #conflict = 1
89.37/89.48	c #restart = 0
89.37/89.48	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
89.37/89.48	c lower bound updated to -191
89.37/89.48	c BCD2: 1343 <= obj <= 1492
89.37/89.48	c BCD2: #cores=54, #unrelaxed=137, #relaxed=1397, #hardened=0
89.37/89.48	c BCD2: #sat=1 #unsat=1344 bias=1344/1345
89.37/89.48	c Solving starts ...
89.37/89.48	c ============================[ Search Statistics ]============================
89.37/89.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.37/89.48	c       |         |          |          |    Limit     GC | Var      | Constra 
89.37/89.48	c =============================================================================
89.37/89.48	c  0.0s |       0 |        0 |        0 |    62736      0 |     1289 |     1342
89.47/89.54	c  0.1s |       0 |       55 |        1 |    62736      0 |     1289 |     1343
89.47/89.54	c #cpu_time = 0.065s
89.47/89.54	c #wall_clock_time = 0.065s
89.47/89.54	c #decision = 55
89.47/89.54	c #random_decision = 0
89.47/89.54	c #conflict = 1
89.47/89.54	c #restart = 0
89.47/89.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
89.47/89.54	c lower bound updated to -190
89.47/89.54	c BCD2: 1344 <= obj <= 1492
89.47/89.54	c BCD2: #cores=54, #unrelaxed=136, #relaxed=1398, #hardened=0
89.47/89.54	c BCD2: #sat=1 #unsat=1345 bias=1345/1346
89.47/89.54	c Solving starts ...
89.47/89.54	c ============================[ Search Statistics ]============================
89.47/89.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.47/89.54	c       |         |          |          |    Limit     GC | Var      | Constra 
89.47/89.54	c =============================================================================
89.47/89.54	c  0.0s |       0 |        0 |        0 |    62736      0 |     1290 |     1343
89.57/89.61	c  0.1s |       0 |       55 |        1 |    62736      0 |     1290 |     1344
89.57/89.61	c #cpu_time = 0.065s
89.57/89.61	c #wall_clock_time = 0.065s
89.57/89.61	c #decision = 55
89.57/89.61	c #random_decision = 0
89.57/89.61	c #conflict = 1
89.57/89.61	c #restart = 0
89.57/89.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
89.57/89.61	c lower bound updated to -189
89.57/89.61	c BCD2: 1345 <= obj <= 1492
89.57/89.61	c BCD2: #cores=54, #unrelaxed=135, #relaxed=1399, #hardened=0
89.57/89.61	c BCD2: #sat=1 #unsat=1346 bias=1346/1347
89.57/89.61	c Solving starts ...
89.57/89.61	c ============================[ Search Statistics ]============================
89.57/89.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.57/89.61	c       |         |          |          |    Limit     GC | Var      | Constra 
89.57/89.61	c =============================================================================
89.57/89.61	c  0.0s |       0 |        0 |        0 |    62736      0 |     1291 |     1344
89.57/89.67	c  0.1s |       0 |       55 |        1 |    62736      0 |     1291 |     1345
89.57/89.67	c #cpu_time = 0.064s
89.57/89.67	c #wall_clock_time = 0.064s
89.57/89.67	c #decision = 55
89.57/89.67	c #random_decision = 0
89.57/89.67	c #conflict = 1
89.57/89.67	c #restart = 0
89.57/89.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
89.57/89.67	c lower bound updated to -188
89.57/89.68	c BCD2: 1346 <= obj <= 1492
89.57/89.68	c BCD2: #cores=54, #unrelaxed=134, #relaxed=1400, #hardened=0
89.57/89.68	c BCD2: #sat=1 #unsat=1347 bias=1347/1348
89.57/89.68	c Solving starts ...
89.57/89.68	c ============================[ Search Statistics ]============================
89.57/89.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.57/89.68	c       |         |          |          |    Limit     GC | Var      | Constra 
89.57/89.68	c =============================================================================
89.57/89.68	c  0.0s |       0 |        0 |        0 |    62736      0 |     1292 |     1345
89.67/89.74	c  0.1s |       0 |       55 |        1 |    62736      0 |     1292 |     1346
89.67/89.74	c #cpu_time = 0.062s
89.67/89.74	c #wall_clock_time = 0.062s
89.67/89.74	c #decision = 55
89.67/89.74	c #random_decision = 0
89.67/89.74	c #conflict = 1
89.67/89.74	c #restart = 0
89.67/89.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
89.67/89.74	c lower bound updated to -187
89.67/89.74	c BCD2: 1347 <= obj <= 1492
89.67/89.74	c BCD2: #cores=54, #unrelaxed=133, #relaxed=1401, #hardened=0
89.67/89.74	c BCD2: #sat=1 #unsat=1348 bias=1348/1349
89.67/89.75	c Solving starts ...
89.67/89.75	c ============================[ Search Statistics ]============================
89.67/89.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.67/89.75	c       |         |          |          |    Limit     GC | Var      | Constra 
89.67/89.75	c =============================================================================
89.67/89.75	c  0.0s |       0 |        0 |        0 |    62736      0 |     1293 |     1346
89.77/89.81	c  0.1s |       0 |       55 |        1 |    62736      0 |     1293 |     1347
89.77/89.81	c #cpu_time = 0.064s
89.77/89.81	c #wall_clock_time = 0.064s
89.77/89.81	c #decision = 55
89.77/89.81	c #random_decision = 0
89.77/89.81	c #conflict = 1
89.77/89.81	c #restart = 0
89.77/89.81	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
89.77/89.81	c lower bound updated to -186
89.77/89.81	c BCD2: 1348 <= obj <= 1492
89.77/89.81	c BCD2: #cores=54, #unrelaxed=132, #relaxed=1402, #hardened=0
89.77/89.81	c BCD2: #sat=1 #unsat=1349 bias=1349/1350
89.77/89.81	c Solving starts ...
89.77/89.81	c ============================[ Search Statistics ]============================
89.77/89.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.77/89.81	c       |         |          |          |    Limit     GC | Var      | Constra 
89.77/89.81	c =============================================================================
89.77/89.81	c  0.0s |       0 |        0 |        0 |    62736      0 |     1294 |     1347
89.77/89.87	c  0.1s |       0 |       55 |        1 |    62736      0 |     1294 |     1348
89.77/89.87	c #cpu_time = 0.064s
89.77/89.87	c #wall_clock_time = 0.064s
89.77/89.87	c #decision = 55
89.77/89.87	c #random_decision = 0
89.77/89.87	c #conflict = 1
89.77/89.87	c #restart = 0
89.77/89.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
89.77/89.87	c lower bound updated to -185
89.77/89.88	c BCD2: 1349 <= obj <= 1492
89.77/89.88	c BCD2: #cores=54, #unrelaxed=131, #relaxed=1403, #hardened=0
89.77/89.88	c BCD2: #sat=1 #unsat=1350 bias=1350/1351
89.77/89.88	c Solving starts ...
89.77/89.88	c ============================[ Search Statistics ]============================
89.77/89.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.77/89.88	c       |         |          |          |    Limit     GC | Var      | Constra 
89.77/89.88	c =============================================================================
89.77/89.88	c  0.0s |       0 |        0 |        0 |    62736      0 |     1295 |     1348
89.87/89.94	c  0.1s |       0 |       55 |        1 |    62736      0 |     1295 |     1349
89.87/89.94	c #cpu_time = 0.065s
89.87/89.94	c #wall_clock_time = 0.065s
89.87/89.94	c #decision = 55
89.87/89.94	c #random_decision = 0
89.87/89.94	c #conflict = 1
89.87/89.94	c #restart = 0
89.87/89.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
89.87/89.94	c lower bound updated to -184
89.87/89.94	c BCD2: 1350 <= obj <= 1492
89.87/89.94	c BCD2: #cores=54, #unrelaxed=130, #relaxed=1404, #hardened=0
89.87/89.94	c BCD2: #sat=1 #unsat=1351 bias=1351/1352
89.87/89.94	c Solving starts ...
89.87/89.94	c ============================[ Search Statistics ]============================
89.87/89.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.87/89.94	c       |         |          |          |    Limit     GC | Var      | Constra 
89.87/89.94	c =============================================================================
89.87/89.94	c  0.0s |       0 |        0 |        0 |    62736      0 |     1296 |     1349
89.97/90.01	c  0.1s |       0 |       55 |        0 |    62736      0 |     1296 |     1350
89.97/90.01	c #cpu_time = 0.065s
89.97/90.01	c #wall_clock_time = 0.065s
89.97/90.01	c #decision = 55
89.97/90.01	c #random_decision = 0
89.97/90.01	c #conflict = 0
89.97/90.01	c #restart = 0
89.97/90.01	c BCD2: found a new core of size 2: cost of the new core is >=1
89.97/90.01	c lower bound updated to -183
89.97/90.02	c BCD2: 1351 <= obj <= 1492
89.97/90.02	c BCD2: #cores=55, #unrelaxed=128, #relaxed=1406, #hardened=0
89.97/90.02	c BCD2: #sat=1 #unsat=1352 bias=1352/1353
89.97/90.02	c Solving starts ...
89.97/90.02	c ============================[ Search Statistics ]============================
89.97/90.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.97/90.02	c       |         |          |          |    Limit     GC | Var      | Constra 
89.97/90.02	c =============================================================================
89.97/90.02	c  0.0s |       0 |        0 |        0 |    62736      0 |     1296 |     1351
89.97/90.08	c  0.1s |       0 |       56 |        1 |    62736      0 |     1296 |     1351
89.97/90.08	c #cpu_time = 0.062s
89.97/90.08	c #wall_clock_time = 0.062s
89.97/90.08	c #decision = 56
89.97/90.08	c #random_decision = 0
89.97/90.08	c #conflict = 1
89.97/90.08	c #restart = 0
89.97/90.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
89.97/90.08	c lower bound updated to -182
89.97/90.08	c BCD2: 1352 <= obj <= 1492
89.97/90.08	c BCD2: #cores=55, #unrelaxed=127, #relaxed=1407, #hardened=0
89.97/90.08	c BCD2: #sat=1 #unsat=1353 bias=1353/1354
89.97/90.08	c Solving starts ...
89.97/90.08	c ============================[ Search Statistics ]============================
89.97/90.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
89.97/90.08	c       |         |          |          |    Limit     GC | Var      | Constra 
89.97/90.08	c =============================================================================
89.97/90.08	c  0.0s |       0 |        0 |        0 |    62736      0 |     1297 |     1351
90.07/90.15	c  0.1s |       0 |       56 |        1 |    62736      0 |     1297 |     1352
90.07/90.15	c #cpu_time = 0.064s
90.07/90.15	c #wall_clock_time = 0.064s
90.07/90.15	c #decision = 56
90.07/90.15	c #random_decision = 0
90.07/90.15	c #conflict = 1
90.07/90.15	c #restart = 0
90.07/90.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
90.07/90.15	c lower bound updated to -181
90.07/90.16	c BCD2: 1353 <= obj <= 1492
90.07/90.16	c BCD2: #cores=55, #unrelaxed=126, #relaxed=1408, #hardened=0
90.07/90.16	c BCD2: #sat=1 #unsat=1354 bias=1354/1355
90.07/90.16	c Solving starts ...
90.07/90.16	c ============================[ Search Statistics ]============================
90.07/90.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.07/90.16	c       |         |          |          |    Limit     GC | Var      | Constra 
90.07/90.16	c =============================================================================
90.07/90.16	c  0.0s |       0 |        0 |        0 |    62736      0 |     1298 |     1352
90.18/90.22	c  0.1s |       0 |       56 |        1 |    62736      0 |     1298 |     1353
90.18/90.22	c #cpu_time = 0.062s
90.18/90.22	c #wall_clock_time = 0.062s
90.18/90.22	c #decision = 56
90.18/90.22	c #random_decision = 0
90.18/90.22	c #conflict = 1
90.18/90.22	c #restart = 0
90.18/90.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
90.18/90.22	c lower bound updated to -180
90.18/90.22	c BCD2: 1354 <= obj <= 1492
90.18/90.22	c BCD2: #cores=55, #unrelaxed=125, #relaxed=1409, #hardened=0
90.18/90.22	c BCD2: #sat=1 #unsat=1355 bias=1355/1356
90.18/90.22	c Solving starts ...
90.18/90.22	c ============================[ Search Statistics ]============================
90.18/90.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.18/90.22	c       |         |          |          |    Limit     GC | Var      | Constra 
90.18/90.22	c =============================================================================
90.18/90.22	c  0.0s |       0 |        0 |        0 |    62736      0 |     1299 |     1353
90.18/90.28	c  0.1s |       0 |       56 |        1 |    62736      0 |     1299 |     1354
90.18/90.28	c #cpu_time = 0.064s
90.18/90.28	c #wall_clock_time = 0.064s
90.18/90.28	c #decision = 56
90.18/90.28	c #random_decision = 0
90.18/90.28	c #conflict = 1
90.18/90.28	c #restart = 0
90.18/90.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
90.18/90.28	c lower bound updated to -179
90.18/90.28	c BCD2: 1355 <= obj <= 1492
90.18/90.28	c BCD2: #cores=55, #unrelaxed=124, #relaxed=1410, #hardened=0
90.18/90.28	c BCD2: #sat=1 #unsat=1356 bias=1356/1357
90.18/90.28	c Solving starts ...
90.18/90.28	c ============================[ Search Statistics ]============================
90.18/90.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.18/90.28	c       |         |          |          |    Limit     GC | Var      | Constra 
90.18/90.28	c =============================================================================
90.18/90.28	c  0.0s |       0 |        0 |        0 |    62736      0 |     1300 |     1354
90.28/90.35	c  0.1s |       0 |       56 |        1 |    62736      0 |     1300 |     1355
90.28/90.35	c #cpu_time = 0.066s
90.28/90.35	c #wall_clock_time = 0.066s
90.28/90.35	c #decision = 56
90.28/90.35	c #random_decision = 0
90.28/90.35	c #conflict = 1
90.28/90.35	c #restart = 0
90.28/90.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
90.28/90.35	c lower bound updated to -178
90.28/90.35	c BCD2: 1356 <= obj <= 1492
90.28/90.35	c BCD2: #cores=55, #unrelaxed=123, #relaxed=1411, #hardened=0
90.28/90.35	c BCD2: #sat=1 #unsat=1357 bias=1357/1358
90.28/90.35	c Solving starts ...
90.28/90.35	c ============================[ Search Statistics ]============================
90.28/90.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.28/90.35	c       |         |          |          |    Limit     GC | Var      | Constra 
90.28/90.35	c =============================================================================
90.28/90.35	c  0.0s |       0 |        0 |        0 |    62736      0 |     1301 |     1355
90.37/90.42	c  0.1s |       0 |       56 |        1 |    62736      0 |     1301 |     1356
90.37/90.42	c #cpu_time = 0.069s
90.37/90.42	c #wall_clock_time = 0.069s
90.37/90.42	c #decision = 56
90.37/90.42	c #random_decision = 0
90.37/90.42	c #conflict = 1
90.37/90.42	c #restart = 0
90.37/90.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
90.37/90.42	c lower bound updated to -177
90.37/90.42	c BCD2: 1357 <= obj <= 1492
90.37/90.42	c BCD2: #cores=55, #unrelaxed=122, #relaxed=1412, #hardened=0
90.37/90.42	c BCD2: #sat=1 #unsat=1358 bias=1358/1359
90.37/90.42	c Solving starts ...
90.37/90.42	c ============================[ Search Statistics ]============================
90.37/90.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.37/90.42	c       |         |          |          |    Limit     GC | Var      | Constra 
90.37/90.42	c =============================================================================
90.37/90.42	c  0.0s |       0 |        0 |        0 |    62736      0 |     1302 |     1356
90.37/90.49	c  0.1s |       0 |       56 |        1 |    62736      0 |     1302 |     1357
90.37/90.49	c #cpu_time = 0.065s
90.37/90.49	c #wall_clock_time = 0.065s
90.37/90.49	c #decision = 56
90.37/90.49	c #random_decision = 0
90.37/90.49	c #conflict = 1
90.37/90.49	c #restart = 0
90.37/90.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
90.37/90.49	c lower bound updated to -176
90.37/90.49	c BCD2: 1358 <= obj <= 1492
90.37/90.49	c BCD2: #cores=55, #unrelaxed=121, #relaxed=1413, #hardened=0
90.37/90.49	c BCD2: #sat=1 #unsat=1359 bias=1359/1360
90.37/90.49	c Solving starts ...
90.37/90.49	c ============================[ Search Statistics ]============================
90.37/90.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.37/90.49	c       |         |          |          |    Limit     GC | Var      | Constra 
90.37/90.49	c =============================================================================
90.37/90.49	c  0.0s |       0 |        0 |        0 |    62736      0 |     1303 |     1357
90.47/90.55	c  0.1s |       0 |       56 |        1 |    62736      0 |     1303 |     1358
90.47/90.55	c #cpu_time = 0.064s
90.47/90.55	c #wall_clock_time = 0.064s
90.47/90.55	c #decision = 56
90.47/90.55	c #random_decision = 0
90.47/90.55	c #conflict = 1
90.47/90.55	c #restart = 0
90.47/90.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
90.47/90.55	c lower bound updated to -175
90.47/90.55	c BCD2: 1359 <= obj <= 1492
90.47/90.55	c BCD2: #cores=55, #unrelaxed=120, #relaxed=1414, #hardened=0
90.47/90.55	c BCD2: #sat=1 #unsat=1360 bias=1360/1361
90.47/90.55	c Solving starts ...
90.47/90.55	c ============================[ Search Statistics ]============================
90.47/90.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.47/90.55	c       |         |          |          |    Limit     GC | Var      | Constra 
90.47/90.55	c =============================================================================
90.47/90.55	c  0.0s |       0 |        0 |        0 |    62736      0 |     1304 |     1358
90.57/90.62	c  0.1s |       0 |       56 |        1 |    62736      0 |     1304 |     1359
90.57/90.62	c #cpu_time = 0.064s
90.57/90.62	c #wall_clock_time = 0.064s
90.57/90.62	c #decision = 56
90.57/90.62	c #random_decision = 0
90.57/90.62	c #conflict = 1
90.57/90.62	c #restart = 0
90.57/90.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
90.57/90.62	c lower bound updated to -174
90.57/90.63	c BCD2: 1360 <= obj <= 1492
90.57/90.63	c BCD2: #cores=55, #unrelaxed=119, #relaxed=1415, #hardened=0
90.57/90.63	c BCD2: #sat=1 #unsat=1361 bias=1361/1362
90.57/90.63	c Solving starts ...
90.57/90.63	c ============================[ Search Statistics ]============================
90.57/90.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.57/90.63	c       |         |          |          |    Limit     GC | Var      | Constra 
90.57/90.63	c =============================================================================
90.57/90.63	c  0.0s |       0 |        0 |        0 |    62736      0 |     1305 |     1359
90.57/90.69	c  0.1s |       0 |       56 |        1 |    62736      0 |     1305 |     1360
90.57/90.69	c #cpu_time = 0.062s
90.57/90.69	c #wall_clock_time = 0.062s
90.57/90.69	c #decision = 56
90.57/90.69	c #random_decision = 0
90.57/90.69	c #conflict = 1
90.57/90.69	c #restart = 0
90.57/90.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
90.57/90.69	c lower bound updated to -173
90.57/90.69	c BCD2: 1361 <= obj <= 1492
90.57/90.69	c BCD2: #cores=55, #unrelaxed=118, #relaxed=1416, #hardened=0
90.57/90.69	c BCD2: #sat=1 #unsat=1362 bias=1362/1363
90.57/90.69	c Solving starts ...
90.57/90.69	c ============================[ Search Statistics ]============================
90.57/90.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.57/90.69	c       |         |          |          |    Limit     GC | Var      | Constra 
90.57/90.69	c =============================================================================
90.57/90.69	c  0.0s |       0 |        0 |        0 |    62736      0 |     1306 |     1360
90.67/90.75	c  0.1s |       0 |       56 |        1 |    62736      0 |     1306 |     1361
90.67/90.75	c #cpu_time = 0.064s
90.67/90.75	c #wall_clock_time = 0.064s
90.67/90.75	c #decision = 56
90.67/90.75	c #random_decision = 0
90.67/90.75	c #conflict = 1
90.67/90.75	c #restart = 0
90.67/90.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
90.67/90.75	c lower bound updated to -172
90.67/90.76	c BCD2: 1362 <= obj <= 1492
90.67/90.76	c BCD2: #cores=55, #unrelaxed=117, #relaxed=1417, #hardened=0
90.67/90.76	c BCD2: #sat=1 #unsat=1363 bias=1363/1364
90.67/90.76	c Solving starts ...
90.67/90.76	c ============================[ Search Statistics ]============================
90.67/90.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.67/90.76	c       |         |          |          |    Limit     GC | Var      | Constra 
90.67/90.76	c =============================================================================
90.67/90.76	c  0.0s |       0 |        0 |        0 |    62736      0 |     1307 |     1361
90.78/90.82	c  0.1s |       0 |       56 |        1 |    62736      0 |     1307 |     1362
90.78/90.82	c #cpu_time = 0.064s
90.78/90.82	c #wall_clock_time = 0.064s
90.78/90.82	c #decision = 56
90.78/90.82	c #random_decision = 0
90.78/90.82	c #conflict = 1
90.78/90.82	c #restart = 0
90.78/90.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
90.78/90.82	c lower bound updated to -171
90.78/90.82	c BCD2: 1363 <= obj <= 1492
90.78/90.82	c BCD2: #cores=55, #unrelaxed=116, #relaxed=1418, #hardened=0
90.78/90.82	c BCD2: #sat=1 #unsat=1364 bias=1364/1365
90.78/90.82	c Solving starts ...
90.78/90.82	c ============================[ Search Statistics ]============================
90.78/90.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.78/90.82	c       |         |          |          |    Limit     GC | Var      | Constra 
90.78/90.82	c =============================================================================
90.78/90.82	c  0.0s |       0 |        0 |        0 |    62736      0 |     1308 |     1362
90.78/90.89	c  0.1s |       0 |       56 |        1 |    62736      0 |     1308 |     1363
90.78/90.89	c #cpu_time = 0.065s
90.78/90.89	c #wall_clock_time = 0.065s
90.78/90.89	c #decision = 56
90.78/90.89	c #random_decision = 0
90.78/90.89	c #conflict = 1
90.78/90.89	c #restart = 0
90.78/90.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
90.78/90.89	c lower bound updated to -170
90.78/90.89	c BCD2: 1364 <= obj <= 1492
90.78/90.89	c BCD2: #cores=55, #unrelaxed=115, #relaxed=1419, #hardened=0
90.78/90.89	c BCD2: #sat=1 #unsat=1365 bias=1365/1366
90.78/90.89	c Solving starts ...
90.78/90.89	c ============================[ Search Statistics ]============================
90.78/90.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.78/90.89	c       |         |          |          |    Limit     GC | Var      | Constra 
90.78/90.89	c =============================================================================
90.78/90.89	c  0.0s |       0 |        0 |        0 |    62736      0 |     1309 |     1363
90.88/90.95	c  0.1s |       0 |       56 |        1 |    62736      0 |     1309 |     1364
90.88/90.95	c #cpu_time = 0.065s
90.88/90.95	c #wall_clock_time = 0.065s
90.88/90.95	c #decision = 56
90.88/90.95	c #random_decision = 0
90.88/90.95	c #conflict = 1
90.88/90.95	c #restart = 0
90.88/90.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
90.88/90.95	c lower bound updated to -169
90.88/90.95	c BCD2: 1365 <= obj <= 1492
90.88/90.95	c BCD2: #cores=55, #unrelaxed=114, #relaxed=1420, #hardened=0
90.88/90.95	c BCD2: #sat=1 #unsat=1366 bias=1366/1367
90.88/90.95	c Solving starts ...
90.88/90.95	c ============================[ Search Statistics ]============================
90.88/90.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.88/90.95	c       |         |          |          |    Limit     GC | Var      | Constra 
90.88/90.95	c =============================================================================
90.88/90.95	c  0.0s |       0 |        0 |        0 |    62736      0 |     1310 |     1364
90.98/91.02	c  0.1s |       0 |       56 |        1 |    62736      0 |     1310 |     1365
90.98/91.02	c #cpu_time = 0.064s
90.98/91.02	c #wall_clock_time = 0.064s
90.98/91.02	c #decision = 56
90.98/91.02	c #random_decision = 0
90.98/91.02	c #conflict = 1
90.98/91.02	c #restart = 0
90.98/91.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
90.98/91.02	c lower bound updated to -168
90.98/91.02	c BCD2: 1366 <= obj <= 1492
90.98/91.02	c BCD2: #cores=55, #unrelaxed=113, #relaxed=1421, #hardened=0
90.98/91.02	c BCD2: #sat=1 #unsat=1367 bias=1367/1368
90.98/91.02	c Solving starts ...
90.98/91.02	c ============================[ Search Statistics ]============================
90.98/91.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.98/91.02	c       |         |          |          |    Limit     GC | Var      | Constra 
90.98/91.02	c =============================================================================
90.98/91.02	c  0.0s |       0 |        0 |        0 |    62736      0 |     1311 |     1365
90.98/91.08	c  0.1s |       0 |       56 |        1 |    62736      0 |     1311 |     1366
90.98/91.08	c #cpu_time = 0.064s
90.98/91.08	c #wall_clock_time = 0.064s
90.98/91.08	c #decision = 56
90.98/91.08	c #random_decision = 0
90.98/91.08	c #conflict = 1
90.98/91.08	c #restart = 0
90.98/91.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
90.98/91.08	c lower bound updated to -167
90.98/91.09	c BCD2: 1367 <= obj <= 1492
90.98/91.09	c BCD2: #cores=55, #unrelaxed=112, #relaxed=1422, #hardened=0
90.98/91.09	c BCD2: #sat=1 #unsat=1368 bias=1368/1369
90.98/91.09	c Solving starts ...
90.98/91.09	c ============================[ Search Statistics ]============================
90.98/91.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
90.98/91.09	c       |         |          |          |    Limit     GC | Var      | Constra 
90.98/91.09	c =============================================================================
90.98/91.09	c  0.0s |       0 |        0 |        0 |    62736      0 |     1312 |     1366
91.08/91.15	c  0.1s |       0 |       56 |        1 |    62736      0 |     1312 |     1367
91.08/91.15	c #cpu_time = 0.062s
91.08/91.15	c #wall_clock_time = 0.062s
91.08/91.15	c #decision = 56
91.08/91.15	c #random_decision = 0
91.08/91.15	c #conflict = 1
91.08/91.15	c #restart = 0
91.08/91.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
91.08/91.15	c lower bound updated to -166
91.08/91.16	c BCD2: 1368 <= obj <= 1492
91.08/91.16	c BCD2: #cores=55, #unrelaxed=111, #relaxed=1423, #hardened=0
91.08/91.16	c BCD2: #sat=1 #unsat=1369 bias=1369/1370
91.08/91.16	c Solving starts ...
91.08/91.16	c ============================[ Search Statistics ]============================
91.08/91.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.08/91.16	c       |         |          |          |    Limit     GC | Var      | Constra 
91.08/91.16	c =============================================================================
91.08/91.16	c  0.0s |       0 |        0 |        0 |    62736      0 |     1313 |     1367
91.18/91.22	c  0.1s |       0 |       56 |        1 |    62736      0 |     1313 |     1368
91.18/91.22	c #cpu_time = 0.064s
91.18/91.22	c #wall_clock_time = 0.064s
91.18/91.22	c #decision = 56
91.18/91.22	c #random_decision = 0
91.18/91.22	c #conflict = 1
91.18/91.22	c #restart = 0
91.18/91.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
91.18/91.22	c lower bound updated to -165
91.18/91.22	c BCD2: 1369 <= obj <= 1492
91.18/91.22	c BCD2: #cores=55, #unrelaxed=110, #relaxed=1424, #hardened=0
91.18/91.22	c BCD2: #sat=1 #unsat=1370 bias=1370/1371
91.18/91.22	c Solving starts ...
91.18/91.22	c ============================[ Search Statistics ]============================
91.18/91.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.18/91.22	c       |         |          |          |    Limit     GC | Var      | Constra 
91.18/91.22	c =============================================================================
91.18/91.22	c  0.0s |       0 |        0 |        0 |    62736      0 |     1314 |     1368
91.18/91.29	c  0.1s |       0 |       56 |        1 |    62736      0 |     1314 |     1369
91.18/91.29	c #cpu_time = 0.064s
91.18/91.29	c #wall_clock_time = 0.064s
91.18/91.29	c #decision = 56
91.18/91.29	c #random_decision = 0
91.18/91.29	c #conflict = 1
91.18/91.29	c #restart = 0
91.18/91.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
91.18/91.29	c lower bound updated to -164
91.18/91.29	c BCD2: 1370 <= obj <= 1492
91.18/91.29	c BCD2: #cores=55, #unrelaxed=109, #relaxed=1425, #hardened=0
91.18/91.29	c BCD2: #sat=1 #unsat=1371 bias=1371/1372
91.18/91.29	c Solving starts ...
91.18/91.29	c ============================[ Search Statistics ]============================
91.18/91.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.18/91.29	c       |         |          |          |    Limit     GC | Var      | Constra 
91.18/91.29	c =============================================================================
91.18/91.29	c  0.0s |       0 |        0 |        0 |    62736      0 |     1315 |     1369
91.29/91.35	c  0.1s |       0 |       56 |        1 |    62736      0 |     1315 |     1370
91.29/91.35	c #cpu_time = 0.065s
91.29/91.35	c #wall_clock_time = 0.065s
91.29/91.35	c #decision = 56
91.29/91.35	c #random_decision = 0
91.29/91.35	c #conflict = 1
91.29/91.35	c #restart = 0
91.29/91.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
91.29/91.35	c lower bound updated to -163
91.29/91.35	c BCD2: 1371 <= obj <= 1492
91.29/91.35	c BCD2: #cores=55, #unrelaxed=108, #relaxed=1426, #hardened=0
91.29/91.35	c BCD2: #sat=1 #unsat=1372 bias=1372/1373
91.29/91.35	c Solving starts ...
91.29/91.35	c ============================[ Search Statistics ]============================
91.29/91.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.29/91.35	c       |         |          |          |    Limit     GC | Var      | Constra 
91.29/91.35	c =============================================================================
91.29/91.35	c  0.0s |       0 |        0 |        0 |    62736      0 |     1316 |     1370
91.39/91.42	c  0.1s |       0 |       56 |        1 |    62736      0 |     1316 |     1371
91.39/91.42	c #cpu_time = 0.065s
91.39/91.42	c #wall_clock_time = 0.065s
91.39/91.42	c #decision = 56
91.39/91.42	c #random_decision = 0
91.39/91.42	c #conflict = 1
91.39/91.42	c #restart = 0
91.39/91.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
91.39/91.42	c lower bound updated to -162
91.39/91.42	c BCD2: 1372 <= obj <= 1492
91.39/91.42	c BCD2: #cores=55, #unrelaxed=107, #relaxed=1427, #hardened=0
91.39/91.42	c BCD2: #sat=1 #unsat=1373 bias=1373/1374
91.39/91.42	c Solving starts ...
91.39/91.42	c ============================[ Search Statistics ]============================
91.39/91.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.39/91.42	c       |         |          |          |    Limit     GC | Var      | Constra 
91.39/91.42	c =============================================================================
91.39/91.42	c  0.0s |       0 |        0 |        0 |    62736      0 |     1317 |     1371
91.39/91.49	c  0.1s |       0 |       56 |        1 |    62736      0 |     1317 |     1372
91.39/91.49	c #cpu_time = 0.067s
91.39/91.49	c #wall_clock_time = 0.067s
91.39/91.49	c #decision = 56
91.39/91.49	c #random_decision = 0
91.39/91.49	c #conflict = 1
91.39/91.49	c #restart = 0
91.39/91.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
91.39/91.49	c lower bound updated to -161
91.39/91.49	c BCD2: 1373 <= obj <= 1492
91.39/91.49	c BCD2: #cores=55, #unrelaxed=106, #relaxed=1428, #hardened=0
91.39/91.49	c BCD2: #sat=1 #unsat=1374 bias=1374/1375
91.39/91.49	c Solving starts ...
91.39/91.49	c ============================[ Search Statistics ]============================
91.39/91.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.39/91.49	c       |         |          |          |    Limit     GC | Var      | Constra 
91.39/91.49	c =============================================================================
91.39/91.49	c  0.0s |       0 |        0 |        0 |    62736      0 |     1318 |     1372
91.48/91.55	c  0.1s |       0 |       56 |        1 |    62736      0 |     1318 |     1373
91.48/91.55	c #cpu_time = 0.067s
91.48/91.55	c #wall_clock_time = 0.067s
91.48/91.55	c #decision = 56
91.48/91.55	c #random_decision = 0
91.48/91.55	c #conflict = 1
91.48/91.55	c #restart = 0
91.48/91.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
91.48/91.55	c lower bound updated to -160
91.48/91.56	c BCD2: 1374 <= obj <= 1492
91.48/91.56	c BCD2: #cores=55, #unrelaxed=105, #relaxed=1429, #hardened=0
91.48/91.56	c BCD2: #sat=1 #unsat=1375 bias=1375/1376
91.48/91.56	c Solving starts ...
91.48/91.56	c ============================[ Search Statistics ]============================
91.48/91.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.48/91.56	c       |         |          |          |    Limit     GC | Var      | Constra 
91.48/91.56	c =============================================================================
91.48/91.56	c  0.0s |       0 |        0 |        0 |    62736      0 |     1319 |     1373
91.58/91.63	c  0.1s |       0 |       56 |        1 |    62736      0 |     1319 |     1374
91.58/91.63	c #cpu_time = 0.062s
91.58/91.63	c #wall_clock_time = 0.062s
91.58/91.63	c #decision = 56
91.58/91.63	c #random_decision = 0
91.58/91.63	c #conflict = 1
91.58/91.63	c #restart = 0
91.58/91.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
91.58/91.63	c lower bound updated to -159
91.58/91.63	c BCD2: 1375 <= obj <= 1492
91.58/91.63	c BCD2: #cores=55, #unrelaxed=104, #relaxed=1430, #hardened=0
91.58/91.63	c BCD2: #sat=1 #unsat=1376 bias=1376/1377
91.58/91.63	c Solving starts ...
91.58/91.63	c ============================[ Search Statistics ]============================
91.58/91.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.58/91.63	c       |         |          |          |    Limit     GC | Var      | Constra 
91.58/91.63	c =============================================================================
91.58/91.63	c  0.0s |       0 |        0 |        0 |    62736      0 |     1320 |     1374
91.58/91.69	c  0.1s |       0 |       56 |        0 |    62736      0 |     1320 |     1375
91.58/91.69	c #cpu_time = 0.064s
91.58/91.69	c #wall_clock_time = 0.064s
91.58/91.69	c #decision = 56
91.58/91.69	c #random_decision = 0
91.58/91.69	c #conflict = 0
91.58/91.69	c #restart = 0
91.58/91.69	c BCD2: found a new core of size 2: cost of the new core is >=1
91.58/91.69	c lower bound updated to -158
91.68/91.70	c BCD2: 1376 <= obj <= 1492
91.68/91.70	c BCD2: #cores=56, #unrelaxed=102, #relaxed=1432, #hardened=0
91.68/91.70	c BCD2: #sat=1 #unsat=1377 bias=1377/1378
91.68/91.70	c Solving starts ...
91.68/91.70	c ============================[ Search Statistics ]============================
91.68/91.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.68/91.70	c       |         |          |          |    Limit     GC | Var      | Constra 
91.68/91.70	c =============================================================================
91.68/91.70	c  0.0s |       0 |        0 |        0 |    62736      0 |     1320 |     1376
91.68/91.77	c  0.1s |       0 |       57 |        1 |    62736      0 |     1320 |     1376
91.68/91.77	c #cpu_time = 0.061s
91.68/91.77	c #wall_clock_time = 0.061s
91.68/91.77	c #decision = 57
91.68/91.77	c #random_decision = 0
91.68/91.77	c #conflict = 1
91.68/91.77	c #restart = 0
91.68/91.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
91.68/91.77	c lower bound updated to -157
91.68/91.77	c BCD2: 1377 <= obj <= 1492
91.68/91.77	c BCD2: #cores=56, #unrelaxed=101, #relaxed=1433, #hardened=0
91.68/91.77	c BCD2: #sat=1 #unsat=1378 bias=1378/1379
91.68/91.77	c Solving starts ...
91.68/91.77	c ============================[ Search Statistics ]============================
91.68/91.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.68/91.77	c       |         |          |          |    Limit     GC | Var      | Constra 
91.68/91.77	c =============================================================================
91.68/91.77	c  0.0s |       0 |        0 |        0 |    62736      0 |     1321 |     1376
91.78/91.83	c  0.1s |       0 |       57 |        1 |    69010      0 |     1321 |     1377
91.78/91.83	c #cpu_time = 0.065s
91.78/91.83	c #wall_clock_time = 0.065s
91.78/91.83	c #decision = 57
91.78/91.83	c #random_decision = 0
91.78/91.83	c #conflict = 1
91.78/91.83	c #restart = 0
91.78/91.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
91.78/91.83	c lower bound updated to -156
91.78/91.83	c BCD2: 1378 <= obj <= 1492
91.78/91.83	c BCD2: #cores=56, #unrelaxed=100, #relaxed=1434, #hardened=0
91.78/91.83	c BCD2: #sat=1 #unsat=1379 bias=1379/1380
91.78/91.83	c Solving starts ...
91.78/91.83	c ============================[ Search Statistics ]============================
91.78/91.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.78/91.83	c       |         |          |          |    Limit     GC | Var      | Constra 
91.78/91.83	c =============================================================================
91.78/91.83	c  0.0s |       0 |        0 |        0 |    69010      0 |     1322 |     1377
91.88/91.90	c  0.1s |       0 |       57 |        1 |    69010      0 |     1322 |     1378
91.88/91.90	c #cpu_time = 0.065s
91.88/91.90	c #wall_clock_time = 0.065s
91.88/91.90	c #decision = 57
91.88/91.90	c #random_decision = 0
91.88/91.90	c #conflict = 1
91.88/91.90	c #restart = 0
91.88/91.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
91.88/91.90	c lower bound updated to -155
91.88/91.90	c BCD2: 1379 <= obj <= 1492
91.88/91.90	c BCD2: #cores=56, #unrelaxed=99, #relaxed=1435, #hardened=0
91.88/91.90	c BCD2: #sat=1 #unsat=1380 bias=1380/1381
91.88/91.90	c Solving starts ...
91.88/91.90	c ============================[ Search Statistics ]============================
91.88/91.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.88/91.90	c       |         |          |          |    Limit     GC | Var      | Constra 
91.88/91.90	c =============================================================================
91.88/91.90	c  0.0s |       0 |        0 |        0 |    69010      0 |     1323 |     1378
91.88/91.96	c  0.1s |       0 |       57 |        1 |    69010      0 |     1323 |     1379
91.88/91.96	c #cpu_time = 0.064s
91.88/91.96	c #wall_clock_time = 0.064s
91.88/91.96	c #decision = 57
91.88/91.96	c #random_decision = 0
91.88/91.96	c #conflict = 1
91.88/91.96	c #restart = 0
91.88/91.96	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
91.88/91.96	c lower bound updated to -154
91.88/91.96	c BCD2: 1380 <= obj <= 1492
91.88/91.96	c BCD2: #cores=56, #unrelaxed=98, #relaxed=1436, #hardened=0
91.88/91.96	c BCD2: #sat=1 #unsat=1381 bias=1381/1382
91.88/91.96	c Solving starts ...
91.88/91.96	c ============================[ Search Statistics ]============================
91.88/91.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.88/91.96	c       |         |          |          |    Limit     GC | Var      | Constra 
91.88/91.96	c =============================================================================
91.88/91.96	c  0.0s |       0 |        0 |        0 |    69010      0 |     1324 |     1379
91.98/92.03	c  0.1s |       0 |       57 |        1 |    69010      0 |     1324 |     1380
91.98/92.03	c #cpu_time = 0.064s
91.98/92.03	c #wall_clock_time = 0.064s
91.98/92.03	c #decision = 57
91.98/92.03	c #random_decision = 0
91.98/92.03	c #conflict = 1
91.98/92.03	c #restart = 0
91.98/92.03	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
91.98/92.03	c lower bound updated to -153
91.98/92.04	c BCD2: 1381 <= obj <= 1492
91.98/92.04	c BCD2: #cores=56, #unrelaxed=97, #relaxed=1437, #hardened=0
91.98/92.04	c BCD2: #sat=1 #unsat=1382 bias=1382/1383
91.98/92.04	c Solving starts ...
91.98/92.04	c ============================[ Search Statistics ]============================
91.98/92.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
91.98/92.04	c       |         |          |          |    Limit     GC | Var      | Constra 
91.98/92.04	c =============================================================================
91.98/92.04	c  0.0s |       0 |        0 |        0 |    69010      0 |     1325 |     1380
92.08/92.10	c  0.1s |       0 |       57 |        1 |    69010      0 |     1325 |     1381
92.08/92.10	c #cpu_time = 0.062s
92.08/92.10	c #wall_clock_time = 0.062s
92.08/92.10	c #decision = 57
92.08/92.10	c #random_decision = 0
92.08/92.10	c #conflict = 1
92.08/92.10	c #restart = 0
92.08/92.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
92.08/92.10	c lower bound updated to -152
92.08/92.10	c BCD2: 1382 <= obj <= 1492
92.08/92.10	c BCD2: #cores=56, #unrelaxed=96, #relaxed=1438, #hardened=0
92.08/92.10	c BCD2: #sat=1 #unsat=1383 bias=1383/1384
92.08/92.10	c Solving starts ...
92.08/92.10	c ============================[ Search Statistics ]============================
92.08/92.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.08/92.10	c       |         |          |          |    Limit     GC | Var      | Constra 
92.08/92.10	c =============================================================================
92.08/92.10	c  0.0s |       0 |        0 |        0 |    69010      0 |     1326 |     1381
92.08/92.17	c  0.1s |       0 |       57 |        1 |    69010      0 |     1326 |     1382
92.08/92.17	c #cpu_time = 0.064s
92.08/92.17	c #wall_clock_time = 0.064s
92.08/92.17	c #decision = 57
92.08/92.17	c #random_decision = 0
92.08/92.17	c #conflict = 1
92.08/92.17	c #restart = 0
92.08/92.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
92.08/92.17	c lower bound updated to -151
92.08/92.17	c BCD2: 1383 <= obj <= 1492
92.08/92.17	c BCD2: #cores=56, #unrelaxed=95, #relaxed=1439, #hardened=0
92.08/92.17	c BCD2: #sat=1 #unsat=1384 bias=1384/1385
92.08/92.17	c Solving starts ...
92.08/92.17	c ============================[ Search Statistics ]============================
92.08/92.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.08/92.17	c       |         |          |          |    Limit     GC | Var      | Constra 
92.08/92.17	c =============================================================================
92.08/92.17	c  0.0s |       0 |        0 |        0 |    69010      0 |     1327 |     1382
92.18/92.23	c  0.1s |       0 |       57 |        1 |    69010      0 |     1327 |     1383
92.18/92.23	c #cpu_time = 0.064s
92.18/92.23	c #wall_clock_time = 0.064s
92.18/92.23	c #decision = 57
92.18/92.23	c #random_decision = 0
92.18/92.23	c #conflict = 1
92.18/92.23	c #restart = 0
92.18/92.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
92.18/92.23	c lower bound updated to -150
92.18/92.23	c BCD2: 1384 <= obj <= 1492
92.18/92.23	c BCD2: #cores=56, #unrelaxed=94, #relaxed=1440, #hardened=0
92.18/92.23	c BCD2: #sat=1 #unsat=1385 bias=1385/1386
92.18/92.23	c Solving starts ...
92.18/92.23	c ============================[ Search Statistics ]============================
92.18/92.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.18/92.23	c       |         |          |          |    Limit     GC | Var      | Constra 
92.18/92.23	c =============================================================================
92.18/92.23	c  0.0s |       0 |        0 |        0 |    69010      0 |     1328 |     1383
92.28/92.30	c  0.1s |       0 |       57 |        1 |    69010      0 |     1328 |     1384
92.28/92.30	c #cpu_time = 0.065s
92.28/92.30	c #wall_clock_time = 0.065s
92.28/92.30	c #decision = 57
92.28/92.30	c #random_decision = 0
92.28/92.30	c #conflict = 1
92.28/92.30	c #restart = 0
92.28/92.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
92.28/92.30	c lower bound updated to -149
92.28/92.30	c BCD2: 1385 <= obj <= 1492
92.28/92.30	c BCD2: #cores=56, #unrelaxed=93, #relaxed=1441, #hardened=0
92.28/92.30	c BCD2: #sat=1 #unsat=1386 bias=1386/1387
92.28/92.30	c Solving starts ...
92.28/92.30	c ============================[ Search Statistics ]============================
92.28/92.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.28/92.30	c       |         |          |          |    Limit     GC | Var      | Constra 
92.28/92.30	c =============================================================================
92.28/92.30	c  0.0s |       0 |        0 |        0 |    69010      0 |     1329 |     1384
92.28/92.36	c  0.1s |       0 |       57 |        1 |    69010      0 |     1329 |     1385
92.28/92.36	c #cpu_time = 0.065s
92.28/92.36	c #wall_clock_time = 0.065s
92.28/92.36	c #decision = 57
92.28/92.36	c #random_decision = 0
92.28/92.36	c #conflict = 1
92.28/92.36	c #restart = 0
92.28/92.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
92.28/92.36	c lower bound updated to -148
92.28/92.36	c BCD2: 1386 <= obj <= 1492
92.28/92.36	c BCD2: #cores=56, #unrelaxed=92, #relaxed=1442, #hardened=0
92.28/92.36	c BCD2: #sat=1 #unsat=1387 bias=1387/1388
92.28/92.36	c Solving starts ...
92.28/92.36	c ============================[ Search Statistics ]============================
92.28/92.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.28/92.36	c       |         |          |          |    Limit     GC | Var      | Constra 
92.28/92.36	c =============================================================================
92.28/92.36	c  0.0s |       0 |        0 |        0 |    69010      0 |     1330 |     1385
92.39/92.43	c  0.1s |       0 |       57 |        1 |    69010      0 |     1330 |     1386
92.39/92.43	c #cpu_time = 0.065s
92.39/92.43	c #wall_clock_time = 0.065s
92.39/92.43	c #decision = 57
92.39/92.43	c #random_decision = 0
92.39/92.43	c #conflict = 1
92.39/92.43	c #restart = 0
92.39/92.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
92.39/92.43	c lower bound updated to -147
92.39/92.43	c BCD2: 1387 <= obj <= 1492
92.39/92.43	c BCD2: #cores=56, #unrelaxed=91, #relaxed=1443, #hardened=0
92.39/92.43	c BCD2: #sat=1 #unsat=1388 bias=1388/1389
92.39/92.43	c Solving starts ...
92.39/92.43	c ============================[ Search Statistics ]============================
92.39/92.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.39/92.43	c       |         |          |          |    Limit     GC | Var      | Constra 
92.39/92.43	c =============================================================================
92.39/92.43	c  0.0s |       0 |        0 |        0 |    69010      0 |     1331 |     1386
92.39/92.49	c  0.1s |       0 |       57 |        1 |    69010      0 |     1331 |     1387
92.39/92.49	c #cpu_time = 0.064s
92.39/92.49	c #wall_clock_time = 0.064s
92.39/92.49	c #decision = 57
92.39/92.49	c #random_decision = 0
92.39/92.49	c #conflict = 1
92.39/92.49	c #restart = 0
92.39/92.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
92.39/92.50	c lower bound updated to -146
92.49/92.50	c BCD2: 1388 <= obj <= 1492
92.49/92.50	c BCD2: #cores=56, #unrelaxed=90, #relaxed=1444, #hardened=0
92.49/92.50	c BCD2: #sat=1 #unsat=1389 bias=1389/1390
92.49/92.50	c Solving starts ...
92.49/92.50	c ============================[ Search Statistics ]============================
92.49/92.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.49/92.50	c       |         |          |          |    Limit     GC | Var      | Constra 
92.49/92.50	c =============================================================================
92.49/92.50	c  0.0s |       0 |        0 |        0 |    69010      0 |     1332 |     1387
92.49/92.57	c  0.1s |       0 |       57 |        1 |    69010      0 |     1332 |     1388
92.49/92.57	c #cpu_time = 0.064s
92.49/92.57	c #wall_clock_time = 0.064s
92.49/92.57	c #decision = 57
92.49/92.57	c #random_decision = 0
92.49/92.57	c #conflict = 1
92.49/92.57	c #restart = 0
92.49/92.57	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
92.49/92.57	c lower bound updated to -145
92.49/92.57	c BCD2: 1389 <= obj <= 1492
92.49/92.57	c BCD2: #cores=56, #unrelaxed=89, #relaxed=1445, #hardened=0
92.49/92.57	c BCD2: #sat=1 #unsat=1390 bias=1390/1391
92.49/92.57	c Solving starts ...
92.49/92.57	c ============================[ Search Statistics ]============================
92.49/92.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.49/92.57	c       |         |          |          |    Limit     GC | Var      | Constra 
92.49/92.57	c =============================================================================
92.49/92.57	c  0.0s |       0 |        0 |        0 |    69010      0 |     1333 |     1388
92.58/92.64	c  0.1s |       0 |       57 |        1 |    69010      0 |     1333 |     1389
92.58/92.64	c #cpu_time = 0.068s
92.58/92.64	c #wall_clock_time = 0.068s
92.58/92.64	c #decision = 57
92.58/92.64	c #random_decision = 0
92.58/92.64	c #conflict = 1
92.58/92.64	c #restart = 0
92.58/92.64	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
92.58/92.64	c lower bound updated to -144
92.58/92.64	c BCD2: 1390 <= obj <= 1492
92.58/92.64	c BCD2: #cores=56, #unrelaxed=88, #relaxed=1446, #hardened=0
92.58/92.64	c BCD2: #sat=1 #unsat=1391 bias=1391/1392
92.58/92.64	c Solving starts ...
92.58/92.64	c ============================[ Search Statistics ]============================
92.58/92.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.58/92.64	c       |         |          |          |    Limit     GC | Var      | Constra 
92.58/92.64	c =============================================================================
92.58/92.64	c  0.0s |       0 |        0 |        0 |    69010      0 |     1334 |     1389
92.68/92.70	c  0.1s |       0 |       57 |        1 |    69010      0 |     1334 |     1390
92.68/92.70	c #cpu_time = 0.065s
92.68/92.70	c #wall_clock_time = 0.065s
92.68/92.70	c #decision = 57
92.68/92.70	c #random_decision = 0
92.68/92.70	c #conflict = 1
92.68/92.70	c #restart = 0
92.68/92.70	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
92.68/92.70	c lower bound updated to -143
92.68/92.70	c BCD2: 1391 <= obj <= 1492
92.68/92.70	c BCD2: #cores=56, #unrelaxed=87, #relaxed=1447, #hardened=0
92.68/92.70	c BCD2: #sat=1 #unsat=1392 bias=1392/1393
92.68/92.70	c Solving starts ...
92.68/92.70	c ============================[ Search Statistics ]============================
92.68/92.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.68/92.70	c       |         |          |          |    Limit     GC | Var      | Constra 
92.68/92.70	c =============================================================================
92.68/92.70	c  0.0s |       0 |        0 |        0 |    69010      0 |     1335 |     1390
92.68/92.77	c  0.1s |       0 |       57 |        1 |    69010      0 |     1335 |     1391
92.68/92.77	c #cpu_time = 0.065s
92.68/92.77	c #wall_clock_time = 0.065s
92.68/92.77	c #decision = 57
92.68/92.77	c #random_decision = 0
92.68/92.77	c #conflict = 1
92.68/92.77	c #restart = 0
92.68/92.77	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
92.68/92.77	c lower bound updated to -142
92.68/92.77	c BCD2: 1392 <= obj <= 1492
92.68/92.77	c BCD2: #cores=56, #unrelaxed=86, #relaxed=1448, #hardened=0
92.68/92.77	c BCD2: #sat=1 #unsat=1393 bias=1393/1394
92.68/92.77	c Solving starts ...
92.68/92.77	c ============================[ Search Statistics ]============================
92.68/92.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.68/92.77	c       |         |          |          |    Limit     GC | Var      | Constra 
92.68/92.77	c =============================================================================
92.68/92.77	c  0.0s |       0 |        0 |        0 |    69010      0 |     1336 |     1391
92.78/92.84	c  0.1s |       0 |       57 |        1 |    69010      0 |     1336 |     1392
92.78/92.84	c #cpu_time = 0.065s
92.78/92.84	c #wall_clock_time = 0.065s
92.78/92.84	c #decision = 57
92.78/92.84	c #random_decision = 0
92.78/92.84	c #conflict = 1
92.78/92.84	c #restart = 0
92.78/92.84	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
92.78/92.84	c lower bound updated to -141
92.78/92.84	c BCD2: 1393 <= obj <= 1492
92.78/92.84	c BCD2: #cores=56, #unrelaxed=85, #relaxed=1449, #hardened=0
92.78/92.84	c BCD2: #sat=1 #unsat=1394 bias=1394/1395
92.78/92.84	c Solving starts ...
92.78/92.84	c ============================[ Search Statistics ]============================
92.78/92.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.78/92.84	c       |         |          |          |    Limit     GC | Var      | Constra 
92.78/92.84	c =============================================================================
92.78/92.84	c  0.0s |       0 |        0 |        0 |    69010      0 |     1337 |     1392
92.88/92.90	c  0.1s |       0 |       57 |        1 |    69010      0 |     1337 |     1393
92.88/92.90	c #cpu_time = 0.064s
92.88/92.90	c #wall_clock_time = 0.064s
92.88/92.90	c #decision = 57
92.88/92.90	c #random_decision = 0
92.88/92.90	c #conflict = 1
92.88/92.90	c #restart = 0
92.88/92.90	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
92.88/92.90	c lower bound updated to -140
92.88/92.90	c BCD2: 1394 <= obj <= 1492
92.88/92.90	c BCD2: #cores=56, #unrelaxed=84, #relaxed=1450, #hardened=0
92.88/92.90	c BCD2: #sat=1 #unsat=1395 bias=1395/1396
92.88/92.90	c Solving starts ...
92.88/92.90	c ============================[ Search Statistics ]============================
92.88/92.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.88/92.90	c       |         |          |          |    Limit     GC | Var      | Constra 
92.88/92.90	c =============================================================================
92.88/92.90	c  0.0s |       0 |        0 |        0 |    69010      0 |     1338 |     1393
92.88/92.97	c  0.1s |       0 |       57 |        1 |    69010      0 |     1338 |     1394
92.88/92.97	c #cpu_time = 0.064s
92.88/92.97	c #wall_clock_time = 0.064s
92.88/92.97	c #decision = 57
92.88/92.97	c #random_decision = 0
92.88/92.97	c #conflict = 1
92.88/92.97	c #restart = 0
92.88/92.97	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
92.88/92.97	c lower bound updated to -139
92.88/92.98	c BCD2: 1395 <= obj <= 1492
92.88/92.98	c BCD2: #cores=56, #unrelaxed=83, #relaxed=1451, #hardened=0
92.88/92.98	c BCD2: #sat=1 #unsat=1396 bias=1396/1397
92.88/92.98	c Solving starts ...
92.88/92.98	c ============================[ Search Statistics ]============================
92.88/92.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.88/92.98	c       |         |          |          |    Limit     GC | Var      | Constra 
92.88/92.98	c =============================================================================
92.88/92.98	c  0.0s |       0 |        0 |        0 |    69010      0 |     1339 |     1394
92.98/93.04	c  0.1s |       0 |       57 |        1 |    69010      0 |     1339 |     1395
92.98/93.04	c #cpu_time = 0.062s
92.98/93.04	c #wall_clock_time = 0.062s
92.98/93.04	c #decision = 57
92.98/93.04	c #random_decision = 0
92.98/93.04	c #conflict = 1
92.98/93.04	c #restart = 0
92.98/93.04	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
92.98/93.04	c lower bound updated to -138
92.98/93.04	c BCD2: 1396 <= obj <= 1492
92.98/93.04	c BCD2: #cores=56, #unrelaxed=82, #relaxed=1452, #hardened=0
92.98/93.04	c BCD2: #sat=1 #unsat=1397 bias=1397/1398
92.98/93.04	c Solving starts ...
92.98/93.04	c ============================[ Search Statistics ]============================
92.98/93.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
92.98/93.04	c       |         |          |          |    Limit     GC | Var      | Constra 
92.98/93.04	c =============================================================================
92.98/93.04	c  0.0s |       0 |        0 |        0 |    69010      0 |     1340 |     1395
93.08/93.10	c  0.1s |       0 |       57 |        1 |    69010      0 |     1340 |     1396
93.08/93.10	c #cpu_time = 0.065s
93.08/93.10	c #wall_clock_time = 0.065s
93.08/93.10	c #decision = 57
93.08/93.10	c #random_decision = 0
93.08/93.10	c #conflict = 1
93.08/93.10	c #restart = 0
93.08/93.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
93.08/93.10	c lower bound updated to -137
93.08/93.10	c BCD2: 1397 <= obj <= 1492
93.08/93.10	c BCD2: #cores=56, #unrelaxed=81, #relaxed=1453, #hardened=0
93.08/93.10	c BCD2: #sat=1 #unsat=1398 bias=1398/1399
93.08/93.11	c Solving starts ...
93.08/93.11	c ============================[ Search Statistics ]============================
93.08/93.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.08/93.11	c       |         |          |          |    Limit     GC | Var      | Constra 
93.08/93.11	c =============================================================================
93.08/93.11	c  0.0s |       0 |        0 |        0 |    69010      0 |     1341 |     1396
93.08/93.17	c  0.1s |       0 |       57 |        1 |    69010      0 |     1341 |     1397
93.08/93.17	c #cpu_time = 0.064s
93.08/93.17	c #wall_clock_time = 0.064s
93.08/93.17	c #decision = 57
93.08/93.17	c #random_decision = 0
93.08/93.17	c #conflict = 1
93.08/93.17	c #restart = 0
93.08/93.17	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
93.08/93.17	c lower bound updated to -136
93.08/93.17	c BCD2: 1398 <= obj <= 1492
93.08/93.17	c BCD2: #cores=56, #unrelaxed=80, #relaxed=1454, #hardened=0
93.08/93.17	c BCD2: #sat=1 #unsat=1399 bias=1399/1400
93.08/93.17	c Solving starts ...
93.08/93.17	c ============================[ Search Statistics ]============================
93.08/93.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.08/93.17	c       |         |          |          |    Limit     GC | Var      | Constra 
93.08/93.17	c =============================================================================
93.08/93.17	c  0.0s |       0 |        0 |        0 |    69010      0 |     1342 |     1397
93.18/93.24	c  0.1s |       0 |       57 |        1 |    69010      0 |     1342 |     1398
93.18/93.24	c #cpu_time = 0.065s
93.18/93.24	c #wall_clock_time = 0.065s
93.18/93.24	c #decision = 57
93.18/93.24	c #random_decision = 0
93.18/93.24	c #conflict = 1
93.18/93.24	c #restart = 0
93.18/93.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
93.18/93.24	c lower bound updated to -135
93.18/93.24	c BCD2: 1399 <= obj <= 1492
93.18/93.24	c BCD2: #cores=56, #unrelaxed=79, #relaxed=1455, #hardened=0
93.18/93.24	c BCD2: #sat=1 #unsat=1400 bias=1400/1401
93.18/93.24	c Solving starts ...
93.18/93.24	c ============================[ Search Statistics ]============================
93.18/93.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.18/93.24	c       |         |          |          |    Limit     GC | Var      | Constra 
93.18/93.24	c =============================================================================
93.18/93.24	c  0.0s |       0 |        0 |        0 |    69010      0 |     1343 |     1398
93.28/93.30	c  0.1s |       0 |       57 |        1 |    69010      0 |     1343 |     1399
93.28/93.30	c #cpu_time = 0.066s
93.28/93.30	c #wall_clock_time = 0.066s
93.28/93.30	c #decision = 57
93.28/93.30	c #random_decision = 0
93.28/93.30	c #conflict = 1
93.28/93.30	c #restart = 0
93.28/93.30	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
93.28/93.30	c lower bound updated to -134
93.28/93.30	c BCD2: 1400 <= obj <= 1492
93.28/93.30	c BCD2: #cores=56, #unrelaxed=78, #relaxed=1456, #hardened=0
93.28/93.30	c BCD2: #sat=1 #unsat=1401 bias=1401/1402
93.28/93.30	c Solving starts ...
93.28/93.30	c ============================[ Search Statistics ]============================
93.28/93.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.28/93.30	c       |         |          |          |    Limit     GC | Var      | Constra 
93.28/93.30	c =============================================================================
93.28/93.30	c  0.0s |       0 |        0 |        0 |    69010      0 |     1344 |     1399
93.28/93.37	c  0.1s |       0 |       57 |        0 |    69010      0 |     1344 |     1400
93.28/93.37	c #cpu_time = 0.064s
93.28/93.37	c #wall_clock_time = 0.064s
93.28/93.37	c #decision = 57
93.28/93.37	c #random_decision = 0
93.28/93.37	c #conflict = 0
93.28/93.37	c #restart = 0
93.28/93.37	c BCD2: found a new core of size 2: cost of the new core is >=1
93.28/93.37	c lower bound updated to -133
93.28/93.38	c BCD2: 1401 <= obj <= 1492
93.28/93.38	c BCD2: #cores=57, #unrelaxed=76, #relaxed=1458, #hardened=0
93.28/93.38	c BCD2: #sat=1 #unsat=1402 bias=1402/1403
93.28/93.38	c Solving starts ...
93.28/93.38	c ============================[ Search Statistics ]============================
93.28/93.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.28/93.38	c       |         |          |          |    Limit     GC | Var      | Constra 
93.28/93.38	c =============================================================================
93.28/93.38	c  0.0s |       0 |        0 |        0 |    69010      0 |     1344 |     1401
93.38/93.44	c  0.1s |       0 |       58 |        1 |    69010      0 |     1344 |     1401
93.38/93.44	c #cpu_time = 0.062s
93.38/93.44	c #wall_clock_time = 0.062s
93.38/93.44	c #decision = 58
93.38/93.44	c #random_decision = 0
93.38/93.44	c #conflict = 1
93.38/93.44	c #restart = 0
93.38/93.44	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
93.38/93.44	c lower bound updated to -132
93.38/93.45	c BCD2: 1402 <= obj <= 1492
93.38/93.45	c BCD2: #cores=57, #unrelaxed=75, #relaxed=1459, #hardened=0
93.38/93.45	c BCD2: #sat=1 #unsat=1403 bias=1403/1404
93.38/93.45	c Solving starts ...
93.38/93.45	c ============================[ Search Statistics ]============================
93.38/93.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.38/93.45	c       |         |          |          |    Limit     GC | Var      | Constra 
93.38/93.45	c =============================================================================
93.38/93.45	c  0.0s |       0 |        0 |        0 |    69010      0 |     1345 |     1401
93.49/93.51	c  0.1s |       0 |       58 |        1 |    69010      0 |     1345 |     1402
93.49/93.51	c #cpu_time = 0.062s
93.49/93.51	c #wall_clock_time = 0.062s
93.49/93.51	c #decision = 58
93.49/93.51	c #random_decision = 0
93.49/93.51	c #conflict = 1
93.49/93.52	c #restart = 0
93.49/93.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
93.49/93.52	c lower bound updated to -131
93.49/93.52	c BCD2: 1403 <= obj <= 1492
93.49/93.52	c BCD2: #cores=57, #unrelaxed=74, #relaxed=1460, #hardened=0
93.49/93.52	c BCD2: #sat=1 #unsat=1404 bias=1404/1405
93.49/93.52	c Solving starts ...
93.49/93.52	c ============================[ Search Statistics ]============================
93.49/93.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.49/93.52	c       |         |          |          |    Limit     GC | Var      | Constra 
93.49/93.52	c =============================================================================
93.49/93.52	c  0.0s |       0 |        0 |        0 |    69010      0 |     1346 |     1402
93.49/93.58	c  0.1s |       0 |       58 |        1 |    69010      0 |     1346 |     1403
93.49/93.58	c #cpu_time = 0.064s
93.49/93.58	c #wall_clock_time = 0.064s
93.49/93.58	c #decision = 58
93.49/93.58	c #random_decision = 0
93.49/93.58	c #conflict = 1
93.49/93.58	c #restart = 0
93.49/93.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
93.49/93.58	c lower bound updated to -130
93.49/93.58	c BCD2: 1404 <= obj <= 1492
93.49/93.58	c BCD2: #cores=57, #unrelaxed=73, #relaxed=1461, #hardened=0
93.49/93.58	c BCD2: #sat=1 #unsat=1405 bias=1405/1406
93.49/93.58	c Solving starts ...
93.49/93.58	c ============================[ Search Statistics ]============================
93.49/93.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.49/93.58	c       |         |          |          |    Limit     GC | Var      | Constra 
93.49/93.58	c =============================================================================
93.49/93.58	c  0.0s |       0 |        0 |        0 |    69010      0 |     1347 |     1403
93.59/93.65	c  0.1s |       0 |       58 |        1 |    69010      0 |     1347 |     1404
93.59/93.65	c #cpu_time = 0.064s
93.59/93.65	c #wall_clock_time = 0.064s
93.59/93.65	c #decision = 58
93.59/93.65	c #random_decision = 0
93.59/93.65	c #conflict = 1
93.59/93.65	c #restart = 0
93.59/93.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
93.59/93.65	c lower bound updated to -129
93.59/93.65	c BCD2: 1405 <= obj <= 1492
93.59/93.65	c BCD2: #cores=57, #unrelaxed=72, #relaxed=1462, #hardened=0
93.59/93.65	c BCD2: #sat=1 #unsat=1406 bias=1406/1407
93.59/93.65	c Solving starts ...
93.59/93.65	c ============================[ Search Statistics ]============================
93.59/93.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.59/93.65	c       |         |          |          |    Limit     GC | Var      | Constra 
93.59/93.65	c =============================================================================
93.59/93.65	c  0.0s |       0 |        0 |        0 |    69010      0 |     1348 |     1404
93.68/93.72	c  0.1s |       0 |       58 |        1 |    69010      0 |     1348 |     1405
93.68/93.72	c #cpu_time = 0.068s
93.68/93.72	c #wall_clock_time = 0.068s
93.68/93.72	c #decision = 58
93.68/93.72	c #random_decision = 0
93.68/93.72	c #conflict = 1
93.68/93.72	c #restart = 0
93.68/93.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
93.68/93.72	c lower bound updated to -128
93.68/93.72	c BCD2: 1406 <= obj <= 1492
93.68/93.72	c BCD2: #cores=57, #unrelaxed=71, #relaxed=1463, #hardened=0
93.68/93.72	c BCD2: #sat=1 #unsat=1407 bias=1407/1408
93.68/93.72	c Solving starts ...
93.68/93.72	c ============================[ Search Statistics ]============================
93.68/93.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.68/93.72	c       |         |          |          |    Limit     GC | Var      | Constra 
93.68/93.72	c =============================================================================
93.68/93.72	c  0.0s |       0 |        0 |        0 |    69010      0 |     1349 |     1405
93.68/93.78	c  0.1s |       0 |       58 |        1 |    69010      0 |     1349 |     1406
93.68/93.78	c #cpu_time = 0.067s
93.68/93.78	c #wall_clock_time = 0.067s
93.68/93.78	c #decision = 58
93.68/93.78	c #random_decision = 0
93.68/93.78	c #conflict = 1
93.68/93.78	c #restart = 0
93.68/93.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
93.68/93.78	c lower bound updated to -127
93.68/93.78	c BCD2: 1407 <= obj <= 1492
93.68/93.78	c BCD2: #cores=57, #unrelaxed=70, #relaxed=1464, #hardened=0
93.68/93.78	c BCD2: #sat=1 #unsat=1408 bias=1408/1409
93.68/93.79	c Solving starts ...
93.68/93.79	c ============================[ Search Statistics ]============================
93.68/93.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.68/93.79	c       |         |          |          |    Limit     GC | Var      | Constra 
93.68/93.79	c =============================================================================
93.68/93.79	c  0.0s |       0 |        0 |        0 |    69010      0 |     1350 |     1406
93.78/93.85	c  0.1s |       0 |       58 |        1 |    69010      0 |     1350 |     1407
93.78/93.85	c #cpu_time = 0.064s
93.78/93.85	c #wall_clock_time = 0.064s
93.78/93.85	c #decision = 58
93.78/93.85	c #random_decision = 0
93.78/93.85	c #conflict = 1
93.78/93.85	c #restart = 0
93.78/93.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
93.78/93.85	c lower bound updated to -126
93.78/93.85	c BCD2: 1408 <= obj <= 1492
93.78/93.85	c BCD2: #cores=57, #unrelaxed=69, #relaxed=1465, #hardened=0
93.78/93.85	c BCD2: #sat=1 #unsat=1409 bias=1409/1410
93.78/93.85	c Solving starts ...
93.78/93.85	c ============================[ Search Statistics ]============================
93.78/93.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.78/93.85	c       |         |          |          |    Limit     GC | Var      | Constra 
93.78/93.85	c =============================================================================
93.78/93.85	c  0.0s |       0 |        0 |        0 |    69010      0 |     1351 |     1407
93.88/93.92	c  0.1s |       0 |       58 |        1 |    69010      0 |     1351 |     1408
93.88/93.92	c #cpu_time = 0.064s
93.88/93.92	c #wall_clock_time = 0.064s
93.88/93.92	c #decision = 58
93.88/93.92	c #random_decision = 0
93.88/93.92	c #conflict = 1
93.88/93.92	c #restart = 0
93.88/93.92	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
93.88/93.92	c lower bound updated to -125
93.88/93.92	c BCD2: 1409 <= obj <= 1492
93.88/93.92	c BCD2: #cores=57, #unrelaxed=68, #relaxed=1466, #hardened=0
93.88/93.92	c BCD2: #sat=1 #unsat=1410 bias=1410/1411
93.88/93.92	c Solving starts ...
93.88/93.92	c ============================[ Search Statistics ]============================
93.88/93.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.88/93.92	c       |         |          |          |    Limit     GC | Var      | Constra 
93.88/93.92	c =============================================================================
93.88/93.92	c  0.0s |       0 |        0 |        0 |    69010      0 |     1352 |     1408
93.88/93.99	c  0.1s |       0 |       58 |        1 |    69010      0 |     1352 |     1409
93.88/93.99	c #cpu_time = 0.062s
93.88/93.99	c #wall_clock_time = 0.062s
93.88/93.99	c #decision = 58
93.88/93.99	c #random_decision = 0
93.88/93.99	c #conflict = 1
93.88/93.99	c #restart = 0
93.88/93.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
93.88/93.99	c lower bound updated to -124
93.88/93.99	c BCD2: 1410 <= obj <= 1492
93.88/93.99	c BCD2: #cores=57, #unrelaxed=67, #relaxed=1467, #hardened=0
93.88/93.99	c BCD2: #sat=1 #unsat=1411 bias=1411/1412
93.88/93.99	c Solving starts ...
93.88/93.99	c ============================[ Search Statistics ]============================
93.88/93.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.88/93.99	c       |         |          |          |    Limit     GC | Var      | Constra 
93.88/93.99	c =============================================================================
93.88/93.99	c  0.0s |       0 |        0 |        0 |    69010      0 |     1353 |     1409
93.98/94.05	c  0.1s |       0 |       58 |        1 |    69010      0 |     1353 |     1410
93.98/94.05	c #cpu_time = 0.064s
93.98/94.05	c #wall_clock_time = 0.064s
93.98/94.05	c #decision = 58
93.98/94.05	c #random_decision = 0
93.98/94.05	c #conflict = 1
93.98/94.05	c #restart = 0
93.98/94.05	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
93.98/94.05	c lower bound updated to -123
93.98/94.05	c BCD2: 1411 <= obj <= 1492
93.98/94.05	c BCD2: #cores=57, #unrelaxed=66, #relaxed=1468, #hardened=0
93.98/94.05	c BCD2: #sat=1 #unsat=1412 bias=1412/1413
93.98/94.05	c Solving starts ...
93.98/94.05	c ============================[ Search Statistics ]============================
93.98/94.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
93.98/94.05	c       |         |          |          |    Limit     GC | Var      | Constra 
93.98/94.05	c =============================================================================
93.98/94.05	c  0.0s |       0 |        0 |        0 |    69010      0 |     1354 |     1410
94.08/94.12	c  0.1s |       0 |       58 |        1 |    69010      0 |     1354 |     1411
94.08/94.12	c #cpu_time = 0.064s
94.08/94.12	c #wall_clock_time = 0.064s
94.08/94.12	c #decision = 58
94.08/94.12	c #random_decision = 0
94.08/94.12	c #conflict = 1
94.08/94.12	c #restart = 0
94.08/94.12	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
94.08/94.12	c lower bound updated to -122
94.08/94.12	c BCD2: 1412 <= obj <= 1492
94.08/94.12	c BCD2: #cores=57, #unrelaxed=65, #relaxed=1469, #hardened=0
94.08/94.12	c BCD2: #sat=1 #unsat=1413 bias=1413/1414
94.08/94.12	c Solving starts ...
94.08/94.12	c ============================[ Search Statistics ]============================
94.08/94.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.08/94.12	c       |         |          |          |    Limit     GC | Var      | Constra 
94.08/94.12	c =============================================================================
94.08/94.12	c  0.0s |       0 |        0 |        0 |    69010      0 |     1355 |     1411
94.08/94.18	c  0.1s |       0 |       58 |        1 |    69010      0 |     1355 |     1412
94.08/94.18	c #cpu_time = 0.065s
94.08/94.18	c #wall_clock_time = 0.065s
94.08/94.18	c #decision = 58
94.08/94.18	c #random_decision = 0
94.08/94.18	c #conflict = 1
94.08/94.18	c #restart = 0
94.08/94.18	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
94.08/94.18	c lower bound updated to -121
94.08/94.18	c BCD2: 1413 <= obj <= 1492
94.08/94.18	c BCD2: #cores=57, #unrelaxed=64, #relaxed=1470, #hardened=0
94.08/94.18	c BCD2: #sat=1 #unsat=1414 bias=1414/1415
94.08/94.19	c Solving starts ...
94.08/94.19	c ============================[ Search Statistics ]============================
94.08/94.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.08/94.19	c       |         |          |          |    Limit     GC | Var      | Constra 
94.08/94.19	c =============================================================================
94.08/94.19	c  0.0s |       0 |        0 |        0 |    69010      0 |     1356 |     1412
94.18/94.25	c  0.1s |       0 |       58 |        1 |    69010      0 |     1356 |     1413
94.18/94.25	c #cpu_time = 0.065s
94.18/94.25	c #wall_clock_time = 0.065s
94.18/94.25	c #decision = 58
94.18/94.25	c #random_decision = 0
94.18/94.25	c #conflict = 1
94.18/94.25	c #restart = 0
94.18/94.25	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
94.18/94.25	c lower bound updated to -120
94.18/94.25	c BCD2: 1414 <= obj <= 1492
94.18/94.25	c BCD2: #cores=57, #unrelaxed=63, #relaxed=1471, #hardened=0
94.18/94.25	c BCD2: #sat=1 #unsat=1415 bias=1415/1416
94.18/94.25	c Solving starts ...
94.18/94.25	c ============================[ Search Statistics ]============================
94.18/94.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.18/94.25	c       |         |          |          |    Limit     GC | Var      | Constra 
94.18/94.25	c =============================================================================
94.18/94.25	c  0.0s |       0 |        0 |        0 |    69010      0 |     1357 |     1413
94.28/94.32	c  0.1s |       0 |       58 |        1 |    69010      0 |     1357 |     1414
94.28/94.32	c #cpu_time = 0.064s
94.28/94.32	c #wall_clock_time = 0.064s
94.28/94.32	c #decision = 58
94.28/94.32	c #random_decision = 0
94.28/94.32	c #conflict = 1
94.28/94.32	c #restart = 0
94.28/94.32	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
94.28/94.32	c lower bound updated to -119
94.28/94.32	c BCD2: 1415 <= obj <= 1492
94.28/94.32	c BCD2: #cores=57, #unrelaxed=62, #relaxed=1472, #hardened=0
94.28/94.32	c BCD2: #sat=1 #unsat=1416 bias=1416/1417
94.28/94.32	c Solving starts ...
94.28/94.32	c ============================[ Search Statistics ]============================
94.28/94.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.28/94.32	c       |         |          |          |    Limit     GC | Var      | Constra 
94.28/94.32	c =============================================================================
94.28/94.32	c  0.0s |       0 |        0 |        0 |    69010      0 |     1358 |     1414
94.28/94.38	c  0.1s |       0 |       58 |        1 |    69010      0 |     1358 |     1415
94.28/94.38	c #cpu_time = 0.064s
94.28/94.38	c #wall_clock_time = 0.064s
94.28/94.38	c #decision = 58
94.28/94.38	c #random_decision = 0
94.28/94.38	c #conflict = 1
94.28/94.38	c #restart = 0
94.28/94.38	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
94.28/94.38	c lower bound updated to -118
94.28/94.39	c BCD2: 1416 <= obj <= 1492
94.28/94.39	c BCD2: #cores=57, #unrelaxed=61, #relaxed=1473, #hardened=0
94.28/94.39	c BCD2: #sat=1 #unsat=1417 bias=1417/1418
94.28/94.39	c Solving starts ...
94.28/94.39	c ============================[ Search Statistics ]============================
94.28/94.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.28/94.39	c       |         |          |          |    Limit     GC | Var      | Constra 
94.28/94.39	c =============================================================================
94.28/94.39	c  0.0s |       0 |        0 |        0 |    69010      0 |     1359 |     1415
94.38/94.45	c  0.1s |       0 |       58 |        1 |    69010      0 |     1359 |     1416
94.38/94.45	c #cpu_time = 0.062s
94.38/94.45	c #wall_clock_time = 0.062s
94.38/94.45	c #decision = 58
94.38/94.45	c #random_decision = 0
94.38/94.45	c #conflict = 1
94.38/94.45	c #restart = 0
94.38/94.45	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
94.38/94.45	c lower bound updated to -117
94.38/94.45	c BCD2: 1417 <= obj <= 1492
94.38/94.45	c BCD2: #cores=57, #unrelaxed=60, #relaxed=1474, #hardened=0
94.38/94.45	c BCD2: #sat=1 #unsat=1418 bias=1418/1419
94.38/94.45	c Solving starts ...
94.38/94.45	c ============================[ Search Statistics ]============================
94.38/94.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.38/94.45	c       |         |          |          |    Limit     GC | Var      | Constra 
94.38/94.45	c =============================================================================
94.38/94.45	c  0.0s |       0 |        0 |        0 |    69010      0 |     1360 |     1416
94.48/94.52	c  0.1s |       0 |       58 |        1 |    69010      0 |     1360 |     1417
94.48/94.52	c #cpu_time = 0.064s
94.48/94.52	c #wall_clock_time = 0.065s
94.48/94.52	c #decision = 58
94.48/94.52	c #random_decision = 0
94.48/94.52	c #conflict = 1
94.48/94.52	c #restart = 0
94.48/94.52	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
94.48/94.52	c lower bound updated to -116
94.48/94.52	c BCD2: 1418 <= obj <= 1492
94.48/94.52	c BCD2: #cores=57, #unrelaxed=59, #relaxed=1475, #hardened=0
94.48/94.52	c BCD2: #sat=1 #unsat=1419 bias=1419/1420
94.48/94.52	c Solving starts ...
94.48/94.52	c ============================[ Search Statistics ]============================
94.48/94.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.48/94.52	c       |         |          |          |    Limit     GC | Var      | Constra 
94.48/94.52	c =============================================================================
94.48/94.52	c  0.0s |       0 |        0 |        0 |    69010      0 |     1361 |     1417
94.48/94.58	c  0.1s |       0 |       58 |        1 |    69010      0 |     1361 |     1418
94.48/94.58	c #cpu_time = 0.064s
94.48/94.58	c #wall_clock_time = 0.064s
94.48/94.58	c #decision = 58
94.48/94.58	c #random_decision = 0
94.48/94.58	c #conflict = 1
94.48/94.58	c #restart = 0
94.48/94.58	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
94.48/94.58	c lower bound updated to -115
94.48/94.59	c BCD2: 1419 <= obj <= 1492
94.48/94.59	c BCD2: #cores=57, #unrelaxed=58, #relaxed=1476, #hardened=0
94.48/94.59	c BCD2: #sat=1 #unsat=1420 bias=1420/1421
94.48/94.59	c Solving starts ...
94.48/94.59	c ============================[ Search Statistics ]============================
94.48/94.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.48/94.59	c       |         |          |          |    Limit     GC | Var      | Constra 
94.48/94.59	c =============================================================================
94.48/94.59	c  0.0s |       0 |        0 |        0 |    69010      0 |     1362 |     1418
94.59/94.65	c  0.1s |       0 |       58 |        1 |    69010      0 |     1362 |     1419
94.59/94.65	c #cpu_time = 0.065s
94.59/94.65	c #wall_clock_time = 0.065s
94.59/94.65	c #decision = 58
94.59/94.65	c #random_decision = 0
94.59/94.65	c #conflict = 1
94.59/94.65	c #restart = 0
94.59/94.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
94.59/94.65	c lower bound updated to -114
94.59/94.65	c BCD2: 1420 <= obj <= 1492
94.59/94.65	c BCD2: #cores=57, #unrelaxed=57, #relaxed=1477, #hardened=0
94.59/94.65	c BCD2: #sat=1 #unsat=1421 bias=1421/1422
94.59/94.65	c Solving starts ...
94.59/94.65	c ============================[ Search Statistics ]============================
94.59/94.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.59/94.65	c       |         |          |          |    Limit     GC | Var      | Constra 
94.59/94.65	c =============================================================================
94.59/94.65	c  0.0s |       0 |        0 |        0 |    69010      0 |     1363 |     1419
94.69/94.72	c  0.1s |       0 |       58 |        1 |    69010      0 |     1363 |     1420
94.69/94.72	c #cpu_time = 0.065s
94.69/94.72	c #wall_clock_time = 0.065s
94.69/94.72	c #decision = 58
94.69/94.72	c #random_decision = 0
94.69/94.72	c #conflict = 1
94.69/94.72	c #restart = 0
94.69/94.72	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
94.69/94.72	c lower bound updated to -113
94.69/94.72	c BCD2: 1421 <= obj <= 1492
94.69/94.72	c BCD2: #cores=57, #unrelaxed=56, #relaxed=1478, #hardened=0
94.69/94.72	c BCD2: #sat=1 #unsat=1422 bias=1422/1423
94.69/94.72	c Solving starts ...
94.69/94.72	c ============================[ Search Statistics ]============================
94.69/94.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.69/94.72	c       |         |          |          |    Limit     GC | Var      | Constra 
94.69/94.72	c =============================================================================
94.69/94.72	c  0.0s |       0 |        0 |        0 |    69010      0 |     1364 |     1420
94.69/94.79	c  0.1s |       0 |       58 |        1 |    69010      0 |     1364 |     1421
94.69/94.79	c #cpu_time = 0.067s
94.69/94.79	c #wall_clock_time = 0.067s
94.69/94.79	c #decision = 58
94.69/94.79	c #random_decision = 0
94.69/94.79	c #conflict = 1
94.69/94.79	c #restart = 0
94.69/94.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
94.69/94.79	c lower bound updated to -112
94.69/94.79	c BCD2: 1422 <= obj <= 1492
94.69/94.79	c BCD2: #cores=57, #unrelaxed=55, #relaxed=1479, #hardened=0
94.69/94.79	c BCD2: #sat=1 #unsat=1423 bias=1423/1424
94.69/94.79	c Solving starts ...
94.69/94.79	c ============================[ Search Statistics ]============================
94.69/94.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.69/94.79	c       |         |          |          |    Limit     GC | Var      | Constra 
94.69/94.79	c =============================================================================
94.69/94.79	c  0.0s |       0 |        0 |        0 |    69010      0 |     1365 |     1421
94.78/94.86	c  0.1s |       0 |       58 |        1 |    69010      0 |     1365 |     1422
94.78/94.86	c #cpu_time = 0.068s
94.78/94.86	c #wall_clock_time = 0.068s
94.78/94.86	c #decision = 58
94.78/94.86	c #random_decision = 0
94.78/94.86	c #conflict = 1
94.78/94.86	c #restart = 0
94.78/94.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
94.78/94.86	c lower bound updated to -111
94.78/94.86	c BCD2: 1423 <= obj <= 1492
94.78/94.86	c BCD2: #cores=57, #unrelaxed=54, #relaxed=1480, #hardened=0
94.78/94.86	c BCD2: #sat=1 #unsat=1424 bias=1424/1425
94.78/94.86	c Solving starts ...
94.78/94.86	c ============================[ Search Statistics ]============================
94.78/94.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.78/94.86	c       |         |          |          |    Limit     GC | Var      | Constra 
94.78/94.86	c =============================================================================
94.78/94.86	c  0.0s |       0 |        0 |        0 |    69010      0 |     1366 |     1422
94.88/94.93	c  0.1s |       0 |       58 |        1 |    69010      0 |     1366 |     1423
94.88/94.93	c #cpu_time = 0.062s
94.88/94.93	c #wall_clock_time = 0.062s
94.88/94.93	c #decision = 58
94.88/94.93	c #random_decision = 0
94.88/94.93	c #conflict = 1
94.88/94.93	c #restart = 0
94.88/94.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
94.88/94.93	c lower bound updated to -110
94.88/94.93	c BCD2: 1424 <= obj <= 1492
94.88/94.93	c BCD2: #cores=57, #unrelaxed=53, #relaxed=1481, #hardened=0
94.88/94.93	c BCD2: #sat=1 #unsat=1425 bias=1425/1426
94.88/94.93	c Solving starts ...
94.88/94.93	c ============================[ Search Statistics ]============================
94.88/94.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.88/94.93	c       |         |          |          |    Limit     GC | Var      | Constra 
94.88/94.93	c =============================================================================
94.88/94.93	c  0.0s |       0 |        0 |        0 |    69010      0 |     1367 |     1423
94.88/94.99	c  0.1s |       0 |       58 |        1 |    69010      0 |     1367 |     1424
94.88/94.99	c #cpu_time = 0.064s
94.88/94.99	c #wall_clock_time = 0.064s
94.88/94.99	c #decision = 58
94.88/94.99	c #random_decision = 0
94.88/94.99	c #conflict = 1
94.88/94.99	c #restart = 0
94.88/94.99	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
94.88/94.99	c lower bound updated to -109
94.88/94.99	c BCD2: 1425 <= obj <= 1492
94.88/94.99	c BCD2: #cores=57, #unrelaxed=52, #relaxed=1482, #hardened=0
94.88/94.99	c BCD2: #sat=1 #unsat=1426 bias=1426/1427
94.88/94.99	c Solving starts ...
94.88/94.99	c ============================[ Search Statistics ]============================
94.88/94.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.88/94.99	c       |         |          |          |    Limit     GC | Var      | Constra 
94.88/94.99	c =============================================================================
94.88/94.99	c  0.0s |       0 |        0 |        0 |    69010      0 |     1368 |     1424
94.98/95.06	c  0.1s |       0 |       58 |        0 |    69010      0 |     1368 |     1425
94.98/95.06	c #cpu_time = 0.064s
94.98/95.06	c #wall_clock_time = 0.064s
94.98/95.06	c #decision = 58
94.98/95.06	c #random_decision = 0
94.98/95.06	c #conflict = 0
94.98/95.06	c #restart = 0
94.98/95.06	c BCD2: found a new core of size 2: cost of the new core is >=1
94.98/95.06	c lower bound updated to -108
94.98/95.07	c BCD2: 1426 <= obj <= 1492
94.98/95.07	c BCD2: #cores=58, #unrelaxed=50, #relaxed=1484, #hardened=0
94.98/95.07	c BCD2: #sat=1 #unsat=1427 bias=1427/1428
94.98/95.07	c Solving starts ...
94.98/95.07	c ============================[ Search Statistics ]============================
94.98/95.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
94.98/95.07	c       |         |          |          |    Limit     GC | Var      | Constra 
94.98/95.07	c =============================================================================
94.98/95.07	c  0.0s |       0 |        0 |        0 |    69010      0 |     1368 |     1426
95.08/95.13	c  0.1s |       0 |       59 |        1 |    69010      0 |     1368 |     1426
95.08/95.13	c #cpu_time = 0.063s
95.08/95.13	c #wall_clock_time = 0.063s
95.08/95.13	c #decision = 59
95.08/95.13	c #random_decision = 0
95.08/95.13	c #conflict = 1
95.08/95.13	c #restart = 0
95.08/95.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
95.08/95.13	c lower bound updated to -107
95.08/95.13	c BCD2: 1427 <= obj <= 1492
95.08/95.13	c BCD2: #cores=58, #unrelaxed=49, #relaxed=1485, #hardened=0
95.08/95.13	c BCD2: #sat=1 #unsat=1428 bias=1428/1429
95.08/95.13	c Solving starts ...
95.08/95.13	c ============================[ Search Statistics ]============================
95.08/95.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.08/95.13	c       |         |          |          |    Limit     GC | Var      | Constra 
95.08/95.13	c =============================================================================
95.08/95.13	c  0.0s |       0 |        0 |        0 |    69010      0 |     1369 |     1426
95.18/95.20	c  0.1s |       0 |       59 |        1 |    69010      0 |     1369 |     1427
95.18/95.20	c #cpu_time = 0.065s
95.18/95.20	c #wall_clock_time = 0.065s
95.18/95.20	c #decision = 59
95.18/95.20	c #random_decision = 0
95.18/95.20	c #conflict = 1
95.18/95.20	c #restart = 0
95.18/95.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
95.18/95.20	c lower bound updated to -106
95.18/95.20	c BCD2: 1428 <= obj <= 1492
95.18/95.20	c BCD2: #cores=58, #unrelaxed=48, #relaxed=1486, #hardened=0
95.18/95.20	c BCD2: #sat=1 #unsat=1429 bias=1429/1430
95.18/95.20	c Solving starts ...
95.18/95.20	c ============================[ Search Statistics ]============================
95.18/95.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.18/95.20	c       |         |          |          |    Limit     GC | Var      | Constra 
95.18/95.20	c =============================================================================
95.18/95.20	c  0.0s |       0 |        0 |        0 |    69010      0 |     1370 |     1427
95.18/95.27	c  0.1s |       0 |       59 |        1 |    69010      0 |     1370 |     1428
95.18/95.27	c #cpu_time = 0.064s
95.18/95.27	c #wall_clock_time = 0.064s
95.18/95.27	c #decision = 59
95.18/95.27	c #random_decision = 0
95.18/95.27	c #conflict = 1
95.18/95.27	c #restart = 0
95.18/95.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
95.18/95.27	c lower bound updated to -105
95.18/95.27	c BCD2: 1429 <= obj <= 1492
95.18/95.27	c BCD2: #cores=58, #unrelaxed=47, #relaxed=1487, #hardened=0
95.18/95.27	c BCD2: #sat=1 #unsat=1430 bias=1430/1431
95.18/95.27	c Solving starts ...
95.18/95.27	c ============================[ Search Statistics ]============================
95.18/95.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.18/95.27	c       |         |          |          |    Limit     GC | Var      | Constra 
95.18/95.27	c =============================================================================
95.18/95.27	c  0.0s |       0 |        0 |        0 |    69010      0 |     1371 |     1428
95.28/95.33	c  0.1s |       0 |       59 |        1 |    69010      0 |     1371 |     1429
95.28/95.33	c #cpu_time = 0.065s
95.28/95.33	c #wall_clock_time = 0.065s
95.28/95.33	c #decision = 59
95.28/95.33	c #random_decision = 0
95.28/95.33	c #conflict = 1
95.28/95.33	c #restart = 0
95.28/95.33	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
95.28/95.33	c lower bound updated to -104
95.28/95.34	c BCD2: 1430 <= obj <= 1492
95.28/95.34	c BCD2: #cores=58, #unrelaxed=46, #relaxed=1488, #hardened=0
95.28/95.34	c BCD2: #sat=1 #unsat=1431 bias=1431/1432
95.28/95.34	c Solving starts ...
95.28/95.34	c ============================[ Search Statistics ]============================
95.28/95.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.28/95.34	c       |         |          |          |    Limit     GC | Var      | Constra 
95.28/95.34	c =============================================================================
95.28/95.34	c  0.0s |       0 |        0 |        0 |    69010      0 |     1372 |     1429
95.38/95.40	c  0.1s |       0 |       59 |        1 |    69010      0 |     1372 |     1430
95.38/95.40	c #cpu_time = 0.062s
95.38/95.40	c #wall_clock_time = 0.062s
95.38/95.40	c #decision = 59
95.38/95.40	c #random_decision = 0
95.38/95.40	c #conflict = 1
95.38/95.40	c #restart = 0
95.38/95.40	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
95.38/95.40	c lower bound updated to -103
95.38/95.40	c BCD2: 1431 <= obj <= 1492
95.38/95.40	c BCD2: #cores=58, #unrelaxed=45, #relaxed=1489, #hardened=0
95.38/95.40	c BCD2: #sat=1 #unsat=1432 bias=1432/1433
95.38/95.40	c Solving starts ...
95.38/95.40	c ============================[ Search Statistics ]============================
95.38/95.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.38/95.40	c       |         |          |          |    Limit     GC | Var      | Constra 
95.38/95.40	c =============================================================================
95.38/95.40	c  0.0s |       0 |        0 |        0 |    69010      0 |     1373 |     1430
95.38/95.47	c  0.1s |       0 |       59 |        1 |    69010      0 |     1373 |     1431
95.38/95.47	c #cpu_time = 0.064s
95.38/95.47	c #wall_clock_time = 0.064s
95.38/95.47	c #decision = 59
95.38/95.47	c #random_decision = 0
95.38/95.47	c #conflict = 1
95.38/95.47	c #restart = 0
95.38/95.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
95.38/95.47	c lower bound updated to -102
95.38/95.47	c BCD2: 1432 <= obj <= 1492
95.38/95.47	c BCD2: #cores=58, #unrelaxed=44, #relaxed=1490, #hardened=0
95.38/95.47	c BCD2: #sat=1 #unsat=1433 bias=1433/1434
95.38/95.47	c Solving starts ...
95.38/95.47	c ============================[ Search Statistics ]============================
95.38/95.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.38/95.47	c       |         |          |          |    Limit     GC | Var      | Constra 
95.38/95.47	c =============================================================================
95.38/95.47	c  0.0s |       0 |        0 |        0 |    69010      0 |     1374 |     1431
95.48/95.53	c  0.1s |       0 |       59 |        1 |    69010      0 |     1374 |     1432
95.48/95.53	c #cpu_time = 0.064s
95.48/95.53	c #wall_clock_time = 0.064s
95.48/95.53	c #decision = 59
95.48/95.53	c #random_decision = 0
95.48/95.53	c #conflict = 1
95.48/95.53	c #restart = 0
95.48/95.53	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
95.48/95.53	c lower bound updated to -101
95.48/95.54	c BCD2: 1433 <= obj <= 1492
95.48/95.54	c BCD2: #cores=58, #unrelaxed=43, #relaxed=1491, #hardened=0
95.48/95.54	c BCD2: #sat=1 #unsat=1434 bias=1434/1435
95.48/95.54	c Solving starts ...
95.48/95.54	c ============================[ Search Statistics ]============================
95.48/95.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.48/95.54	c       |         |          |          |    Limit     GC | Var      | Constra 
95.48/95.54	c =============================================================================
95.48/95.54	c  0.0s |       0 |        0 |        0 |    69010      0 |     1375 |     1432
95.58/95.60	c  0.1s |       0 |       59 |        1 |    69010      0 |     1375 |     1433
95.58/95.60	c #cpu_time = 0.065s
95.58/95.60	c #wall_clock_time = 0.065s
95.58/95.60	c #decision = 59
95.58/95.60	c #random_decision = 0
95.58/95.60	c #conflict = 1
95.58/95.60	c #restart = 0
95.58/95.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
95.58/95.60	c lower bound updated to -100
95.58/95.60	c BCD2: 1434 <= obj <= 1492
95.58/95.60	c BCD2: #cores=58, #unrelaxed=42, #relaxed=1492, #hardened=0
95.58/95.60	c BCD2: #sat=1 #unsat=1435 bias=1435/1436
95.58/95.60	c Solving starts ...
95.58/95.60	c ============================[ Search Statistics ]============================
95.58/95.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.58/95.60	c       |         |          |          |    Limit     GC | Var      | Constra 
95.58/95.60	c =============================================================================
95.58/95.60	c  0.0s |       0 |        0 |        0 |    69010      0 |     1376 |     1433
95.58/95.67	c  0.1s |       0 |       59 |        1 |    69010      0 |     1376 |     1434
95.58/95.67	c #cpu_time = 0.065s
95.58/95.67	c #wall_clock_time = 0.065s
95.58/95.67	c #decision = 59
95.58/95.67	c #random_decision = 0
95.58/95.67	c #conflict = 1
95.58/95.67	c #restart = 0
95.58/95.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
95.58/95.67	c lower bound updated to -99
95.58/95.67	c BCD2: 1435 <= obj <= 1492
95.58/95.67	c BCD2: #cores=58, #unrelaxed=41, #relaxed=1493, #hardened=0
95.58/95.67	c BCD2: #sat=1 #unsat=1436 bias=1436/1437
95.58/95.67	c Solving starts ...
95.58/95.67	c ============================[ Search Statistics ]============================
95.58/95.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.58/95.67	c       |         |          |          |    Limit     GC | Var      | Constra 
95.58/95.67	c =============================================================================
95.58/95.67	c  0.0s |       0 |        0 |        0 |    69010      0 |     1377 |     1434
95.68/95.73	c  0.1s |       0 |       59 |        1 |    69010      0 |     1377 |     1435
95.68/95.73	c #cpu_time = 0.064s
95.68/95.73	c #wall_clock_time = 0.064s
95.68/95.73	c #decision = 59
95.68/95.73	c #random_decision = 0
95.68/95.73	c #conflict = 1
95.68/95.73	c #restart = 0
95.68/95.73	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
95.68/95.73	c lower bound updated to -98
95.68/95.73	c BCD2: 1436 <= obj <= 1492
95.68/95.73	c BCD2: #cores=58, #unrelaxed=40, #relaxed=1494, #hardened=0
95.68/95.73	c BCD2: #sat=1 #unsat=1437 bias=1437/1438
95.68/95.73	c Solving starts ...
95.68/95.73	c ============================[ Search Statistics ]============================
95.68/95.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.68/95.73	c       |         |          |          |    Limit     GC | Var      | Constra 
95.68/95.73	c =============================================================================
95.68/95.73	c  0.0s |       0 |        0 |        0 |    69010      0 |     1378 |     1435
95.68/95.80	c  0.1s |       0 |       59 |        1 |    69010      0 |     1378 |     1436
95.68/95.80	c #cpu_time = 0.065s
95.68/95.80	c #wall_clock_time = 0.065s
95.68/95.80	c #decision = 59
95.68/95.80	c #random_decision = 0
95.68/95.80	c #conflict = 1
95.68/95.80	c #restart = 0
95.68/95.80	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
95.68/95.80	c lower bound updated to -97
95.78/95.81	c BCD2: 1437 <= obj <= 1492
95.78/95.81	c BCD2: #cores=58, #unrelaxed=39, #relaxed=1495, #hardened=0
95.78/95.81	c BCD2: #sat=1 #unsat=1438 bias=1438/1439
95.78/95.81	c Solving starts ...
95.78/95.81	c ============================[ Search Statistics ]============================
95.78/95.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.78/95.81	c       |         |          |          |    Limit     GC | Var      | Constra 
95.78/95.81	c =============================================================================
95.78/95.81	c  0.0s |       0 |        0 |        0 |    69010      0 |     1379 |     1436
95.78/95.87	c  0.1s |       0 |       59 |        1 |    69010      0 |     1379 |     1437
95.78/95.87	c #cpu_time = 0.062s
95.78/95.87	c #wall_clock_time = 0.062s
95.78/95.87	c #decision = 59
95.78/95.87	c #random_decision = 0
95.78/95.87	c #conflict = 1
95.78/95.87	c #restart = 0
95.78/95.87	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
95.78/95.87	c lower bound updated to -96
95.78/95.87	c BCD2: 1438 <= obj <= 1492
95.78/95.87	c BCD2: #cores=58, #unrelaxed=38, #relaxed=1496, #hardened=0
95.78/95.87	c BCD2: #sat=1 #unsat=1439 bias=1439/1440
95.78/95.87	c Solving starts ...
95.78/95.87	c ============================[ Search Statistics ]============================
95.78/95.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.78/95.87	c       |         |          |          |    Limit     GC | Var      | Constra 
95.78/95.87	c =============================================================================
95.78/95.87	c  0.0s |       0 |        0 |        0 |    69010      0 |     1380 |     1437
95.87/95.94	c  0.1s |       0 |       59 |        1 |    69010      0 |     1380 |     1438
95.87/95.94	c #cpu_time = 0.068s
95.87/95.94	c #wall_clock_time = 0.068s
95.87/95.94	c #decision = 59
95.87/95.94	c #random_decision = 0
95.87/95.94	c #conflict = 1
95.87/95.94	c #restart = 0
95.87/95.94	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
95.87/95.94	c lower bound updated to -95
95.87/95.94	c BCD2: 1439 <= obj <= 1492
95.87/95.94	c BCD2: #cores=58, #unrelaxed=37, #relaxed=1497, #hardened=0
95.87/95.94	c BCD2: #sat=1 #unsat=1440 bias=1440/1441
95.87/95.94	c Solving starts ...
95.87/95.94	c ============================[ Search Statistics ]============================
95.87/95.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.87/95.94	c       |         |          |          |    Limit     GC | Var      | Constra 
95.87/95.94	c =============================================================================
95.87/95.94	c  0.0s |       0 |        0 |        0 |    69010      0 |     1381 |     1438
95.97/96.01	c  0.1s |       0 |       59 |        1 |    69010      0 |     1381 |     1439
95.97/96.01	c #cpu_time = 0.065s
95.97/96.01	c #wall_clock_time = 0.065s
95.97/96.01	c #decision = 59
95.97/96.01	c #random_decision = 0
95.97/96.01	c #conflict = 1
95.97/96.01	c #restart = 0
95.97/96.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
95.97/96.01	c lower bound updated to -94
95.97/96.01	c BCD2: 1440 <= obj <= 1492
95.97/96.01	c BCD2: #cores=58, #unrelaxed=36, #relaxed=1498, #hardened=0
95.97/96.01	c BCD2: #sat=1 #unsat=1441 bias=1441/1442
95.97/96.01	c Solving starts ...
95.97/96.01	c ============================[ Search Statistics ]============================
95.97/96.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.97/96.01	c       |         |          |          |    Limit     GC | Var      | Constra 
95.97/96.01	c =============================================================================
95.97/96.01	c  0.0s |       0 |        0 |        0 |    69010      0 |     1382 |     1439
95.97/96.07	c  0.1s |       0 |       59 |        1 |    69010      0 |     1382 |     1440
95.97/96.07	c #cpu_time = 0.065s
95.97/96.07	c #wall_clock_time = 0.065s
95.97/96.07	c #decision = 59
95.97/96.07	c #random_decision = 0
95.97/96.07	c #conflict = 1
95.97/96.07	c #restart = 0
95.97/96.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
95.97/96.07	c lower bound updated to -93
95.97/96.07	c BCD2: 1441 <= obj <= 1492
95.97/96.07	c BCD2: #cores=58, #unrelaxed=35, #relaxed=1499, #hardened=0
95.97/96.07	c BCD2: #sat=1 #unsat=1442 bias=1442/1443
95.97/96.07	c Solving starts ...
95.97/96.07	c ============================[ Search Statistics ]============================
95.97/96.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
95.97/96.07	c       |         |          |          |    Limit     GC | Var      | Constra 
95.97/96.07	c =============================================================================
95.97/96.07	c  0.0s |       0 |        0 |        0 |    69010      0 |     1383 |     1440
96.07/96.14	c  0.1s |       0 |       59 |        1 |    69010      0 |     1383 |     1441
96.07/96.14	c #cpu_time = 0.065s
96.07/96.14	c #wall_clock_time = 0.065s
96.07/96.14	c #decision = 59
96.07/96.14	c #random_decision = 0
96.07/96.14	c #conflict = 1
96.07/96.14	c #restart = 0
96.07/96.14	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
96.07/96.14	c lower bound updated to -92
96.07/96.14	c BCD2: 1442 <= obj <= 1492
96.07/96.14	c BCD2: #cores=58, #unrelaxed=34, #relaxed=1500, #hardened=0
96.07/96.14	c BCD2: #sat=1 #unsat=1443 bias=1443/1444
96.07/96.14	c Solving starts ...
96.07/96.14	c ============================[ Search Statistics ]============================
96.07/96.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.07/96.14	c       |         |          |          |    Limit     GC | Var      | Constra 
96.07/96.14	c =============================================================================
96.07/96.14	c  0.0s |       0 |        0 |        0 |    69010      0 |     1384 |     1441
96.17/96.20	c  0.1s |       0 |       59 |        1 |    69010      0 |     1384 |     1442
96.17/96.20	c #cpu_time = 0.064s
96.17/96.20	c #wall_clock_time = 0.064s
96.17/96.20	c #decision = 59
96.17/96.20	c #random_decision = 0
96.17/96.20	c #conflict = 1
96.17/96.20	c #restart = 0
96.17/96.20	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
96.17/96.20	c lower bound updated to -91
96.17/96.20	c BCD2: 1443 <= obj <= 1492
96.17/96.20	c BCD2: #cores=58, #unrelaxed=33, #relaxed=1501, #hardened=0
96.17/96.20	c BCD2: #sat=1 #unsat=1444 bias=1444/1445
96.17/96.20	c Solving starts ...
96.17/96.20	c ============================[ Search Statistics ]============================
96.17/96.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.17/96.20	c       |         |          |          |    Limit     GC | Var      | Constra 
96.17/96.20	c =============================================================================
96.17/96.20	c  0.0s |       0 |        0 |        0 |    69010      0 |     1385 |     1442
96.17/96.27	c  0.1s |       0 |       59 |        1 |    69010      0 |     1385 |     1443
96.17/96.27	c #cpu_time = 0.064s
96.17/96.27	c #wall_clock_time = 0.064s
96.17/96.27	c #decision = 59
96.17/96.27	c #random_decision = 0
96.17/96.27	c #conflict = 1
96.17/96.27	c #restart = 0
96.17/96.27	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
96.17/96.27	c lower bound updated to -90
96.17/96.28	c BCD2: 1444 <= obj <= 1492
96.17/96.28	c BCD2: #cores=58, #unrelaxed=32, #relaxed=1502, #hardened=0
96.17/96.28	c BCD2: #sat=1 #unsat=1445 bias=1445/1446
96.17/96.28	c Solving starts ...
96.17/96.28	c ============================[ Search Statistics ]============================
96.17/96.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.17/96.28	c       |         |          |          |    Limit     GC | Var      | Constra 
96.17/96.28	c =============================================================================
96.17/96.28	c  0.0s |       0 |        0 |        0 |    69010      0 |     1386 |     1443
96.27/96.34	c  0.1s |       0 |       59 |        1 |    69010      0 |     1386 |     1444
96.27/96.34	c #cpu_time = 0.062s
96.27/96.34	c #wall_clock_time = 0.062s
96.27/96.34	c #decision = 59
96.27/96.34	c #random_decision = 0
96.27/96.34	c #conflict = 1
96.27/96.34	c #restart = 0
96.27/96.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
96.27/96.34	c lower bound updated to -89
96.27/96.34	c BCD2: 1445 <= obj <= 1492
96.27/96.34	c BCD2: #cores=58, #unrelaxed=31, #relaxed=1503, #hardened=0
96.27/96.34	c BCD2: #sat=1 #unsat=1446 bias=1446/1447
96.27/96.34	c Solving starts ...
96.27/96.34	c ============================[ Search Statistics ]============================
96.27/96.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.27/96.34	c       |         |          |          |    Limit     GC | Var      | Constra 
96.27/96.34	c =============================================================================
96.27/96.34	c  0.0s |       0 |        0 |        0 |    69010      0 |     1387 |     1444
96.37/96.41	c  0.1s |       0 |       59 |        1 |    69010      0 |     1387 |     1445
96.37/96.41	c #cpu_time = 0.064s
96.37/96.41	c #wall_clock_time = 0.064s
96.37/96.41	c #decision = 59
96.37/96.41	c #random_decision = 0
96.37/96.41	c #conflict = 1
96.37/96.41	c #restart = 0
96.37/96.41	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
96.37/96.41	c lower bound updated to -88
96.37/96.41	c BCD2: 1446 <= obj <= 1492
96.37/96.41	c BCD2: #cores=58, #unrelaxed=30, #relaxed=1504, #hardened=0
96.37/96.41	c BCD2: #sat=1 #unsat=1447 bias=1447/1448
96.37/96.41	c Solving starts ...
96.37/96.41	c ============================[ Search Statistics ]============================
96.37/96.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.37/96.41	c       |         |          |          |    Limit     GC | Var      | Constra 
96.37/96.41	c =============================================================================
96.37/96.41	c  0.0s |       0 |        0 |        0 |    69010      0 |     1388 |     1445
96.37/96.47	c  0.1s |       0 |       59 |        1 |    69010      0 |     1388 |     1446
96.37/96.47	c #cpu_time = 0.064s
96.37/96.47	c #wall_clock_time = 0.064s
96.37/96.47	c #decision = 59
96.37/96.47	c #random_decision = 0
96.37/96.47	c #conflict = 1
96.37/96.47	c #restart = 0
96.37/96.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
96.37/96.47	c lower bound updated to -87
96.37/96.47	c BCD2: 1447 <= obj <= 1492
96.37/96.47	c BCD2: #cores=58, #unrelaxed=29, #relaxed=1505, #hardened=0
96.37/96.47	c BCD2: #sat=1 #unsat=1448 bias=1448/1449
96.37/96.47	c Solving starts ...
96.37/96.47	c ============================[ Search Statistics ]============================
96.37/96.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.37/96.47	c       |         |          |          |    Limit     GC | Var      | Constra 
96.37/96.47	c =============================================================================
96.37/96.47	c  0.0s |       0 |        0 |        0 |    69010      0 |     1389 |     1446
96.47/96.54	c  0.1s |       0 |       59 |        1 |    69010      0 |     1389 |     1447
96.47/96.54	c #cpu_time = 0.065s
96.47/96.54	c #wall_clock_time = 0.065s
96.47/96.54	c #decision = 59
96.47/96.54	c #random_decision = 0
96.47/96.54	c #conflict = 1
96.47/96.54	c #restart = 0
96.47/96.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
96.47/96.54	c lower bound updated to -86
96.47/96.54	c BCD2: 1448 <= obj <= 1492
96.47/96.54	c BCD2: #cores=58, #unrelaxed=28, #relaxed=1506, #hardened=0
96.47/96.54	c BCD2: #sat=1 #unsat=1449 bias=1449/1450
96.47/96.54	c Solving starts ...
96.47/96.54	c ============================[ Search Statistics ]============================
96.47/96.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.47/96.54	c       |         |          |          |    Limit     GC | Var      | Constra 
96.47/96.54	c =============================================================================
96.47/96.54	c  0.0s |       0 |        0 |        0 |    69010      0 |     1390 |     1447
96.57/96.61	c  0.1s |       0 |       59 |        1 |    69010      0 |     1390 |     1448
96.57/96.61	c #cpu_time = 0.065s
96.57/96.61	c #wall_clock_time = 0.065s
96.57/96.61	c #decision = 59
96.57/96.61	c #random_decision = 0
96.57/96.61	c #conflict = 1
96.57/96.61	c #restart = 0
96.57/96.61	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
96.57/96.61	c lower bound updated to -85
96.57/96.61	c BCD2: 1449 <= obj <= 1492
96.57/96.61	c BCD2: #cores=58, #unrelaxed=27, #relaxed=1507, #hardened=0
96.57/96.61	c BCD2: #sat=1 #unsat=1450 bias=1450/1451
96.57/96.61	c Solving starts ...
96.57/96.61	c ============================[ Search Statistics ]============================
96.57/96.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.57/96.61	c       |         |          |          |    Limit     GC | Var      | Constra 
96.57/96.61	c =============================================================================
96.57/96.61	c  0.0s |       0 |        0 |        0 |    69010      0 |     1391 |     1448
96.57/96.67	c  0.1s |       0 |       59 |        1 |    69010      0 |     1391 |     1449
96.57/96.67	c #cpu_time = 0.064s
96.57/96.67	c #wall_clock_time = 0.064s
96.57/96.67	c #decision = 59
96.57/96.67	c #random_decision = 0
96.57/96.67	c #conflict = 1
96.57/96.67	c #restart = 0
96.57/96.67	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
96.57/96.67	c lower bound updated to -84
96.57/96.67	c BCD2: 1450 <= obj <= 1492
96.57/96.67	c BCD2: #cores=58, #unrelaxed=26, #relaxed=1508, #hardened=0
96.57/96.67	c BCD2: #sat=1 #unsat=1451 bias=1451/1452
96.57/96.67	c Solving starts ...
96.57/96.67	c ============================[ Search Statistics ]============================
96.57/96.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.57/96.67	c       |         |          |          |    Limit     GC | Var      | Constra 
96.57/96.67	c =============================================================================
96.57/96.67	c  0.0s |       0 |        0 |        0 |    69010      0 |     1392 |     1449
96.67/96.74	c  0.1s |       0 |       59 |        0 |    69010      0 |     1392 |     1450
96.67/96.74	c #cpu_time = 0.064s
96.67/96.74	c #wall_clock_time = 0.064s
96.67/96.74	c #decision = 59
96.67/96.74	c #random_decision = 0
96.67/96.74	c #conflict = 0
96.67/96.74	c #restart = 0
96.67/96.74	c BCD2: found a new core of size 2: cost of the new core is >=1
96.67/96.74	c lower bound updated to -83
96.67/96.75	c BCD2: 1451 <= obj <= 1492
96.67/96.75	c BCD2: #cores=59, #unrelaxed=24, #relaxed=1510, #hardened=0
96.67/96.75	c BCD2: #sat=1 #unsat=1452 bias=1452/1453
96.67/96.75	c Solving starts ...
96.67/96.75	c ============================[ Search Statistics ]============================
96.67/96.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.67/96.75	c       |         |          |          |    Limit     GC | Var      | Constra 
96.67/96.75	c =============================================================================
96.67/96.75	c  0.0s |       0 |        0 |        0 |    69010      0 |     1392 |     1451
96.78/96.82	c  0.1s |       0 |       60 |        1 |    69010      0 |     1392 |     1451
96.78/96.82	c #cpu_time = 0.062s
96.78/96.82	c #wall_clock_time = 0.062s
96.78/96.82	c #decision = 60
96.78/96.82	c #random_decision = 0
96.78/96.82	c #conflict = 1
96.78/96.82	c #restart = 0
96.78/96.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
96.78/96.82	c lower bound updated to -82
96.78/96.82	c BCD2: 1452 <= obj <= 1492
96.78/96.82	c BCD2: #cores=59, #unrelaxed=23, #relaxed=1511, #hardened=0
96.78/96.82	c BCD2: #sat=1 #unsat=1453 bias=1453/1454
96.78/96.82	c Solving starts ...
96.78/96.82	c ============================[ Search Statistics ]============================
96.78/96.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.78/96.82	c       |         |          |          |    Limit     GC | Var      | Constra 
96.78/96.82	c =============================================================================
96.78/96.82	c  0.0s |       0 |        0 |        0 |    69010      0 |     1393 |     1451
96.78/96.88	c  0.1s |       0 |       60 |        1 |    69010      0 |     1393 |     1452
96.78/96.88	c #cpu_time = 0.064s
96.78/96.88	c #wall_clock_time = 0.064s
96.78/96.88	c #decision = 60
96.78/96.88	c #random_decision = 0
96.78/96.88	c #conflict = 1
96.78/96.88	c #restart = 0
96.78/96.88	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
96.78/96.88	c lower bound updated to -81
96.78/96.88	c BCD2: 1453 <= obj <= 1492
96.78/96.88	c BCD2: #cores=59, #unrelaxed=22, #relaxed=1512, #hardened=0
96.78/96.88	c BCD2: #sat=1 #unsat=1454 bias=1454/1455
96.78/96.88	c Solving starts ...
96.78/96.88	c ============================[ Search Statistics ]============================
96.78/96.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.78/96.88	c       |         |          |          |    Limit     GC | Var      | Constra 
96.78/96.88	c =============================================================================
96.78/96.88	c  0.0s |       0 |        0 |        0 |    69010      0 |     1394 |     1452
96.88/96.95	c  0.1s |       0 |       60 |        1 |    69010      0 |     1394 |     1453
96.88/96.95	c #cpu_time = 0.064s
96.88/96.95	c #wall_clock_time = 0.064s
96.88/96.95	c #decision = 60
96.88/96.95	c #random_decision = 0
96.88/96.95	c #conflict = 1
96.88/96.95	c #restart = 0
96.88/96.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=4
96.88/96.95	c lower bound updated to -80
96.88/96.95	c BCD2: 1454 <= obj <= 1492
96.88/96.95	c BCD2: #cores=59, #unrelaxed=21, #relaxed=1513, #hardened=0
96.88/96.95	c BCD2: #sat=1 #unsat=1455 bias=1455/1456
96.88/96.95	c Solving starts ...
96.88/96.95	c ============================[ Search Statistics ]============================
96.88/96.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.88/96.95	c       |         |          |          |    Limit     GC | Var      | Constra 
96.88/96.95	c =============================================================================
96.88/96.95	c  0.0s |       0 |        0 |        0 |    69010      0 |     1395 |     1453
96.97/97.01	c  0.1s |       0 |       60 |        1 |    69010      0 |     1395 |     1454
96.97/97.01	c #cpu_time = 0.065s
96.97/97.01	c #wall_clock_time = 0.065s
96.97/97.01	c #decision = 60
96.97/97.01	c #random_decision = 0
96.97/97.01	c #conflict = 1
96.97/97.01	c #restart = 0
96.97/97.01	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=5
96.97/97.01	c lower bound updated to -79
96.97/97.01	c BCD2: 1455 <= obj <= 1492
96.97/97.01	c BCD2: #cores=59, #unrelaxed=20, #relaxed=1514, #hardened=0
96.97/97.01	c BCD2: #sat=1 #unsat=1456 bias=1456/1457
96.97/97.02	c Solving starts ...
96.97/97.02	c ============================[ Search Statistics ]============================
96.97/97.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.97/97.02	c       |         |          |          |    Limit     GC | Var      | Constra 
96.97/97.02	c =============================================================================
96.97/97.02	c  0.0s |       0 |        0 |        0 |    69010      0 |     1396 |     1454
96.97/97.08	c  0.1s |       0 |       60 |        1 |    69010      0 |     1396 |     1455
96.97/97.08	c #cpu_time = 0.066s
96.97/97.08	c #wall_clock_time = 0.066s
96.97/97.08	c #decision = 60
96.97/97.08	c #random_decision = 0
96.97/97.08	c #conflict = 1
96.97/97.08	c #restart = 0
96.97/97.08	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=6
96.97/97.08	c lower bound updated to -78
96.97/97.08	c BCD2: 1456 <= obj <= 1492
96.97/97.08	c BCD2: #cores=59, #unrelaxed=19, #relaxed=1515, #hardened=0
96.97/97.08	c BCD2: #sat=1 #unsat=1457 bias=1457/1458
96.97/97.08	c Solving starts ...
96.97/97.08	c ============================[ Search Statistics ]============================
96.97/97.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
96.97/97.08	c       |         |          |          |    Limit     GC | Var      | Constra 
96.97/97.08	c =============================================================================
96.97/97.08	c  0.0s |       0 |        0 |        0 |    69010      0 |     1397 |     1455
97.07/97.15	c  0.1s |       0 |       60 |        1 |    69010      0 |     1397 |     1456
97.07/97.15	c #cpu_time = 0.067s
97.07/97.15	c #wall_clock_time = 0.067s
97.07/97.15	c #decision = 60
97.07/97.15	c #random_decision = 0
97.07/97.15	c #conflict = 1
97.07/97.15	c #restart = 0
97.07/97.15	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 8: cost of the new core is >=7
97.07/97.15	c lower bound updated to -77
97.07/97.15	c BCD2: 1457 <= obj <= 1492
97.07/97.15	c BCD2: #cores=59, #unrelaxed=18, #relaxed=1516, #hardened=0
97.07/97.15	c BCD2: #sat=1 #unsat=1458 bias=1458/1459
97.07/97.15	c Solving starts ...
97.07/97.15	c ============================[ Search Statistics ]============================
97.07/97.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.07/97.15	c       |         |          |          |    Limit     GC | Var      | Constra 
97.07/97.15	c =============================================================================
97.07/97.15	c  0.0s |       0 |        0 |        0 |    69010      0 |     1398 |     1456
97.17/97.22	c  0.1s |       0 |       60 |        1 |    69010      0 |     1398 |     1457
97.17/97.22	c #cpu_time = 0.064s
97.17/97.22	c #wall_clock_time = 0.064s
97.17/97.22	c #decision = 60
97.17/97.22	c #random_decision = 0
97.17/97.22	c #conflict = 1
97.17/97.22	c #restart = 0
97.17/97.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 9: cost of the new core is >=8
97.17/97.22	c lower bound updated to -76
97.17/97.22	c BCD2: 1458 <= obj <= 1492
97.17/97.22	c BCD2: #cores=59, #unrelaxed=17, #relaxed=1517, #hardened=0
97.17/97.22	c BCD2: #sat=1 #unsat=1459 bias=1459/1460
97.17/97.22	c Solving starts ...
97.17/97.22	c ============================[ Search Statistics ]============================
97.17/97.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.17/97.22	c       |         |          |          |    Limit     GC | Var      | Constra 
97.17/97.22	c =============================================================================
97.17/97.22	c  0.0s |       0 |        0 |        0 |    69010      0 |     1399 |     1457
97.17/97.29	c  0.1s |       0 |       60 |        1 |    69010      0 |     1399 |     1458
97.17/97.29	c #cpu_time = 0.062s
97.17/97.29	c #wall_clock_time = 0.062s
97.17/97.29	c #decision = 60
97.17/97.29	c #random_decision = 0
97.17/97.29	c #conflict = 1
97.17/97.29	c #restart = 0
97.17/97.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 10: cost of the new core is >=9
97.17/97.29	c lower bound updated to -75
97.17/97.29	c BCD2: 1459 <= obj <= 1492
97.17/97.29	c BCD2: #cores=59, #unrelaxed=16, #relaxed=1518, #hardened=0
97.17/97.29	c BCD2: #sat=1 #unsat=1460 bias=1460/1461
97.17/97.29	c Solving starts ...
97.17/97.29	c ============================[ Search Statistics ]============================
97.17/97.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.17/97.29	c       |         |          |          |    Limit     GC | Var      | Constra 
97.17/97.29	c =============================================================================
97.17/97.29	c  0.0s |       0 |        0 |        0 |    69010      0 |     1400 |     1458
97.27/97.35	c  0.1s |       0 |       60 |        1 |    69010      0 |     1400 |     1459
97.27/97.35	c #cpu_time = 0.065s
97.27/97.35	c #wall_clock_time = 0.065s
97.27/97.35	c #decision = 60
97.27/97.35	c #random_decision = 0
97.27/97.35	c #conflict = 1
97.27/97.35	c #restart = 0
97.27/97.35	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 11: cost of the new core is >=10
97.27/97.35	c lower bound updated to -74
97.27/97.35	c BCD2: 1460 <= obj <= 1492
97.27/97.35	c BCD2: #cores=59, #unrelaxed=15, #relaxed=1519, #hardened=0
97.27/97.35	c BCD2: #sat=1 #unsat=1461 bias=1461/1462
97.27/97.35	c Solving starts ...
97.27/97.35	c ============================[ Search Statistics ]============================
97.27/97.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.27/97.35	c       |         |          |          |    Limit     GC | Var      | Constra 
97.27/97.35	c =============================================================================
97.27/97.35	c  0.0s |       0 |        0 |        0 |    69010      0 |     1401 |     1459
97.37/97.42	c  0.1s |       0 |       60 |        1 |    69010      0 |     1401 |     1460
97.37/97.42	c #cpu_time = 0.064s
97.37/97.42	c #wall_clock_time = 0.064s
97.37/97.42	c #decision = 60
97.37/97.42	c #random_decision = 0
97.37/97.42	c #conflict = 1
97.37/97.42	c #restart = 0
97.37/97.42	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 12: cost of the new core is >=11
97.37/97.42	c lower bound updated to -73
97.37/97.42	c BCD2: 1461 <= obj <= 1492
97.37/97.42	c BCD2: #cores=59, #unrelaxed=14, #relaxed=1520, #hardened=0
97.37/97.42	c BCD2: #sat=1 #unsat=1462 bias=1462/1463
97.37/97.42	c Solving starts ...
97.37/97.42	c ============================[ Search Statistics ]============================
97.37/97.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.37/97.42	c       |         |          |          |    Limit     GC | Var      | Constra 
97.37/97.42	c =============================================================================
97.37/97.42	c  0.0s |       0 |        0 |        0 |    69010      0 |     1402 |     1460
97.37/97.49	c  0.1s |       0 |       60 |        1 |    69010      0 |     1402 |     1461
97.37/97.49	c #cpu_time = 0.065s
97.37/97.49	c #wall_clock_time = 0.065s
97.37/97.49	c #decision = 60
97.37/97.49	c #random_decision = 0
97.37/97.49	c #conflict = 1
97.37/97.49	c #restart = 0
97.37/97.49	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 13: cost of the new core is >=12
97.37/97.49	c lower bound updated to -72
97.37/97.49	c BCD2: 1462 <= obj <= 1492
97.37/97.49	c BCD2: #cores=59, #unrelaxed=13, #relaxed=1521, #hardened=0
97.37/97.49	c BCD2: #sat=1 #unsat=1463 bias=1463/1464
97.37/97.49	c Solving starts ...
97.37/97.49	c ============================[ Search Statistics ]============================
97.37/97.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.37/97.49	c       |         |          |          |    Limit     GC | Var      | Constra 
97.37/97.49	c =============================================================================
97.37/97.49	c  0.0s |       0 |        0 |        0 |    69010      0 |     1403 |     1461
97.47/97.55	c  0.1s |       0 |       60 |        1 |    69010      0 |     1403 |     1462
97.47/97.55	c #cpu_time = 0.065s
97.47/97.55	c #wall_clock_time = 0.065s
97.47/97.55	c #decision = 60
97.47/97.55	c #random_decision = 0
97.47/97.55	c #conflict = 1
97.47/97.55	c #restart = 0
97.47/97.55	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 14: cost of the new core is >=13
97.47/97.55	c lower bound updated to -71
97.47/97.55	c BCD2: 1463 <= obj <= 1492
97.47/97.55	c BCD2: #cores=59, #unrelaxed=12, #relaxed=1522, #hardened=0
97.47/97.55	c BCD2: #sat=1 #unsat=1464 bias=1464/1465
97.47/97.55	c Solving starts ...
97.47/97.55	c ============================[ Search Statistics ]============================
97.47/97.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.47/97.55	c       |         |          |          |    Limit     GC | Var      | Constra 
97.47/97.55	c =============================================================================
97.47/97.55	c  0.0s |       0 |        0 |        0 |    69010      0 |     1404 |     1462
97.57/97.62	c  0.1s |       0 |       60 |        1 |    69010      0 |     1404 |     1463
97.57/97.62	c #cpu_time = 0.065s
97.57/97.62	c #wall_clock_time = 0.065s
97.57/97.62	c #decision = 60
97.57/97.62	c #random_decision = 0
97.57/97.62	c #conflict = 1
97.57/97.62	c #restart = 0
97.57/97.62	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 15: cost of the new core is >=14
97.57/97.62	c lower bound updated to -70
97.57/97.62	c BCD2: 1464 <= obj <= 1492
97.57/97.62	c BCD2: #cores=59, #unrelaxed=11, #relaxed=1523, #hardened=0
97.57/97.62	c BCD2: #sat=1 #unsat=1465 bias=1465/1466
97.57/97.62	c Solving starts ...
97.57/97.62	c ============================[ Search Statistics ]============================
97.57/97.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.57/97.62	c       |         |          |          |    Limit     GC | Var      | Constra 
97.57/97.62	c =============================================================================
97.57/97.63	c  0.0s |       0 |        0 |        0 |    69010      0 |     1405 |     1463
97.57/97.69	c  0.1s |       0 |       60 |        1 |    69010      0 |     1405 |     1464
97.57/97.69	c #cpu_time = 0.062s
97.57/97.69	c #wall_clock_time = 0.062s
97.57/97.69	c #decision = 60
97.57/97.69	c #random_decision = 0
97.57/97.69	c #conflict = 1
97.57/97.69	c #restart = 0
97.57/97.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 16: cost of the new core is >=15
97.57/97.69	c lower bound updated to -69
97.57/97.69	c BCD2: 1465 <= obj <= 1492
97.57/97.69	c BCD2: #cores=59, #unrelaxed=10, #relaxed=1524, #hardened=0
97.57/97.69	c BCD2: #sat=1 #unsat=1466 bias=1466/1467
97.57/97.69	c Solving starts ...
97.57/97.69	c ============================[ Search Statistics ]============================
97.57/97.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.57/97.69	c       |         |          |          |    Limit     GC | Var      | Constra 
97.57/97.69	c =============================================================================
97.57/97.69	c  0.0s |       0 |        0 |        0 |    69010      0 |     1406 |     1464
97.67/97.75	c  0.1s |       0 |       60 |        1 |    69010      0 |     1406 |     1465
97.67/97.75	c #cpu_time = 0.064s
97.67/97.75	c #wall_clock_time = 0.064s
97.67/97.75	c #decision = 60
97.67/97.75	c #random_decision = 0
97.67/97.75	c #conflict = 1
97.67/97.75	c #restart = 0
97.67/97.75	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 17: cost of the new core is >=16
97.67/97.75	c lower bound updated to -68
97.67/97.76	c BCD2: 1466 <= obj <= 1492
97.67/97.76	c BCD2: #cores=59, #unrelaxed=9, #relaxed=1525, #hardened=0
97.67/97.76	c BCD2: #sat=1 #unsat=1467 bias=1467/1468
97.67/97.76	c Solving starts ...
97.67/97.76	c ============================[ Search Statistics ]============================
97.67/97.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.67/97.76	c       |         |          |          |    Limit     GC | Var      | Constra 
97.67/97.76	c =============================================================================
97.67/97.76	c  0.0s |       0 |        0 |        0 |    69010      0 |     1407 |     1465
97.77/97.82	c  0.1s |       0 |       60 |        1 |    69010      0 |     1407 |     1466
97.77/97.82	c #cpu_time = 0.065s
97.77/97.82	c #wall_clock_time = 0.065s
97.77/97.82	c #decision = 60
97.77/97.82	c #random_decision = 0
97.77/97.82	c #conflict = 1
97.77/97.82	c #restart = 0
97.77/97.82	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 18: cost of the new core is >=17
97.77/97.82	c lower bound updated to -67
97.77/97.82	c BCD2: 1467 <= obj <= 1492
97.77/97.82	c BCD2: #cores=59, #unrelaxed=8, #relaxed=1526, #hardened=0
97.77/97.82	c BCD2: #sat=1 #unsat=1468 bias=1468/1469
97.77/97.82	c Solving starts ...
97.77/97.82	c ============================[ Search Statistics ]============================
97.77/97.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.77/97.82	c       |         |          |          |    Limit     GC | Var      | Constra 
97.77/97.82	c =============================================================================
97.77/97.82	c  0.0s |       0 |        0 |        0 |    69010      0 |     1408 |     1466
97.77/97.89	c  0.1s |       0 |       60 |        1 |    69010      0 |     1408 |     1467
97.77/97.89	c #cpu_time = 0.065s
97.77/97.89	c #wall_clock_time = 0.065s
97.77/97.89	c #decision = 60
97.77/97.89	c #random_decision = 0
97.77/97.89	c #conflict = 1
97.77/97.89	c #restart = 0
97.77/97.89	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 19: cost of the new core is >=18
97.77/97.89	c lower bound updated to -66
97.77/97.89	c BCD2: 1468 <= obj <= 1492
97.77/97.89	c BCD2: #cores=59, #unrelaxed=7, #relaxed=1527, #hardened=0
97.77/97.89	c BCD2: #sat=1 #unsat=1469 bias=1469/1470
97.77/97.89	c Solving starts ...
97.77/97.89	c ============================[ Search Statistics ]============================
97.77/97.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.77/97.89	c       |         |          |          |    Limit     GC | Var      | Constra 
97.77/97.89	c =============================================================================
97.77/97.89	c  0.0s |       0 |        0 |        0 |    69010      0 |     1409 |     1467
97.88/97.95	c  0.1s |       0 |       60 |        1 |    69010      0 |     1409 |     1468
97.88/97.95	c #cpu_time = 0.065s
97.88/97.95	c #wall_clock_time = 0.065s
97.88/97.95	c #decision = 60
97.88/97.95	c #random_decision = 0
97.88/97.95	c #conflict = 1
97.88/97.95	c #restart = 0
97.88/97.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 20: cost of the new core is >=19
97.88/97.95	c lower bound updated to -65
97.88/97.95	c BCD2: 1469 <= obj <= 1492
97.88/97.95	c BCD2: #cores=59, #unrelaxed=6, #relaxed=1528, #hardened=0
97.88/97.95	c BCD2: #sat=1 #unsat=1470 bias=1470/1471
97.88/97.95	c Solving starts ...
97.88/97.95	c ============================[ Search Statistics ]============================
97.88/97.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.88/97.95	c       |         |          |          |    Limit     GC | Var      | Constra 
97.88/97.95	c =============================================================================
97.88/97.95	c  0.0s |       0 |        0 |        0 |    69010      0 |     1410 |     1468
97.98/98.02	c  0.1s |       0 |       60 |        1 |    69010      0 |     1410 |     1469
97.98/98.02	c #cpu_time = 0.064s
97.98/98.02	c #wall_clock_time = 0.064s
97.98/98.02	c #decision = 60
97.98/98.02	c #random_decision = 0
97.98/98.02	c #conflict = 1
97.98/98.02	c #restart = 0
97.98/98.02	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 21: cost of the new core is >=20
97.98/98.02	c lower bound updated to -64
97.98/98.02	c BCD2: 1470 <= obj <= 1492
97.98/98.02	c BCD2: #cores=59, #unrelaxed=5, #relaxed=1529, #hardened=0
97.98/98.02	c BCD2: #sat=1 #unsat=1471 bias=1471/1472
97.98/98.02	c Solving starts ...
97.98/98.02	c ============================[ Search Statistics ]============================
97.98/98.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.98/98.02	c       |         |          |          |    Limit     GC | Var      | Constra 
97.98/98.02	c =============================================================================
97.98/98.02	c  0.0s |       0 |        0 |        0 |    69010      0 |     1411 |     1469
97.98/98.09	c  0.1s |       0 |       60 |        1 |    69010      0 |     1411 |     1470
97.98/98.09	c #cpu_time = 0.064s
97.98/98.09	c #wall_clock_time = 0.064s
97.98/98.09	c #decision = 60
97.98/98.09	c #random_decision = 0
97.98/98.09	c #conflict = 1
97.98/98.09	c #restart = 0
97.98/98.09	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 22: cost of the new core is >=21
97.98/98.09	c lower bound updated to -63
97.98/98.09	c BCD2: 1471 <= obj <= 1492
97.98/98.09	c BCD2: #cores=59, #unrelaxed=4, #relaxed=1530, #hardened=0
97.98/98.09	c BCD2: #sat=1 #unsat=1472 bias=1472/1473
97.98/98.09	c Solving starts ...
97.98/98.09	c ============================[ Search Statistics ]============================
97.98/98.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
97.98/98.09	c       |         |          |          |    Limit     GC | Var      | Constra 
97.98/98.09	c =============================================================================
97.98/98.09	c  0.0s |       0 |        0 |        0 |    69010      0 |     1412 |     1470
98.07/98.16	c  0.1s |       0 |       60 |        1 |    69010      0 |     1412 |     1471
98.07/98.16	c #cpu_time = 0.063s
98.07/98.16	c #wall_clock_time = 0.063s
98.07/98.16	c #decision = 60
98.07/98.16	c #random_decision = 0
98.07/98.16	c #conflict = 1
98.07/98.16	c #restart = 0
98.07/98.16	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 23: cost of the new core is >=22
98.07/98.16	c lower bound updated to -62
98.07/98.16	c BCD2: 1472 <= obj <= 1492
98.07/98.16	c BCD2: #cores=59, #unrelaxed=3, #relaxed=1531, #hardened=0
98.07/98.16	c BCD2: #sat=1 #unsat=1473 bias=1473/1474
98.07/98.16	c Solving starts ...
98.07/98.16	c ============================[ Search Statistics ]============================
98.07/98.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
98.07/98.16	c       |         |          |          |    Limit     GC | Var      | Constra 
98.07/98.16	c =============================================================================
98.07/98.16	c  0.0s |       0 |        0 |        0 |    69010      0 |     1413 |     1471
98.17/98.23	c  0.1s |       0 |       60 |        1 |    69010      0 |     1413 |     1472
98.17/98.23	c #cpu_time = 0.066s
98.17/98.23	c #wall_clock_time = 0.066s
98.17/98.23	c #decision = 60
98.17/98.23	c #random_decision = 0
98.17/98.23	c #conflict = 1
98.17/98.23	c #restart = 0
98.17/98.23	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 24: cost of the new core is >=23
98.17/98.23	c lower bound updated to -61
98.17/98.23	c BCD2: 1473 <= obj <= 1492
98.17/98.23	c BCD2: #cores=59, #unrelaxed=2, #relaxed=1532, #hardened=0
98.17/98.23	c BCD2: #sat=1 #unsat=1474 bias=1474/1475
98.17/98.23	c Solving starts ...
98.17/98.23	c ============================[ Search Statistics ]============================
98.17/98.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
98.17/98.23	c       |         |          |          |    Limit     GC | Var      | Constra 
98.17/98.23	c =============================================================================
98.17/98.23	c  0.0s |       0 |        0 |        0 |    69010      0 |     1414 |     1472
98.17/98.29	c  0.1s |       0 |       60 |        1 |    69010      0 |     1414 |     1473
98.17/98.29	c #cpu_time = 0.065s
98.17/98.29	c #wall_clock_time = 0.065s
98.17/98.29	c #decision = 60
98.17/98.29	c #random_decision = 0
98.17/98.29	c #conflict = 1
98.17/98.29	c #restart = 0
98.17/98.29	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 25: cost of the new core is >=24
98.17/98.29	c lower bound updated to -60
98.17/98.29	c BCD2: 1474 <= obj <= 1492
98.17/98.29	c BCD2: #cores=59, #unrelaxed=1, #relaxed=1533, #hardened=0
98.17/98.29	c BCD2: #sat=1 #unsat=1475 bias=1475/1476
98.17/98.29	c Solving starts ...
98.17/98.29	c ============================[ Search Statistics ]============================
98.17/98.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
98.17/98.29	c       |         |          |          |    Limit     GC | Var      | Constra 
98.17/98.29	c =============================================================================
98.17/98.29	c  0.0s |       0 |        0 |        0 |    69010      0 |     1415 |     1473
98.27/98.36	c  0.1s |       0 |       60 |        1 |    69010      0 |     1415 |     1474
98.27/98.36	c #cpu_time = 0.065s
98.27/98.36	c #wall_clock_time = 0.065s
98.27/98.36	c #decision = 60
98.27/98.36	c #random_decision = 0
98.27/98.36	c #conflict = 1
98.27/98.36	c #restart = 0
98.27/98.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 26: cost of the new core is >=25
98.27/98.36	c lower bound updated to -59
98.27/98.36	c BCD2: 1475 <= obj <= 1492
98.27/98.36	c BCD2: #cores=59, #unrelaxed=0, #relaxed=1534, #hardened=0
98.27/98.36	c BCD2: #sat=1 #unsat=1476 bias=1476/1477
98.27/98.36	c Solving starts ...
98.27/98.36	c ============================[ Search Statistics ]============================
98.27/98.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
98.27/98.36	c       |         |          |          |    Limit     GC | Var      | Constra 
98.27/98.36	c =============================================================================
98.27/98.36	c  0.0s |       0 |        0 |        0 |    69010      0 |     1416 |     1474
98.47/98.52	c  0.2s |       1 |      387 |      100 |    69010      0 |     1416 |     1475
98.67/98.70	c  0.3s |       2 |      955 |      250 |    69010      0 |     1416 |     1475
98.87/98.95	c  0.6s |       3 |     1462 |      475 |    69010      0 |     1416 |     1475
99.27/99.34	c  1.0s |       4 |     2426 |      813 |    75911      0 |     1416 |     1475
99.77/99.88	c  1.5s |       5 |     3571 |     1320 |    75911      0 |     1416 |     1475
100.67/100.74	c  2.4s |       6 |     5063 |     2081 |    83503      0 |     1416 |     1475
102.07/102.11	c  3.8s |       7 |     7054 |     3223 |    83503      0 |     1416 |     1475
104.17/104.23	c  5.9s |       7 |     9686 |     4723 |    91854      0 |     1416 |     1475
104.48/104.53	c  6.2s |       8 |    10056 |     4936 |    91854      0 |     1416 |     1475
106.47/106.53	c  8.2s |       8 |    12123 |     6136 |   101040      0 |     1416 |     1475
108.48/108.57	c 10.2s |       9 |    14193 |     7506 |   101040      0 |     1416 |     1475
110.58/110.63	c 12.3s |       9 |    16543 |     9006 |   101040      0 |     1416 |     1475
112.58/112.67	c 14.3s |       9 |    18809 |    10606 |   111145      0 |     1416 |     1475
113.78/113.81	c 15.4s |      10 |    19778 |    11361 |   111145      0 |     1416 |     1475
115.78/115.88	c 17.5s |      10 |    21785 |    12461 |   111145      0 |     1416 |     1475
117.78/117.89	c 19.5s |      10 |    23561 |    13661 |   111145      0 |     1416 |     1475
119.88/119.90	c 21.5s |      10 |    25495 |    14861 |   111145      0 |     1416 |     1475
121.88/121.93	c 23.6s |      10 |    27450 |    16161 |   122260      0 |     1416 |     1475
123.38/123.40	c 25.0s |      11 |    28993 |    17144 |   122260      0 |     1416 |     1475
125.38/125.48	c 27.1s |      11 |    30812 |    18244 |   122260      0 |     1416 |     1475
127.47/127.54	c 29.2s |      11 |    32868 |    19544 |   122260      0 |     1416 |     1475
129.67/129.70	c 31.3s |      11 |    34548 |    20744 |   122260      0 |     1416 |     1475
131.87/131.91	c 33.5s |      11 |    36075 |    21844 |   122260      0 |     1416 |     1475
133.87/133.93	c 35.6s |      11 |    37787 |    22944 |   122260      0 |     1416 |     1475
136.07/136.13	c 37.8s |      11 |    39174 |    23944 |   122260      0 |     1416 |     1475
138.17/138.27	c 39.9s |      11 |    40622 |    24944 |   134486      0 |     1416 |     1475
140.27/140.32	c 42.0s |      12 |    41776 |    25819 |   134486      0 |     1416 |     1475
142.27/142.40	c 44.0s |      12 |    43515 |    26719 |   134486      0 |     1416 |     1475
144.47/144.53	c 46.2s |      12 |    45217 |    27819 |   134486      0 |     1416 |     1475
146.47/146.55	c 48.2s |      12 |    46654 |    28819 |   134486      0 |     1416 |     1475
148.48/148.55	c 50.2s |      12 |    47963 |    29719 |   134486      0 |     1416 |     1475
150.57/150.69	c 52.3s |      12 |    49191 |    30619 |   134486      0 |     1416 |     1475
152.67/152.76	c 54.4s |      12 |    50180 |    31419 |   134486      0 |     1416 |     1475
154.87/154.99	c 56.6s |      12 |    51430 |    32319 |   134486      0 |     1416 |     1475
157.07/157.17	c 58.8s |      12 |    52488 |    33119 |   134486      0 |     1416 |     1475
159.36/159.41	c 61.1s |      12 |    53805 |    34019 |   134486      0 |     1416 |     1475
161.56/161.62	c 63.3s |      12 |    55062 |    34919 |   134486      0 |     1416 |     1475
163.66/163.78	c 65.4s |      12 |    56071 |    35719 |   134486      0 |     1416 |     1475
165.76/165.84	c 67.5s |      12 |    57001 |    36419 |   134486      0 |     1416 |     1475
167.96/168.02	c 69.7s |      12 |    58122 |    37219 |   147935      0 |     1416 |     1475
170.06/170.14	c 71.8s |      12 |    59304 |    38019 |   147935      0 |     1416 |     1475
172.16/172.24	c 73.9s |      12 |    60394 |    38819 |   147935      0 |     1416 |     1475
172.16/172.26	c 73.9s |      13 |    60409 |    38832 |   147935      0 |     1416 |     1475
174.26/174.38	c 76.0s |      13 |    61373 |    39432 |   147935      0 |     1416 |     1475
176.36/176.49	c 78.1s |      13 |    62513 |    40232 |   147935      0 |     1416 |     1475
178.66/178.74	c 80.4s |      13 |    63575 |    41032 |   147935      0 |     1416 |     1475
180.66/180.78	c 82.4s |      13 |    64503 |    41732 |   147935      0 |     1416 |     1475
182.86/182.95	c 84.6s |      13 |    65533 |    42532 |   147935      0 |     1416 |     1475
184.87/184.95	c 86.6s |      13 |    66478 |    43232 |   147935      0 |     1416 |     1475
186.97/187.04	c 88.7s |      13 |    67358 |    43932 |   147935      0 |     1416 |     1475
189.06/189.15	c 90.8s |      13 |    68289 |    44632 |   147935      0 |     1416 |     1475
191.16/191.23	c 92.9s |      13 |    69082 |    45232 |   147935      0 |     1416 |     1475
193.46/193.55	c 95.2s |      13 |    69958 |    45932 |   147935      0 |     1416 |     1475
195.87/195.91	c 97.6s |      13 |    70842 |    46632 |   147935      0 |     1416 |     1475
198.16/198.24	c 99.9s |      13 |    71748 |    47332 |   147935      0 |     1416 |     1475
200.26/200.38	c  102s |      13 |    72461 |    47932 |   147935      0 |     1416 |     1475
202.46/202.58	c  104s |      13 |    73177 |    48532 |   147935      0 |     1416 |     1475
204.76/204.80	c  106s |      13 |    73891 |    49132 |   147935      0 |     1416 |     1475
206.76/206.85	c  108s |      13 |    74710 |    49732 |   147935      0 |     1416 |     1475
208.86/208.94	c  110s |      13 |    75331 |    50232 |   147935      0 |     1416 |     1475
211.26/211.32	c  112s |      13 |    76073 |    50832 |   147935      0 |     1416 |     1475
213.55/213.60	c  115s |      13 |    76867 |    51432 |   147935      0 |     1416 |     1475
215.56/215.69	c  117s |      13 |    77680 |    52032 |   147935      0 |     1416 |     1475
217.76/217.90	c  119s |      13 |    78473 |    52632 |   147935      0 |     1416 |     1475
219.96/220.01	c  121s |      13 |    79256 |    53232 |   147935      0 |     1416 |     1475
222.26/222.33	c  123s |      13 |    80046 |    53832 |   147935      0 |     1416 |     1475
224.46/224.57	c  126s |      13 |    80626 |    54332 |   147935      0 |     1416 |     1475
226.85/226.92	c  128s |      13 |    81198 |    54832 |   147935      0 |     1416 |     1475
228.86/228.97	c  130s |      13 |    81805 |    55332 |   147935      0 |     1416 |     1475
231.15/231.23	c  132s |      13 |    82428 |    55832 |   147935      0 |     1416 |     1475
233.35/233.43	c  135s |      13 |    83069 |    56332 |   147935      0 |     1416 |     1475
235.65/235.71	c  137s |      13 |    83664 |    56832 |   162729      0 |     1416 |     1475
237.85/237.96	c  139s |      13 |    84271 |    57332 |   162729      0 |     1416 |     1475
240.15/240.22	c  141s |      13 |    84889 |    57832 |   162729      0 |     1416 |     1475
242.45/242.55	c  144s |      13 |    85494 |    58332 |   162729      0 |     1416 |     1475
242.55/242.68	c  144s |      14 |    85517 |    58352 |   162729      0 |     1416 |     1475
244.65/244.79	c  146s |      14 |    86336 |    58852 |   162729      0 |     1416 |     1475
246.85/246.92	c  148s |      14 |    87542 |    59652 |   162729      0 |     1416 |     1475
248.95/249.05	c  150s |      14 |    88490 |    60352 |   162729      0 |     1416 |     1475
251.15/251.29	c  152s |      14 |    89745 |    61152 |   162729      0 |     1416 |     1475
253.55/253.60	c  155s |      14 |    90926 |    61952 |   162729      0 |     1416 |     1475
255.75/255.80	c  157s |      14 |    91881 |    62652 |   162729      0 |     1416 |     1475
257.85/257.93	c  159s |      14 |    92850 |    63352 |   162729      0 |     1416 |     1475
260.05/260.11	c  161s |      14 |    93811 |    64052 |   162729      0 |     1416 |     1475
262.15/262.21	c  163s |      14 |    94531 |    64652 |   162729      0 |     1416 |     1475
264.15/264.25	c  165s |      14 |    95530 |    65352 |   162729      0 |     1416 |     1475
266.35/266.46	c  168s |      14 |    96506 |    66052 |   162729      0 |     1416 |     1475
268.45/268.55	c  170s |      14 |    97134 |    66552 |   162729      0 |     1416 |     1475
270.65/270.76	c  172s |      14 |    97994 |    67252 |   162729      0 |     1416 |     1475
272.95/273.09	c  174s |      14 |    98902 |    67952 |   162729      0 |     1416 |     1475
275.15/275.21	c  176s |      14 |    99694 |    68552 |   162729      0 |     1416 |     1475
277.34/277.45	c  179s |      14 |   100661 |    69252 |   162729      0 |     1416 |     1475
279.35/279.46	c  181s |      14 |   101480 |    69852 |   162729      0 |     1416 |     1475
281.44/281.53	c  183s |      14 |   102352 |    70452 |   162729      0 |     1416 |     1475
283.64/283.80	c  185s |      14 |   103115 |    71052 |   162729      0 |     1416 |     1475
285.84/286.00	c  187s |      14 |   103844 |    71652 |   162729      0 |     1416 |     1475
288.34/288.45	c  190s |      14 |   104576 |    72252 |   162729      0 |     1416 |     1475
290.64/290.74	c  192s |      14 |   105356 |    72852 |   162729      0 |     1416 |     1475
292.94/293.09	c  194s |      14 |   106101 |    73452 |   162729      0 |     1416 |     1475
294.94/295.09	c  196s |      14 |   106732 |    73952 |   162729      0 |     1416 |     1475
296.95/297.09	c  198s |      14 |   107366 |    74452 |   162729      0 |     1416 |     1475
299.04/299.11	c  200s |      14 |   108001 |    74952 |   162729      0 |     1416 |     1475
301.35/301.46	c  203s |      14 |   108793 |    75552 |   162729      0 |     1416 |     1475
303.84/303.91	c  205s |      14 |   109627 |    76152 |   162729      0 |     1416 |     1475
306.04/306.11	c  207s |      14 |   110235 |    76652 |   162729      0 |     1416 |     1475
308.34/308.48	c  210s |      14 |   111008 |    77252 |   162729      0 |     1416 |     1475
310.54/310.60	c  212s |      14 |   111653 |    77752 |   162729      0 |     1416 |     1475
312.54/312.67	c  214s |      14 |   112295 |    78252 |   162729      0 |     1416 |     1475
314.84/314.90	c  216s |      14 |   112932 |    78752 |   162729      0 |     1416 |     1475
317.24/317.30	c  218s |      14 |   113740 |    79352 |   162729      0 |     1416 |     1475
319.24/319.32	c  220s |      14 |   114419 |    79852 |   162729      0 |     1416 |     1475
321.44/321.58	c  223s |      14 |   115009 |    80352 |   162729      0 |     1416 |     1475
323.63/323.75	c  225s |      14 |   115673 |    80852 |   162729      0 |     1416 |     1475
326.03/326.14	c  227s |      14 |   116293 |    81352 |   162729      0 |     1416 |     1475
328.33/328.42	c  230s |      14 |   116915 |    81852 |   162729      0 |     1416 |     1475
330.33/330.45	c  232s |      14 |   117409 |    82252 |   162729      0 |     1416 |     1475
332.73/332.80	c  234s |      14 |   118018 |    82752 |   162729      0 |     1416 |     1475
335.03/335.10	c  236s |      14 |   118623 |    83252 |   162729      0 |     1416 |     1475
337.23/337.34	c  238s |      14 |   119250 |    83752 |   162729      0 |     1416 |     1475
339.53/339.63	c  241s |      14 |   119918 |    84252 |   162729      0 |     1416 |     1475
341.83/341.95	c  243s |      14 |   120532 |    84752 |   162729      0 |     1416 |     1475
344.03/344.18	c  245s |      14 |   121014 |    85152 |   162729      0 |     1416 |     1475
346.53/346.65	c  248s |      14 |   121604 |    85652 |   179002      0 |     1416 |     1475
349.03/349.19	c  250s |      14 |   122201 |    86152 |   179002      0 |     1416 |     1475
351.13/351.23	c  252s |      14 |   122691 |    86552 |   179002      0 |     1416 |     1475
353.63/353.76	c  255s |      14 |   123302 |    87052 |   179002      0 |     1416 |     1475
356.03/356.12	c  257s |      14 |   123918 |    87552 |   179002      0 |     1416 |     1475
356.33/356.47	c  258s |      15 |   124028 |    87632 |   179002      0 |     1416 |     1475
358.73/358.89	c  260s |      15 |   124794 |    88032 |   179002      0 |     1416 |     1475
360.83/360.96	c  262s |      15 |   125584 |    88632 |   179002      0 |     1416 |     1475
363.22/363.31	c  264s |      15 |   126319 |    89232 |   179002      0 |     1416 |     1475
365.52/365.65	c  267s |      15 |   127473 |    89932 |   179002      0 |     1416 |     1475
367.72/367.86	c  269s |      15 |   128341 |    90532 |   179002      0 |     1416 |     1475
370.02/370.11	c  271s |      15 |   129081 |    91132 |   179002      0 |     1416 |     1475
372.22/372.38	c  274s |      15 |   129856 |    91732 |   179002      0 |     1416 |     1475
374.32/374.47	c  276s |      15 |   130519 |    92232 |   179002      0 |     1416 |     1475
376.42/376.53	c  278s |      15 |   131144 |    92732 |   179002      0 |     1416 |     1475
378.62/378.72	c  280s |      15 |   131989 |    93332 |   179002      0 |     1416 |     1475
380.92/381.02	c  282s |      15 |   132619 |    93832 |   179002      0 |     1416 |     1475
382.92/383.02	c  284s |      15 |   133306 |    94332 |   179002      0 |     1416 |     1475
385.11/385.29	c  286s |      15 |   134130 |    94932 |   179002      0 |     1416 |     1475
387.41/387.58	c  289s |      15 |   135049 |    95532 |   179002      0 |     1416 |     1475
389.81/389.90	c  291s |      15 |   135876 |    96132 |   179002      0 |     1416 |     1475
391.91/392.08	c  293s |      15 |   136587 |    96632 |   179002      0 |     1416 |     1475
394.21/394.31	c  295s |      15 |   137234 |    97132 |   179002      0 |     1416 |     1475
396.21/396.32	c  297s |      15 |   137870 |    97632 |   179002      0 |     1416 |     1475
398.22/398.37	c  300s |      15 |   138606 |    98132 |   179002      0 |     1416 |     1475
400.61/400.70	c  302s |      15 |   139255 |    98632 |   179002      0 |     1416 |     1475
402.91/403.04	c  304s |      15 |   139870 |    99132 |   179002      0 |     1416 |     1475
404.91/405.05	c  306s |      15 |   140598 |    99632 |   179002      0 |     1416 |     1475
407.21/407.35	c  308s |      15 |   141471 |   100232 |   179002      0 |     1416 |     1475
409.31/409.45	c  311s |      15 |   142182 |   100732 |   179002      0 |     1416 |     1475
411.51/411.66	c  313s |      15 |   142879 |   101232 |   179002      0 |     1416 |     1475
413.52/413.66	c  315s |      15 |   143416 |   101632 |   179002      0 |     1416 |     1475
415.72/415.89	c  317s |      15 |   143897 |   102032 |   179002      0 |     1416 |     1475
417.71/417.89	c  319s |      15 |   144393 |   102432 |   179002      0 |     1416 |     1475
420.22/420.36	c  322s |      15 |   145009 |   102932 |   179002      0 |     1416 |     1475
422.61/422.78	c  324s |      15 |   145650 |   103432 |   179002      0 |     1416 |     1475
424.81/424.99	c  326s |      15 |   146275 |   103932 |   179002      0 |     1416 |     1475
427.31/427.48	c  329s |      15 |   146915 |   104432 |   179002      0 |     1416 |     1475
429.51/429.68	c  331s |      15 |   147581 |   104932 |   179002      0 |     1416 |     1475
431.91/432.00	c  333s |      15 |   148301 |   105432 |   179002      0 |     1416 |     1475
434.31/434.40	c  336s |      15 |   148918 |   105932 |   179002      0 |     1416 |     1475
436.71/436.88	c  338s |      15 |   149628 |   106432 |   179002      0 |     1416 |     1475
439.11/439.22	c  340s |      15 |   150288 |   106932 |   179002      0 |     1416 |     1475
441.50/441.69	c  343s |      15 |   150968 |   107432 |   179002      0 |     1416 |     1475
444.00/444.17	c  345s |      15 |   151654 |   107932 |   179002      0 |     1416 |     1475
446.10/446.24	c  347s |      15 |   152219 |   108332 |   179002      0 |     1416 |     1475
448.60/448.71	c  350s |      15 |   152858 |   108832 |   179002      0 |     1416 |     1475
450.70/450.86	c  352s |      15 |   153341 |   109232 |   179002      0 |     1416 |     1475
452.80/452.93	c  354s |      15 |   153890 |   109632 |   179002      0 |     1416 |     1475
454.79/454.95	c  356s |      15 |   154446 |   110032 |   179002      0 |     1416 |     1475
456.99/457.12	c  358s |      15 |   154950 |   110432 |   179002      0 |     1416 |     1475
459.09/459.21	c  360s |      15 |   155470 |   110832 |   179002      0 |     1416 |     1475
461.49/461.61	c  363s |      15 |   156110 |   111332 |   179002      0 |     1416 |     1475
463.59/463.77	c  365s |      15 |   156629 |   111732 |   179002      0 |     1416 |     1475
465.79/465.91	c  367s |      15 |   157154 |   112132 |   179002      0 |     1416 |     1475
467.99/468.18	c  369s |      15 |   157638 |   112532 |   179002      0 |     1416 |     1475
470.19/470.39	c  372s |      15 |   158148 |   112932 |   179002      0 |     1416 |     1475
472.59/472.73	c  374s |      15 |   158668 |   113332 |   179002      0 |     1416 |     1475
475.09/475.21	c  376s |      15 |   159129 |   113732 |   179002      0 |     1416 |     1475
477.39/477.57	c  379s |      15 |   159614 |   114132 |   179002      0 |     1416 |     1475
479.78/479.92	c  381s |      15 |   160085 |   114532 |   179002      0 |     1416 |     1475
482.18/482.36	c  384s |      15 |   160567 |   114932 |   179002      0 |     1416 |     1475
484.68/484.89	c  386s |      15 |   161046 |   115332 |   179002      0 |     1416 |     1475
487.19/487.37	c  389s |      15 |   161522 |   115732 |   179002      0 |     1416 |     1475
489.58/489.72	c  391s |      15 |   162044 |   116132 |   179002      0 |     1416 |     1475
491.78/491.90	c  393s |      15 |   162553 |   116532 |   179002      0 |     1416 |     1475
493.98/494.10	c  395s |      15 |   163042 |   116932 |   179002      0 |     1416 |     1475
496.48/496.60	c  398s |      15 |   163497 |   117332 |   179002      0 |     1416 |     1475
498.98/499.18	c  400s |      15 |   163961 |   117732 |   179002      0 |     1416 |     1475
501.48/501.61	c  403s |      15 |   164468 |   118132 |   179002      0 |     1416 |     1475
503.57/503.80	c  405s |      15 |   164825 |   118432 |   179002      0 |     1416 |     1475
505.98/506.11	c  407s |      15 |   165347 |   118832 |   179002      0 |     1416 |     1475
508.37/508.54	c  410s |      15 |   165852 |   119232 |   179002      0 |     1416 |     1475
510.77/510.96	c  412s |      15 |   166352 |   119632 |   179002      0 |     1416 |     1475
513.17/513.38	c  415s |      15 |   166824 |   120032 |   179002      0 |     1416 |     1475
515.57/515.78	c  417s |      15 |   167288 |   120432 |   179002      0 |     1416 |     1475
517.87/518.01	c  419s |      15 |   167747 |   120832 |   179002      0 |     1416 |     1475
520.27/520.45	c  422s |      15 |   168254 |   121232 |   179002      0 |     1416 |     1475
522.77/522.90	c  424s |      15 |   168831 |   121632 |   179002      0 |     1416 |     1475
524.96/525.19	c  426s |      15 |   169346 |   122032 |   179002      0 |     1416 |     1475
527.66/527.80	c  429s |      15 |   169879 |   122432 |   179002      0 |     1416 |     1475
530.26/530.40	c  432s |      15 |   170340 |   122832 |   179002      0 |     1416 |     1475
532.66/532.84	c  434s |      15 |   170831 |   123232 |   179002      0 |     1416 |     1475
535.36/535.52	c  437s |      15 |   171280 |   123632 |   179002      0 |     1416 |     1475
538.06/538.25	c  439s |      15 |   171745 |   124032 |   179002      0 |     1416 |     1475
540.16/540.32	c  441s |      15 |   172109 |   124332 |   179002      0 |     1416 |     1475
542.27/542.41	c  444s |      15 |   172461 |   124632 |   179002      0 |     1416 |     1475
544.76/544.93	c  446s |      15 |   172945 |   125032 |   179002      0 |     1416 |     1475
546.75/546.93	c  448s |      15 |   173302 |   125332 |   179002      0 |     1416 |     1475
549.15/549.31	c  450s |      15 |   173836 |   125732 |   179002      0 |     1416 |     1475
551.25/551.44	c  453s |      15 |   174204 |   126032 |   179002      0 |     1416 |     1475
553.26/553.48	c  455s |      15 |   174566 |   126332 |   179002      0 |     1416 |     1475
555.75/555.95	c  457s |      15 |   175063 |   126732 |   179002      0 |     1416 |     1475
558.45/558.62	c  460s |      15 |   175553 |   127132 |   179002      0 |     1416 |     1475
560.75/560.91	c  462s |      15 |   176051 |   127532 |   179002      0 |     1416 |     1475
563.06/563.21	c  464s |      15 |   176433 |   127832 |   179002      0 |     1416 |     1475
565.25/565.47	c  467s |      15 |   176801 |   128132 |   179002      0 |     1416 |     1475
567.74/567.95	c  469s |      15 |   177133 |   128432 |   179002      0 |     1416 |     1475
570.24/570.43	c  472s |      15 |   177472 |   128732 |   179002      0 |     1416 |     1475
572.84/573.06	c  474s |      15 |   178070 |   129132 |   179002      0 |     1416 |     1475
575.44/575.63	c  477s |      15 |   178563 |   129532 |   196903      0 |     1416 |     1475
577.54/577.78	c  479s |      15 |   179084 |   129932 |   196903      0 |     1416 |     1475
579.84/580.05	c  481s |      15 |   179644 |   130332 |   196903      0 |     1416 |     1475
582.34/582.54	c  484s |      15 |   180129 |   130732 |   196903      0 |     1416 |     1475
584.93/585.13	c  486s |      15 |   180619 |   131132 |   196903      0 |     1416 |     1475
587.34/587.58	c  489s |      15 |   181121 |   131532 |   196903      0 |     1416 |     1475
587.53/587.72	c  489s |      16 |   181147 |   131552 |   196903      0 |     1416 |     1475
589.93/590.12	c  491s |      16 |   181568 |   131752 |   196903      0 |     1416 |     1475
592.33/592.53	c  494s |      16 |   182104 |   132152 |   196903      0 |     1416 |     1475
594.73/594.96	c  496s |      16 |   182864 |   132652 |   196903      0 |     1416 |     1475
596.83/597.04	c  498s |      16 |   183433 |   133052 |   196903      0 |     1416 |     1475
599.13/599.36	c  500s |      16 |   184004 |   133452 |   196903      0 |     1416 |     1475
601.63/601.85	c  503s |      16 |   184497 |   133852 |   196903      0 |     1416 |     1475
604.02/604.20	c  505s |      16 |   185028 |   134252 |   196903      0 |     1416 |     1475
606.22/606.40	c  508s |      16 |   185761 |   134752 |   196903      0 |     1416 |     1475
608.23/608.48	c  510s |      16 |   186319 |   135152 |   196903      0 |     1416 |     1475
610.43/610.62	c  512s |      16 |   186805 |   135552 |   196903      0 |     1416 |     1475
612.72/612.92	c  514s |      16 |   187493 |   136052 |   196903      0 |     1416 |     1475
614.92/615.13	c  516s |      16 |   188330 |   136552 |   196903      0 |     1416 |     1475
617.22/617.48	c  519s |      16 |   188956 |   137052 |   196903      0 |     1416 |     1475
619.71/619.98	c  521s |      16 |   189706 |   137552 |   196903      0 |     1416 |     1475
622.21/622.44	c  524s |      16 |   190391 |   138052 |   196903      0 |     1416 |     1475
624.41/624.62	c  526s |      16 |   190871 |   138452 |   196903      0 |     1416 |     1475
626.41/626.63	c  528s |      16 |   191402 |   138852 |   196903      0 |     1416 |     1475
628.61/628.82	c  530s |      16 |   191958 |   139252 |   196903      0 |     1416 |     1475
630.91/631.19	c  532s |      16 |   192431 |   139652 |   196903      0 |     1416 |     1475
633.21/633.41	c  535s |      16 |   192911 |   140052 |   196903      0 |     1416 |     1475
635.31/635.56	c  537s |      16 |   193472 |   140452 |   196903      0 |     1416 |     1475
637.71/637.90	c  539s |      16 |   194233 |   140952 |   196903      0 |     1416 |     1475
639.71/639.97	c  541s |      16 |   194816 |   141352 |   196903      0 |     1416 |     1475
641.81/642.06	c  543s |      16 |   195383 |   141752 |   196903      0 |     1416 |     1475
644.00/644.24	c  545s |      16 |   195904 |   142152 |   196903      0 |     1416 |     1475
646.40/646.62	c  548s |      16 |   196606 |   142652 |   196903      0 |     1416 |     1475
648.91/649.11	c  550s |      16 |   197277 |   143152 |   196903      0 |     1416 |     1475
651.40/651.65	c  553s |      16 |   197940 |   143652 |   196903      0 |     1416 |     1475
653.80/654.08	c  555s |      16 |   198624 |   144152 |   196903      0 |     1416 |     1475
656.20/656.40	c  558s |      16 |   199329 |   144652 |   196903      0 |     1416 |     1475
658.50/658.71	c  560s |      16 |   200093 |   145152 |   196903      0 |     1416 |     1475
660.60/660.82	c  562s |      16 |   200640 |   145552 |   196903      0 |     1416 |     1475
662.60/662.82	c  564s |      16 |   201295 |   145952 |   196903      0 |     1416 |     1475
664.69/664.95	c  566s |      16 |   201863 |   146352 |   196903      0 |     1416 |     1475
666.99/667.20	c  568s |      16 |   202382 |   146752 |   196903      0 |     1416 |     1475
669.49/669.74	c  571s |      16 |   202859 |   147152 |   196903      0 |     1416 |     1475
671.79/672.08	c  573s |      16 |   203378 |   147552 |   196903      0 |     1416 |     1475
674.19/674.43	c  576s |      16 |   203887 |   147952 |   196903      0 |     1416 |     1475
676.58/676.88	c  578s |      16 |   204544 |   148452 |   196903      0 |     1416 |     1475
678.88/679.10	c  580s |      16 |   205045 |   148852 |   196903      0 |     1416 |     1475
680.88/681.10	c  582s |      16 |   205634 |   149252 |   196903      0 |     1416 |     1475
682.89/683.19	c  584s |      16 |   206301 |   149652 |   196903      0 |     1416 |     1475
685.08/685.35	c  586s |      16 |   206866 |   150052 |   196903      0 |     1416 |     1475
687.28/687.57	c  589s |      16 |   207363 |   150452 |   196903      0 |     1416 |     1475
689.58/689.86	c  591s |      16 |   208107 |   150952 |   196903      0 |     1416 |     1475
691.87/692.11	c  593s |      16 |   208575 |   151352 |   196903      0 |     1416 |     1475
694.37/694.63	c  596s |      16 |   209084 |   151752 |   196903      0 |     1416 |     1475
696.47/696.71	c  598s |      16 |   209446 |   152052 |   196903      0 |     1416 |     1475
698.97/699.27	c  600s |      16 |   209999 |   152452 |   196903      0 |     1416 |     1475
701.47/701.74	c  603s |      16 |   210568 |   152852 |   196903      0 |     1416 |     1475
703.67/703.98	c  605s |      16 |   211073 |   153252 |   196903      0 |     1416 |     1475
706.07/706.31	c  607s |      16 |   211640 |   153652 |   196903      0 |     1416 |     1475
708.36/708.60	c  610s |      16 |   212128 |   154052 |   196903      0 |     1416 |     1475
710.56/710.86	c  612s |      16 |   212653 |   154452 |   196903      0 |     1416 |     1475
712.96/713.22	c  614s |      16 |   213149 |   154852 |   196903      0 |     1416 |     1475
715.06/715.35	c  616s |      16 |   213722 |   155252 |   196903      0 |     1416 |     1475
717.07/717.38	c  619s |      16 |   214316 |   155652 |   196903      0 |     1416 |     1475
719.26/719.55	c  621s |      16 |   214824 |   156052 |   196903      0 |     1416 |     1475
721.86/722.11	c  623s |      16 |   215356 |   156452 |   196903      0 |     1416 |     1475
724.45/724.74	c  626s |      16 |   215871 |   156852 |   196903      0 |     1416 |     1475
726.75/727.04	c  628s |      16 |   216413 |   157252 |   196903      0 |     1416 |     1475
729.06/729.31	c  630s |      16 |   216961 |   157652 |   196903      0 |     1416 |     1475
731.36/731.63	c  633s |      16 |   217461 |   158052 |   196903      0 |     1416 |     1475
733.55/733.89	c  635s |      16 |   217986 |   158452 |   196903      0 |     1416 |     1475
735.94/736.25	c  637s |      16 |   218484 |   158852 |   196903      0 |     1416 |     1475
738.54/738.84	c  640s |      16 |   218968 |   159252 |   196903      0 |     1416 |     1475
740.64/740.98	c  642s |      16 |   219517 |   159652 |   196903      0 |     1416 |     1475
743.24/743.51	c  645s |      16 |   220007 |   160052 |   196903      0 |     1416 |     1475
745.64/745.97	c  647s |      16 |   220518 |   160452 |   196903      0 |     1416 |     1475
748.24/748.52	c  650s |      16 |   221031 |   160852 |   196903      0 |     1416 |     1475
750.64/750.94	c  652s |      16 |   221536 |   161252 |   196903      0 |     1416 |     1475
753.14/753.40	c  655s |      16 |   222067 |   161652 |   196903      0 |     1416 |     1475
755.45/755.74	c  657s |      16 |   222552 |   162052 |   196903      0 |     1416 |     1475
757.65/757.98	c  659s |      16 |   223049 |   162452 |   196903      0 |     1416 |     1475
760.24/760.53	c  662s |      16 |   223542 |   162852 |   196903      0 |     1416 |     1475
762.34/762.61	c  664s |      16 |   223914 |   163152 |   196903      0 |     1416 |     1475
764.93/765.27	c  666s |      16 |   224396 |   163552 |   196903      0 |     1416 |     1475
767.43/767.75	c  669s |      16 |   224912 |   163952 |   196903      0 |     1416 |     1475
769.53/769.88	c  671s |      16 |   225294 |   164252 |   196903      0 |     1416 |     1475
772.04/772.32	c  673s |      16 |   225765 |   164652 |   196903      0 |     1416 |     1475
774.33/774.61	c  676s |      16 |   226259 |   165052 |   196903      0 |     1416 |     1475
776.33/776.65	c  678s |      16 |   226615 |   165352 |   196903      0 |     1416 |     1475
779.03/779.32	c  680s |      16 |   227090 |   165752 |   196903      0 |     1416 |     1475
781.03/781.33	c  682s |      16 |   227472 |   166052 |   196903      0 |     1416 |     1475
783.62/783.97	c  685s |      16 |   227943 |   166452 |   196903      0 |     1416 |     1475
785.62/786.00	c  687s |      16 |   228290 |   166752 |   196903      0 |     1416 |     1475
788.12/788.48	c  690s |      16 |   228774 |   167152 |   196903      0 |     1416 |     1475
790.92/791.21	c  692s |      16 |   229305 |   167552 |   196903      0 |     1416 |     1475
793.02/793.31	c  694s |      16 |   229735 |   167852 |   196903      0 |     1416 |     1475
795.41/795.77	c  697s |      16 |   230288 |   168252 |   196903      0 |     1416 |     1475
797.71/798.02	c  699s |      16 |   230682 |   168552 |   196903      0 |     1416 |     1475
799.91/800.25	c  701s |      16 |   231050 |   168852 |   196903      0 |     1416 |     1475
801.91/802.25	c  703s |      16 |   231470 |   169152 |   196903      0 |     1416 |     1475
804.41/804.78	c  706s |      16 |   231992 |   169552 |   196903      0 |     1416 |     1475
806.51/806.84	c  708s |      16 |   232458 |   169852 |   196903      0 |     1416 |     1475
809.01/809.31	c  710s |      16 |   233018 |   170252 |   196903      0 |     1416 |     1475
811.01/811.36	c  713s |      16 |   233446 |   170552 |   196903      0 |     1416 |     1475
813.11/813.43	c  715s |      16 |   233825 |   170852 |   196903      0 |     1416 |     1475
815.30/815.66	c  717s |      16 |   234519 |   171252 |   196903      0 |     1416 |     1475
817.30/817.68	c  719s |      16 |   234925 |   171552 |   196903      0 |     1416 |     1475
819.40/819.70	c  721s |      16 |   235336 |   171852 |   196903      0 |     1416 |     1475
821.90/822.20	c  723s |      16 |   235868 |   172252 |   196903      0 |     1416 |     1475
824.20/824.54	c  726s |      16 |   236229 |   172552 |   196903      0 |     1416 |     1475
826.20/826.55	c  728s |      16 |   236601 |   172852 |   196903      0 |     1416 |     1475
828.30/828.61	c  730s |      16 |   236995 |   173152 |   196903      0 |     1416 |     1475
830.80/831.15	c  732s |      16 |   237531 |   173552 |   196903      0 |     1416 |     1475
833.00/833.36	c  735s |      16 |   237914 |   173852 |   196903      0 |     1416 |     1475
835.30/835.68	c  737s |      16 |   238261 |   174152 |   196903      0 |     1416 |     1475
838.01/838.35	c  739s |      16 |   238770 |   174552 |   196903      0 |     1416 |     1475
840.00/840.37	c  742s |      16 |   239200 |   174852 |   196903      0 |     1416 |     1475
842.10/842.41	c  744s |      16 |   239563 |   175152 |   196903      0 |     1416 |     1475
844.20/844.53	c  746s |      16 |   239960 |   175452 |   196903      0 |     1416 |     1475
846.70/847.02	c  748s |      16 |   240477 |   175852 |   196903      0 |     1416 |     1475
848.80/849.10	c  750s |      16 |   240856 |   176152 |   196903      0 |     1416 |     1475
850.99/851.32	c  752s |      16 |   241220 |   176452 |   196903      0 |     1416 |     1475
853.09/853.45	c  755s |      16 |   241583 |   176752 |   196903      0 |     1416 |     1475
855.09/855.49	c  757s |      16 |   241966 |   177052 |   196903      0 |     1416 |     1475
857.19/857.53	c  759s |      16 |   242356 |   177352 |   196903      0 |     1416 |     1475
859.19/859.54	c  761s |      16 |   242724 |   177652 |   196903      0 |     1416 |     1475
861.39/861.74	c  763s |      16 |   243079 |   177952 |   196903      0 |     1416 |     1475
863.68/864.00	c  765s |      16 |   243463 |   178252 |   196903      0 |     1416 |     1475
865.78/866.17	c  767s |      16 |   243812 |   178552 |   196903      0 |     1416 |     1475
867.88/868.27	c  769s |      16 |   244181 |   178852 |   196903      0 |     1416 |     1475
870.08/870.47	c  772s |      16 |   244527 |   179152 |   196903      0 |     1416 |     1475
872.38/872.73	c  774s |      16 |   244923 |   179452 |   196903      0 |     1416 |     1475
874.38/874.78	c  776s |      16 |   245322 |   179752 |   196903      0 |     1416 |     1475
876.78/877.14	c  778s |      16 |   245680 |   180052 |   196903      0 |     1416 |     1475
879.08/879.45	c  781s |      16 |   246035 |   180352 |   196903      0 |     1416 |     1475
881.48/881.81	c  783s |      16 |   246425 |   180652 |   196903      0 |     1416 |     1475
884.18/884.57	c  786s |      16 |   246755 |   180952 |   196903      0 |     1416 |     1475
886.67/887.06	c  788s |      16 |   247114 |   181252 |   196903      0 |     1416 |     1475
888.97/889.31	c  790s |      16 |   247459 |   181552 |   196903      0 |     1416 |     1475
891.47/891.81	c  793s |      16 |   247815 |   181852 |   196903      0 |     1416 |     1475
893.87/894.20	c  795s |      16 |   248156 |   182152 |   196903      0 |     1416 |     1475
896.37/896.73	c  798s |      16 |   248526 |   182452 |   196903      0 |     1416 |     1475
898.67/899.00	c  800s |      16 |   248876 |   182752 |   196903      0 |     1416 |     1475
900.77/901.13	c  802s |      16 |   249223 |   183052 |   196903      0 |     1416 |     1475
903.07/903.46	c  805s |      16 |   249596 |   183352 |   196903      0 |     1416 |     1475
905.47/905.84	c  807s |      16 |   249945 |   183652 |   196903      0 |     1416 |     1475
907.87/908.24	c  809s |      16 |   250302 |   183952 |   196903      0 |     1416 |     1475
910.27/910.69	c  812s |      16 |   250650 |   184252 |   196903      0 |     1416 |     1475
912.47/912.87	c  814s |      16 |   250987 |   184552 |   196903      0 |     1416 |     1475
914.97/915.32	c  816s |      16 |   251347 |   184852 |   196903      0 |     1416 |     1475
917.17/917.57	c  819s |      16 |   251682 |   185152 |   196903      0 |     1416 |     1475
919.46/919.84	c  821s |      16 |   252033 |   185452 |   196903      0 |     1416 |     1475
921.66/922.08	c  823s |      16 |   252394 |   185752 |   196903      0 |     1416 |     1475
924.56/924.91	c  826s |      16 |   252888 |   186152 |   196903      0 |     1416 |     1475
927.16/927.51	c  829s |      16 |   253249 |   186452 |   196903      0 |     1416 |     1475
929.66/930.09	c  831s |      16 |   253624 |   186752 |   196903      0 |     1416 |     1475
931.76/932.16	c  833s |      16 |   254002 |   187052 |   196903      0 |     1416 |     1475
934.25/934.65	c  836s |      16 |   254380 |   187352 |   196903      0 |     1416 |     1475
936.55/936.94	c  838s |      16 |   254753 |   187652 |   196903      0 |     1416 |     1475
938.85/939.22	c  840s |      16 |   255099 |   187952 |   196903      0 |     1416 |     1475
941.36/941.73	c  843s |      16 |   255446 |   188252 |   196903      0 |     1416 |     1475
943.65/944.04	c  845s |      16 |   255798 |   188552 |   196903      0 |     1416 |     1475
946.05/946.45	c  848s |      16 |   256142 |   188852 |   196903      0 |     1416 |     1475
948.75/949.18	c  850s |      16 |   256561 |   189152 |   196903      0 |     1416 |     1475
951.45/951.89	c  853s |      16 |   256909 |   189452 |   196903      0 |     1416 |     1475
954.15/954.57	c  856s |      16 |   257260 |   189752 |   196903      0 |     1416 |     1475
956.85/957.22	c  858s |      16 |   257610 |   190052 |   196903      0 |     1416 |     1475
959.45/959.88	c  861s |      16 |   257957 |   190352 |   196903      0 |     1416 |     1475
961.85/962.29	c  863s |      16 |   258328 |   190652 |   196903      0 |     1416 |     1475
964.55/964.92	c  866s |      16 |   258693 |   190952 |   196903      0 |     1416 |     1475
966.75/967.12	c  868s |      16 |   259063 |   191252 |   196903      0 |     1416 |     1475
969.05/969.45	c  871s |      16 |   259480 |   191552 |   196903      0 |     1416 |     1475
971.65/972.01	c  873s |      16 |   259872 |   191852 |   196903      0 |     1416 |     1475
974.14/974.54	c  876s |      16 |   260233 |   192152 |   196903      0 |     1416 |     1475
976.45/976.83	c  878s |      16 |   260600 |   192452 |   196903      0 |     1416 |     1475
979.34/979.71	c  881s |      16 |   260933 |   192752 |   196903      0 |     1416 |     1475
981.54/981.90	c  883s |      16 |   261310 |   193052 |   196903      0 |     1416 |     1475
983.94/984.34	c  885s |      16 |   261670 |   193352 |   196903      0 |     1416 |     1475
986.04/986.46	c  888s |      16 |   262052 |   193652 |   196903      0 |     1416 |     1475
988.24/988.65	c  890s |      16 |   262445 |   193952 |   196903      0 |     1416 |     1475
990.34/990.77	c  892s |      16 |   262808 |   194252 |   196903      0 |     1416 |     1475
992.44/992.81	c  894s |      16 |   263169 |   194552 |   196903      0 |     1416 |     1475
994.74/995.18	c  896s |      16 |   263536 |   194852 |   216594      0 |     1416 |     1475
997.14/997.55	c  899s |      16 |   263927 |   195152 |   216594      0 |     1416 |     1475
999.44/999.90	c  901s |      16 |   264322 |   195452 |   216594      0 |     1416 |     1475
1001.85/1002.24	c  903s |      16 |   264727 |   195752 |   216594      0 |     1416 |     1475
1004.24/1004.65	c  906s |      16 |   265112 |   196052 |   216594      0 |     1416 |     1475
1006.44/1006.86	c  908s |      16 |   265475 |   196352 |   216594      0 |     1416 |     1475
1008.64/1009.07	c  910s |      16 |   265828 |   196652 |   216594      0 |     1416 |     1475
1011.24/1011.64	c  913s |      16 |   266190 |   196952 |   216594      0 |     1416 |     1475
1014.04/1014.45	c  916s |      16 |   266559 |   197252 |   216594      0 |     1416 |     1475
1015.64/1016.00	c  917s |      17 |   266773 |   197432 |   216594      0 |     1416 |     1475
1018.14/1018.55	c  920s |      17 |   267068 |   197532 |   216594      0 |     1416 |     1475
1020.73/1021.13	c  922s |      17 |   267422 |   197832 |   216594      0 |     1416 |     1475
1022.93/1023.39	c  925s |      17 |   267828 |   198132 |   216594      0 |     1416 |     1475
1025.13/1025.54	c  927s |      17 |   268234 |   198432 |   216594      0 |     1416 |     1475
1027.63/1028.10	c  929s |      17 |   268746 |   198832 |   216594      0 |     1416 |     1475
1030.03/1030.47	c  932s |      17 |   269134 |   199132 |   216594      0 |     1416 |     1475
1032.13/1032.58	c  934s |      17 |   269495 |   199432 |   216594      0 |     1416 |     1475
1034.84/1035.25	c  936s |      17 |   269850 |   199732 |   216594      0 |     1416 |     1475
1037.23/1037.60	c  939s |      17 |   270193 |   200032 |   216594      0 |     1416 |     1475
1039.53/1039.94	c  941s |      17 |   270583 |   200332 |   216594      0 |     1416 |     1475
1041.83/1042.24	c  943s |      17 |   270957 |   200632 |   216594      0 |     1416 |     1475
1044.13/1044.55	c  946s |      17 |   271349 |   200932 |   216594      0 |     1416 |     1475
1046.33/1046.73	c  948s |      17 |   271746 |   201232 |   216594      0 |     1416 |     1475
1048.63/1049.08	c  950s |      17 |   272341 |   201632 |   216594      0 |     1416 |     1475
1051.03/1051.45	c  953s |      17 |   273000 |   202032 |   216594      0 |     1416 |     1475
1053.23/1053.63	c  955s |      17 |   273396 |   202332 |   216594      0 |     1416 |     1475
1055.64/1056.05	c  957s |      17 |   273782 |   202632 |   216594      0 |     1416 |     1475
1057.63/1058.09	c  959s |      17 |   274175 |   202932 |   216594      0 |     1416 |     1475
1059.83/1060.28	c  961s |      17 |   274567 |   203232 |   216594      0 |     1416 |     1475
1062.23/1062.65	c  964s |      17 |   274944 |   203532 |   216594      0 |     1416 |     1475
1064.53/1064.99	c  966s |      17 |   275294 |   203832 |   216594      0 |     1416 |     1475
1067.23/1067.61	c  969s |      17 |   275870 |   204232 |   216594      0 |     1416 |     1475
1069.23/1069.66	c  971s |      17 |   276281 |   204532 |   216594      0 |     1416 |     1475
1071.63/1072.08	c  973s |      17 |   276637 |   204832 |   216594      0 |     1416 |     1475
1073.83/1074.20	c  975s |      17 |   277034 |   205132 |   216594      0 |     1416 |     1475
1076.03/1076.40	c  978s |      17 |   277428 |   205432 |   216594      0 |     1416 |     1475
1078.63/1079.04	c  980s |      17 |   277966 |   205832 |   216594      0 |     1416 |     1475
1081.03/1081.41	c  983s |      17 |   278353 |   206132 |   216594      0 |     1416 |     1475
1083.23/1083.68	c  985s |      17 |   278742 |   206432 |   216594      0 |     1416 |     1475
1085.72/1086.18	c  987s |      17 |   279095 |   206732 |   216594      0 |     1416 |     1475
1087.92/1088.36	c  990s |      17 |   279459 |   207032 |   216594      0 |     1416 |     1475
1090.42/1090.83	c  992s |      17 |   279836 |   207332 |   216594      0 |     1416 |     1475
1092.52/1092.97	c  994s |      17 |   280255 |   207632 |   216594      0 |     1416 |     1475
1094.62/1095.03	c  996s |      17 |   280642 |   207932 |   216594      0 |     1416 |     1475
1097.12/1097.54	c  999s |      17 |   281166 |   208332 |   216594      0 |     1416 |     1475
1099.52/1099.95	c 1001s |      17 |   281751 |   208732 |   216594      0 |     1416 |     1475
1102.22/1102.66	c 1004s |      17 |   282318 |   209132 |   216594      0 |     1416 |     1475
1104.72/1105.19	c 1006s |      17 |   282667 |   209432 |   216594      0 |     1416 |     1475
1107.12/1107.50	c 1009s |      17 |   283057 |   209732 |   216594      0 |     1416 |     1475
1109.42/1109.86	c 1011s |      17 |   283434 |   210032 |   216594      0 |     1416 |     1475
1111.92/1112.33	c 1013s |      17 |   283799 |   210332 |   216594      0 |     1416 |     1475
1114.82/1115.22	c 1016s |      17 |   284157 |   210632 |   216594      0 |     1416 |     1475
1117.42/1117.88	c 1019s |      17 |   284511 |   210932 |   216594      0 |     1416 |     1475
1120.02/1120.41	c 1022s |      17 |   284868 |   211232 |   216594      0 |     1416 |     1475
1122.62/1123.02	c 1024s |      17 |   285234 |   211532 |   216594      0 |     1416 |     1475
1124.72/1125.13	c 1026s |      17 |   285647 |   211832 |   216594      0 |     1416 |     1475
1127.22/1127.61	c 1029s |      17 |   286007 |   212132 |   216594      0 |     1416 |     1475
1129.52/1129.93	c 1031s |      17 |   286359 |   212432 |   216594      0 |     1416 |     1475
1131.72/1132.10	c 1033s |      17 |   286749 |   212732 |   216594      0 |     1416 |     1475
1134.12/1134.59	c 1036s |      17 |   287119 |   213032 |   216594      0 |     1416 |     1475
1136.72/1137.17	c 1038s |      17 |   287480 |   213332 |   216594      0 |     1416 |     1475
1139.22/1139.64	c 1041s |      17 |   287870 |   213632 |   216594      0 |     1416 |     1475
1141.61/1142.00	c 1043s |      17 |   288260 |   213932 |   216594      0 |     1416 |     1475
1144.01/1144.43	c 1046s |      17 |   288639 |   214232 |   216594      0 |     1416 |     1475
1146.61/1147.03	c 1048s |      17 |   289001 |   214532 |   216594      0 |     1416 |     1475
1149.01/1149.47	c 1051s |      17 |   289362 |   214832 |   216594      0 |     1416 |     1475
1151.81/1152.24	c 1053s |      17 |   289728 |   215132 |   216594      0 |     1416 |     1475
1154.01/1154.43	c 1056s |      17 |   290152 |   215432 |   216594      0 |     1416 |     1475
1156.01/1156.48	c 1058s |      17 |   290590 |   215732 |   216594      0 |     1416 |     1475
1158.31/1158.73	c 1060s |      17 |   290978 |   216032 |   216594      0 |     1416 |     1475
1160.81/1161.27	c 1062s |      17 |   291393 |   216332 |   216594      0 |     1416 |     1475
1162.91/1163.30	c 1064s |      17 |   291786 |   216632 |   216594      0 |     1416 |     1475
1165.01/1165.40	c 1067s |      17 |   292197 |   216932 |   216594      0 |     1416 |     1475
1167.21/1167.63	c 1069s |      17 |   292707 |   217232 |   216594      0 |     1416 |     1475
1169.41/1169.85	c 1071s |      17 |   293125 |   217532 |   216594      0 |     1416 |     1475
1171.61/1172.07	c 1073s |      17 |   293494 |   217832 |   216594      0 |     1416 |     1475
1173.81/1174.26	c 1075s |      17 |   293916 |   218132 |   216594      0 |     1416 |     1475
1176.11/1176.55	c 1078s |      17 |   294291 |   218432 |   216594      0 |     1416 |     1475
1178.51/1178.95	c 1080s |      17 |   294668 |   218732 |   216594      0 |     1416 |     1475
1181.81/1182.27	c 1083s |      17 |   294816 |   218832 |   216594      1 |     1416 |     1475
1184.21/1184.64	c 1086s |      17 |   295123 |   219032 |   216594      1 |     1416 |     1475
1186.62/1187.03	c 1088s |      17 |   295706 |   219432 |   216594      1 |     1416 |     1475
1188.91/1189.31	c 1090s |      17 |   296207 |   219832 |   216594      1 |     1416 |     1475
1191.11/1191.52	c 1093s |      17 |   296810 |   220232 |   216594      1 |     1416 |     1475
1193.31/1193.75	c 1095s |      17 |   297392 |   220632 |   216594      1 |     1416 |     1475
1195.41/1195.84	c 1097s |      17 |   297787 |   220932 |   216594      1 |     1416 |     1475
1197.41/1197.84	c 1099s |      17 |   298347 |   221332 |   216594      1 |     1416 |     1475
1199.50/1199.95	c 1101s |      17 |   298849 |   221732 |   216594      1 |     1416 |     1475
1201.60/1202.01	c 1103s |      17 |   299374 |   222132 |   216594      1 |     1416 |     1475
1203.90/1204.30	c 1105s |      17 |   299831 |   222532 |   216594      1 |     1416 |     1475
1206.20/1206.67	c 1108s |      17 |   300479 |   223032 |   216594      1 |     1416 |     1475
1208.51/1208.95	c 1110s |      17 |   300969 |   223432 |   216594      1 |     1416 |     1475
1210.50/1210.96	c 1112s |      17 |   301506 |   223832 |   216594      1 |     1416 |     1475
1212.91/1213.37	c 1115s |      17 |   301982 |   224232 |   216594      1 |     1416 |     1475
1215.00/1215.42	c 1117s |      17 |   302496 |   224632 |   216594      1 |     1416 |     1475
1217.31/1217.74	c 1119s |      17 |   303203 |   225132 |   216594      1 |     1416 |     1475
1219.51/1219.97	c 1121s |      17 |   303731 |   225532 |   216594      1 |     1416 |     1475
1221.71/1222.11	c 1123s |      17 |   304228 |   225932 |   216594      1 |     1416 |     1475
1224.01/1224.47	c 1126s |      17 |   304747 |   226332 |   216594      1 |     1416 |     1475
1226.30/1226.78	c 1128s |      17 |   305280 |   226732 |   216594      1 |     1416 |     1475
1228.60/1229.09	c 1130s |      17 |   306001 |   227232 |   216594      1 |     1416 |     1475
1231.00/1231.46	c 1133s |      17 |   306634 |   227732 |   216594      1 |     1416 |     1475
1233.50/1233.94	c 1135s |      17 |   307306 |   228232 |   216594      1 |     1416 |     1475
1235.90/1236.35	c 1137s |      17 |   307787 |   228632 |   216594      1 |     1416 |     1475
1238.30/1238.77	c 1140s |      17 |   308322 |   229032 |   216594      1 |     1416 |     1475
1240.70/1241.10	c 1142s |      17 |   308805 |   229432 |   216594      1 |     1416 |     1475
1242.90/1243.39	c 1145s |      17 |   309312 |   229832 |   216594      1 |     1416 |     1475
1245.09/1245.54	c 1147s |      17 |   309799 |   230132 |   216594      1 |     1416 |     1475
1247.39/1247.88	c 1149s |      17 |   310195 |   230432 |   216594      1 |     1416 |     1475
1249.60/1250.02	c 1151s |      17 |   310459 |   230632 |   216594      1 |     1416 |     1475
1251.70/1252.18	c 1153s |      17 |   311085 |   231032 |   216594      1 |     1416 |     1475
1253.80/1254.23	c 1155s |      17 |   311639 |   231432 |   216594      1 |     1416 |     1475
1256.30/1256.72	c 1158s |      17 |   312312 |   231932 |   216594      1 |     1416 |     1475
1258.60/1259.10	c 1160s |      17 |   312814 |   232332 |   216594      1 |     1416 |     1475
1261.00/1261.44	c 1163s |      17 |   313328 |   232732 |   216594      1 |     1416 |     1475
1263.20/1263.62	c 1165s |      17 |   313800 |   233132 |   216594      1 |     1416 |     1475
1265.40/1265.86	c 1167s |      17 |   314310 |   233532 |   216594      1 |     1416 |     1475
1267.80/1268.26	c 1169s |      17 |   314821 |   233932 |   216594      1 |     1416 |     1475
1270.00/1270.49	c 1172s |      17 |   315356 |   234332 |   216594      1 |     1416 |     1475
1272.20/1272.70	c 1174s |      17 |   315861 |   234732 |   216594      1 |     1416 |     1475
1274.61/1275.01	c 1176s |      17 |   316395 |   235132 |   216594      1 |     1416 |     1475
1277.00/1277.41	c 1179s |      17 |   316957 |   235532 |   216594      1 |     1416 |     1475
1279.30/1279.70	c 1181s |      17 |   317476 |   235932 |   216594      1 |     1416 |     1475
1281.40/1281.88	c 1183s |      17 |   317974 |   236332 |   216594      1 |     1416 |     1475
1283.70/1284.14	c 1185s |      17 |   318539 |   236732 |   216594      1 |     1416 |     1475
1285.90/1286.39	c 1188s |      17 |   319092 |   237132 |   216594      1 |     1416 |     1475
1288.40/1288.81	c 1190s |      17 |   319603 |   237532 |   216594      1 |     1416 |     1475
1290.39/1290.87	c 1192s |      17 |   319976 |   237832 |   216594      1 |     1416 |     1475
1292.79/1293.29	c 1194s |      17 |   320516 |   238232 |   216594      1 |     1416 |     1475
1295.29/1295.77	c 1197s |      17 |   321034 |   238632 |   216594      1 |     1416 |     1475
1297.60/1298.06	c 1199s |      17 |   321619 |   239032 |   216594      1 |     1416 |     1475
1299.99/1300.44	c 1202s |      17 |   322228 |   239432 |   216594      1 |     1416 |     1475
1302.59/1303.00	c 1204s |      17 |   322734 |   239832 |   216594      1 |     1416 |     1475
1305.09/1305.51	c 1207s |      17 |   323298 |   240232 |   216594      1 |     1416 |     1475
1307.39/1307.83	c 1209s |      17 |   323852 |   240632 |   216594      1 |     1416 |     1475
1309.80/1310.26	c 1211s |      17 |   324388 |   241032 |   216594      1 |     1416 |     1475
1312.29/1312.80	c 1214s |      17 |   324880 |   241432 |   216594      1 |     1416 |     1475
1314.39/1314.80	c 1216s |      17 |   325243 |   241732 |   216594      1 |     1416 |     1475
1316.99/1317.41	c 1219s |      17 |   325725 |   242132 |   216594      1 |     1416 |     1475
1319.39/1319.86	c 1221s |      17 |   326218 |   242532 |   216594      1 |     1416 |     1475
1321.90/1322.36	c 1224s |      17 |   326722 |   242932 |   216594      1 |     1416 |     1475
1324.00/1324.42	c 1226s |      17 |   327045 |   243232 |   216594      1 |     1416 |     1475
1326.39/1326.82	c 1228s |      17 |   327577 |   243632 |   216594      1 |     1416 |     1475
1328.59/1329.08	c 1230s |      17 |   328091 |   244032 |   216594      1 |     1416 |     1475
1331.09/1331.53	c 1233s |      17 |   328661 |   244432 |   216594      1 |     1416 |     1475
1333.29/1333.73	c 1235s |      17 |   329194 |   244832 |   216594      1 |     1416 |     1475
1335.59/1336.02	c 1237s |      17 |   329775 |   245232 |   216594      1 |     1416 |     1475
1337.69/1338.12	c 1239s |      17 |   330329 |   245632 |   216594      1 |     1416 |     1475
1340.29/1340.77	c 1242s |      17 |   331012 |   246132 |   216594      1 |     1416 |     1475
1342.89/1343.31	c 1244s |      17 |   331520 |   246532 |   216594      1 |     1416 |     1475
1344.99/1345.49	c 1247s |      17 |   331891 |   246832 |   216594      1 |     1416 |     1475
1347.29/1347.74	c 1249s |      17 |   332437 |   247232 |   216594      1 |     1416 |     1475
1349.79/1350.25	c 1251s |      17 |   332921 |   247632 |   216594      1 |     1416 |     1475
1352.39/1352.89	c 1254s |      17 |   333420 |   248032 |   216594      1 |     1416 |     1475
1354.79/1355.29	c 1256s |      17 |   333935 |   248432 |   216594      1 |     1416 |     1475
1357.38/1357.82	c 1259s |      17 |   334437 |   248832 |   216594      1 |     1416 |     1475
1359.58/1360.02	c 1261s |      17 |   334924 |   249232 |   216594      1 |     1416 |     1475
1362.08/1362.52	c 1264s |      17 |   335393 |   249632 |   216594      1 |     1416 |     1475
1364.08/1364.53	c 1266s |      17 |   335756 |   249932 |   216594      1 |     1416 |     1475
1366.08/1366.55	c 1268s |      17 |   336154 |   250232 |   216594      1 |     1416 |     1475
1368.28/1368.70	c 1270s |      17 |   336527 |   250532 |   216594      1 |     1416 |     1475
1370.78/1371.21	c 1272s |      17 |   337025 |   250932 |   216594      1 |     1416 |     1475
1373.38/1373.81	c 1275s |      17 |   337497 |   251332 |   216594      1 |     1416 |     1475
1375.79/1376.26	c 1277s |      17 |   337994 |   251732 |   216594      1 |     1416 |     1475
1378.28/1378.76	c 1280s |      17 |   338484 |   252132 |   216594      1 |     1416 |     1475
1380.38/1380.88	c 1282s |      17 |   338858 |   252432 |   216594      1 |     1416 |     1475
1382.48/1382.94	c 1284s |      17 |   339243 |   252732 |   216594      1 |     1416 |     1475
1384.59/1385.03	c 1286s |      17 |   339605 |   253032 |   216594      1 |     1416 |     1475
1386.88/1387.34	c 1288s |      17 |   339942 |   253332 |   216594      1 |     1416 |     1475
1389.28/1389.79	c 1291s |      17 |   340506 |   253732 |   216594      1 |     1416 |     1475
1391.98/1392.43	c 1294s |      17 |   341011 |   254132 |   216594      1 |     1416 |     1475
1394.18/1394.63	c 1296s |      17 |   341388 |   254432 |   216594      1 |     1416 |     1475
1396.88/1397.33	c 1298s |      17 |   341929 |   254832 |   216594      1 |     1416 |     1475
1398.98/1399.42	c 1301s |      17 |   342351 |   255132 |   216594      1 |     1416 |     1475
1401.48/1401.96	c 1303s |      17 |   342881 |   255532 |   216594      1 |     1416 |     1475
1404.08/1404.57	c 1306s |      17 |   343440 |   255932 |   216594      1 |     1416 |     1475
1406.38/1406.87	c 1308s |      17 |   343820 |   256232 |   216594      1 |     1416 |     1475
1408.47/1408.94	c 1310s |      17 |   344221 |   256532 |   216594      1 |     1416 |     1475
1410.67/1411.16	c 1312s |      17 |   344599 |   256832 |   216594      1 |     1416 |     1475
1412.87/1413.39	c 1315s |      17 |   344959 |   257132 |   216594      1 |     1416 |     1475
1415.17/1415.65	c 1317s |      17 |   345315 |   257432 |   216594      1 |     1416 |     1475
1417.17/1417.69	c 1319s |      17 |   345718 |   257732 |   216594      1 |     1416 |     1475
1419.47/1419.99	c 1321s |      17 |   346094 |   258032 |   216594      1 |     1416 |     1475
1421.57/1422.04	c 1323s |      17 |   346489 |   258332 |   216594      1 |     1416 |     1475
1423.77/1424.29	c 1325s |      17 |   346872 |   258632 |   216594      1 |     1416 |     1475
1425.87/1426.35	c 1327s |      17 |   347238 |   258932 |   216594      1 |     1416 |     1475
1428.07/1428.59	c 1330s |      17 |   347632 |   259232 |   216594      1 |     1416 |     1475
1430.57/1431.06	c 1332s |      17 |   347988 |   259532 |   216594      1 |     1416 |     1475
1433.07/1433.52	c 1335s |      17 |   348366 |   259832 |   216594      1 |     1416 |     1475
1435.47/1435.95	c 1337s |      17 |   348728 |   260132 |   216594      1 |     1416 |     1475
1437.87/1438.32	c 1339s |      17 |   349092 |   260432 |   216594      1 |     1416 |     1475
1440.58/1441.02	c 1342s |      17 |   349542 |   260832 |   216594      1 |     1416 |     1475
1443.07/1443.58	c 1345s |      17 |   350061 |   261232 |   216594      1 |     1416 |     1475
1445.57/1446.07	c 1347s |      17 |   350567 |   261632 |   216594      1 |     1416 |     1475
1447.67/1448.10	c 1349s |      17 |   350976 |   261932 |   216594      1 |     1416 |     1475
1449.87/1450.38	c 1352s |      17 |   351392 |   262232 |   216594      1 |     1416 |     1475
1452.27/1452.77	c 1354s |      17 |   351782 |   262532 |   216594      1 |     1416 |     1475
1454.77/1455.25	c 1356s |      17 |   352146 |   262832 |   216594      1 |     1416 |     1475
1456.87/1457.36	c 1359s |      17 |   352530 |   263132 |   216594      1 |     1416 |     1475
1458.97/1459.42	c 1361s |      17 |   352901 |   263432 |   216594      1 |     1416 |     1475
1461.57/1462.07	c 1363s |      17 |   353405 |   263832 |   216594      1 |     1416 |     1475
1463.67/1464.16	c 1365s |      17 |   353819 |   264132 |   216594      1 |     1416 |     1475
1466.07/1466.50	c 1368s |      17 |   354206 |   264432 |   216594      1 |     1416 |     1475
1468.27/1468.71	c 1370s |      17 |   354638 |   264732 |   216594      1 |     1416 |     1475
1470.57/1471.05	c 1372s |      17 |   354981 |   265032 |   216594      1 |     1416 |     1475
1473.07/1473.52	c 1375s |      17 |   355346 |   265332 |   216594      1 |     1416 |     1475
1475.56/1476.04	c 1377s |      17 |   355739 |   265632 |   216594      1 |     1416 |     1475
1478.07/1478.54	c 1380s |      17 |   356090 |   265932 |   216594      1 |     1416 |     1475
1480.27/1480.76	c 1382s |      17 |   356437 |   266232 |   216594      1 |     1416 |     1475
1482.56/1483.01	c 1384s |      17 |   356813 |   266532 |   216594      1 |     1416 |     1475
1484.76/1485.27	c 1386s |      17 |   357244 |   266832 |   216594      1 |     1416 |     1475
1486.96/1487.49	c 1389s |      17 |   357586 |   267132 |   216594      1 |     1416 |     1475
1489.26/1489.74	c 1391s |      17 |   357962 |   267432 |   216594      1 |     1416 |     1475
1491.66/1492.19	c 1393s |      17 |   358323 |   267732 |   216594      1 |     1416 |     1475
1494.36/1494.80	c 1396s |      17 |   358708 |   268032 |   216594      1 |     1416 |     1475
1496.67/1497.11	c 1398s |      17 |   359204 |   268332 |   216594      1 |     1416 |     1475
1498.97/1499.46	c 1401s |      17 |   359587 |   268632 |   216594      1 |     1416 |     1475
1501.26/1501.73	c 1403s |      17 |   359973 |   268932 |   216594      1 |     1416 |     1475
1503.56/1504.09	c 1405s |      17 |   360329 |   269232 |   216594      1 |     1416 |     1475
1505.86/1506.32	c 1407s |      17 |   360671 |   269532 |   216594      1 |     1416 |     1475
1508.06/1508.59	c 1410s |      17 |   361084 |   269832 |   216594      1 |     1416 |     1475
1510.26/1510.76	c 1412s |      17 |   361484 |   270132 |   216594      1 |     1416 |     1475
1512.86/1513.36	c 1415s |      17 |   362053 |   270532 |   216594      1 |     1416 |     1475
1515.37/1515.88	c 1417s |      17 |   362589 |   270932 |   216594      1 |     1416 |     1475
1517.96/1518.44	c 1420s |      17 |   363101 |   271332 |   216594      1 |     1416 |     1475
1520.06/1520.57	c 1422s |      17 |   363505 |   271632 |   216594      1 |     1416 |     1475
1522.46/1522.97	c 1424s |      17 |   363858 |   271932 |   216594      1 |     1416 |     1475
1524.56/1525.08	c 1426s |      17 |   364280 |   272232 |   216594      1 |     1416 |     1475
1526.76/1527.29	c 1428s |      17 |   364668 |   272532 |   216594      1 |     1416 |     1475
1529.16/1529.67	c 1431s |      17 |   365115 |   272832 |   216594      1 |     1416 |     1475
1531.46/1531.95	c 1433s |      17 |   365498 |   273132 |   216594      1 |     1416 |     1475
1533.96/1534.46	c 1436s |      17 |   365891 |   273432 |   216594      1 |     1416 |     1475
1536.06/1536.54	c 1438s |      17 |   366290 |   273732 |   216594      1 |     1416 |     1475
1538.26/1538.76	c 1440s |      17 |   366690 |   274032 |   216594      1 |     1416 |     1475
1540.35/1540.87	c 1442s |      17 |   367112 |   274332 |   216594      1 |     1416 |     1475
1542.86/1543.37	c 1445s |      17 |   367522 |   274632 |   216594      1 |     1416 |     1475
1544.85/1545.39	c 1447s |      17 |   367927 |   274932 |   216594      1 |     1416 |     1475
1546.95/1547.49	c 1449s |      17 |   368325 |   275232 |   216594      1 |     1416 |     1475
1549.15/1549.64	c 1451s |      17 |   368721 |   275532 |   216594      1 |     1416 |     1475
1551.45/1551.91	c 1453s |      17 |   369118 |   275832 |   216594      1 |     1416 |     1475
1553.45/1553.92	c 1455s |      17 |   369531 |   276132 |   216594      1 |     1416 |     1475
1556.16/1556.67	c 1458s |      17 |   370117 |   276532 |   216594      1 |     1416 |     1475
1558.65/1559.13	c 1460s |      17 |   370547 |   276832 |   216594      1 |     1416 |     1475
1561.35/1561.80	c 1463s |      17 |   370996 |   277132 |   216594      1 |     1416 |     1475
1563.86/1564.32	c 1465s |      17 |   371360 |   277432 |   216594      1 |     1416 |     1475
1566.25/1566.78	c 1468s |      17 |   371745 |   277732 |   216594      1 |     1416 |     1475
1568.85/1569.30	c 1470s |      17 |   372110 |   278032 |   216594      1 |     1416 |     1475
1571.15/1571.64	c 1473s |      17 |   372514 |   278332 |   216594      1 |     1416 |     1475
1573.66/1574.17	c 1475s |      17 |   372898 |   278632 |   216594      1 |     1416 |     1475
1576.25/1576.73	c 1478s |      17 |   373303 |   278932 |   216594      1 |     1416 |     1475
1578.75/1579.20	c 1480s |      17 |   373683 |   279232 |   216594      1 |     1416 |     1475
1581.25/1581.73	c 1483s |      17 |   374049 |   279532 |   216594      1 |     1416 |     1475
1583.56/1584.07	c 1485s |      17 |   374407 |   279832 |   216594      1 |     1416 |     1475
1586.15/1586.69	c 1488s |      17 |   374774 |   280132 |   216594      1 |     1416 |     1475
1588.35/1588.89	c 1490s |      17 |   375172 |   280432 |   216594      1 |     1416 |     1475
1590.85/1591.32	c 1492s |      17 |   375555 |   280732 |   216594      1 |     1416 |     1475
1592.95/1593.43	c 1495s |      17 |   375990 |   281032 |   216594      1 |     1416 |     1475
1595.45/1595.93	c 1497s |      17 |   376372 |   281332 |   216594      1 |     1416 |     1475
1597.45/1597.96	c 1499s |      17 |   376768 |   281632 |   216594      1 |     1416 |     1475
1599.54/1600.05	c 1501s |      17 |   377137 |   281932 |   216594      1 |     1416 |     1475
1601.74/1602.23	c 1503s |      17 |   377533 |   282232 |   216594      1 |     1416 |     1475
1604.04/1604.50	c 1506s |      17 |   377986 |   282532 |   216594      1 |     1416 |     1475
1606.54/1607.06	c 1508s |      17 |   378355 |   282832 |   216594      1 |     1416 |     1475
1608.95/1609.42	c 1511s |      17 |   378757 |   283132 |   216594      1 |     1416 |     1475
1611.44/1611.93	c 1513s |      17 |   379107 |   283432 |   216594      1 |     1416 |     1475
1614.04/1614.52	c 1516s |      17 |   379488 |   283732 |   216594      1 |     1416 |     1475
1616.14/1616.66	c 1518s |      17 |   379863 |   284032 |   216594      1 |     1416 |     1475
1618.54/1619.00	c 1520s |      17 |   380258 |   284332 |   216594      1 |     1416 |     1475
1620.54/1621.08	c 1522s |      17 |   380645 |   284632 |   216594      1 |     1416 |     1475
1622.84/1623.33	c 1524s |      17 |   381002 |   284932 |   216594      1 |     1416 |     1475
1625.35/1625.81	c 1527s |      17 |   381397 |   285232 |   216594      1 |     1416 |     1475
1628.04/1628.51	c 1530s |      17 |   381773 |   285532 |   216594      1 |     1416 |     1475
1630.95/1631.47	c 1533s |      17 |   382160 |   285832 |   216594      1 |     1416 |     1475
1634.04/1634.53	c 1536s |      17 |   382515 |   286132 |   216594      1 |     1416 |     1475
1636.64/1637.13	c 1538s |      17 |   382866 |   286432 |   216594      1 |     1416 |     1475
1639.64/1640.16	c 1541s |      17 |   383229 |   286732 |   216594      1 |     1416 |     1475
1641.74/1642.26	c 1543s |      17 |   383463 |   286932 |   216594      1 |     1416 |     1475
1644.64/1645.19	c 1546s |      17 |   383823 |   287232 |   216594      1 |     1416 |     1475
1647.34/1647.86	c 1549s |      17 |   384189 |   287532 |   216594      1 |     1416 |     1475
1649.74/1650.24	c 1551s |      17 |   384656 |   287832 |   216594      1 |     1416 |     1475
1652.24/1652.72	c 1554s |      17 |   385076 |   288132 |   216594      1 |     1416 |     1475
1654.24/1654.74	c 1556s |      17 |   385513 |   288432 |   216594      1 |     1416 |     1475
1656.44/1656.98	c 1558s |      17 |   385868 |   288732 |   216594      1 |     1416 |     1475
1659.34/1659.82	c 1561s |      17 |   386269 |   289032 |   216594      1 |     1416 |     1475
1661.74/1662.27	c 1563s |      17 |   386648 |   289332 |   216594      1 |     1416 |     1475
1664.23/1664.71	c 1566s |      17 |   387085 |   289632 |   216594      1 |     1416 |     1475
1666.73/1667.21	c 1568s |      17 |   387478 |   289932 |   216594      1 |     1416 |     1475
1669.03/1669.57	c 1571s |      17 |   387883 |   290232 |   216594      1 |     1416 |     1475
1671.73/1672.24	c 1573s |      17 |   388254 |   290532 |   216594      1 |     1416 |     1475
1674.13/1674.62	c 1576s |      17 |   388624 |   290832 |   216594      1 |     1416 |     1475
1676.33/1676.86	c 1578s |      17 |   389026 |   291132 |   216594      1 |     1416 |     1475
1678.53/1679.02	c 1580s |      17 |   389453 |   291432 |   216594      1 |     1416 |     1475
1681.33/1681.82	c 1583s |      17 |   389839 |   291732 |   216594      1 |     1416 |     1475
1684.23/1684.79	c 1586s |      17 |   390182 |   292032 |   216594      1 |     1416 |     1475
1686.84/1687.37	c 1589s |      17 |   390555 |   292332 |   216594      1 |     1416 |     1475
1689.74/1690.29	c 1591s |      17 |   390919 |   292632 |   216594      1 |     1416 |     1475
1692.54/1693.08	c 1594s |      17 |   391314 |   292932 |   238254      1 |     1416 |     1475
1694.64/1695.14	c 1596s |      17 |   391560 |   293132 |   238254      1 |     1416 |     1475
1697.44/1697.91	c 1599s |      17 |   391936 |   293432 |   238254      1 |     1416 |     1475
1699.93/1700.48	c 1602s |      17 |   392354 |   293732 |   238254      1 |     1416 |     1475
1702.83/1703.37	c 1605s |      17 |   392731 |   294032 |   238254      1 |     1416 |     1475
1705.43/1705.92	c 1607s |      17 |   393120 |   294332 |   238254      1 |     1416 |     1475
1708.13/1708.62	c 1610s |      17 |   393619 |   294732 |   238254      1 |     1416 |     1475
1710.93/1711.46	c 1613s |      17 |   393960 |   295032 |   238254      1 |     1416 |     1475
1713.93/1714.46	c 1616s |      17 |   394339 |   295332 |   238254      1 |     1416 |     1475
1716.83/1717.35	c 1618s |      17 |   394683 |   295632 |   238254      1 |     1416 |     1475
1719.63/1720.16	c 1621s |      17 |   395073 |   295932 |   238254      1 |     1416 |     1475
1721.73/1722.28	c 1623s |      17 |   395309 |   296132 |   238254      1 |     1416 |     1475
1723.03/1723.57	c 1625s |      18 |   395467 |   296252 |   238254      1 |     1416 |     1475
1725.83/1726.32	c 1627s |      18 |   395693 |   296352 |   238254      1 |     1416 |     1475
1728.33/1728.87	c 1630s |      18 |   396108 |   296652 |   238254      1 |     1416 |     1475
1731.13/1731.69	c 1633s |      18 |   396474 |   296952 |   238254      1 |     1416 |     1475
1733.24/1733.72	c 1635s |      18 |   396715 |   297152 |   238254      1 |     1416 |     1475
1735.93/1736.42	c 1638s |      18 |   397087 |   297452 |   238254      1 |     1416 |     1475
1738.33/1738.85	c 1640s |      18 |   397495 |   297752 |   238254      1 |     1416 |     1475
1741.03/1741.59	c 1643s |      18 |   397886 |   298052 |   238254      1 |     1416 |     1475
1743.83/1744.37	c 1646s |      18 |   398263 |   298352 |   238254      1 |     1416 |     1475
1746.73/1747.20	c 1648s |      18 |   398646 |   298652 |   238254      1 |     1416 |     1475
1749.33/1749.88	c 1651s |      18 |   399029 |   298952 |   238254      1 |     1416 |     1475
1752.02/1752.55	c 1654s |      18 |   399422 |   299252 |   238254      1 |     1416 |     1475
1755.13/1755.64	c 1657s |      18 |   399790 |   299552 |   238254      1 |     1416 |     1475
1757.22/1757.71	c 1659s |      18 |   400023 |   299752 |   238254      1 |     1416 |     1475
1759.63/1760.16	c 1661s |      18 |   400398 |   300052 |   238254      1 |     1416 |     1475
1762.42/1762.98	c 1664s |      18 |   400765 |   300352 |   238254      1 |     1416 |     1475
1764.42/1764.98	c 1666s |      18 |   401010 |   300552 |   238254      1 |     1416 |     1475
1767.33/1767.87	c 1669s |      18 |   401387 |   300852 |   238254      1 |     1416 |     1475
1770.32/1770.82	c 1672s |      18 |   401773 |   301152 |   238254      1 |     1416 |     1475
1773.02/1773.52	c 1675s |      18 |   402161 |   301452 |   238254      1 |     1416 |     1475
1775.52/1776.07	c 1677s |      18 |   402526 |   301752 |   238254      1 |     1416 |     1475
1778.52/1779.01	c 1680s |      18 |   402905 |   302052 |   238254      1 |     1416 |     1475
1781.72/1782.20	c 1683s |      18 |   403300 |   302352 |   238254      1 |     1416 |     1475
1783.83/1784.40	c 1686s |      18 |   403522 |   302552 |   238254      1 |     1416 |     1475
1786.62/1787.19	c 1688s |      18 |   403906 |   302852 |   238254      1 |     1416 |     1475
1789.42/1789.97	c 1691s |      18 |   404325 |   303152 |   238254      1 |     1416 |     1475
1791.72/1792.27	c 1693s |      18 |   404788 |   303452 |   238254      1 |     1416 |     1475
1794.62/1795.10	c 1696s |      18 |   405203 |   303752 |   238254      1 |     1416 |     1475
1797.32/1797.82	c 1699s |      18 |   405574 |   304052 |   238254      1 |     1416 |     1475
1800.02/1800.50	c 1702s |      18 |   405964 |   304352 |   238254      1 |     1416 |     1475

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

pid=2939
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.26 2.20 2.16 3/179 2942
/proc/meminfo: memFree=29189272/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=715196 CPUtime=0 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 2668 0 0 0 0 0 0 0 20 0 4 0 105626821 732360704 3028 33554432000 4194304 16246674 140736441748640 140736441748064 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 179567 3036 441 2943 0 176461 0
[pid=2942/tid=2943] ppid=2939 vsize=732604 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 750186496 3097 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=737724 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 755429376 3115 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=741820 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105626821 759623680 3130 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100179 s]
/proc/loadavg: 2.26 2.20 2.16 3/179 2942
/proc/meminfo: memFree=29189272/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 30137 0 0 0 6 3 0 0 20 0 4 0 105626821 1250496512 30435 33554432000 4194304 16246674 140736441748640 140736441747952 4220815 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 305297 30435 800 2943 0 302191 0
[pid=2942/tid=2943] ppid=2939 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1250496512 30435 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1250496512 30435 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1250496512 30435 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.20048 s]
/proc/loadavg: 2.26 2.20 2.16 3/179 2942
/proc/meminfo: memFree=29189272/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1310276 CPUtime=0.19 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 51951 0 0 0 13 6 0 0 20 0 4 0 105626821 1341722624 52760 33554432000 4194304 16246674 140736441748640 140736441747952 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 327569 52766 800 2943 0 324463 0
[pid=2942/tid=2943] ppid=2939 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1341722624 52770 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1341722624 52774 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1341722624 52778 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1310276

[startup+0.300507 s]
/proc/loadavg: 2.26 2.20 2.16 3/179 2942
/proc/meminfo: memFree=29189272/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 66534 0 0 0 21 8 0 0 20 0 4 0 105626821 1345916928 67343 33554432000 4194304 16246674 140736441748640 140736441747952 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 328593 67343 800 2943 0 325487 0
[pid=2942/tid=2943] ppid=2939 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1345916928 67343 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1345916928 67343 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1345916928 67343 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700355 s]
/proc/loadavg: 2.26 2.20 2.16 3/179 2942
/proc/meminfo: memFree=29189272/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1315396 CPUtime=0.69 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 70839 0 0 0 60 9 0 0 20 0 4 0 105626821 1346965504 71648 33554432000 4194304 16246674 140736441748640 140736441731632 7392208 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 328849 71648 800 2943 0 325743 0
[pid=2942/tid=2943] ppid=2939 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1346965504 71648 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1346965504 71648 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1346965504 71648 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1315396

[startup+1.50036 s]
/proc/loadavg: 2.26 2.20 2.16 3/183 2946
/proc/meminfo: memFree=28732744/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1315396 CPUtime=1.49 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 184349 0 0 0 122 27 0 0 20 0 4 0 105626821 1346965504 185158 33554432000 4194304 16246674 140736441748640 140736441730560 5740329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 328849 185166 832 2943 0 325743 0
[pid=2942/tid=2943] ppid=2939 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1346965504 185172 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1346965504 185177 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1346965504 185182 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1315396

[startup+3.10036 s]
/proc/loadavg: 2.26 2.20 2.16 3/183 2946
/proc/meminfo: memFree=28073920/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1350212 CPUtime=3.09 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 278247 0 0 0 265 44 0 0 20 0 4 0 105626821 1382617088 279056 33554432000 4194304 16246674 140736441748640 140736441747952 5991592 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 337553 279056 907 2943 0 334447 0
[pid=2942/tid=2943] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279056 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279056 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279056 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1350212

[startup+6.30037 s]
/proc/loadavg: 2.24 2.20 2.16 3/183 2946
/proc/meminfo: memFree=28073208/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1350212 CPUtime=6.29 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 278247 0 0 0 585 44 0 0 20 0 4 0 105626821 1382617088 279056 33554432000 4194304 16246674 140736441748640 140736441730560 5841156 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 337553 279056 907 2943 0 334447 0
[pid=2942/tid=2943] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279056 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279056 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279056 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1350212

[startup+12.7004 s]
/proc/loadavg: 2.30 2.21 2.17 4/183 2946
/proc/meminfo: memFree=28073140/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1350212 CPUtime=12.68 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 278247 0 0 0 1224 44 0 0 20 0 4 0 105626821 1382617088 279056 33554432000 4194304 16246674 140736441748640 140736441730560 5991592 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 337553 279056 907 2943 0 334447 0
[pid=2942/tid=2943] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279056 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279056 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279056 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1350212

[startup+25.5005 s]
/proc/loadavg: 2.30 2.22 2.17 4/183 2946
/proc/meminfo: memFree=28073580/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1350212 CPUtime=25.48 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 278248 0 0 0 2503 45 0 0 20 0 4 0 105626821 1382617088 279057 33554432000 4194304 16246674 140736441748640 140736441730560 5991580 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 337553 279057 908 2943 0 334447 0
[pid=2942/tid=2943] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279057 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279057 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279057 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1350212

[startup+51.1005 s]
/proc/loadavg: 2.20 2.20 2.16 3/183 2946
/proc/meminfo: memFree=28073440/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1350212 CPUtime=51.09 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 278248 0 0 0 5061 48 0 0 20 0 4 0 105626821 1382617088 279057 33554432000 4194304 16246674 140736441748640 140736441730560 5991592 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 337553 279057 908 2943 0 334447 0
[pid=2942/tid=2943] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279057 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279057 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279057 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1350212

[startup+102.3 s]
/proc/loadavg: 2.23 2.21 2.17 4/183 2947
/proc/meminfo: memFree=28035616/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1350212 CPUtime=102.28 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 278250 0 0 0 10177 51 0 0 20 0 4 0 105626821 1382617088 279059 33554432000 4194304 16246674 140736441748640 140736441730560 5545984 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 337553 279059 910 2943 0 334447 0
[pid=2942/tid=2943] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279059 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279059 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1350212 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1382617088 279059 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1350212


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

/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 1357380

[startup+1362.3 s]
/proc/loadavg: 2.26 2.24 2.19 4/183 3172
/proc/meminfo: memFree=15069396/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1357380 CPUtime=1361.88 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 280433 0 0 0 136131 57 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140736441730560 5827966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 339345 280860 915 2943 0 336239 0
[pid=2942/tid=2943] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 1357380

[startup+1422.3 s]
/proc/loadavg: 2.19 2.22 2.18 3/183 3173
/proc/meminfo: memFree=15069876/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1357380 CPUtime=1421.88 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 280433 0 0 0 142131 57 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140736441730560 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 339345 280860 915 2943 0 336239 0
[pid=2942/tid=2943] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 1357380

[startup+1482.3 s]
/proc/loadavg: 2.12 2.19 2.17 3/184 3225
/proc/meminfo: memFree=23851072/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1357380 CPUtime=1481.86 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 280433 0 0 0 148129 57 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140736441730560 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 339345 280860 915 2943 0 336239 0
[pid=2942/tid=2943] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 1357380

[startup+1542.31 s]
/proc/loadavg: 2.18 2.20 2.18 4/183 3226
/proc/meminfo: memFree=17721656/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1357380 CPUtime=1541.86 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 280433 0 0 0 154129 57 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140736441730560 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 339345 280860 915 2943 0 336239 0
[pid=2942/tid=2943] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 1357380

[startup+1602.3 s]
/proc/loadavg: 2.22 2.21 2.18 3/183 3227
/proc/meminfo: memFree=16804528/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1357380 CPUtime=1601.84 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 280433 0 0 0 160127 57 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140736441730560 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 339345 280860 915 2943 0 336239 0
[pid=2942/tid=2943] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 1357380

[startup+1662.3 s]
/proc/loadavg: 2.23 2.21 2.18 4/182 3228
/proc/meminfo: memFree=15996028/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1357380 CPUtime=1661.83 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 280433 0 0 0 166126 57 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140736441730560 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 339345 280860 915 2943 0 336239 0
[pid=2942/tid=2943] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 1357380

[startup+1722.3 s]
/proc/loadavg: 2.20 2.20 2.18 4/183 3279
/proc/meminfo: memFree=26479088/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1357380 CPUtime=1721.83 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 280433 0 0 0 172125 58 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140736441730560 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 339345 280860 915 2943 0 336239 0
[pid=2942/tid=2943] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 1357380

[startup+1782.3 s]
/proc/loadavg: 2.33 2.24 2.19 3/183 3280
/proc/meminfo: memFree=26310120/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1357380 CPUtime=1781.82 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 280433 0 0 0 178124 58 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140736441730560 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 339345 280860 915 2943 0 336239 0
[pid=2942/tid=2943] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 1357380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.31 2.24 2.19 3/183 3280
/proc/meminfo: memFree=26279244/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1357380 CPUtime=1800.02 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 280433 0 0 0 179944 58 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140736441730560 13943600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 339345 280860 915 2943 0 336239 0
[pid=2942/tid=2943] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1357380

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 2942 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.31 2.24 2.19 3/183 3280
/proc/meminfo: memFree=26279244/32872528 swapFree=16384/1696552
[pid=2942] ppid=2939 vsize=1357380 CPUtime=1800.02 cores=1,3,5,7
/proc/2942/stat : 2942 (toysat) R 2939 2942 1166 0 -1 4202496 280433 0 0 0 179944 58 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140736441730560 13943600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2942/statm: 339345 280860 915 2943 0 336239 0
[pid=2942/tid=2943] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2943/stat : 2943 (toysat) S 2939 2942 1166 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228985597168 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2942/tid=2944] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2944/stat : 2944 (toysat) S 2939 2942 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228975107312 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2942/tid=2945] ppid=2939 vsize=1357380 CPUtime=0 cores=1,3,5,7
/proc/2942/task/2945/stat : 2945 (toysat) S 2939 2942 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105626821 1389957120 280860 33554432000 4194304 16246674 140736441748640 140228964633776 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1357380

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.03
CPU user time (s): 1799.44
CPU system time (s): 0.584911
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 1357380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.584911
maximum resident set size= 1123440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280433
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= 419
involuntary context switches= 1947

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.49332 second user time and 7.29589 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-06 20:15:38
IDJOB=4079638
IDBENCH=2266
IDSOLVER=2542
FILE ID=node125/4079638-1465236937
RUNJOBID= node125-1465224138-1183
PBS_JOBID= 19843237
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= 937ec96fd1742e5ed6250d14e65c707b
RANDOM SEED=2105365454

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29189536 kB
Buffers:           33632 kB
Cached:           124276 kB
SwapCached:         2016 kB
Active:          1226080 kB
Inactive:          56128 kB
Active(anon):    1125008 kB
Inactive(anon):     1380 kB
Active(file):     101072 kB
Inactive(file):    54748 kB
Unevictable:     1696552 kB
Mlocked:           16384 kB
SwapTotal:      67108856 kB
SwapFree:       67098492 kB
Dirty:             19468 kB
Writeback:             0 kB
AnonPages:       2819752 kB
Mapped:            10792 kB
Shmem:                 0 kB
Slab:             568100 kB
SReclaimable:      11908 kB
SUnreclaim:       556192 kB
KernelStack:        1472 kB
PageTables:         9656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2964260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2013184 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= 71708 MiB
End job on node125 at 2016-06-06 20:45:38