Trace number 4080145

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.06 1800.54

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_2.opb
MD5SUM1af848a7208b60f67c27d4022c7b5abe
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-122
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -151
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31544
Sum of products size (including duplicates)63088
Number of different products15772
Sum of products size31544

Solver Data

0.00/0.00	c 2016-06-07T02:34:32+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-4080145-1465259672.opb"]
0.00/0.01	c use --random-gen="1416172819 1634447336 3278602980 2814982970 63473652 2922854829 2122128084 1539127134 4005951588 93235925 3938195388 201857536 2453309036 3185484660 3142288199 541416617 1716889853 465997716 1067341813 3593288824 3829322431 2252528580 2195203776 1974746883 901838690 1945892095 2932390096 2732605562 2342873409 320888020 3356386968 2906250832 4011462771 4082014961 324517314 4201564090 4243681398 2106923830 1818589095 2532642581 591582033 310100300 888492765 60487544 665824590 4124980045 2388902987 925393956 1382846345 501124567 598178922 3496742003 2518512548 1045018693 2370634443 1702165331 2274793377 3231748035 4053782541 3067586204 3454279388 4243042676 2912608942 1814309512 2718707325 1406383643 1539073182 1371989845 14811032 87770490 3379550900 165372117 2893846460 552369907 3959879415 3933384098 2106164024 3018749132 3710570889 1500136974 2084470830 775679683 838280690 1613487383 2627699349 2158841307 738972642 3249805110 1249843481 667057018 57553158 3183230908 3169242780 491778778 3498007132 598323917 1800026219 3117743907 2204566365 3205981983 904699165 1561656342 1933344543 746317573 3412816622 712642209 1857878344 3079954042 1376807168 950446013 2534958342 287596828 3620146410 432138489 2426240178 1144651525 346928118 1714704258 4212480029 714527344 1305682468 13564861 1254142152 542056406 1588978651 1694943574 4254125491 1552512889 3983311550 2016836438 3867875816 1793760972 290274697 2607596046 959540429 1546687157 2631609427 724718534 1255860375 1054315137 931473178 3522663712 1677464901 227687616 4148394503 2953458869 4124649623 612802975 2161217419 2452162919 2988457337 2526810586 2438403007 1057115079 1136227584 934574209 542995788 2658509287 445279919 1108523881 1080375830 3203899869 743840472 2252310583 2421618851 4173472453 2405777253 4206434892 3703219912 1454468860 915625331 2075718383 3836926214 4028270190 2259014179 1652859116 2636237164 1080610116 1965601761 3324512880 1058403304 43356501 4105427338 1165821049 4133631028 2229966412 4280535531 316107782 4092435728 4045728183 1231696128 3063032066 275997628 3915104787 3442202450 3613611658 3929439736 4006687170 877271737 3691328571 2569586216 1044573587 474930163 3250899685 4040984553 4241129531 1761290810 1872040527 2379972801 103221346 66429052 1116248620 3994594946 1068626847 3643927320 1876183357 3161502234 3128130905 2282460733 1092976867 1386703414 2310483416 35031208 954370140 3132176748 1548286291 877857387 1924637588 2051155671 3567749349 2822003793 2442138344 1230088660 2924036519 4252109966 2932831750 1778494952 889657955 1622749133 53338143 568420344 1165043247 129424971 2857978099 680681407 1015543141 2534790609 424534205 2619296406 4268673376 1472872919 147413259 1375774320 3839048687 325897052 1600002156 255 362436" option to reproduce the execution
0.09/0.10	c #vars 1000
0.09/0.10	c #constraints 1000
0.48/0.58	c BCD2: Hardening is enabled.
0.48/0.58	c BCD2: BiasedSearch is enabled.
0.48/0.58	c Solving starts ...
0.48/0.58	c ============================[ Search Statistics ]============================
0.48/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.58	c =============================================================================
0.48/0.58	c  0.0s |       0 |        0 |        0 |    21362      0 |    15772 |        0
0.59/0.66	c  0.1s |       0 |      122 |        0 |    21362      0 |    15772 |    31544
0.59/0.66	c #cpu_time = 0.082s
0.59/0.66	c #wall_clock_time = 0.082s
0.59/0.66	c #decision = 122
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 0
0.59/0.66	c #restart = 0
0.59/0.66	o -122
0.59/0.66	c BCD2: updating upper bound: 1000 -> 877
0.59/0.67	c BCD2: 0 <= obj <= 877
0.59/0.67	c BCD2: #cores=0, #unrelaxed=1000, #relaxed=0, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=1 bias=1/2
0.59/0.67	c Solving starts ...
0.59/0.67	c ============================[ Search Statistics ]============================
0.59/0.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.67	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.67	c =============================================================================
0.59/0.67	c  0.0s |       0 |        0 |        0 |    21362      0 |    15772 |    31544
0.59/0.68	c  0.0s |       0 |        2 |        0 |    21362      0 |    15772 |    31544
0.59/0.68	c #cpu_time = 0.013s
0.59/0.68	c #wall_clock_time = 0.013s
0.59/0.68	c #decision = 2
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 0
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.68	c lower bound updated to -999
0.59/0.68	c BCD2: 1 <= obj <= 877
0.59/0.68	c BCD2: #cores=1, #unrelaxed=998, #relaxed=2, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=2 bias=2/3
0.59/0.68	c Solving starts ...
0.59/0.68	c ============================[ Search Statistics ]============================
0.59/0.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.68	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.68	c =============================================================================
0.59/0.68	c  0.0s |       0 |        0 |        0 |    21362      0 |    15772 |    31545
0.59/0.69	c  0.0s |       0 |        8 |        0 |    21362      0 |    15772 |    31545
0.59/0.69	c #cpu_time = 0.012s
0.59/0.69	c #wall_clock_time = 0.012s
0.59/0.69	c #decision = 8
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 0
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: found a new core of size 2: cost of the new core is >=1
0.59/0.69	c lower bound updated to -998
0.59/0.70	c BCD2: 2 <= obj <= 877
0.59/0.70	c BCD2: #cores=2, #unrelaxed=996, #relaxed=4, #hardened=0
0.59/0.70	c BCD2: #sat=1 #unsat=3 bias=3/4
0.59/0.70	c Solving starts ...
0.59/0.70	c ============================[ Search Statistics ]============================
0.59/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.70	c =============================================================================
0.59/0.70	c  0.0s |       0 |        0 |        0 |    21362      0 |    15772 |    31546
0.69/0.71	c  0.0s |       0 |        9 |        0 |    21362      0 |    15772 |    31546
0.69/0.71	c #cpu_time = 0.012s
0.69/0.71	c #wall_clock_time = 0.012s
0.69/0.71	c #decision = 9
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 0
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.71	c lower bound updated to -997
0.69/0.71	c BCD2: 3 <= obj <= 877
0.69/0.71	c BCD2: #cores=3, #unrelaxed=994, #relaxed=6, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=4 bias=4/5
0.69/0.71	c Solving starts ...
0.69/0.71	c ============================[ Search Statistics ]============================
0.69/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.71	c =============================================================================
0.69/0.71	c  0.0s |       0 |        0 |        0 |    21362      0 |    15772 |    31547
0.69/0.72	c  0.0s |       0 |        9 |        0 |    21362      0 |    15772 |    31547
0.69/0.72	c #cpu_time = 0.012s
0.69/0.72	c #wall_clock_time = 0.012s
0.69/0.72	c #decision = 9
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 0
0.69/0.72	c #restart = 0
0.69/0.72	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.72	c lower bound updated to -996
0.69/0.72	c BCD2: 4 <= obj <= 877
0.69/0.72	c BCD2: #cores=4, #unrelaxed=992, #relaxed=8, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=5 bias=5/6
0.69/0.72	c Solving starts ...
0.69/0.72	c ============================[ Search Statistics ]============================
0.69/0.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.72	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.72	c =============================================================================
0.69/0.72	c  0.0s |       0 |        0 |        0 |    21362      0 |    15772 |    31548
0.69/0.74	c  0.0s |       0 |        9 |        0 |    21362      0 |    15772 |    31548
0.69/0.74	c #cpu_time = 0.012s
0.69/0.74	c #wall_clock_time = 0.012s
0.69/0.74	c #decision = 9
0.69/0.74	c #random_decision = 0
0.69/0.74	c #conflict = 0
0.69/0.74	c #restart = 0
0.69/0.74	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.69/0.74	c lower bound updated to -995
0.69/0.74	c BCD2: 5 <= obj <= 877
0.69/0.74	c BCD2: #cores=4, #unrelaxed=990, #relaxed=10, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=6 bias=6/7
0.69/0.74	c Solving starts ...
0.69/0.74	c ============================[ Search Statistics ]============================
0.69/0.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.74	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.74	c =============================================================================
0.69/0.74	c  0.0s |       0 |        0 |        0 |    21362      0 |    15773 |    31548
0.69/0.75	c  0.0s |       0 |       11 |        0 |    21362      0 |    15773 |    31549
0.69/0.75	c #cpu_time = 0.011s
0.69/0.75	c #wall_clock_time = 0.011s
0.69/0.75	c #decision = 11
0.69/0.75	c #random_decision = 0
0.69/0.75	c #conflict = 0
0.69/0.75	c #restart = 0
0.69/0.75	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.75	c lower bound updated to -994
0.69/0.75	c BCD2: 6 <= obj <= 877
0.69/0.75	c BCD2: #cores=5, #unrelaxed=988, #relaxed=12, #hardened=0
0.69/0.75	c BCD2: #sat=1 #unsat=7 bias=7/8
0.69/0.75	c Solving starts ...
0.69/0.75	c ============================[ Search Statistics ]============================
0.69/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.75	c =============================================================================
0.69/0.75	c  0.0s |       0 |        0 |        0 |    21362      0 |    15773 |    31550
0.69/0.76	c  0.0s |       0 |       11 |        0 |    21362      0 |    15773 |    31550
0.69/0.76	c #cpu_time = 0.011s
0.69/0.76	c #wall_clock_time = 0.011s
0.69/0.76	c #decision = 11
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 0
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.76	c lower bound updated to -993
0.69/0.76	c BCD2: 7 <= obj <= 877
0.69/0.76	c BCD2: #cores=6, #unrelaxed=986, #relaxed=14, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=8 bias=8/9
0.69/0.76	c Solving starts ...
0.69/0.76	c ============================[ Search Statistics ]============================
0.69/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.76	c =============================================================================
0.69/0.76	c  0.0s |       0 |        0 |        0 |    21362      0 |    15773 |    31551
0.69/0.78	c  0.0s |       0 |       13 |        0 |    21362      0 |    15773 |    31551
0.69/0.78	c #cpu_time = 0.011s
0.69/0.78	c #wall_clock_time = 0.011s
0.69/0.78	c #decision = 13
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 0
0.69/0.78	c #restart = 0
0.69/0.78	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.78	c lower bound updated to -992
0.69/0.78	c BCD2: 8 <= obj <= 877
0.69/0.78	c BCD2: #cores=7, #unrelaxed=984, #relaxed=16, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=9 bias=9/10
0.69/0.78	c Solving starts ...
0.69/0.78	c ============================[ Search Statistics ]============================
0.69/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.78	c =============================================================================
0.69/0.78	c  0.0s |       0 |        0 |        0 |    21362      0 |    15773 |    31552
0.69/0.79	c  0.0s |       0 |       13 |        0 |    21362      0 |    15773 |    31552
0.69/0.79	c #cpu_time = 0.011s
0.69/0.79	c #wall_clock_time = 0.011s
0.69/0.79	c #decision = 13
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 0
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: found a new core of size 2: cost of the new core is >=1
0.69/0.79	c lower bound updated to -991
0.69/0.79	c BCD2: 9 <= obj <= 877
0.69/0.79	c BCD2: #cores=8, #unrelaxed=982, #relaxed=18, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=10 bias=10/11
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |    21362      0 |    15773 |    31553
0.79/0.80	c  0.0s |       0 |       14 |        0 |    21362      0 |    15773 |    31553
0.79/0.80	c #cpu_time = 0.011s
0.79/0.80	c #wall_clock_time = 0.011s
0.79/0.80	c #decision = 14
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 0
0.79/0.80	c #restart = 0
0.79/0.80	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.80	c lower bound updated to -990
0.79/0.81	c BCD2: 10 <= obj <= 877
0.79/0.81	c BCD2: #cores=9, #unrelaxed=980, #relaxed=20, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=11 bias=11/12
0.79/0.81	c Solving starts ...
0.79/0.81	c ============================[ Search Statistics ]============================
0.79/0.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.81	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.81	c =============================================================================
0.79/0.81	c  0.0s |       0 |        0 |        0 |    21362      0 |    15773 |    31554
0.79/0.82	c  0.0s |       0 |       17 |        0 |    21362      0 |    15773 |    31554
0.79/0.82	c #cpu_time = 0.012s
0.79/0.82	c #wall_clock_time = 0.012s
0.79/0.82	c #decision = 17
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 0
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.82	c lower bound updated to -989
0.79/0.86	c BCD2: 11 <= obj <= 877
0.79/0.86	c BCD2: #cores=10, #unrelaxed=978, #relaxed=22, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=12 bias=12/13
0.79/0.86	c Solving starts ...
0.79/0.86	c ============================[ Search Statistics ]============================
0.79/0.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.86	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.86	c =============================================================================
0.79/0.86	c  0.0s |       0 |        0 |        0 |    21362      0 |    15773 |    31555
0.79/0.87	c  0.0s |       0 |       19 |        0 |    21362      0 |    15773 |    31555
0.79/0.87	c #cpu_time = 0.008s
0.79/0.87	c #wall_clock_time = 0.008s
0.79/0.87	c #decision = 19
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 0
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.87	c lower bound updated to -988
0.79/0.87	c BCD2: 12 <= obj <= 877
0.79/0.87	c BCD2: #cores=11, #unrelaxed=976, #relaxed=24, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=13 bias=13/14
0.79/0.87	c Solving starts ...
0.79/0.87	c ============================[ Search Statistics ]============================
0.79/0.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.87	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.87	c =============================================================================
0.79/0.87	c  0.0s |       0 |        0 |        0 |    21362      0 |    15773 |    31556
0.79/0.88	c  0.0s |       0 |       19 |        0 |    21362      0 |    15773 |    31556
0.79/0.88	c #cpu_time = 0.008s
0.79/0.88	c #wall_clock_time = 0.008s
0.79/0.88	c #decision = 19
0.79/0.88	c #random_decision = 0
0.79/0.88	c #conflict = 0
0.79/0.88	c #restart = 0
0.79/0.88	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.88	c lower bound updated to -987
0.79/0.88	c BCD2: 13 <= obj <= 877
0.79/0.88	c BCD2: #cores=12, #unrelaxed=974, #relaxed=26, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=14 bias=14/15
0.79/0.88	c Solving starts ...
0.79/0.88	c ============================[ Search Statistics ]============================
0.79/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.88	c =============================================================================
0.79/0.88	c  0.0s |       0 |        0 |        0 |    21362      0 |    15773 |    31557
0.79/0.89	c  0.0s |       0 |       20 |        0 |    21362      0 |    15773 |    31557
0.79/0.89	c #cpu_time = 0.008s
0.79/0.89	c #wall_clock_time = 0.008s
0.79/0.89	c #decision = 20
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 0
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.89	c lower bound updated to -986
0.79/0.89	c BCD2: 14 <= obj <= 877
0.79/0.89	c BCD2: #cores=13, #unrelaxed=972, #relaxed=28, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=15 bias=15/16
0.79/0.89	c Solving starts ...
0.79/0.89	c ============================[ Search Statistics ]============================
0.79/0.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.89	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.89	c =============================================================================
0.79/0.89	c  0.0s |       0 |        0 |        0 |    21362      0 |    15773 |    31558
0.79/0.89	c  0.0s |       0 |       20 |        0 |    21362      0 |    15773 |    31558
0.79/0.89	c #cpu_time = 0.008s
0.79/0.89	c #wall_clock_time = 0.008s
0.79/0.89	c #decision = 20
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 0
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 2: cost of the new core is >=1
0.79/0.89	c lower bound updated to -985
0.89/0.90	c BCD2: 15 <= obj <= 877
0.89/0.90	c BCD2: #cores=14, #unrelaxed=970, #relaxed=30, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=16 bias=16/17
0.89/0.90	c Solving starts ...
0.89/0.90	c ============================[ Search Statistics ]============================
0.89/0.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.90	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.90	c =============================================================================
0.89/0.90	c  0.0s |       0 |        0 |        0 |    21362      0 |    15773 |    31559
0.89/0.90	c  0.0s |       0 |       36 |        1 |    21362      0 |    15773 |    31559
0.89/0.90	c #cpu_time = 0.008s
0.89/0.90	c #wall_clock_time = 0.008s
0.89/0.90	c #decision = 36
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 1
0.89/0.90	c #restart = 0
0.89/0.90	c BCD2: relaxing 1 and merging with 3 cores into a new core of size 7: cost of the new core is >=4
0.89/0.90	c lower bound updated to -984
0.89/0.90	c BCD2: 16 <= obj <= 877
0.89/0.90	c BCD2: #cores=12, #unrelaxed=969, #relaxed=31, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=17 bias=17/18
0.89/0.90	c Solving starts ...
0.89/0.90	c ============================[ Search Statistics ]============================
0.89/0.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.90	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.90	c =============================================================================
0.89/0.91	c  0.0s |       0 |        0 |        0 |    21362      0 |    15776 |    31559
0.89/0.91	c  0.0s |       0 |       18 |        0 |    21362      0 |    15776 |    31562
0.89/0.91	c #cpu_time = 0.007s
0.89/0.91	c #wall_clock_time = 0.007s
0.89/0.91	c #decision = 18
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 0
0.89/0.91	c #restart = 0
0.89/0.91	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.89/0.91	c lower bound updated to -983
0.89/0.91	c BCD2: 17 <= obj <= 877
0.89/0.91	c BCD2: #cores=12, #unrelaxed=967, #relaxed=33, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=18 bias=18/19
0.89/0.91	c Solving starts ...
0.89/0.91	c ============================[ Search Statistics ]============================
0.89/0.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.91	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.91	c =============================================================================
0.89/0.91	c  0.0s |       0 |        0 |        0 |    21362      0 |    15777 |    31562
0.89/0.92	c  0.0s |       0 |       19 |        0 |    21362      0 |    15777 |    31563
0.89/0.92	c #cpu_time = 0.008s
0.89/0.92	c #wall_clock_time = 0.008s
0.89/0.92	c #decision = 19
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 0
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
0.89/0.92	c lower bound updated to -982
0.89/0.92	c BCD2: 18 <= obj <= 877
0.89/0.92	c BCD2: #cores=11, #unrelaxed=965, #relaxed=35, #hardened=0
0.89/0.92	c BCD2: #sat=1 #unsat=19 bias=19/20
0.89/0.92	c Solving starts ...
0.89/0.92	c ============================[ Search Statistics ]============================
0.89/0.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.92	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.92	c =============================================================================
0.89/0.92	c  0.0s |       0 |        0 |        0 |    21362      0 |    15779 |    31563
0.89/0.93	c  0.0s |       0 |       29 |        1 |    21362      0 |    15779 |    31565
0.89/0.93	c #cpu_time = 0.008s
0.89/0.93	c #wall_clock_time = 0.008s
0.89/0.93	c #decision = 29
0.89/0.93	c #random_decision = 0
0.89/0.93	c #conflict = 1
0.89/0.93	c #restart = 0
0.89/0.93	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
0.89/0.93	c lower bound updated to -981
0.89/0.93	c BCD2: 19 <= obj <= 877
0.89/0.93	c BCD2: #cores=10, #unrelaxed=964, #relaxed=36, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=20 bias=20/21
0.89/0.93	c Solving starts ...
0.89/0.93	c ============================[ Search Statistics ]============================
0.89/0.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.93	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.93	c =============================================================================
0.89/0.93	c  0.0s |       0 |        0 |        0 |    21362      0 |    15781 |    31565
0.89/0.94	c  0.0s |       0 |       21 |        0 |    21362      0 |    15781 |    31567
0.89/0.94	c #cpu_time = 0.008s
0.89/0.94	c #wall_clock_time = 0.008s
0.89/0.94	c #decision = 21
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 0
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.94	c lower bound updated to -980
0.89/0.94	c BCD2: 20 <= obj <= 877
0.89/0.94	c BCD2: #cores=11, #unrelaxed=962, #relaxed=38, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=21 bias=21/22
0.89/0.94	c Solving starts ...
0.89/0.94	c ============================[ Search Statistics ]============================
0.89/0.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.94	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.94	c =============================================================================
0.89/0.94	c  0.0s |       0 |        0 |        0 |    21362      0 |    15781 |    31568
0.89/0.95	c  0.0s |       0 |       21 |        0 |    21362      0 |    15781 |    31568
0.89/0.95	c #cpu_time = 0.008s
0.89/0.95	c #wall_clock_time = 0.008s
0.89/0.95	c #decision = 21
0.89/0.95	c #random_decision = 0
0.89/0.95	c #conflict = 0
0.89/0.95	c #restart = 0
0.89/0.95	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.95	c lower bound updated to -979
0.89/0.95	c BCD2: 21 <= obj <= 877
0.89/0.95	c BCD2: #cores=12, #unrelaxed=960, #relaxed=40, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=22 bias=22/23
0.89/0.95	c Solving starts ...
0.89/0.95	c ============================[ Search Statistics ]============================
0.89/0.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.95	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.95	c =============================================================================
0.89/0.95	c  0.0s |       0 |        0 |        0 |    21362      0 |    15781 |    31569
0.89/0.96	c  0.0s |       0 |       22 |        0 |    21362      0 |    15781 |    31569
0.89/0.96	c #cpu_time = 0.008s
0.89/0.96	c #wall_clock_time = 0.008s
0.89/0.96	c #decision = 22
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 0
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.96	c lower bound updated to -978
0.89/0.96	c BCD2: 22 <= obj <= 877
0.89/0.96	c BCD2: #cores=13, #unrelaxed=958, #relaxed=42, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=23 bias=23/24
0.89/0.96	c Solving starts ...
0.89/0.96	c ============================[ Search Statistics ]============================
0.89/0.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.96	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.96	c =============================================================================
0.89/0.96	c  0.0s |       0 |        0 |        0 |    21362      0 |    15781 |    31570
0.89/0.97	c  0.0s |       0 |       23 |        0 |    21362      0 |    15781 |    31570
0.89/0.97	c #cpu_time = 0.008s
0.89/0.97	c #wall_clock_time = 0.008s
0.89/0.97	c #decision = 23
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 0
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.89/0.97	c lower bound updated to -977
0.89/0.97	c BCD2: 23 <= obj <= 877
0.89/0.97	c BCD2: #cores=13, #unrelaxed=956, #relaxed=44, #hardened=0
0.89/0.97	c BCD2: #sat=1 #unsat=24 bias=24/25
0.89/0.97	c Solving starts ...
0.89/0.97	c ============================[ Search Statistics ]============================
0.89/0.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.97	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.97	c =============================================================================
0.89/0.97	c  0.0s |       0 |        0 |        0 |    21362      0 |    15782 |    31570
0.89/0.98	c  0.0s |       0 |       22 |        0 |    21362      0 |    15782 |    31571
0.89/0.98	c #cpu_time = 0.008s
0.89/0.98	c #wall_clock_time = 0.008s
0.89/0.98	c #decision = 22
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 0
0.89/0.98	c #restart = 0
0.89/0.98	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.98	c lower bound updated to -976
0.89/0.98	c BCD2: 24 <= obj <= 877
0.89/0.98	c BCD2: #cores=14, #unrelaxed=954, #relaxed=46, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=25 bias=25/26
0.89/0.98	c Solving starts ...
0.89/0.98	c ============================[ Search Statistics ]============================
0.89/0.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.98	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.98	c =============================================================================
0.89/0.98	c  0.0s |       0 |        0 |        0 |    21362      0 |    15782 |    31572
0.89/0.98	c  0.0s |       0 |       24 |        0 |    21362      0 |    15782 |    31572
0.89/0.98	c #cpu_time = 0.008s
0.89/0.98	c #wall_clock_time = 0.008s
0.89/0.98	c #decision = 24
0.89/0.98	c #random_decision = 0
0.89/0.98	c #conflict = 0
0.89/0.98	c #restart = 0
0.89/0.98	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.89/0.98	c lower bound updated to -975
0.89/0.99	c BCD2: 25 <= obj <= 877
0.89/0.99	c BCD2: #cores=14, #unrelaxed=952, #relaxed=48, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=26 bias=26/27
0.89/0.99	c Solving starts ...
0.89/0.99	c ============================[ Search Statistics ]============================
0.89/0.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.99	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.99	c =============================================================================
0.89/0.99	c  0.0s |       0 |        0 |        0 |    21362      0 |    15783 |    31572
0.89/0.99	c  0.0s |       0 |       23 |        0 |    21362      0 |    15783 |    31573
0.89/0.99	c #cpu_time = 0.008s
0.89/0.99	c #wall_clock_time = 0.008s
0.89/0.99	c #decision = 23
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 0
0.89/0.99	c #restart = 0
0.89/0.99	c BCD2: found a new core of size 2: cost of the new core is >=1
0.89/0.99	c lower bound updated to -974
0.89/0.99	c BCD2: 26 <= obj <= 877
0.89/0.99	c BCD2: #cores=15, #unrelaxed=950, #relaxed=50, #hardened=0
0.89/0.99	c BCD2: #sat=1 #unsat=27 bias=27/28
0.89/0.99	c Solving starts ...
0.89/0.99	c ============================[ Search Statistics ]============================
0.89/0.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.99	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.99	c =============================================================================
0.89/1.00	c  0.0s |       0 |        0 |        0 |    21362      0 |    15783 |    31574
0.98/1.00	c  0.0s |       0 |       26 |        0 |    21362      0 |    15783 |    31574
0.98/1.00	c #cpu_time = 0.008s
0.98/1.00	c #wall_clock_time = 0.008s
0.98/1.00	c #decision = 26
0.98/1.00	c #random_decision = 0
0.98/1.00	c #conflict = 0
0.98/1.00	c #restart = 0
0.98/1.00	c BCD2: found a new core of size 2: cost of the new core is >=1
0.98/1.00	c lower bound updated to -973
0.98/1.00	c BCD2: 27 <= obj <= 877
0.98/1.00	c BCD2: #cores=16, #unrelaxed=948, #relaxed=52, #hardened=0
0.98/1.00	c BCD2: #sat=1 #unsat=28 bias=28/29
0.98/1.00	c Solving starts ...
0.98/1.00	c ============================[ Search Statistics ]============================
0.98/1.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.00	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.00	c =============================================================================
0.98/1.00	c  0.0s |       0 |        0 |        0 |    21362      0 |    15783 |    31575
0.98/1.01	c  0.0s |       0 |       26 |        0 |    21362      0 |    15783 |    31575
0.98/1.01	c #cpu_time = 0.008s
0.98/1.01	c #wall_clock_time = 0.008s
0.98/1.01	c #decision = 26
0.98/1.01	c #random_decision = 0
0.98/1.01	c #conflict = 0
0.98/1.01	c #restart = 0
0.98/1.01	c BCD2: found a new core of size 2: cost of the new core is >=1
0.98/1.01	c lower bound updated to -972
0.98/1.01	c BCD2: 28 <= obj <= 877
0.98/1.01	c BCD2: #cores=17, #unrelaxed=946, #relaxed=54, #hardened=0
0.98/1.01	c BCD2: #sat=1 #unsat=29 bias=29/30
0.98/1.01	c Solving starts ...
0.98/1.01	c ============================[ Search Statistics ]============================
0.98/1.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.01	c =============================================================================
0.98/1.01	c  0.0s |       0 |        0 |        0 |    21362      0 |    15783 |    31576
0.98/1.02	c  0.0s |       0 |       28 |        0 |    21362      0 |    15783 |    31576
0.98/1.02	c #cpu_time = 0.008s
0.98/1.02	c #wall_clock_time = 0.008s
0.98/1.02	c #decision = 28
0.98/1.02	c #random_decision = 0
0.98/1.02	c #conflict = 0
0.98/1.02	c #restart = 0
0.98/1.02	c BCD2: found a new core of size 2: cost of the new core is >=1
0.98/1.02	c lower bound updated to -971
0.98/1.02	c BCD2: 29 <= obj <= 877
0.98/1.02	c BCD2: #cores=18, #unrelaxed=944, #relaxed=56, #hardened=0
0.98/1.02	c BCD2: #sat=1 #unsat=30 bias=30/31
0.98/1.02	c Solving starts ...
0.98/1.02	c ============================[ Search Statistics ]============================
0.98/1.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.02	c =============================================================================
0.98/1.02	c  0.0s |       0 |        0 |        0 |    21362      0 |    15783 |    31577
0.98/1.03	c  0.0s |       0 |       28 |        0 |    21362      0 |    15783 |    31577
0.98/1.03	c #cpu_time = 0.008s
0.98/1.03	c #wall_clock_time = 0.008s
0.98/1.03	c #decision = 28
0.98/1.03	c #random_decision = 0
0.98/1.03	c #conflict = 0
0.98/1.03	c #restart = 0
0.98/1.03	c BCD2: found a new core of size 2: cost of the new core is >=1
0.98/1.03	c lower bound updated to -970
0.98/1.05	c BCD2: 30 <= obj <= 877
0.98/1.05	c BCD2: #cores=19, #unrelaxed=942, #relaxed=58, #hardened=0
0.98/1.05	c BCD2: #sat=1 #unsat=31 bias=31/32
0.98/1.05	c Solving starts ...
0.98/1.05	c ============================[ Search Statistics ]============================
0.98/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.05	c =============================================================================
0.98/1.05	c  0.0s |       0 |        0 |        0 |    21362      0 |    15783 |    31578
0.98/1.05	c  0.0s |       0 |       28 |        0 |    21362      0 |    15783 |    31578
0.98/1.05	c #cpu_time = 0.008s
0.98/1.05	c #wall_clock_time = 0.008s
0.98/1.05	c #decision = 28
0.98/1.05	c #random_decision = 0
0.98/1.05	c #conflict = 0
0.98/1.05	c #restart = 0
0.98/1.05	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=3
0.98/1.05	c lower bound updated to -969
0.98/1.06	c BCD2: 31 <= obj <= 877
0.98/1.06	c BCD2: #cores=19, #unrelaxed=939, #relaxed=61, #hardened=0
0.98/1.06	c BCD2: #sat=1 #unsat=32 bias=32/33
0.98/1.06	c Solving starts ...
0.98/1.06	c ============================[ Search Statistics ]============================
0.98/1.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.06	c =============================================================================
0.98/1.06	c  0.0s |       0 |        0 |        0 |    21362      0 |    15784 |    31578
0.98/1.06	c  0.0s |       0 |       26 |        0 |    21362      0 |    15784 |    31579
0.98/1.06	c #cpu_time = 0.008s
0.98/1.06	c #wall_clock_time = 0.008s
0.98/1.06	c #decision = 26
0.98/1.06	c #random_decision = 0
0.98/1.06	c #conflict = 0
0.98/1.06	c #restart = 0
0.98/1.06	c BCD2: found a new core of size 2: cost of the new core is >=1
0.98/1.06	c lower bound updated to -968
0.98/1.06	c BCD2: 32 <= obj <= 877
0.98/1.06	c BCD2: #cores=20, #unrelaxed=937, #relaxed=63, #hardened=0
0.98/1.06	c BCD2: #sat=1 #unsat=33 bias=33/34
0.98/1.07	c Solving starts ...
0.98/1.07	c ============================[ Search Statistics ]============================
0.98/1.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.07	c =============================================================================
0.98/1.07	c  0.0s |       0 |        0 |        0 |    21362      0 |    15784 |    31580
0.98/1.07	c  0.0s |       0 |       31 |        0 |    21362      0 |    15784 |    31580
0.98/1.07	c #cpu_time = 0.008s
0.98/1.07	c #wall_clock_time = 0.008s
0.98/1.07	c #decision = 31
0.98/1.07	c #random_decision = 0
0.98/1.07	c #conflict = 0
0.98/1.07	c #restart = 0
0.98/1.07	c BCD2: found a new core of size 2: cost of the new core is >=1
0.98/1.07	c lower bound updated to -967
0.98/1.08	c BCD2: 33 <= obj <= 877
0.98/1.08	c BCD2: #cores=21, #unrelaxed=935, #relaxed=65, #hardened=0
0.98/1.08	c BCD2: #sat=1 #unsat=34 bias=34/35
0.98/1.08	c Solving starts ...
0.98/1.08	c ============================[ Search Statistics ]============================
0.98/1.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.08	c =============================================================================
0.98/1.08	c  0.0s |       0 |        0 |        0 |    21362      0 |    15784 |    31581
0.98/1.08	c  0.0s |       0 |       31 |        0 |    21362      0 |    15784 |    31581
0.98/1.08	c #cpu_time = 0.008s
0.98/1.08	c #wall_clock_time = 0.008s
0.98/1.08	c #decision = 31
0.98/1.08	c #random_decision = 0
0.98/1.08	c #conflict = 0
0.98/1.08	c #restart = 0
0.98/1.08	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.98/1.08	c lower bound updated to -966
0.98/1.08	c BCD2: 34 <= obj <= 877
0.98/1.08	c BCD2: #cores=21, #unrelaxed=933, #relaxed=67, #hardened=0
0.98/1.08	c BCD2: #sat=1 #unsat=35 bias=35/36
0.98/1.08	c Solving starts ...
0.98/1.08	c ============================[ Search Statistics ]============================
0.98/1.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.08	c =============================================================================
0.98/1.08	c  0.0s |       0 |        0 |        0 |    21362      0 |    15785 |    31581
0.98/1.09	c  0.0s |       0 |       30 |        0 |    21362      0 |    15785 |    31582
0.98/1.09	c #cpu_time = 0.008s
0.98/1.09	c #wall_clock_time = 0.008s
0.98/1.09	c #decision = 30
0.98/1.09	c #random_decision = 0
0.98/1.09	c #conflict = 0
0.98/1.09	c #restart = 0
0.98/1.09	c BCD2: found a new core of size 2: cost of the new core is >=1
0.98/1.09	c lower bound updated to -965
0.98/1.09	c BCD2: 35 <= obj <= 877
0.98/1.09	c BCD2: #cores=22, #unrelaxed=931, #relaxed=69, #hardened=0
0.98/1.09	c BCD2: #sat=1 #unsat=36 bias=36/37
0.98/1.09	c Solving starts ...
0.98/1.09	c ============================[ Search Statistics ]============================
0.98/1.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.98/1.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.98/1.09	c =============================================================================
0.98/1.09	c  0.0s |       0 |        0 |        0 |    21362      0 |    15785 |    31583
0.98/1.10	c  0.0s |       0 |       30 |        0 |    21362      0 |    15785 |    31583
0.98/1.10	c #cpu_time = 0.008s
0.98/1.10	c #wall_clock_time = 0.008s
0.98/1.10	c #decision = 30
0.98/1.10	c #random_decision = 0
0.98/1.10	c #conflict = 0
0.98/1.10	c #restart = 0
0.98/1.10	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
0.98/1.10	c lower bound updated to -964
0.98/1.10	c BCD2: 36 <= obj <= 877
0.98/1.10	c BCD2: #cores=22, #unrelaxed=929, #relaxed=71, #hardened=0
0.98/1.10	c BCD2: #sat=1 #unsat=37 bias=37/38
1.09/1.10	c Solving starts ...
1.09/1.10	c ============================[ Search Statistics ]============================
1.09/1.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.10	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.10	c =============================================================================
1.09/1.10	c  0.0s |       0 |        0 |        0 |    21362      0 |    15786 |    31583
1.09/1.11	c  0.0s |       0 |       29 |        0 |    21362      0 |    15786 |    31584
1.09/1.11	c #cpu_time = 0.008s
1.09/1.11	c #wall_clock_time = 0.008s
1.09/1.11	c #decision = 29
1.09/1.11	c #random_decision = 0
1.09/1.11	c #conflict = 0
1.09/1.11	c #restart = 0
1.09/1.11	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.09/1.11	c lower bound updated to -963
1.09/1.11	c BCD2: 37 <= obj <= 877
1.09/1.11	c BCD2: #cores=22, #unrelaxed=927, #relaxed=73, #hardened=0
1.09/1.11	c BCD2: #sat=1 #unsat=38 bias=38/39
1.09/1.11	c Solving starts ...
1.09/1.11	c ============================[ Search Statistics ]============================
1.09/1.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.11	c =============================================================================
1.09/1.11	c  0.0s |       0 |        0 |        0 |    21362      0 |    15787 |    31584
1.09/1.12	c  0.0s |       0 |       29 |        0 |    21362      0 |    15787 |    31585
1.09/1.12	c #cpu_time = 0.008s
1.09/1.12	c #wall_clock_time = 0.008s
1.09/1.12	c #decision = 29
1.09/1.12	c #random_decision = 0
1.09/1.12	c #conflict = 0
1.09/1.12	c #restart = 0
1.09/1.12	c BCD2: relaxing 3 and merging with 3 cores into a new core of size 11: cost of the new core is >=5
1.09/1.12	c lower bound updated to -962
1.09/1.12	c BCD2: 38 <= obj <= 877
1.09/1.12	c BCD2: #cores=20, #unrelaxed=924, #relaxed=76, #hardened=0
1.09/1.12	c BCD2: #sat=1 #unsat=39 bias=39/40
1.09/1.12	c Solving starts ...
1.09/1.12	c ============================[ Search Statistics ]============================
1.09/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.12	c =============================================================================
1.09/1.12	c  0.0s |       0 |        0 |        0 |    21362      0 |    15790 |    31585
1.09/1.13	c  0.0s |       0 |       26 |        0 |    21362      0 |    15790 |    31588
1.09/1.13	c #cpu_time = 0.008s
1.09/1.13	c #wall_clock_time = 0.008s
1.09/1.13	c #decision = 26
1.09/1.13	c #random_decision = 0
1.09/1.13	c #conflict = 0
1.09/1.13	c #restart = 0
1.09/1.13	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.13	c lower bound updated to -961
1.09/1.13	c BCD2: 39 <= obj <= 877
1.09/1.13	c BCD2: #cores=21, #unrelaxed=922, #relaxed=78, #hardened=0
1.09/1.13	c BCD2: #sat=1 #unsat=40 bias=40/41
1.09/1.13	c Solving starts ...
1.09/1.13	c ============================[ Search Statistics ]============================
1.09/1.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.13	c =============================================================================
1.09/1.13	c  0.0s |       0 |        0 |        0 |    21362      0 |    15790 |    31589
1.09/1.14	c  0.0s |       0 |       28 |        0 |    21362      0 |    15790 |    31589
1.09/1.14	c #cpu_time = 0.008s
1.09/1.14	c #wall_clock_time = 0.008s
1.09/1.14	c #decision = 28
1.09/1.14	c #random_decision = 0
1.09/1.14	c #conflict = 0
1.09/1.14	c #restart = 0
1.09/1.14	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.09/1.14	c lower bound updated to -960
1.09/1.14	c BCD2: 40 <= obj <= 877
1.09/1.14	c BCD2: #cores=21, #unrelaxed=920, #relaxed=80, #hardened=0
1.09/1.14	c BCD2: #sat=1 #unsat=41 bias=41/42
1.09/1.14	c Solving starts ...
1.09/1.14	c ============================[ Search Statistics ]============================
1.09/1.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.14	c =============================================================================
1.09/1.14	c  0.0s |       0 |        0 |        0 |    21362      0 |    15791 |    31589
1.09/1.15	c  0.0s |       0 |       30 |        0 |    21362      0 |    15791 |    31590
1.09/1.15	c #cpu_time = 0.009s
1.09/1.15	c #wall_clock_time = 0.009s
1.09/1.15	c #decision = 30
1.09/1.15	c #random_decision = 0
1.09/1.15	c #conflict = 0
1.09/1.15	c #restart = 0
1.09/1.15	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.15	c lower bound updated to -959
1.09/1.15	c BCD2: 41 <= obj <= 877
1.09/1.15	c BCD2: #cores=22, #unrelaxed=918, #relaxed=82, #hardened=0
1.09/1.15	c BCD2: #sat=1 #unsat=42 bias=42/43
1.09/1.15	c Solving starts ...
1.09/1.15	c ============================[ Search Statistics ]============================
1.09/1.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.15	c =============================================================================
1.09/1.15	c  0.0s |       0 |        0 |        0 |    21362      0 |    15791 |    31591
1.09/1.16	c  0.0s |       0 |       30 |        0 |    21362      0 |    15791 |    31591
1.09/1.16	c #cpu_time = 0.008s
1.09/1.16	c #wall_clock_time = 0.008s
1.09/1.16	c #decision = 30
1.09/1.16	c #random_decision = 0
1.09/1.16	c #conflict = 0
1.09/1.16	c #restart = 0
1.09/1.16	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.16	c lower bound updated to -958
1.09/1.16	c BCD2: 42 <= obj <= 877
1.09/1.16	c BCD2: #cores=23, #unrelaxed=916, #relaxed=84, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=43 bias=43/44
1.09/1.16	c Solving starts ...
1.09/1.16	c ============================[ Search Statistics ]============================
1.09/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.16	c =============================================================================
1.09/1.16	c  0.0s |       0 |        0 |        0 |    21362      0 |    15791 |    31592
1.09/1.17	c  0.0s |       0 |       30 |        0 |    21362      0 |    15791 |    31592
1.09/1.17	c #cpu_time = 0.008s
1.09/1.17	c #wall_clock_time = 0.008s
1.09/1.17	c #decision = 30
1.09/1.17	c #random_decision = 0
1.09/1.17	c #conflict = 0
1.09/1.17	c #restart = 0
1.09/1.17	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.17	c lower bound updated to -957
1.09/1.17	c BCD2: 43 <= obj <= 877
1.09/1.17	c BCD2: #cores=24, #unrelaxed=914, #relaxed=86, #hardened=0
1.09/1.17	c BCD2: #sat=1 #unsat=44 bias=44/45
1.09/1.17	c Solving starts ...
1.09/1.17	c ============================[ Search Statistics ]============================
1.09/1.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.17	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.17	c =============================================================================
1.09/1.17	c  0.0s |       0 |        0 |        0 |    21362      0 |    15791 |    31593
1.09/1.18	c  0.0s |       0 |       30 |        0 |    21362      0 |    15791 |    31593
1.09/1.18	c #cpu_time = 0.008s
1.09/1.18	c #wall_clock_time = 0.008s
1.09/1.18	c #decision = 30
1.09/1.18	c #random_decision = 0
1.09/1.18	c #conflict = 0
1.09/1.18	c #restart = 0
1.09/1.18	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.09/1.18	c lower bound updated to -956
1.09/1.18	c BCD2: 44 <= obj <= 877
1.09/1.18	c BCD2: #cores=24, #unrelaxed=912, #relaxed=88, #hardened=0
1.09/1.18	c BCD2: #sat=1 #unsat=45 bias=45/46
1.09/1.18	c Solving starts ...
1.09/1.18	c ============================[ Search Statistics ]============================
1.09/1.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.18	c =============================================================================
1.09/1.18	c  0.0s |       0 |        0 |        0 |    21362      0 |    15792 |    31593
1.09/1.19	c  0.0s |       0 |       30 |        0 |    21362      0 |    15792 |    31594
1.09/1.19	c #cpu_time = 0.008s
1.09/1.19	c #wall_clock_time = 0.008s
1.09/1.19	c #decision = 30
1.09/1.19	c #random_decision = 0
1.09/1.19	c #conflict = 0
1.09/1.19	c #restart = 0
1.09/1.19	c BCD2: relaxing 3 and merging with 4 cores into a new core of size 15: cost of the new core is >=7
1.09/1.19	c lower bound updated to -955
1.09/1.19	c BCD2: 45 <= obj <= 877
1.09/1.19	c BCD2: #cores=21, #unrelaxed=909, #relaxed=91, #hardened=0
1.09/1.19	c BCD2: #sat=1 #unsat=46 bias=46/47
1.09/1.19	c Solving starts ...
1.09/1.19	c ============================[ Search Statistics ]============================
1.09/1.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.19	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.19	c =============================================================================
1.09/1.19	c  0.0s |       0 |        0 |        0 |    21362      0 |    15796 |    31594
1.09/1.20	c  0.0s |       0 |       26 |        0 |    21362      0 |    15796 |    31598
1.09/1.20	c #cpu_time = 0.008s
1.09/1.20	c #wall_clock_time = 0.008s
1.09/1.20	c #decision = 26
1.09/1.20	c #random_decision = 0
1.09/1.20	c #conflict = 0
1.09/1.20	c #restart = 0
1.09/1.20	c BCD2: found a new core of size 2: cost of the new core is >=1
1.09/1.20	c lower bound updated to -954
1.09/1.20	c BCD2: 46 <= obj <= 877
1.09/1.20	c BCD2: #cores=22, #unrelaxed=907, #relaxed=93, #hardened=0
1.09/1.20	c BCD2: #sat=1 #unsat=47 bias=47/48
1.09/1.20	c Solving starts ...
1.09/1.20	c ============================[ Search Statistics ]============================
1.09/1.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.20	c =============================================================================
1.09/1.20	c  0.0s |       0 |        0 |        0 |    21362      0 |    15796 |    31599
1.20/1.21	c  0.0s |       0 |       27 |        0 |    21362      0 |    15796 |    31599
1.20/1.21	c #cpu_time = 0.008s
1.20/1.21	c #wall_clock_time = 0.008s
1.20/1.21	c #decision = 27
1.20/1.21	c #random_decision = 0
1.20/1.21	c #conflict = 0
1.20/1.21	c #restart = 0
1.20/1.21	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.21	c lower bound updated to -953
1.20/1.21	c BCD2: 47 <= obj <= 877
1.20/1.21	c BCD2: #cores=23, #unrelaxed=905, #relaxed=95, #hardened=0
1.20/1.21	c BCD2: #sat=1 #unsat=48 bias=48/49
1.20/1.21	c Solving starts ...
1.20/1.21	c ============================[ Search Statistics ]============================
1.20/1.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.21	c =============================================================================
1.20/1.21	c  0.0s |       0 |        0 |        0 |    21362      0 |    15796 |    31600
1.20/1.22	c  0.0s |       0 |       28 |        0 |    21362      0 |    15796 |    31600
1.20/1.22	c #cpu_time = 0.008s
1.20/1.22	c #wall_clock_time = 0.008s
1.20/1.22	c #decision = 28
1.20/1.22	c #random_decision = 0
1.20/1.22	c #conflict = 0
1.20/1.22	c #restart = 0
1.20/1.22	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.22	c lower bound updated to -952
1.20/1.22	c BCD2: 48 <= obj <= 877
1.20/1.22	c BCD2: #cores=24, #unrelaxed=903, #relaxed=97, #hardened=0
1.20/1.22	c BCD2: #sat=1 #unsat=49 bias=49/50
1.20/1.22	c Solving starts ...
1.20/1.22	c ============================[ Search Statistics ]============================
1.20/1.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.22	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.22	c =============================================================================
1.20/1.22	c  0.0s |       0 |        0 |        0 |    21362      0 |    15796 |    31601
1.20/1.23	c  0.0s |       0 |       28 |        0 |    21362      0 |    15796 |    31601
1.20/1.23	c #cpu_time = 0.008s
1.20/1.23	c #wall_clock_time = 0.008s
1.20/1.23	c #decision = 28
1.20/1.23	c #random_decision = 0
1.20/1.23	c #conflict = 0
1.20/1.23	c #restart = 0
1.20/1.23	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.23	c lower bound updated to -951
1.20/1.23	c BCD2: 49 <= obj <= 877
1.20/1.23	c BCD2: #cores=25, #unrelaxed=901, #relaxed=99, #hardened=0
1.20/1.23	c BCD2: #sat=1 #unsat=50 bias=50/51
1.20/1.23	c Solving starts ...
1.20/1.23	c ============================[ Search Statistics ]============================
1.20/1.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.23	c =============================================================================
1.20/1.23	c  0.0s |       0 |        0 |        0 |    21362      0 |    15796 |    31602
1.20/1.24	c  0.0s |       0 |       28 |        0 |    21362      0 |    15796 |    31602
1.20/1.24	c #cpu_time = 0.008s
1.20/1.24	c #wall_clock_time = 0.008s
1.20/1.24	c #decision = 28
1.20/1.24	c #random_decision = 0
1.20/1.24	c #conflict = 0
1.20/1.24	c #restart = 0
1.20/1.24	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.20/1.24	c lower bound updated to -950
1.20/1.24	c BCD2: 50 <= obj <= 877
1.20/1.24	c BCD2: #cores=25, #unrelaxed=899, #relaxed=101, #hardened=0
1.20/1.24	c BCD2: #sat=1 #unsat=51 bias=51/52
1.20/1.24	c Solving starts ...
1.20/1.24	c ============================[ Search Statistics ]============================
1.20/1.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.24	c =============================================================================
1.20/1.24	c  0.0s |       0 |        0 |        0 |    21362      0 |    15797 |    31602
1.20/1.25	c  0.0s |       0 |       28 |        0 |    21362      0 |    15797 |    31603
1.20/1.25	c #cpu_time = 0.008s
1.20/1.25	c #wall_clock_time = 0.008s
1.20/1.25	c #decision = 28
1.20/1.25	c #random_decision = 0
1.20/1.25	c #conflict = 0
1.20/1.25	c #restart = 0
1.20/1.25	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.25	c lower bound updated to -949
1.20/1.25	c BCD2: 51 <= obj <= 877
1.20/1.25	c BCD2: #cores=26, #unrelaxed=897, #relaxed=103, #hardened=0
1.20/1.25	c BCD2: #sat=1 #unsat=52 bias=52/53
1.20/1.25	c Solving starts ...
1.20/1.25	c ============================[ Search Statistics ]============================
1.20/1.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.25	c =============================================================================
1.20/1.25	c  0.0s |       0 |        0 |        0 |    21362      0 |    15797 |    31604
1.20/1.25	c  0.0s |       0 |       30 |        0 |    21362      0 |    15797 |    31604
1.20/1.25	c #cpu_time = 0.008s
1.20/1.25	c #wall_clock_time = 0.008s
1.20/1.25	c #decision = 30
1.20/1.25	c #random_decision = 0
1.20/1.25	c #conflict = 0
1.20/1.25	c #restart = 0
1.20/1.25	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.25	c lower bound updated to -948
1.20/1.26	c BCD2: 52 <= obj <= 877
1.20/1.26	c BCD2: #cores=27, #unrelaxed=895, #relaxed=105, #hardened=0
1.20/1.26	c BCD2: #sat=1 #unsat=53 bias=53/54
1.20/1.26	c Solving starts ...
1.20/1.26	c ============================[ Search Statistics ]============================
1.20/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.26	c =============================================================================
1.20/1.26	c  0.0s |       0 |        0 |        0 |    21362      0 |    15797 |    31605
1.20/1.26	c  0.0s |       0 |       33 |        0 |    21362      0 |    15797 |    31605
1.20/1.26	c #cpu_time = 0.008s
1.20/1.26	c #wall_clock_time = 0.008s
1.20/1.26	c #decision = 33
1.20/1.26	c #random_decision = 0
1.20/1.26	c #conflict = 0
1.20/1.26	c #restart = 0
1.20/1.26	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 9: cost of the new core is >=4
1.20/1.26	c lower bound updated to -947
1.20/1.26	c BCD2: 53 <= obj <= 877
1.20/1.26	c BCD2: #cores=26, #unrelaxed=892, #relaxed=108, #hardened=0
1.20/1.26	c BCD2: #sat=1 #unsat=54 bias=54/55
1.20/1.26	c Solving starts ...
1.20/1.26	c ============================[ Search Statistics ]============================
1.20/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.26	c =============================================================================
1.20/1.26	c  0.0s |       0 |        0 |        0 |    21362      0 |    15799 |    31605
1.20/1.27	c  0.0s |       0 |       31 |        0 |    21362      0 |    15799 |    31607
1.20/1.27	c #cpu_time = 0.008s
1.20/1.27	c #wall_clock_time = 0.008s
1.20/1.27	c #decision = 31
1.20/1.27	c #random_decision = 0
1.20/1.27	c #conflict = 0
1.20/1.27	c #restart = 0
1.20/1.27	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.27	c lower bound updated to -946
1.20/1.27	c BCD2: 54 <= obj <= 877
1.20/1.27	c BCD2: #cores=27, #unrelaxed=890, #relaxed=110, #hardened=0
1.20/1.27	c BCD2: #sat=1 #unsat=55 bias=55/56
1.20/1.27	c Solving starts ...
1.20/1.27	c ============================[ Search Statistics ]============================
1.20/1.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.27	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.27	c =============================================================================
1.20/1.27	c  0.0s |       0 |        0 |        0 |    21362      0 |    15799 |    31608
1.20/1.28	c  0.0s |       0 |       31 |        0 |    21362      0 |    15799 |    31608
1.20/1.28	c #cpu_time = 0.008s
1.20/1.28	c #wall_clock_time = 0.008s
1.20/1.28	c #decision = 31
1.20/1.28	c #random_decision = 0
1.20/1.28	c #conflict = 0
1.20/1.28	c #restart = 0
1.20/1.28	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.20/1.28	c lower bound updated to -945
1.20/1.28	c BCD2: 55 <= obj <= 877
1.20/1.28	c BCD2: #cores=27, #unrelaxed=888, #relaxed=112, #hardened=0
1.20/1.28	c BCD2: #sat=1 #unsat=56 bias=56/57
1.20/1.28	c Solving starts ...
1.20/1.28	c ============================[ Search Statistics ]============================
1.20/1.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.28	c =============================================================================
1.20/1.28	c  0.0s |       0 |        0 |        0 |    21362      0 |    15800 |    31608
1.20/1.29	c  0.0s |       0 |       30 |        0 |    21362      0 |    15800 |    31609
1.20/1.29	c #cpu_time = 0.008s
1.20/1.29	c #wall_clock_time = 0.008s
1.20/1.29	c #decision = 30
1.20/1.29	c #random_decision = 0
1.20/1.29	c #conflict = 0
1.20/1.29	c #restart = 0
1.20/1.29	c BCD2: found a new core of size 2: cost of the new core is >=1
1.20/1.29	c lower bound updated to -944
1.20/1.29	c BCD2: 56 <= obj <= 877
1.20/1.29	c BCD2: #cores=28, #unrelaxed=886, #relaxed=114, #hardened=0
1.20/1.29	c BCD2: #sat=1 #unsat=57 bias=57/58
1.20/1.29	c Solving starts ...
1.20/1.29	c ============================[ Search Statistics ]============================
1.20/1.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.29	c =============================================================================
1.20/1.29	c  0.0s |       0 |        0 |        0 |    21362      0 |    15800 |    31610
1.29/1.30	c  0.0s |       0 |       30 |        0 |    21362      0 |    15800 |    31610
1.29/1.30	c #cpu_time = 0.008s
1.29/1.30	c #wall_clock_time = 0.008s
1.29/1.30	c #decision = 30
1.29/1.30	c #random_decision = 0
1.29/1.30	c #conflict = 0
1.29/1.30	c #restart = 0
1.29/1.30	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.29/1.30	c lower bound updated to -943
1.29/1.30	c BCD2: 57 <= obj <= 877
1.29/1.30	c BCD2: #cores=28, #unrelaxed=884, #relaxed=116, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=58 bias=58/59
1.29/1.30	c Solving starts ...
1.29/1.30	c ============================[ Search Statistics ]============================
1.29/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.30	c =============================================================================
1.29/1.30	c  0.0s |       0 |        0 |        0 |    21362      0 |    15801 |    31610
1.29/1.31	c  0.0s |       0 |       34 |        0 |    21362      0 |    15801 |    31611
1.29/1.31	c #cpu_time = 0.009s
1.29/1.31	c #wall_clock_time = 0.009s
1.29/1.31	c #decision = 34
1.29/1.31	c #random_decision = 0
1.29/1.31	c #conflict = 0
1.29/1.31	c #restart = 0
1.29/1.31	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.29/1.31	c lower bound updated to -942
1.29/1.31	c BCD2: 58 <= obj <= 877
1.29/1.31	c BCD2: #cores=27, #unrelaxed=882, #relaxed=118, #hardened=0
1.29/1.31	c BCD2: #sat=1 #unsat=59 bias=59/60
1.29/1.31	c Solving starts ...
1.29/1.31	c ============================[ Search Statistics ]============================
1.29/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.31	c =============================================================================
1.29/1.31	c  0.0s |       0 |        0 |        0 |    21362      0 |    15803 |    31611
1.29/1.32	c  0.0s |       0 |       34 |        0 |    21362      0 |    15803 |    31613
1.29/1.32	c #cpu_time = 0.009s
1.29/1.32	c #wall_clock_time = 0.009s
1.29/1.32	c #decision = 34
1.29/1.32	c #random_decision = 0
1.29/1.32	c #conflict = 0
1.29/1.32	c #restart = 0
1.29/1.32	c BCD2: relaxing 5 and merging with 3 cores into a new core of size 15: cost of the new core is >=6
1.29/1.32	c lower bound updated to -941
1.29/1.32	c BCD2: 59 <= obj <= 877
1.29/1.32	c BCD2: #cores=25, #unrelaxed=877, #relaxed=123, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=60 bias=60/61
1.29/1.32	c Solving starts ...
1.29/1.32	c ============================[ Search Statistics ]============================
1.29/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.32	c =============================================================================
1.29/1.32	c  0.0s |       0 |        0 |        0 |    21362      0 |    15806 |    31613
1.29/1.33	c  0.0s |       0 |       30 |        0 |    21362      0 |    15806 |    31616
1.29/1.33	c #cpu_time = 0.009s
1.29/1.33	c #wall_clock_time = 0.009s
1.29/1.33	c #decision = 30
1.29/1.33	c #random_decision = 0
1.29/1.33	c #conflict = 0
1.29/1.33	c #restart = 0
1.29/1.33	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.33	c lower bound updated to -940
1.29/1.33	c BCD2: 60 <= obj <= 877
1.29/1.33	c BCD2: #cores=26, #unrelaxed=875, #relaxed=125, #hardened=0
1.29/1.33	c BCD2: #sat=1 #unsat=61 bias=61/62
1.29/1.33	c Solving starts ...
1.29/1.33	c ============================[ Search Statistics ]============================
1.29/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.33	c =============================================================================
1.29/1.33	c  0.0s |       0 |        0 |        0 |    21362      0 |    15806 |    31617
1.29/1.34	c  0.0s |       0 |       33 |        0 |    21362      0 |    15806 |    31617
1.29/1.34	c #cpu_time = 0.008s
1.29/1.34	c #wall_clock_time = 0.009s
1.29/1.34	c #decision = 33
1.29/1.34	c #random_decision = 0
1.29/1.34	c #conflict = 0
1.29/1.34	c #restart = 0
1.29/1.34	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.29/1.34	c lower bound updated to -939
1.29/1.34	c BCD2: 61 <= obj <= 877
1.29/1.34	c BCD2: #cores=26, #unrelaxed=873, #relaxed=127, #hardened=0
1.29/1.34	c BCD2: #sat=1 #unsat=62 bias=62/63
1.29/1.34	c Solving starts ...
1.29/1.34	c ============================[ Search Statistics ]============================
1.29/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.34	c =============================================================================
1.29/1.34	c  0.0s |       0 |        0 |        0 |    21362      0 |    15807 |    31617
1.29/1.35	c  0.0s |       0 |       32 |        0 |    21362      0 |    15807 |    31618
1.29/1.35	c #cpu_time = 0.009s
1.29/1.35	c #wall_clock_time = 0.009s
1.29/1.35	c #decision = 32
1.29/1.35	c #random_decision = 0
1.29/1.35	c #conflict = 0
1.29/1.35	c #restart = 0
1.29/1.35	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
1.29/1.35	c lower bound updated to -938
1.29/1.35	c BCD2: 62 <= obj <= 877
1.29/1.35	c BCD2: #cores=24, #unrelaxed=871, #relaxed=129, #hardened=0
1.29/1.35	c BCD2: #sat=1 #unsat=63 bias=63/64
1.29/1.35	c Solving starts ...
1.29/1.35	c ============================[ Search Statistics ]============================
1.29/1.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.35	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.35	c =============================================================================
1.29/1.35	c  0.0s |       0 |        0 |        0 |    21362      0 |    15810 |    31618
1.29/1.36	c  0.0s |       0 |       31 |        0 |    21362      0 |    15810 |    31621
1.29/1.36	c #cpu_time = 0.008s
1.29/1.36	c #wall_clock_time = 0.008s
1.29/1.36	c #decision = 31
1.29/1.36	c #random_decision = 0
1.29/1.36	c #conflict = 0
1.29/1.36	c #restart = 0
1.29/1.36	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.36	c lower bound updated to -937
1.29/1.36	c BCD2: 63 <= obj <= 877
1.29/1.36	c BCD2: #cores=25, #unrelaxed=869, #relaxed=131, #hardened=0
1.29/1.36	c BCD2: #sat=1 #unsat=64 bias=64/65
1.29/1.36	c Solving starts ...
1.29/1.36	c ============================[ Search Statistics ]============================
1.29/1.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.36	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.36	c =============================================================================
1.29/1.36	c  0.0s |       0 |        0 |        0 |    21362      0 |    15810 |    31622
1.29/1.37	c  0.0s |       0 |       33 |        0 |    21362      0 |    15810 |    31622
1.29/1.37	c #cpu_time = 0.008s
1.29/1.37	c #wall_clock_time = 0.008s
1.29/1.37	c #decision = 33
1.29/1.37	c #random_decision = 0
1.29/1.37	c #conflict = 0
1.29/1.37	c #restart = 0
1.29/1.37	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=4
1.29/1.37	c lower bound updated to -936
1.29/1.37	c BCD2: 64 <= obj <= 877
1.29/1.37	c BCD2: #cores=24, #unrelaxed=865, #relaxed=135, #hardened=0
1.29/1.37	c BCD2: #sat=1 #unsat=65 bias=65/66
1.29/1.37	c Solving starts ...
1.29/1.37	c ============================[ Search Statistics ]============================
1.29/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.37	c =============================================================================
1.29/1.37	c  0.0s |       0 |        0 |        0 |    21362      0 |    15812 |    31622
1.29/1.38	c  0.0s |       0 |       29 |        0 |    21362      0 |    15812 |    31624
1.29/1.38	c #cpu_time = 0.008s
1.29/1.38	c #wall_clock_time = 0.008s
1.29/1.38	c #decision = 29
1.29/1.38	c #random_decision = 0
1.29/1.38	c #conflict = 0
1.29/1.38	c #restart = 0
1.29/1.38	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.38	c lower bound updated to -935
1.29/1.38	c BCD2: 65 <= obj <= 877
1.29/1.38	c BCD2: #cores=25, #unrelaxed=863, #relaxed=137, #hardened=0
1.29/1.38	c BCD2: #sat=1 #unsat=66 bias=66/67
1.29/1.38	c Solving starts ...
1.29/1.38	c ============================[ Search Statistics ]============================
1.29/1.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.38	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.38	c =============================================================================
1.29/1.38	c  0.0s |       0 |        0 |        0 |    21362      0 |    15812 |    31625
1.29/1.39	c  0.0s |       0 |       33 |        0 |    21362      0 |    15812 |    31625
1.29/1.39	c #cpu_time = 0.008s
1.29/1.39	c #wall_clock_time = 0.008s
1.29/1.39	c #decision = 33
1.29/1.39	c #random_decision = 0
1.29/1.39	c #conflict = 0
1.29/1.39	c #restart = 0
1.29/1.39	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.29/1.39	c lower bound updated to -934
1.29/1.39	c BCD2: 66 <= obj <= 877
1.29/1.39	c BCD2: #cores=25, #unrelaxed=861, #relaxed=139, #hardened=0
1.29/1.39	c BCD2: #sat=1 #unsat=67 bias=67/68
1.29/1.39	c Solving starts ...
1.29/1.39	c ============================[ Search Statistics ]============================
1.29/1.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.39	c =============================================================================
1.29/1.39	c  0.0s |       0 |        0 |        0 |    21362      0 |    15813 |    31625
1.29/1.40	c  0.0s |       0 |       34 |        0 |    21362      0 |    15813 |    31626
1.29/1.40	c #cpu_time = 0.008s
1.29/1.40	c #wall_clock_time = 0.008s
1.29/1.40	c #decision = 34
1.29/1.40	c #random_decision = 0
1.29/1.40	c #conflict = 0
1.29/1.40	c #restart = 0
1.29/1.40	c BCD2: found a new core of size 2: cost of the new core is >=1
1.29/1.40	c lower bound updated to -933
1.39/1.40	c BCD2: 67 <= obj <= 877
1.39/1.40	c BCD2: #cores=26, #unrelaxed=859, #relaxed=141, #hardened=0
1.39/1.40	c BCD2: #sat=1 #unsat=68 bias=68/69
1.39/1.40	c Solving starts ...
1.39/1.40	c ============================[ Search Statistics ]============================
1.39/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.40	c =============================================================================
1.39/1.40	c  0.0s |       0 |        0 |        0 |    21362      0 |    15813 |    31627
1.39/1.41	c  0.0s |       0 |       35 |        0 |    21362      0 |    15813 |    31627
1.39/1.41	c #cpu_time = 0.008s
1.39/1.41	c #wall_clock_time = 0.008s
1.39/1.41	c #decision = 35
1.39/1.41	c #random_decision = 0
1.39/1.41	c #conflict = 0
1.39/1.41	c #restart = 0
1.39/1.41	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.39/1.41	c lower bound updated to -932
1.39/1.41	c BCD2: 68 <= obj <= 877
1.39/1.41	c BCD2: #cores=26, #unrelaxed=857, #relaxed=143, #hardened=0
1.39/1.41	c BCD2: #sat=1 #unsat=69 bias=69/70
1.39/1.41	c Solving starts ...
1.39/1.41	c ============================[ Search Statistics ]============================
1.39/1.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.41	c =============================================================================
1.39/1.41	c  0.0s |       0 |        0 |        0 |    21362      0 |    15814 |    31627
1.39/1.42	c  0.0s |       0 |       41 |        0 |    21362      0 |    15814 |    31628
1.39/1.42	c #cpu_time = 0.008s
1.39/1.42	c #wall_clock_time = 0.008s
1.39/1.42	c #decision = 41
1.39/1.42	c #random_decision = 0
1.39/1.42	c #conflict = 0
1.39/1.42	c #restart = 0
1.39/1.42	c BCD2: found a new core of size 2: cost of the new core is >=1
1.39/1.42	c lower bound updated to -931
1.39/1.42	c BCD2: 69 <= obj <= 877
1.39/1.42	c BCD2: #cores=27, #unrelaxed=855, #relaxed=145, #hardened=0
1.39/1.42	c BCD2: #sat=1 #unsat=70 bias=70/71
1.39/1.42	c Solving starts ...
1.39/1.42	c ============================[ Search Statistics ]============================
1.39/1.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.42	c =============================================================================
1.39/1.42	c  0.0s |       0 |        0 |        0 |    21362      0 |    15814 |    31629
1.39/1.43	c  0.0s |       0 |       42 |        0 |    21362      0 |    15814 |    31629
1.39/1.43	c #cpu_time = 0.008s
1.39/1.43	c #wall_clock_time = 0.008s
1.39/1.43	c #decision = 42
1.39/1.43	c #random_decision = 0
1.39/1.43	c #conflict = 0
1.39/1.43	c #restart = 0
1.39/1.43	c BCD2: found a new core of size 2: cost of the new core is >=1
1.39/1.43	c lower bound updated to -930
1.39/1.43	c BCD2: 70 <= obj <= 877
1.39/1.43	c BCD2: #cores=28, #unrelaxed=853, #relaxed=147, #hardened=0
1.39/1.43	c BCD2: #sat=1 #unsat=71 bias=71/72
1.39/1.43	c Solving starts ...
1.39/1.43	c ============================[ Search Statistics ]============================
1.39/1.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.43	c =============================================================================
1.39/1.43	c  0.0s |       0 |        0 |        0 |    21362      0 |    15814 |    31630
1.39/1.44	c  0.0s |       0 |       42 |        0 |    21362      0 |    15814 |    31630
1.39/1.44	c #cpu_time = 0.008s
1.39/1.44	c #wall_clock_time = 0.008s
1.39/1.44	c #decision = 42
1.39/1.44	c #random_decision = 0
1.39/1.44	c #conflict = 0
1.39/1.44	c #restart = 0
1.39/1.44	c BCD2: found a new core of size 2: cost of the new core is >=1
1.39/1.44	c lower bound updated to -929
1.39/1.44	c BCD2: 71 <= obj <= 877
1.39/1.44	c BCD2: #cores=29, #unrelaxed=851, #relaxed=149, #hardened=0
1.39/1.44	c BCD2: #sat=1 #unsat=72 bias=72/73
1.39/1.44	c Solving starts ...
1.39/1.44	c ============================[ Search Statistics ]============================
1.39/1.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.44	c =============================================================================
1.39/1.44	c  0.0s |       0 |        0 |        0 |    21362      0 |    15814 |    31631
1.39/1.45	c  0.0s |       0 |       42 |        0 |    21362      0 |    15814 |    31631
1.39/1.45	c #cpu_time = 0.008s
1.39/1.45	c #wall_clock_time = 0.008s
1.39/1.45	c #decision = 42
1.39/1.45	c #random_decision = 0
1.39/1.45	c #conflict = 0
1.39/1.45	c #restart = 0
1.39/1.45	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.39/1.45	c lower bound updated to -928
1.39/1.45	c BCD2: 72 <= obj <= 877
1.39/1.45	c BCD2: #cores=29, #unrelaxed=849, #relaxed=151, #hardened=0
1.39/1.45	c BCD2: #sat=1 #unsat=73 bias=73/74
1.39/1.45	c Solving starts ...
1.39/1.45	c ============================[ Search Statistics ]============================
1.39/1.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.45	c =============================================================================
1.39/1.45	c  0.0s |       0 |        0 |        0 |    21362      0 |    15815 |    31631
1.39/1.45	c  0.0s |       0 |       41 |        0 |    21362      0 |    15815 |    31632
1.39/1.45	c #cpu_time = 0.008s
1.39/1.45	c #wall_clock_time = 0.008s
1.39/1.45	c #decision = 41
1.39/1.45	c #random_decision = 0
1.39/1.45	c #conflict = 0
1.39/1.45	c #restart = 0
1.39/1.45	c BCD2: found a new core of size 2: cost of the new core is >=1
1.39/1.45	c lower bound updated to -927
1.39/1.46	c BCD2: 73 <= obj <= 877
1.39/1.46	c BCD2: #cores=30, #unrelaxed=847, #relaxed=153, #hardened=0
1.39/1.46	c BCD2: #sat=1 #unsat=74 bias=74/75
1.39/1.46	c Solving starts ...
1.39/1.46	c ============================[ Search Statistics ]============================
1.39/1.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.46	c =============================================================================
1.39/1.46	c  0.0s |       0 |        0 |        0 |    21362      0 |    15815 |    31633
1.39/1.46	c  0.0s |       0 |       41 |        0 |    21362      0 |    15815 |    31633
1.39/1.46	c #cpu_time = 0.008s
1.39/1.46	c #wall_clock_time = 0.008s
1.39/1.46	c #decision = 41
1.39/1.46	c #random_decision = 0
1.39/1.46	c #conflict = 0
1.39/1.46	c #restart = 0
1.39/1.46	c BCD2: found a new core of size 2: cost of the new core is >=1
1.39/1.46	c lower bound updated to -926
1.39/1.47	c BCD2: 74 <= obj <= 877
1.39/1.47	c BCD2: #cores=31, #unrelaxed=845, #relaxed=155, #hardened=0
1.39/1.47	c BCD2: #sat=1 #unsat=75 bias=75/76
1.39/1.47	c Solving starts ...
1.39/1.47	c ============================[ Search Statistics ]============================
1.39/1.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.47	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.47	c =============================================================================
1.39/1.47	c  0.0s |       0 |        0 |        0 |    21362      0 |    15815 |    31634
1.39/1.47	c  0.0s |       0 |       42 |        0 |    21362      0 |    15815 |    31634
1.39/1.47	c #cpu_time = 0.008s
1.39/1.47	c #wall_clock_time = 0.008s
1.39/1.47	c #decision = 42
1.39/1.47	c #random_decision = 0
1.39/1.47	c #conflict = 0
1.39/1.47	c #restart = 0
1.39/1.47	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.39/1.47	c lower bound updated to -925
1.39/1.47	c BCD2: 75 <= obj <= 877
1.39/1.47	c BCD2: #cores=31, #unrelaxed=843, #relaxed=157, #hardened=0
1.39/1.47	c BCD2: #sat=1 #unsat=76 bias=76/77
1.39/1.47	c Solving starts ...
1.39/1.47	c ============================[ Search Statistics ]============================
1.39/1.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.47	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.47	c =============================================================================
1.39/1.47	c  0.0s |       0 |        0 |        0 |    21362      0 |    15816 |    31634
1.39/1.48	c  0.0s |       0 |       42 |        0 |    21362      0 |    15816 |    31635
1.39/1.48	c #cpu_time = 0.008s
1.39/1.48	c #wall_clock_time = 0.008s
1.39/1.48	c #decision = 42
1.39/1.48	c #random_decision = 0
1.39/1.48	c #conflict = 0
1.39/1.48	c #restart = 0
1.39/1.48	c BCD2: found a new core of size 2: cost of the new core is >=1
1.39/1.48	c lower bound updated to -924
1.39/1.48	c BCD2: 76 <= obj <= 877
1.39/1.48	c BCD2: #cores=32, #unrelaxed=841, #relaxed=159, #hardened=0
1.39/1.48	c BCD2: #sat=1 #unsat=77 bias=77/78
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |    21362      0 |    15816 |    31636
1.39/1.49	c  0.0s |       0 |       42 |        0 |    21362      0 |    15816 |    31636
1.39/1.49	c #cpu_time = 0.008s
1.39/1.49	c #wall_clock_time = 0.008s
1.39/1.49	c #decision = 42
1.39/1.49	c #random_decision = 0
1.39/1.49	c #conflict = 0
1.39/1.49	c #restart = 0
1.39/1.49	c BCD2: found a new core of size 2: cost of the new core is >=1
1.39/1.49	c lower bound updated to -923
1.39/1.49	c BCD2: 77 <= obj <= 877
1.39/1.49	c BCD2: #cores=33, #unrelaxed=839, #relaxed=161, #hardened=0
1.39/1.49	c BCD2: #sat=1 #unsat=78 bias=78/79
1.39/1.49	c Solving starts ...
1.39/1.49	c ============================[ Search Statistics ]============================
1.39/1.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.49	c =============================================================================
1.39/1.49	c  0.0s |       0 |        0 |        0 |    21362      0 |    15816 |    31637
1.49/1.50	c  0.0s |       0 |       43 |        0 |    21362      0 |    15816 |    31637
1.49/1.50	c #cpu_time = 0.008s
1.49/1.50	c #wall_clock_time = 0.008s
1.49/1.50	c #decision = 43
1.49/1.50	c #random_decision = 0
1.49/1.50	c #conflict = 0
1.49/1.50	c #restart = 0
1.49/1.50	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.49/1.50	c lower bound updated to -922
1.49/1.50	c BCD2: 78 <= obj <= 877
1.49/1.50	c BCD2: #cores=33, #unrelaxed=837, #relaxed=163, #hardened=0
1.49/1.50	c BCD2: #sat=1 #unsat=79 bias=79/80
1.49/1.50	c Solving starts ...
1.49/1.50	c ============================[ Search Statistics ]============================
1.49/1.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.50	c =============================================================================
1.49/1.50	c  0.0s |       0 |        0 |        0 |    21362      0 |    15817 |    31637
1.49/1.51	c  0.0s |       0 |       46 |        1 |    21362      0 |    15817 |    31638
1.49/1.51	c #cpu_time = 0.009s
1.49/1.51	c #wall_clock_time = 0.009s
1.49/1.51	c #decision = 46
1.49/1.51	c #random_decision = 0
1.49/1.51	c #conflict = 1
1.49/1.51	c #restart = 0
1.49/1.51	c BCD2: relaxing 7 and merging with 8 cores into a new core of size 29: cost of the new core is >=12
1.49/1.51	c lower bound updated to -921
1.49/1.51	c BCD2: 79 <= obj <= 877
1.49/1.51	c BCD2: #cores=26, #unrelaxed=830, #relaxed=170, #hardened=0
1.49/1.51	c BCD2: #sat=1 #unsat=80 bias=80/81
1.49/1.51	c Solving starts ...
1.49/1.51	c ============================[ Search Statistics ]============================
1.49/1.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.51	c =============================================================================
1.49/1.51	c  0.0s |       0 |        0 |        0 |    21362      0 |    15825 |    31638
1.49/1.52	c  0.0s |       0 |       32 |        0 |    21362      0 |    15825 |    31646
1.49/1.52	c #cpu_time = 0.008s
1.49/1.52	c #wall_clock_time = 0.008s
1.49/1.52	c #decision = 32
1.49/1.52	c #random_decision = 0
1.49/1.52	c #conflict = 0
1.49/1.52	c #restart = 0
1.49/1.52	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.52	c lower bound updated to -920
1.49/1.52	c BCD2: 80 <= obj <= 877
1.49/1.52	c BCD2: #cores=27, #unrelaxed=828, #relaxed=172, #hardened=0
1.49/1.52	c BCD2: #sat=1 #unsat=81 bias=81/82
1.49/1.52	c Solving starts ...
1.49/1.52	c ============================[ Search Statistics ]============================
1.49/1.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.52	c =============================================================================
1.49/1.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    15825 |    31647
1.49/1.53	c  0.0s |       0 |       36 |        0 |    21362      0 |    15825 |    31647
1.49/1.53	c #cpu_time = 0.008s
1.49/1.53	c #wall_clock_time = 0.008s
1.49/1.53	c #decision = 36
1.49/1.53	c #random_decision = 0
1.49/1.53	c #conflict = 0
1.49/1.53	c #restart = 0
1.49/1.53	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.53	c lower bound updated to -919
1.49/1.53	c BCD2: 81 <= obj <= 877
1.49/1.53	c BCD2: #cores=28, #unrelaxed=826, #relaxed=174, #hardened=0
1.49/1.53	c BCD2: #sat=1 #unsat=82 bias=82/83
1.49/1.53	c Solving starts ...
1.49/1.53	c ============================[ Search Statistics ]============================
1.49/1.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.53	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.53	c =============================================================================
1.49/1.53	c  0.0s |       0 |        0 |        0 |    21362      0 |    15825 |    31648
1.49/1.54	c  0.0s |       0 |       36 |        0 |    21362      0 |    15825 |    31648
1.49/1.54	c #cpu_time = 0.008s
1.49/1.54	c #wall_clock_time = 0.008s
1.49/1.54	c #decision = 36
1.49/1.54	c #random_decision = 0
1.49/1.54	c #conflict = 0
1.49/1.54	c #restart = 0
1.49/1.54	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.54	c lower bound updated to -918
1.49/1.54	c BCD2: 82 <= obj <= 877
1.49/1.54	c BCD2: #cores=29, #unrelaxed=824, #relaxed=176, #hardened=0
1.49/1.54	c BCD2: #sat=1 #unsat=83 bias=83/84
1.49/1.54	c Solving starts ...
1.49/1.54	c ============================[ Search Statistics ]============================
1.49/1.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.54	c =============================================================================
1.49/1.54	c  0.0s |       0 |        0 |        0 |    21362      0 |    15825 |    31649
1.49/1.55	c  0.0s |       0 |       39 |        1 |    21362      0 |    15825 |    31649
1.49/1.55	c #cpu_time = 0.008s
1.49/1.55	c #wall_clock_time = 0.008s
1.49/1.55	c #decision = 39
1.49/1.55	c #random_decision = 0
1.49/1.55	c #conflict = 1
1.49/1.55	c #restart = 0
1.49/1.55	c BCD2: relaxing 3 and merging with 4 cores into a new core of size 15: cost of the new core is >=7
1.49/1.55	c lower bound updated to -917
1.49/1.55	c BCD2: 83 <= obj <= 877
1.49/1.55	c BCD2: #cores=26, #unrelaxed=821, #relaxed=179, #hardened=0
1.49/1.55	c BCD2: #sat=1 #unsat=84 bias=84/85
1.49/1.55	c Solving starts ...
1.49/1.55	c ============================[ Search Statistics ]============================
1.49/1.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.55	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.55	c =============================================================================
1.49/1.55	c  0.0s |       0 |        0 |        0 |    21362      0 |    15829 |    31649
1.49/1.56	c  0.0s |       0 |       35 |        0 |    21362      0 |    15829 |    31653
1.49/1.56	c #cpu_time = 0.008s
1.49/1.56	c #wall_clock_time = 0.008s
1.49/1.56	c #decision = 35
1.49/1.56	c #random_decision = 0
1.49/1.56	c #conflict = 0
1.49/1.56	c #restart = 0
1.49/1.56	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.56	c lower bound updated to -916
1.49/1.56	c BCD2: 84 <= obj <= 877
1.49/1.56	c BCD2: #cores=27, #unrelaxed=819, #relaxed=181, #hardened=0
1.49/1.56	c BCD2: #sat=1 #unsat=85 bias=85/86
1.49/1.56	c Solving starts ...
1.49/1.56	c ============================[ Search Statistics ]============================
1.49/1.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.56	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.56	c =============================================================================
1.49/1.56	c  0.0s |       0 |        0 |        0 |    21362      0 |    15829 |    31654
1.49/1.57	c  0.0s |       0 |       36 |        0 |    21362      0 |    15829 |    31654
1.49/1.57	c #cpu_time = 0.008s
1.49/1.57	c #wall_clock_time = 0.008s
1.49/1.57	c #decision = 36
1.49/1.57	c #random_decision = 0
1.49/1.57	c #conflict = 0
1.49/1.57	c #restart = 0
1.49/1.57	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.57	c lower bound updated to -915
1.49/1.57	c BCD2: 85 <= obj <= 877
1.49/1.57	c BCD2: #cores=28, #unrelaxed=817, #relaxed=183, #hardened=0
1.49/1.57	c BCD2: #sat=1 #unsat=86 bias=86/87
1.49/1.57	c Solving starts ...
1.49/1.57	c ============================[ Search Statistics ]============================
1.49/1.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.57	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.57	c =============================================================================
1.49/1.57	c  0.0s |       0 |        0 |        0 |    21362      0 |    15829 |    31655
1.49/1.58	c  0.0s |       0 |       36 |        0 |    21362      0 |    15829 |    31655
1.49/1.58	c #cpu_time = 0.008s
1.49/1.58	c #wall_clock_time = 0.008s
1.49/1.58	c #decision = 36
1.49/1.58	c #random_decision = 0
1.49/1.58	c #conflict = 0
1.49/1.58	c #restart = 0
1.49/1.58	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.58	c lower bound updated to -914
1.49/1.58	c BCD2: 86 <= obj <= 877
1.49/1.58	c BCD2: #cores=29, #unrelaxed=815, #relaxed=185, #hardened=0
1.49/1.58	c BCD2: #sat=1 #unsat=87 bias=87/88
1.49/1.58	c Solving starts ...
1.49/1.58	c ============================[ Search Statistics ]============================
1.49/1.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.58	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.58	c =============================================================================
1.49/1.58	c  0.0s |       0 |        0 |        0 |    21362      0 |    15829 |    31656
1.49/1.59	c  0.0s |       0 |       38 |        0 |    21362      0 |    15829 |    31656
1.49/1.59	c #cpu_time = 0.008s
1.49/1.59	c #wall_clock_time = 0.008s
1.49/1.59	c #decision = 38
1.49/1.59	c #random_decision = 0
1.49/1.59	c #conflict = 0
1.49/1.59	c #restart = 0
1.49/1.59	c BCD2: found a new core of size 2: cost of the new core is >=1
1.49/1.59	c lower bound updated to -913
1.49/1.59	c BCD2: 87 <= obj <= 877
1.49/1.59	c BCD2: #cores=30, #unrelaxed=813, #relaxed=187, #hardened=0
1.49/1.59	c BCD2: #sat=1 #unsat=88 bias=88/89
1.49/1.59	c Solving starts ...
1.49/1.59	c ============================[ Search Statistics ]============================
1.49/1.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.59	c =============================================================================
1.49/1.59	c  0.0s |       0 |        0 |        0 |    21362      0 |    15829 |    31657
1.59/1.60	c  0.0s |       0 |       39 |        1 |    21362      0 |    15829 |    31657
1.59/1.60	c #cpu_time = 0.008s
1.59/1.60	c #wall_clock_time = 0.008s
1.59/1.60	c #decision = 39
1.59/1.60	c #random_decision = 0
1.59/1.60	c #conflict = 1
1.59/1.60	c #restart = 0
1.59/1.60	c BCD2: relaxing 4 and merging with 5 cores into a new core of size 17: cost of the new core is >=8
1.59/1.60	c lower bound updated to -912
1.59/1.60	c BCD2: 88 <= obj <= 877
1.59/1.60	c BCD2: #cores=26, #unrelaxed=809, #relaxed=191, #hardened=0
1.59/1.60	c BCD2: #sat=1 #unsat=89 bias=89/90
1.59/1.60	c Solving starts ...
1.59/1.60	c ============================[ Search Statistics ]============================
1.59/1.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.60	c =============================================================================
1.59/1.60	c  0.0s |       0 |        0 |        0 |    21362      0 |    15834 |    31657
1.59/1.61	c  0.0s |       0 |       33 |        0 |    21362      0 |    15834 |    31662
1.59/1.61	c #cpu_time = 0.008s
1.59/1.61	c #wall_clock_time = 0.008s
1.59/1.61	c #decision = 33
1.59/1.61	c #random_decision = 0
1.59/1.61	c #conflict = 0
1.59/1.61	c #restart = 0
1.59/1.61	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.59/1.61	c lower bound updated to -911
1.59/1.61	c BCD2: 89 <= obj <= 877
1.59/1.61	c BCD2: #cores=25, #unrelaxed=807, #relaxed=193, #hardened=0
1.59/1.61	c BCD2: #sat=1 #unsat=90 bias=90/91
1.59/1.61	c Solving starts ...
1.59/1.61	c ============================[ Search Statistics ]============================
1.59/1.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.61	c =============================================================================
1.59/1.61	c  0.0s |       0 |        0 |        0 |    21362      0 |    15836 |    31662
1.59/1.62	c  0.0s |       0 |       32 |        0 |    21362      0 |    15836 |    31664
1.59/1.62	c #cpu_time = 0.008s
1.59/1.62	c #wall_clock_time = 0.008s
1.59/1.62	c #decision = 32
1.59/1.62	c #random_decision = 0
1.59/1.62	c #conflict = 0
1.59/1.62	c #restart = 0
1.59/1.62	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.62	c lower bound updated to -910
1.59/1.62	c BCD2: 90 <= obj <= 877
1.59/1.62	c BCD2: #cores=26, #unrelaxed=805, #relaxed=195, #hardened=0
1.59/1.62	c BCD2: #sat=1 #unsat=91 bias=91/92
1.59/1.62	c Solving starts ...
1.59/1.62	c ============================[ Search Statistics ]============================
1.59/1.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.62	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.62	c =============================================================================
1.59/1.62	c  0.0s |       0 |        0 |        0 |    21362      0 |    15836 |    31665
1.59/1.63	c  0.0s |       0 |       32 |        0 |    21362      0 |    15836 |    31665
1.59/1.63	c #cpu_time = 0.008s
1.59/1.63	c #wall_clock_time = 0.008s
1.59/1.63	c #decision = 32
1.59/1.63	c #random_decision = 0
1.59/1.63	c #conflict = 0
1.59/1.63	c #restart = 0
1.59/1.63	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.63	c lower bound updated to -909
1.59/1.63	c BCD2: 91 <= obj <= 877
1.59/1.63	c BCD2: #cores=27, #unrelaxed=803, #relaxed=197, #hardened=0
1.59/1.63	c BCD2: #sat=1 #unsat=92 bias=92/93
1.59/1.63	c Solving starts ...
1.59/1.63	c ============================[ Search Statistics ]============================
1.59/1.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.63	c =============================================================================
1.59/1.63	c  0.0s |       0 |        0 |        0 |    21362      0 |    15836 |    31666
1.59/1.64	c  0.0s |       0 |       32 |        0 |    21362      0 |    15836 |    31666
1.59/1.64	c #cpu_time = 0.008s
1.59/1.64	c #wall_clock_time = 0.008s
1.59/1.64	c #decision = 32
1.59/1.64	c #random_decision = 0
1.59/1.64	c #conflict = 0
1.59/1.64	c #restart = 0
1.59/1.64	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.64	c lower bound updated to -908
1.59/1.64	c BCD2: 92 <= obj <= 877
1.59/1.64	c BCD2: #cores=28, #unrelaxed=801, #relaxed=199, #hardened=0
1.59/1.64	c BCD2: #sat=1 #unsat=93 bias=93/94
1.59/1.64	c Solving starts ...
1.59/1.64	c ============================[ Search Statistics ]============================
1.59/1.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.64	c =============================================================================
1.59/1.64	c  0.0s |       0 |        0 |        0 |    21362      0 |    15836 |    31667
1.59/1.65	c  0.0s |       0 |       32 |        0 |    21362      0 |    15836 |    31667
1.59/1.65	c #cpu_time = 0.008s
1.59/1.65	c #wall_clock_time = 0.008s
1.59/1.65	c #decision = 32
1.59/1.65	c #random_decision = 0
1.59/1.65	c #conflict = 0
1.59/1.65	c #restart = 0
1.59/1.65	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.65	c lower bound updated to -907
1.59/1.65	c BCD2: 93 <= obj <= 877
1.59/1.65	c BCD2: #cores=29, #unrelaxed=799, #relaxed=201, #hardened=0
1.59/1.65	c BCD2: #sat=1 #unsat=94 bias=94/95
1.59/1.65	c Solving starts ...
1.59/1.65	c ============================[ Search Statistics ]============================
1.59/1.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.65	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.65	c =============================================================================
1.59/1.65	c  0.0s |       0 |        0 |        0 |    21362      0 |    15836 |    31668
1.59/1.66	c  0.0s |       0 |       36 |        0 |    21362      0 |    15836 |    31668
1.59/1.66	c #cpu_time = 0.008s
1.59/1.66	c #wall_clock_time = 0.008s
1.59/1.66	c #decision = 36
1.59/1.66	c #random_decision = 0
1.59/1.66	c #conflict = 0
1.59/1.66	c #restart = 0
1.59/1.66	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.66	c lower bound updated to -906
1.59/1.66	c BCD2: 94 <= obj <= 877
1.59/1.66	c BCD2: #cores=30, #unrelaxed=797, #relaxed=203, #hardened=0
1.59/1.66	c BCD2: #sat=1 #unsat=95 bias=95/96
1.59/1.66	c Solving starts ...
1.59/1.66	c ============================[ Search Statistics ]============================
1.59/1.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.66	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.66	c =============================================================================
1.59/1.66	c  0.0s |       0 |        0 |        0 |    21362      0 |    15836 |    31669
1.59/1.67	c  0.0s |       0 |       37 |        0 |    21362      0 |    15836 |    31669
1.59/1.67	c #cpu_time = 0.008s
1.59/1.67	c #wall_clock_time = 0.008s
1.59/1.67	c #decision = 37
1.59/1.67	c #random_decision = 0
1.59/1.67	c #conflict = 0
1.59/1.67	c #restart = 0
1.59/1.67	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.59/1.67	c lower bound updated to -905
1.59/1.67	c BCD2: 95 <= obj <= 877
1.59/1.67	c BCD2: #cores=30, #unrelaxed=795, #relaxed=205, #hardened=0
1.59/1.67	c BCD2: #sat=1 #unsat=96 bias=96/97
1.59/1.67	c Solving starts ...
1.59/1.67	c ============================[ Search Statistics ]============================
1.59/1.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.67	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.67	c =============================================================================
1.59/1.67	c  0.0s |       0 |        0 |        0 |    21362      0 |    15837 |    31669
1.59/1.67	c  0.0s |       0 |       40 |        0 |    21362      0 |    15837 |    31670
1.59/1.67	c #cpu_time = 0.008s
1.59/1.67	c #wall_clock_time = 0.008s
1.59/1.67	c #decision = 40
1.59/1.67	c #random_decision = 0
1.59/1.67	c #conflict = 0
1.59/1.67	c #restart = 0
1.59/1.67	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.67	c lower bound updated to -904
1.59/1.68	c BCD2: 96 <= obj <= 877
1.59/1.68	c BCD2: #cores=31, #unrelaxed=793, #relaxed=207, #hardened=0
1.59/1.68	c BCD2: #sat=1 #unsat=97 bias=97/98
1.59/1.68	c Solving starts ...
1.59/1.68	c ============================[ Search Statistics ]============================
1.59/1.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.68	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.68	c =============================================================================
1.59/1.68	c  0.0s |       0 |        0 |        0 |    21362      0 |    15837 |    31671
1.59/1.68	c  0.0s |       0 |       40 |        0 |    21362      0 |    15837 |    31671
1.59/1.68	c #cpu_time = 0.008s
1.59/1.68	c #wall_clock_time = 0.008s
1.59/1.68	c #decision = 40
1.59/1.68	c #random_decision = 0
1.59/1.68	c #conflict = 0
1.59/1.68	c #restart = 0
1.59/1.68	c BCD2: found a new core of size 2: cost of the new core is >=1
1.59/1.68	c lower bound updated to -903
1.59/1.69	c BCD2: 97 <= obj <= 877
1.59/1.69	c BCD2: #cores=32, #unrelaxed=791, #relaxed=209, #hardened=0
1.59/1.69	c BCD2: #sat=1 #unsat=98 bias=98/99
1.59/1.69	c Solving starts ...
1.59/1.69	c ============================[ Search Statistics ]============================
1.59/1.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.69	c =============================================================================
1.59/1.69	c  0.0s |       0 |        0 |        0 |    21362      0 |    15837 |    31672
1.59/1.69	c  0.0s |       0 |       40 |        0 |    21362      0 |    15837 |    31672
1.59/1.69	c #cpu_time = 0.008s
1.59/1.69	c #wall_clock_time = 0.008s
1.59/1.69	c #decision = 40
1.59/1.69	c #random_decision = 0
1.59/1.69	c #conflict = 0
1.59/1.69	c #restart = 0
1.59/1.69	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.59/1.69	c lower bound updated to -902
1.59/1.69	c BCD2: 98 <= obj <= 877
1.59/1.69	c BCD2: #cores=31, #unrelaxed=789, #relaxed=211, #hardened=0
1.59/1.69	c BCD2: #sat=1 #unsat=99 bias=99/100
1.59/1.69	c Solving starts ...
1.59/1.69	c ============================[ Search Statistics ]============================
1.59/1.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.69	c =============================================================================
1.59/1.69	c  0.0s |       0 |        0 |        0 |    21362      0 |    15839 |    31672
1.69/1.70	c  0.0s |       0 |       39 |        0 |    21362      0 |    15839 |    31674
1.69/1.70	c #cpu_time = 0.008s
1.69/1.70	c #wall_clock_time = 0.008s
1.69/1.70	c #decision = 39
1.69/1.70	c #random_decision = 0
1.69/1.70	c #conflict = 0
1.69/1.70	c #restart = 0
1.69/1.70	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.70	c lower bound updated to -901
1.69/1.70	c BCD2: 99 <= obj <= 877
1.69/1.70	c BCD2: #cores=32, #unrelaxed=787, #relaxed=213, #hardened=0
1.69/1.70	c BCD2: #sat=1 #unsat=100 bias=100/101
1.69/1.70	c Solving starts ...
1.69/1.70	c ============================[ Search Statistics ]============================
1.69/1.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.70	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.70	c =============================================================================
1.69/1.70	c  0.0s |       0 |        0 |        0 |    21362      0 |    15839 |    31675
1.69/1.71	c  0.0s |       0 |       39 |        0 |    21362      0 |    15839 |    31675
1.69/1.71	c #cpu_time = 0.008s
1.69/1.71	c #wall_clock_time = 0.008s
1.69/1.71	c #decision = 39
1.69/1.71	c #random_decision = 0
1.69/1.71	c #conflict = 0
1.69/1.71	c #restart = 0
1.69/1.71	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 9: cost of the new core is >=4
1.69/1.71	c lower bound updated to -900
1.69/1.71	c BCD2: 100 <= obj <= 877
1.69/1.71	c BCD2: #cores=31, #unrelaxed=784, #relaxed=216, #hardened=0
1.69/1.71	c BCD2: #sat=1 #unsat=101 bias=101/102
1.69/1.71	c Solving starts ...
1.69/1.71	c ============================[ Search Statistics ]============================
1.69/1.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.71	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.71	c =============================================================================
1.69/1.71	c  0.0s |       0 |        0 |        0 |    21362      0 |    15841 |    31675
1.69/1.72	c  0.0s |       0 |       36 |        0 |    21362      0 |    15841 |    31677
1.69/1.72	c #cpu_time = 0.007s
1.69/1.72	c #wall_clock_time = 0.007s
1.69/1.72	c #decision = 36
1.69/1.72	c #random_decision = 0
1.69/1.72	c #conflict = 0
1.69/1.72	c #restart = 0
1.69/1.72	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.72	c lower bound updated to -899
1.69/1.72	c BCD2: 101 <= obj <= 877
1.69/1.72	c BCD2: #cores=32, #unrelaxed=782, #relaxed=218, #hardened=0
1.69/1.72	c BCD2: #sat=1 #unsat=102 bias=102/103
1.69/1.72	c Solving starts ...
1.69/1.72	c ============================[ Search Statistics ]============================
1.69/1.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.72	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.72	c =============================================================================
1.69/1.72	c  0.0s |       0 |        0 |        0 |    21362      0 |    15841 |    31678
1.69/1.73	c  0.0s |       0 |       37 |        0 |    21362      0 |    15841 |    31678
1.69/1.73	c #cpu_time = 0.008s
1.69/1.73	c #wall_clock_time = 0.008s
1.69/1.73	c #decision = 37
1.69/1.73	c #random_decision = 0
1.69/1.73	c #conflict = 0
1.69/1.73	c #restart = 0
1.69/1.73	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.69/1.73	c lower bound updated to -898
1.69/1.73	c BCD2: 102 <= obj <= 877
1.69/1.73	c BCD2: #cores=31, #unrelaxed=780, #relaxed=220, #hardened=0
1.69/1.73	c BCD2: #sat=1 #unsat=103 bias=103/104
1.69/1.73	c Solving starts ...
1.69/1.73	c ============================[ Search Statistics ]============================
1.69/1.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.73	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.73	c =============================================================================
1.69/1.73	c  0.0s |       0 |        0 |        0 |    21362      0 |    15843 |    31678
1.69/1.74	c  0.0s |       0 |       36 |        0 |    21362      0 |    15843 |    31680
1.69/1.74	c #cpu_time = 0.008s
1.69/1.74	c #wall_clock_time = 0.008s
1.69/1.74	c #decision = 36
1.69/1.74	c #random_decision = 0
1.69/1.74	c #conflict = 0
1.69/1.74	c #restart = 0
1.69/1.74	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.74	c lower bound updated to -897
1.69/1.74	c BCD2: 103 <= obj <= 877
1.69/1.74	c BCD2: #cores=32, #unrelaxed=778, #relaxed=222, #hardened=0
1.69/1.74	c BCD2: #sat=1 #unsat=104 bias=104/105
1.69/1.74	c Solving starts ...
1.69/1.74	c ============================[ Search Statistics ]============================
1.69/1.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.74	c =============================================================================
1.69/1.74	c  0.0s |       0 |        0 |        0 |    21362      0 |    15843 |    31681
1.69/1.75	c  0.0s |       0 |       44 |        0 |    21362      0 |    15843 |    31681
1.69/1.75	c #cpu_time = 0.008s
1.69/1.75	c #wall_clock_time = 0.008s
1.69/1.75	c #decision = 44
1.69/1.75	c #random_decision = 0
1.69/1.75	c #conflict = 0
1.69/1.75	c #restart = 0
1.69/1.75	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.75	c lower bound updated to -896
1.69/1.75	c BCD2: 104 <= obj <= 877
1.69/1.75	c BCD2: #cores=33, #unrelaxed=776, #relaxed=224, #hardened=0
1.69/1.75	c BCD2: #sat=1 #unsat=105 bias=105/106
1.69/1.75	c Solving starts ...
1.69/1.75	c ============================[ Search Statistics ]============================
1.69/1.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.75	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.75	c =============================================================================
1.69/1.75	c  0.0s |       0 |        0 |        0 |    21362      0 |    15843 |    31682
1.69/1.76	c  0.0s |       0 |       44 |        0 |    21362      0 |    15843 |    31682
1.69/1.76	c #cpu_time = 0.008s
1.69/1.76	c #wall_clock_time = 0.008s
1.69/1.76	c #decision = 44
1.69/1.76	c #random_decision = 0
1.69/1.76	c #conflict = 0
1.69/1.76	c #restart = 0
1.69/1.76	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.76	c lower bound updated to -895
1.69/1.76	c BCD2: 105 <= obj <= 877
1.69/1.76	c BCD2: #cores=34, #unrelaxed=774, #relaxed=226, #hardened=0
1.69/1.76	c BCD2: #sat=1 #unsat=106 bias=106/107
1.69/1.76	c Solving starts ...
1.69/1.76	c ============================[ Search Statistics ]============================
1.69/1.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.76	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.76	c =============================================================================
1.69/1.76	c  0.0s |       0 |        0 |        0 |    21362      0 |    15843 |    31683
1.69/1.77	c  0.0s |       0 |       46 |        0 |    21362      0 |    15843 |    31683
1.69/1.77	c #cpu_time = 0.008s
1.69/1.77	c #wall_clock_time = 0.008s
1.69/1.77	c #decision = 46
1.69/1.77	c #random_decision = 0
1.69/1.77	c #conflict = 0
1.69/1.77	c #restart = 0
1.69/1.77	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.69/1.77	c lower bound updated to -894
1.69/1.77	c BCD2: 106 <= obj <= 877
1.69/1.77	c BCD2: #cores=34, #unrelaxed=772, #relaxed=228, #hardened=0
1.69/1.77	c BCD2: #sat=1 #unsat=107 bias=107/108
1.69/1.77	c Solving starts ...
1.69/1.77	c ============================[ Search Statistics ]============================
1.69/1.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.77	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.77	c =============================================================================
1.69/1.77	c  0.0s |       0 |        0 |        0 |    21362      0 |    15844 |    31683
1.69/1.78	c  0.0s |       0 |       66 |        1 |    21362      0 |    15844 |    31684
1.69/1.78	c #cpu_time = 0.008s
1.69/1.78	c #wall_clock_time = 0.008s
1.69/1.78	c #decision = 66
1.69/1.78	c #random_decision = 0
1.69/1.78	c #conflict = 1
1.69/1.78	c #restart = 0
1.69/1.78	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
1.69/1.78	c lower bound updated to -893
1.69/1.78	c BCD2: 107 <= obj <= 877
1.69/1.78	c BCD2: #cores=34, #unrelaxed=771, #relaxed=229, #hardened=0
1.69/1.78	c BCD2: #sat=1 #unsat=108 bias=108/109
1.69/1.78	c Solving starts ...
1.69/1.78	c ============================[ Search Statistics ]============================
1.69/1.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.78	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.78	c =============================================================================
1.69/1.78	c  0.0s |       0 |        0 |        0 |    21362      0 |    15845 |    31684
1.69/1.79	c  0.0s |       0 |       45 |        0 |    21362      0 |    15845 |    31685
1.69/1.79	c #cpu_time = 0.008s
1.69/1.79	c #wall_clock_time = 0.008s
1.69/1.79	c #decision = 45
1.69/1.79	c #random_decision = 0
1.69/1.79	c #conflict = 0
1.69/1.79	c #restart = 0
1.69/1.79	c BCD2: found a new core of size 2: cost of the new core is >=1
1.69/1.79	c lower bound updated to -892
1.69/1.79	c BCD2: 108 <= obj <= 877
1.69/1.79	c BCD2: #cores=35, #unrelaxed=769, #relaxed=231, #hardened=0
1.69/1.79	c BCD2: #sat=1 #unsat=109 bias=109/110
1.69/1.79	c Solving starts ...
1.69/1.79	c ============================[ Search Statistics ]============================
1.69/1.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.79	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.79	c =============================================================================
1.69/1.79	c  0.0s |       0 |        0 |        0 |    21362      0 |    15845 |    31686
1.79/1.80	c  0.0s |       0 |       47 |        0 |    21362      0 |    15845 |    31686
1.79/1.80	c #cpu_time = 0.008s
1.79/1.80	c #wall_clock_time = 0.008s
1.79/1.80	c #decision = 47
1.79/1.80	c #random_decision = 0
1.79/1.80	c #conflict = 0
1.79/1.80	c #restart = 0
1.79/1.80	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
1.79/1.80	c lower bound updated to -891
1.79/1.80	c BCD2: 109 <= obj <= 877
1.79/1.80	c BCD2: #cores=34, #unrelaxed=767, #relaxed=233, #hardened=0
1.79/1.80	c BCD2: #sat=1 #unsat=110 bias=110/111
1.79/1.80	c Solving starts ...
1.79/1.80	c ============================[ Search Statistics ]============================
1.79/1.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.80	c =============================================================================
1.79/1.80	c  0.0s |       0 |        0 |        0 |    21362      0 |    15847 |    31686
1.79/1.81	c  0.0s |       0 |       45 |        0 |    21362      0 |    15847 |    31688
1.79/1.81	c #cpu_time = 0.008s
1.79/1.81	c #wall_clock_time = 0.008s
1.79/1.81	c #decision = 45
1.79/1.81	c #random_decision = 0
1.79/1.81	c #conflict = 0
1.79/1.81	c #restart = 0
1.79/1.81	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.81	c lower bound updated to -890
1.79/1.81	c BCD2: 110 <= obj <= 877
1.79/1.81	c BCD2: #cores=35, #unrelaxed=765, #relaxed=235, #hardened=0
1.79/1.81	c BCD2: #sat=1 #unsat=111 bias=111/112
1.79/1.81	c Solving starts ...
1.79/1.81	c ============================[ Search Statistics ]============================
1.79/1.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.81	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.81	c =============================================================================
1.79/1.81	c  0.0s |       0 |        0 |        0 |    21362      0 |    15847 |    31689
1.79/1.82	c  0.0s |       0 |       45 |        0 |    21362      0 |    15847 |    31689
1.79/1.82	c #cpu_time = 0.008s
1.79/1.82	c #wall_clock_time = 0.008s
1.79/1.82	c #decision = 45
1.79/1.82	c #random_decision = 0
1.79/1.82	c #conflict = 0
1.79/1.82	c #restart = 0
1.79/1.82	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.82	c lower bound updated to -889
1.79/1.82	c BCD2: 111 <= obj <= 877
1.79/1.82	c BCD2: #cores=36, #unrelaxed=763, #relaxed=237, #hardened=0
1.79/1.82	c BCD2: #sat=1 #unsat=112 bias=112/113
1.79/1.82	c Solving starts ...
1.79/1.82	c ============================[ Search Statistics ]============================
1.79/1.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.82	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.82	c =============================================================================
1.79/1.82	c  0.0s |       0 |        0 |        0 |    21362      0 |    15847 |    31690
1.79/1.83	c  0.0s |       0 |       47 |        0 |    21362      0 |    15847 |    31690
1.79/1.83	c #cpu_time = 0.008s
1.79/1.83	c #wall_clock_time = 0.008s
1.79/1.83	c #decision = 47
1.79/1.83	c #random_decision = 0
1.79/1.83	c #conflict = 0
1.79/1.83	c #restart = 0
1.79/1.83	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.79/1.83	c lower bound updated to -888
1.79/1.83	c BCD2: 112 <= obj <= 877
1.79/1.83	c BCD2: #cores=36, #unrelaxed=761, #relaxed=239, #hardened=0
1.79/1.83	c BCD2: #sat=1 #unsat=113 bias=113/114
1.79/1.83	c Solving starts ...
1.79/1.83	c ============================[ Search Statistics ]============================
1.79/1.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.83	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.83	c =============================================================================
1.79/1.83	c  0.0s |       0 |        0 |        0 |    21362      0 |    15848 |    31690
1.79/1.83	c  0.0s |       0 |       46 |        0 |    21362      0 |    15848 |    31691
1.79/1.83	c #cpu_time = 0.008s
1.79/1.83	c #wall_clock_time = 0.008s
1.79/1.83	c #decision = 46
1.79/1.83	c #random_decision = 0
1.79/1.83	c #conflict = 0
1.79/1.84	c #restart = 0
1.79/1.84	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 11: cost of the new core is >=4
1.79/1.84	c lower bound updated to -887
1.79/1.84	c BCD2: 113 <= obj <= 877
1.79/1.84	c BCD2: #cores=36, #unrelaxed=756, #relaxed=244, #hardened=0
1.79/1.84	c BCD2: #sat=1 #unsat=114 bias=114/115
1.79/1.84	c Solving starts ...
1.79/1.84	c ============================[ Search Statistics ]============================
1.79/1.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.84	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.84	c =============================================================================
1.79/1.84	c  0.0s |       0 |        0 |        0 |    21362      0 |    15849 |    31691
1.79/1.84	c  0.0s |       0 |       51 |        1 |    21362      0 |    15849 |    31692
1.79/1.84	c #cpu_time = 0.008s
1.79/1.84	c #wall_clock_time = 0.008s
1.79/1.84	c #decision = 51
1.79/1.84	c #random_decision = 0
1.79/1.84	c #conflict = 1
1.79/1.84	c #restart = 0
1.79/1.84	c BCD2: relaxing 8 and merging with 6 cores into a new core of size 39: cost of the new core is >=15
1.79/1.84	c lower bound updated to -886
1.79/1.84	c BCD2: 114 <= obj <= 877
1.79/1.84	c BCD2: #cores=31, #unrelaxed=748, #relaxed=252, #hardened=0
1.79/1.84	c BCD2: #sat=1 #unsat=115 bias=115/116
1.79/1.84	c Solving starts ...
1.79/1.84	c ============================[ Search Statistics ]============================
1.79/1.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.84	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.84	c =============================================================================
1.79/1.85	c  0.0s |       0 |        0 |        0 |    21362      0 |    15855 |    31692
1.79/1.85	c  0.0s |       0 |       36 |        0 |    21362      0 |    15855 |    31698
1.79/1.85	c #cpu_time = 0.008s
1.79/1.85	c #wall_clock_time = 0.008s
1.79/1.85	c #decision = 36
1.79/1.85	c #random_decision = 0
1.79/1.85	c #conflict = 0
1.79/1.85	c #restart = 0
1.79/1.85	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.85	c lower bound updated to -885
1.79/1.85	c BCD2: 115 <= obj <= 877
1.79/1.85	c BCD2: #cores=32, #unrelaxed=746, #relaxed=254, #hardened=0
1.79/1.85	c BCD2: #sat=1 #unsat=116 bias=116/117
1.79/1.85	c Solving starts ...
1.79/1.85	c ============================[ Search Statistics ]============================
1.79/1.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.85	c =============================================================================
1.79/1.85	c  0.0s |       0 |        0 |        0 |    21362      0 |    15855 |    31699
1.79/1.86	c  0.0s |       0 |       39 |        0 |    21362      0 |    15855 |    31699
1.79/1.86	c #cpu_time = 0.008s
1.79/1.86	c #wall_clock_time = 0.008s
1.79/1.86	c #decision = 39
1.79/1.86	c #random_decision = 0
1.79/1.86	c #conflict = 0
1.79/1.86	c #restart = 0
1.79/1.86	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.86	c lower bound updated to -884
1.79/1.86	c BCD2: 116 <= obj <= 877
1.79/1.86	c BCD2: #cores=33, #unrelaxed=744, #relaxed=256, #hardened=0
1.79/1.86	c BCD2: #sat=1 #unsat=117 bias=117/118
1.79/1.86	c Solving starts ...
1.79/1.86	c ============================[ Search Statistics ]============================
1.79/1.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.86	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.86	c =============================================================================
1.79/1.86	c  0.0s |       0 |        0 |        0 |    21362      0 |    15855 |    31700
1.79/1.87	c  0.0s |       0 |       44 |        0 |    21362      0 |    15855 |    31700
1.79/1.87	c #cpu_time = 0.008s
1.79/1.87	c #wall_clock_time = 0.008s
1.79/1.87	c #decision = 44
1.79/1.87	c #random_decision = 0
1.79/1.87	c #conflict = 0
1.79/1.87	c #restart = 0
1.79/1.87	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.87	c lower bound updated to -883
1.79/1.87	c BCD2: 117 <= obj <= 877
1.79/1.87	c BCD2: #cores=34, #unrelaxed=742, #relaxed=258, #hardened=0
1.79/1.87	c BCD2: #sat=1 #unsat=118 bias=118/119
1.79/1.87	c Solving starts ...
1.79/1.87	c ============================[ Search Statistics ]============================
1.79/1.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.87	c =============================================================================
1.79/1.87	c  0.0s |       0 |        0 |        0 |    21362      0 |    15855 |    31701
1.79/1.88	c  0.0s |       0 |       44 |        0 |    21362      0 |    15855 |    31701
1.79/1.88	c #cpu_time = 0.008s
1.79/1.88	c #wall_clock_time = 0.008s
1.79/1.88	c #decision = 44
1.79/1.88	c #random_decision = 0
1.79/1.88	c #conflict = 0
1.79/1.88	c #restart = 0
1.79/1.88	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.88	c lower bound updated to -882
1.79/1.88	c BCD2: 118 <= obj <= 877
1.79/1.88	c BCD2: #cores=35, #unrelaxed=740, #relaxed=260, #hardened=0
1.79/1.88	c BCD2: #sat=1 #unsat=119 bias=119/120
1.79/1.88	c Solving starts ...
1.79/1.88	c ============================[ Search Statistics ]============================
1.79/1.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.88	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.88	c =============================================================================
1.79/1.88	c  0.0s |       0 |        0 |        0 |    21362      0 |    15855 |    31702
1.79/1.89	c  0.0s |       0 |       45 |        0 |    21362      0 |    15855 |    31702
1.79/1.89	c #cpu_time = 0.008s
1.79/1.89	c #wall_clock_time = 0.008s
1.79/1.89	c #decision = 45
1.79/1.89	c #random_decision = 0
1.79/1.89	c #conflict = 0
1.79/1.89	c #restart = 0
1.79/1.89	c BCD2: found a new core of size 2: cost of the new core is >=1
1.79/1.89	c lower bound updated to -881
1.79/1.89	c BCD2: 119 <= obj <= 877
1.79/1.89	c BCD2: #cores=36, #unrelaxed=738, #relaxed=262, #hardened=0
1.79/1.89	c BCD2: #sat=1 #unsat=120 bias=120/121
1.79/1.89	c Solving starts ...
1.79/1.89	c ============================[ Search Statistics ]============================
1.79/1.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.89	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.89	c =============================================================================
1.79/1.89	c  0.0s |       0 |        0 |        0 |    21362      0 |    15855 |    31703
1.89/1.90	c  0.0s |       0 |       46 |        1 |    21362      0 |    15855 |    31703
1.89/1.90	c #cpu_time = 0.008s
1.89/1.90	c #wall_clock_time = 0.008s
1.89/1.90	c #decision = 46
1.89/1.90	c #random_decision = 0
1.89/1.90	c #conflict = 1
1.89/1.90	c #restart = 0
1.89/1.90	c BCD2: relaxing 6 and merging with 9 cores into a new core of size 33: cost of the new core is >=15
1.89/1.90	c lower bound updated to -880
1.89/1.90	c BCD2: 120 <= obj <= 877
1.89/1.90	c BCD2: #cores=28, #unrelaxed=732, #relaxed=268, #hardened=0
1.89/1.90	c BCD2: #sat=1 #unsat=121 bias=121/122
1.89/1.90	c Solving starts ...
1.89/1.90	c ============================[ Search Statistics ]============================
1.89/1.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.90	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.90	c =============================================================================
1.89/1.90	c  0.0s |       0 |        0 |        0 |    21362      0 |    15864 |    31703
1.89/1.91	c  0.0s |       0 |       34 |        0 |    21362      0 |    15864 |    31712
1.89/1.91	c #cpu_time = 0.008s
1.89/1.91	c #wall_clock_time = 0.008s
1.89/1.91	c #decision = 34
1.89/1.91	c #random_decision = 0
1.89/1.91	c #conflict = 0
1.89/1.91	c #restart = 0
1.89/1.91	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.91	c lower bound updated to -879
1.89/1.91	c BCD2: 121 <= obj <= 877
1.89/1.91	c BCD2: #cores=29, #unrelaxed=730, #relaxed=270, #hardened=0
1.89/1.91	c BCD2: #sat=1 #unsat=122 bias=122/123
1.89/1.91	c Solving starts ...
1.89/1.91	c ============================[ Search Statistics ]============================
1.89/1.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.91	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.91	c =============================================================================
1.89/1.91	c  0.0s |       0 |        0 |        0 |    21362      0 |    15864 |    31713
1.89/1.92	c  0.0s |       0 |       35 |        0 |    21362      0 |    15864 |    31713
1.89/1.92	c #cpu_time = 0.008s
1.89/1.92	c #wall_clock_time = 0.008s
1.89/1.92	c #decision = 35
1.89/1.92	c #random_decision = 0
1.89/1.92	c #conflict = 0
1.89/1.92	c #restart = 0
1.89/1.92	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.92	c lower bound updated to -878
1.89/1.92	c BCD2: 122 <= obj <= 877
1.89/1.92	c BCD2: #cores=30, #unrelaxed=728, #relaxed=272, #hardened=0
1.89/1.92	c BCD2: #sat=1 #unsat=123 bias=123/124
1.89/1.92	c Solving starts ...
1.89/1.92	c ============================[ Search Statistics ]============================
1.89/1.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.92	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.92	c =============================================================================
1.89/1.92	c  0.0s |       0 |        0 |        0 |    21362      0 |    15864 |    31714
1.89/1.93	c  0.0s |       0 |       35 |        0 |    21362      0 |    15864 |    31714
1.89/1.93	c #cpu_time = 0.008s
1.89/1.93	c #wall_clock_time = 0.008s
1.89/1.93	c #decision = 35
1.89/1.93	c #random_decision = 0
1.89/1.93	c #conflict = 0
1.89/1.93	c #restart = 0
1.89/1.93	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.93	c lower bound updated to -877
1.89/1.93	c BCD2: 123 <= obj <= 877
1.89/1.93	c BCD2: #cores=31, #unrelaxed=726, #relaxed=274, #hardened=0
1.89/1.93	c BCD2: #sat=1 #unsat=124 bias=124/125
1.89/1.93	c Solving starts ...
1.89/1.93	c ============================[ Search Statistics ]============================
1.89/1.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.93	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.93	c =============================================================================
1.89/1.93	c  0.0s |       0 |        0 |        0 |    21362      0 |    15864 |    31715
1.89/1.94	c  0.0s |       0 |       41 |        0 |    21362      0 |    15864 |    31715
1.89/1.94	c #cpu_time = 0.008s
1.89/1.94	c #wall_clock_time = 0.008s
1.89/1.94	c #decision = 41
1.89/1.94	c #random_decision = 0
1.89/1.94	c #conflict = 0
1.89/1.94	c #restart = 0
1.89/1.94	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.94	c lower bound updated to -876
1.89/1.94	c BCD2: 124 <= obj <= 877
1.89/1.94	c BCD2: #cores=32, #unrelaxed=724, #relaxed=276, #hardened=0
1.89/1.94	c BCD2: #sat=1 #unsat=125 bias=125/126
1.89/1.94	c Solving starts ...
1.89/1.94	c ============================[ Search Statistics ]============================
1.89/1.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.94	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.94	c =============================================================================
1.89/1.94	c  0.0s |       0 |        0 |        0 |    21362      0 |    15864 |    31716
1.89/1.95	c  0.0s |       0 |       42 |        0 |    21362      0 |    15864 |    31716
1.89/1.95	c #cpu_time = 0.008s
1.89/1.95	c #wall_clock_time = 0.008s
1.89/1.95	c #decision = 42
1.89/1.95	c #random_decision = 0
1.89/1.95	c #conflict = 0
1.89/1.95	c #restart = 0
1.89/1.95	c BCD2: relaxing 8 and merging with 9 cores into a new core of size 37: cost of the new core is >=15
1.89/1.95	c lower bound updated to -875
1.89/1.95	c BCD2: 125 <= obj <= 877
1.89/1.95	c BCD2: #cores=24, #unrelaxed=716, #relaxed=284, #hardened=0
1.89/1.95	c BCD2: #sat=1 #unsat=126 bias=126/127
1.89/1.95	c Solving starts ...
1.89/1.95	c ============================[ Search Statistics ]============================
1.89/1.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.95	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.95	c =============================================================================
1.89/1.95	c  0.0s |       0 |        0 |        0 |    21362      0 |    15873 |    31716
1.89/1.96	c  0.0s |       0 |       33 |        0 |    21362      0 |    15873 |    31725
1.89/1.96	c #cpu_time = 0.008s
1.89/1.96	c #wall_clock_time = 0.008s
1.89/1.96	c #decision = 33
1.89/1.96	c #random_decision = 0
1.89/1.96	c #conflict = 0
1.89/1.96	c #restart = 0
1.89/1.96	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.96	c lower bound updated to -874
1.89/1.96	c BCD2: 126 <= obj <= 877
1.89/1.96	c BCD2: #cores=25, #unrelaxed=714, #relaxed=286, #hardened=0
1.89/1.96	c BCD2: #sat=1 #unsat=127 bias=127/128
1.89/1.96	c Solving starts ...
1.89/1.96	c ============================[ Search Statistics ]============================
1.89/1.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.96	c =============================================================================
1.89/1.96	c  0.0s |       0 |        0 |        0 |    21362      0 |    15873 |    31726
1.89/1.97	c  0.0s |       0 |       33 |        0 |    21362      0 |    15873 |    31726
1.89/1.97	c #cpu_time = 0.008s
1.89/1.97	c #wall_clock_time = 0.008s
1.89/1.97	c #decision = 33
1.89/1.97	c #random_decision = 0
1.89/1.97	c #conflict = 0
1.89/1.97	c #restart = 0
1.89/1.97	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.97	c lower bound updated to -873
1.89/1.97	c BCD2: 127 <= obj <= 877
1.89/1.97	c BCD2: #cores=26, #unrelaxed=712, #relaxed=288, #hardened=0
1.89/1.97	c BCD2: #sat=1 #unsat=128 bias=128/129
1.89/1.97	c Solving starts ...
1.89/1.97	c ============================[ Search Statistics ]============================
1.89/1.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.97	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.97	c =============================================================================
1.89/1.97	c  0.0s |       0 |        0 |        0 |    21362      0 |    15873 |    31727
1.89/1.98	c  0.0s |       0 |       34 |        0 |    21362      0 |    15873 |    31727
1.89/1.98	c #cpu_time = 0.008s
1.89/1.98	c #wall_clock_time = 0.008s
1.89/1.98	c #decision = 34
1.89/1.98	c #random_decision = 0
1.89/1.98	c #conflict = 0
1.89/1.98	c #restart = 0
1.89/1.98	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.89/1.98	c lower bound updated to -872
1.89/1.98	c BCD2: 128 <= obj <= 877
1.89/1.98	c BCD2: #cores=26, #unrelaxed=710, #relaxed=290, #hardened=0
1.89/1.98	c BCD2: #sat=1 #unsat=129 bias=129/130
1.89/1.98	c Solving starts ...
1.89/1.98	c ============================[ Search Statistics ]============================
1.89/1.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.98	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.98	c =============================================================================
1.89/1.98	c  0.0s |       0 |        0 |        0 |    21362      0 |    15874 |    31727
1.89/1.99	c  0.0s |       0 |       36 |        0 |    21362      0 |    15874 |    31728
1.89/1.99	c #cpu_time = 0.008s
1.89/1.99	c #wall_clock_time = 0.008s
1.89/1.99	c #decision = 36
1.89/1.99	c #random_decision = 0
1.89/1.99	c #conflict = 0
1.89/1.99	c #restart = 0
1.89/1.99	c BCD2: found a new core of size 2: cost of the new core is >=1
1.89/1.99	c lower bound updated to -871
1.89/1.99	c BCD2: 129 <= obj <= 877
1.89/1.99	c BCD2: #cores=27, #unrelaxed=708, #relaxed=292, #hardened=0
1.89/1.99	c BCD2: #sat=1 #unsat=130 bias=130/131
1.89/1.99	c Solving starts ...
1.89/1.99	c ============================[ Search Statistics ]============================
1.89/1.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.99	c =============================================================================
1.89/1.99	c  0.0s |       0 |        0 |        0 |    21362      0 |    15874 |    31729
1.99/2.00	c  0.0s |       0 |       37 |        0 |    21362      0 |    15874 |    31729
1.99/2.00	c #cpu_time = 0.008s
1.99/2.00	c #wall_clock_time = 0.008s
1.99/2.00	c #decision = 37
1.99/2.00	c #random_decision = 0
1.99/2.00	c #conflict = 0
1.99/2.00	c #restart = 0
1.99/2.00	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
1.99/2.00	c lower bound updated to -870
1.99/2.00	c BCD2: 130 <= obj <= 877
1.99/2.00	c BCD2: #cores=27, #unrelaxed=706, #relaxed=294, #hardened=0
1.99/2.00	c BCD2: #sat=1 #unsat=131 bias=131/132
1.99/2.00	c Solving starts ...
1.99/2.00	c ============================[ Search Statistics ]============================
1.99/2.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.00	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.00	c =============================================================================
1.99/2.00	c  0.0s |       0 |        0 |        0 |    21362      0 |    15875 |    31729
1.99/2.01	c  0.0s |       0 |       39 |        0 |    21362      0 |    15875 |    31730
1.99/2.01	c #cpu_time = 0.008s
1.99/2.01	c #wall_clock_time = 0.008s
1.99/2.01	c #decision = 39
1.99/2.01	c #random_decision = 0
1.99/2.01	c #conflict = 0
1.99/2.01	c #restart = 0
1.99/2.01	c BCD2: found a new core of size 2: cost of the new core is >=1
1.99/2.01	c lower bound updated to -869
1.99/2.01	c BCD2: 131 <= obj <= 877
1.99/2.01	c BCD2: #cores=28, #unrelaxed=704, #relaxed=296, #hardened=0
1.99/2.01	c BCD2: #sat=1 #unsat=132 bias=132/133
1.99/2.01	c Solving starts ...
1.99/2.01	c ============================[ Search Statistics ]============================
1.99/2.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.01	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.01	c =============================================================================
1.99/2.01	c  0.0s |       0 |        0 |        0 |    21362      0 |    15875 |    31731
1.99/2.02	c  0.0s |       0 |       39 |        0 |    21362      0 |    15875 |    31731
1.99/2.02	c #cpu_time = 0.008s
1.99/2.02	c #wall_clock_time = 0.008s
1.99/2.02	c #decision = 39
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 0
1.99/2.02	c #restart = 0
1.99/2.02	c BCD2: found a new core of size 2: cost of the new core is >=1
1.99/2.02	c lower bound updated to -868
1.99/2.02	c BCD2: 132 <= obj <= 877
1.99/2.02	c BCD2: #cores=29, #unrelaxed=702, #relaxed=298, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=133 bias=133/134
1.99/2.02	c Solving starts ...
1.99/2.02	c ============================[ Search Statistics ]============================
1.99/2.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.02	c =============================================================================
1.99/2.02	c  0.0s |       0 |        0 |        0 |    21362      0 |    15875 |    31732
1.99/2.03	c  0.0s |       0 |       42 |        0 |    21362      0 |    15875 |    31732
1.99/2.03	c #cpu_time = 0.008s
1.99/2.03	c #wall_clock_time = 0.008s
1.99/2.03	c #decision = 42
1.99/2.03	c #random_decision = 0
1.99/2.03	c #conflict = 0
1.99/2.03	c #restart = 0
1.99/2.03	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 11: cost of the new core is >=4
1.99/2.03	c lower bound updated to -867
1.99/2.03	c BCD2: 133 <= obj <= 877
1.99/2.03	c BCD2: #cores=29, #unrelaxed=697, #relaxed=303, #hardened=0
1.99/2.03	c BCD2: #sat=1 #unsat=134 bias=134/135
1.99/2.03	c Solving starts ...
1.99/2.03	c ============================[ Search Statistics ]============================
1.99/2.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.03	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.03	c =============================================================================
1.99/2.03	c  0.0s |       0 |        0 |        0 |    21362      0 |    15876 |    31732
1.99/2.04	c  0.0s |       0 |       39 |        0 |    21362      0 |    15876 |    31733
1.99/2.04	c #cpu_time = 0.008s
1.99/2.04	c #wall_clock_time = 0.008s
1.99/2.04	c #decision = 39
1.99/2.04	c #random_decision = 0
1.99/2.04	c #conflict = 0
1.99/2.04	c #restart = 0
1.99/2.04	c BCD2: found a new core of size 2: cost of the new core is >=1
1.99/2.04	c lower bound updated to -866
1.99/2.04	c BCD2: 134 <= obj <= 877
1.99/2.04	c BCD2: #cores=30, #unrelaxed=695, #relaxed=305, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=135 bias=135/136
1.99/2.04	c Solving starts ...
1.99/2.04	c ============================[ Search Statistics ]============================
1.99/2.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.04	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.04	c =============================================================================
1.99/2.04	c  0.0s |       0 |        0 |        0 |    21362      0 |    15876 |    31734
1.99/2.05	c  0.0s |       0 |       41 |        0 |    21362      0 |    15876 |    31734
1.99/2.05	c #cpu_time = 0.008s
1.99/2.05	c #wall_clock_time = 0.008s
1.99/2.05	c #decision = 41
1.99/2.05	c #random_decision = 0
1.99/2.05	c #conflict = 0
1.99/2.05	c #restart = 0
1.99/2.05	c BCD2: found a new core of size 2: cost of the new core is >=1
1.99/2.05	c lower bound updated to -865
1.99/2.05	c BCD2: 135 <= obj <= 877
1.99/2.05	c BCD2: #cores=31, #unrelaxed=693, #relaxed=307, #hardened=0
1.99/2.05	c BCD2: #sat=1 #unsat=136 bias=136/137
1.99/2.05	c Solving starts ...
1.99/2.05	c ============================[ Search Statistics ]============================
1.99/2.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.05	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.05	c =============================================================================
1.99/2.05	c  0.0s |       0 |        0 |        0 |    21362      0 |    15876 |    31735
1.99/2.06	c  0.0s |       0 |       42 |        0 |    21362      0 |    15876 |    31735
1.99/2.06	c #cpu_time = 0.008s
1.99/2.06	c #wall_clock_time = 0.008s
1.99/2.06	c #decision = 42
1.99/2.06	c #random_decision = 0
1.99/2.06	c #conflict = 0
1.99/2.06	c #restart = 0
1.99/2.06	c BCD2: found a new core of size 2: cost of the new core is >=1
1.99/2.06	c lower bound updated to -864
1.99/2.06	c BCD2: 136 <= obj <= 877
1.99/2.06	c BCD2: #cores=32, #unrelaxed=691, #relaxed=309, #hardened=0
1.99/2.06	c BCD2: #sat=1 #unsat=137 bias=137/138
1.99/2.06	c Solving starts ...
1.99/2.06	c ============================[ Search Statistics ]============================
1.99/2.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.06	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.06	c =============================================================================
1.99/2.06	c  0.0s |       0 |        0 |        0 |    21362      0 |    15876 |    31736
1.99/2.07	c  0.0s |       0 |       43 |        0 |    21362      0 |    15876 |    31736
1.99/2.07	c #cpu_time = 0.008s
1.99/2.07	c #wall_clock_time = 0.008s
1.99/2.07	c #decision = 43
1.99/2.07	c #random_decision = 0
1.99/2.07	c #conflict = 0
1.99/2.07	c #restart = 0
1.99/2.07	c BCD2: found a new core of size 2: cost of the new core is >=1
1.99/2.07	c lower bound updated to -863
1.99/2.07	c BCD2: 137 <= obj <= 877
1.99/2.07	c BCD2: #cores=33, #unrelaxed=689, #relaxed=311, #hardened=0
1.99/2.07	c BCD2: #sat=1 #unsat=138 bias=138/139
1.99/2.07	c Solving starts ...
1.99/2.07	c ============================[ Search Statistics ]============================
1.99/2.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.07	c =============================================================================
1.99/2.07	c  0.0s |       0 |        0 |        0 |    21362      0 |    15876 |    31737
1.99/2.08	c  0.0s |       0 |       44 |        0 |    21362      0 |    15876 |    31737
1.99/2.08	c #cpu_time = 0.008s
1.99/2.08	c #wall_clock_time = 0.008s
1.99/2.08	c #decision = 44
1.99/2.08	c #random_decision = 0
1.99/2.08	c #conflict = 0
1.99/2.08	c #restart = 0
1.99/2.08	c BCD2: found a new core of size 2: cost of the new core is >=1
1.99/2.08	c lower bound updated to -862
1.99/2.08	c BCD2: 138 <= obj <= 877
1.99/2.08	c BCD2: #cores=34, #unrelaxed=687, #relaxed=313, #hardened=0
1.99/2.08	c BCD2: #sat=1 #unsat=139 bias=139/140
1.99/2.08	c Solving starts ...
1.99/2.08	c ============================[ Search Statistics ]============================
1.99/2.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.08	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.08	c =============================================================================
1.99/2.08	c  0.0s |       0 |        0 |        0 |    21362      0 |    15876 |    31738
1.99/2.09	c  0.0s |       0 |       45 |        0 |    21362      0 |    15876 |    31738
1.99/2.09	c #cpu_time = 0.008s
1.99/2.09	c #wall_clock_time = 0.008s
1.99/2.09	c #decision = 45
1.99/2.09	c #random_decision = 0
1.99/2.09	c #conflict = 0
1.99/2.09	c #restart = 0
1.99/2.09	c BCD2: found a new core of size 2: cost of the new core is >=1
1.99/2.09	c lower bound updated to -861
1.99/2.09	c BCD2: 139 <= obj <= 877
1.99/2.09	c BCD2: #cores=35, #unrelaxed=685, #relaxed=315, #hardened=0
1.99/2.09	c BCD2: #sat=1 #unsat=140 bias=140/141
1.99/2.09	c Solving starts ...
1.99/2.09	c ============================[ Search Statistics ]============================
1.99/2.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.09	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.09	c =============================================================================
1.99/2.09	c  0.0s |       0 |        0 |        0 |    21362      0 |    15876 |    31739
2.09/2.10	c  0.0s |       0 |       46 |        0 |    21362      0 |    15876 |    31739
2.09/2.10	c #cpu_time = 0.008s
2.09/2.10	c #wall_clock_time = 0.008s
2.09/2.10	c #decision = 46
2.09/2.10	c #random_decision = 0
2.09/2.10	c #conflict = 0
2.09/2.10	c #restart = 0
2.09/2.10	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.09/2.10	c lower bound updated to -860
2.09/2.10	c BCD2: 140 <= obj <= 877
2.09/2.10	c BCD2: #cores=35, #unrelaxed=683, #relaxed=317, #hardened=0
2.09/2.10	c BCD2: #sat=1 #unsat=141 bias=141/142
2.09/2.10	c Solving starts ...
2.09/2.10	c ============================[ Search Statistics ]============================
2.09/2.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.10	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.10	c =============================================================================
2.09/2.10	c  0.0s |       0 |        0 |        0 |    21362      0 |    15877 |    31739
2.09/2.10	c  0.0s |       0 |       45 |        0 |    21362      0 |    15877 |    31740
2.09/2.10	c #cpu_time = 0.008s
2.09/2.10	c #wall_clock_time = 0.008s
2.09/2.10	c #decision = 45
2.09/2.10	c #random_decision = 0
2.09/2.11	c #conflict = 0
2.09/2.11	c #restart = 0
2.09/2.11	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.11	c lower bound updated to -859
2.09/2.11	c BCD2: 141 <= obj <= 877
2.09/2.11	c BCD2: #cores=36, #unrelaxed=681, #relaxed=319, #hardened=0
2.09/2.11	c BCD2: #sat=1 #unsat=142 bias=142/143
2.09/2.11	c Solving starts ...
2.09/2.11	c ============================[ Search Statistics ]============================
2.09/2.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.11	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.11	c =============================================================================
2.09/2.11	c  0.0s |       0 |        0 |        0 |    21362      0 |    15877 |    31741
2.09/2.11	c  0.0s |       0 |       48 |        0 |    21362      0 |    15877 |    31741
2.09/2.11	c #cpu_time = 0.008s
2.09/2.11	c #wall_clock_time = 0.008s
2.09/2.11	c #decision = 48
2.09/2.11	c #random_decision = 0
2.09/2.11	c #conflict = 0
2.09/2.11	c #restart = 0
2.09/2.11	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.09/2.11	c lower bound updated to -858
2.09/2.12	c BCD2: 142 <= obj <= 877
2.09/2.12	c BCD2: #cores=36, #unrelaxed=679, #relaxed=321, #hardened=0
2.09/2.12	c BCD2: #sat=1 #unsat=143 bias=143/144
2.09/2.12	c Solving starts ...
2.09/2.12	c ============================[ Search Statistics ]============================
2.09/2.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.12	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.12	c =============================================================================
2.09/2.12	c  0.0s |       0 |        0 |        0 |    21362      0 |    15878 |    31741
2.09/2.13	c  0.0s |       0 |       47 |        0 |    21362      0 |    15878 |    31742
2.09/2.13	c #cpu_time = 0.008s
2.09/2.13	c #wall_clock_time = 0.008s
2.09/2.13	c #decision = 47
2.09/2.13	c #random_decision = 0
2.09/2.13	c #conflict = 0
2.09/2.13	c #restart = 0
2.09/2.13	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.09/2.13	c lower bound updated to -857
2.09/2.13	c BCD2: 143 <= obj <= 877
2.09/2.13	c BCD2: #cores=36, #unrelaxed=677, #relaxed=323, #hardened=0
2.09/2.13	c BCD2: #sat=1 #unsat=144 bias=144/145
2.09/2.13	c Solving starts ...
2.09/2.13	c ============================[ Search Statistics ]============================
2.09/2.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.13	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.13	c =============================================================================
2.09/2.13	c  0.0s |       0 |        0 |        0 |    21362      0 |    15879 |    31742
2.09/2.13	c  0.0s |       0 |       46 |        0 |    21362      0 |    15879 |    31743
2.09/2.13	c #cpu_time = 0.008s
2.09/2.13	c #wall_clock_time = 0.008s
2.09/2.13	c #decision = 46
2.09/2.13	c #random_decision = 0
2.09/2.13	c #conflict = 0
2.09/2.13	c #restart = 0
2.09/2.13	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.13	c lower bound updated to -856
2.09/2.14	c BCD2: 144 <= obj <= 877
2.09/2.14	c BCD2: #cores=37, #unrelaxed=675, #relaxed=325, #hardened=0
2.09/2.14	c BCD2: #sat=1 #unsat=145 bias=145/146
2.09/2.14	c Solving starts ...
2.09/2.14	c ============================[ Search Statistics ]============================
2.09/2.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.14	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.14	c =============================================================================
2.09/2.14	c  0.0s |       0 |        0 |        0 |    21362      0 |    15879 |    31744
2.09/2.14	c  0.0s |       0 |       46 |        0 |    21362      0 |    15879 |    31744
2.09/2.14	c #cpu_time = 0.008s
2.09/2.14	c #wall_clock_time = 0.008s
2.09/2.14	c #decision = 46
2.09/2.14	c #random_decision = 0
2.09/2.14	c #conflict = 0
2.09/2.14	c #restart = 0
2.09/2.14	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.14	c lower bound updated to -855
2.09/2.15	c BCD2: 145 <= obj <= 877
2.09/2.15	c BCD2: #cores=38, #unrelaxed=673, #relaxed=327, #hardened=0
2.09/2.15	c BCD2: #sat=1 #unsat=146 bias=146/147
2.09/2.15	c Solving starts ...
2.09/2.15	c ============================[ Search Statistics ]============================
2.09/2.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.15	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.15	c =============================================================================
2.09/2.15	c  0.0s |       0 |        0 |        0 |    21362      0 |    15879 |    31745
2.09/2.15	c  0.0s |       0 |       47 |        0 |    21362      0 |    15879 |    31745
2.09/2.15	c #cpu_time = 0.008s
2.09/2.15	c #wall_clock_time = 0.008s
2.09/2.15	c #decision = 47
2.09/2.15	c #random_decision = 0
2.09/2.15	c #conflict = 0
2.09/2.15	c #restart = 0
2.09/2.15	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.09/2.15	c lower bound updated to -854
2.09/2.15	c BCD2: 146 <= obj <= 877
2.09/2.15	c BCD2: #cores=38, #unrelaxed=671, #relaxed=329, #hardened=0
2.09/2.15	c BCD2: #sat=1 #unsat=147 bias=147/148
2.09/2.15	c Solving starts ...
2.09/2.15	c ============================[ Search Statistics ]============================
2.09/2.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.15	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.15	c =============================================================================
2.09/2.15	c  0.0s |       0 |        0 |        0 |    21362      0 |    15880 |    31745
2.09/2.16	c  0.0s |       0 |       46 |        0 |    21362      0 |    15880 |    31746
2.09/2.16	c #cpu_time = 0.008s
2.09/2.16	c #wall_clock_time = 0.008s
2.09/2.16	c #decision = 46
2.09/2.16	c #random_decision = 0
2.09/2.16	c #conflict = 0
2.09/2.16	c #restart = 0
2.09/2.16	c BCD2: found a new core of size 2: cost of the new core is >=1
2.09/2.16	c lower bound updated to -853
2.09/2.16	c BCD2: 147 <= obj <= 877
2.09/2.16	c BCD2: #cores=39, #unrelaxed=669, #relaxed=331, #hardened=0
2.09/2.16	c BCD2: #sat=1 #unsat=148 bias=148/149
2.09/2.16	c Solving starts ...
2.09/2.16	c ============================[ Search Statistics ]============================
2.09/2.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.16	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.16	c =============================================================================
2.09/2.16	c  0.0s |       0 |        0 |        0 |    21362      0 |    15880 |    31747
2.09/2.17	c  0.0s |       0 |       46 |        0 |    21362      0 |    15880 |    31747
2.09/2.17	c #cpu_time = 0.008s
2.09/2.17	c #wall_clock_time = 0.008s
2.09/2.17	c #decision = 46
2.09/2.17	c #random_decision = 0
2.09/2.17	c #conflict = 0
2.09/2.17	c #restart = 0
2.09/2.17	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.09/2.17	c lower bound updated to -852
2.09/2.17	c BCD2: 148 <= obj <= 877
2.09/2.17	c BCD2: #cores=38, #unrelaxed=667, #relaxed=333, #hardened=0
2.09/2.17	c BCD2: #sat=1 #unsat=149 bias=149/150
2.09/2.17	c Solving starts ...
2.09/2.17	c ============================[ Search Statistics ]============================
2.09/2.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.17	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.17	c =============================================================================
2.09/2.17	c  0.0s |       0 |        0 |        0 |    21362      0 |    15882 |    31747
2.09/2.18	c  0.0s |       0 |       45 |        0 |    21362      0 |    15882 |    31749
2.09/2.18	c #cpu_time = 0.008s
2.09/2.18	c #wall_clock_time = 0.008s
2.09/2.18	c #decision = 45
2.09/2.18	c #random_decision = 0
2.09/2.18	c #conflict = 0
2.09/2.18	c #restart = 0
2.09/2.18	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.09/2.18	c lower bound updated to -851
2.09/2.18	c BCD2: 149 <= obj <= 877
2.09/2.18	c BCD2: #cores=38, #unrelaxed=665, #relaxed=335, #hardened=0
2.09/2.18	c BCD2: #sat=1 #unsat=150 bias=150/151
2.09/2.18	c Solving starts ...
2.09/2.18	c ============================[ Search Statistics ]============================
2.09/2.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.18	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.18	c =============================================================================
2.09/2.18	c  0.0s |       0 |        0 |        0 |    21362      0 |    15883 |    31749
2.09/2.19	c  0.0s |       0 |       44 |        0 |    21362      0 |    15883 |    31750
2.09/2.19	c #cpu_time = 0.008s
2.09/2.19	c #wall_clock_time = 0.008s
2.09/2.19	c #decision = 44
2.09/2.19	c #random_decision = 0
2.09/2.19	c #conflict = 0
2.09/2.19	c #restart = 0
2.09/2.19	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.09/2.19	c lower bound updated to -850
2.09/2.19	c BCD2: 150 <= obj <= 877
2.09/2.19	c BCD2: #cores=37, #unrelaxed=663, #relaxed=337, #hardened=0
2.09/2.19	c BCD2: #sat=1 #unsat=151 bias=151/152
2.09/2.19	c Solving starts ...
2.09/2.19	c ============================[ Search Statistics ]============================
2.09/2.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.19	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.19	c =============================================================================
2.09/2.19	c  0.0s |       0 |        0 |        0 |    21362      0 |    15885 |    31750
2.09/2.20	c  0.0s |       0 |       45 |        1 |    21362      0 |    15885 |    31752
2.09/2.20	c #cpu_time = 0.008s
2.09/2.20	c #wall_clock_time = 0.008s
2.09/2.20	c #decision = 45
2.09/2.20	c #random_decision = 0
2.09/2.20	c #conflict = 1
2.09/2.20	c #restart = 0
2.09/2.20	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=4
2.09/2.20	c lower bound updated to -849
2.09/2.20	c BCD2: 151 <= obj <= 877
2.09/2.20	c BCD2: #cores=36, #unrelaxed=661, #relaxed=339, #hardened=0
2.09/2.20	c BCD2: #sat=1 #unsat=152 bias=152/153
2.09/2.20	c Solving starts ...
2.09/2.20	c ============================[ Search Statistics ]============================
2.09/2.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.20	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.20	c =============================================================================
2.09/2.20	c  0.0s |       0 |        0 |        0 |    21362      0 |    15887 |    31752
2.19/2.21	c  0.0s |       0 |       41 |        0 |    21362      0 |    15887 |    31754
2.19/2.21	c #cpu_time = 0.008s
2.19/2.21	c #wall_clock_time = 0.008s
2.19/2.21	c #decision = 41
2.19/2.21	c #random_decision = 0
2.19/2.21	c #conflict = 0
2.19/2.21	c #restart = 0
2.19/2.21	c BCD2: found a new core of size 2: cost of the new core is >=1
2.19/2.21	c lower bound updated to -848
2.19/2.21	c BCD2: 152 <= obj <= 877
2.19/2.21	c BCD2: #cores=37, #unrelaxed=659, #relaxed=341, #hardened=0
2.19/2.21	c BCD2: #sat=1 #unsat=153 bias=153/154
2.19/2.21	c Solving starts ...
2.19/2.21	c ============================[ Search Statistics ]============================
2.19/2.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.21	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.21	c =============================================================================
2.19/2.21	c  0.0s |       0 |        0 |        0 |    21362      0 |    15887 |    31755
2.19/2.22	c  0.0s |       0 |       42 |        0 |    21362      0 |    15887 |    31755
2.19/2.22	c #cpu_time = 0.008s
2.19/2.22	c #wall_clock_time = 0.008s
2.19/2.22	c #decision = 42
2.19/2.22	c #random_decision = 0
2.19/2.22	c #conflict = 0
2.19/2.22	c #restart = 0
2.19/2.22	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.19/2.22	c lower bound updated to -847
2.19/2.22	c BCD2: 153 <= obj <= 877
2.19/2.22	c BCD2: #cores=36, #unrelaxed=657, #relaxed=343, #hardened=0
2.19/2.22	c BCD2: #sat=1 #unsat=154 bias=154/155
2.19/2.22	c Solving starts ...
2.19/2.22	c ============================[ Search Statistics ]============================
2.19/2.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.22	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.22	c =============================================================================
2.19/2.22	c  0.0s |       0 |        0 |        0 |    21362      0 |    15889 |    31755
2.19/2.23	c  0.0s |       0 |       41 |        0 |    21362      0 |    15889 |    31757
2.19/2.23	c #cpu_time = 0.008s
2.19/2.23	c #wall_clock_time = 0.008s
2.19/2.23	c #decision = 41
2.19/2.23	c #random_decision = 0
2.19/2.23	c #conflict = 0
2.19/2.23	c #restart = 0
2.19/2.23	c BCD2: found a new core of size 2: cost of the new core is >=1
2.19/2.23	c lower bound updated to -846
2.19/2.23	c BCD2: 154 <= obj <= 877
2.19/2.23	c BCD2: #cores=37, #unrelaxed=655, #relaxed=345, #hardened=0
2.19/2.23	c BCD2: #sat=1 #unsat=155 bias=155/156
2.19/2.23	c Solving starts ...
2.19/2.23	c ============================[ Search Statistics ]============================
2.19/2.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.23	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.23	c =============================================================================
2.19/2.23	c  0.0s |       0 |        0 |        0 |    21362      0 |    15889 |    31758
2.19/2.24	c  0.0s |       0 |       41 |        0 |    21362      0 |    15889 |    31758
2.19/2.24	c #cpu_time = 0.008s
2.19/2.24	c #wall_clock_time = 0.008s
2.19/2.24	c #decision = 41
2.19/2.24	c #random_decision = 0
2.19/2.24	c #conflict = 0
2.19/2.24	c #restart = 0
2.19/2.24	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.19/2.24	c lower bound updated to -845
2.19/2.24	c BCD2: 155 <= obj <= 877
2.19/2.24	c BCD2: #cores=37, #unrelaxed=653, #relaxed=347, #hardened=0
2.19/2.24	c BCD2: #sat=1 #unsat=156 bias=156/157
2.19/2.24	c Solving starts ...
2.19/2.24	c ============================[ Search Statistics ]============================
2.19/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.24	c =============================================================================
2.19/2.24	c  0.0s |       0 |        0 |        0 |    21362      0 |    15890 |    31758
2.19/2.24	c  0.0s |       0 |       49 |        0 |    21362      0 |    15890 |    31759
2.19/2.24	c #cpu_time = 0.008s
2.19/2.24	c #wall_clock_time = 0.008s
2.19/2.24	c #decision = 49
2.19/2.24	c #random_decision = 0
2.19/2.24	c #conflict = 0
2.19/2.24	c #restart = 0
2.19/2.24	c BCD2: found a new core of size 2: cost of the new core is >=1
2.19/2.24	c lower bound updated to -844
2.19/2.25	c BCD2: 156 <= obj <= 877
2.19/2.25	c BCD2: #cores=38, #unrelaxed=651, #relaxed=349, #hardened=0
2.19/2.25	c BCD2: #sat=1 #unsat=157 bias=157/158
2.19/2.25	c Solving starts ...
2.19/2.25	c ============================[ Search Statistics ]============================
2.19/2.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.25	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.25	c =============================================================================
2.19/2.25	c  0.0s |       0 |        0 |        0 |    21362      0 |    15890 |    31760
2.19/2.25	c  0.0s |       0 |       49 |        0 |    21362      0 |    15890 |    31760
2.19/2.25	c #cpu_time = 0.008s
2.19/2.25	c #wall_clock_time = 0.008s
2.19/2.25	c #decision = 49
2.19/2.25	c #random_decision = 0
2.19/2.25	c #conflict = 0
2.19/2.25	c #restart = 0
2.19/2.25	c BCD2: found a new core of size 2: cost of the new core is >=1
2.19/2.25	c lower bound updated to -843
2.19/2.26	c BCD2: 157 <= obj <= 877
2.19/2.26	c BCD2: #cores=39, #unrelaxed=649, #relaxed=351, #hardened=0
2.19/2.26	c BCD2: #sat=1 #unsat=158 bias=158/159
2.19/2.26	c Solving starts ...
2.19/2.26	c ============================[ Search Statistics ]============================
2.19/2.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.26	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.26	c =============================================================================
2.19/2.26	c  0.0s |       0 |        0 |        0 |    21362      0 |    15890 |    31761
2.19/2.26	c  0.0s |       0 |       51 |        0 |    21362      0 |    15890 |    31761
2.19/2.26	c #cpu_time = 0.008s
2.19/2.26	c #wall_clock_time = 0.008s
2.19/2.26	c #decision = 51
2.19/2.26	c #random_decision = 0
2.19/2.26	c #conflict = 0
2.19/2.26	c #restart = 0
2.19/2.26	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.19/2.26	c lower bound updated to -842
2.19/2.27	c BCD2: 158 <= obj <= 877
2.19/2.27	c BCD2: #cores=39, #unrelaxed=647, #relaxed=353, #hardened=0
2.19/2.27	c BCD2: #sat=1 #unsat=159 bias=159/160
2.19/2.27	c Solving starts ...
2.19/2.27	c ============================[ Search Statistics ]============================
2.19/2.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.27	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.27	c =============================================================================
2.19/2.27	c  0.0s |       0 |        0 |        0 |    21362      0 |    15891 |    31761
2.19/2.27	c  0.0s |       0 |       50 |        0 |    21362      0 |    15891 |    31762
2.19/2.27	c #cpu_time = 0.008s
2.19/2.27	c #wall_clock_time = 0.008s
2.19/2.27	c #decision = 50
2.19/2.27	c #random_decision = 0
2.19/2.27	c #conflict = 0
2.19/2.27	c #restart = 0
2.19/2.27	c BCD2: found a new core of size 2: cost of the new core is >=1
2.19/2.27	c lower bound updated to -841
2.19/2.28	c BCD2: 159 <= obj <= 877
2.19/2.28	c BCD2: #cores=40, #unrelaxed=645, #relaxed=355, #hardened=0
2.19/2.28	c BCD2: #sat=1 #unsat=160 bias=160/161
2.19/2.28	c Solving starts ...
2.19/2.28	c ============================[ Search Statistics ]============================
2.19/2.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.28	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.28	c =============================================================================
2.19/2.28	c  0.0s |       0 |        0 |        0 |    21362      0 |    15891 |    31763
2.19/2.28	c  0.0s |       0 |       50 |        0 |    21362      0 |    15891 |    31763
2.19/2.28	c #cpu_time = 0.008s
2.19/2.28	c #wall_clock_time = 0.008s
2.19/2.28	c #decision = 50
2.19/2.28	c #random_decision = 0
2.19/2.28	c #conflict = 0
2.19/2.28	c #restart = 0
2.19/2.28	c BCD2: relaxing 6 and merging with 4 cores into a new core of size 20: cost of the new core is >=8
2.19/2.28	c lower bound updated to -840
2.19/2.29	c BCD2: 160 <= obj <= 877
2.19/2.29	c BCD2: #cores=37, #unrelaxed=639, #relaxed=361, #hardened=0
2.19/2.29	c BCD2: #sat=1 #unsat=161 bias=161/162
2.19/2.29	c Solving starts ...
2.19/2.29	c ============================[ Search Statistics ]============================
2.19/2.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.29	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.29	c =============================================================================
2.19/2.29	c  0.0s |       0 |        0 |        0 |    21362      0 |    15895 |    31763
2.19/2.29	c  0.0s |       0 |       44 |        0 |    21362      0 |    15895 |    31767
2.19/2.29	c #cpu_time = 0.008s
2.19/2.29	c #wall_clock_time = 0.008s
2.19/2.29	c #decision = 44
2.19/2.29	c #random_decision = 0
2.19/2.29	c #conflict = 0
2.19/2.29	c #restart = 0
2.19/2.29	c BCD2: found a new core of size 2: cost of the new core is >=1
2.19/2.29	c lower bound updated to -839
2.19/2.30	c BCD2: 161 <= obj <= 877
2.19/2.30	c BCD2: #cores=38, #unrelaxed=637, #relaxed=363, #hardened=0
2.19/2.30	c BCD2: #sat=1 #unsat=162 bias=162/163
2.19/2.30	c Solving starts ...
2.19/2.30	c ============================[ Search Statistics ]============================
2.19/2.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.30	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.30	c =============================================================================
2.19/2.30	c  0.0s |       0 |        0 |        0 |    21362      0 |    15895 |    31768
2.29/2.30	c  0.0s |       0 |       46 |        0 |    21362      0 |    15895 |    31768
2.29/2.30	c #cpu_time = 0.008s
2.29/2.30	c #wall_clock_time = 0.008s
2.29/2.30	c #decision = 46
2.29/2.30	c #random_decision = 0
2.29/2.30	c #conflict = 0
2.29/2.30	c #restart = 0
2.29/2.30	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.29/2.30	c lower bound updated to -838
2.29/2.30	c BCD2: 162 <= obj <= 877
2.29/2.30	c BCD2: #cores=38, #unrelaxed=635, #relaxed=365, #hardened=0
2.29/2.31	c BCD2: #sat=1 #unsat=163 bias=163/164
2.29/2.31	c Solving starts ...
2.29/2.31	c ============================[ Search Statistics ]============================
2.29/2.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.31	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.31	c =============================================================================
2.29/2.31	c  0.0s |       0 |        0 |        0 |    21362      0 |    15896 |    31768
2.29/2.31	c  0.0s |       0 |       47 |        0 |    21362      0 |    15896 |    31769
2.29/2.31	c #cpu_time = 0.008s
2.29/2.31	c #wall_clock_time = 0.008s
2.29/2.31	c #decision = 47
2.29/2.31	c #random_decision = 0
2.29/2.31	c #conflict = 0
2.29/2.31	c #restart = 0
2.29/2.31	c BCD2: found a new core of size 2: cost of the new core is >=1
2.29/2.31	c lower bound updated to -837
2.29/2.32	c BCD2: 163 <= obj <= 877
2.29/2.32	c BCD2: #cores=39, #unrelaxed=633, #relaxed=367, #hardened=0
2.29/2.32	c BCD2: #sat=1 #unsat=164 bias=164/165
2.29/2.32	c Solving starts ...
2.29/2.32	c ============================[ Search Statistics ]============================
2.29/2.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.32	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.32	c =============================================================================
2.29/2.32	c  0.0s |       0 |        0 |        0 |    21362      0 |    15896 |    31770
2.29/2.32	c  0.0s |       0 |       50 |        0 |    21362      0 |    15896 |    31770
2.29/2.32	c #cpu_time = 0.008s
2.29/2.32	c #wall_clock_time = 0.008s
2.29/2.32	c #decision = 50
2.29/2.32	c #random_decision = 0
2.29/2.32	c #conflict = 0
2.29/2.32	c #restart = 0
2.29/2.32	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.29/2.32	c lower bound updated to -836
2.29/2.32	c BCD2: 164 <= obj <= 877
2.29/2.32	c BCD2: #cores=39, #unrelaxed=631, #relaxed=369, #hardened=0
2.29/2.32	c BCD2: #sat=1 #unsat=165 bias=165/166
2.29/2.32	c Solving starts ...
2.29/2.32	c ============================[ Search Statistics ]============================
2.29/2.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.32	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.32	c =============================================================================
2.29/2.32	c  0.0s |       0 |        0 |        0 |    21362      0 |    15897 |    31770
2.29/2.33	c  0.0s |       0 |       49 |        0 |    21362      0 |    15897 |    31771
2.29/2.33	c #cpu_time = 0.008s
2.29/2.33	c #wall_clock_time = 0.008s
2.29/2.33	c #decision = 49
2.29/2.33	c #random_decision = 0
2.29/2.33	c #conflict = 0
2.29/2.33	c #restart = 0
2.29/2.33	c BCD2: found a new core of size 2: cost of the new core is >=1
2.29/2.33	c lower bound updated to -835
2.29/2.33	c BCD2: 165 <= obj <= 877
2.29/2.33	c BCD2: #cores=40, #unrelaxed=629, #relaxed=371, #hardened=0
2.29/2.33	c BCD2: #sat=1 #unsat=166 bias=166/167
2.29/2.33	c Solving starts ...
2.29/2.33	c ============================[ Search Statistics ]============================
2.29/2.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.33	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.33	c =============================================================================
2.29/2.33	c  0.0s |       0 |        0 |        0 |    21362      0 |    15897 |    31772
2.29/2.34	c  0.0s |       0 |       53 |        1 |    21362      0 |    15897 |    31772
2.29/2.34	c #cpu_time = 0.008s
2.29/2.34	c #wall_clock_time = 0.008s
2.29/2.34	c #decision = 53
2.29/2.34	c #random_decision = 0
2.29/2.34	c #conflict = 1
2.29/2.34	c #restart = 0
2.29/2.34	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
2.29/2.34	c lower bound updated to -834
2.29/2.34	c BCD2: 166 <= obj <= 877
2.29/2.34	c BCD2: #cores=40, #unrelaxed=627, #relaxed=373, #hardened=0
2.29/2.34	c BCD2: #sat=1 #unsat=167 bias=167/168
2.29/2.34	c Solving starts ...
2.29/2.34	c ============================[ Search Statistics ]============================
2.29/2.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.34	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.34	c =============================================================================
2.29/2.34	c  0.0s |       0 |        0 |        0 |    21362      0 |    15898 |    31772
2.29/2.35	c  0.0s |       0 |       51 |        0 |    21362      0 |    15898 |    31773
2.29/2.35	c #cpu_time = 0.008s
2.29/2.35	c #wall_clock_time = 0.008s
2.29/2.35	c #decision = 51
2.29/2.35	c #random_decision = 0
2.29/2.35	c #conflict = 0
2.29/2.35	c #restart = 0
2.29/2.35	c BCD2: found a new core of size 2: cost of the new core is >=1
2.29/2.35	c lower bound updated to -833
2.29/2.35	c BCD2: 167 <= obj <= 877
2.29/2.35	c BCD2: #cores=41, #unrelaxed=625, #relaxed=375, #hardened=0
2.29/2.35	c BCD2: #sat=1 #unsat=168 bias=168/169
2.29/2.35	c Solving starts ...
2.29/2.35	c ============================[ Search Statistics ]============================
2.29/2.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.35	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.35	c =============================================================================
2.29/2.35	c  0.0s |       0 |        0 |        0 |    21362      0 |    15898 |    31774
2.29/2.36	c  0.0s |       0 |       51 |        0 |    21362      0 |    15898 |    31774
2.29/2.36	c #cpu_time = 0.008s
2.29/2.36	c #wall_clock_time = 0.008s
2.29/2.36	c #decision = 51
2.29/2.36	c #random_decision = 0
2.29/2.36	c #conflict = 0
2.29/2.36	c #restart = 0
2.29/2.36	c BCD2: found a new core of size 2: cost of the new core is >=1
2.29/2.36	c lower bound updated to -832
2.29/2.36	c BCD2: 168 <= obj <= 877
2.29/2.36	c BCD2: #cores=42, #unrelaxed=623, #relaxed=377, #hardened=0
2.29/2.36	c BCD2: #sat=1 #unsat=169 bias=169/170
2.29/2.36	c Solving starts ...
2.29/2.36	c ============================[ Search Statistics ]============================
2.29/2.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.36	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.36	c =============================================================================
2.29/2.36	c  0.0s |       0 |        0 |        0 |    21362      0 |    15898 |    31775
2.29/2.37	c  0.0s |       0 |       51 |        0 |    21362      0 |    15898 |    31775
2.29/2.37	c #cpu_time = 0.008s
2.29/2.37	c #wall_clock_time = 0.008s
2.29/2.37	c #decision = 51
2.29/2.37	c #random_decision = 0
2.29/2.37	c #conflict = 0
2.29/2.37	c #restart = 0
2.29/2.37	c BCD2: found a new core of size 2: cost of the new core is >=1
2.29/2.37	c lower bound updated to -831
2.29/2.37	c BCD2: 169 <= obj <= 877
2.29/2.37	c BCD2: #cores=43, #unrelaxed=621, #relaxed=379, #hardened=0
2.29/2.37	c BCD2: #sat=1 #unsat=170 bias=170/171
2.29/2.37	c Solving starts ...
2.29/2.37	c ============================[ Search Statistics ]============================
2.29/2.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.37	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.37	c =============================================================================
2.29/2.37	c  0.0s |       0 |        0 |        0 |    21362      0 |    15898 |    31776
2.29/2.38	c  0.0s |       0 |       51 |        0 |    21362      0 |    15898 |    31776
2.29/2.38	c #cpu_time = 0.008s
2.29/2.38	c #wall_clock_time = 0.008s
2.29/2.38	c #decision = 51
2.29/2.38	c #random_decision = 0
2.29/2.38	c #conflict = 0
2.29/2.38	c #restart = 0
2.29/2.38	c BCD2: found a new core of size 2: cost of the new core is >=1
2.29/2.38	c lower bound updated to -830
2.29/2.38	c BCD2: 170 <= obj <= 877
2.29/2.38	c BCD2: #cores=44, #unrelaxed=619, #relaxed=381, #hardened=0
2.29/2.38	c BCD2: #sat=1 #unsat=171 bias=171/172
2.29/2.38	c Solving starts ...
2.29/2.38	c ============================[ Search Statistics ]============================
2.29/2.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.38	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.38	c =============================================================================
2.29/2.38	c  0.0s |       0 |        0 |        0 |    21362      0 |    15898 |    31777
2.29/2.39	c  0.0s |       0 |       52 |        0 |    21362      0 |    15898 |    31777
2.29/2.39	c #cpu_time = 0.008s
2.29/2.39	c #wall_clock_time = 0.008s
2.29/2.39	c #decision = 52
2.29/2.39	c #random_decision = 0
2.29/2.39	c #conflict = 0
2.29/2.39	c #restart = 0
2.29/2.39	c BCD2: found a new core of size 2: cost of the new core is >=1
2.29/2.39	c lower bound updated to -829
2.29/2.39	c BCD2: 171 <= obj <= 877
2.29/2.39	c BCD2: #cores=45, #unrelaxed=617, #relaxed=383, #hardened=0
2.29/2.39	c BCD2: #sat=1 #unsat=172 bias=172/173
2.29/2.39	c Solving starts ...
2.29/2.39	c ============================[ Search Statistics ]============================
2.29/2.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.39	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.39	c =============================================================================
2.29/2.39	c  0.0s |       0 |        0 |        0 |    21362      0 |    15898 |    31778
2.38/2.40	c  0.0s |       0 |       54 |        0 |    21362      0 |    15898 |    31778
2.38/2.40	c #cpu_time = 0.008s
2.38/2.40	c #wall_clock_time = 0.008s
2.38/2.40	c #decision = 54
2.38/2.40	c #random_decision = 0
2.38/2.40	c #conflict = 0
2.38/2.40	c #restart = 0
2.38/2.40	c BCD2: found a new core of size 2: cost of the new core is >=1
2.38/2.40	c lower bound updated to -828
2.38/2.40	c BCD2: 172 <= obj <= 877
2.38/2.40	c BCD2: #cores=46, #unrelaxed=615, #relaxed=385, #hardened=0
2.38/2.40	c BCD2: #sat=1 #unsat=173 bias=173/174
2.38/2.40	c Solving starts ...
2.38/2.40	c ============================[ Search Statistics ]============================
2.38/2.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.40	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.40	c =============================================================================
2.38/2.40	c  0.0s |       0 |        0 |        0 |    21362      0 |    15898 |    31779
2.38/2.41	c  0.0s |       0 |       56 |        1 |    21362      0 |    15898 |    31779
2.38/2.41	c #cpu_time = 0.009s
2.38/2.41	c #wall_clock_time = 0.009s
2.38/2.41	c #decision = 56
2.38/2.41	c #random_decision = 0
2.38/2.41	c #conflict = 1
2.38/2.41	c #restart = 0
2.38/2.41	c BCD2: relaxing 9 and merging with 24 cores into a new core of size 121: cost of the new core is >=54
2.38/2.41	c lower bound updated to -827
2.38/2.42	c BCD2: 173 <= obj <= 877
2.38/2.42	c BCD2: #cores=23, #unrelaxed=606, #relaxed=394, #hardened=0
2.38/2.42	c BCD2: #sat=1 #unsat=174 bias=174/175
2.38/2.42	c Solving starts ...
2.38/2.42	c ============================[ Search Statistics ]============================
2.38/2.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.42	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.42	c =============================================================================
2.38/2.42	c  0.0s |       0 |        0 |        0 |    21362      0 |    15922 |    31779
2.38/2.42	c  0.0s |       0 |       28 |        0 |    21362      0 |    15922 |    31803
2.38/2.42	c #cpu_time = 0.008s
2.38/2.42	c #wall_clock_time = 0.008s
2.38/2.42	c #decision = 28
2.38/2.42	c #random_decision = 0
2.38/2.42	c #conflict = 0
2.38/2.42	c #restart = 0
2.38/2.42	c BCD2: found a new core of size 2: cost of the new core is >=1
2.38/2.42	c lower bound updated to -826
2.38/2.43	c BCD2: 174 <= obj <= 877
2.38/2.43	c BCD2: #cores=24, #unrelaxed=604, #relaxed=396, #hardened=0
2.38/2.43	c BCD2: #sat=1 #unsat=175 bias=175/176
2.38/2.43	c Solving starts ...
2.38/2.43	c ============================[ Search Statistics ]============================
2.38/2.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.43	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.43	c =============================================================================
2.38/2.43	c  0.0s |       0 |        0 |        0 |    21362      0 |    15922 |    31804
2.38/2.43	c  0.0s |       0 |       32 |        0 |    21362      0 |    15922 |    31804
2.38/2.43	c #cpu_time = 0.008s
2.38/2.43	c #wall_clock_time = 0.008s
2.38/2.43	c #decision = 32
2.38/2.43	c #random_decision = 0
2.38/2.43	c #conflict = 0
2.38/2.43	c #restart = 0
2.38/2.43	c BCD2: found a new core of size 2: cost of the new core is >=1
2.38/2.43	c lower bound updated to -825
2.38/2.43	c BCD2: 175 <= obj <= 877
2.38/2.43	c BCD2: #cores=25, #unrelaxed=602, #relaxed=398, #hardened=0
2.38/2.43	c BCD2: #sat=1 #unsat=176 bias=176/177
2.38/2.44	c Solving starts ...
2.38/2.44	c ============================[ Search Statistics ]============================
2.38/2.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.44	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.44	c =============================================================================
2.38/2.44	c  0.0s |       0 |        0 |        0 |    21362      0 |    15922 |    31805
2.38/2.44	c  0.0s |       0 |       32 |        0 |    21362      0 |    15922 |    31805
2.38/2.44	c #cpu_time = 0.008s
2.38/2.44	c #wall_clock_time = 0.008s
2.38/2.44	c #decision = 32
2.38/2.44	c #random_decision = 0
2.38/2.44	c #conflict = 0
2.38/2.44	c #restart = 0
2.38/2.44	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.38/2.44	c lower bound updated to -824
2.38/2.44	c BCD2: 176 <= obj <= 877
2.38/2.44	c BCD2: #cores=25, #unrelaxed=600, #relaxed=400, #hardened=0
2.38/2.44	c BCD2: #sat=1 #unsat=177 bias=177/178
2.38/2.44	c Solving starts ...
2.38/2.44	c ============================[ Search Statistics ]============================
2.38/2.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.44	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.44	c =============================================================================
2.38/2.44	c  0.0s |       0 |        0 |        0 |    21362      0 |    15923 |    31805
2.38/2.45	c  0.0s |       0 |       31 |        0 |    21362      0 |    15923 |    31806
2.38/2.45	c #cpu_time = 0.008s
2.38/2.45	c #wall_clock_time = 0.008s
2.38/2.45	c #decision = 31
2.38/2.45	c #random_decision = 0
2.38/2.45	c #conflict = 0
2.38/2.45	c #restart = 0
2.38/2.45	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.38/2.45	c lower bound updated to -823
2.38/2.45	c BCD2: 177 <= obj <= 877
2.38/2.45	c BCD2: #cores=25, #unrelaxed=598, #relaxed=402, #hardened=0
2.38/2.45	c BCD2: #sat=1 #unsat=178 bias=178/179
2.38/2.45	c Solving starts ...
2.38/2.45	c ============================[ Search Statistics ]============================
2.38/2.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.45	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.45	c =============================================================================
2.38/2.45	c  0.0s |       0 |        0 |        0 |    21362      0 |    15924 |    31806
2.38/2.46	c  0.0s |       0 |       37 |        0 |    21362      0 |    15924 |    31807
2.38/2.46	c #cpu_time = 0.008s
2.38/2.46	c #wall_clock_time = 0.008s
2.38/2.46	c #decision = 37
2.38/2.46	c #random_decision = 0
2.38/2.46	c #conflict = 0
2.38/2.46	c #restart = 0
2.38/2.46	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.38/2.46	c lower bound updated to -822
2.38/2.46	c BCD2: 178 <= obj <= 877
2.38/2.46	c BCD2: #cores=25, #unrelaxed=596, #relaxed=404, #hardened=0
2.38/2.46	c BCD2: #sat=1 #unsat=179 bias=179/180
2.38/2.46	c Solving starts ...
2.38/2.46	c ============================[ Search Statistics ]============================
2.38/2.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.46	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.46	c =============================================================================
2.38/2.46	c  0.0s |       0 |        0 |        0 |    21362      0 |    15925 |    31807
2.38/2.47	c  0.0s |       0 |       36 |        0 |    21362      0 |    15925 |    31808
2.38/2.47	c #cpu_time = 0.008s
2.38/2.47	c #wall_clock_time = 0.008s
2.38/2.47	c #decision = 36
2.38/2.47	c #random_decision = 0
2.38/2.47	c #conflict = 0
2.38/2.47	c #restart = 0
2.38/2.47	c BCD2: found a new core of size 2: cost of the new core is >=1
2.38/2.47	c lower bound updated to -821
2.38/2.47	c BCD2: 179 <= obj <= 877
2.38/2.47	c BCD2: #cores=26, #unrelaxed=594, #relaxed=406, #hardened=0
2.38/2.47	c BCD2: #sat=1 #unsat=180 bias=180/181
2.38/2.47	c Solving starts ...
2.38/2.47	c ============================[ Search Statistics ]============================
2.38/2.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.47	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.47	c =============================================================================
2.38/2.47	c  0.0s |       0 |        0 |        0 |    21362      0 |    15925 |    31809
2.38/2.48	c  0.0s |       0 |       37 |        0 |    21362      0 |    15925 |    31809
2.38/2.48	c #cpu_time = 0.008s
2.38/2.48	c #wall_clock_time = 0.008s
2.38/2.48	c #decision = 37
2.38/2.48	c #random_decision = 0
2.38/2.48	c #conflict = 0
2.38/2.48	c #restart = 0
2.38/2.48	c BCD2: found a new core of size 2: cost of the new core is >=1
2.38/2.48	c lower bound updated to -820
2.38/2.48	c BCD2: 180 <= obj <= 877
2.38/2.48	c BCD2: #cores=27, #unrelaxed=592, #relaxed=408, #hardened=0
2.38/2.48	c BCD2: #sat=1 #unsat=181 bias=181/182
2.38/2.48	c Solving starts ...
2.38/2.48	c ============================[ Search Statistics ]============================
2.38/2.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.48	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.48	c =============================================================================
2.38/2.48	c  0.0s |       0 |        0 |        0 |    21362      0 |    15925 |    31810
2.38/2.49	c  0.0s |       0 |       38 |        0 |    21362      0 |    15925 |    31810
2.38/2.49	c #cpu_time = 0.008s
2.38/2.49	c #wall_clock_time = 0.008s
2.38/2.49	c #decision = 38
2.38/2.49	c #random_decision = 0
2.38/2.49	c #conflict = 0
2.38/2.49	c #restart = 0
2.38/2.49	c BCD2: found a new core of size 2: cost of the new core is >=1
2.38/2.49	c lower bound updated to -819
2.38/2.49	c BCD2: 181 <= obj <= 877
2.38/2.49	c BCD2: #cores=28, #unrelaxed=590, #relaxed=410, #hardened=0
2.38/2.49	c BCD2: #sat=1 #unsat=182 bias=182/183
2.38/2.49	c Solving starts ...
2.38/2.49	c ============================[ Search Statistics ]============================
2.38/2.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.38/2.49	c       |         |          |          |    Limit     GC | Var      | Constra 
2.38/2.49	c =============================================================================
2.38/2.49	c  0.0s |       0 |        0 |        0 |    21362      0 |    15925 |    31811
2.49/2.50	c  0.0s |       0 |       40 |        0 |    21362      0 |    15925 |    31811
2.49/2.50	c #cpu_time = 0.008s
2.49/2.50	c #wall_clock_time = 0.008s
2.49/2.50	c #decision = 40
2.49/2.50	c #random_decision = 0
2.49/2.50	c #conflict = 0
2.49/2.50	c #restart = 0
2.49/2.50	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.49/2.50	c lower bound updated to -818
2.49/2.50	c BCD2: 182 <= obj <= 877
2.49/2.50	c BCD2: #cores=28, #unrelaxed=588, #relaxed=412, #hardened=0
2.49/2.50	c BCD2: #sat=1 #unsat=183 bias=183/184
2.49/2.50	c Solving starts ...
2.49/2.50	c ============================[ Search Statistics ]============================
2.49/2.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.50	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.50	c =============================================================================
2.49/2.50	c  0.0s |       0 |        0 |        0 |    21362      0 |    15926 |    31811
2.49/2.51	c  0.0s |       0 |       44 |        0 |    21362      0 |    15926 |    31812
2.49/2.51	c #cpu_time = 0.008s
2.49/2.51	c #wall_clock_time = 0.008s
2.49/2.51	c #decision = 44
2.49/2.51	c #random_decision = 0
2.49/2.51	c #conflict = 0
2.49/2.51	c #restart = 0
2.49/2.51	c BCD2: found a new core of size 2: cost of the new core is >=1
2.49/2.51	c lower bound updated to -817
2.49/2.51	c BCD2: 183 <= obj <= 877
2.49/2.51	c BCD2: #cores=29, #unrelaxed=586, #relaxed=414, #hardened=0
2.49/2.51	c BCD2: #sat=1 #unsat=184 bias=184/185
2.49/2.51	c Solving starts ...
2.49/2.51	c ============================[ Search Statistics ]============================
2.49/2.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.51	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.51	c =============================================================================
2.49/2.51	c  0.0s |       0 |        0 |        0 |    21362      0 |    15926 |    31813
2.49/2.52	c  0.0s |       0 |       46 |        0 |    21362      0 |    15926 |    31813
2.49/2.52	c #cpu_time = 0.008s
2.49/2.52	c #wall_clock_time = 0.008s
2.49/2.52	c #decision = 46
2.49/2.52	c #random_decision = 0
2.49/2.52	c #conflict = 0
2.49/2.52	c #restart = 0
2.49/2.52	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.49/2.52	c lower bound updated to -816
2.49/2.52	c BCD2: 184 <= obj <= 877
2.49/2.52	c BCD2: #cores=29, #unrelaxed=584, #relaxed=416, #hardened=0
2.49/2.52	c BCD2: #sat=1 #unsat=185 bias=185/186
2.49/2.52	c Solving starts ...
2.49/2.52	c ============================[ Search Statistics ]============================
2.49/2.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.52	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.52	c =============================================================================
2.49/2.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    15927 |    31813
2.49/2.53	c  0.0s |       0 |       47 |        0 |    21362      0 |    15927 |    31814
2.49/2.53	c #cpu_time = 0.008s
2.49/2.53	c #wall_clock_time = 0.008s
2.49/2.53	c #decision = 47
2.49/2.53	c #random_decision = 0
2.49/2.53	c #conflict = 0
2.49/2.53	c #restart = 0
2.49/2.53	c BCD2: found a new core of size 2: cost of the new core is >=1
2.49/2.53	c lower bound updated to -815
2.49/2.53	c BCD2: 185 <= obj <= 877
2.49/2.53	c BCD2: #cores=30, #unrelaxed=582, #relaxed=418, #hardened=0
2.49/2.53	c BCD2: #sat=1 #unsat=186 bias=186/187
2.49/2.53	c Solving starts ...
2.49/2.53	c ============================[ Search Statistics ]============================
2.49/2.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.53	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.53	c =============================================================================
2.49/2.53	c  0.0s |       0 |        0 |        0 |    21362      0 |    15927 |    31815
2.49/2.54	c  0.0s |       0 |       48 |        0 |    21362      0 |    15927 |    31815
2.49/2.54	c #cpu_time = 0.008s
2.49/2.54	c #wall_clock_time = 0.009s
2.49/2.54	c #decision = 48
2.49/2.54	c #random_decision = 0
2.49/2.54	c #conflict = 0
2.49/2.54	c #restart = 0
2.49/2.54	c BCD2: found a new core of size 2: cost of the new core is >=1
2.49/2.54	c lower bound updated to -814
2.49/2.54	c BCD2: 186 <= obj <= 877
2.49/2.54	c BCD2: #cores=31, #unrelaxed=580, #relaxed=420, #hardened=0
2.49/2.54	c BCD2: #sat=1 #unsat=187 bias=187/188
2.49/2.54	c Solving starts ...
2.49/2.54	c ============================[ Search Statistics ]============================
2.49/2.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.54	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.54	c =============================================================================
2.49/2.54	c  0.0s |       0 |        0 |        0 |    21362      0 |    15927 |    31816
2.49/2.55	c  0.0s |       0 |       50 |        0 |    21362      0 |    15927 |    31816
2.49/2.55	c #cpu_time = 0.009s
2.49/2.55	c #wall_clock_time = 0.009s
2.49/2.55	c #decision = 50
2.49/2.55	c #random_decision = 0
2.49/2.55	c #conflict = 0
2.49/2.55	c #restart = 0
2.49/2.55	c BCD2: found a new core of size 2: cost of the new core is >=1
2.49/2.55	c lower bound updated to -813
2.49/2.55	c BCD2: 187 <= obj <= 877
2.49/2.55	c BCD2: #cores=32, #unrelaxed=578, #relaxed=422, #hardened=0
2.49/2.55	c BCD2: #sat=1 #unsat=188 bias=188/189
2.49/2.55	c Solving starts ...
2.49/2.55	c ============================[ Search Statistics ]============================
2.49/2.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.55	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.55	c =============================================================================
2.49/2.55	c  0.0s |       0 |        0 |        0 |    21362      0 |    15927 |    31817
2.49/2.56	c  0.0s |       0 |       50 |        0 |    21362      0 |    15927 |    31817
2.49/2.56	c #cpu_time = 0.009s
2.49/2.56	c #wall_clock_time = 0.009s
2.49/2.56	c #decision = 50
2.49/2.56	c #random_decision = 0
2.49/2.56	c #conflict = 0
2.49/2.56	c #restart = 0
2.49/2.56	c BCD2: relaxing 10 and merging with 3 cores into a new core of size 25: cost of the new core is >=9
2.49/2.56	c lower bound updated to -812
2.49/2.56	c BCD2: 188 <= obj <= 877
2.49/2.56	c BCD2: #cores=30, #unrelaxed=568, #relaxed=432, #hardened=0
2.49/2.56	c BCD2: #sat=1 #unsat=189 bias=189/190
2.49/2.56	c Solving starts ...
2.49/2.56	c ============================[ Search Statistics ]============================
2.49/2.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.56	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.56	c =============================================================================
2.49/2.56	c  0.0s |       0 |        0 |        0 |    21362      0 |    15930 |    31817
2.49/2.57	c  0.0s |       0 |       39 |        0 |    21362      0 |    15930 |    31820
2.49/2.57	c #cpu_time = 0.008s
2.49/2.57	c #wall_clock_time = 0.008s
2.49/2.57	c #decision = 39
2.49/2.57	c #random_decision = 0
2.49/2.57	c #conflict = 0
2.49/2.57	c #restart = 0
2.49/2.57	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=4
2.49/2.57	c lower bound updated to -811
2.49/2.57	c BCD2: 189 <= obj <= 877
2.49/2.57	c BCD2: #cores=29, #unrelaxed=564, #relaxed=436, #hardened=0
2.49/2.57	c BCD2: #sat=1 #unsat=190 bias=190/191
2.49/2.57	c Solving starts ...
2.49/2.57	c ============================[ Search Statistics ]============================
2.49/2.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.57	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.57	c =============================================================================
2.49/2.57	c  0.0s |       0 |        0 |        0 |    21362      0 |    15932 |    31820
2.49/2.58	c  0.0s |       0 |       36 |        0 |    21362      0 |    15932 |    31822
2.49/2.58	c #cpu_time = 0.008s
2.49/2.58	c #wall_clock_time = 0.008s
2.49/2.58	c #decision = 36
2.49/2.58	c #random_decision = 0
2.49/2.58	c #conflict = 0
2.49/2.58	c #restart = 0
2.49/2.58	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.49/2.58	c lower bound updated to -810
2.49/2.58	c BCD2: 190 <= obj <= 877
2.49/2.58	c BCD2: #cores=29, #unrelaxed=562, #relaxed=438, #hardened=0
2.49/2.58	c BCD2: #sat=1 #unsat=191 bias=191/192
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 |    21362      0 |    15933 |    31822
2.49/2.59	c  0.0s |       0 |       39 |        0 |    21362      0 |    15933 |    31823
2.49/2.59	c #cpu_time = 0.008s
2.49/2.59	c #wall_clock_time = 0.008s
2.49/2.59	c #decision = 39
2.49/2.59	c #random_decision = 0
2.49/2.59	c #conflict = 0
2.49/2.59	c #restart = 0
2.49/2.59	c BCD2: found a new core of size 2: cost of the new core is >=1
2.49/2.59	c lower bound updated to -809
2.49/2.59	c BCD2: 191 <= obj <= 877
2.49/2.59	c BCD2: #cores=30, #unrelaxed=560, #relaxed=440, #hardened=0
2.49/2.59	c BCD2: #sat=1 #unsat=192 bias=192/193
2.49/2.59	c Solving starts ...
2.49/2.59	c ============================[ Search Statistics ]============================
2.49/2.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.59	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.59	c =============================================================================
2.49/2.59	c  0.0s |       0 |        0 |        0 |    21362      0 |    15933 |    31824
2.59/2.60	c  0.0s |       0 |       42 |        0 |    21362      0 |    15933 |    31824
2.59/2.60	c #cpu_time = 0.008s
2.59/2.60	c #wall_clock_time = 0.008s
2.59/2.60	c #decision = 42
2.59/2.60	c #random_decision = 0
2.59/2.60	c #conflict = 0
2.59/2.60	c #restart = 0
2.59/2.60	c BCD2: found a new core of size 2: cost of the new core is >=1
2.59/2.60	c lower bound updated to -808
2.59/2.60	c BCD2: 192 <= obj <= 877
2.59/2.60	c BCD2: #cores=31, #unrelaxed=558, #relaxed=442, #hardened=0
2.59/2.60	c BCD2: #sat=1 #unsat=193 bias=193/194
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 |    21362      0 |    15933 |    31825
2.59/2.61	c  0.0s |       0 |       42 |        0 |    21362      0 |    15933 |    31825
2.59/2.61	c #cpu_time = 0.008s
2.59/2.61	c #wall_clock_time = 0.008s
2.59/2.61	c #decision = 42
2.59/2.61	c #random_decision = 0
2.59/2.61	c #conflict = 0
2.59/2.61	c #restart = 0
2.59/2.61	c BCD2: found a new core of size 2: cost of the new core is >=1
2.59/2.61	c lower bound updated to -807
2.59/2.61	c BCD2: 193 <= obj <= 877
2.59/2.61	c BCD2: #cores=32, #unrelaxed=556, #relaxed=444, #hardened=0
2.59/2.61	c BCD2: #sat=1 #unsat=194 bias=194/195
2.59/2.61	c Solving starts ...
2.59/2.61	c ============================[ Search Statistics ]============================
2.59/2.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.61	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.61	c =============================================================================
2.59/2.61	c  0.0s |       0 |        0 |        0 |    21362      0 |    15933 |    31826
2.59/2.62	c  0.0s |       0 |       42 |        0 |    21362      0 |    15933 |    31826
2.59/2.62	c #cpu_time = 0.008s
2.59/2.62	c #wall_clock_time = 0.008s
2.59/2.62	c #decision = 42
2.59/2.62	c #random_decision = 0
2.59/2.62	c #conflict = 0
2.59/2.62	c #restart = 0
2.59/2.62	c BCD2: found a new core of size 2: cost of the new core is >=1
2.59/2.62	c lower bound updated to -806
2.59/2.62	c BCD2: 194 <= obj <= 877
2.59/2.62	c BCD2: #cores=33, #unrelaxed=554, #relaxed=446, #hardened=0
2.59/2.62	c BCD2: #sat=1 #unsat=195 bias=195/196
2.59/2.62	c Solving starts ...
2.59/2.62	c ============================[ Search Statistics ]============================
2.59/2.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.62	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.62	c =============================================================================
2.59/2.62	c  0.0s |       0 |        0 |        0 |    21362      0 |    15933 |    31827
2.59/2.63	c  0.0s |       0 |       42 |        0 |    21362      0 |    15933 |    31827
2.59/2.63	c #cpu_time = 0.008s
2.59/2.63	c #wall_clock_time = 0.008s
2.59/2.63	c #decision = 42
2.59/2.63	c #random_decision = 0
2.59/2.63	c #conflict = 0
2.59/2.63	c #restart = 0
2.59/2.63	c BCD2: found a new core of size 2: cost of the new core is >=1
2.59/2.63	c lower bound updated to -805
2.59/2.63	c BCD2: 195 <= obj <= 877
2.59/2.63	c BCD2: #cores=34, #unrelaxed=552, #relaxed=448, #hardened=0
2.59/2.63	c BCD2: #sat=1 #unsat=196 bias=196/197
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 |    21362      0 |    15933 |    31828
2.59/2.64	c  0.0s |       0 |       42 |        0 |    21362      0 |    15933 |    31828
2.59/2.64	c #cpu_time = 0.008s
2.59/2.64	c #wall_clock_time = 0.008s
2.59/2.64	c #decision = 42
2.59/2.64	c #random_decision = 0
2.59/2.64	c #conflict = 0
2.59/2.64	c #restart = 0
2.59/2.64	c BCD2: found a new core of size 2: cost of the new core is >=1
2.59/2.64	c lower bound updated to -804
2.59/2.64	c BCD2: 196 <= obj <= 877
2.59/2.64	c BCD2: #cores=35, #unrelaxed=550, #relaxed=450, #hardened=0
2.59/2.64	c BCD2: #sat=1 #unsat=197 bias=197/198
2.59/2.64	c Solving starts ...
2.59/2.64	c ============================[ Search Statistics ]============================
2.59/2.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.64	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.64	c =============================================================================
2.59/2.64	c  0.0s |       0 |        0 |        0 |    21362      0 |    15933 |    31829
2.59/2.65	c  0.0s |       0 |       44 |        0 |    21362      0 |    15933 |    31829
2.59/2.65	c #cpu_time = 0.008s
2.59/2.65	c #wall_clock_time = 0.008s
2.59/2.65	c #decision = 44
2.59/2.65	c #random_decision = 0
2.59/2.65	c #conflict = 0
2.59/2.65	c #restart = 0
2.59/2.65	c BCD2: found a new core of size 2: cost of the new core is >=1
2.59/2.65	c lower bound updated to -803
2.59/2.65	c BCD2: 197 <= obj <= 877
2.59/2.65	c BCD2: #cores=36, #unrelaxed=548, #relaxed=452, #hardened=0
2.59/2.65	c BCD2: #sat=1 #unsat=198 bias=198/199
2.59/2.65	c Solving starts ...
2.59/2.65	c ============================[ Search Statistics ]============================
2.59/2.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.65	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.65	c =============================================================================
2.59/2.65	c  0.0s |       0 |        0 |        0 |    21362      0 |    15933 |    31830
2.59/2.66	c  0.0s |       0 |       46 |        0 |    21362      0 |    15933 |    31830
2.59/2.66	c #cpu_time = 0.008s
2.59/2.66	c #wall_clock_time = 0.008s
2.59/2.66	c #decision = 46
2.59/2.66	c #random_decision = 0
2.59/2.66	c #conflict = 0
2.59/2.66	c #restart = 0
2.59/2.66	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.59/2.66	c lower bound updated to -802
2.59/2.66	c BCD2: 198 <= obj <= 877
2.59/2.66	c BCD2: #cores=36, #unrelaxed=546, #relaxed=454, #hardened=0
2.59/2.66	c BCD2: #sat=1 #unsat=199 bias=199/200
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 |    21362      0 |    15934 |    31830
2.59/2.67	c  0.0s |       0 |       50 |        0 |    21362      0 |    15934 |    31831
2.59/2.67	c #cpu_time = 0.008s
2.59/2.67	c #wall_clock_time = 0.008s
2.59/2.67	c #decision = 50
2.59/2.67	c #random_decision = 0
2.59/2.67	c #conflict = 0
2.59/2.67	c #restart = 0
2.59/2.67	c BCD2: found a new core of size 2: cost of the new core is >=1
2.59/2.67	c lower bound updated to -801
2.59/2.67	c BCD2: 199 <= obj <= 877
2.59/2.67	c BCD2: #cores=37, #unrelaxed=544, #relaxed=456, #hardened=0
2.59/2.67	c BCD2: #sat=1 #unsat=200 bias=200/201
2.59/2.67	c Solving starts ...
2.59/2.67	c ============================[ Search Statistics ]============================
2.59/2.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.67	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.67	c =============================================================================
2.59/2.67	c  0.0s |       0 |        0 |        0 |    21362      0 |    15934 |    31832
2.59/2.68	c  0.0s |       0 |       50 |        0 |    21362      0 |    15934 |    31832
2.59/2.68	c #cpu_time = 0.008s
2.59/2.68	c #wall_clock_time = 0.008s
2.59/2.68	c #decision = 50
2.59/2.68	c #random_decision = 0
2.59/2.68	c #conflict = 0
2.59/2.68	c #restart = 0
2.59/2.68	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.59/2.68	c lower bound updated to -800
2.59/2.68	c BCD2: 200 <= obj <= 877
2.59/2.68	c BCD2: #cores=37, #unrelaxed=542, #relaxed=458, #hardened=0
2.59/2.68	c BCD2: #sat=1 #unsat=201 bias=201/202
2.59/2.68	c Solving starts ...
2.59/2.68	c ============================[ Search Statistics ]============================
2.59/2.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.68	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.68	c =============================================================================
2.59/2.68	c  0.0s |       0 |        0 |        0 |    21362      0 |    15935 |    31832
2.59/2.69	c  0.0s |       0 |       50 |        0 |    21362      0 |    15935 |    31833
2.59/2.69	c #cpu_time = 0.008s
2.59/2.69	c #wall_clock_time = 0.008s
2.59/2.69	c #decision = 50
2.59/2.69	c #random_decision = 0
2.59/2.69	c #conflict = 0
2.59/2.69	c #restart = 0
2.59/2.69	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.59/2.69	c lower bound updated to -799
2.59/2.69	c BCD2: 201 <= obj <= 877
2.59/2.69	c BCD2: #cores=37, #unrelaxed=540, #relaxed=460, #hardened=0
2.59/2.69	c BCD2: #sat=1 #unsat=202 bias=202/203
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 |    21362      0 |    15936 |    31833
2.69/2.70	c  0.0s |       0 |       49 |        0 |    21362      0 |    15936 |    31834
2.69/2.70	c #cpu_time = 0.008s
2.69/2.70	c #wall_clock_time = 0.008s
2.69/2.70	c #decision = 49
2.69/2.70	c #random_decision = 0
2.69/2.70	c #conflict = 0
2.69/2.70	c #restart = 0
2.69/2.70	c BCD2: relaxing 3 and merging with 3 cores into a new core of size 11: cost of the new core is >=5
2.69/2.70	c lower bound updated to -798
2.69/2.70	c BCD2: 202 <= obj <= 877
2.69/2.70	c BCD2: #cores=35, #unrelaxed=537, #relaxed=463, #hardened=0
2.69/2.70	c BCD2: #sat=1 #unsat=203 bias=203/204
2.69/2.70	c Solving starts ...
2.69/2.70	c ============================[ Search Statistics ]============================
2.69/2.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.70	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.70	c =============================================================================
2.69/2.70	c  0.0s |       0 |        0 |        0 |    21362      0 |    15939 |    31834
2.69/2.71	c  0.0s |       0 |       47 |        0 |    21362      0 |    15939 |    31837
2.69/2.71	c #cpu_time = 0.008s
2.69/2.71	c #wall_clock_time = 0.008s
2.69/2.71	c #decision = 47
2.69/2.71	c #random_decision = 0
2.69/2.71	c #conflict = 0
2.69/2.71	c #restart = 0
2.69/2.71	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.71	c lower bound updated to -797
2.69/2.71	c BCD2: 203 <= obj <= 877
2.69/2.71	c BCD2: #cores=36, #unrelaxed=535, #relaxed=465, #hardened=0
2.69/2.71	c BCD2: #sat=1 #unsat=204 bias=204/205
2.69/2.71	c Solving starts ...
2.69/2.71	c ============================[ Search Statistics ]============================
2.69/2.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.71	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.71	c =============================================================================
2.69/2.71	c  0.0s |       0 |        0 |        0 |    21362      0 |    15939 |    31838
2.69/2.72	c  0.0s |       0 |       50 |        1 |    21362      0 |    15939 |    31838
2.69/2.72	c #cpu_time = 0.008s
2.69/2.72	c #wall_clock_time = 0.008s
2.69/2.72	c #decision = 50
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 3 and merging with 3 cores into a new core of size 13: cost of the new core is >=6
2.69/2.72	c lower bound updated to -796
2.69/2.72	c BCD2: 204 <= obj <= 877
2.69/2.72	c BCD2: #cores=34, #unrelaxed=532, #relaxed=468, #hardened=0
2.69/2.72	c BCD2: #sat=1 #unsat=205 bias=205/206
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 |    21362      0 |    15942 |    31838
2.69/2.73	c  0.0s |       0 |       45 |        0 |    21362      0 |    15942 |    31841
2.69/2.73	c #cpu_time = 0.008s
2.69/2.73	c #wall_clock_time = 0.008s
2.69/2.73	c #decision = 45
2.69/2.73	c #random_decision = 0
2.69/2.73	c #conflict = 0
2.69/2.73	c #restart = 0
2.69/2.73	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.73	c lower bound updated to -795
2.69/2.73	c BCD2: 205 <= obj <= 877
2.69/2.73	c BCD2: #cores=35, #unrelaxed=530, #relaxed=470, #hardened=0
2.69/2.73	c BCD2: #sat=1 #unsat=206 bias=206/207
2.69/2.73	c Solving starts ...
2.69/2.73	c ============================[ Search Statistics ]============================
2.69/2.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.73	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.73	c =============================================================================
2.69/2.73	c  0.0s |       0 |        0 |        0 |    21362      0 |    15942 |    31842
2.69/2.74	c  0.0s |       0 |       47 |        0 |    21362      0 |    15942 |    31842
2.69/2.74	c #cpu_time = 0.008s
2.69/2.74	c #wall_clock_time = 0.008s
2.69/2.74	c #decision = 47
2.69/2.74	c #random_decision = 0
2.69/2.74	c #conflict = 0
2.69/2.74	c #restart = 0
2.69/2.74	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.74	c lower bound updated to -794
2.69/2.74	c BCD2: 206 <= obj <= 877
2.69/2.74	c BCD2: #cores=36, #unrelaxed=528, #relaxed=472, #hardened=0
2.69/2.74	c BCD2: #sat=1 #unsat=207 bias=207/208
2.69/2.74	c Solving starts ...
2.69/2.74	c ============================[ Search Statistics ]============================
2.69/2.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.74	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.74	c =============================================================================
2.69/2.74	c  0.0s |       0 |        0 |        0 |    21362      0 |    15942 |    31843
2.69/2.75	c  0.0s |       0 |       48 |        0 |    21362      0 |    15942 |    31843
2.69/2.75	c #cpu_time = 0.008s
2.69/2.75	c #wall_clock_time = 0.008s
2.69/2.75	c #decision = 48
2.69/2.75	c #random_decision = 0
2.69/2.75	c #conflict = 0
2.69/2.75	c #restart = 0
2.69/2.75	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.75	c lower bound updated to -793
2.69/2.75	c BCD2: 207 <= obj <= 877
2.69/2.75	c BCD2: #cores=37, #unrelaxed=526, #relaxed=474, #hardened=0
2.69/2.75	c BCD2: #sat=1 #unsat=208 bias=208/209
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 |    21362      0 |    15942 |    31844
2.69/2.76	c  0.0s |       0 |       48 |        0 |    21362      0 |    15942 |    31844
2.69/2.76	c #cpu_time = 0.008s
2.69/2.76	c #wall_clock_time = 0.008s
2.69/2.76	c #decision = 48
2.69/2.76	c #random_decision = 0
2.69/2.76	c #conflict = 0
2.69/2.76	c #restart = 0
2.69/2.76	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=3
2.69/2.76	c lower bound updated to -792
2.69/2.76	c BCD2: 208 <= obj <= 877
2.69/2.76	c BCD2: #cores=37, #unrelaxed=523, #relaxed=477, #hardened=0
2.69/2.76	c BCD2: #sat=1 #unsat=209 bias=209/210
2.69/2.76	c Solving starts ...
2.69/2.76	c ============================[ Search Statistics ]============================
2.69/2.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.76	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.76	c =============================================================================
2.69/2.76	c  0.0s |       0 |        0 |        0 |    21362      0 |    15943 |    31844
2.69/2.77	c  0.0s |       0 |       47 |        0 |    21362      0 |    15943 |    31845
2.69/2.77	c #cpu_time = 0.008s
2.69/2.77	c #wall_clock_time = 0.008s
2.69/2.77	c #decision = 47
2.69/2.77	c #random_decision = 0
2.69/2.77	c #conflict = 0
2.69/2.77	c #restart = 0
2.69/2.77	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.77	c lower bound updated to -791
2.69/2.77	c BCD2: 209 <= obj <= 877
2.69/2.77	c BCD2: #cores=38, #unrelaxed=521, #relaxed=479, #hardened=0
2.69/2.77	c BCD2: #sat=1 #unsat=210 bias=210/211
2.69/2.77	c Solving starts ...
2.69/2.77	c ============================[ Search Statistics ]============================
2.69/2.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.77	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.77	c =============================================================================
2.69/2.77	c  0.0s |       0 |        0 |        0 |    21362      0 |    15943 |    31846
2.69/2.78	c  0.0s |       0 |       48 |        0 |    21362      0 |    15943 |    31846
2.69/2.78	c #cpu_time = 0.008s
2.69/2.78	c #wall_clock_time = 0.008s
2.69/2.78	c #decision = 48
2.69/2.78	c #random_decision = 0
2.69/2.78	c #conflict = 0
2.69/2.78	c #restart = 0
2.69/2.78	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.78	c lower bound updated to -790
2.69/2.78	c BCD2: 210 <= obj <= 877
2.69/2.78	c BCD2: #cores=39, #unrelaxed=519, #relaxed=481, #hardened=0
2.69/2.78	c BCD2: #sat=1 #unsat=211 bias=211/212
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 |    21362      0 |    15943 |    31847
2.69/2.79	c  0.0s |       0 |       49 |        0 |    21362      0 |    15943 |    31847
2.69/2.79	c #cpu_time = 0.008s
2.69/2.79	c #wall_clock_time = 0.008s
2.69/2.79	c #decision = 49
2.69/2.79	c #random_decision = 0
2.69/2.79	c #conflict = 0
2.69/2.79	c #restart = 0
2.69/2.79	c BCD2: found a new core of size 2: cost of the new core is >=1
2.69/2.79	c lower bound updated to -789
2.69/2.79	c BCD2: 211 <= obj <= 877
2.69/2.79	c BCD2: #cores=40, #unrelaxed=517, #relaxed=483, #hardened=0
2.69/2.79	c BCD2: #sat=1 #unsat=212 bias=212/213
2.69/2.79	c Solving starts ...
2.69/2.79	c ============================[ Search Statistics ]============================
2.69/2.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.79	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.79	c =============================================================================
2.69/2.79	c  0.0s |       0 |        0 |        0 |    21362      0 |    15943 |    31848
2.79/2.80	c  0.0s |       0 |       52 |        0 |    21362      0 |    15943 |    31848
2.79/2.80	c #cpu_time = 0.008s
2.79/2.80	c #wall_clock_time = 0.008s
2.79/2.80	c #decision = 52
2.79/2.80	c #random_decision = 0
2.79/2.80	c #conflict = 0
2.79/2.80	c #restart = 0
2.79/2.80	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.79/2.80	c lower bound updated to -788
2.79/2.80	c BCD2: 212 <= obj <= 877
2.79/2.80	c BCD2: #cores=39, #unrelaxed=515, #relaxed=485, #hardened=0
2.79/2.80	c BCD2: #sat=1 #unsat=213 bias=213/214
2.79/2.80	c Solving starts ...
2.79/2.80	c ============================[ Search Statistics ]============================
2.79/2.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.80	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.80	c =============================================================================
2.79/2.80	c  0.0s |       0 |        0 |        0 |    21362      0 |    15945 |    31848
2.79/2.81	c  0.0s |       0 |       50 |        0 |    21362      0 |    15945 |    31850
2.79/2.81	c #cpu_time = 0.008s
2.79/2.81	c #wall_clock_time = 0.008s
2.79/2.81	c #decision = 50
2.79/2.81	c #random_decision = 0
2.79/2.81	c #conflict = 0
2.79/2.81	c #restart = 0
2.79/2.81	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.79/2.81	c lower bound updated to -787
2.79/2.81	c BCD2: 213 <= obj <= 877
2.79/2.81	c BCD2: #cores=38, #unrelaxed=513, #relaxed=487, #hardened=0
2.79/2.81	c BCD2: #sat=1 #unsat=214 bias=214/215
2.79/2.81	c Solving starts ...
2.79/2.81	c ============================[ Search Statistics ]============================
2.79/2.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.81	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.81	c =============================================================================
2.79/2.81	c  0.0s |       0 |        0 |        0 |    21362      0 |    15947 |    31850
2.79/2.82	c  0.0s |       0 |       51 |        0 |    21362      0 |    15947 |    31852
2.79/2.82	c #cpu_time = 0.008s
2.79/2.82	c #wall_clock_time = 0.008s
2.79/2.82	c #decision = 51
2.79/2.82	c #random_decision = 0
2.79/2.82	c #conflict = 0
2.79/2.82	c #restart = 0
2.79/2.82	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.82	c lower bound updated to -786
2.79/2.82	c BCD2: 214 <= obj <= 877
2.79/2.82	c BCD2: #cores=39, #unrelaxed=511, #relaxed=489, #hardened=0
2.79/2.82	c BCD2: #sat=1 #unsat=215 bias=215/216
2.79/2.82	c Solving starts ...
2.79/2.82	c ============================[ Search Statistics ]============================
2.79/2.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.82	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.82	c =============================================================================
2.79/2.82	c  0.0s |       0 |        0 |        0 |    21362      0 |    15947 |    31853
2.79/2.83	c  0.0s |       0 |       51 |        0 |    21362      0 |    15947 |    31853
2.79/2.83	c #cpu_time = 0.008s
2.79/2.83	c #wall_clock_time = 0.008s
2.79/2.83	c #decision = 51
2.79/2.83	c #random_decision = 0
2.79/2.83	c #conflict = 0
2.79/2.83	c #restart = 0
2.79/2.83	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.79/2.83	c lower bound updated to -785
2.79/2.83	c BCD2: 215 <= obj <= 877
2.79/2.83	c BCD2: #cores=39, #unrelaxed=509, #relaxed=491, #hardened=0
2.79/2.83	c BCD2: #sat=1 #unsat=216 bias=216/217
2.79/2.83	c Solving starts ...
2.79/2.83	c ============================[ Search Statistics ]============================
2.79/2.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.83	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.83	c =============================================================================
2.79/2.83	c  0.0s |       0 |        0 |        0 |    21362      0 |    15948 |    31853
2.79/2.84	c  0.0s |       0 |       50 |        0 |    21362      0 |    15948 |    31854
2.79/2.84	c #cpu_time = 0.008s
2.79/2.84	c #wall_clock_time = 0.008s
2.79/2.84	c #decision = 50
2.79/2.84	c #random_decision = 0
2.79/2.84	c #conflict = 0
2.79/2.84	c #restart = 0
2.79/2.84	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.79/2.84	c lower bound updated to -784
2.79/2.84	c BCD2: 216 <= obj <= 877
2.79/2.84	c BCD2: #cores=39, #unrelaxed=507, #relaxed=493, #hardened=0
2.79/2.84	c BCD2: #sat=1 #unsat=217 bias=217/218
2.79/2.84	c Solving starts ...
2.79/2.84	c ============================[ Search Statistics ]============================
2.79/2.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.84	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.84	c =============================================================================
2.79/2.84	c  0.0s |       0 |        0 |        0 |    21362      0 |    15949 |    31854
2.79/2.85	c  0.0s |       0 |       53 |        0 |    21362      0 |    15949 |    31855
2.79/2.85	c #cpu_time = 0.008s
2.79/2.85	c #wall_clock_time = 0.008s
2.79/2.85	c #decision = 53
2.79/2.85	c #random_decision = 0
2.79/2.85	c #conflict = 0
2.79/2.85	c #restart = 0
2.79/2.85	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.85	c lower bound updated to -783
2.79/2.85	c BCD2: 217 <= obj <= 877
2.79/2.85	c BCD2: #cores=40, #unrelaxed=505, #relaxed=495, #hardened=0
2.79/2.85	c BCD2: #sat=1 #unsat=218 bias=218/219
2.79/2.85	c Solving starts ...
2.79/2.85	c ============================[ Search Statistics ]============================
2.79/2.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.85	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.85	c =============================================================================
2.79/2.85	c  0.0s |       0 |        0 |        0 |    21362      0 |    15949 |    31856
2.79/2.86	c  0.0s |       0 |       54 |        0 |    21362      0 |    15949 |    31856
2.79/2.86	c #cpu_time = 0.008s
2.79/2.86	c #wall_clock_time = 0.008s
2.79/2.86	c #decision = 54
2.79/2.86	c #random_decision = 0
2.79/2.86	c #conflict = 0
2.79/2.86	c #restart = 0
2.79/2.86	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.86	c lower bound updated to -782
2.79/2.86	c BCD2: 218 <= obj <= 877
2.79/2.86	c BCD2: #cores=41, #unrelaxed=503, #relaxed=497, #hardened=0
2.79/2.86	c BCD2: #sat=1 #unsat=219 bias=219/220
2.79/2.86	c Solving starts ...
2.79/2.86	c ============================[ Search Statistics ]============================
2.79/2.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.86	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.86	c =============================================================================
2.79/2.86	c  0.0s |       0 |        0 |        0 |    21362      0 |    15949 |    31857
2.79/2.87	c  0.0s |       0 |       57 |        0 |    21362      0 |    15949 |    31857
2.79/2.87	c #cpu_time = 0.009s
2.79/2.87	c #wall_clock_time = 0.009s
2.79/2.87	c #decision = 57
2.79/2.87	c #random_decision = 0
2.79/2.87	c #conflict = 0
2.79/2.87	c #restart = 0
2.79/2.87	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.87	c lower bound updated to -781
2.79/2.87	c BCD2: 219 <= obj <= 877
2.79/2.87	c BCD2: #cores=42, #unrelaxed=501, #relaxed=499, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=220 bias=220/221
2.79/2.87	c Solving starts ...
2.79/2.87	c ============================[ Search Statistics ]============================
2.79/2.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.87	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.87	c =============================================================================
2.79/2.87	c  0.0s |       0 |        0 |        0 |    21362      0 |    15949 |    31858
2.79/2.88	c  0.0s |       0 |       57 |        0 |    21362      0 |    15949 |    31858
2.79/2.88	c #cpu_time = 0.008s
2.79/2.88	c #wall_clock_time = 0.008s
2.79/2.88	c #decision = 57
2.79/2.88	c #random_decision = 0
2.79/2.88	c #conflict = 0
2.79/2.88	c #restart = 0
2.79/2.88	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.88	c lower bound updated to -780
2.79/2.88	c BCD2: 220 <= obj <= 877
2.79/2.88	c BCD2: #cores=43, #unrelaxed=499, #relaxed=501, #hardened=0
2.79/2.88	c BCD2: #sat=1 #unsat=221 bias=221/222
2.79/2.88	c Solving starts ...
2.79/2.88	c ============================[ Search Statistics ]============================
2.79/2.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.88	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.88	c =============================================================================
2.79/2.88	c  0.0s |       0 |        0 |        0 |    21362      0 |    15949 |    31859
2.79/2.89	c  0.0s |       0 |       57 |        0 |    21362      0 |    15949 |    31859
2.79/2.89	c #cpu_time = 0.008s
2.79/2.89	c #wall_clock_time = 0.008s
2.79/2.89	c #decision = 57
2.79/2.89	c #random_decision = 0
2.79/2.89	c #conflict = 0
2.79/2.89	c #restart = 0
2.79/2.89	c BCD2: found a new core of size 2: cost of the new core is >=1
2.79/2.89	c lower bound updated to -779
2.79/2.89	c BCD2: 221 <= obj <= 877
2.79/2.89	c BCD2: #cores=44, #unrelaxed=497, #relaxed=503, #hardened=0
2.79/2.89	c BCD2: #sat=1 #unsat=222 bias=222/223
2.79/2.89	c Solving starts ...
2.79/2.89	c ============================[ Search Statistics ]============================
2.79/2.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.89	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.89	c =============================================================================
2.79/2.89	c  0.0s |       0 |        0 |        0 |    21362      0 |    15949 |    31860
2.89/2.90	c  0.0s |       0 |       57 |        0 |    21362      0 |    15949 |    31860
2.89/2.90	c #cpu_time = 0.008s
2.89/2.90	c #wall_clock_time = 0.008s
2.89/2.90	c #decision = 57
2.89/2.90	c #random_decision = 0
2.89/2.90	c #conflict = 0
2.89/2.90	c #restart = 0
2.89/2.90	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.90	c lower bound updated to -778
2.89/2.90	c BCD2: 222 <= obj <= 877
2.89/2.90	c BCD2: #cores=45, #unrelaxed=495, #relaxed=505, #hardened=0
2.89/2.90	c BCD2: #sat=1 #unsat=223 bias=223/224
2.89/2.90	c Solving starts ...
2.89/2.90	c ============================[ Search Statistics ]============================
2.89/2.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.90	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.90	c =============================================================================
2.89/2.90	c  0.0s |       0 |        0 |        0 |    21362      0 |    15949 |    31861
2.89/2.91	c  0.0s |       0 |       59 |        0 |    21362      0 |    15949 |    31861
2.89/2.91	c #cpu_time = 0.009s
2.89/2.91	c #wall_clock_time = 0.009s
2.89/2.91	c #decision = 59
2.89/2.91	c #random_decision = 0
2.89/2.91	c #conflict = 0
2.89/2.91	c #restart = 0
2.89/2.91	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.89/2.91	c lower bound updated to -777
2.89/2.91	c BCD2: 223 <= obj <= 877
2.89/2.91	c BCD2: #cores=44, #unrelaxed=493, #relaxed=507, #hardened=0
2.89/2.91	c BCD2: #sat=1 #unsat=224 bias=224/225
2.89/2.91	c Solving starts ...
2.89/2.91	c ============================[ Search Statistics ]============================
2.89/2.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.91	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.91	c =============================================================================
2.89/2.91	c  0.0s |       0 |        0 |        0 |    21362      0 |    15951 |    31861
2.89/2.92	c  0.0s |       0 |       59 |        4 |    21362      0 |    15951 |    31863
2.89/2.92	c #cpu_time = 0.009s
2.89/2.92	c #wall_clock_time = 0.009s
2.89/2.92	c #decision = 59
2.89/2.92	c #random_decision = 0
2.89/2.92	c #conflict = 4
2.89/2.92	c #restart = 0
2.89/2.92	c BCD2: relaxing 10 and merging with 7 cores into a new core of size 44: cost of the new core is >=17
2.89/2.92	c lower bound updated to -776
2.89/2.92	c BCD2: 224 <= obj <= 877
2.89/2.92	c BCD2: #cores=38, #unrelaxed=483, #relaxed=517, #hardened=0
2.89/2.92	c BCD2: #sat=1 #unsat=225 bias=225/226
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 |    21362      0 |    15958 |    31863
2.89/2.93	c  0.0s |       0 |       43 |        0 |    21362      0 |    15958 |    31870
2.89/2.93	c #cpu_time = 0.008s
2.89/2.93	c #wall_clock_time = 0.008s
2.89/2.93	c #decision = 43
2.89/2.93	c #random_decision = 0
2.89/2.93	c #conflict = 0
2.89/2.93	c #restart = 0
2.89/2.93	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.89/2.93	c lower bound updated to -775
2.89/2.93	c BCD2: 225 <= obj <= 877
2.89/2.93	c BCD2: #cores=38, #unrelaxed=481, #relaxed=519, #hardened=0
2.89/2.93	c BCD2: #sat=1 #unsat=226 bias=226/227
2.89/2.93	c Solving starts ...
2.89/2.93	c ============================[ Search Statistics ]============================
2.89/2.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.93	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.93	c =============================================================================
2.89/2.93	c  0.0s |       0 |        0 |        0 |    21362      0 |    15959 |    31870
2.89/2.94	c  0.0s |       0 |       43 |        0 |    21362      0 |    15959 |    31871
2.89/2.94	c #cpu_time = 0.008s
2.89/2.94	c #wall_clock_time = 0.008s
2.89/2.94	c #decision = 43
2.89/2.94	c #random_decision = 0
2.89/2.94	c #conflict = 0
2.89/2.94	c #restart = 0
2.89/2.94	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.94	c lower bound updated to -774
2.89/2.94	c BCD2: 226 <= obj <= 877
2.89/2.94	c BCD2: #cores=39, #unrelaxed=479, #relaxed=521, #hardened=0
2.89/2.94	c BCD2: #sat=1 #unsat=227 bias=227/228
2.89/2.94	c Solving starts ...
2.89/2.94	c ============================[ Search Statistics ]============================
2.89/2.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.94	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.94	c =============================================================================
2.89/2.94	c  0.0s |       0 |        0 |        0 |    21362      0 |    15959 |    31872
2.89/2.95	c  0.0s |       0 |       46 |        0 |    21362      0 |    15959 |    31872
2.89/2.95	c #cpu_time = 0.008s
2.89/2.95	c #wall_clock_time = 0.008s
2.89/2.95	c #decision = 46
2.89/2.95	c #random_decision = 0
2.89/2.95	c #conflict = 0
2.89/2.95	c #restart = 0
2.89/2.95	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
2.89/2.95	c lower bound updated to -773
2.89/2.95	c BCD2: 227 <= obj <= 877
2.89/2.95	c BCD2: #cores=38, #unrelaxed=477, #relaxed=523, #hardened=0
2.89/2.95	c BCD2: #sat=1 #unsat=228 bias=228/229
2.89/2.95	c Solving starts ...
2.89/2.95	c ============================[ Search Statistics ]============================
2.89/2.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.95	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.95	c =============================================================================
2.89/2.95	c  0.0s |       0 |        0 |        0 |    21362      0 |    15961 |    31872
2.89/2.95	c  0.0s |       0 |       72 |        1 |    21362      0 |    15961 |    31874
2.89/2.95	c #cpu_time = 0.008s
2.89/2.95	c #wall_clock_time = 0.008s
2.89/2.95	c #decision = 72
2.89/2.95	c #random_decision = 0
2.89/2.95	c #conflict = 1
2.89/2.95	c #restart = 0
2.89/2.95	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
2.89/2.95	c lower bound updated to -772
2.89/2.96	c BCD2: 228 <= obj <= 877
2.89/2.96	c BCD2: #cores=38, #unrelaxed=476, #relaxed=524, #hardened=0
2.89/2.96	c BCD2: #sat=1 #unsat=229 bias=229/230
2.89/2.96	c Solving starts ...
2.89/2.96	c ============================[ Search Statistics ]============================
2.89/2.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.96	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.96	c =============================================================================
2.89/2.96	c  0.0s |       0 |        0 |        0 |    21362      0 |    15962 |    31874
2.89/2.96	c  0.0s |       0 |       45 |        0 |    21362      0 |    15962 |    31875
2.89/2.96	c #cpu_time = 0.008s
2.89/2.96	c #wall_clock_time = 0.008s
2.89/2.96	c #decision = 45
2.89/2.96	c #random_decision = 0
2.89/2.96	c #conflict = 0
2.89/2.96	c #restart = 0
2.89/2.96	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.96	c lower bound updated to -771
2.89/2.97	c BCD2: 229 <= obj <= 877
2.89/2.97	c BCD2: #cores=39, #unrelaxed=474, #relaxed=526, #hardened=0
2.89/2.97	c BCD2: #sat=1 #unsat=230 bias=230/231
2.89/2.97	c Solving starts ...
2.89/2.97	c ============================[ Search Statistics ]============================
2.89/2.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.97	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.97	c =============================================================================
2.89/2.97	c  0.0s |       0 |        0 |        0 |    21362      0 |    15962 |    31876
2.89/2.97	c  0.0s |       0 |       47 |        0 |    21362      0 |    15962 |    31876
2.89/2.97	c #cpu_time = 0.008s
2.89/2.97	c #wall_clock_time = 0.008s
2.89/2.97	c #decision = 47
2.89/2.97	c #random_decision = 0
2.89/2.97	c #conflict = 0
2.89/2.97	c #restart = 0
2.89/2.97	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.97	c lower bound updated to -770
2.89/2.98	c BCD2: 230 <= obj <= 877
2.89/2.98	c BCD2: #cores=40, #unrelaxed=472, #relaxed=528, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=231 bias=231/232
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 |    21362      0 |    15962 |    31877
2.89/2.98	c  0.0s |       0 |       49 |        0 |    21362      0 |    15962 |    31877
2.89/2.98	c #cpu_time = 0.008s
2.89/2.98	c #wall_clock_time = 0.008s
2.89/2.98	c #decision = 49
2.89/2.98	c #random_decision = 0
2.89/2.98	c #conflict = 0
2.89/2.98	c #restart = 0
2.89/2.98	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.98	c lower bound updated to -769
2.89/2.99	c BCD2: 231 <= obj <= 877
2.89/2.99	c BCD2: #cores=41, #unrelaxed=470, #relaxed=530, #hardened=0
2.89/2.99	c BCD2: #sat=1 #unsat=232 bias=232/233
2.89/2.99	c Solving starts ...
2.89/2.99	c ============================[ Search Statistics ]============================
2.89/2.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/2.99	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/2.99	c =============================================================================
2.89/2.99	c  0.0s |       0 |        0 |        0 |    21362      0 |    15962 |    31878
2.89/2.99	c  0.0s |       0 |       49 |        0 |    21362      0 |    15962 |    31878
2.89/2.99	c #cpu_time = 0.008s
2.89/2.99	c #wall_clock_time = 0.008s
2.89/2.99	c #decision = 49
2.89/2.99	c #random_decision = 0
2.89/2.99	c #conflict = 0
2.89/2.99	c #restart = 0
2.89/2.99	c BCD2: found a new core of size 2: cost of the new core is >=1
2.89/2.99	c lower bound updated to -768
2.89/2.99	c BCD2: 232 <= obj <= 877
2.89/2.99	c BCD2: #cores=42, #unrelaxed=468, #relaxed=532, #hardened=0
2.89/2.99	c BCD2: #sat=1 #unsat=233 bias=233/234
2.89/3.00	c Solving starts ...
2.89/3.00	c ============================[ Search Statistics ]============================
2.89/3.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.89/3.00	c       |         |          |          |    Limit     GC | Var      | Constra 
2.89/3.00	c =============================================================================
2.89/3.00	c  0.0s |       0 |        0 |        0 |    21362      0 |    15962 |    31879
2.99/3.00	c  0.0s |       0 |       52 |        0 |    21362      0 |    15962 |    31879
2.99/3.00	c #cpu_time = 0.008s
2.99/3.00	c #wall_clock_time = 0.008s
2.99/3.00	c #decision = 52
2.99/3.00	c #random_decision = 0
2.99/3.00	c #conflict = 0
2.99/3.00	c #restart = 0
2.99/3.00	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.99/3.00	c lower bound updated to -767
2.99/3.00	c BCD2: 233 <= obj <= 877
2.99/3.00	c BCD2: #cores=42, #unrelaxed=466, #relaxed=534, #hardened=0
2.99/3.00	c BCD2: #sat=1 #unsat=234 bias=234/235
2.99/3.00	c Solving starts ...
2.99/3.00	c ============================[ Search Statistics ]============================
2.99/3.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.00	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.00	c =============================================================================
2.99/3.00	c  0.0s |       0 |        0 |        0 |    21362      0 |    15963 |    31879
2.99/3.01	c  0.0s |       0 |       52 |        0 |    21362      0 |    15963 |    31880
2.99/3.01	c #cpu_time = 0.008s
2.99/3.01	c #wall_clock_time = 0.008s
2.99/3.01	c #decision = 52
2.99/3.01	c #random_decision = 0
2.99/3.01	c #conflict = 0
2.99/3.01	c #restart = 0
2.99/3.01	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.01	c lower bound updated to -766
2.99/3.01	c BCD2: 234 <= obj <= 877
2.99/3.01	c BCD2: #cores=43, #unrelaxed=464, #relaxed=536, #hardened=0
2.99/3.01	c BCD2: #sat=1 #unsat=235 bias=235/236
2.99/3.01	c Solving starts ...
2.99/3.01	c ============================[ Search Statistics ]============================
2.99/3.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.01	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.01	c =============================================================================
2.99/3.01	c  0.0s |       0 |        0 |        0 |    21362      0 |    15963 |    31881
2.99/3.02	c  0.0s |       0 |       53 |        0 |    21362      0 |    15963 |    31881
2.99/3.02	c #cpu_time = 0.008s
2.99/3.02	c #wall_clock_time = 0.008s
2.99/3.02	c #decision = 53
2.99/3.02	c #random_decision = 0
2.99/3.02	c #conflict = 0
2.99/3.02	c #restart = 0
2.99/3.02	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.02	c lower bound updated to -765
2.99/3.02	c BCD2: 235 <= obj <= 877
2.99/3.02	c BCD2: #cores=44, #unrelaxed=462, #relaxed=538, #hardened=0
2.99/3.02	c BCD2: #sat=1 #unsat=236 bias=236/237
2.99/3.03	c Solving starts ...
2.99/3.03	c ============================[ Search Statistics ]============================
2.99/3.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.03	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.03	c =============================================================================
2.99/3.03	c  0.0s |       0 |        0 |        0 |    21362      0 |    15963 |    31882
2.99/3.03	c  0.0s |       0 |       55 |        0 |    21362      0 |    15963 |    31882
2.99/3.03	c #cpu_time = 0.008s
2.99/3.03	c #wall_clock_time = 0.008s
2.99/3.03	c #decision = 55
2.99/3.03	c #random_decision = 0
2.99/3.03	c #conflict = 0
2.99/3.03	c #restart = 0
2.99/3.03	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.03	c lower bound updated to -764
2.99/3.03	c BCD2: 236 <= obj <= 877
2.99/3.03	c BCD2: #cores=45, #unrelaxed=460, #relaxed=540, #hardened=0
2.99/3.03	c BCD2: #sat=1 #unsat=237 bias=237/238
2.99/3.03	c Solving starts ...
2.99/3.03	c ============================[ Search Statistics ]============================
2.99/3.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.03	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.03	c =============================================================================
2.99/3.03	c  0.0s |       0 |        0 |        0 |    21362      0 |    15963 |    31883
2.99/3.04	c  0.0s |       0 |       55 |        0 |    21362      0 |    15963 |    31883
2.99/3.04	c #cpu_time = 0.008s
2.99/3.04	c #wall_clock_time = 0.008s
2.99/3.04	c #decision = 55
2.99/3.04	c #random_decision = 0
2.99/3.04	c #conflict = 0
2.99/3.04	c #restart = 0
2.99/3.04	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
2.99/3.04	c lower bound updated to -763
2.99/3.04	c BCD2: 237 <= obj <= 877
2.99/3.04	c BCD2: #cores=45, #unrelaxed=458, #relaxed=542, #hardened=0
2.99/3.04	c BCD2: #sat=1 #unsat=238 bias=238/239
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 |    21362      0 |    15964 |    31883
2.99/3.05	c  0.0s |       0 |       56 |        1 |    21362      0 |    15964 |    31884
2.99/3.05	c #cpu_time = 0.009s
2.99/3.05	c #wall_clock_time = 0.009s
2.99/3.05	c #decision = 56
2.99/3.05	c #random_decision = 0
2.99/3.05	c #conflict = 1
2.99/3.05	c #restart = 0
2.99/3.05	c BCD2: relaxing 4 and merging with 3 cores into a new core of size 14: cost of the new core is >=6
2.99/3.05	c lower bound updated to -762
2.99/3.05	c BCD2: 238 <= obj <= 877
2.99/3.05	c BCD2: #cores=43, #unrelaxed=454, #relaxed=546, #hardened=0
2.99/3.05	c BCD2: #sat=1 #unsat=239 bias=239/240
2.99/3.05	c Solving starts ...
2.99/3.05	c ============================[ Search Statistics ]============================
2.99/3.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.05	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.05	c =============================================================================
2.99/3.05	c  0.0s |       0 |        0 |        0 |    21362      0 |    15967 |    31884
2.99/3.06	c  0.0s |       0 |       51 |        0 |    21362      0 |    15967 |    31887
2.99/3.06	c #cpu_time = 0.008s
2.99/3.06	c #wall_clock_time = 0.008s
2.99/3.06	c #decision = 51
2.99/3.06	c #random_decision = 0
2.99/3.06	c #conflict = 0
2.99/3.06	c #restart = 0
2.99/3.06	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.06	c lower bound updated to -761
2.99/3.06	c BCD2: 239 <= obj <= 877
2.99/3.06	c BCD2: #cores=44, #unrelaxed=452, #relaxed=548, #hardened=0
2.99/3.06	c BCD2: #sat=1 #unsat=240 bias=240/241
2.99/3.06	c Solving starts ...
2.99/3.06	c ============================[ Search Statistics ]============================
2.99/3.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.06	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.06	c =============================================================================
2.99/3.06	c  0.0s |       0 |        0 |        0 |    21362      0 |    15967 |    31888
2.99/3.07	c  0.0s |       0 |       56 |        0 |    21362      0 |    15967 |    31888
2.99/3.07	c #cpu_time = 0.008s
2.99/3.07	c #wall_clock_time = 0.008s
2.99/3.07	c #decision = 56
2.99/3.07	c #random_decision = 0
2.99/3.07	c #conflict = 0
2.99/3.07	c #restart = 0
2.99/3.07	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.07	c lower bound updated to -760
2.99/3.07	c BCD2: 240 <= obj <= 877
2.99/3.07	c BCD2: #cores=45, #unrelaxed=450, #relaxed=550, #hardened=0
2.99/3.07	c BCD2: #sat=1 #unsat=241 bias=241/242
2.99/3.07	c Solving starts ...
2.99/3.07	c ============================[ Search Statistics ]============================
2.99/3.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.07	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.07	c =============================================================================
2.99/3.07	c  0.0s |       0 |        0 |        0 |    21362      0 |    15967 |    31889
2.99/3.08	c  0.0s |       0 |       57 |        0 |    21362      0 |    15967 |    31889
2.99/3.08	c #cpu_time = 0.008s
2.99/3.08	c #wall_clock_time = 0.008s
2.99/3.08	c #decision = 57
2.99/3.08	c #random_decision = 0
2.99/3.08	c #conflict = 0
2.99/3.08	c #restart = 0
2.99/3.08	c BCD2: relaxing 7 and merging with 9 cores into a new core of size 33: cost of the new core is >=14
2.99/3.08	c lower bound updated to -759
2.99/3.08	c BCD2: 241 <= obj <= 877
2.99/3.08	c BCD2: #cores=37, #unrelaxed=443, #relaxed=557, #hardened=0
2.99/3.08	c BCD2: #sat=1 #unsat=242 bias=242/243
2.99/3.08	c Solving starts ...
2.99/3.08	c ============================[ Search Statistics ]============================
2.99/3.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.08	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.08	c =============================================================================
2.99/3.08	c  0.0s |       0 |        0 |        0 |    21362      0 |    15976 |    31889
2.99/3.09	c  0.0s |       0 |       50 |        0 |    21362      0 |    15976 |    31898
2.99/3.09	c #cpu_time = 0.009s
2.99/3.09	c #wall_clock_time = 0.009s
2.99/3.09	c #decision = 50
2.99/3.09	c #random_decision = 0
2.99/3.09	c #conflict = 0
2.99/3.09	c #restart = 0
2.99/3.09	c BCD2: found a new core of size 2: cost of the new core is >=1
2.99/3.09	c lower bound updated to -758
2.99/3.09	c BCD2: 242 <= obj <= 877
2.99/3.09	c BCD2: #cores=38, #unrelaxed=441, #relaxed=559, #hardened=0
2.99/3.09	c BCD2: #sat=1 #unsat=243 bias=243/244
2.99/3.09	c Solving starts ...
2.99/3.09	c ============================[ Search Statistics ]============================
2.99/3.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.09	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.09	c =============================================================================
2.99/3.09	c  0.0s |       0 |        0 |        0 |    21362      0 |    15976 |    31899
3.09/3.10	c  0.0s |       0 |       51 |        0 |    21362      0 |    15976 |    31899
3.09/3.10	c #cpu_time = 0.008s
3.09/3.10	c #wall_clock_time = 0.008s
3.09/3.10	c #decision = 51
3.09/3.10	c #random_decision = 0
3.09/3.10	c #conflict = 0
3.09/3.10	c #restart = 0
3.09/3.10	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.10	c lower bound updated to -757
3.09/3.10	c BCD2: 243 <= obj <= 877
3.09/3.10	c BCD2: #cores=39, #unrelaxed=439, #relaxed=561, #hardened=0
3.09/3.10	c BCD2: #sat=1 #unsat=244 bias=244/245
3.09/3.10	c Solving starts ...
3.09/3.10	c ============================[ Search Statistics ]============================
3.09/3.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.10	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.10	c =============================================================================
3.09/3.10	c  0.0s |       0 |        0 |        0 |    21362      0 |    15976 |    31900
3.09/3.11	c  0.0s |       0 |       51 |        0 |    21362      0 |    15976 |    31900
3.09/3.11	c #cpu_time = 0.008s
3.09/3.11	c #wall_clock_time = 0.008s
3.09/3.11	c #decision = 51
3.09/3.11	c #random_decision = 0
3.09/3.11	c #conflict = 0
3.09/3.11	c #restart = 0
3.09/3.11	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 9: cost of the new core is >=4
3.09/3.11	c lower bound updated to -756
3.09/3.11	c BCD2: 244 <= obj <= 877
3.09/3.11	c BCD2: #cores=38, #unrelaxed=436, #relaxed=564, #hardened=0
3.09/3.11	c BCD2: #sat=1 #unsat=245 bias=245/246
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 |    21362      0 |    15978 |    31900
3.09/3.12	c  0.0s |       0 |       50 |        0 |    21362      0 |    15978 |    31902
3.09/3.12	c #cpu_time = 0.008s
3.09/3.12	c #wall_clock_time = 0.008s
3.09/3.12	c #decision = 50
3.09/3.12	c #random_decision = 0
3.09/3.12	c #conflict = 0
3.09/3.12	c #restart = 0
3.09/3.12	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.09/3.12	c lower bound updated to -755
3.09/3.12	c BCD2: 245 <= obj <= 877
3.09/3.12	c BCD2: #cores=37, #unrelaxed=434, #relaxed=566, #hardened=0
3.09/3.12	c BCD2: #sat=1 #unsat=246 bias=246/247
3.09/3.12	c Solving starts ...
3.09/3.12	c ============================[ Search Statistics ]============================
3.09/3.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.12	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.12	c =============================================================================
3.09/3.12	c  0.0s |       0 |        0 |        0 |    21362      0 |    15980 |    31902
3.09/3.13	c  0.0s |       0 |       48 |        0 |    21362      0 |    15980 |    31904
3.09/3.13	c #cpu_time = 0.008s
3.09/3.13	c #wall_clock_time = 0.008s
3.09/3.13	c #decision = 48
3.09/3.13	c #random_decision = 0
3.09/3.13	c #conflict = 0
3.09/3.13	c #restart = 0
3.09/3.13	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.13	c lower bound updated to -754
3.09/3.13	c BCD2: 246 <= obj <= 877
3.09/3.13	c BCD2: #cores=38, #unrelaxed=432, #relaxed=568, #hardened=0
3.09/3.13	c BCD2: #sat=1 #unsat=247 bias=247/248
3.09/3.13	c Solving starts ...
3.09/3.13	c ============================[ Search Statistics ]============================
3.09/3.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.13	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.13	c =============================================================================
3.09/3.13	c  0.0s |       0 |        0 |        0 |    21362      0 |    15980 |    31905
3.09/3.14	c  0.0s |       0 |       48 |        0 |    21362      0 |    15980 |    31905
3.09/3.14	c #cpu_time = 0.008s
3.09/3.14	c #wall_clock_time = 0.008s
3.09/3.14	c #decision = 48
3.09/3.14	c #random_decision = 0
3.09/3.14	c #conflict = 0
3.09/3.14	c #restart = 0
3.09/3.14	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.14	c lower bound updated to -753
3.09/3.14	c BCD2: 247 <= obj <= 877
3.09/3.14	c BCD2: #cores=39, #unrelaxed=430, #relaxed=570, #hardened=0
3.09/3.14	c BCD2: #sat=1 #unsat=248 bias=248/249
3.09/3.14	c Solving starts ...
3.09/3.14	c ============================[ Search Statistics ]============================
3.09/3.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.14	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.14	c =============================================================================
3.09/3.14	c  0.0s |       0 |        0 |        0 |    21362      0 |    15980 |    31906
3.09/3.15	c  0.0s |       0 |       48 |        0 |    21362      0 |    15980 |    31906
3.09/3.15	c #cpu_time = 0.008s
3.09/3.15	c #wall_clock_time = 0.008s
3.09/3.15	c #decision = 48
3.09/3.15	c #random_decision = 0
3.09/3.15	c #conflict = 0
3.09/3.15	c #restart = 0
3.09/3.15	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.15	c lower bound updated to -752
3.09/3.15	c BCD2: 248 <= obj <= 877
3.09/3.15	c BCD2: #cores=40, #unrelaxed=428, #relaxed=572, #hardened=0
3.09/3.15	c BCD2: #sat=1 #unsat=249 bias=249/250
3.09/3.15	c Solving starts ...
3.09/3.15	c ============================[ Search Statistics ]============================
3.09/3.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.15	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.15	c =============================================================================
3.09/3.15	c  0.0s |       0 |        0 |        0 |    21362      0 |    15980 |    31907
3.09/3.16	c  0.0s |       0 |       48 |        0 |    21362      0 |    15980 |    31907
3.09/3.16	c #cpu_time = 0.008s
3.09/3.16	c #wall_clock_time = 0.008s
3.09/3.16	c #decision = 48
3.09/3.16	c #random_decision = 0
3.09/3.16	c #conflict = 0
3.09/3.16	c #restart = 0
3.09/3.16	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.16	c lower bound updated to -751
3.09/3.16	c BCD2: 249 <= obj <= 877
3.09/3.16	c BCD2: #cores=41, #unrelaxed=426, #relaxed=574, #hardened=0
3.09/3.16	c BCD2: #sat=1 #unsat=250 bias=250/251
3.09/3.16	c Solving starts ...
3.09/3.16	c ============================[ Search Statistics ]============================
3.09/3.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.16	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.16	c =============================================================================
3.09/3.16	c  0.0s |       0 |        0 |        0 |    21362      0 |    15980 |    31908
3.09/3.17	c  0.0s |       0 |       48 |        0 |    21362      0 |    15980 |    31908
3.09/3.17	c #cpu_time = 0.008s
3.09/3.17	c #wall_clock_time = 0.008s
3.09/3.17	c #decision = 48
3.09/3.17	c #random_decision = 0
3.09/3.17	c #conflict = 0
3.09/3.17	c #restart = 0
3.09/3.17	c BCD2: found a new core of size 2: cost of the new core is >=1
3.09/3.17	c lower bound updated to -750
3.09/3.17	c BCD2: 250 <= obj <= 877
3.09/3.17	c BCD2: #cores=42, #unrelaxed=424, #relaxed=576, #hardened=0
3.09/3.17	c BCD2: #sat=1 #unsat=251 bias=251/252
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 |    21362      0 |    15980 |    31909
3.09/3.18	c  0.0s |       0 |       51 |        0 |    21362      0 |    15980 |    31909
3.09/3.18	c #cpu_time = 0.008s
3.09/3.18	c #wall_clock_time = 0.008s
3.09/3.18	c #decision = 51
3.09/3.18	c #random_decision = 0
3.09/3.18	c #conflict = 0
3.09/3.18	c #restart = 0
3.09/3.18	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.09/3.18	c lower bound updated to -749
3.09/3.18	c BCD2: 251 <= obj <= 877
3.09/3.18	c BCD2: #cores=42, #unrelaxed=422, #relaxed=578, #hardened=0
3.09/3.18	c BCD2: #sat=1 #unsat=252 bias=252/253
3.09/3.18	c Solving starts ...
3.09/3.18	c ============================[ Search Statistics ]============================
3.09/3.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.18	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.18	c =============================================================================
3.09/3.18	c  0.0s |       0 |        0 |        0 |    21362      0 |    15981 |    31909
3.09/3.19	c  0.0s |       0 |       50 |        0 |    21362      0 |    15981 |    31910
3.09/3.19	c #cpu_time = 0.008s
3.09/3.19	c #wall_clock_time = 0.008s
3.09/3.19	c #decision = 50
3.09/3.19	c #random_decision = 0
3.09/3.19	c #conflict = 0
3.09/3.19	c #restart = 0
3.09/3.19	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.09/3.19	c lower bound updated to -748
3.09/3.19	c BCD2: 252 <= obj <= 877
3.09/3.19	c BCD2: #cores=42, #unrelaxed=420, #relaxed=580, #hardened=0
3.09/3.19	c BCD2: #sat=1 #unsat=253 bias=253/254
3.09/3.19	c Solving starts ...
3.09/3.19	c ============================[ Search Statistics ]============================
3.09/3.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.19	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.19	c =============================================================================
3.09/3.19	c  0.0s |       0 |        0 |        0 |    21362      0 |    15982 |    31910
3.19/3.20	c  0.0s |       0 |       50 |        0 |    21362      0 |    15982 |    31911
3.19/3.20	c #cpu_time = 0.008s
3.19/3.20	c #wall_clock_time = 0.008s
3.19/3.20	c #decision = 50
3.19/3.20	c #random_decision = 0
3.19/3.20	c #conflict = 0
3.19/3.20	c #restart = 0
3.19/3.20	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.19/3.20	c lower bound updated to -747
3.19/3.20	c BCD2: 253 <= obj <= 877
3.19/3.20	c BCD2: #cores=42, #unrelaxed=418, #relaxed=582, #hardened=0
3.19/3.20	c BCD2: #sat=1 #unsat=254 bias=254/255
3.19/3.20	c Solving starts ...
3.19/3.20	c ============================[ Search Statistics ]============================
3.19/3.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.20	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.20	c =============================================================================
3.19/3.20	c  0.0s |       0 |        0 |        0 |    21362      0 |    15983 |    31911
3.19/3.21	c  0.0s |       0 |       53 |        1 |    21362      0 |    15983 |    31912
3.19/3.21	c #cpu_time = 0.008s
3.19/3.21	c #wall_clock_time = 0.008s
3.19/3.21	c #decision = 53
3.19/3.21	c #random_decision = 0
3.19/3.21	c #conflict = 1
3.19/3.21	c #restart = 0
3.19/3.21	c BCD2: relaxing 3 and merging with 3 cores into a new core of size 13: cost of the new core is >=6
3.19/3.21	c lower bound updated to -746
3.19/3.21	c BCD2: 254 <= obj <= 877
3.19/3.21	c BCD2: #cores=40, #unrelaxed=415, #relaxed=585, #hardened=0
3.19/3.21	c BCD2: #sat=1 #unsat=255 bias=255/256
3.19/3.21	c Solving starts ...
3.19/3.21	c ============================[ Search Statistics ]============================
3.19/3.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.21	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.21	c =============================================================================
3.19/3.21	c  0.0s |       0 |        0 |        0 |    21362      0 |    15986 |    31912
3.19/3.22	c  0.0s |       0 |       51 |        0 |    21362      0 |    15986 |    31915
3.19/3.22	c #cpu_time = 0.008s
3.19/3.22	c #wall_clock_time = 0.008s
3.19/3.22	c #decision = 51
3.19/3.22	c #random_decision = 0
3.19/3.22	c #conflict = 0
3.19/3.22	c #restart = 0
3.19/3.22	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.22	c lower bound updated to -745
3.19/3.22	c BCD2: 255 <= obj <= 877
3.19/3.22	c BCD2: #cores=41, #unrelaxed=413, #relaxed=587, #hardened=0
3.19/3.22	c BCD2: #sat=1 #unsat=256 bias=256/257
3.19/3.22	c Solving starts ...
3.19/3.22	c ============================[ Search Statistics ]============================
3.19/3.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.22	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.22	c =============================================================================
3.19/3.22	c  0.0s |       0 |        0 |        0 |    21362      0 |    15986 |    31916
3.19/3.23	c  0.0s |       0 |       52 |        0 |    21362      0 |    15986 |    31916
3.19/3.23	c #cpu_time = 0.008s
3.19/3.23	c #wall_clock_time = 0.008s
3.19/3.23	c #decision = 52
3.19/3.23	c #random_decision = 0
3.19/3.23	c #conflict = 0
3.19/3.23	c #restart = 0
3.19/3.23	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.23	c lower bound updated to -744
3.19/3.23	c BCD2: 256 <= obj <= 877
3.19/3.23	c BCD2: #cores=42, #unrelaxed=411, #relaxed=589, #hardened=0
3.19/3.23	c BCD2: #sat=1 #unsat=257 bias=257/258
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 |    21362      0 |    15986 |    31917
3.19/3.24	c  0.0s |       0 |       77 |        2 |    21362      0 |    15986 |    31917
3.19/3.24	c #cpu_time = 0.009s
3.19/3.24	c #wall_clock_time = 0.009s
3.19/3.24	c #decision = 77
3.19/3.24	c #random_decision = 0
3.19/3.24	c #conflict = 2
3.19/3.24	c #restart = 0
3.19/3.24	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 10: cost of the new core is >=5
3.19/3.24	c lower bound updated to -743
3.19/3.24	c BCD2: 257 <= obj <= 877
3.19/3.24	c BCD2: #cores=40, #unrelaxed=409, #relaxed=591, #hardened=0
3.19/3.24	c BCD2: #sat=1 #unsat=258 bias=258/259
3.19/3.24	c Solving starts ...
3.19/3.24	c ============================[ Search Statistics ]============================
3.19/3.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.24	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.24	c =============================================================================
3.19/3.24	c  0.0s |       0 |        0 |        0 |    21362      0 |    15989 |    31917
3.19/3.25	c  0.0s |       0 |       57 |        0 |    21362      0 |    15989 |    31920
3.19/3.25	c #cpu_time = 0.008s
3.19/3.25	c #wall_clock_time = 0.009s
3.19/3.25	c #decision = 57
3.19/3.25	c #random_decision = 0
3.19/3.25	c #conflict = 0
3.19/3.25	c #restart = 0
3.19/3.25	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.25	c lower bound updated to -742
3.19/3.25	c BCD2: 258 <= obj <= 877
3.19/3.25	c BCD2: #cores=41, #unrelaxed=407, #relaxed=593, #hardened=0
3.19/3.25	c BCD2: #sat=1 #unsat=259 bias=259/260
3.19/3.25	c Solving starts ...
3.19/3.25	c ============================[ Search Statistics ]============================
3.19/3.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.25	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.25	c =============================================================================
3.19/3.25	c  0.0s |       0 |        0 |        0 |    21362      0 |    15989 |    31921
3.19/3.26	c  0.0s |       0 |       57 |        0 |    21362      0 |    15989 |    31921
3.19/3.26	c #cpu_time = 0.008s
3.19/3.26	c #wall_clock_time = 0.008s
3.19/3.26	c #decision = 57
3.19/3.26	c #random_decision = 0
3.19/3.26	c #conflict = 0
3.19/3.26	c #restart = 0
3.19/3.26	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.26	c lower bound updated to -741
3.19/3.26	c BCD2: 259 <= obj <= 877
3.19/3.26	c BCD2: #cores=42, #unrelaxed=405, #relaxed=595, #hardened=0
3.19/3.26	c BCD2: #sat=1 #unsat=260 bias=260/261
3.19/3.26	c Solving starts ...
3.19/3.26	c ============================[ Search Statistics ]============================
3.19/3.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.26	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.26	c =============================================================================
3.19/3.26	c  0.0s |       0 |        0 |        0 |    21362      0 |    15989 |    31922
3.19/3.27	c  0.0s |       0 |       57 |        0 |    21362      0 |    15989 |    31922
3.19/3.27	c #cpu_time = 0.008s
3.19/3.27	c #wall_clock_time = 0.008s
3.19/3.27	c #decision = 57
3.19/3.27	c #random_decision = 0
3.19/3.27	c #conflict = 0
3.19/3.27	c #restart = 0
3.19/3.27	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.27	c lower bound updated to -740
3.19/3.27	c BCD2: 260 <= obj <= 877
3.19/3.27	c BCD2: #cores=43, #unrelaxed=403, #relaxed=597, #hardened=0
3.19/3.27	c BCD2: #sat=1 #unsat=261 bias=261/262
3.19/3.27	c Solving starts ...
3.19/3.27	c ============================[ Search Statistics ]============================
3.19/3.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.27	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.27	c =============================================================================
3.19/3.27	c  0.0s |       0 |        0 |        0 |    21362      0 |    15989 |    31923
3.19/3.28	c  0.0s |       0 |       58 |        0 |    21362      0 |    15989 |    31923
3.19/3.28	c #cpu_time = 0.008s
3.19/3.28	c #wall_clock_time = 0.008s
3.19/3.28	c #decision = 58
3.19/3.28	c #random_decision = 0
3.19/3.28	c #conflict = 0
3.19/3.28	c #restart = 0
3.19/3.28	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.28	c lower bound updated to -739
3.19/3.28	c BCD2: 261 <= obj <= 877
3.19/3.28	c BCD2: #cores=44, #unrelaxed=401, #relaxed=599, #hardened=0
3.19/3.28	c BCD2: #sat=1 #unsat=262 bias=262/263
3.19/3.28	c Solving starts ...
3.19/3.28	c ============================[ Search Statistics ]============================
3.19/3.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.28	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.28	c =============================================================================
3.19/3.28	c  0.0s |       0 |        0 |        0 |    21362      0 |    15989 |    31924
3.19/3.29	c  0.0s |       0 |       60 |        0 |    21362      0 |    15989 |    31924
3.19/3.29	c #cpu_time = 0.008s
3.19/3.29	c #wall_clock_time = 0.008s
3.19/3.29	c #decision = 60
3.19/3.29	c #random_decision = 0
3.19/3.29	c #conflict = 0
3.19/3.29	c #restart = 0
3.19/3.29	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.19/3.29	c lower bound updated to -738
3.19/3.29	c BCD2: 262 <= obj <= 877
3.19/3.29	c BCD2: #cores=43, #unrelaxed=399, #relaxed=601, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=263 bias=263/264
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 |    21362      0 |    15991 |    31924
3.19/3.30	c  0.0s |       0 |       58 |        0 |    21362      0 |    15991 |    31926
3.19/3.30	c #cpu_time = 0.008s
3.19/3.30	c #wall_clock_time = 0.008s
3.19/3.30	c #decision = 58
3.19/3.30	c #random_decision = 0
3.19/3.30	c #conflict = 0
3.19/3.30	c #restart = 0
3.19/3.30	c BCD2: found a new core of size 2: cost of the new core is >=1
3.19/3.30	c lower bound updated to -737
3.30/3.30	c BCD2: 263 <= obj <= 877
3.30/3.30	c BCD2: #cores=44, #unrelaxed=397, #relaxed=603, #hardened=0
3.30/3.30	c BCD2: #sat=1 #unsat=264 bias=264/265
3.30/3.30	c Solving starts ...
3.30/3.30	c ============================[ Search Statistics ]============================
3.30/3.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.30	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.30	c =============================================================================
3.30/3.30	c  0.0s |       0 |        0 |        0 |    21362      0 |    15991 |    31927
3.30/3.31	c  0.0s |       0 |       61 |        0 |    21362      0 |    15991 |    31927
3.30/3.31	c #cpu_time = 0.008s
3.30/3.31	c #wall_clock_time = 0.008s
3.30/3.31	c #decision = 61
3.30/3.31	c #random_decision = 0
3.30/3.31	c #conflict = 0
3.30/3.31	c #restart = 0
3.30/3.31	c BCD2: found a new core of size 2: cost of the new core is >=1
3.30/3.31	c lower bound updated to -736
3.30/3.31	c BCD2: 264 <= obj <= 877
3.30/3.31	c BCD2: #cores=45, #unrelaxed=395, #relaxed=605, #hardened=0
3.30/3.31	c BCD2: #sat=1 #unsat=265 bias=265/266
3.30/3.31	c Solving starts ...
3.30/3.31	c ============================[ Search Statistics ]============================
3.30/3.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.31	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.31	c =============================================================================
3.30/3.31	c  0.0s |       0 |        0 |        0 |    21362      0 |    15991 |    31928
3.30/3.32	c  0.0s |       0 |       66 |        1 |    21362      0 |    15991 |    31928
3.30/3.32	c #cpu_time = 0.009s
3.30/3.32	c #wall_clock_time = 0.009s
3.30/3.32	c #decision = 66
3.30/3.32	c #random_decision = 0
3.30/3.32	c #conflict = 1
3.30/3.32	c #restart = 0
3.30/3.32	c BCD2: relaxing 8 and merging with 5 cores into a new core of size 29: cost of the new core is >=11
3.30/3.32	c lower bound updated to -735
3.30/3.32	c BCD2: 265 <= obj <= 877
3.30/3.32	c BCD2: #cores=41, #unrelaxed=387, #relaxed=613, #hardened=0
3.30/3.32	c BCD2: #sat=1 #unsat=266 bias=266/267
3.30/3.32	c Solving starts ...
3.30/3.32	c ============================[ Search Statistics ]============================
3.30/3.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.32	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.32	c =============================================================================
3.30/3.32	c  0.0s |       0 |        0 |        0 |    21362      0 |    15996 |    31928
3.30/3.33	c  0.0s |       0 |       53 |        0 |    21362      0 |    15996 |    31933
3.30/3.33	c #cpu_time = 0.008s
3.30/3.33	c #wall_clock_time = 0.009s
3.30/3.33	c #decision = 53
3.30/3.33	c #random_decision = 0
3.30/3.33	c #conflict = 0
3.30/3.33	c #restart = 0
3.30/3.33	c BCD2: found a new core of size 2: cost of the new core is >=1
3.30/3.33	c lower bound updated to -734
3.30/3.33	c BCD2: 266 <= obj <= 877
3.30/3.33	c BCD2: #cores=42, #unrelaxed=385, #relaxed=615, #hardened=0
3.30/3.33	c BCD2: #sat=1 #unsat=267 bias=267/268
3.30/3.34	c Solving starts ...
3.30/3.34	c ============================[ Search Statistics ]============================
3.30/3.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.34	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.34	c =============================================================================
3.30/3.34	c  0.0s |       0 |        0 |        0 |    21362      0 |    15996 |    31934
3.30/3.34	c  0.0s |       0 |       55 |        1 |    21362      0 |    15996 |    31934
3.30/3.34	c #cpu_time = 0.008s
3.30/3.34	c #wall_clock_time = 0.008s
3.30/3.34	c #decision = 55
3.30/3.34	c #random_decision = 0
3.30/3.34	c #conflict = 1
3.30/3.34	c #restart = 0
3.30/3.34	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 10: cost of the new core is >=4
3.30/3.34	c lower bound updated to -733
3.30/3.34	c BCD2: 267 <= obj <= 877
3.30/3.34	c BCD2: #cores=42, #unrelaxed=381, #relaxed=619, #hardened=0
3.30/3.34	c BCD2: #sat=1 #unsat=268 bias=268/269
3.30/3.34	c Solving starts ...
3.30/3.34	c ============================[ Search Statistics ]============================
3.30/3.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.34	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.34	c =============================================================================
3.30/3.34	c  0.0s |       0 |        0 |        0 |    21362      0 |    15997 |    31934
3.30/3.35	c  0.0s |       0 |       50 |        0 |    21362      0 |    15997 |    31935
3.30/3.35	c #cpu_time = 0.008s
3.30/3.35	c #wall_clock_time = 0.008s
3.30/3.35	c #decision = 50
3.30/3.35	c #random_decision = 0
3.30/3.35	c #conflict = 0
3.30/3.35	c #restart = 0
3.30/3.35	c BCD2: found a new core of size 2: cost of the new core is >=1
3.30/3.35	c lower bound updated to -732
3.30/3.35	c BCD2: 268 <= obj <= 877
3.30/3.35	c BCD2: #cores=43, #unrelaxed=379, #relaxed=621, #hardened=0
3.30/3.35	c BCD2: #sat=1 #unsat=269 bias=269/270
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 |    21362      0 |    15997 |    31936
3.30/3.36	c  0.0s |       0 |       50 |        0 |    21362      0 |    15997 |    31936
3.30/3.36	c #cpu_time = 0.008s
3.30/3.36	c #wall_clock_time = 0.008s
3.30/3.36	c #decision = 50
3.30/3.36	c #random_decision = 0
3.30/3.36	c #conflict = 0
3.30/3.36	c #restart = 0
3.30/3.36	c BCD2: found a new core of size 2: cost of the new core is >=1
3.30/3.36	c lower bound updated to -731
3.30/3.36	c BCD2: 269 <= obj <= 877
3.30/3.36	c BCD2: #cores=44, #unrelaxed=377, #relaxed=623, #hardened=0
3.30/3.36	c BCD2: #sat=1 #unsat=270 bias=270/271
3.30/3.36	c Solving starts ...
3.30/3.36	c ============================[ Search Statistics ]============================
3.30/3.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.36	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.36	c =============================================================================
3.30/3.36	c  0.0s |       0 |        0 |        0 |    21362      0 |    15997 |    31937
3.30/3.37	c  0.0s |       0 |       50 |        0 |    21362      0 |    15997 |    31937
3.30/3.37	c #cpu_time = 0.008s
3.30/3.37	c #wall_clock_time = 0.008s
3.30/3.37	c #decision = 50
3.30/3.37	c #random_decision = 0
3.30/3.37	c #conflict = 0
3.30/3.37	c #restart = 0
3.30/3.37	c BCD2: found a new core of size 2: cost of the new core is >=1
3.30/3.37	c lower bound updated to -730
3.30/3.37	c BCD2: 270 <= obj <= 877
3.30/3.37	c BCD2: #cores=45, #unrelaxed=375, #relaxed=625, #hardened=0
3.30/3.37	c BCD2: #sat=1 #unsat=271 bias=271/272
3.30/3.37	c Solving starts ...
3.30/3.37	c ============================[ Search Statistics ]============================
3.30/3.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.30/3.37	c       |         |          |          |    Limit     GC | Var      | Constra 
3.30/3.37	c =============================================================================
3.30/3.37	c  0.0s |       0 |        0 |        0 |    21362      0 |    15997 |    31938
3.30/3.38	c  0.0s |       0 |       52 |        0 |    21362      0 |    15997 |    31938
3.30/3.38	c #cpu_time = 0.008s
3.30/3.38	c #wall_clock_time = 0.008s
3.30/3.38	c #decision = 52
3.30/3.38	c #random_decision = 0
3.30/3.38	c #conflict = 0
3.30/3.38	c #restart = 0
3.30/3.38	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.49/3.52	c lower bound updated to -729
3.49/3.52	c BCD2: 271 <= obj <= 877
3.49/3.52	c BCD2: #cores=45, #unrelaxed=373, #relaxed=627, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=272 bias=272/273
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    15998 |    31938
3.49/3.52	c  0.0s |       0 |       52 |        0 |    21362      0 |    15998 |    31939
3.49/3.52	c #cpu_time = 0.008s
3.49/3.52	c #wall_clock_time = 0.009s
3.49/3.52	c #decision = 52
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.52	c lower bound updated to -728
3.49/3.52	c BCD2: 272 <= obj <= 877
3.49/3.52	c BCD2: #cores=46, #unrelaxed=371, #relaxed=629, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=273 bias=273/274
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    15998 |    31940
3.49/3.52	c  0.0s |       0 |       53 |        0 |    21362      0 |    15998 |    31940
3.49/3.52	c #cpu_time = 0.008s
3.49/3.52	c #wall_clock_time = 0.008s
3.49/3.52	c #decision = 53
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.52	c lower bound updated to -727
3.49/3.52	c BCD2: 273 <= obj <= 877
3.49/3.52	c BCD2: #cores=47, #unrelaxed=369, #relaxed=631, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=274 bias=274/275
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    15998 |    31941
3.49/3.52	c  0.0s |       0 |       57 |        1 |    21362      0 |    15998 |    31941
3.49/3.52	c #cpu_time = 0.009s
3.49/3.52	c #wall_clock_time = 0.009s
3.49/3.52	c #decision = 57
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 1
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: relaxing 4 and merging with 5 cores into a new core of size 22: cost of the new core is >=10
3.49/3.52	c lower bound updated to -726
3.49/3.52	c BCD2: 274 <= obj <= 877
3.49/3.52	c BCD2: #cores=43, #unrelaxed=365, #relaxed=635, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=275 bias=275/276
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    16003 |    31941
3.49/3.52	c  0.0s |       0 |       49 |        0 |    21362      0 |    16003 |    31946
3.49/3.52	c #cpu_time = 0.008s
3.49/3.52	c #wall_clock_time = 0.008s
3.49/3.52	c #decision = 49
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.52	c lower bound updated to -725
3.49/3.52	c BCD2: 275 <= obj <= 877
3.49/3.52	c BCD2: #cores=44, #unrelaxed=363, #relaxed=637, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=276 bias=276/277
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    16003 |    31947
3.49/3.52	c  0.0s |       0 |       52 |        0 |    21362      0 |    16003 |    31947
3.49/3.52	c #cpu_time = 0.008s
3.49/3.52	c #wall_clock_time = 0.008s
3.49/3.52	c #decision = 52
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.52	c lower bound updated to -724
3.49/3.52	c BCD2: 276 <= obj <= 877
3.49/3.52	c BCD2: #cores=45, #unrelaxed=361, #relaxed=639, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=277 bias=277/278
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    16003 |    31948
3.49/3.52	c  0.0s |       0 |       52 |        0 |    21362      0 |    16003 |    31948
3.49/3.52	c #cpu_time = 0.008s
3.49/3.52	c #wall_clock_time = 0.008s
3.49/3.52	c #decision = 52
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.52	c lower bound updated to -723
3.49/3.52	c BCD2: 277 <= obj <= 877
3.49/3.52	c BCD2: #cores=46, #unrelaxed=359, #relaxed=641, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=278 bias=278/279
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    16003 |    31949
3.49/3.52	c  0.0s |       0 |       55 |        0 |    21362      0 |    16003 |    31949
3.49/3.52	c #cpu_time = 0.008s
3.49/3.52	c #wall_clock_time = 0.008s
3.49/3.52	c #decision = 55
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.49/3.52	c lower bound updated to -722
3.49/3.52	c BCD2: 278 <= obj <= 877
3.49/3.52	c BCD2: #cores=45, #unrelaxed=357, #relaxed=643, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=279 bias=279/280
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    16005 |    31949
3.49/3.52	c  0.0s |       0 |       53 |        0 |    21362      0 |    16005 |    31951
3.49/3.52	c #cpu_time = 0.008s
3.49/3.52	c #wall_clock_time = 0.008s
3.49/3.52	c #decision = 53
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.49/3.52	c lower bound updated to -721
3.49/3.52	c BCD2: 279 <= obj <= 877
3.49/3.52	c BCD2: #cores=45, #unrelaxed=355, #relaxed=645, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=280 bias=280/281
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    16006 |    31951
3.49/3.52	c  0.0s |       0 |       53 |        0 |    21362      0 |    16006 |    31952
3.49/3.52	c #cpu_time = 0.008s
3.49/3.52	c #wall_clock_time = 0.008s
3.49/3.52	c #decision = 53
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.52	c lower bound updated to -720
3.49/3.52	c BCD2: 280 <= obj <= 877
3.49/3.52	c BCD2: #cores=46, #unrelaxed=353, #relaxed=647, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=281 bias=281/282
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    16006 |    31953
3.49/3.52	c  0.0s |       0 |       54 |        0 |    21362      0 |    16006 |    31953
3.49/3.52	c #cpu_time = 0.008s
3.49/3.52	c #wall_clock_time = 0.008s
3.49/3.52	c #decision = 54
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.49/3.52	c lower bound updated to -719
3.49/3.52	c BCD2: 281 <= obj <= 877
3.49/3.52	c BCD2: #cores=46, #unrelaxed=351, #relaxed=649, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=282 bias=282/283
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    16007 |    31953
3.49/3.52	c  0.0s |       0 |       54 |        0 |    21362      0 |    16007 |    31954
3.49/3.52	c #cpu_time = 0.008s
3.49/3.52	c #wall_clock_time = 0.008s
3.49/3.52	c #decision = 54
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.52	c lower bound updated to -718
3.49/3.52	c BCD2: 282 <= obj <= 877
3.49/3.52	c BCD2: #cores=47, #unrelaxed=349, #relaxed=651, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=283 bias=283/284
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    16007 |    31955
3.49/3.52	c  0.0s |       0 |       57 |        0 |    21362      0 |    16007 |    31955
3.49/3.52	c #cpu_time = 0.008s
3.49/3.52	c #wall_clock_time = 0.008s
3.49/3.52	c #decision = 57
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.49/3.52	c lower bound updated to -717
3.49/3.52	c BCD2: 283 <= obj <= 877
3.49/3.52	c BCD2: #cores=46, #unrelaxed=347, #relaxed=653, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=284 bias=284/285
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    16009 |    31955
3.49/3.52	c  0.0s |       0 |       58 |        0 |    21362      0 |    16009 |    31957
3.49/3.52	c #cpu_time = 0.008s
3.49/3.52	c #wall_clock_time = 0.008s
3.49/3.52	c #decision = 58
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.49/3.52	c lower bound updated to -716
3.49/3.52	c BCD2: 284 <= obj <= 877
3.49/3.52	c BCD2: #cores=46, #unrelaxed=345, #relaxed=655, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=285 bias=285/286
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    16010 |    31957
3.49/3.52	c  0.0s |       0 |       60 |        0 |    21362      0 |    16010 |    31958
3.49/3.52	c #cpu_time = 0.009s
3.49/3.52	c #wall_clock_time = 0.009s
3.49/3.52	c #decision = 60
3.49/3.52	c #random_decision = 0
3.49/3.52	c #conflict = 0
3.49/3.52	c #restart = 0
3.49/3.52	c BCD2: relaxing 8 and merging with 2 cores into a new core of size 21: cost of the new core is >=7
3.49/3.52	c lower bound updated to -715
3.49/3.52	c BCD2: 285 <= obj <= 877
3.49/3.52	c BCD2: #cores=45, #unrelaxed=337, #relaxed=663, #hardened=0
3.49/3.52	c BCD2: #sat=1 #unsat=286 bias=286/287
3.49/3.52	c Solving starts ...
3.49/3.52	c ============================[ Search Statistics ]============================
3.49/3.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.52	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.52	c =============================================================================
3.49/3.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    16012 |    31958
3.49/3.53	c  0.0s |       0 |       53 |        0 |    21362      0 |    16012 |    31960
3.49/3.53	c #cpu_time = 0.008s
3.49/3.53	c #wall_clock_time = 0.008s
3.49/3.53	c #decision = 53
3.49/3.53	c #random_decision = 0
3.49/3.53	c #conflict = 0
3.49/3.53	c #restart = 0
3.49/3.53	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.53	c lower bound updated to -714
3.49/3.53	c BCD2: 286 <= obj <= 877
3.49/3.53	c BCD2: #cores=46, #unrelaxed=335, #relaxed=665, #hardened=0
3.49/3.53	c BCD2: #sat=1 #unsat=287 bias=287/288
3.49/3.53	c Solving starts ...
3.49/3.53	c ============================[ Search Statistics ]============================
3.49/3.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.53	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.53	c =============================================================================
3.49/3.53	c  0.0s |       0 |        0 |        0 |    21362      0 |    16012 |    31961
3.49/3.54	c  0.0s |       0 |       56 |        0 |    21362      0 |    16012 |    31961
3.49/3.54	c #cpu_time = 0.008s
3.49/3.54	c #wall_clock_time = 0.008s
3.49/3.54	c #decision = 56
3.49/3.54	c #random_decision = 0
3.49/3.54	c #conflict = 0
3.49/3.54	c #restart = 0
3.49/3.54	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.54	c lower bound updated to -713
3.49/3.54	c BCD2: 287 <= obj <= 877
3.49/3.54	c BCD2: #cores=47, #unrelaxed=333, #relaxed=667, #hardened=0
3.49/3.54	c BCD2: #sat=1 #unsat=288 bias=288/289
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 |    21362      0 |    16012 |    31962
3.49/3.55	c  0.0s |       0 |       56 |        0 |    21362      0 |    16012 |    31962
3.49/3.55	c #cpu_time = 0.008s
3.49/3.55	c #wall_clock_time = 0.008s
3.49/3.55	c #decision = 56
3.49/3.55	c #random_decision = 0
3.49/3.55	c #conflict = 0
3.49/3.55	c #restart = 0
3.49/3.55	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.55	c lower bound updated to -712
3.49/3.55	c BCD2: 288 <= obj <= 877
3.49/3.55	c BCD2: #cores=48, #unrelaxed=331, #relaxed=669, #hardened=0
3.49/3.55	c BCD2: #sat=1 #unsat=289 bias=289/290
3.49/3.55	c Solving starts ...
3.49/3.55	c ============================[ Search Statistics ]============================
3.49/3.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.55	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.55	c =============================================================================
3.49/3.55	c  0.0s |       0 |        0 |        0 |    21362      0 |    16012 |    31963
3.49/3.56	c  0.0s |       0 |       56 |        0 |    21362      0 |    16012 |    31963
3.49/3.56	c #cpu_time = 0.008s
3.49/3.56	c #wall_clock_time = 0.008s
3.49/3.56	c #decision = 56
3.49/3.56	c #random_decision = 0
3.49/3.56	c #conflict = 0
3.49/3.56	c #restart = 0
3.49/3.56	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.56	c lower bound updated to -711
3.49/3.56	c BCD2: 289 <= obj <= 877
3.49/3.56	c BCD2: #cores=49, #unrelaxed=329, #relaxed=671, #hardened=0
3.49/3.56	c BCD2: #sat=1 #unsat=290 bias=290/291
3.49/3.56	c Solving starts ...
3.49/3.56	c ============================[ Search Statistics ]============================
3.49/3.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.56	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.56	c =============================================================================
3.49/3.56	c  0.0s |       0 |        0 |        0 |    21362      0 |    16012 |    31964
3.49/3.57	c  0.0s |       0 |       58 |        0 |    21362      0 |    16012 |    31964
3.49/3.57	c #cpu_time = 0.008s
3.49/3.57	c #wall_clock_time = 0.008s
3.49/3.57	c #decision = 58
3.49/3.57	c #random_decision = 0
3.49/3.57	c #conflict = 0
3.49/3.57	c #restart = 0
3.49/3.57	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.57	c lower bound updated to -710
3.49/3.57	c BCD2: 290 <= obj <= 877
3.49/3.57	c BCD2: #cores=50, #unrelaxed=327, #relaxed=673, #hardened=0
3.49/3.57	c BCD2: #sat=1 #unsat=291 bias=291/292
3.49/3.57	c Solving starts ...
3.49/3.57	c ============================[ Search Statistics ]============================
3.49/3.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.57	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.57	c =============================================================================
3.49/3.57	c  0.0s |       0 |        0 |        0 |    21362      0 |    16012 |    31965
3.49/3.58	c  0.0s |       0 |       59 |        0 |    21362      0 |    16012 |    31965
3.49/3.58	c #cpu_time = 0.008s
3.49/3.58	c #wall_clock_time = 0.008s
3.49/3.58	c #decision = 59
3.49/3.58	c #random_decision = 0
3.49/3.58	c #conflict = 0
3.49/3.58	c #restart = 0
3.49/3.58	c BCD2: relaxing 3 and merging with 2 cores into a new core of size 9: cost of the new core is >=4
3.49/3.58	c lower bound updated to -709
3.49/3.58	c BCD2: 291 <= obj <= 877
3.49/3.58	c BCD2: #cores=49, #unrelaxed=324, #relaxed=676, #hardened=0
3.49/3.58	c BCD2: #sat=1 #unsat=292 bias=292/293
3.49/3.58	c Solving starts ...
3.49/3.58	c ============================[ Search Statistics ]============================
3.49/3.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.58	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.58	c =============================================================================
3.49/3.58	c  0.0s |       0 |        0 |        0 |    21362      0 |    16014 |    31965
3.49/3.59	c  0.0s |       0 |       60 |        0 |    21362      0 |    16014 |    31967
3.49/3.59	c #cpu_time = 0.008s
3.49/3.59	c #wall_clock_time = 0.008s
3.49/3.59	c #decision = 60
3.49/3.59	c #random_decision = 0
3.49/3.59	c #conflict = 0
3.49/3.59	c #restart = 0
3.49/3.59	c BCD2: found a new core of size 2: cost of the new core is >=1
3.49/3.59	c lower bound updated to -708
3.49/3.59	c BCD2: 292 <= obj <= 877
3.49/3.59	c BCD2: #cores=50, #unrelaxed=322, #relaxed=678, #hardened=0
3.49/3.59	c BCD2: #sat=1 #unsat=293 bias=293/294
3.49/3.59	c Solving starts ...
3.49/3.59	c ============================[ Search Statistics ]============================
3.49/3.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.49/3.59	c       |         |          |          |    Limit     GC | Var      | Constra 
3.49/3.59	c =============================================================================
3.49/3.59	c  0.0s |       0 |        0 |        0 |    21362      0 |    16014 |    31968
3.59/3.60	c  0.0s |       0 |       63 |        0 |    21362      0 |    16014 |    31968
3.59/3.60	c #cpu_time = 0.008s
3.59/3.60	c #wall_clock_time = 0.008s
3.59/3.60	c #decision = 63
3.59/3.60	c #random_decision = 0
3.59/3.60	c #conflict = 0
3.59/3.60	c #restart = 0
3.59/3.60	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.60	c lower bound updated to -707
3.59/3.60	c BCD2: 293 <= obj <= 877
3.59/3.60	c BCD2: #cores=51, #unrelaxed=320, #relaxed=680, #hardened=0
3.59/3.60	c BCD2: #sat=1 #unsat=294 bias=294/295
3.59/3.60	c Solving starts ...
3.59/3.60	c ============================[ Search Statistics ]============================
3.59/3.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.60	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.60	c =============================================================================
3.59/3.60	c  0.0s |       0 |        0 |        0 |    21362      0 |    16014 |    31969
3.59/3.61	c  0.0s |       0 |       63 |        0 |    21362      0 |    16014 |    31969
3.59/3.61	c #cpu_time = 0.008s
3.59/3.61	c #wall_clock_time = 0.008s
3.59/3.61	c #decision = 63
3.59/3.61	c #random_decision = 0
3.59/3.61	c #conflict = 0
3.59/3.61	c #restart = 0
3.59/3.61	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.61	c lower bound updated to -706
3.59/3.61	c BCD2: 294 <= obj <= 877
3.59/3.61	c BCD2: #cores=52, #unrelaxed=318, #relaxed=682, #hardened=0
3.59/3.61	c BCD2: #sat=1 #unsat=295 bias=295/296
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 |    21362      0 |    16014 |    31970
3.59/3.62	c  0.0s |       0 |       66 |        0 |    21362      0 |    16014 |    31970
3.59/3.62	c #cpu_time = 0.008s
3.59/3.62	c #wall_clock_time = 0.008s
3.59/3.62	c #decision = 66
3.59/3.62	c #random_decision = 0
3.59/3.62	c #conflict = 0
3.59/3.62	c #restart = 0
3.59/3.62	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.62	c lower bound updated to -705
3.59/3.62	c BCD2: 295 <= obj <= 877
3.59/3.62	c BCD2: #cores=53, #unrelaxed=316, #relaxed=684, #hardened=0
3.59/3.62	c BCD2: #sat=1 #unsat=296 bias=296/297
3.59/3.62	c Solving starts ...
3.59/3.62	c ============================[ Search Statistics ]============================
3.59/3.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.62	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.62	c =============================================================================
3.59/3.62	c  0.0s |       0 |        0 |        0 |    21362      0 |    16014 |    31971
3.59/3.63	c  0.0s |       0 |       69 |        0 |    21362      0 |    16014 |    31971
3.59/3.63	c #cpu_time = 0.008s
3.59/3.63	c #wall_clock_time = 0.008s
3.59/3.63	c #decision = 69
3.59/3.63	c #random_decision = 0
3.59/3.63	c #conflict = 0
3.59/3.63	c #restart = 0
3.59/3.63	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.63	c lower bound updated to -704
3.59/3.63	c BCD2: 296 <= obj <= 877
3.59/3.63	c BCD2: #cores=54, #unrelaxed=314, #relaxed=686, #hardened=0
3.59/3.63	c BCD2: #sat=1 #unsat=297 bias=297/298
3.59/3.64	c Solving starts ...
3.59/3.64	c ============================[ Search Statistics ]============================
3.59/3.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.64	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.64	c =============================================================================
3.59/3.64	c  0.0s |       0 |        0 |        0 |    21362      0 |    16014 |    31972
3.59/3.64	c  0.0s |       0 |       70 |        0 |    21362      0 |    16014 |    31972
3.59/3.64	c #cpu_time = 0.008s
3.59/3.64	c #wall_clock_time = 0.008s
3.59/3.64	c #decision = 70
3.59/3.64	c #random_decision = 0
3.59/3.64	c #conflict = 0
3.59/3.64	c #restart = 0
3.59/3.64	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.64	c lower bound updated to -703
3.59/3.65	c BCD2: 297 <= obj <= 877
3.59/3.65	c BCD2: #cores=55, #unrelaxed=312, #relaxed=688, #hardened=0
3.59/3.65	c BCD2: #sat=1 #unsat=298 bias=298/299
3.59/3.65	c Solving starts ...
3.59/3.65	c ============================[ Search Statistics ]============================
3.59/3.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.65	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.65	c =============================================================================
3.59/3.65	c  0.0s |       0 |        0 |        0 |    21362      0 |    16014 |    31973
3.59/3.65	c  0.0s |       0 |       71 |        0 |    21362      0 |    16014 |    31973
3.59/3.65	c #cpu_time = 0.008s
3.59/3.65	c #wall_clock_time = 0.008s
3.59/3.65	c #decision = 71
3.59/3.65	c #random_decision = 0
3.59/3.65	c #conflict = 0
3.59/3.65	c #restart = 0
3.59/3.65	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.65	c lower bound updated to -702
3.59/3.66	c BCD2: 298 <= obj <= 877
3.59/3.66	c BCD2: #cores=56, #unrelaxed=310, #relaxed=690, #hardened=0
3.59/3.66	c BCD2: #sat=1 #unsat=299 bias=299/300
3.59/3.66	c Solving starts ...
3.59/3.66	c ============================[ Search Statistics ]============================
3.59/3.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.66	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.66	c =============================================================================
3.59/3.66	c  0.0s |       0 |        0 |        0 |    21362      0 |    16014 |    31974
3.59/3.66	c  0.0s |       0 |       71 |        0 |    21362      0 |    16014 |    31974
3.59/3.66	c #cpu_time = 0.009s
3.59/3.66	c #wall_clock_time = 0.009s
3.59/3.66	c #decision = 71
3.59/3.66	c #random_decision = 0
3.59/3.66	c #conflict = 0
3.59/3.66	c #restart = 0
3.59/3.67	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.59/3.67	c lower bound updated to -701
3.59/3.67	c BCD2: 299 <= obj <= 877
3.59/3.67	c BCD2: #cores=56, #unrelaxed=308, #relaxed=692, #hardened=0
3.59/3.67	c BCD2: #sat=1 #unsat=300 bias=300/301
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 |    21362      0 |    16015 |    31974
3.59/3.68	c  0.0s |       0 |       76 |        2 |    21362      0 |    16015 |    31975
3.59/3.68	c #cpu_time = 0.010s
3.59/3.68	c #wall_clock_time = 0.010s
3.59/3.68	c #decision = 76
3.59/3.68	c #random_decision = 0
3.59/3.68	c #conflict = 2
3.59/3.68	c #restart = 0
3.59/3.68	c BCD2: relaxing 15 and merging with 12 cores into a new core of size 68: cost of the new core is >=27
3.59/3.68	c lower bound updated to -700
3.59/3.68	c BCD2: 300 <= obj <= 877
3.59/3.68	c BCD2: #cores=45, #unrelaxed=293, #relaxed=707, #hardened=0
3.59/3.68	c BCD2: #sat=1 #unsat=301 bias=301/302
3.59/3.68	c Solving starts ...
3.59/3.68	c ============================[ Search Statistics ]============================
3.59/3.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.68	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.68	c =============================================================================
3.59/3.68	c  0.0s |       0 |        0 |        0 |    21362      0 |    16027 |    31975
3.59/3.69	c  0.0s |       0 |       48 |        0 |    21362      0 |    16027 |    31987
3.59/3.69	c #cpu_time = 0.008s
3.59/3.69	c #wall_clock_time = 0.008s
3.59/3.69	c #decision = 48
3.59/3.69	c #random_decision = 0
3.59/3.69	c #conflict = 0
3.59/3.69	c #restart = 0
3.59/3.69	c BCD2: found a new core of size 2: cost of the new core is >=1
3.59/3.69	c lower bound updated to -699
3.59/3.69	c BCD2: 301 <= obj <= 877
3.59/3.69	c BCD2: #cores=46, #unrelaxed=291, #relaxed=709, #hardened=0
3.59/3.69	c BCD2: #sat=1 #unsat=302 bias=302/303
3.59/3.69	c Solving starts ...
3.59/3.69	c ============================[ Search Statistics ]============================
3.59/3.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.59/3.69	c       |         |          |          |    Limit     GC | Var      | Constra 
3.59/3.69	c =============================================================================
3.59/3.69	c  0.0s |       0 |        0 |        0 |    21362      0 |    16027 |    31988
3.59/3.70	c  0.0s |       0 |       53 |        1 |    21362      0 |    16027 |    31988
3.59/3.70	c #cpu_time = 0.008s
3.59/3.70	c #wall_clock_time = 0.008s
3.59/3.70	c #decision = 53
3.59/3.70	c #random_decision = 0
3.59/3.70	c #conflict = 1
3.59/3.70	c #restart = 0
3.59/3.70	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
3.59/3.70	c lower bound updated to -698
3.69/3.70	c BCD2: 302 <= obj <= 877
3.69/3.70	c BCD2: #cores=46, #unrelaxed=289, #relaxed=711, #hardened=0
3.69/3.70	c BCD2: #sat=1 #unsat=303 bias=303/304
3.69/3.70	c Solving starts ...
3.69/3.70	c ============================[ Search Statistics ]============================
3.69/3.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.70	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.70	c =============================================================================
3.69/3.70	c  0.0s |       0 |        0 |        0 |    21362      0 |    16028 |    31988
3.69/3.70	c  0.0s |       0 |       56 |        0 |    21362      0 |    16028 |    31989
3.69/3.70	c #cpu_time = 0.008s
3.69/3.70	c #wall_clock_time = 0.008s
3.69/3.70	c #decision = 56
3.69/3.70	c #random_decision = 0
3.69/3.70	c #conflict = 0
3.69/3.71	c #restart = 0
3.69/3.71	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.71	c lower bound updated to -697
3.69/3.71	c BCD2: 303 <= obj <= 877
3.69/3.71	c BCD2: #cores=47, #unrelaxed=287, #relaxed=713, #hardened=0
3.69/3.71	c BCD2: #sat=1 #unsat=304 bias=304/305
3.69/3.71	c Solving starts ...
3.69/3.71	c ============================[ Search Statistics ]============================
3.69/3.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.71	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.71	c =============================================================================
3.69/3.71	c  0.0s |       0 |        0 |        0 |    21362      0 |    16028 |    31990
3.69/3.72	c  0.0s |       0 |       56 |        0 |    21362      0 |    16028 |    31990
3.69/3.72	c #cpu_time = 0.008s
3.69/3.72	c #wall_clock_time = 0.008s
3.69/3.72	c #decision = 56
3.69/3.72	c #random_decision = 0
3.69/3.72	c #conflict = 0
3.69/3.72	c #restart = 0
3.69/3.72	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.72	c lower bound updated to -696
3.69/3.72	c BCD2: 304 <= obj <= 877
3.69/3.72	c BCD2: #cores=48, #unrelaxed=285, #relaxed=715, #hardened=0
3.69/3.72	c BCD2: #sat=1 #unsat=305 bias=305/306
3.69/3.72	c Solving starts ...
3.69/3.72	c ============================[ Search Statistics ]============================
3.69/3.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.72	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.72	c =============================================================================
3.69/3.72	c  0.0s |       0 |        0 |        0 |    21362      0 |    16028 |    31991
3.69/3.73	c  0.0s |       0 |       58 |        0 |    21362      0 |    16028 |    31991
3.69/3.73	c #cpu_time = 0.008s
3.69/3.73	c #wall_clock_time = 0.009s
3.69/3.73	c #decision = 58
3.69/3.73	c #random_decision = 0
3.69/3.73	c #conflict = 0
3.69/3.73	c #restart = 0
3.69/3.73	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 10: cost of the new core is >=4
3.69/3.73	c lower bound updated to -695
3.69/3.73	c BCD2: 305 <= obj <= 877
3.69/3.73	c BCD2: #cores=48, #unrelaxed=281, #relaxed=719, #hardened=0
3.69/3.73	c BCD2: #sat=1 #unsat=306 bias=306/307
3.69/3.73	c Solving starts ...
3.69/3.73	c ============================[ Search Statistics ]============================
3.69/3.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.73	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.73	c =============================================================================
3.69/3.73	c  0.0s |       0 |        0 |        0 |    21362      0 |    16029 |    31991
3.69/3.74	c  0.0s |       0 |       56 |        0 |    21362      0 |    16029 |    31992
3.69/3.74	c #cpu_time = 0.008s
3.69/3.74	c #wall_clock_time = 0.008s
3.69/3.74	c #decision = 56
3.69/3.74	c #random_decision = 0
3.69/3.74	c #conflict = 0
3.69/3.74	c #restart = 0
3.69/3.74	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.74	c lower bound updated to -694
3.69/3.74	c BCD2: 306 <= obj <= 877
3.69/3.74	c BCD2: #cores=49, #unrelaxed=279, #relaxed=721, #hardened=0
3.69/3.74	c BCD2: #sat=1 #unsat=307 bias=307/308
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 |    21362      0 |    16029 |    31993
3.69/3.75	c  0.0s |       0 |       59 |        0 |    21362      0 |    16029 |    31993
3.69/3.75	c #cpu_time = 0.008s
3.69/3.75	c #wall_clock_time = 0.008s
3.69/3.75	c #decision = 59
3.69/3.75	c #random_decision = 0
3.69/3.75	c #conflict = 0
3.69/3.75	c #restart = 0
3.69/3.75	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.75	c lower bound updated to -693
3.69/3.75	c BCD2: 307 <= obj <= 877
3.69/3.75	c BCD2: #cores=50, #unrelaxed=277, #relaxed=723, #hardened=0
3.69/3.75	c BCD2: #sat=1 #unsat=308 bias=308/309
3.69/3.75	c Solving starts ...
3.69/3.75	c ============================[ Search Statistics ]============================
3.69/3.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.75	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.75	c =============================================================================
3.69/3.75	c  0.0s |       0 |        0 |        0 |    21362      0 |    16029 |    31994
3.69/3.76	c  0.0s |       0 |       59 |        0 |    21362      0 |    16029 |    31994
3.69/3.76	c #cpu_time = 0.008s
3.69/3.76	c #wall_clock_time = 0.008s
3.69/3.76	c #decision = 59
3.69/3.76	c #random_decision = 0
3.69/3.76	c #conflict = 0
3.69/3.76	c #restart = 0
3.69/3.76	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
3.69/3.76	c lower bound updated to -692
3.69/3.76	c BCD2: 308 <= obj <= 877
3.69/3.76	c BCD2: #cores=48, #unrelaxed=275, #relaxed=725, #hardened=0
3.69/3.76	c BCD2: #sat=1 #unsat=309 bias=309/310
3.69/3.76	c Solving starts ...
3.69/3.76	c ============================[ Search Statistics ]============================
3.69/3.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.76	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.76	c =============================================================================
3.69/3.76	c  0.0s |       0 |        0 |        0 |    21362      0 |    16032 |    31994
3.69/3.77	c  0.0s |       0 |       61 |        0 |    21362      0 |    16032 |    31997
3.69/3.77	c #cpu_time = 0.009s
3.69/3.77	c #wall_clock_time = 0.009s
3.69/3.77	c #decision = 61
3.69/3.77	c #random_decision = 0
3.69/3.77	c #conflict = 0
3.69/3.77	c #restart = 0
3.69/3.77	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.69/3.77	c lower bound updated to -691
3.69/3.77	c BCD2: 309 <= obj <= 877
3.69/3.77	c BCD2: #cores=48, #unrelaxed=273, #relaxed=727, #hardened=0
3.69/3.77	c BCD2: #sat=1 #unsat=310 bias=310/311
3.69/3.77	c Solving starts ...
3.69/3.77	c ============================[ Search Statistics ]============================
3.69/3.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.77	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.77	c =============================================================================
3.69/3.77	c  0.0s |       0 |        0 |        0 |    21362      0 |    16033 |    31997
3.69/3.77	c  0.0s |       0 |       60 |        0 |    21362      0 |    16033 |    31998
3.69/3.77	c #cpu_time = 0.008s
3.69/3.77	c #wall_clock_time = 0.008s
3.69/3.77	c #decision = 60
3.69/3.77	c #random_decision = 0
3.69/3.77	c #conflict = 0
3.69/3.77	c #restart = 0
3.69/3.77	c BCD2: found a new core of size 2: cost of the new core is >=1
3.69/3.77	c lower bound updated to -690
3.69/3.78	c BCD2: 310 <= obj <= 877
3.69/3.78	c BCD2: #cores=49, #unrelaxed=271, #relaxed=729, #hardened=0
3.69/3.78	c BCD2: #sat=1 #unsat=311 bias=311/312
3.69/3.78	c Solving starts ...
3.69/3.78	c ============================[ Search Statistics ]============================
3.69/3.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.78	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.78	c =============================================================================
3.69/3.78	c  0.0s |       0 |        0 |        0 |    21362      0 |    16033 |    31999
3.69/3.79	c  0.0s |       0 |       61 |        0 |    21362      0 |    16033 |    31999
3.69/3.79	c #cpu_time = 0.008s
3.69/3.79	c #wall_clock_time = 0.008s
3.69/3.79	c #decision = 61
3.69/3.79	c #random_decision = 0
3.69/3.79	c #conflict = 0
3.69/3.79	c #restart = 0
3.69/3.79	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.69/3.79	c lower bound updated to -689
3.69/3.79	c BCD2: 311 <= obj <= 877
3.69/3.79	c BCD2: #cores=49, #unrelaxed=269, #relaxed=731, #hardened=0
3.69/3.79	c BCD2: #sat=1 #unsat=312 bias=312/313
3.69/3.79	c Solving starts ...
3.69/3.79	c ============================[ Search Statistics ]============================
3.69/3.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.69/3.79	c       |         |          |          |    Limit     GC | Var      | Constra 
3.69/3.79	c =============================================================================
3.69/3.79	c  0.0s |       0 |        0 |        0 |    21362      0 |    16034 |    31999
3.79/3.80	c  0.0s |       0 |       62 |        0 |    21362      0 |    16034 |    32000
3.79/3.80	c #cpu_time = 0.009s
3.79/3.80	c #wall_clock_time = 0.009s
3.79/3.80	c #decision = 62
3.79/3.80	c #random_decision = 0
3.79/3.80	c #conflict = 0
3.79/3.80	c #restart = 0
3.79/3.80	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.79/3.80	c lower bound updated to -688
3.79/3.80	c BCD2: 312 <= obj <= 877
3.79/3.80	c BCD2: #cores=49, #unrelaxed=267, #relaxed=733, #hardened=0
3.79/3.80	c BCD2: #sat=1 #unsat=313 bias=313/314
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 |    21362      0 |    16035 |    32000
3.79/3.81	c  0.0s |       0 |       63 |        0 |    21362      0 |    16035 |    32001
3.79/3.81	c #cpu_time = 0.008s
3.79/3.81	c #wall_clock_time = 0.008s
3.79/3.81	c #decision = 63
3.79/3.81	c #random_decision = 0
3.79/3.81	c #conflict = 0
3.79/3.81	c #restart = 0
3.79/3.81	c BCD2: found a new core of size 2: cost of the new core is >=1
3.79/3.81	c lower bound updated to -687
3.79/3.81	c BCD2: 313 <= obj <= 877
3.79/3.81	c BCD2: #cores=50, #unrelaxed=265, #relaxed=735, #hardened=0
3.79/3.81	c BCD2: #sat=1 #unsat=314 bias=314/315
3.79/3.81	c Solving starts ...
3.79/3.81	c ============================[ Search Statistics ]============================
3.79/3.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.81	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.81	c =============================================================================
3.79/3.81	c  0.0s |       0 |        0 |        0 |    21362      0 |    16035 |    32002
3.79/3.82	c  0.0s |       0 |       65 |        0 |    21362      0 |    16035 |    32002
3.79/3.82	c #cpu_time = 0.008s
3.79/3.82	c #wall_clock_time = 0.008s
3.79/3.82	c #decision = 65
3.79/3.82	c #random_decision = 0
3.79/3.82	c #conflict = 0
3.79/3.82	c #restart = 0
3.79/3.82	c BCD2: found a new core of size 2: cost of the new core is >=1
3.79/3.82	c lower bound updated to -686
3.79/3.82	c BCD2: 314 <= obj <= 877
3.79/3.82	c BCD2: #cores=51, #unrelaxed=263, #relaxed=737, #hardened=0
3.79/3.82	c BCD2: #sat=1 #unsat=315 bias=315/316
3.79/3.82	c Solving starts ...
3.79/3.82	c ============================[ Search Statistics ]============================
3.79/3.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.82	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.82	c =============================================================================
3.79/3.82	c  0.0s |       0 |        0 |        0 |    21362      0 |    16035 |    32003
3.79/3.83	c  0.0s |       0 |       66 |        0 |    21362      0 |    16035 |    32003
3.79/3.83	c #cpu_time = 0.008s
3.79/3.83	c #wall_clock_time = 0.008s
3.79/3.83	c #decision = 66
3.79/3.83	c #random_decision = 0
3.79/3.83	c #conflict = 0
3.79/3.83	c #restart = 0
3.79/3.83	c BCD2: found a new core of size 2: cost of the new core is >=1
3.79/3.83	c lower bound updated to -685
3.79/3.83	c BCD2: 315 <= obj <= 877
3.79/3.83	c BCD2: #cores=52, #unrelaxed=261, #relaxed=739, #hardened=0
3.79/3.83	c BCD2: #sat=1 #unsat=316 bias=316/317
3.79/3.83	c Solving starts ...
3.79/3.83	c ============================[ Search Statistics ]============================
3.79/3.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.83	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.83	c =============================================================================
3.79/3.83	c  0.0s |       0 |        0 |        0 |    21362      0 |    16035 |    32004
3.79/3.84	c  0.0s |       0 |       67 |        0 |    21362      0 |    16035 |    32004
3.79/3.84	c #cpu_time = 0.008s
3.79/3.84	c #wall_clock_time = 0.008s
3.79/3.84	c #decision = 67
3.79/3.84	c #random_decision = 0
3.79/3.84	c #conflict = 0
3.79/3.84	c #restart = 0
3.79/3.84	c BCD2: found a new core of size 2: cost of the new core is >=1
3.79/3.84	c lower bound updated to -684
3.79/3.84	c BCD2: 316 <= obj <= 877
3.79/3.84	c BCD2: #cores=53, #unrelaxed=259, #relaxed=741, #hardened=0
3.79/3.84	c BCD2: #sat=1 #unsat=317 bias=317/318
3.79/3.84	c Solving starts ...
3.79/3.84	c ============================[ Search Statistics ]============================
3.79/3.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.84	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.84	c =============================================================================
3.79/3.84	c  0.0s |       0 |        0 |        0 |    21362      0 |    16035 |    32005
3.79/3.85	c  0.0s |       0 |       95 |        1 |    21362      0 |    16035 |    32005
3.79/3.85	c #cpu_time = 0.009s
3.79/3.85	c #wall_clock_time = 0.009s
3.79/3.85	c #decision = 95
3.79/3.85	c #random_decision = 0
3.79/3.85	c #conflict = 1
3.79/3.85	c #restart = 0
3.79/3.85	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
3.79/3.85	c lower bound updated to -683
3.79/3.85	c BCD2: 317 <= obj <= 877
3.79/3.85	c BCD2: #cores=53, #unrelaxed=258, #relaxed=742, #hardened=0
3.79/3.85	c BCD2: #sat=1 #unsat=318 bias=318/319
3.79/3.85	c Solving starts ...
3.79/3.85	c ============================[ Search Statistics ]============================
3.79/3.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.85	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.85	c =============================================================================
3.79/3.85	c  0.0s |       0 |        0 |        0 |    21362      0 |    16036 |    32005
3.79/3.86	c  0.0s |       0 |       69 |        1 |    21362      0 |    16036 |    32006
3.79/3.86	c #cpu_time = 0.009s
3.79/3.86	c #wall_clock_time = 0.009s
3.79/3.86	c #decision = 69
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 7 and merging with 3 cores into a new core of size 23: cost of the new core is >=9
3.79/3.86	c lower bound updated to -682
3.79/3.86	c BCD2: 318 <= obj <= 877
3.79/3.86	c BCD2: #cores=51, #unrelaxed=251, #relaxed=749, #hardened=0
3.79/3.86	c BCD2: #sat=1 #unsat=319 bias=319/320
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 |    21362      0 |    16039 |    32006
3.79/3.87	c  0.0s |       0 |       61 |        0 |    21362      0 |    16039 |    32009
3.79/3.87	c #cpu_time = 0.008s
3.79/3.87	c #wall_clock_time = 0.008s
3.79/3.87	c #decision = 61
3.79/3.87	c #random_decision = 0
3.79/3.87	c #conflict = 0
3.79/3.87	c #restart = 0
3.79/3.87	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.79/3.87	c lower bound updated to -681
3.79/3.87	c BCD2: 319 <= obj <= 877
3.79/3.87	c BCD2: #cores=51, #unrelaxed=249, #relaxed=751, #hardened=0
3.79/3.87	c BCD2: #sat=1 #unsat=320 bias=320/321
3.79/3.87	c Solving starts ...
3.79/3.87	c ============================[ Search Statistics ]============================
3.79/3.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.87	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.87	c =============================================================================
3.79/3.87	c  0.0s |       0 |        0 |        0 |    21362      0 |    16040 |    32009
3.79/3.88	c  0.0s |       0 |       70 |        1 |    21362      0 |    16040 |    32010
3.79/3.88	c #cpu_time = 0.009s
3.79/3.88	c #wall_clock_time = 0.009s
3.79/3.88	c #decision = 70
3.79/3.88	c #random_decision = 0
3.79/3.88	c #conflict = 1
3.79/3.88	c #restart = 0
3.79/3.88	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 7: cost of the new core is >=4
3.79/3.88	c lower bound updated to -680
3.79/3.88	c BCD2: 320 <= obj <= 877
3.79/3.88	c BCD2: #cores=50, #unrelaxed=248, #relaxed=752, #hardened=0
3.79/3.88	c BCD2: #sat=1 #unsat=321 bias=321/322
3.79/3.88	c Solving starts ...
3.79/3.88	c ============================[ Search Statistics ]============================
3.79/3.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.88	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.88	c =============================================================================
3.79/3.88	c  0.0s |       0 |        0 |        0 |    21362      0 |    16042 |    32010
3.79/3.89	c  0.0s |       0 |       66 |        0 |    21362      0 |    16042 |    32012
3.79/3.89	c #cpu_time = 0.008s
3.79/3.89	c #wall_clock_time = 0.009s
3.79/3.89	c #decision = 66
3.79/3.89	c #random_decision = 0
3.79/3.89	c #conflict = 0
3.79/3.89	c #restart = 0
3.79/3.89	c BCD2: found a new core of size 2: cost of the new core is >=1
3.79/3.89	c lower bound updated to -679
3.79/3.89	c BCD2: 321 <= obj <= 877
3.79/3.89	c BCD2: #cores=51, #unrelaxed=246, #relaxed=754, #hardened=0
3.79/3.89	c BCD2: #sat=1 #unsat=322 bias=322/323
3.79/3.89	c Solving starts ...
3.79/3.89	c ============================[ Search Statistics ]============================
3.79/3.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.89	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.89	c =============================================================================
3.79/3.89	c  0.0s |       0 |        0 |        0 |    21362      0 |    16042 |    32013
3.89/3.90	c  0.0s |       0 |       66 |        0 |    21362      0 |    16042 |    32013
3.89/3.90	c #cpu_time = 0.008s
3.89/3.90	c #wall_clock_time = 0.008s
3.89/3.90	c #decision = 66
3.89/3.90	c #random_decision = 0
3.89/3.90	c #conflict = 0
3.89/3.90	c #restart = 0
3.89/3.90	c BCD2: found a new core of size 2: cost of the new core is >=1
3.89/3.90	c lower bound updated to -678
3.89/3.90	c BCD2: 322 <= obj <= 877
3.89/3.90	c BCD2: #cores=52, #unrelaxed=244, #relaxed=756, #hardened=0
3.89/3.90	c BCD2: #sat=1 #unsat=323 bias=323/324
3.89/3.90	c Solving starts ...
3.89/3.90	c ============================[ Search Statistics ]============================
3.89/3.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.90	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.90	c =============================================================================
3.89/3.90	c  0.0s |       0 |        0 |        0 |    21362      0 |    16042 |    32014
3.89/3.91	c  0.0s |       0 |       69 |        0 |    21362      0 |    16042 |    32014
3.89/3.91	c #cpu_time = 0.008s
3.89/3.91	c #wall_clock_time = 0.008s
3.89/3.91	c #decision = 69
3.89/3.91	c #random_decision = 0
3.89/3.91	c #conflict = 0
3.89/3.91	c #restart = 0
3.89/3.91	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 6: cost of the new core is >=3
3.89/3.91	c lower bound updated to -677
3.89/3.91	c BCD2: 323 <= obj <= 877
3.89/3.91	c BCD2: #cores=51, #unrelaxed=242, #relaxed=758, #hardened=0
3.89/3.91	c BCD2: #sat=1 #unsat=324 bias=324/325
3.89/3.91	c Solving starts ...
3.89/3.91	c ============================[ Search Statistics ]============================
3.89/3.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.91	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.91	c =============================================================================
3.89/3.91	c  0.0s |       0 |        0 |        0 |    21362      0 |    16044 |    32014
3.89/3.92	c  0.0s |       0 |       68 |        0 |    21362      0 |    16044 |    32016
3.89/3.92	c #cpu_time = 0.009s
3.89/3.92	c #wall_clock_time = 0.009s
3.89/3.92	c #decision = 68
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 -676
3.89/3.92	c BCD2: 324 <= obj <= 877
3.89/3.92	c BCD2: #cores=52, #unrelaxed=240, #relaxed=760, #hardened=0
3.89/3.92	c BCD2: #sat=1 #unsat=325 bias=325/326
3.89/3.92	c Solving starts ...
3.89/3.92	c ============================[ Search Statistics ]============================
3.89/3.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.92	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.92	c =============================================================================
3.89/3.92	c  0.0s |       0 |        0 |        0 |    21362      0 |    16044 |    32017
3.89/3.93	c  0.0s |       0 |       69 |        1 |    21362      0 |    16044 |    32017
3.89/3.93	c #cpu_time = 0.009s
3.89/3.93	c #wall_clock_time = 0.009s
3.89/3.93	c #decision = 69
3.89/3.93	c #random_decision = 0
3.89/3.93	c #conflict = 1
3.89/3.93	c #restart = 0
3.89/3.93	c BCD2: relaxing 13 and merging with 13 cores into a new core of size 68: cost of the new core is >=28
3.89/3.93	c lower bound updated to -675
3.89/3.93	c BCD2: 325 <= obj <= 877
3.89/3.93	c BCD2: #cores=40, #unrelaxed=227, #relaxed=773, #hardened=0
3.89/3.93	c BCD2: #sat=1 #unsat=326 bias=326/327
3.89/3.93	c Solving starts ...
3.89/3.93	c ============================[ Search Statistics ]============================
3.89/3.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.93	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.93	c =============================================================================
3.89/3.93	c  0.0s |       0 |        0 |        0 |    21362      0 |    16057 |    32017
3.89/3.94	c  0.0s |       0 |       50 |        0 |    21362      0 |    16057 |    32030
3.89/3.94	c #cpu_time = 0.008s
3.89/3.94	c #wall_clock_time = 0.008s
3.89/3.94	c #decision = 50
3.89/3.94	c #random_decision = 0
3.89/3.94	c #conflict = 0
3.89/3.94	c #restart = 0
3.89/3.94	c BCD2: found a new core of size 2: cost of the new core is >=1
3.89/3.94	c lower bound updated to -674
3.89/3.94	c BCD2: 326 <= obj <= 877
3.89/3.94	c BCD2: #cores=41, #unrelaxed=225, #relaxed=775, #hardened=0
3.89/3.94	c BCD2: #sat=1 #unsat=327 bias=327/328
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 |    21362      0 |    16057 |    32031
3.89/3.95	c  0.0s |       0 |       52 |        0 |    21362      0 |    16057 |    32031
3.89/3.95	c #cpu_time = 0.008s
3.89/3.95	c #wall_clock_time = 0.008s
3.89/3.95	c #decision = 52
3.89/3.95	c #random_decision = 0
3.89/3.95	c #conflict = 0
3.89/3.95	c #restart = 0
3.89/3.95	c BCD2: found a new core of size 2: cost of the new core is >=1
3.89/3.95	c lower bound updated to -673
3.89/3.95	c BCD2: 327 <= obj <= 877
3.89/3.95	c BCD2: #cores=42, #unrelaxed=223, #relaxed=777, #hardened=0
3.89/3.95	c BCD2: #sat=1 #unsat=328 bias=328/329
3.89/3.95	c Solving starts ...
3.89/3.95	c ============================[ Search Statistics ]============================
3.89/3.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.95	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.95	c =============================================================================
3.89/3.95	c  0.0s |       0 |        0 |        0 |    21362      0 |    16057 |    32032
3.89/3.96	c  0.0s |       0 |       58 |        0 |    21362      0 |    16057 |    32032
3.89/3.96	c #cpu_time = 0.008s
3.89/3.96	c #wall_clock_time = 0.008s
3.89/3.96	c #decision = 58
3.89/3.96	c #random_decision = 0
3.89/3.96	c #conflict = 0
3.89/3.96	c #restart = 0
3.89/3.96	c BCD2: found a new core of size 2: cost of the new core is >=1
3.89/3.96	c lower bound updated to -672
3.89/3.96	c BCD2: 328 <= obj <= 877
3.89/3.96	c BCD2: #cores=43, #unrelaxed=221, #relaxed=779, #hardened=0
3.89/3.96	c BCD2: #sat=1 #unsat=329 bias=329/330
3.89/3.96	c Solving starts ...
3.89/3.96	c ============================[ Search Statistics ]============================
3.89/3.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.96	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.96	c =============================================================================
3.89/3.96	c  0.0s |       0 |        0 |        0 |    21362      0 |    16057 |    32033
3.89/3.97	c  0.0s |       0 |       61 |        0 |    21362      0 |    16057 |    32033
3.89/3.97	c #cpu_time = 0.008s
3.89/3.97	c #wall_clock_time = 0.008s
3.89/3.97	c #decision = 61
3.89/3.97	c #random_decision = 0
3.89/3.97	c #conflict = 0
3.89/3.97	c #restart = 0
3.89/3.97	c BCD2: found a new core of size 2: cost of the new core is >=1
3.89/3.97	c lower bound updated to -671
3.89/3.97	c BCD2: 329 <= obj <= 877
3.89/3.97	c BCD2: #cores=44, #unrelaxed=219, #relaxed=781, #hardened=0
3.89/3.97	c BCD2: #sat=1 #unsat=330 bias=330/331
3.89/3.97	c Solving starts ...
3.89/3.97	c ============================[ Search Statistics ]============================
3.89/3.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.97	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.97	c =============================================================================
3.89/3.97	c  0.0s |       0 |        0 |        0 |    21362      0 |    16057 |    32034
3.89/3.98	c  0.0s |       0 |       61 |        0 |    21362      0 |    16057 |    32034
3.89/3.98	c #cpu_time = 0.008s
3.89/3.98	c #wall_clock_time = 0.008s
3.89/3.98	c #decision = 61
3.89/3.98	c #random_decision = 0
3.89/3.98	c #conflict = 0
3.89/3.98	c #restart = 0
3.89/3.98	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.89/3.98	c lower bound updated to -670
3.89/3.98	c BCD2: 330 <= obj <= 877
3.89/3.98	c BCD2: #cores=44, #unrelaxed=217, #relaxed=783, #hardened=0
3.89/3.98	c BCD2: #sat=1 #unsat=331 bias=331/332
3.89/3.98	c Solving starts ...
3.89/3.98	c ============================[ Search Statistics ]============================
3.89/3.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.98	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.98	c =============================================================================
3.89/3.98	c  0.0s |       0 |        0 |        0 |    21362      0 |    16058 |    32034
3.89/3.99	c  0.0s |       0 |       61 |        0 |    21362      0 |    16058 |    32035
3.89/3.99	c #cpu_time = 0.009s
3.89/3.99	c #wall_clock_time = 0.009s
3.89/3.99	c #decision = 61
3.89/3.99	c #random_decision = 0
3.89/3.99	c #conflict = 0
3.89/3.99	c #restart = 0
3.89/3.99	c BCD2: relaxing 8 and merging with 2 cores into a new core of size 20: cost of the new core is >=6
3.89/3.99	c lower bound updated to -669
3.89/3.99	c BCD2: 331 <= obj <= 877
3.89/3.99	c BCD2: #cores=43, #unrelaxed=209, #relaxed=791, #hardened=0
3.89/3.99	c BCD2: #sat=1 #unsat=332 bias=332/333
3.89/3.99	c Solving starts ...
3.89/3.99	c ============================[ Search Statistics ]============================
3.89/3.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.89/3.99	c       |         |          |          |    Limit     GC | Var      | Constra 
3.89/3.99	c =============================================================================
3.89/3.99	c  0.0s |       0 |        0 |        0 |    21362      0 |    16060 |    32035
3.99/4.00	c  0.0s |       0 |       53 |        0 |    21362      0 |    16060 |    32037
3.99/4.00	c #cpu_time = 0.008s
3.99/4.00	c #wall_clock_time = 0.008s
3.99/4.00	c #decision = 53
3.99/4.00	c #random_decision = 0
3.99/4.00	c #conflict = 0
3.99/4.00	c #restart = 0
3.99/4.00	c BCD2: found a new core of size 2: cost of the new core is >=1
3.99/4.00	c lower bound updated to -668
3.99/4.00	c BCD2: 332 <= obj <= 877
3.99/4.00	c BCD2: #cores=44, #unrelaxed=207, #relaxed=793, #hardened=0
3.99/4.00	c BCD2: #sat=1 #unsat=333 bias=333/334
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 |    21362      0 |    16060 |    32038
3.99/4.01	c  0.0s |       0 |       59 |        0 |    21362      0 |    16060 |    32038
3.99/4.01	c #cpu_time = 0.008s
3.99/4.01	c #wall_clock_time = 0.008s
3.99/4.01	c #decision = 59
3.99/4.01	c #random_decision = 0
3.99/4.01	c #conflict = 0
3.99/4.01	c #restart = 0
3.99/4.01	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.99/4.01	c lower bound updated to -667
3.99/4.01	c BCD2: 333 <= obj <= 877
3.99/4.01	c BCD2: #cores=44, #unrelaxed=205, #relaxed=795, #hardened=0
3.99/4.01	c BCD2: #sat=1 #unsat=334 bias=334/335
3.99/4.01	c Solving starts ...
3.99/4.01	c ============================[ Search Statistics ]============================
3.99/4.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.01	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.01	c =============================================================================
3.99/4.01	c  0.0s |       0 |        0 |        0 |    21362      0 |    16061 |    32038
3.99/4.02	c  0.0s |       0 |       59 |        0 |    21362      0 |    16061 |    32039
3.99/4.02	c #cpu_time = 0.008s
3.99/4.02	c #wall_clock_time = 0.008s
3.99/4.02	c #decision = 59
3.99/4.02	c #random_decision = 0
3.99/4.02	c #conflict = 0
3.99/4.02	c #restart = 0
3.99/4.02	c BCD2: found a new core of size 2: cost of the new core is >=1
3.99/4.02	c lower bound updated to -666
3.99/4.02	c BCD2: 334 <= obj <= 877
3.99/4.02	c BCD2: #cores=45, #unrelaxed=203, #relaxed=797, #hardened=0
3.99/4.02	c BCD2: #sat=1 #unsat=335 bias=335/336
3.99/4.02	c Solving starts ...
3.99/4.02	c ============================[ Search Statistics ]============================
3.99/4.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.02	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.02	c =============================================================================
3.99/4.02	c  0.0s |       0 |        0 |        0 |    21362      0 |    16061 |    32040
3.99/4.03	c  0.0s |       0 |       62 |        0 |    21362      0 |    16061 |    32040
3.99/4.03	c #cpu_time = 0.009s
3.99/4.03	c #wall_clock_time = 0.009s
3.99/4.03	c #decision = 62
3.99/4.03	c #random_decision = 0
3.99/4.03	c #conflict = 0
3.99/4.03	c #restart = 0
3.99/4.03	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
3.99/4.03	c lower bound updated to -665
3.99/4.03	c BCD2: 335 <= obj <= 877
3.99/4.03	c BCD2: #cores=43, #unrelaxed=201, #relaxed=799, #hardened=0
3.99/4.03	c BCD2: #sat=1 #unsat=336 bias=336/337
3.99/4.03	c Solving starts ...
3.99/4.03	c ============================[ Search Statistics ]============================
3.99/4.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.03	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.03	c =============================================================================
3.99/4.03	c  0.0s |       0 |        0 |        0 |    21362      0 |    16064 |    32040
3.99/4.04	c  0.0s |       0 |       60 |        0 |    21362      0 |    16064 |    32043
3.99/4.04	c #cpu_time = 0.008s
3.99/4.04	c #wall_clock_time = 0.008s
3.99/4.04	c #decision = 60
3.99/4.04	c #random_decision = 0
3.99/4.04	c #conflict = 0
3.99/4.04	c #restart = 0
3.99/4.04	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
3.99/4.04	c lower bound updated to -664
3.99/4.04	c BCD2: 336 <= obj <= 877
3.99/4.04	c BCD2: #cores=43, #unrelaxed=199, #relaxed=801, #hardened=0
3.99/4.04	c BCD2: #sat=1 #unsat=337 bias=337/338
3.99/4.04	c Solving starts ...
3.99/4.04	c ============================[ Search Statistics ]============================
3.99/4.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.04	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.04	c =============================================================================
3.99/4.04	c  0.0s |       0 |        0 |        0 |    21362      0 |    16065 |    32043
3.99/4.05	c  0.0s |       0 |       61 |        0 |    21362      0 |    16065 |    32044
3.99/4.05	c #cpu_time = 0.009s
3.99/4.05	c #wall_clock_time = 0.009s
3.99/4.05	c #decision = 61
3.99/4.05	c #random_decision = 0
3.99/4.05	c #conflict = 0
3.99/4.05	c #restart = 0
3.99/4.05	c BCD2: found a new core of size 2: cost of the new core is >=1
3.99/4.05	c lower bound updated to -663
3.99/4.05	c BCD2: 337 <= obj <= 877
3.99/4.05	c BCD2: #cores=44, #unrelaxed=197, #relaxed=803, #hardened=0
3.99/4.05	c BCD2: #sat=1 #unsat=338 bias=338/339
3.99/4.05	c Solving starts ...
3.99/4.05	c ============================[ Search Statistics ]============================
3.99/4.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.05	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.05	c =============================================================================
3.99/4.05	c  0.0s |       0 |        0 |        0 |    21362      0 |    16065 |    32045
3.99/4.06	c  0.0s |       0 |       64 |        1 |    21362      0 |    16065 |    32045
3.99/4.06	c #cpu_time = 0.009s
3.99/4.06	c #wall_clock_time = 0.009s
3.99/4.06	c #decision = 64
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 6 and merging with 2 cores into a new core of size 19: cost of the new core is >=6
3.99/4.06	c lower bound updated to -662
3.99/4.06	c BCD2: 338 <= obj <= 877
3.99/4.06	c BCD2: #cores=43, #unrelaxed=191, #relaxed=809, #hardened=0
3.99/4.06	c BCD2: #sat=1 #unsat=339 bias=339/340
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 |    21362      0 |    16067 |    32045
3.99/4.07	c  0.0s |       0 |       58 |        0 |    21362      0 |    16067 |    32047
3.99/4.07	c #cpu_time = 0.008s
3.99/4.07	c #wall_clock_time = 0.009s
3.99/4.07	c #decision = 58
3.99/4.07	c #random_decision = 0
3.99/4.07	c #conflict = 0
3.99/4.07	c #restart = 0
3.99/4.07	c BCD2: found a new core of size 2: cost of the new core is >=1
3.99/4.07	c lower bound updated to -661
3.99/4.07	c BCD2: 339 <= obj <= 877
3.99/4.07	c BCD2: #cores=44, #unrelaxed=189, #relaxed=811, #hardened=0
3.99/4.07	c BCD2: #sat=1 #unsat=340 bias=340/341
3.99/4.07	c Solving starts ...
3.99/4.07	c ============================[ Search Statistics ]============================
3.99/4.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.07	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.07	c =============================================================================
3.99/4.07	c  0.0s |       0 |        0 |        0 |    21362      0 |    16067 |    32048
3.99/4.08	c  0.0s |       0 |       72 |        1 |    21362      0 |    16067 |    32048
3.99/4.08	c #cpu_time = 0.009s
3.99/4.08	c #wall_clock_time = 0.009s
3.99/4.08	c #decision = 72
3.99/4.08	c #random_decision = 0
3.99/4.08	c #conflict = 1
3.99/4.08	c #restart = 0
3.99/4.08	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
3.99/4.08	c lower bound updated to -660
3.99/4.08	c BCD2: 340 <= obj <= 877
3.99/4.08	c BCD2: #cores=44, #unrelaxed=187, #relaxed=813, #hardened=0
3.99/4.08	c BCD2: #sat=1 #unsat=341 bias=341/342
3.99/4.08	c Solving starts ...
3.99/4.08	c ============================[ Search Statistics ]============================
3.99/4.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.08	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.08	c =============================================================================
3.99/4.08	c  0.0s |       0 |        0 |        0 |    21362      0 |    16068 |    32048
3.99/4.09	c  0.0s |       0 |       63 |        0 |    21362      0 |    16068 |    32049
3.99/4.09	c #cpu_time = 0.009s
3.99/4.09	c #wall_clock_time = 0.009s
3.99/4.09	c #decision = 63
3.99/4.09	c #random_decision = 0
3.99/4.09	c #conflict = 0
3.99/4.09	c #restart = 0
3.99/4.09	c BCD2: found a new core of size 2: cost of the new core is >=1
3.99/4.09	c lower bound updated to -659
3.99/4.10	c BCD2: 341 <= obj <= 877
3.99/4.10	c BCD2: #cores=45, #unrelaxed=185, #relaxed=815, #hardened=0
3.99/4.10	c BCD2: #sat=1 #unsat=342 bias=342/343
3.99/4.10	c Solving starts ...
3.99/4.10	c ============================[ Search Statistics ]============================
3.99/4.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.99/4.10	c       |         |          |          |    Limit     GC | Var      | Constra 
3.99/4.10	c =============================================================================
3.99/4.10	c  0.0s |       0 |        0 |        0 |    21362      0 |    16068 |    32050
4.09/4.10	c  0.0s |       0 |       65 |        0 |    21362      0 |    16068 |    32050
4.09/4.10	c #cpu_time = 0.009s
4.09/4.10	c #wall_clock_time = 0.009s
4.09/4.10	c #decision = 65
4.09/4.10	c #random_decision = 0
4.09/4.10	c #conflict = 0
4.09/4.10	c #restart = 0
4.09/4.10	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.09/4.10	c lower bound updated to -658
4.09/4.11	c BCD2: 342 <= obj <= 877
4.09/4.11	c BCD2: #cores=45, #unrelaxed=183, #relaxed=817, #hardened=0
4.09/4.11	c BCD2: #sat=1 #unsat=343 bias=343/344
4.09/4.11	c Solving starts ...
4.09/4.11	c ============================[ Search Statistics ]============================
4.09/4.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.11	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.11	c =============================================================================
4.09/4.11	c  0.0s |       0 |        0 |        0 |    21362      0 |    16069 |    32050
4.09/4.11	c  0.0s |       0 |       65 |        0 |    21362      0 |    16069 |    32051
4.09/4.11	c #cpu_time = 0.008s
4.09/4.11	c #wall_clock_time = 0.008s
4.09/4.11	c #decision = 65
4.09/4.11	c #random_decision = 0
4.09/4.11	c #conflict = 0
4.09/4.11	c #restart = 0
4.09/4.11	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.11	c lower bound updated to -657
4.09/4.12	c BCD2: 343 <= obj <= 877
4.09/4.12	c BCD2: #cores=46, #unrelaxed=181, #relaxed=819, #hardened=0
4.09/4.12	c BCD2: #sat=1 #unsat=344 bias=344/345
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 |    21362      0 |    16069 |    32052
4.09/4.12	c  0.0s |       0 |       66 |        0 |    21362      0 |    16069 |    32052
4.09/4.12	c #cpu_time = 0.008s
4.09/4.12	c #wall_clock_time = 0.008s
4.09/4.12	c #decision = 66
4.09/4.12	c #random_decision = 0
4.09/4.12	c #conflict = 0
4.09/4.12	c #restart = 0
4.09/4.12	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.09/4.12	c lower bound updated to -656
4.09/4.13	c BCD2: 344 <= obj <= 877
4.09/4.13	c BCD2: #cores=46, #unrelaxed=179, #relaxed=821, #hardened=0
4.09/4.13	c BCD2: #sat=1 #unsat=345 bias=345/346
4.09/4.13	c Solving starts ...
4.09/4.13	c ============================[ Search Statistics ]============================
4.09/4.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.13	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.13	c =============================================================================
4.09/4.13	c  0.0s |       0 |        0 |        0 |    21362      0 |    16070 |    32052
4.09/4.13	c  0.0s |       0 |       65 |        0 |    21362      0 |    16070 |    32053
4.09/4.13	c #cpu_time = 0.009s
4.09/4.13	c #wall_clock_time = 0.009s
4.09/4.13	c #decision = 65
4.09/4.13	c #random_decision = 0
4.09/4.13	c #conflict = 0
4.09/4.13	c #restart = 0
4.09/4.13	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.13	c lower bound updated to -655
4.09/4.14	c BCD2: 345 <= obj <= 877
4.09/4.14	c BCD2: #cores=47, #unrelaxed=177, #relaxed=823, #hardened=0
4.09/4.14	c BCD2: #sat=1 #unsat=346 bias=346/347
4.09/4.14	c Solving starts ...
4.09/4.14	c ============================[ Search Statistics ]============================
4.09/4.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.14	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.14	c =============================================================================
4.09/4.14	c  0.0s |       0 |        0 |        0 |    21362      0 |    16070 |    32054
4.09/4.15	c  0.0s |       0 |       68 |        1 |    21362      0 |    16070 |    32054
4.09/4.15	c #cpu_time = 0.009s
4.09/4.15	c #wall_clock_time = 0.009s
4.09/4.15	c #decision = 68
4.09/4.15	c #random_decision = 0
4.09/4.15	c #conflict = 1
4.09/4.15	c #restart = 0
4.09/4.15	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=4
4.09/4.15	c lower bound updated to -654
4.09/4.15	c BCD2: 346 <= obj <= 877
4.09/4.15	c BCD2: #cores=46, #unrelaxed=175, #relaxed=825, #hardened=0
4.09/4.15	c BCD2: #sat=1 #unsat=347 bias=347/348
4.09/4.15	c Solving starts ...
4.09/4.15	c ============================[ Search Statistics ]============================
4.09/4.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.15	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.15	c =============================================================================
4.09/4.15	c  0.0s |       0 |        0 |        0 |    21362      0 |    16072 |    32054
4.09/4.16	c  0.0s |       0 |       65 |        0 |    21362      0 |    16072 |    32056
4.09/4.16	c #cpu_time = 0.008s
4.09/4.16	c #wall_clock_time = 0.008s
4.09/4.16	c #decision = 65
4.09/4.16	c #random_decision = 0
4.09/4.16	c #conflict = 0
4.09/4.16	c #restart = 0
4.09/4.16	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.16	c lower bound updated to -653
4.09/4.16	c BCD2: 347 <= obj <= 877
4.09/4.16	c BCD2: #cores=47, #unrelaxed=173, #relaxed=827, #hardened=0
4.09/4.16	c BCD2: #sat=1 #unsat=348 bias=348/349
4.09/4.16	c Solving starts ...
4.09/4.16	c ============================[ Search Statistics ]============================
4.09/4.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.16	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.16	c =============================================================================
4.09/4.16	c  0.0s |       0 |        0 |        0 |    21362      0 |    16072 |    32057
4.09/4.17	c  0.0s |       0 |       65 |        0 |    21362      0 |    16072 |    32057
4.09/4.17	c #cpu_time = 0.008s
4.09/4.17	c #wall_clock_time = 0.008s
4.09/4.17	c #decision = 65
4.09/4.17	c #random_decision = 0
4.09/4.17	c #conflict = 0
4.09/4.17	c #restart = 0
4.09/4.17	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.17	c lower bound updated to -652
4.09/4.17	c BCD2: 348 <= obj <= 877
4.09/4.17	c BCD2: #cores=48, #unrelaxed=171, #relaxed=829, #hardened=0
4.09/4.17	c BCD2: #sat=1 #unsat=349 bias=349/350
4.09/4.17	c Solving starts ...
4.09/4.17	c ============================[ Search Statistics ]============================
4.09/4.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.17	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.17	c =============================================================================
4.09/4.17	c  0.0s |       0 |        0 |        0 |    21362      0 |    16072 |    32058
4.09/4.18	c  0.0s |       0 |       67 |        0 |    21362      0 |    16072 |    32058
4.09/4.18	c #cpu_time = 0.008s
4.09/4.18	c #wall_clock_time = 0.008s
4.09/4.18	c #decision = 67
4.09/4.18	c #random_decision = 0
4.09/4.18	c #conflict = 0
4.09/4.18	c #restart = 0
4.09/4.18	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.18	c lower bound updated to -651
4.09/4.18	c BCD2: 349 <= obj <= 877
4.09/4.18	c BCD2: #cores=49, #unrelaxed=169, #relaxed=831, #hardened=0
4.09/4.18	c BCD2: #sat=1 #unsat=350 bias=350/351
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 |    21362      0 |    16072 |    32059
4.09/4.19	c  0.0s |       0 |       67 |        0 |    21362      0 |    16072 |    32059
4.09/4.19	c #cpu_time = 0.008s
4.09/4.19	c #wall_clock_time = 0.008s
4.09/4.19	c #decision = 67
4.09/4.19	c #random_decision = 0
4.09/4.19	c #conflict = 0
4.09/4.19	c #restart = 0
4.09/4.19	c BCD2: found a new core of size 2: cost of the new core is >=1
4.09/4.19	c lower bound updated to -650
4.09/4.19	c BCD2: 350 <= obj <= 877
4.09/4.19	c BCD2: #cores=50, #unrelaxed=167, #relaxed=833, #hardened=0
4.09/4.19	c BCD2: #sat=1 #unsat=351 bias=351/352
4.09/4.19	c Solving starts ...
4.09/4.19	c ============================[ Search Statistics ]============================
4.09/4.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.09/4.19	c       |         |          |          |    Limit     GC | Var      | Constra 
4.09/4.19	c =============================================================================
4.09/4.19	c  0.0s |       0 |        0 |        0 |    21362      0 |    16072 |    32060
4.19/4.20	c  0.0s |       0 |       70 |        0 |    21362      0 |    16072 |    32060
4.19/4.20	c #cpu_time = 0.009s
4.19/4.20	c #wall_clock_time = 0.009s
4.19/4.20	c #decision = 70
4.19/4.20	c #random_decision = 0
4.19/4.20	c #conflict = 0
4.19/4.20	c #restart = 0
4.19/4.20	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.20	c lower bound updated to -649
4.19/4.20	c BCD2: 351 <= obj <= 877
4.19/4.20	c BCD2: #cores=51, #unrelaxed=165, #relaxed=835, #hardened=0
4.19/4.20	c BCD2: #sat=1 #unsat=352 bias=352/353
4.19/4.20	c Solving starts ...
4.19/4.20	c ============================[ Search Statistics ]============================
4.19/4.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.20	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.20	c =============================================================================
4.19/4.20	c  0.0s |       0 |        0 |        0 |    21362      0 |    16072 |    32061
4.19/4.21	c  0.0s |       0 |       71 |        0 |    21362      0 |    16072 |    32061
4.19/4.21	c #cpu_time = 0.008s
4.19/4.21	c #wall_clock_time = 0.008s
4.19/4.21	c #decision = 71
4.19/4.21	c #random_decision = 0
4.19/4.21	c #conflict = 0
4.19/4.21	c #restart = 0
4.19/4.21	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.21	c lower bound updated to -648
4.19/4.21	c BCD2: 352 <= obj <= 877
4.19/4.21	c BCD2: #cores=52, #unrelaxed=163, #relaxed=837, #hardened=0
4.19/4.21	c BCD2: #sat=1 #unsat=353 bias=353/354
4.19/4.21	c Solving starts ...
4.19/4.21	c ============================[ Search Statistics ]============================
4.19/4.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.21	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.21	c =============================================================================
4.19/4.21	c  0.0s |       0 |        0 |        0 |    21362      0 |    16072 |    32062
4.19/4.22	c  0.0s |       0 |       71 |        0 |    21362      0 |    16072 |    32062
4.19/4.22	c #cpu_time = 0.008s
4.19/4.22	c #wall_clock_time = 0.008s
4.19/4.22	c #decision = 71
4.19/4.22	c #random_decision = 0
4.19/4.22	c #conflict = 0
4.19/4.22	c #restart = 0
4.19/4.22	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.22	c lower bound updated to -647
4.19/4.22	c BCD2: 353 <= obj <= 877
4.19/4.22	c BCD2: #cores=53, #unrelaxed=161, #relaxed=839, #hardened=0
4.19/4.22	c BCD2: #sat=1 #unsat=354 bias=354/355
4.19/4.22	c Solving starts ...
4.19/4.22	c ============================[ Search Statistics ]============================
4.19/4.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.22	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.22	c =============================================================================
4.19/4.22	c  0.0s |       0 |        0 |        0 |    21362      0 |    16072 |    32063
4.19/4.23	c  0.0s |       0 |       90 |        1 |    21362      0 |    16072 |    32063
4.19/4.23	c #cpu_time = 0.009s
4.19/4.23	c #wall_clock_time = 0.009s
4.19/4.23	c #decision = 90
4.19/4.23	c #random_decision = 0
4.19/4.23	c #conflict = 1
4.19/4.23	c #restart = 0
4.19/4.23	c BCD2: relaxing 1 and merging with 2 cores into a new core of size 5: cost of the new core is >=3
4.19/4.23	c lower bound updated to -646
4.19/4.23	c BCD2: 354 <= obj <= 877
4.19/4.23	c BCD2: #cores=52, #unrelaxed=160, #relaxed=840, #hardened=0
4.19/4.23	c BCD2: #sat=1 #unsat=355 bias=355/356
4.19/4.23	c Solving starts ...
4.19/4.23	c ============================[ Search Statistics ]============================
4.19/4.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.23	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.23	c =============================================================================
4.19/4.23	c  0.0s |       0 |        0 |        0 |    21362      0 |    16074 |    32063
4.19/4.24	c  0.0s |       0 |       71 |        0 |    21362      0 |    16074 |    32065
4.19/4.24	c #cpu_time = 0.009s
4.19/4.24	c #wall_clock_time = 0.009s
4.19/4.24	c #decision = 71
4.19/4.24	c #random_decision = 0
4.19/4.24	c #conflict = 0
4.19/4.24	c #restart = 0
4.19/4.24	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.24	c lower bound updated to -645
4.19/4.24	c BCD2: 355 <= obj <= 877
4.19/4.24	c BCD2: #cores=53, #unrelaxed=158, #relaxed=842, #hardened=0
4.19/4.24	c BCD2: #sat=1 #unsat=356 bias=356/357
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 |    21362      0 |    16074 |    32066
4.19/4.25	c  0.0s |       0 |       72 |        0 |    21362      0 |    16074 |    32066
4.19/4.25	c #cpu_time = 0.009s
4.19/4.25	c #wall_clock_time = 0.009s
4.19/4.25	c #decision = 72
4.19/4.25	c #random_decision = 0
4.19/4.25	c #conflict = 0
4.19/4.25	c #restart = 0
4.19/4.25	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.25	c lower bound updated to -644
4.19/4.25	c BCD2: 356 <= obj <= 877
4.19/4.25	c BCD2: #cores=54, #unrelaxed=156, #relaxed=844, #hardened=0
4.19/4.25	c BCD2: #sat=1 #unsat=357 bias=357/358
4.19/4.25	c Solving starts ...
4.19/4.25	c ============================[ Search Statistics ]============================
4.19/4.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.25	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.25	c =============================================================================
4.19/4.25	c  0.0s |       0 |        0 |        0 |    21362      0 |    16074 |    32067
4.19/4.26	c  0.0s |       0 |       72 |        0 |    21362      0 |    16074 |    32067
4.19/4.26	c #cpu_time = 0.008s
4.19/4.26	c #wall_clock_time = 0.008s
4.19/4.26	c #decision = 72
4.19/4.26	c #random_decision = 0
4.19/4.26	c #conflict = 0
4.19/4.26	c #restart = 0
4.19/4.26	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.26	c lower bound updated to -643
4.19/4.26	c BCD2: 357 <= obj <= 877
4.19/4.26	c BCD2: #cores=55, #unrelaxed=154, #relaxed=846, #hardened=0
4.19/4.26	c BCD2: #sat=1 #unsat=358 bias=358/359
4.19/4.26	c Solving starts ...
4.19/4.26	c ============================[ Search Statistics ]============================
4.19/4.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.26	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.26	c =============================================================================
4.19/4.26	c  0.0s |       0 |        0 |        0 |    21362      0 |    16074 |    32068
4.19/4.27	c  0.0s |       0 |       75 |        0 |    21362      0 |    16074 |    32068
4.19/4.27	c #cpu_time = 0.009s
4.19/4.27	c #wall_clock_time = 0.009s
4.19/4.27	c #decision = 75
4.19/4.27	c #random_decision = 0
4.19/4.27	c #conflict = 0
4.19/4.27	c #restart = 0
4.19/4.27	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
4.19/4.27	c lower bound updated to -642
4.19/4.27	c BCD2: 358 <= obj <= 877
4.19/4.27	c BCD2: #cores=53, #unrelaxed=152, #relaxed=848, #hardened=0
4.19/4.27	c BCD2: #sat=1 #unsat=359 bias=359/360
4.19/4.27	c Solving starts ...
4.19/4.27	c ============================[ Search Statistics ]============================
4.19/4.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.27	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.27	c =============================================================================
4.19/4.27	c  0.0s |       0 |        0 |        0 |    21362      0 |    16077 |    32068
4.19/4.28	c  0.0s |       0 |       72 |        0 |    21362      0 |    16077 |    32071
4.19/4.28	c #cpu_time = 0.008s
4.19/4.28	c #wall_clock_time = 0.008s
4.19/4.28	c #decision = 72
4.19/4.28	c #random_decision = 0
4.19/4.28	c #conflict = 0
4.19/4.28	c #restart = 0
4.19/4.28	c BCD2: found a new core of size 2: cost of the new core is >=1
4.19/4.28	c lower bound updated to -641
4.19/4.28	c BCD2: 359 <= obj <= 877
4.19/4.28	c BCD2: #cores=54, #unrelaxed=150, #relaxed=850, #hardened=0
4.19/4.28	c BCD2: #sat=1 #unsat=360 bias=360/361
4.19/4.28	c Solving starts ...
4.19/4.28	c ============================[ Search Statistics ]============================
4.19/4.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.28	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.28	c =============================================================================
4.19/4.28	c  0.0s |       0 |        0 |        0 |    21362      0 |    16077 |    32072
4.19/4.29	c  0.0s |       0 |       75 |        0 |    21362      0 |    16077 |    32072
4.19/4.29	c #cpu_time = 0.009s
4.19/4.29	c #wall_clock_time = 0.009s
4.19/4.29	c #decision = 75
4.19/4.29	c #random_decision = 0
4.19/4.29	c #conflict = 0
4.19/4.29	c #restart = 0
4.19/4.29	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 8: cost of the new core is >=4
4.19/4.29	c lower bound updated to -640
4.19/4.29	c BCD2: 360 <= obj <= 877
4.19/4.29	c BCD2: #cores=52, #unrelaxed=148, #relaxed=852, #hardened=0
4.19/4.29	c BCD2: #sat=1 #unsat=361 bias=361/362
4.19/4.29	c Solving starts ...
4.19/4.29	c ============================[ Search Statistics ]============================
4.19/4.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.29	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.29	c =============================================================================
4.19/4.29	c  0.0s |       0 |        0 |        0 |    21362      0 |    16080 |    32072
4.29/4.30	c  0.0s |       0 |       83 |        1 |    21362      0 |    16080 |    32075
4.29/4.30	c #cpu_time = 0.009s
4.29/4.30	c #wall_clock_time = 0.009s
4.29/4.30	c #decision = 83
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 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
4.29/4.30	c lower bound updated to -639
4.29/4.30	c BCD2: 361 <= obj <= 877
4.29/4.30	c BCD2: #cores=52, #unrelaxed=146, #relaxed=854, #hardened=0
4.29/4.30	c BCD2: #sat=1 #unsat=362 bias=362/363
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.31	c  0.0s |       0 |        0 |        0 |    21362      0 |    16081 |    32075
4.29/4.31	c  0.0s |       0 |       76 |        0 |    21362      0 |    16081 |    32076
4.29/4.31	c #cpu_time = 0.009s
4.29/4.31	c #wall_clock_time = 0.009s
4.29/4.31	c #decision = 76
4.29/4.31	c #random_decision = 0
4.29/4.31	c #conflict = 0
4.29/4.31	c #restart = 0
4.29/4.31	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.29/4.31	c lower bound updated to -638
4.29/4.31	c BCD2: 362 <= obj <= 877
4.29/4.31	c BCD2: #cores=52, #unrelaxed=144, #relaxed=856, #hardened=0
4.29/4.31	c BCD2: #sat=1 #unsat=363 bias=363/364
4.29/4.31	c Solving starts ...
4.29/4.31	c ============================[ Search Statistics ]============================
4.29/4.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.31	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.31	c =============================================================================
4.29/4.31	c  0.0s |       0 |        0 |        0 |    21362      0 |    16082 |    32076
4.29/4.32	c  0.0s |       0 |       91 |        1 |    21362      0 |    16082 |    32077
4.29/4.32	c #cpu_time = 0.009s
4.29/4.32	c #wall_clock_time = 0.009s
4.29/4.32	c #decision = 91
4.29/4.32	c #random_decision = 0
4.29/4.32	c #conflict = 1
4.29/4.32	c #restart = 0
4.29/4.32	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 10: cost of the new core is >=4
4.29/4.32	c lower bound updated to -637
4.29/4.33	c BCD2: 363 <= obj <= 877
4.29/4.33	c BCD2: #cores=52, #unrelaxed=140, #relaxed=860, #hardened=0
4.29/4.33	c BCD2: #sat=1 #unsat=364 bias=364/365
4.29/4.33	c Solving starts ...
4.29/4.33	c ============================[ Search Statistics ]============================
4.29/4.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.33	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.33	c =============================================================================
4.29/4.33	c  0.0s |       0 |        0 |        0 |    21362      0 |    16083 |    32077
4.29/4.33	c  0.0s |       0 |       74 |        0 |    21362      0 |    16083 |    32078
4.29/4.33	c #cpu_time = 0.009s
4.29/4.33	c #wall_clock_time = 0.009s
4.29/4.33	c #decision = 74
4.29/4.33	c #random_decision = 0
4.29/4.33	c #conflict = 0
4.29/4.33	c #restart = 0
4.29/4.33	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.33	c lower bound updated to -636
4.29/4.34	c BCD2: 364 <= obj <= 877
4.29/4.34	c BCD2: #cores=53, #unrelaxed=138, #relaxed=862, #hardened=0
4.29/4.34	c BCD2: #sat=1 #unsat=365 bias=365/366
4.29/4.34	c Solving starts ...
4.29/4.34	c ============================[ Search Statistics ]============================
4.29/4.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.34	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.34	c =============================================================================
4.29/4.34	c  0.0s |       0 |        0 |        0 |    21362      0 |    16083 |    32079
4.29/4.34	c  0.0s |       0 |       74 |        0 |    21362      0 |    16083 |    32079
4.29/4.34	c #cpu_time = 0.008s
4.29/4.34	c #wall_clock_time = 0.008s
4.29/4.34	c #decision = 74
4.29/4.34	c #random_decision = 0
4.29/4.34	c #conflict = 0
4.29/4.34	c #restart = 0
4.29/4.34	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.34	c lower bound updated to -635
4.29/4.35	c BCD2: 365 <= obj <= 877
4.29/4.35	c BCD2: #cores=54, #unrelaxed=136, #relaxed=864, #hardened=0
4.29/4.35	c BCD2: #sat=1 #unsat=366 bias=366/367
4.29/4.35	c Solving starts ...
4.29/4.35	c ============================[ Search Statistics ]============================
4.29/4.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.35	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.35	c =============================================================================
4.29/4.35	c  0.0s |       0 |        0 |        0 |    21362      0 |    16083 |    32080
4.29/4.36	c  0.0s |       0 |       74 |        0 |    21362      0 |    16083 |    32080
4.29/4.36	c #cpu_time = 0.008s
4.29/4.36	c #wall_clock_time = 0.008s
4.29/4.36	c #decision = 74
4.29/4.36	c #random_decision = 0
4.29/4.36	c #conflict = 0
4.29/4.36	c #restart = 0
4.29/4.36	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.36	c lower bound updated to -634
4.29/4.36	c BCD2: 366 <= obj <= 877
4.29/4.36	c BCD2: #cores=55, #unrelaxed=134, #relaxed=866, #hardened=0
4.29/4.36	c BCD2: #sat=1 #unsat=367 bias=367/368
4.29/4.36	c Solving starts ...
4.29/4.36	c ============================[ Search Statistics ]============================
4.29/4.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.36	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.36	c =============================================================================
4.29/4.36	c  0.0s |       0 |        0 |        0 |    21362      0 |    16083 |    32081
4.29/4.37	c  0.0s |       0 |       74 |        0 |    21362      0 |    16083 |    32081
4.29/4.37	c #cpu_time = 0.008s
4.29/4.37	c #wall_clock_time = 0.008s
4.29/4.37	c #decision = 74
4.29/4.37	c #random_decision = 0
4.29/4.37	c #conflict = 0
4.29/4.37	c #restart = 0
4.29/4.37	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.29/4.37	c lower bound updated to -633
4.29/4.37	c BCD2: 367 <= obj <= 877
4.29/4.37	c BCD2: #cores=55, #unrelaxed=132, #relaxed=868, #hardened=0
4.29/4.37	c BCD2: #sat=1 #unsat=368 bias=368/369
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 |    21362      0 |    16084 |    32081
4.29/4.38	c  0.0s |       0 |       76 |        0 |    21362      0 |    16084 |    32082
4.29/4.38	c #cpu_time = 0.009s
4.29/4.38	c #wall_clock_time = 0.009s
4.29/4.38	c #decision = 76
4.29/4.38	c #random_decision = 0
4.29/4.38	c #conflict = 0
4.29/4.38	c #restart = 0
4.29/4.38	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.38	c lower bound updated to -632
4.29/4.38	c BCD2: 368 <= obj <= 877
4.29/4.38	c BCD2: #cores=56, #unrelaxed=130, #relaxed=870, #hardened=0
4.29/4.38	c BCD2: #sat=1 #unsat=369 bias=369/370
4.29/4.38	c Solving starts ...
4.29/4.38	c ============================[ Search Statistics ]============================
4.29/4.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.38	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.38	c =============================================================================
4.29/4.38	c  0.0s |       0 |        0 |        0 |    21362      0 |    16084 |    32083
4.29/4.39	c  0.0s |       0 |       76 |        0 |    21362      0 |    16084 |    32083
4.29/4.39	c #cpu_time = 0.009s
4.29/4.39	c #wall_clock_time = 0.009s
4.29/4.39	c #decision = 76
4.29/4.39	c #random_decision = 0
4.29/4.39	c #conflict = 0
4.29/4.39	c #restart = 0
4.29/4.39	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.39	c lower bound updated to -631
4.29/4.39	c BCD2: 369 <= obj <= 877
4.29/4.39	c BCD2: #cores=57, #unrelaxed=128, #relaxed=872, #hardened=0
4.29/4.39	c BCD2: #sat=1 #unsat=370 bias=370/371
4.29/4.39	c Solving starts ...
4.29/4.39	c ============================[ Search Statistics ]============================
4.29/4.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.39	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.39	c =============================================================================
4.29/4.39	c  0.0s |       0 |        0 |        0 |    21362      0 |    16084 |    32084
4.29/4.40	c  0.0s |       0 |       76 |        0 |    21362      0 |    16084 |    32084
4.29/4.40	c #cpu_time = 0.009s
4.29/4.40	c #wall_clock_time = 0.009s
4.29/4.40	c #decision = 76
4.29/4.40	c #random_decision = 0
4.29/4.40	c #conflict = 0
4.29/4.40	c #restart = 0
4.29/4.40	c BCD2: found a new core of size 2: cost of the new core is >=1
4.29/4.40	c lower bound updated to -630
4.29/4.40	c BCD2: 370 <= obj <= 877
4.29/4.40	c BCD2: #cores=58, #unrelaxed=126, #relaxed=874, #hardened=0
4.29/4.40	c BCD2: #sat=1 #unsat=371 bias=371/372
4.29/4.40	c Solving starts ...
4.29/4.40	c ============================[ Search Statistics ]============================
4.29/4.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.29/4.40	c       |         |          |          |    Limit     GC | Var      | Constra 
4.29/4.40	c =============================================================================
4.29/4.40	c  0.0s |       0 |        0 |        0 |    21362      0 |    16084 |    32085
4.39/4.41	c  0.0s |       0 |       76 |        0 |    21362      0 |    16084 |    32085
4.39/4.41	c #cpu_time = 0.009s
4.39/4.41	c #wall_clock_time = 0.009s
4.39/4.41	c #decision = 76
4.39/4.41	c #random_decision = 0
4.39/4.41	c #conflict = 0
4.39/4.41	c #restart = 0
4.39/4.41	c BCD2: relaxing 4 and merging with 2 cores into a new core of size 10: cost of the new core is >=4
4.39/4.41	c lower bound updated to -629
4.39/4.41	c BCD2: 371 <= obj <= 877
4.39/4.41	c BCD2: #cores=57, #unrelaxed=122, #relaxed=878, #hardened=0
4.39/4.41	c BCD2: #sat=1 #unsat=372 bias=372/373
4.39/4.41	c Solving starts ...
4.39/4.41	c ============================[ Search Statistics ]============================
4.39/4.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.41	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.41	c =============================================================================
4.39/4.41	c  0.0s |       0 |        0 |        0 |    21362      0 |    16086 |    32085
4.39/4.42	c  0.0s |       0 |       74 |        2 |    21362      0 |    16086 |    32087
4.39/4.42	c #cpu_time = 0.009s
4.39/4.42	c #wall_clock_time = 0.009s
4.39/4.42	c #decision = 74
4.39/4.42	c #random_decision = 0
4.39/4.42	c #conflict = 2
4.39/4.42	c #restart = 0
4.39/4.42	c BCD2: relaxing 10 and merging with 6 cores into a new core of size 43: cost of the new core is >=17
4.39/4.42	c lower bound updated to -628
4.39/4.42	c BCD2: 372 <= obj <= 877
4.39/4.42	c BCD2: #cores=52, #unrelaxed=112, #relaxed=888, #hardened=0
4.39/4.42	c BCD2: #sat=1 #unsat=373 bias=373/374
4.39/4.42	c Solving starts ...
4.39/4.42	c ============================[ Search Statistics ]============================
4.39/4.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.42	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.42	c =============================================================================
4.39/4.42	c  0.0s |       0 |        0 |        0 |    21362      0 |    16092 |    32087
4.39/4.43	c  0.0s |       0 |       75 |        1 |    21362      0 |    16092 |    32093
4.39/4.43	c #cpu_time = 0.009s
4.39/4.43	c #wall_clock_time = 0.009s
4.39/4.43	c #decision = 75
4.39/4.43	c #random_decision = 0
4.39/4.43	c #conflict = 1
4.39/4.43	c #restart = 0
4.39/4.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
4.39/4.43	c lower bound updated to -627
4.39/4.43	c BCD2: 373 <= obj <= 877
4.39/4.43	c BCD2: #cores=52, #unrelaxed=111, #relaxed=889, #hardened=0
4.39/4.43	c BCD2: #sat=1 #unsat=374 bias=374/375
4.39/4.43	c Solving starts ...
4.39/4.43	c ============================[ Search Statistics ]============================
4.39/4.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.43	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.43	c =============================================================================
4.39/4.43	c  0.0s |       0 |        0 |        0 |    21362      0 |    16093 |    32093
4.39/4.44	c  0.0s |       0 |       62 |        0 |    21362      0 |    16093 |    32094
4.39/4.44	c #cpu_time = 0.008s
4.39/4.44	c #wall_clock_time = 0.008s
4.39/4.44	c #decision = 62
4.39/4.44	c #random_decision = 0
4.39/4.44	c #conflict = 0
4.39/4.44	c #restart = 0
4.39/4.44	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.44	c lower bound updated to -626
4.39/4.44	c BCD2: 374 <= obj <= 877
4.39/4.44	c BCD2: #cores=53, #unrelaxed=109, #relaxed=891, #hardened=0
4.39/4.44	c BCD2: #sat=1 #unsat=375 bias=375/376
4.39/4.44	c Solving starts ...
4.39/4.44	c ============================[ Search Statistics ]============================
4.39/4.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.44	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.44	c =============================================================================
4.39/4.44	c  0.0s |       0 |        0 |        0 |    21362      0 |    16093 |    32095
4.39/4.45	c  0.0s |       0 |       62 |        0 |    21362      0 |    16093 |    32095
4.39/4.45	c #cpu_time = 0.008s
4.39/4.45	c #wall_clock_time = 0.008s
4.39/4.45	c #decision = 62
4.39/4.45	c #random_decision = 0
4.39/4.45	c #conflict = 0
4.39/4.45	c #restart = 0
4.39/4.45	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.45	c lower bound updated to -625
4.39/4.45	c BCD2: 375 <= obj <= 877
4.39/4.45	c BCD2: #cores=54, #unrelaxed=107, #relaxed=893, #hardened=0
4.39/4.45	c BCD2: #sat=1 #unsat=376 bias=376/377
4.39/4.45	c Solving starts ...
4.39/4.45	c ============================[ Search Statistics ]============================
4.39/4.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.45	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.45	c =============================================================================
4.39/4.45	c  0.0s |       0 |        0 |        0 |    21362      0 |    16093 |    32096
4.39/4.46	c  0.0s |       0 |       70 |        1 |    21362      0 |    16093 |    32096
4.39/4.46	c #cpu_time = 0.009s
4.39/4.46	c #wall_clock_time = 0.009s
4.39/4.46	c #decision = 70
4.39/4.46	c #random_decision = 0
4.39/4.46	c #conflict = 1
4.39/4.46	c #restart = 0
4.39/4.46	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
4.39/4.46	c lower bound updated to -624
4.39/4.46	c BCD2: 376 <= obj <= 877
4.39/4.46	c BCD2: #cores=54, #unrelaxed=105, #relaxed=895, #hardened=0
4.39/4.46	c BCD2: #sat=1 #unsat=377 bias=377/378
4.39/4.46	c Solving starts ...
4.39/4.46	c ============================[ Search Statistics ]============================
4.39/4.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.46	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.46	c =============================================================================
4.39/4.46	c  0.0s |       0 |        0 |        0 |    21362      0 |    16094 |    32096
4.39/4.47	c  0.0s |       0 |       65 |        0 |    21362      0 |    16094 |    32097
4.39/4.47	c #cpu_time = 0.008s
4.39/4.47	c #wall_clock_time = 0.008s
4.39/4.47	c #decision = 65
4.39/4.47	c #random_decision = 0
4.39/4.47	c #conflict = 0
4.39/4.47	c #restart = 0
4.39/4.47	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.47	c lower bound updated to -623
4.39/4.47	c BCD2: 377 <= obj <= 877
4.39/4.47	c BCD2: #cores=55, #unrelaxed=103, #relaxed=897, #hardened=0
4.39/4.47	c BCD2: #sat=1 #unsat=378 bias=378/379
4.39/4.47	c Solving starts ...
4.39/4.47	c ============================[ Search Statistics ]============================
4.39/4.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.47	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.47	c =============================================================================
4.39/4.47	c  0.0s |       0 |        0 |        0 |    21362      0 |    16094 |    32098
4.39/4.48	c  0.0s |       0 |       66 |        0 |    21362      0 |    16094 |    32098
4.39/4.48	c #cpu_time = 0.008s
4.39/4.48	c #wall_clock_time = 0.008s
4.39/4.48	c #decision = 66
4.39/4.48	c #random_decision = 0
4.39/4.48	c #conflict = 0
4.39/4.48	c #restart = 0
4.39/4.48	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.39/4.48	c lower bound updated to -622
4.39/4.48	c BCD2: 378 <= obj <= 877
4.39/4.48	c BCD2: #cores=55, #unrelaxed=101, #relaxed=899, #hardened=0
4.39/4.48	c BCD2: #sat=1 #unsat=379 bias=379/380
4.39/4.48	c Solving starts ...
4.39/4.48	c ============================[ Search Statistics ]============================
4.39/4.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.48	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.48	c =============================================================================
4.39/4.48	c  0.0s |       0 |        0 |        0 |    21362      0 |    16095 |    32098
4.39/4.49	c  0.0s |       0 |       65 |        0 |    21362      0 |    16095 |    32099
4.39/4.49	c #cpu_time = 0.008s
4.39/4.49	c #wall_clock_time = 0.008s
4.39/4.49	c #decision = 65
4.39/4.49	c #random_decision = 0
4.39/4.49	c #conflict = 0
4.39/4.49	c #restart = 0
4.39/4.49	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.49	c lower bound updated to -621
4.39/4.49	c BCD2: 379 <= obj <= 877
4.39/4.49	c BCD2: #cores=56, #unrelaxed=99, #relaxed=901, #hardened=0
4.39/4.49	c BCD2: #sat=1 #unsat=380 bias=380/381
4.39/4.49	c Solving starts ...
4.39/4.49	c ============================[ Search Statistics ]============================
4.39/4.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.49	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.49	c =============================================================================
4.39/4.49	c  0.0s |       0 |        0 |        0 |    21362      0 |    16095 |    32100
4.39/4.50	c  0.0s |       0 |       66 |        0 |    21362      0 |    16095 |    32100
4.39/4.50	c #cpu_time = 0.008s
4.39/4.50	c #wall_clock_time = 0.008s
4.39/4.50	c #decision = 66
4.39/4.50	c #random_decision = 0
4.39/4.50	c #conflict = 0
4.39/4.50	c #restart = 0
4.39/4.50	c BCD2: found a new core of size 2: cost of the new core is >=1
4.39/4.50	c lower bound updated to -620
4.39/4.50	c BCD2: 380 <= obj <= 877
4.39/4.50	c BCD2: #cores=57, #unrelaxed=97, #relaxed=903, #hardened=0
4.39/4.50	c BCD2: #sat=1 #unsat=381 bias=381/382
4.39/4.50	c Solving starts ...
4.39/4.50	c ============================[ Search Statistics ]============================
4.39/4.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.39/4.50	c       |         |          |          |    Limit     GC | Var      | Constra 
4.39/4.50	c =============================================================================
4.39/4.50	c  0.0s |       0 |        0 |        0 |    21362      0 |    16095 |    32101
4.49/4.51	c  0.0s |       0 |       70 |        0 |    21362      0 |    16095 |    32101
4.49/4.51	c #cpu_time = 0.008s
4.49/4.51	c #wall_clock_time = 0.008s
4.49/4.51	c #decision = 70
4.49/4.51	c #random_decision = 0
4.49/4.51	c #conflict = 0
4.49/4.51	c #restart = 0
4.49/4.51	c BCD2: found a new core of size 2: cost of the new core is >=1
4.49/4.51	c lower bound updated to -619
4.49/4.51	c BCD2: 381 <= obj <= 877
4.49/4.51	c BCD2: #cores=58, #unrelaxed=95, #relaxed=905, #hardened=0
4.49/4.51	c BCD2: #sat=1 #unsat=382 bias=382/383
4.49/4.51	c Solving starts ...
4.49/4.51	c ============================[ Search Statistics ]============================
4.49/4.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.51	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.51	c =============================================================================
4.49/4.51	c  0.0s |       0 |        0 |        0 |    21362      0 |    16095 |    32102
4.49/4.52	c  0.0s |       0 |       71 |        0 |    21362      0 |    16095 |    32102
4.49/4.52	c #cpu_time = 0.008s
4.49/4.52	c #wall_clock_time = 0.008s
4.49/4.52	c #decision = 71
4.49/4.52	c #random_decision = 0
4.49/4.52	c #conflict = 0
4.49/4.52	c #restart = 0
4.49/4.52	c BCD2: found a new core of size 2: cost of the new core is >=1
4.49/4.52	c lower bound updated to -618
4.49/4.52	c BCD2: 382 <= obj <= 877
4.49/4.52	c BCD2: #cores=59, #unrelaxed=93, #relaxed=907, #hardened=0
4.49/4.52	c BCD2: #sat=1 #unsat=383 bias=383/384
4.49/4.52	c Solving starts ...
4.49/4.52	c ============================[ Search Statistics ]============================
4.49/4.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.52	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.52	c =============================================================================
4.49/4.52	c  0.0s |       0 |        0 |        0 |    21362      0 |    16095 |    32103
4.49/4.53	c  0.0s |       0 |       72 |        0 |    21362      0 |    16095 |    32103
4.49/4.53	c #cpu_time = 0.008s
4.49/4.53	c #wall_clock_time = 0.008s
4.49/4.53	c #decision = 72
4.49/4.53	c #random_decision = 0
4.49/4.53	c #conflict = 0
4.49/4.53	c #restart = 0
4.49/4.53	c BCD2: found a new core of size 2: cost of the new core is >=1
4.49/4.53	c lower bound updated to -617
4.49/4.53	c BCD2: 383 <= obj <= 877
4.49/4.53	c BCD2: #cores=60, #unrelaxed=91, #relaxed=909, #hardened=0
4.49/4.53	c BCD2: #sat=1 #unsat=384 bias=384/385
4.49/4.53	c Solving starts ...
4.49/4.53	c ============================[ Search Statistics ]============================
4.49/4.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.53	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.53	c =============================================================================
4.49/4.53	c  0.0s |       0 |        0 |        0 |    21362      0 |    16095 |    32104
4.49/4.54	c  0.0s |       0 |       75 |        0 |    21362      0 |    16095 |    32104
4.49/4.54	c #cpu_time = 0.008s
4.49/4.54	c #wall_clock_time = 0.008s
4.49/4.54	c #decision = 75
4.49/4.54	c #random_decision = 0
4.49/4.54	c #conflict = 0
4.49/4.54	c #restart = 0
4.49/4.54	c BCD2: found a new core of size 2: cost of the new core is >=1
4.49/4.54	c lower bound updated to -616
4.49/4.54	c BCD2: 384 <= obj <= 877
4.49/4.54	c BCD2: #cores=61, #unrelaxed=89, #relaxed=911, #hardened=0
4.49/4.54	c BCD2: #sat=1 #unsat=385 bias=385/386
4.49/4.54	c Solving starts ...
4.49/4.54	c ============================[ Search Statistics ]============================
4.49/4.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.54	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.54	c =============================================================================
4.49/4.54	c  0.0s |       0 |        0 |        0 |    21362      0 |    16095 |    32105
4.49/4.55	c  0.0s |       0 |       75 |        0 |    21362      0 |    16095 |    32105
4.49/4.55	c #cpu_time = 0.008s
4.49/4.55	c #wall_clock_time = 0.008s
4.49/4.55	c #decision = 75
4.49/4.55	c #random_decision = 0
4.49/4.55	c #conflict = 0
4.49/4.55	c #restart = 0
4.49/4.55	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.49/4.55	c lower bound updated to -615
4.49/4.55	c BCD2: 385 <= obj <= 877
4.49/4.55	c BCD2: #cores=61, #unrelaxed=87, #relaxed=913, #hardened=0
4.49/4.55	c BCD2: #sat=1 #unsat=386 bias=386/387
4.49/4.55	c Solving starts ...
4.49/4.55	c ============================[ Search Statistics ]============================
4.49/4.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.55	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.55	c =============================================================================
4.49/4.55	c  0.0s |       0 |        0 |        0 |    21362      0 |    16096 |    32105
4.49/4.56	c  0.0s |       0 |       77 |        0 |    21362      0 |    16096 |    32106
4.49/4.56	c #cpu_time = 0.009s
4.49/4.56	c #wall_clock_time = 0.009s
4.49/4.56	c #decision = 77
4.49/4.56	c #random_decision = 0
4.49/4.56	c #conflict = 0
4.49/4.56	c #restart = 0
4.49/4.56	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.49/4.56	c lower bound updated to -614
4.49/4.56	c BCD2: 386 <= obj <= 877
4.49/4.56	c BCD2: #cores=61, #unrelaxed=85, #relaxed=915, #hardened=0
4.49/4.56	c BCD2: #sat=1 #unsat=387 bias=387/388
4.49/4.56	c Solving starts ...
4.49/4.56	c ============================[ Search Statistics ]============================
4.49/4.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.56	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.56	c =============================================================================
4.49/4.56	c  0.0s |       0 |        0 |        0 |    21362      0 |    16097 |    32106
4.49/4.57	c  0.0s |       0 |       77 |        0 |    21362      0 |    16097 |    32107
4.49/4.57	c #cpu_time = 0.008s
4.49/4.57	c #wall_clock_time = 0.008s
4.49/4.57	c #decision = 77
4.49/4.57	c #random_decision = 0
4.49/4.57	c #conflict = 0
4.49/4.57	c #restart = 0
4.49/4.57	c BCD2: found a new core of size 2: cost of the new core is >=1
4.49/4.57	c lower bound updated to -613
4.49/4.57	c BCD2: 387 <= obj <= 877
4.49/4.57	c BCD2: #cores=62, #unrelaxed=83, #relaxed=917, #hardened=0
4.49/4.57	c BCD2: #sat=1 #unsat=388 bias=388/389
4.49/4.57	c Solving starts ...
4.49/4.57	c ============================[ Search Statistics ]============================
4.49/4.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.57	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.57	c =============================================================================
4.49/4.57	c  0.0s |       0 |        0 |        0 |    21362      0 |    16097 |    32108
4.49/4.58	c  0.0s |       0 |       86 |        2 |    21362      0 |    16097 |    32108
4.49/4.58	c #cpu_time = 0.009s
4.49/4.58	c #wall_clock_time = 0.009s
4.49/4.58	c #decision = 86
4.49/4.58	c #random_decision = 0
4.49/4.58	c #conflict = 2
4.49/4.58	c #restart = 0
4.49/4.58	c BCD2: relaxing 7 and merging with 4 cores into a new core of size 25: cost of the new core is >=10
4.49/4.58	c lower bound updated to -612
4.49/4.58	c BCD2: 388 <= obj <= 877
4.49/4.58	c BCD2: #cores=59, #unrelaxed=76, #relaxed=924, #hardened=0
4.49/4.58	c BCD2: #sat=1 #unsat=389 bias=389/390
4.49/4.58	c Solving starts ...
4.49/4.58	c ============================[ Search Statistics ]============================
4.49/4.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.58	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.58	c =============================================================================
4.49/4.58	c  0.0s |       0 |        0 |        0 |    21362      0 |    16101 |    32108
4.49/4.59	c  0.0s |       0 |       79 |        1 |    21362      0 |    16101 |    32112
4.49/4.59	c #cpu_time = 0.009s
4.49/4.59	c #wall_clock_time = 0.009s
4.49/4.59	c #decision = 79
4.49/4.59	c #random_decision = 0
4.49/4.59	c #conflict = 1
4.49/4.59	c #restart = 0
4.49/4.59	c BCD2: relaxing 6 and merging with 3 cores into a new core of size 18: cost of the new core is >=7
4.49/4.59	c lower bound updated to -611
4.49/4.59	c BCD2: 389 <= obj <= 877
4.49/4.59	c BCD2: #cores=57, #unrelaxed=70, #relaxed=930, #hardened=0
4.49/4.59	c BCD2: #sat=1 #unsat=390 bias=390/391
4.49/4.59	c Solving starts ...
4.49/4.59	c ============================[ Search Statistics ]============================
4.49/4.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.49/4.59	c       |         |          |          |    Limit     GC | Var      | Constra 
4.49/4.59	c =============================================================================
4.49/4.59	c  0.0s |       0 |        0 |        0 |    21362      0 |    16104 |    32112
4.59/4.60	c  0.0s |       0 |       67 |        0 |    21362      0 |    16104 |    32115
4.59/4.60	c #cpu_time = 0.009s
4.59/4.60	c #wall_clock_time = 0.009s
4.59/4.60	c #decision = 67
4.59/4.60	c #random_decision = 0
4.59/4.60	c #conflict = 0
4.59/4.60	c #restart = 0
4.59/4.60	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.60	c lower bound updated to -610
4.59/4.60	c BCD2: 390 <= obj <= 877
4.59/4.60	c BCD2: #cores=58, #unrelaxed=68, #relaxed=932, #hardened=0
4.59/4.60	c BCD2: #sat=1 #unsat=391 bias=391/392
4.59/4.60	c Solving starts ...
4.59/4.60	c ============================[ Search Statistics ]============================
4.59/4.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.60	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.60	c =============================================================================
4.59/4.60	c  0.0s |       0 |        0 |        0 |    21362      0 |    16104 |    32116
4.59/4.61	c  0.0s |       0 |       69 |        0 |    21362      0 |    16104 |    32116
4.59/4.61	c #cpu_time = 0.008s
4.59/4.61	c #wall_clock_time = 0.008s
4.59/4.61	c #decision = 69
4.59/4.61	c #random_decision = 0
4.59/4.61	c #conflict = 0
4.59/4.61	c #restart = 0
4.59/4.61	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.61	c lower bound updated to -609
4.59/4.61	c BCD2: 391 <= obj <= 877
4.59/4.61	c BCD2: #cores=59, #unrelaxed=66, #relaxed=934, #hardened=0
4.59/4.61	c BCD2: #sat=1 #unsat=392 bias=392/393
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 |    21362      0 |    16104 |    32117
4.59/4.62	c  0.0s |       0 |       70 |        0 |    21362      0 |    16104 |    32117
4.59/4.62	c #cpu_time = 0.008s
4.59/4.62	c #wall_clock_time = 0.008s
4.59/4.62	c #decision = 70
4.59/4.62	c #random_decision = 0
4.59/4.62	c #conflict = 0
4.59/4.62	c #restart = 0
4.59/4.62	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.59/4.62	c lower bound updated to -608
4.59/4.62	c BCD2: 392 <= obj <= 877
4.59/4.62	c BCD2: #cores=59, #unrelaxed=64, #relaxed=936, #hardened=0
4.59/4.62	c BCD2: #sat=1 #unsat=393 bias=393/394
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.63	c  0.0s |       0 |        0 |        0 |    21362      0 |    16105 |    32117
4.59/4.63	c  0.0s |       0 |       70 |        0 |    21362      0 |    16105 |    32118
4.59/4.63	c #cpu_time = 0.008s
4.59/4.63	c #wall_clock_time = 0.008s
4.59/4.63	c #decision = 70
4.59/4.63	c #random_decision = 0
4.59/4.63	c #conflict = 0
4.59/4.63	c #restart = 0
4.59/4.63	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.63	c lower bound updated to -607
4.59/4.64	c BCD2: 393 <= obj <= 877
4.59/4.64	c BCD2: #cores=60, #unrelaxed=62, #relaxed=938, #hardened=0
4.59/4.64	c BCD2: #sat=1 #unsat=394 bias=394/395
4.59/4.64	c Solving starts ...
4.59/4.64	c ============================[ Search Statistics ]============================
4.59/4.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.64	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.64	c =============================================================================
4.59/4.64	c  0.0s |       0 |        0 |        0 |    21362      0 |    16105 |    32119
4.59/4.64	c  0.0s |       0 |       70 |        0 |    21362      0 |    16105 |    32119
4.59/4.64	c #cpu_time = 0.008s
4.59/4.64	c #wall_clock_time = 0.008s
4.59/4.64	c #decision = 70
4.59/4.64	c #random_decision = 0
4.59/4.64	c #conflict = 0
4.59/4.64	c #restart = 0
4.59/4.64	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.64	c lower bound updated to -606
4.59/4.65	c BCD2: 394 <= obj <= 877
4.59/4.65	c BCD2: #cores=61, #unrelaxed=60, #relaxed=940, #hardened=0
4.59/4.65	c BCD2: #sat=1 #unsat=395 bias=395/396
4.59/4.65	c Solving starts ...
4.59/4.65	c ============================[ Search Statistics ]============================
4.59/4.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.65	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.65	c =============================================================================
4.59/4.65	c  0.0s |       0 |        0 |        0 |    21362      0 |    16105 |    32120
4.59/4.66	c  0.0s |       0 |       71 |        0 |    21362      0 |    16105 |    32120
4.59/4.66	c #cpu_time = 0.008s
4.59/4.66	c #wall_clock_time = 0.008s
4.59/4.66	c #decision = 71
4.59/4.66	c #random_decision = 0
4.59/4.66	c #conflict = 0
4.59/4.66	c #restart = 0
4.59/4.66	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.66	c lower bound updated to -605
4.59/4.66	c BCD2: 395 <= obj <= 877
4.59/4.66	c BCD2: #cores=62, #unrelaxed=58, #relaxed=942, #hardened=0
4.59/4.66	c BCD2: #sat=1 #unsat=396 bias=396/397
4.59/4.66	c Solving starts ...
4.59/4.66	c ============================[ Search Statistics ]============================
4.59/4.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.66	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.66	c =============================================================================
4.59/4.66	c  0.0s |       0 |        0 |        0 |    21362      0 |    16105 |    32121
4.59/4.67	c  0.0s |       0 |       72 |        0 |    21362      0 |    16105 |    32121
4.59/4.67	c #cpu_time = 0.008s
4.59/4.67	c #wall_clock_time = 0.008s
4.59/4.67	c #decision = 72
4.59/4.67	c #random_decision = 0
4.59/4.67	c #conflict = 0
4.59/4.67	c #restart = 0
4.59/4.67	c BCD2: found a new core of size 2: cost of the new core is >=1
4.59/4.67	c lower bound updated to -604
4.59/4.67	c BCD2: 396 <= obj <= 877
4.59/4.67	c BCD2: #cores=63, #unrelaxed=56, #relaxed=944, #hardened=0
4.59/4.67	c BCD2: #sat=1 #unsat=397 bias=397/398
4.59/4.67	c Solving starts ...
4.59/4.67	c ============================[ Search Statistics ]============================
4.59/4.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.67	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.67	c =============================================================================
4.59/4.67	c  0.0s |       0 |        0 |        0 |    21362      0 |    16105 |    32122
4.59/4.68	c  0.0s |       0 |       75 |        1 |    21362      0 |    16105 |    32122
4.59/4.68	c #cpu_time = 0.008s
4.59/4.68	c #wall_clock_time = 0.009s
4.59/4.68	c #decision = 75
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 2 and merging with 2 cores into a new core of size 8: cost of the new core is >=4
4.59/4.68	c lower bound updated to -603
4.59/4.68	c BCD2: 397 <= obj <= 877
4.59/4.68	c BCD2: #cores=62, #unrelaxed=54, #relaxed=946, #hardened=0
4.59/4.68	c BCD2: #sat=1 #unsat=398 bias=398/399
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 |    21362      0 |    16107 |    32122
4.59/4.69	c  0.0s |       0 |       75 |        1 |    21362      0 |    16107 |    32124
4.59/4.69	c #cpu_time = 0.008s
4.59/4.69	c #wall_clock_time = 0.008s
4.59/4.69	c #decision = 75
4.59/4.69	c #random_decision = 0
4.59/4.69	c #conflict = 1
4.59/4.69	c #restart = 0
4.59/4.69	c BCD2: relaxing 6 and merging with 4 cores into a new core of size 28: cost of the new core is >=11
4.59/4.69	c lower bound updated to -602
4.59/4.69	c BCD2: 398 <= obj <= 877
4.59/4.69	c BCD2: #cores=59, #unrelaxed=48, #relaxed=952, #hardened=0
4.59/4.69	c BCD2: #sat=1 #unsat=399 bias=399/400
4.59/4.69	c Solving starts ...
4.59/4.69	c ============================[ Search Statistics ]============================
4.59/4.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.59/4.69	c       |         |          |          |    Limit     GC | Var      | Constra 
4.59/4.69	c =============================================================================
4.59/4.69	c  0.0s |       0 |        0 |        0 |    21362      0 |    16111 |    32124
4.59/4.70	c  0.0s |       0 |       65 |        1 |    21362      0 |    16111 |    32128
4.59/4.70	c #cpu_time = 0.008s
4.59/4.70	c #wall_clock_time = 0.008s
4.59/4.70	c #decision = 65
4.59/4.70	c #random_decision = 0
4.69/4.70	c #conflict = 1
4.69/4.70	c #restart = 0
4.69/4.70	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 15: cost of the new core is >=6
4.69/4.70	c lower bound updated to -601
4.69/4.70	c BCD2: 399 <= obj <= 877
4.69/4.70	c BCD2: #cores=58, #unrelaxed=43, #relaxed=957, #hardened=0
4.69/4.70	c BCD2: #sat=1 #unsat=400 bias=400/401
4.69/4.70	c Solving starts ...
4.69/4.70	c ============================[ Search Statistics ]============================
4.69/4.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.70	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.70	c =============================================================================
4.69/4.70	c  0.0s |       0 |        0 |        0 |    21362      0 |    16113 |    32128
4.69/4.70	c  0.0s |       0 |       60 |        0 |    21362      0 |    16113 |    32130
4.69/4.70	c #cpu_time = 0.008s
4.69/4.70	c #wall_clock_time = 0.008s
4.69/4.70	c #decision = 60
4.69/4.70	c #random_decision = 0
4.69/4.70	c #conflict = 0
4.69/4.70	c #restart = 0
4.69/4.70	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.70	c lower bound updated to -600
4.69/4.71	c BCD2: 400 <= obj <= 877
4.69/4.71	c BCD2: #cores=59, #unrelaxed=41, #relaxed=959, #hardened=0
4.69/4.71	c BCD2: #sat=1 #unsat=401 bias=401/402
4.69/4.71	c Solving starts ...
4.69/4.71	c ============================[ Search Statistics ]============================
4.69/4.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.71	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.71	c =============================================================================
4.69/4.71	c  0.0s |       0 |        0 |        0 |    21362      0 |    16113 |    32131
4.69/4.72	c  0.0s |       0 |       67 |        0 |    21362      0 |    16113 |    32131
4.69/4.72	c #cpu_time = 0.008s
4.69/4.72	c #wall_clock_time = 0.008s
4.69/4.72	c #decision = 67
4.69/4.72	c #random_decision = 0
4.69/4.72	c #conflict = 0
4.69/4.72	c #restart = 0
4.69/4.72	c BCD2: relaxing 3 and merging with 4 cores into a new core of size 13: cost of the new core is >=6
4.69/4.72	c lower bound updated to -599
4.69/4.72	c BCD2: 401 <= obj <= 877
4.69/4.72	c BCD2: #cores=56, #unrelaxed=38, #relaxed=962, #hardened=0
4.69/4.72	c BCD2: #sat=1 #unsat=402 bias=402/403
4.69/4.72	c Solving starts ...
4.69/4.72	c ============================[ Search Statistics ]============================
4.69/4.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.72	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.72	c =============================================================================
4.69/4.72	c  0.0s |       0 |        0 |        0 |    21362      0 |    16117 |    32131
4.69/4.72	c  0.0s |       0 |       62 |        0 |    21362      0 |    16117 |    32135
4.69/4.72	c #cpu_time = 0.008s
4.69/4.72	c #wall_clock_time = 0.008s
4.69/4.72	c #decision = 62
4.69/4.72	c #random_decision = 0
4.69/4.72	c #conflict = 0
4.69/4.72	c #restart = 0
4.69/4.72	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.72	c lower bound updated to -598
4.69/4.73	c BCD2: 402 <= obj <= 877
4.69/4.73	c BCD2: #cores=57, #unrelaxed=36, #relaxed=964, #hardened=0
4.69/4.73	c BCD2: #sat=1 #unsat=403 bias=403/404
4.69/4.73	c Solving starts ...
4.69/4.73	c ============================[ Search Statistics ]============================
4.69/4.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.73	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.73	c =============================================================================
4.69/4.73	c  0.0s |       0 |        0 |        0 |    21362      0 |    16117 |    32136
4.69/4.74	c  0.0s |       0 |       67 |        0 |    21362      0 |    16117 |    32136
4.69/4.74	c #cpu_time = 0.008s
4.69/4.74	c #wall_clock_time = 0.008s
4.69/4.74	c #decision = 67
4.69/4.74	c #random_decision = 0
4.69/4.74	c #conflict = 0
4.69/4.74	c #restart = 0
4.69/4.74	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.74	c lower bound updated to -597
4.69/4.74	c BCD2: 403 <= obj <= 877
4.69/4.74	c BCD2: #cores=58, #unrelaxed=34, #relaxed=966, #hardened=0
4.69/4.74	c BCD2: #sat=1 #unsat=404 bias=404/405
4.69/4.74	c Solving starts ...
4.69/4.74	c ============================[ Search Statistics ]============================
4.69/4.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.74	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.74	c =============================================================================
4.69/4.74	c  0.0s |       0 |        0 |        0 |    21362      0 |    16117 |    32137
4.69/4.75	c  0.0s |       0 |       70 |        0 |    21362      0 |    16117 |    32137
4.69/4.75	c #cpu_time = 0.009s
4.69/4.75	c #wall_clock_time = 0.009s
4.69/4.75	c #decision = 70
4.69/4.75	c #random_decision = 0
4.69/4.75	c #conflict = 0
4.69/4.75	c #restart = 0
4.69/4.75	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.75	c lower bound updated to -596
4.69/4.75	c BCD2: 404 <= obj <= 877
4.69/4.75	c BCD2: #cores=59, #unrelaxed=32, #relaxed=968, #hardened=0
4.69/4.75	c BCD2: #sat=1 #unsat=405 bias=405/406
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 |    21362      0 |    16117 |    32138
4.69/4.76	c  0.0s |       0 |       80 |        3 |    21362      0 |    16117 |    32138
4.69/4.76	c #cpu_time = 0.009s
4.69/4.76	c #wall_clock_time = 0.009s
4.69/4.76	c #decision = 80
4.69/4.76	c #random_decision = 0
4.69/4.76	c #conflict = 3
4.69/4.76	c #restart = 0
4.69/4.76	c BCD2: relaxing 7 and merging with 12 cores into a new core of size 54: cost of the new core is >=23
4.69/4.76	c lower bound updated to -595
4.69/4.76	c BCD2: 405 <= obj <= 877
4.69/4.76	c BCD2: #cores=48, #unrelaxed=25, #relaxed=975, #hardened=0
4.69/4.76	c BCD2: #sat=1 #unsat=406 bias=406/407
4.69/4.76	c Solving starts ...
4.69/4.76	c ============================[ Search Statistics ]============================
4.69/4.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.76	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.76	c =============================================================================
4.69/4.76	c  0.0s |       0 |        0 |        0 |    21362      0 |    16129 |    32138
4.69/4.77	c  0.0s |       0 |       63 |        0 |    21362      0 |    16129 |    32150
4.69/4.77	c #cpu_time = 0.009s
4.69/4.77	c #wall_clock_time = 0.009s
4.69/4.77	c #decision = 63
4.69/4.77	c #random_decision = 0
4.69/4.77	c #conflict = 0
4.69/4.77	c #restart = 0
4.69/4.77	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.77	c lower bound updated to -594
4.69/4.77	c BCD2: 406 <= obj <= 877
4.69/4.77	c BCD2: #cores=49, #unrelaxed=23, #relaxed=977, #hardened=0
4.69/4.77	c BCD2: #sat=1 #unsat=407 bias=407/408
4.69/4.77	c Solving starts ...
4.69/4.77	c ============================[ Search Statistics ]============================
4.69/4.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.77	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.77	c =============================================================================
4.69/4.77	c  0.0s |       0 |        0 |        0 |    21362      0 |    16129 |    32151
4.69/4.78	c  0.0s |       0 |       63 |        0 |    21362      0 |    16129 |    32151
4.69/4.78	c #cpu_time = 0.008s
4.69/4.78	c #wall_clock_time = 0.008s
4.69/4.78	c #decision = 63
4.69/4.78	c #random_decision = 0
4.69/4.78	c #conflict = 0
4.69/4.78	c #restart = 0
4.69/4.78	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.78	c lower bound updated to -593
4.69/4.78	c BCD2: 407 <= obj <= 877
4.69/4.78	c BCD2: #cores=50, #unrelaxed=21, #relaxed=979, #hardened=0
4.69/4.78	c BCD2: #sat=1 #unsat=408 bias=408/409
4.69/4.78	c Solving starts ...
4.69/4.78	c ============================[ Search Statistics ]============================
4.69/4.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.78	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.78	c =============================================================================
4.69/4.78	c  0.0s |       0 |        0 |        0 |    21362      0 |    16129 |    32152
4.69/4.79	c  0.0s |       0 |       63 |        0 |    21362      0 |    16129 |    32152
4.69/4.79	c #cpu_time = 0.008s
4.69/4.79	c #wall_clock_time = 0.008s
4.69/4.79	c #decision = 63
4.69/4.79	c #random_decision = 0
4.69/4.79	c #conflict = 0
4.69/4.79	c #restart = 0
4.69/4.79	c BCD2: found a new core of size 2: cost of the new core is >=1
4.69/4.79	c lower bound updated to -592
4.69/4.79	c BCD2: 408 <= obj <= 877
4.69/4.79	c BCD2: #cores=51, #unrelaxed=19, #relaxed=981, #hardened=0
4.69/4.79	c BCD2: #sat=1 #unsat=409 bias=409/410
4.69/4.79	c Solving starts ...
4.69/4.79	c ============================[ Search Statistics ]============================
4.69/4.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.69/4.79	c       |         |          |          |    Limit     GC | Var      | Constra 
4.69/4.79	c =============================================================================
4.69/4.79	c  0.0s |       0 |        0 |        0 |    21362      0 |    16129 |    32153
4.79/4.80	c  0.0s |       0 |       65 |        2 |    21362      0 |    16129 |    32153
4.79/4.80	c #cpu_time = 0.009s
4.79/4.80	c #wall_clock_time = 0.009s
4.79/4.80	c #decision = 65
4.79/4.80	c #random_decision = 0
4.79/4.80	c #conflict = 2
4.79/4.80	c #restart = 0
4.79/4.80	c BCD2: relaxing 4 and merging with 5 cores into a new core of size 25: cost of the new core is >=12
4.79/4.80	c lower bound updated to -591
4.79/4.80	c BCD2: 409 <= obj <= 877
4.79/4.80	c BCD2: #cores=47, #unrelaxed=15, #relaxed=985, #hardened=0
4.79/4.80	c BCD2: #sat=1 #unsat=410 bias=410/411
4.79/4.80	c Solving starts ...
4.79/4.80	c ============================[ Search Statistics ]============================
4.79/4.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.80	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.80	c =============================================================================
4.79/4.80	c  0.0s |       0 |        0 |        0 |    21362      0 |    16134 |    32153
4.79/4.81	c  0.0s |       0 |       57 |        0 |    21362      0 |    16134 |    32158
4.79/4.81	c #cpu_time = 0.009s
4.79/4.81	c #wall_clock_time = 0.009s
4.79/4.81	c #decision = 57
4.79/4.81	c #random_decision = 0
4.79/4.81	c #conflict = 0
4.79/4.81	c #restart = 0
4.79/4.81	c BCD2: found a new core of size 2: cost of the new core is >=1
4.79/4.81	c lower bound updated to -590
4.79/4.81	c BCD2: 410 <= obj <= 877
4.79/4.81	c BCD2: #cores=48, #unrelaxed=13, #relaxed=987, #hardened=0
4.79/4.81	c BCD2: #sat=1 #unsat=411 bias=411/412
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 |    21362      0 |    16134 |    32159
4.79/4.82	c  0.0s |       0 |       59 |        0 |    21362      0 |    16134 |    32159
4.79/4.82	c #cpu_time = 0.008s
4.79/4.82	c #wall_clock_time = 0.008s
4.79/4.82	c #decision = 59
4.79/4.82	c #random_decision = 0
4.79/4.82	c #conflict = 0
4.79/4.82	c #restart = 0
4.79/4.82	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 4: cost of the new core is >=2
4.79/4.82	c lower bound updated to -589
4.79/4.82	c BCD2: 411 <= obj <= 877
4.79/4.82	c BCD2: #cores=48, #unrelaxed=11, #relaxed=989, #hardened=0
4.79/4.82	c BCD2: #sat=1 #unsat=412 bias=412/413
4.79/4.82	c Solving starts ...
4.79/4.82	c ============================[ Search Statistics ]============================
4.79/4.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.82	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.82	c =============================================================================
4.79/4.82	c  0.0s |       0 |        0 |        0 |    21362      0 |    16135 |    32159
4.79/4.83	c  0.0s |       0 |      110 |        3 |    21362      0 |    16135 |    32160
4.79/4.83	c #cpu_time = 0.009s
4.79/4.83	c #wall_clock_time = 0.009s
4.79/4.83	c #decision = 110
4.79/4.83	c #random_decision = 0
4.79/4.83	c #conflict = 3
4.79/4.83	c #restart = 0
4.79/4.83	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 16: cost of the new core is >=7
4.79/4.83	c lower bound updated to -588
4.79/4.83	c BCD2: 412 <= obj <= 877
4.79/4.83	c BCD2: #cores=46, #unrelaxed=9, #relaxed=991, #hardened=0
4.79/4.83	c BCD2: #sat=1 #unsat=413 bias=413/414
4.79/4.83	c Solving starts ...
4.79/4.83	c ============================[ Search Statistics ]============================
4.79/4.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.83	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.83	c =============================================================================
4.79/4.83	c  0.0s |       0 |        0 |        0 |    21362      0 |    16138 |    32160
4.79/4.86	c  0.0s |       1 |      247 |      100 |    23499      0 |    16138 |    32163
4.89/4.90	c  0.1s |       2 |      489 |      250 |    25849      0 |    16138 |    32163
4.89/4.99	c  0.2s |       3 |      839 |      475 |    28434      0 |    16138 |    32163
5.09/5.12	c  0.3s |       4 |     1295 |      813 |    31278      0 |    16138 |    32163
5.29/5.30	c  0.5s |       5 |     1904 |     1320 |    34406      0 |    16138 |    32163
5.49/5.55	c  0.7s |       6 |     2818 |     2081 |    37847      0 |    16138 |    32163
5.88/5.94	c  1.1s |       7 |     4195 |     3223 |    41632      0 |    16138 |    32163
6.38/6.46	c  1.6s |       8 |     6198 |     4936 |    45796      0 |    16138 |    32163
7.39/7.48	c  2.7s |       9 |     9260 |     7506 |    50376      0 |    16138 |    32163
9.49/9.54	c  4.7s |       9 |    13544 |    11106 |    50376      0 |    16138 |    32163
9.59/9.68	c  4.9s |      10 |    13838 |    11361 |    55414      0 |    16138 |    32163
11.69/11.75	c  6.9s |      10 |    17528 |    14461 |    55414      0 |    16138 |    32163
13.59/13.65	c  8.8s |      11 |    20640 |    17144 |    60956      0 |    16138 |    32163
15.69/15.70	c 10.9s |      11 |    23517 |    19544 |    60956      0 |    16138 |    32163
17.70/17.72	c 12.9s |      11 |    25969 |    21644 |    60956      0 |    16138 |    32163
19.59/19.60	c 14.8s |      11 |    28044 |    23432 |    60956      0 |    16138 |    32163
19.59/19.60	c #cpu_time = 14.733s
19.59/19.60	c #wall_clock_time = 14.771s
19.59/19.60	c #decision = 28044
19.59/19.60	c #random_decision = 59
19.59/19.60	c #conflict = 23432
19.59/19.60	c #restart = 11
19.59/19.60	c BCD2: relaxing 9 and merging with 36 cores into a new core of size 546: cost of the new core is >=228
19.59/19.60	c lower bound updated to -587
19.59/19.60	c BCD2: 413 <= obj <= 877
19.59/19.60	c BCD2: #cores=11, #unrelaxed=0, #relaxed=1000, #hardened=0
19.59/19.60	c BCD2: #sat=1 #unsat=414 bias=414/415
19.59/19.61	c Solving starts ...
19.59/19.61	c ============================[ Search Statistics ]============================
19.59/19.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.59/19.61	c       |         |          |          |    Limit     GC | Var      | Constra 
19.59/19.61	c =============================================================================
19.59/19.61	c  0.0s |       0 |        0 |        0 |    60956      0 |    16174 |    32163
19.99/20.10	c  0.5s |       1 |      335 |      100 |    60956      0 |    16174 |    32199
20.19/20.25	c  0.6s |       2 |      951 |      250 |    60956      0 |    16174 |    32199
20.39/20.49	c  0.9s |       3 |     1639 |      475 |    60956      0 |    16174 |    32199
20.89/20.97	c  1.4s |       4 |     2469 |      813 |    60956      0 |    16174 |    32199
21.49/21.51	c  1.9s |       5 |     3499 |     1320 |    60956      0 |    16174 |    32199
22.39/22.47	c  2.9s |       6 |     4820 |     2081 |    60956      0 |    16174 |    32199
23.79/23.89	c  4.3s |       7 |     6578 |     3223 |    67052      0 |    16174 |    32199
25.89/25.94	c  6.3s |       7 |     8687 |     4723 |    67052      0 |    16174 |    32199
26.19/26.24	c  6.6s |       8 |     8930 |     4936 |    67052      0 |    16174 |    32199
28.29/28.38	c  8.8s |       8 |    11462 |     6736 |    67052      0 |    16174 |    32199
29.18/29.25	c  9.6s |       9 |    12314 |     7506 |    67052      0 |    16174 |    32199
31.28/31.33	c 11.7s |       9 |    14360 |     8906 |    67052      0 |    16174 |    32199
33.38/33.47	c 13.9s |       9 |    15918 |    10206 |    67052      0 |    16174 |    32199
35.19/35.26	c 15.7s |      10 |    17360 |    11361 |    67052      0 |    16174 |    32199
37.28/37.32	c 17.7s |      10 |    19042 |    12461 |    67052      0 |    16174 |    32199
39.28/39.32	c 19.7s |      10 |    20508 |    13761 |    67052      0 |    16174 |    32199
41.39/41.41	c 21.8s |      10 |    21993 |    15061 |    67052      0 |    16174 |    32199
43.49/43.56	c 24.0s |      10 |    23597 |    16461 |    73758      0 |    16174 |    32199
44.59/44.65	c 25.0s |      11 |    24342 |    17144 |    73758      0 |    16174 |    32199
46.69/46.75	c 27.1s |      11 |    26062 |    18244 |    73758      0 |    16174 |    32199
48.69/48.76	c 29.2s |      11 |    27516 |    19544 |    73758      0 |    16174 |    32199
50.89/50.91	c 31.3s |      11 |    29212 |    20944 |    73758      0 |    16174 |    32199
52.89/52.92	c 33.3s |      11 |    30614 |    22144 |    73758      0 |    16174 |    32199
54.99/55.02	c 35.4s |      11 |    32195 |    23444 |    73758      0 |    16174 |    32199
57.08/57.12	c 37.5s |      11 |    33446 |    24544 |    73758      0 |    16174 |    32199
59.18/59.29	c 39.7s |      11 |    34701 |    25644 |    73758      0 |    16174 |    32199
59.68/59.70	c 40.1s |      12 |    34892 |    25819 |    73758      0 |    16174 |    32199
61.78/61.84	c 42.2s |      12 |    36127 |    26519 |    73758      0 |    16174 |    32199
63.98/64.01	c 44.4s |      12 |    37408 |    27619 |    73758      0 |    16174 |    32199
65.98/66.03	c 46.4s |      12 |    38494 |    28619 |    73758      0 |    16174 |    32199
67.98/68.06	c 48.5s |      12 |    39658 |    29619 |    73758      0 |    16174 |    32199
70.08/70.12	c 50.5s |      12 |    40942 |    30719 |    73758      0 |    16174 |    32199
72.18/72.22	c 52.6s |      12 |    42143 |    31819 |    73758      0 |    16174 |    32199
74.17/74.29	c 54.7s |      12 |    43274 |    32819 |    73758      0 |    16174 |    32199
76.37/76.46	c 56.9s |      12 |    44610 |    34019 |    73758      0 |    16174 |    32199
78.47/78.52	c 58.9s |      12 |    45867 |    35119 |    81134      0 |    16174 |    32199
80.47/80.54	c 60.9s |      12 |    46840 |    36019 |    81134      0 |    16174 |    32199
82.67/82.75	c 63.1s |      12 |    47944 |    37019 |    81134      0 |    16174 |    32199
84.87/84.94	c 65.3s |      12 |    49141 |    38119 |    81134      0 |    16174 |    32199
86.37/86.42	c 66.8s |      13 |    49941 |    38832 |    81134      0 |    16174 |    32199
88.57/88.62	c 69.0s |      13 |    50944 |    39332 |    81134      0 |    16174 |    32199
90.67/90.77	c 71.2s |      13 |    52018 |    40332 |    81134      0 |    16174 |    32199
92.77/92.86	c 73.3s |      13 |    53259 |    41432 |    81134      0 |    16174 |    32199
94.87/94.98	c 75.4s |      13 |    54529 |    42532 |    81134      0 |    16174 |    32199
96.98/97.08	c 77.5s |      13 |    55491 |    43432 |    81134      0 |    16174 |    32199
99.08/99.16	c 79.6s |      13 |    56448 |    44332 |    81134      0 |    16174 |    32199
101.08/101.17	c 81.6s |      13 |    57403 |    45232 |    81134      0 |    16174 |    32199
103.28/103.32	c 83.7s |      13 |    58405 |    46132 |    81134      0 |    16174 |    32199
105.28/105.32	c 85.7s |      13 |    59314 |    46932 |    81134      0 |    16174 |    32199
107.38/107.41	c 87.8s |      13 |    60574 |    48032 |    81134      0 |    16174 |    32199
109.38/109.44	c 89.8s |      13 |    61775 |    49132 |    81134      0 |    16174 |    32199
111.58/111.61	c 92.0s |      13 |    63163 |    50432 |    81134      0 |    16174 |    32199
113.67/113.72	c 94.1s |      13 |    64311 |    51432 |    81134      0 |    16174 |    32199
115.67/115.74	c 96.1s |      13 |    65273 |    52332 |    81134      0 |    16174 |    32199
117.87/117.94	c 98.3s |      13 |    66270 |    53232 |    81134      0 |    16174 |    32199
119.98/120.05	c  100s |      13 |    67252 |    54132 |    81134      0 |    16174 |    32199
122.08/122.12	c  102s |      13 |    68212 |    55032 |    81134      0 |    16174 |    32199
124.17/124.21	c  104s |      13 |    69118 |    55832 |    81134      0 |    16174 |    32199
126.27/126.32	c  106s |      13 |    70137 |    56732 |    81134      0 |    16174 |    32199
128.27/128.37	c  108s |      13 |    71092 |    57632 |    81134      0 |    16174 |    32199
130.17/130.21	c  110s |      14 |    71856 |    58352 |    81134      0 |    16174 |    32199
132.27/132.35	c  112s |      14 |    72514 |    58552 |    81134      0 |    16174 |    32199
134.57/134.63	c  115s |      14 |    73395 |    59352 |    81134      0 |    16174 |    32199
136.77/136.88	c  117s |      14 |    74265 |    60152 |    81134      0 |    16174 |    32199
139.07/139.16	c  119s |      14 |    75134 |    60952 |    81134      0 |    16174 |    32199
141.16/141.26	c  121s |      14 |    75997 |    61752 |    81134      0 |    16174 |    32199
143.26/143.38	c  123s |      14 |    76845 |    62552 |    81134      0 |    16174 |    32199
145.46/145.56	c  125s |      14 |    77709 |    63352 |    81134      0 |    16174 |    32199
147.56/147.61	c  128s |      14 |    78565 |    64152 |    89248      0 |    16174 |    32199
149.57/149.66	c  130s |      14 |    79326 |    64852 |    89248      0 |    16174 |    32199
151.67/151.73	c  132s |      14 |    80189 |    65652 |    89248      0 |    16174 |    32199
153.67/153.75	c  134s |      14 |    81163 |    66552 |    89248      0 |    16174 |    32199
155.67/155.77	c  136s |      14 |    82000 |    67352 |    89248      0 |    16174 |    32199
157.77/157.87	c  138s |      14 |    82953 |    68252 |    89248      0 |    16174 |    32199
159.97/160.01	c  140s |      14 |    83795 |    69052 |    89248      0 |    16174 |    32199
161.97/162.08	c  142s |      14 |    84578 |    69752 |    89248      0 |    16174 |    32199
164.17/164.23	c  144s |      14 |    85446 |    70552 |    89248      0 |    16174 |    32199
166.27/166.37	c  146s |      14 |    86297 |    71352 |    89248      0 |    16174 |    32199
168.47/168.59	c  148s |      14 |    87386 |    72352 |    89248      0 |    16174 |    32199
170.47/170.60	c  150s |      14 |    88247 |    73152 |    89248      0 |    16174 |    32199
172.67/172.77	c  153s |      14 |    89326 |    74152 |    89248      0 |    16174 |    32199
174.77/174.81	c  155s |      14 |    90165 |    74952 |    89248      0 |    16174 |    32199
176.77/176.83	c  157s |      14 |    90952 |    75652 |    89248      0 |    16174 |    32199
178.96/179.05	c  159s |      14 |    91809 |    76452 |    89248      0 |    16174 |    32199
181.06/181.13	c  161s |      14 |    92569 |    77152 |    89248      0 |    16174 |    32199
183.16/183.27	c  163s |      14 |    93463 |    77952 |    89248      0 |    16174 |    32199
185.46/185.51	c  165s |      14 |    94477 |    78852 |    89248      0 |    16174 |    32199
187.56/187.60	c  167s |      14 |    95456 |    79752 |    89248      0 |    16174 |    32199
189.56/189.62	c  170s |      14 |    96319 |    80552 |    89248      0 |    16174 |    32199
191.66/191.79	c  172s |      14 |    97188 |    81352 |    89248      0 |    16174 |    32199
193.76/193.83	c  174s |      14 |    98041 |    82152 |    89248      0 |    16174 |    32199
195.77/195.88	c  176s |      14 |    98889 |    82952 |    89248      0 |    16174 |    32199
197.76/197.89	c  178s |      14 |    99829 |    83852 |    89248      0 |    16174 |    32199
199.86/199.96	c  180s |      14 |   100694 |    84652 |    89248      0 |    16174 |    32199
202.06/202.17	c  182s |      14 |   101649 |    85552 |    89248      0 |    16174 |    32199
204.36/204.40	c  184s |      14 |   102647 |    86452 |    89248      0 |    16174 |    32199
206.46/206.57	c  186s |      14 |   103516 |    87252 |    89248      0 |    16174 |    32199
207.46/207.51	c  187s |      15 |   103918 |    87632 |    89248      0 |    16174 |    32199
210.36/210.44	c  190s |      15 |   104464 |    87732 |    89248      0 |    16174 |    32199
212.36/212.48	c  192s |      15 |   105279 |    88432 |    89248      0 |    16174 |    32199
214.56/214.69	c  195s |      15 |   106270 |    89332 |    89248      0 |    16174 |    32199
216.66/216.76	c  197s |      15 |   107143 |    90132 |    89248      0 |    16174 |    32199
218.65/218.79	c  199s |      15 |   108045 |    90932 |    89248      0 |    16174 |    32199
220.75/220.86	c  201s |      15 |   108813 |    91632 |    89248      0 |    16174 |    32199
222.85/222.90	c  203s |      15 |   109699 |    92432 |    89248      0 |    16174 |    32199
224.95/225.07	c  205s |      15 |   110701 |    93332 |    89248      0 |    16174 |    32199
227.15/227.26	c  207s |      15 |   111809 |    94332 |    89248      0 |    16174 |    32199
229.25/229.30	c  209s |      15 |   112650 |    95132 |    89248      0 |    16174 |    32199
231.35/231.41	c  211s |      15 |   113646 |    96032 |    89248      0 |    16174 |    32199
233.45/233.56	c  213s |      15 |   114540 |    96832 |    89248      0 |    16174 |    32199
235.65/235.75	c  216s |      15 |   115423 |    97632 |    89248      0 |    16174 |    32199
237.86/237.96	c  218s |      15 |   116369 |    98432 |    89248      0 |    16174 |    32199
240.06/240.17	c  220s |      15 |   117258 |    99232 |    89248      0 |    16174 |    32199
242.26/242.31	c  222s |      15 |   118143 |   100032 |    89248      0 |    16174 |    32199
244.45/244.59	c  224s |      15 |   118998 |   100832 |    89248      0 |    16174 |    32199
246.95/247.08	c  227s |      15 |   119870 |   101632 |    89248      0 |    16174 |    32199
249.05/249.10	c  229s |      15 |   120771 |   102432 |    89248      0 |    16174 |    32199
251.05/251.13	c  231s |      15 |   121718 |   103332 |    89248      0 |    16174 |    32199
253.15/253.25	c  233s |      15 |   122744 |   104232 |    89248      0 |    16174 |    32199
255.26/255.37	c  235s |      15 |   123658 |   105032 |    89248      0 |    16174 |    32199
257.25/257.40	c  237s |      15 |   124594 |   105832 |    89248      0 |    16174 |    32199
269.35/269.40	c  249s |      15 |   124824 |   106032 |    89248      1 |    16174 |    32199
271.85/271.91	c  252s |      15 |   124935 |   106132 |    89248      1 |    16174 |    32199
276.45/276.55	c  256s |      15 |   126176 |   107232 |    98173      1 |    16174 |    32199
291.04/291.19	c  271s |      15 |   126874 |   107832 |    98173      1 |    16174 |    32199
293.24/293.33	c  273s |      15 |   128119 |   108932 |    98173      1 |    16174 |    32199
295.24/295.37	c  275s |      15 |   129304 |   110032 |    98173      1 |    16174 |    32199
297.44/297.53	c  277s |      15 |   130534 |   111132 |    98173      1 |    16174 |    32199
299.54/299.60	c  279s |      15 |   131786 |   112232 |    98173      1 |    16174 |    32199
301.64/301.72	c  282s |      15 |   133162 |   113432 |    98173      1 |    16174 |    32199
303.64/303.77	c  284s |      15 |   134434 |   114532 |    98173      1 |    16174 |    32199
305.74/305.86	c  286s |      15 |   135657 |   115632 |    98173      1 |    16174 |    32199
307.84/307.90	c  288s |      15 |   136788 |   116632 |    98173      1 |    16174 |    32199
309.93/310.07	c  290s |      15 |   137843 |   117532 |    98173      1 |    16174 |    32199
312.13/312.25	c  292s |      15 |   138877 |   118432 |    98173      1 |    16174 |    32199
314.23/314.35	c  294s |      15 |   139910 |   119332 |    98173      1 |    16174 |    32199
316.33/316.42	c  296s |      15 |   140826 |   120132 |    98173      1 |    16174 |    32199
318.54/318.63	c  299s |      15 |   141948 |   121132 |    98173      1 |    16174 |    32199
320.54/320.67	c  301s |      15 |   142899 |   122032 |    98173      1 |    16174 |    32199
322.64/322.73	c  303s |      15 |   143875 |   122932 |    98173      1 |    16174 |    32199
324.74/324.85	c  305s |      15 |   144968 |   123932 |    98173      1 |    16174 |    32199
326.94/327.02	c  307s |      15 |   146189 |   125032 |    98173      1 |    16174 |    32199
329.04/329.15	c  309s |      15 |   147412 |   126132 |    98173      1 |    16174 |    32199
331.14/331.20	c  311s |      15 |   148461 |   127032 |    98173      1 |    16174 |    32199
333.24/333.31	c  313s |      15 |   149628 |   128032 |    98173      1 |    16174 |    32199
335.33/335.44	c  315s |      15 |   150583 |   128932 |    98173      1 |    16174 |    32199
337.43/337.51	c  317s |      15 |   151483 |   129732 |    98173      1 |    16174 |    32199
339.63/339.70	c  320s |      15 |   152749 |   130832 |    98173      1 |    16174 |    32199
341.13/341.28	c  321s |      16 |   153577 |   131552 |    98173      1 |    16174 |    32199
343.63/343.77	c  324s |      16 |   154119 |   131652 |    98173      1 |    16174 |    32199
346.43/346.59	c  326s |      16 |   154800 |   132252 |    98173      1 |    16174 |    32199
348.63/348.71	c  329s |      16 |   155772 |   133152 |    98173      1 |    16174 |    32199
350.83/350.94	c  331s |      16 |   156618 |   133952 |    98173      1 |    16174 |    32199
353.03/353.13	c  333s |      16 |   157557 |   134852 |    98173      1 |    16174 |    32199
355.02/355.19	c  335s |      16 |   158318 |   135552 |    98173      1 |    16174 |    32199
357.12/357.24	c  337s |      16 |   159070 |   136252 |    98173      1 |    16174 |    32199
359.52/359.62	c  340s |      16 |   159658 |   136752 |    98173      1 |    16174 |    32199
361.72/361.84	c  342s |      16 |   160277 |   137352 |    98173      1 |    16174 |    32199
363.92/364.00	c  344s |      16 |   160887 |   137952 |    98173      1 |    16174 |    32199
366.12/366.24	c  346s |      16 |   161651 |   138652 |    98173      1 |    16174 |    32199
368.22/368.33	c  348s |      16 |   162278 |   139252 |    98173      1 |    16174 |    32199
370.22/370.35	c  350s |      16 |   163195 |   140052 |    98173      1 |    16174 |    32199
372.42/372.55	c  352s |      16 |   164386 |   141152 |    98173      1 |    16174 |    32199
374.62/374.79	c  355s |      16 |   165203 |   141852 |    98173      1 |    16174 |    32199
376.81/376.94	c  357s |      16 |   166281 |   142752 |    98173      1 |    16174 |    32199
378.91/379.03	c  359s |      16 |   167152 |   143552 |    98173      1 |    16174 |    32199
380.91/381.09	c  361s |      16 |   168032 |   144352 |    98173      1 |    16174 |    32199
383.11/383.27	c  363s |      16 |   168862 |   145152 |    98173      1 |    16174 |    32199
385.21/385.35	c  365s |      16 |   169669 |   145852 |    98173      1 |    16174 |    32199
387.31/387.48	c  367s |      16 |   170540 |   146652 |    98173      1 |    16174 |    32199
389.51/389.64	c  370s |      16 |   171350 |   147352 |    98173      1 |    16174 |    32199
391.61/391.74	c  372s |      16 |   172098 |   148052 |    98173      1 |    16174 |    32199
393.81/393.93	c  374s |      16 |   173128 |   148952 |    98173      1 |    16174 |    32199
395.80/395.95	c  376s |      16 |   174044 |   149752 |    98173      1 |    16174 |    32199
397.80/397.96	c  378s |      16 |   175184 |   150752 |    98173      1 |    16174 |    32199
399.90/400.07	c  380s |      16 |   176298 |   151752 |    98173      1 |    16174 |    32199
402.00/402.17	c  382s |      16 |   177179 |   152552 |    98173      1 |    16174 |    32199
404.20/404.39	c  384s |      16 |   177858 |   153152 |    98173      1 |    16174 |    32199
406.30/406.48	c  386s |      16 |   178410 |   153652 |    98173      1 |    16174 |    32199
408.50/408.66	c  389s |      16 |   179196 |   154352 |    98173      1 |    16174 |    32199
410.50/410.68	c  391s |      16 |   179831 |   154952 |    98173      1 |    16174 |    32199
412.69/412.85	c  393s |      16 |   180605 |   155652 |    98173      1 |    16174 |    32199
415.09/415.21	c  395s |      16 |   181476 |   156452 |    98173      1 |    16174 |    32199
417.29/417.48	c  397s |      16 |   182153 |   157052 |    98173      1 |    16174 |    32199
419.29/419.49	c  399s |      16 |   182807 |   157652 |    98173      1 |    16174 |    32199
421.29/421.49	c  401s |      16 |   183490 |   158252 |    98173      1 |    16174 |    32199
423.69/423.83	c  404s |      16 |   184235 |   158952 |    98173      1 |    16174 |    32199
425.69/425.88	c  406s |      16 |   184894 |   159552 |    98173      1 |    16174 |    32199
427.99/428.13	c  408s |      16 |   185752 |   160352 |    98173      1 |    16174 |    32199
430.28/430.40	c  410s |      16 |   186661 |   161152 |    98173      1 |    16174 |    32199
432.29/432.42	c  412s |      16 |   187396 |   161852 |    98173      1 |    16174 |    32199
434.39/434.53	c  414s |      16 |   188153 |   162552 |    98173      1 |    16174 |    32199
436.48/436.64	c  417s |      16 |   188913 |   163252 |    98173      1 |    16174 |    32199
438.79/438.93	c  419s |      16 |   189557 |   163852 |    98173      1 |    16174 |    32199
440.99/441.11	c  421s |      16 |   190348 |   164552 |    98173      1 |    16174 |    32199
443.08/443.24	c  423s |      16 |   191224 |   165352 |    98173      1 |    16174 |    32199
445.28/445.45	c  425s |      16 |   192243 |   166252 |    98173      1 |    16174 |    32199
447.48/447.60	c  427s |      16 |   192981 |   166952 |    98173      1 |    16174 |    32199
449.58/449.74	c  430s |      16 |   193720 |   167652 |    98173      1 |    16174 |    32199
455.77/455.99	c  436s |      16 |   194068 |   167952 |    98173      2 |    16174 |    32199
458.37/458.51	c  438s |      16 |   194522 |   168352 |    98173      2 |    16174 |    32199
460.37/460.52	c  440s |      16 |   195403 |   169152 |    98173      2 |    16174 |    32199
483.47/483.65	c  464s |      16 |   195636 |   169352 |    98173      2 |    16174 |    32199
485.47/485.69	c  466s |      16 |   196383 |   170052 |    98173      2 |    16174 |    32199
487.67/487.86	c  468s |      16 |   197264 |   170852 |    98173      2 |    16174 |    32199
489.87/490.07	c  470s |      16 |   198241 |   171752 |    98173      2 |    16174 |    32199
492.86/493.00	c  473s |      16 |   198766 |   172252 |    98173      2 |    16174 |    32199
494.97/495.16	c  475s |      16 |   199685 |   173052 |   107991      2 |    16174 |    32199
497.16/497.38	c  477s |      16 |   200726 |   173952 |   107991      2 |    16174 |    32199
499.26/499.49	c  479s |      16 |   201780 |   174852 |   107991      2 |    16174 |    32199
501.35/501.56	c  481s |      16 |   202878 |   175852 |   107991      2 |    16174 |    32199
503.45/503.64	c  484s |      16 |   203765 |   176652 |   107991      2 |    16174 |    32199
505.66/505.88	c  486s |      16 |   204748 |   177552 |   107991      2 |    16174 |    32199
507.96/508.10	c  488s |      16 |   205731 |   178452 |   107991      2 |    16174 |    32199
509.96/510.17	c  490s |      16 |   206637 |   179252 |   107991      2 |    16174 |    32199
512.05/512.29	c  492s |      16 |   207584 |   180052 |   107991      2 |    16174 |    32199
514.15/514.36	c  494s |      16 |   208379 |   180752 |   107991      2 |    16174 |    32199
516.25/516.44	c  496s |      16 |   209310 |   181552 |   107991      2 |    16174 |    32199
518.25/518.44	c  498s |      16 |   210173 |   182352 |   107991      2 |    16174 |    32199
520.45/520.65	c  501s |      16 |   211151 |   183252 |   107991      2 |    16174 |    32199
522.45/522.67	c  503s |      16 |   212133 |   184052 |   107991      2 |    16174 |    32199
524.55/524.74	c  505s |      16 |   212901 |   184752 |   107991      2 |    16174 |    32199
526.54/526.76	c  507s |      16 |   213560 |   185352 |   107991      2 |    16174 |    32199
528.74/528.92	c  509s |      16 |   214349 |   186052 |   107991      2 |    16174 |    32199
530.94/531.13	c  511s |      16 |   215227 |   186852 |   107991      2 |    16174 |    32199
533.14/533.30	c  513s |      16 |   216005 |   187552 |   107991      2 |    16174 |    32199
535.34/535.55	c  515s |      16 |   216920 |   188352 |   107991      2 |    16174 |    32199
537.64/537.82	c  518s |      16 |   217826 |   189152 |   107991      2 |    16174 |    32199
539.74/539.97	c  520s |      16 |   218712 |   189952 |   107991      2 |    16174 |    32199
541.84/542.06	c  522s |      16 |   219503 |   190652 |   107991      2 |    16174 |    32199
543.84/544.08	c  524s |      16 |   220288 |   191352 |   107991      2 |    16174 |    32199
546.14/546.30	c  526s |      16 |   221214 |   192152 |   107991      2 |    16174 |    32199
548.14/548.30	c  528s |      16 |   222125 |   192952 |   107991      2 |    16174 |    32199
550.34/550.54	c  530s |      16 |   223104 |   193752 |   107991      2 |    16174 |    32199
552.43/552.69	c  533s |      16 |   223899 |   194452 |   107991      2 |    16174 |    32199
554.63/554.85	c  535s |      16 |   224683 |   195152 |   107991      2 |    16174 |    32199
556.73/556.93	c  537s |      16 |   225342 |   195752 |   107991      2 |    16174 |    32199
558.93/559.18	c  539s |      16 |   226236 |   196552 |   107991      2 |    16174 |    32199
561.03/561.29	c  541s |      16 |   226974 |   197252 |   107991      2 |    16174 |    32199
561.73/561.93	c  542s |      17 |   227182 |   197432 |   107991      2 |    16174 |    32199
564.63/564.81	c  545s |      17 |   227725 |   197532 |   107991      2 |    16174 |    32199
566.82/567.02	c  547s |      17 |   228486 |   198232 |   107991      2 |    16174 |    32199
569.12/569.31	c  549s |      17 |   229284 |   198932 |   107991      2 |    16174 |    32199
571.22/571.45	c  551s |      17 |   230115 |   199632 |   107991      2 |    16174 |    32199
590.22/590.42	c  570s |      17 |   230227 |   199732 |   107991      2 |    16174 |    32199
592.21/592.47	c  572s |      17 |   230645 |   200132 |   107991      2 |    16174 |    32199
594.31/594.57	c  574s |      17 |   231184 |   200632 |   107991      2 |    16174 |    32199
596.51/596.76	c  577s |      17 |   231911 |   201232 |   107991      2 |    16174 |    32199
598.61/598.81	c  579s |      17 |   232588 |   201832 |   107991      2 |    16174 |    32199
600.71/600.91	c  581s |      17 |   233449 |   202632 |   107991      2 |    16174 |    32199
602.71/602.94	c  583s |      17 |   234098 |   203232 |   107991      2 |    16174 |    32199
604.70/604.98	c  585s |      17 |   234786 |   203832 |   107991      2 |    16174 |    32199
607.01/607.23	c  587s |      17 |   235565 |   204532 |   107991      2 |    16174 |    32199
609.21/609.49	c  589s |      17 |   236370 |   205232 |   107991      2 |    16174 |    32199
611.50/611.79	c  592s |      17 |   237146 |   205932 |   107991      2 |    16174 |    32199
613.80/614.09	c  594s |      17 |   238022 |   206732 |   107991      2 |    16174 |    32199
616.10/616.33	c  596s |      17 |   238886 |   207532 |   107991      2 |    16174 |    32199
618.10/618.34	c  598s |      17 |   239770 |   208332 |   107991      2 |    16174 |    32199
620.20/620.50	c  600s |      17 |   240736 |   209232 |   107991      2 |    16174 |    32199
622.50/622.74	c  603s |      17 |   241616 |   210032 |   107991      2 |    16174 |    32199
624.70/624.98	c  605s |      17 |   242382 |   210732 |   107991      2 |    16174 |    32199
626.69/626.99	c  607s |      17 |   243057 |   211332 |   107991      2 |    16174 |    32199
629.10/629.32	c  609s |      17 |   243813 |   212032 |   107991      2 |    16174 |    32199
631.20/631.49	c  611s |      17 |   244478 |   212632 |   107991      2 |    16174 |    32199
633.50/633.72	c  614s |      17 |   245139 |   213232 |   107991      2 |    16174 |    32199
635.60/635.81	c  616s |      17 |   245786 |   213832 |   107991      2 |    16174 |    32199
637.59/637.89	c  618s |      17 |   246466 |   214432 |   107991      2 |    16174 |    32199
639.89/640.14	c  620s |      17 |   247224 |   215132 |   107991      2 |    16174 |    32199
642.20/642.43	c  622s |      17 |   247978 |   215832 |   107991      2 |    16174 |    32199
644.40/644.66	c  625s |      17 |   248739 |   216532 |   107991      2 |    16174 |    32199
646.49/646.72	c  627s |      17 |   249508 |   217232 |   107991      2 |    16174 |    32199
648.69/648.91	c  629s |      17 |   250264 |   217932 |   107991      2 |    16174 |    32199
650.79/651.09	c  631s |      17 |   251049 |   218632 |   107991      2 |    16174 |    32199
652.98/653.29	c  633s |      17 |   251689 |   219232 |   107991      2 |    16174 |    32199
655.08/655.39	c  635s |      17 |   252321 |   219832 |   107991      2 |    16174 |    32199
657.18/657.41	c  637s |      17 |   252969 |   220432 |   107991      2 |    16174 |    32199
659.28/659.58	c  639s |      17 |   253750 |   221132 |   107991      2 |    16174 |    32199
661.38/661.68	c  642s |      17 |   254515 |   221832 |   107991      2 |    16174 |    32199
663.48/663.76	c  644s |      17 |   255312 |   222532 |   107991      2 |    16174 |    32199
665.58/665.89	c  646s |      17 |   256078 |   223232 |   107991      2 |    16174 |    32199
667.68/667.92	c  648s |      17 |   256745 |   223832 |   107991      2 |    16174 |    32199
669.68/669.97	c  650s |      17 |   257494 |   224532 |   107991      2 |    16174 |    32199
671.98/672.28	c  652s |      17 |   258162 |   225132 |   107991      2 |    16174 |    32199
673.97/674.28	c  654s |      17 |   258707 |   225632 |   107991      2 |    16174 |    32199
676.07/676.37	c  656s |      17 |   259309 |   226132 |   107991      2 |    16174 |    32199
678.37/678.65	c  659s |      17 |   260130 |   226832 |   107991      2 |    16174 |    32199
680.68/680.95	c  661s |      17 |   260677 |   227332 |   107991      2 |    16174 |    32199
682.76/683.01	c  663s |      17 |   261315 |   227932 |   107991      2 |    16174 |    32199
684.96/685.23	c  665s |      17 |   261957 |   228532 |   107991      2 |    16174 |    32199
687.16/687.44	c  667s |      17 |   262639 |   229132 |   107991      2 |    16174 |    32199
689.26/689.55	c  669s |      17 |   263312 |   229732 |   107991      2 |    16174 |    32199
691.35/691.60	c  671s |      17 |   263967 |   230332 |   107991      2 |    16174 |    32199
693.35/693.64	c  674s |      17 |   264670 |   230932 |   107991      2 |    16174 |    32199
695.45/695.73	c  676s |      17 |   265407 |   231532 |   107991      2 |    16174 |    32199
697.56/697.89	c  678s |      17 |   266281 |   232332 |   107991      2 |    16174 |    32199
699.86/700.19	c  680s |      17 |   266956 |   232932 |   107991      2 |    16174 |    32199
702.25/702.55	c  682s |      17 |   267628 |   233532 |   107991      2 |    16174 |    32199
704.65/704.93	c  685s |      17 |   268409 |   234232 |   107991      2 |    16174 |    32199
706.95/707.22	c  687s |      17 |   269133 |   234832 |   107991      2 |    16174 |    32199
711.56/711.88	c  692s |      17 |   269489 |   235132 |   107991      3 |    16174 |    32199
733.24/733.54	c  713s |      17 |   269601 |   235232 |   107991      3 |    16174 |    32199
735.44/735.73	c  716s |      17 |   270676 |   236132 |   107991      3 |    16174 |    32199
737.45/737.79	c  718s |      17 |   271650 |   236932 |   107991      3 |    16174 |    32199
740.64/740.94	c  721s |      17 |   272349 |   237532 |   107991      3 |    16174 |    32199
742.64/742.97	c  723s |      17 |   273319 |   238432 |   107991      3 |    16174 |    32199
744.74/745.09	c  725s |      17 |   274076 |   239132 |   107991      3 |    16174 |    32199
747.04/747.36	c  727s |      17 |   275028 |   240032 |   107991      3 |    16174 |    32199
749.13/749.46	c  729s |      17 |   275871 |   240832 |   107991      3 |    16174 |    32199
755.84/756.19	c  736s |      17 |   276764 |   241632 |   107991      3 |    16174 |    32199
805.32/805.63	c  786s |      17 |   277092 |   241932 |   107991      3 |    16174 |    32199
807.32/807.65	c  788s |      17 |   277886 |   242632 |   107991      3 |    16174 |    32199
809.52/809.89	c  790s |      17 |   278663 |   243332 |   107991      3 |    16174 |    32199
811.82/812.16	c  792s |      17 |   279526 |   244132 |   107991      3 |    16174 |    32199
814.12/814.43	c  794s |      17 |   280414 |   244932 |   107991      3 |    16174 |    32199
816.32/816.68	c  797s |      17 |   281409 |   245832 |   107991      3 |    16174 |    32199
818.61/818.91	c  799s |      17 |   282277 |   246632 |   107991      3 |    16174 |    32199
820.71/821.03	c  801s |      17 |   283051 |   247332 |   107991      3 |    16174 |    32199
822.81/823.16	c  803s |      17 |   284021 |   248232 |   107991      3 |    16174 |    32199
825.01/825.32	c  805s |      17 |   284974 |   249032 |   107991      3 |    16174 |    32199
827.21/827.60	c  807s |      17 |   285944 |   249932 |   107991      3 |    16174 |    32199
829.41/829.72	c  810s |      17 |   286988 |   250832 |   107991      3 |    16174 |    32199
831.41/831.73	c  812s |      17 |   287954 |   251732 |   107991      3 |    16174 |    32199
833.51/833.89	c  814s |      17 |   289069 |   252632 |   107991      3 |    16174 |    32199
835.71/836.00	c  816s |      17 |   290088 |   253532 |   107991      3 |    16174 |    32199
837.91/838.25	c  818s |      17 |   290858 |   254232 |   107991      3 |    16174 |    32199
840.11/840.47	c  820s |      17 |   291608 |   254932 |   107991      3 |    16174 |    32199
842.30/842.64	c  823s |      17 |   292515 |   255732 |   107991      3 |    16174 |    32199
844.50/844.81	c  825s |      17 |   293360 |   256532 |   107991      3 |    16174 |    32199
846.60/846.98	c  827s |      17 |   294213 |   257332 |   107991      3 |    16174 |    32199
848.80/849.11	c  829s |      17 |   294956 |   258032 |   107991      3 |    16174 |    32199
850.99/851.36	c  831s |      17 |   295753 |   258732 |   107991      3 |    16174 |    32199
853.19/853.57	c  833s |      17 |   296556 |   259432 |   107991      3 |    16174 |    32199
855.60/855.91	c  836s |      17 |   297325 |   260132 |   107991      3 |    16174 |    32199
857.59/857.96	c  838s |      17 |   298001 |   260732 |   107991      3 |    16174 |    32199
859.69/860.02	c  840s |      17 |   298668 |   261332 |   107991      3 |    16174 |    32199
861.69/862.08	c  842s |      17 |   299373 |   261932 |   107991      3 |    16174 |    32199
863.79/864.15	c  844s |      17 |   300056 |   262532 |   107991      3 |    16174 |    32199
865.79/866.17	c  846s |      17 |   300768 |   263132 |   107991      3 |    16174 |    32199
867.79/868.17	c  848s |      17 |   301466 |   263732 |   107991      3 |    16174 |    32199
869.89/870.24	c  850s |      17 |   302155 |   264332 |   107991      3 |    16174 |    32199
871.88/872.25	c  852s |      17 |   302831 |   264932 |   107991      3 |    16174 |    32199
873.98/874.31	c  854s |      17 |   303607 |   265632 |   107991      3 |    16174 |    32199
876.08/876.43	c  856s |      17 |   304371 |   266332 |   107991      3 |    16174 |    32199
878.08/878.49	c  858s |      17 |   305015 |   266932 |   107991      3 |    16174 |    32199
880.18/880.51	c  860s |      17 |   305673 |   267532 |   107991      3 |    16174 |    32199
882.38/882.70	c  863s |      17 |   306441 |   268232 |   107991      3 |    16174 |    32199
884.38/884.73	c  865s |      17 |   307097 |   268832 |   107991      3 |    16174 |    32199
886.39/886.75	c  867s |      17 |   307862 |   269532 |   107991      3 |    16174 |    32199
888.59/888.98	c  869s |      17 |   308537 |   270132 |   107991      3 |    16174 |    32199
890.99/891.31	c  871s |      17 |   309307 |   270832 |   118791      3 |    16174 |    32199
893.18/893.58	c  873s |      17 |   309935 |   271432 |   118791      3 |    16174 |    32199
895.48/895.80	c  876s |      17 |   310573 |   272032 |   118791      3 |    16174 |    32199
897.48/897.86	c  878s |      17 |   311273 |   272632 |   118791      3 |    16174 |    32199
899.68/900.00	c  880s |      17 |   312080 |   273332 |   118791      3 |    16174 |    32199
901.68/902.10	c  882s |      17 |   312900 |   274032 |   118791      3 |    16174 |    32199
903.98/904.33	c  884s |      17 |   313858 |   274832 |   118791      3 |    16174 |    32199
906.18/906.59	c  886s |      17 |   314913 |   275632 |   118791      3 |    16174 |    32199
908.38/908.72	c  889s |      17 |   315582 |   276232 |   118791      3 |    16174 |    32199
910.67/911.04	c  891s |      17 |   316162 |   276732 |   118791      3 |    16174 |    32199
912.68/913.07	c  893s |      17 |   316926 |   277432 |   118791      3 |    16174 |    32199
914.88/915.29	c  895s |      17 |   317819 |   278232 |   118791      3 |    16174 |    32199
917.08/917.50	c  897s |      17 |   318752 |   279032 |   118791      3 |    16174 |    32199
919.28/919.68	c  900s |      17 |   319647 |   279832 |   118791      3 |    16174 |    32199
921.47/921.85	c  902s |      17 |   320545 |   280632 |   118791      3 |    16174 |    32199
923.77/924.10	c  904s |      17 |   321414 |   281432 |   118791      3 |    16174 |    32199
925.76/926.17	c  906s |      17 |   322230 |   282132 |   118791      3 |    16174 |    32199
928.07/928.43	c  908s |      17 |   322997 |   282832 |   118791      3 |    16174 |    32199
930.06/930.46	c  910s |      17 |   323680 |   283432 |   118791      3 |    16174 |    32199
932.25/932.68	c  913s |      17 |   324526 |   284132 |   118791      3 |    16174 |    32199
934.55/934.96	c  915s |      17 |   325466 |   284932 |   118791      3 |    16174 |    32199
936.75/937.10	c  917s |      17 |   326274 |   285632 |   118791      3 |    16174 |    32199
938.85/939.26	c  919s |      17 |   327042 |   286332 |   118791      3 |    16174 |    32199
940.95/941.39	c  921s |      17 |   327825 |   287032 |   118791      3 |    16174 |    32199
943.05/943.49	c  923s |      17 |   328818 |   287832 |   118791      3 |    16174 |    32199
945.25/945.63	c  926s |      17 |   329666 |   288532 |   118791      3 |    16174 |    32199
947.45/947.83	c  928s |      17 |   330564 |   289232 |   118791      3 |    16174 |    32199
949.55/949.93	c  930s |      17 |   331198 |   289832 |   118791      3 |    16174 |    32199
951.54/951.94	c  932s |      17 |   331878 |   290432 |   118791      3 |    16174 |    32199
953.74/954.13	c  934s |      17 |   332627 |   291132 |   118791      3 |    16174 |    32199
955.84/956.28	c  936s |      17 |   333303 |   291732 |   118791      3 |    16174 |    32199
958.14/958.53	c  938s |      17 |   333858 |   292232 |   118791      3 |    16174 |    32199
960.14/960.55	c  940s |      17 |   334392 |   292732 |   118791      3 |    16174 |    32199
962.34/962.71	c  943s |      17 |   334940 |   293232 |   118791      3 |    16174 |    32199
964.45/964.88	c  945s |      17 |   335710 |   293932 |   118791      3 |    16174 |    32199
966.55/966.91	c  947s |      17 |   336352 |   294532 |   118791      3 |    16174 |    32199
968.64/969.07	c  949s |      17 |   337000 |   295132 |   118791      3 |    16174 |    32199
970.96/971.34	c  951s |      17 |   337636 |   295732 |   118791      3 |    16174 |    32199
972.95/973.37	c  953s |      18 |   338183 |   296252 |   118791      3 |    16174 |    32199
977.04/977.47	c  957s |      18 |   338726 |   296352 |   118791      3 |    16174 |    32199
979.34/979.73	c  960s |      18 |   339465 |   297052 |   118791      3 |    16174 |    32199
981.44/981.86	c  962s |      18 |   340167 |   297652 |   118791      3 |    16174 |    32199
983.54/983.95	c  964s |      18 |   341005 |   298352 |   118791      3 |    16174 |    32199
985.94/986.30	c  966s |      18 |   341682 |   298952 |   118791      3 |    16174 |    32199
988.24/988.61	c  968s |      18 |   342386 |   299552 |   118791      3 |    16174 |    32199
990.54/990.93	c  971s |      18 |   343056 |   300152 |   118791      3 |    16174 |    32199
992.84/993.29	c  973s |      18 |   343774 |   300752 |   118791      3 |    16174 |    32199
995.15/995.53	c  975s |      18 |   344452 |   301352 |   118791      3 |    16174 |    32199
997.24/997.65	c  978s |      18 |   345004 |   301852 |   118791      3 |    16174 |    32199
999.34/999.79	c  980s |      18 |   345691 |   302452 |   118791      3 |    16174 |    32199
1001.44/1001.89	c  982s |      18 |   346376 |   303052 |   118791      3 |    16174 |    32199
1003.54/1003.95	c  984s |      18 |   347007 |   303552 |   118791      3 |    16174 |    32199
1005.64/1006.06	c  986s |      18 |   347538 |   304052 |   118791      3 |    16174 |    32199
1007.64/1008.08	c  988s |      18 |   348093 |   304552 |   118791      3 |    16174 |    32199
1009.94/1010.38	c  990s |      18 |   348787 |   305152 |   118791      3 |    16174 |    32199
1012.13/1012.53	c  992s |      18 |   349340 |   305652 |   118791      3 |    16174 |    32199
1014.13/1014.58	c  994s |      18 |   349890 |   306152 |   118791      3 |    16174 |    32199
1016.33/1016.75	c  997s |      18 |   350660 |   306852 |   118791      3 |    16174 |    32199
1018.53/1018.98	c  999s |      18 |   351507 |   307652 |   118791      3 |    16174 |    32199
1027.04/1027.46	c 1007s |      18 |   352232 |   308352 |   118791      4 |    16174 |    32199
1029.13/1029.57	c 1009s |      18 |   352569 |   308652 |   118791      4 |    16174 |    32199
1074.53/1074.95	c 1055s |      18 |   352671 |   308752 |   118791      4 |    16174 |    32199
1076.73/1077.12	c 1057s |      18 |   353732 |   309752 |   118791      4 |    16174 |    32199
1078.73/1079.17	c 1059s |      18 |   354603 |   310552 |   118791      4 |    16174 |    32199
1081.03/1081.41	c 1061s |      18 |   355435 |   311352 |   118791      4 |    16174 |    32199
1095.42/1095.88	c 1076s |      18 |   355647 |   311552 |   118791      4 |    16174 |    32199
1097.72/1098.14	c 1078s |      18 |   356474 |   312352 |   118791      4 |    16174 |    32199
1099.92/1100.32	c 1080s |      18 |   357346 |   313152 |   118791      4 |    16174 |    32199
1102.02/1102.49	c 1082s |      18 |   358230 |   313952 |   118791      4 |    16174 |    32199
1104.13/1104.58	c 1084s |      18 |   358977 |   314652 |   118791      4 |    16174 |    32199
1106.22/1106.65	c 1087s |      18 |   359832 |   315452 |   118791      4 |    16174 |    32199
1108.42/1108.82	c 1089s |      18 |   360800 |   316352 |   118791      4 |    16174 |    32199
1110.62/1111.02	c 1091s |      18 |   361740 |   317252 |   118791      4 |    16174 |    32199
1112.83/1113.25	c 1093s |      18 |   362476 |   317952 |   118791      4 |    16174 |    32199
1115.13/1115.53	c 1095s |      18 |   363463 |   318852 |   118791      4 |    16174 |    32199
1117.33/1117.79	c 1098s |      18 |   364317 |   319652 |   118791      4 |    16174 |    32199
1119.43/1119.81	c 1100s |      18 |   365063 |   320352 |   118791      4 |    16174 |    32199
1121.63/1122.01	c 1102s |      18 |   365959 |   321152 |   118791      4 |    16174 |    32199
1123.83/1124.27	c 1104s |      18 |   366809 |   321952 |   118791      4 |    16174 |    32199
1126.03/1126.48	c 1106s |      18 |   367585 |   322652 |   118791      4 |    16174 |    32199
1128.12/1128.60	c 1108s |      18 |   368329 |   323352 |   118791      4 |    16174 |    32199
1130.22/1130.68	c 1111s |      18 |   369104 |   324052 |   118791      4 |    16174 |    32199
1132.41/1132.80	c 1113s |      18 |   369867 |   324752 |   118791      4 |    16174 |    32199
1134.61/1135.04	c 1115s |      18 |   370746 |   325552 |   118791      4 |    16174 |    32199
1136.61/1137.05	c 1117s |      18 |   371376 |   326152 |   118791      4 |    16174 |    32199
1138.81/1139.20	c 1119s |      18 |   372137 |   326852 |   118791      4 |    16174 |    32199
1140.91/1141.30	c 1121s |      18 |   373001 |   327652 |   118791      4 |    16174 |    32199
1143.11/1143.52	c 1123s |      18 |   373877 |   328452 |   118791      4 |    16174 |    32199
1145.11/1145.54	c 1125s |      18 |   374880 |   329352 |   118791      4 |    16174 |    32199
1147.31/1147.78	c 1128s |      18 |   375773 |   330152 |   118791      4 |    16174 |    32199
1149.41/1149.83	c 1130s |      18 |   376497 |   330852 |   118791      4 |    16174 |    32199
1151.72/1152.15	c 1132s |      18 |   377474 |   331752 |   118791      4 |    16174 |    32199
1153.92/1154.35	c 1134s |      18 |   378323 |   332552 |   118791      4 |    16174 |    32199
1155.92/1156.37	c 1136s |      18 |   379203 |   333352 |   118791      4 |    16174 |    32199
1158.12/1158.55	c 1138s |      18 |   380056 |   334152 |   118791      4 |    16174 |    32199
1160.12/1160.57	c 1140s |      18 |   380680 |   334752 |   118791      4 |    16174 |    32199
1162.52/1162.91	c 1143s |      18 |   381543 |   335552 |   118791      4 |    16174 |    32199
1164.72/1165.11	c 1145s |      18 |   382508 |   336452 |   118791      4 |    16174 |    32199
1166.91/1167.36	c 1147s |      18 |   383379 |   337252 |   118791      4 |    16174 |    32199
1169.02/1169.47	c 1149s |      18 |   384235 |   338052 |   118791      4 |    16174 |    32199
1171.22/1171.66	c 1152s |      18 |   385207 |   338952 |   118791      4 |    16174 |    32199
1173.32/1173.75	c 1154s |      18 |   386097 |   339752 |   118791      4 |    16174 |    32199
1175.62/1176.04	c 1156s |      18 |   386973 |   340552 |   118791      4 |    16174 |    32199
1177.82/1178.22	c 1158s |      18 |   387842 |   341352 |   118791      4 |    16174 |    32199
1179.92/1180.39	c 1160s |      18 |   388585 |   342052 |   118791      4 |    16174 |    32199
1182.12/1182.60	c 1162s |      18 |   389488 |   342852 |   118791      4 |    16174 |    32199
1184.32/1184.73	c 1165s |      18 |   390387 |   343652 |   118791      4 |    16174 |    32199
1186.52/1186.95	c 1167s |      18 |   391375 |   344552 |   118791      4 |    16174 |    32199
1188.61/1189.10	c 1169s |      18 |   392232 |   345352 |   118791      4 |    16174 |    32199
1190.92/1191.33	c 1171s |      18 |   393141 |   346152 |   118791      4 |    16174 |    32199
1192.91/1193.36	c 1173s |      18 |   393891 |   346852 |   118791      4 |    16174 |    32199
1195.21/1195.61	c 1176s |      18 |   394780 |   347652 |   118791      4 |    16174 |    32199
1197.31/1197.78	c 1178s |      18 |   395558 |   348352 |   118791      4 |    16174 |    32199
1199.60/1200.03	c 1180s |      18 |   396308 |   349052 |   118791      4 |    16174 |    32199
1201.61/1202.06	c 1182s |      18 |   397005 |   349652 |   118791      4 |    16174 |    32199
1203.90/1204.32	c 1184s |      18 |   397785 |   350352 |   118791      4 |    16174 |    32199
1206.00/1206.44	c 1186s |      18 |   398538 |   351052 |   118791      4 |    16174 |    32199
1208.20/1208.68	c 1189s |      18 |   399255 |   351752 |   118791      4 |    16174 |    32199
1210.60/1211.03	c 1191s |      18 |   399993 |   352452 |   118791      4 |    16174 |    32199
1212.70/1213.18	c 1193s |      18 |   400760 |   353152 |   118791      4 |    16174 |    32199
1215.00/1215.43	c 1195s |      18 |   401541 |   353852 |   118791      4 |    16174 |    32199
1217.00/1217.45	c 1197s |      18 |   402322 |   354552 |   118791      4 |    16174 |    32199
1219.10/1219.54	c 1199s |      18 |   403071 |   355252 |   118791      4 |    16174 |    32199
1221.30/1221.79	c 1202s |      18 |   403925 |   356052 |   118791      4 |    16174 |    32199
1223.50/1223.91	c 1204s |      18 |   404557 |   356652 |   118791      4 |    16174 |    32199
1225.50/1225.97	c 1206s |      18 |   405231 |   357252 |   118791      4 |    16174 |    32199
1227.70/1228.16	c 1208s |      18 |   405958 |   357952 |   118791      4 |    16174 |    32199
1229.90/1230.39	c 1210s |      18 |   406707 |   358652 |   118791      4 |    16174 |    32199
1232.10/1232.51	c 1212s |      18 |   407378 |   359252 |   118791      4 |    16174 |    32199
1234.20/1234.61	c 1215s |      18 |   408035 |   359852 |   118791      4 |    16174 |    32199
1236.30/1236.73	c 1217s |      18 |   408798 |   360552 |   118791      4 |    16174 |    32199
1238.40/1238.83	c 1219s |      18 |   409541 |   361252 |   118791      4 |    16174 |    32199
1240.40/1240.89	c 1221s |      18 |   410216 |   361852 |   118791      4 |    16174 |    32199
1242.40/1242.89	c 1223s |      18 |   410868 |   362452 |   118791      4 |    16174 |    32199
1244.70/1245.14	c 1225s |      18 |   411651 |   363152 |   118791      4 |    16174 |    32199
1246.90/1247.35	c 1227s |      18 |   412467 |   363852 |   118791      4 |    16174 |    32199
1249.10/1249.56	c 1229s |      18 |   413238 |   364552 |   118791      4 |    16174 |    32199
1251.10/1251.59	c 1231s |      18 |   413983 |   365252 |   118791      4 |    16174 |    32199
1253.30/1253.73	c 1234s |      18 |   414727 |   365952 |   118791      4 |    16174 |    32199
1255.40/1255.80	c 1236s |      18 |   415451 |   366652 |   118791      4 |    16174 |    32199
1257.69/1258.10	c 1238s |      18 |   416315 |   367452 |   118791      4 |    16174 |    32199
1259.89/1260.34	c 1240s |      18 |   417041 |   368152 |   118791      4 |    16174 |    32199
1262.09/1262.51	c 1242s |      18 |   417827 |   368852 |   118791      4 |    16174 |    32199
1264.19/1264.63	c 1245s |      18 |   418573 |   369552 |   118791      4 |    16174 |    32199
1266.19/1266.68	c 1247s |      18 |   419311 |   370252 |   118791      4 |    16174 |    32199
1268.30/1268.78	c 1249s |      18 |   420180 |   371052 |   118791      4 |    16174 |    32199
1270.40/1270.83	c 1251s |      18 |   421047 |   371852 |   118791      4 |    16174 |    32199
1272.60/1273.05	c 1253s |      18 |   421926 |   372652 |   118791      4 |    16174 |    32199
1274.90/1275.33	c 1255s |      18 |   422802 |   373452 |   118791      4 |    16174 |    32199
1276.90/1277.35	c 1257s |      18 |   423541 |   374152 |   118791      4 |    16174 |    32199
1279.00/1279.43	c 1259s |      18 |   424303 |   374852 |   118791      4 |    16174 |    32199
1281.20/1281.63	c 1262s |      18 |   425090 |   375552 |   118791      4 |    16174 |    32199
1287.19/1287.67	c 1268s |      18 |   425737 |   376152 |   118791      5 |    16174 |    32199
1289.90/1290.34	c 1270s |      18 |   425847 |   376252 |   118791      5 |    16174 |    32199
1298.49/1298.94	c 1279s |      18 |   426186 |   376552 |   118791      5 |    16174 |    32199
1300.69/1301.13	c 1281s |      18 |   426946 |   377252 |   118791      5 |    16174 |    32199
1302.69/1303.18	c 1283s |      18 |   427813 |   378052 |   118791      5 |    16174 |    32199
1304.79/1305.24	c 1285s |      18 |   428768 |   378952 |   118791      5 |    16174 |    32199
1306.89/1307.32	c 1287s |      18 |   429742 |   379852 |   118791      5 |    16174 |    32199
1309.09/1309.51	c 1289s |      18 |   430730 |   380752 |   118791      5 |    16174 |    32199
1311.19/1311.61	c 1292s |      18 |   431705 |   381652 |   118791      5 |    16174 |    32199
1313.99/1314.46	c 1294s |      18 |   432246 |   382152 |   118791      5 |    16174 |    32199
1316.09/1316.55	c 1296s |      18 |   433670 |   383452 |   118791      5 |    16174 |    32199
1318.09/1318.57	c 1298s |      18 |   435038 |   384652 |   118791      5 |    16174 |    32199
1320.29/1320.70	c 1301s |      18 |   436024 |   385552 |   118791      5 |    16174 |    32199
1322.39/1322.81	c 1303s |      18 |   437192 |   386652 |   118791      5 |    16174 |    32199
1324.39/1324.89	c 1305s |      18 |   438301 |   387652 |   118791      5 |    16174 |    32199
1326.59/1327.03	c 1307s |      18 |   439389 |   388652 |   118791      5 |    16174 |    32199
1328.69/1329.10	c 1309s |      18 |   440382 |   389552 |   118791      5 |    16174 |    32199
1330.79/1331.26	c 1311s |      18 |   441403 |   390452 |   118791      5 |    16174 |    32199
1332.89/1333.33	c 1313s |      18 |   442398 |   391352 |   118791      5 |    16174 |    32199
1335.09/1335.57	c 1315s |      18 |   443453 |   392252 |   118791      5 |    16174 |    32199
1337.29/1337.77	c 1318s |      18 |   444475 |   393152 |   118791      5 |    16174 |    32199
1339.59/1340.00	c 1320s |      18 |   445566 |   394152 |   118791      5 |    16174 |    32199
1341.59/1342.05	c 1322s |      18 |   446559 |   395052 |   118791      5 |    16174 |    32199
1343.89/1344.32	c 1324s |      18 |   447651 |   396052 |   118791      5 |    16174 |    32199
1345.99/1346.48	c 1326s |      18 |   448540 |   396852 |   118791      5 |    16174 |    32199
1348.19/1348.64	c 1329s |      18 |   449644 |   397852 |   118791      5 |    16174 |    32199
1350.28/1350.78	c 1331s |      18 |   450660 |   398752 |   118791      5 |    16174 |    32199
1352.38/1352.87	c 1333s |      18 |   451576 |   399552 |   118791      5 |    16174 |    32199
1354.48/1354.97	c 1335s |      18 |   452563 |   400452 |   118791      5 |    16174 |    32199
1356.48/1356.99	c 1337s |      18 |   453599 |   401352 |   118791      5 |    16174 |    32199
1358.58/1359.07	c 1339s |      18 |   454611 |   402252 |   118791      5 |    16174 |    32199
1360.69/1361.11	c 1341s |      18 |   455791 |   403252 |   118791      5 |    16174 |    32199
1362.89/1363.30	c 1343s |      18 |   456908 |   404252 |   118791      5 |    16174 |    32199
1365.08/1365.50	c 1345s |      18 |   457965 |   405152 |   118791      5 |    16174 |    32199
1367.28/1367.72	c 1348s |      18 |   458986 |   406052 |   118791      5 |    16174 |    32199
1369.28/1369.77	c 1350s |      18 |   459827 |   406852 |   118791      5 |    16174 |    32199
1371.48/1371.97	c 1352s |      18 |   460692 |   407652 |   118791      5 |    16174 |    32199
1373.59/1374.02	c 1354s |      18 |   461546 |   408452 |   118791      5 |    16174 |    32199
1375.68/1376.16	c 1356s |      18 |   462297 |   409152 |   118791      5 |    16174 |    32199
1377.89/1378.38	c 1358s |      18 |   463175 |   409952 |   118791      5 |    16174 |    32199
1380.09/1380.60	c 1360s |      18 |   464219 |   410852 |   118791      5 |    16174 |    32199
1382.39/1382.86	c 1363s |      18 |   465117 |   411652 |   118791      5 |    16174 |    32199
1384.59/1385.03	c 1365s |      18 |   466005 |   412452 |   118791      5 |    16174 |    32199
1386.68/1387.16	c 1367s |      18 |   466889 |   413252 |   118791      5 |    16174 |    32199
1388.78/1389.30	c 1369s |      18 |   467759 |   414052 |   118791      5 |    16174 |    32199
1390.88/1391.37	c 1371s |      18 |   468736 |   414952 |   118791      5 |    16174 |    32199
1392.98/1393.49	c 1373s |      18 |   469695 |   415852 |   118791      5 |    16174 |    32199
1395.88/1396.36	c 1376s |      18 |   470030 |   416152 |   118791      5 |    16174 |    32199
1398.18/1398.62	c 1379s |      18 |   470723 |   416752 |   118791      5 |    16174 |    32199
1400.38/1400.84	c 1381s |      18 |   471489 |   417452 |   118791      5 |    16174 |    32199
1402.57/1403.00	c 1383s |      18 |   472233 |   418152 |   130671      5 |    16174 |    32199
1404.57/1405.09	c 1385s |      18 |   473024 |   418852 |   130671      5 |    16174 |    32199
1406.77/1407.23	c 1387s |      18 |   473760 |   419552 |   130671      5 |    16174 |    32199
1408.78/1409.28	c 1389s |      18 |   474426 |   420152 |   130671      5 |    16174 |    32199
1411.07/1411.53	c 1391s |      18 |   475193 |   420852 |   130671      5 |    16174 |    32199
1413.08/1413.57	c 1393s |      18 |   475830 |   421452 |   130671      5 |    16174 |    32199
1543.45/1543.91	c 1524s |      18 |   476171 |   421752 |   130671      5 |    16174 |    32199
1545.46/1545.92	c 1526s |      18 |   477189 |   422652 |   130671      5 |    16174 |    32199
1547.56/1548.02	c 1528s |      18 |   478120 |   423452 |   130671      5 |    16174 |    32199
1549.56/1550.04	c 1530s |      18 |   479175 |   424352 |   130671      5 |    16174 |    32199
1551.66/1552.17	c 1532s |      18 |   480193 |   425252 |   130671      5 |    16174 |    32199
1553.76/1554.26	c 1534s |      18 |   481083 |   426052 |   130671      5 |    16174 |    32199
1555.85/1556.40	c 1536s |      18 |   481636 |   426552 |   130671      5 |    16174 |    32199
1558.05/1558.52	c 1538s |      18 |   482199 |   427052 |   130671      5 |    16174 |    32199
1560.25/1560.79	c 1541s |      18 |   483027 |   427752 |   130671      5 |    16174 |    32199
1562.35/1562.87	c 1543s |      18 |   483847 |   428352 |   130671      5 |    16174 |    32199
1564.45/1564.91	c 1545s |      18 |   484449 |   428852 |   130671      5 |    16174 |    32199
1566.55/1567.07	c 1547s |      18 |   485125 |   429452 |   130671      5 |    16174 |    32199
1568.95/1569.41	c 1549s |      18 |   485773 |   430052 |   130671      5 |    16174 |    32199
1570.95/1571.49	c 1551s |      18 |   486335 |   430552 |   130671      5 |    16174 |    32199
1573.15/1573.63	c 1554s |      18 |   487043 |   431152 |   130671      5 |    16174 |    32199
1575.15/1575.63	c 1556s |      18 |   487595 |   431652 |   130671      5 |    16174 |    32199
1577.55/1578.02	c 1558s |      18 |   488338 |   432252 |   130671      5 |    16174 |    32199
1579.75/1580.28	c 1560s |      18 |   489068 |   432852 |   130671      5 |    16174 |    32199
1582.15/1582.62	c 1563s |      18 |   489758 |   433452 |   130671      5 |    16174 |    32199
1584.44/1584.98	c 1565s |      18 |   490434 |   434052 |   130671      5 |    16174 |    32199
1586.64/1587.10	c 1567s |      18 |   490979 |   434552 |   130671      5 |    16174 |    32199
1589.05/1589.57	c 1569s |      18 |   491683 |   435152 |   130671      5 |    16174 |    32199
1591.35/1591.82	c 1572s |      18 |   492378 |   435752 |   130671      5 |    16174 |    32199
1593.46/1593.96	c 1574s |      18 |   493080 |   436352 |   130671      5 |    16174 |    32199
1595.55/1596.06	c 1576s |      18 |   493888 |   437052 |   130671      5 |    16174 |    32199
1597.75/1598.24	c 1578s |      18 |   494800 |   437852 |   130671      5 |    16174 |    32199
1599.85/1600.32	c 1580s |      18 |   495615 |   438552 |   130671      5 |    16174 |    32199
1602.05/1602.54	c 1582s |      18 |   496371 |   439252 |   130671      5 |    16174 |    32199
1604.35/1604.80	c 1585s |      18 |   497126 |   439952 |   130671      5 |    16174 |    32199
1606.35/1606.89	c 1587s |      18 |   497898 |   440652 |   130671      5 |    16174 |    32199
1608.54/1609.10	c 1589s |      18 |   498811 |   441452 |   130671      5 |    16174 |    32199
1610.74/1611.22	c 1591s |      18 |   499725 |   442252 |   130671      5 |    16174 |    32199
1612.94/1613.41	c 1593s |      18 |   500474 |   442952 |   130671      5 |    16174 |    32199
1614.94/1615.48	c 1595s |      18 |   501307 |   443652 |   130671      5 |    16174 |    32199
1617.14/1617.64	c 1598s |      18 |   502079 |   444352 |   130671      5 |    16174 |    32199
1617.54/1618.01	c 1598s |      19 |   502224 |   444482 |   130671      5 |    16174 |    32199
1621.84/1622.31	c 1602s |      19 |   502765 |   444582 |   130671      5 |    16174 |    32199
1623.94/1624.45	c 1604s |      19 |   503602 |   445282 |   130671      5 |    16174 |    32199
1626.24/1626.73	c 1607s |      19 |   504387 |   445982 |   130671      5 |    16174 |    32199
1628.34/1628.88	c 1609s |      19 |   505154 |   446582 |   130671      5 |    16174 |    32199
1630.54/1631.01	c 1611s |      19 |   505887 |   447182 |   130671      5 |    16174 |    32199
1632.54/1633.09	c 1613s |      19 |   506747 |   447882 |   130671      5 |    16174 |    32199
1634.64/1635.12	c 1615s |      19 |   507433 |   448482 |   130671      5 |    16174 |    32199
1636.84/1637.31	c 1617s |      19 |   508363 |   449282 |   130671      5 |    16174 |    32199
1638.94/1639.48	c 1619s |      19 |   509313 |   450082 |   130671      5 |    16174 |    32199
1641.24/1641.74	c 1622s |      19 |   510202 |   450882 |   130671      5 |    16174 |    32199
1643.24/1643.75	c 1624s |      19 |   510972 |   451582 |   130671      5 |    16174 |    32199
1645.44/1645.95	c 1626s |      19 |   511902 |   452382 |   130671      5 |    16174 |    32199
1647.64/1648.19	c 1628s |      19 |   512695 |   453082 |   130671      5 |    16174 |    32199
1649.74/1650.23	c 1630s |      19 |   513385 |   453682 |   130671      5 |    16174 |    32199
1651.74/1652.25	c 1632s |      19 |   514242 |   454382 |   130671      5 |    16174 |    32199
1653.74/1654.28	c 1634s |      19 |   515073 |   455082 |   130671      5 |    16174 |    32199
1660.54/1661.01	c 1641s |      19 |   515801 |   455682 |   130671      6 |    16174 |    32199
1670.84/1671.32	c 1651s |      19 |   515923 |   455782 |   130671      6 |    16174 |    32199
1677.64/1678.16	c 1658s |      19 |   516150 |   455982 |   130671      6 |    16174 |    32199
1679.83/1680.30	c 1660s |      19 |   517164 |   456882 |   130671      6 |    16174 |    32199
1681.93/1682.46	c 1662s |      19 |   518326 |   457882 |   130671      6 |    16174 |    32199
1684.03/1684.56	c 1664s |      19 |   519502 |   458882 |   130671      6 |    16174 |    32199
1686.13/1686.64	c 1667s |      19 |   520656 |   459882 |   130671      6 |    16174 |    32199
1688.33/1688.84	c 1669s |      19 |   521889 |   460982 |   130671      6 |    16174 |    32199
1690.34/1690.87	c 1671s |      19 |   523074 |   461982 |   130671      6 |    16174 |    32199
1692.54/1693.09	c 1673s |      19 |   524227 |   462982 |   130671      6 |    16174 |    32199
1694.64/1695.10	c 1675s |      19 |   525170 |   463782 |   130671      6 |    16174 |    32199
1696.63/1697.11	c 1677s |      19 |   526446 |   464782 |   130671      6 |    16174 |    32199
1698.73/1699.27	c 1679s |      19 |   527809 |   465882 |   130671      6 |    16174 |    32199
1700.93/1701.45	c 1681s |      19 |   529226 |   467082 |   130671      6 |    16174 |    32199
1703.03/1703.57	c 1683s |      19 |   530461 |   468082 |   130671      6 |    16174 |    32199
1705.13/1705.66	c 1686s |      19 |   531542 |   468982 |   130671      6 |    16174 |    32199
1707.33/1707.83	c 1688s |      19 |   532758 |   470082 |   130671      6 |    16174 |    32199
1709.33/1709.86	c 1690s |      19 |   533969 |   471082 |   130671      6 |    16174 |    32199
1711.43/1711.98	c 1692s |      19 |   535432 |   472282 |   130671      6 |    16174 |    32199
1713.53/1714.06	c 1694s |      19 |   536573 |   473282 |   130671      6 |    16174 |    32199
1715.73/1716.21	c 1696s |      19 |   537964 |   474382 |   130671      6 |    16174 |    32199
1717.83/1718.31	c 1698s |      19 |   539038 |   475282 |   130671      6 |    16174 |    32199
1719.83/1720.37	c 1700s |      19 |   540149 |   476282 |   130671      6 |    16174 |    32199
1721.92/1722.42	c 1702s |      19 |   541337 |   477282 |   130671      6 |    16174 |    32199
1724.02/1724.53	c 1704s |      19 |   542560 |   478282 |   130671      6 |    16174 |    32199
1726.12/1726.66	c 1707s |      19 |   543758 |   479282 |   130671      6 |    16174 |    32199
1728.22/1728.77	c 1709s |      19 |   544760 |   480082 |   130671      6 |    16174 |    32199
1730.32/1730.86	c 1711s |      19 |   545806 |   480982 |   130671      6 |    16174 |    32199
1732.32/1732.89	c 1713s |      19 |   546967 |   481982 |   130671      6 |    16174 |    32199
1734.52/1735.00	c 1715s |      19 |   548200 |   483082 |   130671      6 |    16174 |    32199
1736.53/1737.05	c 1717s |      19 |   549225 |   483982 |   130671      6 |    16174 |    32199
1738.73/1739.22	c 1719s |      19 |   550553 |   485082 |   130671      6 |    16174 |    32199
1740.93/1741.42	c 1721s |      19 |   551799 |   486182 |   130671      6 |    16174 |    32199
1743.03/1743.57	c 1723s |      19 |   552976 |   487182 |   130671      6 |    16174 |    32199
1745.13/1745.64	c 1726s |      19 |   554235 |   488182 |   130671      6 |    16174 |    32199
1747.23/1747.75	c 1728s |      19 |   555370 |   489182 |   130671      6 |    16174 |    32199
1749.43/1749.90	c 1730s |      19 |   556446 |   490082 |   130671      6 |    16174 |    32199
1751.63/1752.15	c 1732s |      19 |   557487 |   490982 |   130671      6 |    16174 |    32199
1753.63/1754.20	c 1734s |      19 |   558414 |   491782 |   130671      6 |    16174 |    32199
1755.83/1756.32	c 1736s |      19 |   559396 |   492682 |   130671      6 |    16174 |    32199
1758.03/1758.51	c 1738s |      19 |   560467 |   493582 |   130671      6 |    16174 |    32199
1760.22/1760.71	c 1741s |      19 |   561659 |   494582 |   130671      6 |    16174 |    32199
1762.42/1762.90	c 1743s |      19 |   562687 |   495482 |   130671      6 |    16174 |    32199
1764.42/1764.97	c 1745s |      19 |   563655 |   496282 |   130671      6 |    16174 |    32199
1766.72/1767.24	c 1747s |      19 |   564628 |   497082 |   130671      6 |    16174 |    32199
1768.92/1769.40	c 1749s |      19 |   565644 |   497982 |   130671      6 |    16174 |    32199
1771.12/1771.65	c 1752s |      19 |   566609 |   498882 |   130671      6 |    16174 |    32199
1773.12/1773.65	c 1754s |      19 |   567406 |   499582 |   130671      6 |    16174 |    32199
1775.12/1775.66	c 1756s |      19 |   568427 |   500482 |   130671      6 |    16174 |    32199
1777.32/1777.86	c 1758s |      19 |   569635 |   501482 |   130671      6 |    16174 |    32199
1779.32/1779.87	c 1760s |      19 |   570657 |   502382 |   130671      6 |    16174 |    32199
1781.52/1782.02	c 1762s |      19 |   571758 |   503282 |   130671      6 |    16174 |    32199
1783.61/1784.10	c 1764s |      19 |   572771 |   504082 |   130671      6 |    16174 |    32199
1785.61/1786.17	c 1766s |      19 |   573678 |   504882 |   130671      6 |    16174 |    32199
1787.91/1788.40	c 1768s |      19 |   574884 |   505882 |   130671      6 |    16174 |    32199
1790.01/1790.57	c 1770s |      19 |   575840 |   506782 |   130671      6 |    16174 |    32199
1792.01/1792.58	c 1772s |      19 |   576768 |   507582 |   130671      6 |    16174 |    32199
1794.11/1794.65	c 1775s |      19 |   577854 |   508482 |   130671      6 |    16174 |    32199
1796.31/1796.81	c 1777s |      19 |   578917 |   509382 |   130671      6 |    16174 |    32199
1798.51/1799.01	c 1779s |      19 |   580029 |   510382 |   130671      6 |    16174 |    32199

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

pid=3336
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.24 2.28 2.21 3/179 3339
/proc/meminfo: memFree=29147980/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=703932 CPUtime=0 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 2625 0 0 0 0 0 0 0 20 0 4 0 107900362 720826368 2475 33554432000 4194304 16246674 140736422933120 140736422932544 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 176751 2483 441 2943 0 173645 0
[pid=3339/tid=3340] ppid=3336 vsize=747964 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 765915136 2647 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=753084 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 771158016 2666 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=757180 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107900362 775352320 2683 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.10018 s]
/proc/loadavg: 2.24 2.28 2.21 3/179 3339
/proc/meminfo: memFree=29147980/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 27178 0 0 0 5 4 0 0 20 0 4 0 107900362 1333334016 26966 33554432000 4194304 16246674 140736422933120 140736422932432 7378445 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 325521 26983 800 2943 0 322415 0
[pid=3339/tid=3340] ppid=3336 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 1333334016 26994 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 1333334016 27005 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 1333334016 27016 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200491 s]
/proc/loadavg: 2.24 2.28 2.21 3/179 3339
/proc/meminfo: memFree=29147980/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=1311300 CPUtime=0.19 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 43914 0 0 0 12 7 0 0 20 0 4 0 107900362 1342771200 43701 33554432000 4194304 16246674 140736422933120 140736422932432 4221016 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 327825 43709 834 2943 0 324719 0
[pid=3339/tid=3340] ppid=3336 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 1342771200 43712 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 1342771200 43717 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 1342771200 43721 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.30049 s]
/proc/loadavg: 2.24 2.28 2.21 3/179 3339
/proc/meminfo: memFree=29147980/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=1315396 CPUtime=0.29 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 45184 0 0 0 22 7 0 0 20 0 4 0 107900362 1346965504 44971 33554432000 4194304 16246674 140736422933120 140736422932432 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 328849 44971 834 2943 0 325743 0
[pid=3339/tid=3340] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 44971 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 44971 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 44971 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1315396

[startup+0.700405 s]
/proc/loadavg: 2.24 2.28 2.21 3/179 3339
/proc/meminfo: memFree=29147980/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=1315396 CPUtime=0.69 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 73475 0 0 0 59 10 0 0 20 0 4 0 107900362 1346965504 73263 33554432000 4194304 16246674 140736422933120 140736422932432 13433937 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 328849 73274 897 2943 0 325743 0
[pid=3339/tid=3340] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 73279 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 73292 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 73307 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1315396

[startup+1.50041 s]
/proc/loadavg: 2.24 2.28 2.21 3/183 3343
/proc/meminfo: memFree=28767476/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=1315396 CPUtime=1.49 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 95445 0 0 0 135 14 0 0 20 0 4 0 107900362 1346965504 95232 33554432000 4194304 16246674 140736422933120 140736422915008 5530676 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 328849 95232 910 2943 0 325743 0
[pid=3339/tid=3340] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 95232 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 95232 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 95232 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1315396

[startup+3.10041 s]
/proc/loadavg: 2.22 2.28 2.21 3/183 3343
/proc/meminfo: memFree=28766096/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=1315396 CPUtime=3.09 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 95445 0 0 0 294 15 0 0 20 0 4 0 107900362 1346965504 95232 33554432000 4194304 16246674 140736422933120 140736422915008 5531896 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 328849 95232 910 2943 0 325743 0
[pid=3339/tid=3340] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 95232 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 95232 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 95232 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1315396

[startup+6.30042 s]
/proc/loadavg: 2.22 2.28 2.21 3/183 3343
/proc/meminfo: memFree=28340180/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=1315396 CPUtime=6.28 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 270062 0 0 0 591 37 0 0 20 0 4 0 107900362 1346965504 269849 33554432000 4194304 16246674 140736422933120 140736422915008 12483317 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 328849 269849 912 2943 0 325743 0
[pid=3339/tid=3340] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269849 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269849 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269849 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1315396

[startup+12.7004 s]
/proc/loadavg: 2.20 2.27 2.21 3/183 3343
/proc/meminfo: memFree=28067696/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=1315396 CPUtime=12.69 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 270066 0 0 0 1231 38 0 0 20 0 4 0 107900362 1346965504 269853 33554432000 4194304 16246674 140736422933120 140736422932216 5677720 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 328849 269853 916 2943 0 325743 0
[pid=3339/tid=3340] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269853 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269853 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269853 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1315396

[startup+25.5005 s]
/proc/loadavg: 2.16 2.26 2.21 3/183 3343
/proc/meminfo: memFree=28067812/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=1315396 CPUtime=25.49 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 270066 0 0 0 2511 38 0 0 20 0 4 0 107900362 1346965504 269853 33554432000 4194304 16246674 140736422933120 140736422915008 12483317 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 328849 269853 916 2943 0 325743 0
[pid=3339/tid=3340] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269853 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269853 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269853 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1315396

[startup+51.1005 s]
/proc/loadavg: 2.23 2.27 2.21 3/183 3343
/proc/meminfo: memFree=28067796/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=1315396 CPUtime=51.09 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 270066 0 0 0 5070 39 0 0 20 0 4 0 107900362 1346965504 269853 33554432000 4194304 16246674 140736422933120 140736422915008 5721633 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 328849 269853 916 2943 0 325743 0
[pid=3339/tid=3340] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269853 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269853 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269853 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1315396

[startup+102.301 s]
/proc/loadavg: 2.27 2.27 2.21 3/183 3344
/proc/meminfo: memFree=28067036/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=1315396 CPUtime=102.28 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 270067 0 0 0 10188 40 0 0 20 0 4 0 107900362 1346965504 269854 33554432000 4194304 16246674 140736422933120 140736422915008 13191752 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 328849 269854 917 2943 0 325743 0
[pid=3339/tid=3340] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269854 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269854 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=1315396 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 1346965504 269854 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1315396


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

/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 2022248448 434976 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 1974852

[startup+1362.3 s]
/proc/loadavg: 2.22 2.22 2.20 3/183 3425
/proc/meminfo: memFree=27476316/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=1974852 CPUtime=1361.88 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 435320 0 0 0 136058 130 0 0 20 0 4 0 107900362 2022248448 434976 33554432000 4194304 16246674 140736422933120 140736422932296 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 493713 434976 919 2943 0 490607 0
[pid=3339/tid=3340] ppid=3336 vsize=1974852 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 2022248448 434976 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=1974852 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 2022248448 434976 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=1974852 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 2022248448 434976 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 1974852

[startup+1422.3 s]
/proc/loadavg: 2.17 2.21 2.19 3/183 3426
/proc/meminfo: memFree=27313500/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=2136644 CPUtime=1421.88 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 475768 0 0 0 142044 144 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140736422932216 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 534161 475424 919 2943 0 531055 0
[pid=3339/tid=3340] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 2136644

[startup+1482.3 s]
/proc/loadavg: 2.33 2.24 2.20 4/183 3427
/proc/meminfo: memFree=27313656/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=2136644 CPUtime=1481.86 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 475768 0 0 0 148031 155 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140736422932296 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 534161 475424 919 2943 0 531055 0
[pid=3339/tid=3340] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 2136644

[startup+1542.31 s]
/proc/loadavg: 2.39 2.27 2.21 3/184 3432
/proc/meminfo: memFree=27313208/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=2136644 CPUtime=1541.86 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 475768 0 0 0 154019 167 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140736422932216 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 534161 475424 919 2943 0 531055 0
[pid=3339/tid=3340] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 2136644

[startup+1602.3 s]
/proc/loadavg: 2.26 2.25 2.20 3/185 3456
/proc/meminfo: memFree=27282148/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=2136644 CPUtime=1601.85 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 475768 0 0 0 160016 169 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140736422915008 5523460 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 534161 475424 919 2943 0 531055 0
[pid=3339/tid=3340] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 2136644

[startup+1662.3 s]
/proc/loadavg: 2.23 2.25 2.20 4/184 3457
/proc/meminfo: memFree=27282384/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=2136644 CPUtime=1661.83 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 475768 0 0 0 166013 170 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140736422930944 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 534161 475424 919 2943 0 531055 0
[pid=3339/tid=3340] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 2136644

[startup+1722.3 s]
/proc/loadavg: 2.25 2.25 2.20 3/184 3458
/proc/meminfo: memFree=27282632/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=2136644 CPUtime=1721.82 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 475768 0 0 0 172008 174 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140736422915008 5672188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 534161 475424 919 2943 0 531055 0
[pid=3339/tid=3340] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 2136644

[startup+1782.3 s]
/proc/loadavg: 2.18 2.23 2.19 3/184 3459
/proc/meminfo: memFree=27282252/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=2136644 CPUtime=1781.81 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 475768 0 0 0 178005 176 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140736422915008 5672188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 534161 475424 919 2943 0 531055 0
[pid=3339/tid=3340] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 2136644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.21 2.23 2.19 3/184 3459
/proc/meminfo: memFree=27282500/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=2136644 CPUtime=1800.01 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 475768 0 0 0 179825 176 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140736422915008 5545903 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 534161 475424 919 2943 0 531055 0
[pid=3339/tid=3340] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2136644

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

[startup+1800.5 s]
/proc/loadavg: 2.21 2.23 2.19 3/184 3459
/proc/meminfo: memFree=27282500/32872528 swapFree=17892/1720544
[pid=3339] ppid=3336 vsize=2136644 CPUtime=1800.01 cores=1,3,5,7
/proc/3339/stat : 3339 (toysat) R 3336 3339 31655 0 -1 4202496 475768 0 0 0 179825 176 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140736422915008 5545903 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3339/statm: 534161 475424 919 2943 0 531055 0
[pid=3339/tid=3340] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3340/stat : 3340 (toysat) S 3336 3339 31655 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157779946736 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=3339/tid=3341] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3341/stat : 3341 (toysat) S 3336 3339 31655 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157769456880 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=3339/tid=3342] ppid=3336 vsize=2136644 CPUtime=0 cores=1,3,5,7
/proc/3339/task/3342/stat : 3342 (toysat) S 3336 3339 31655 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107900362 2187923456 475424 33554432000 4194304 16246674 140736422933120 140157758983344 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2136644

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.54
CPU time (s): 1800.06
CPU user time (s): 1798.26
CPU system time (s): 1.79873
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 2136644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.26
system time used= 1.79873
maximum resident set size= 1901696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 475768
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= 405
involuntary context switches= 1832

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.70228 second user time and 6.87995 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-07 02:34:32
IDJOB=4080145
IDBENCH=48209
IDSOLVER=2542
FILE ID=node117/4080145-1465259672
RUNJOBID= node117-1465227498-31672
PBS_JOBID= 19843241
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_2.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080145-1465259672/watcher-4080145-1465259672 -o /tmp/evaluation-result-4080145-1465259672/solver-4080145-1465259672 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465227498-31672 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080145-1465259672.opb

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

MD5SUM BENCH= 1af848a7208b60f67c27d4022c7b5abe
RANDOM SEED=1620133688

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
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	: 5334.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
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:        29147988 kB
Buffers:           19888 kB
Cached:            77260 kB
SwapCached:        55888 kB
Active:          1207916 kB
Inactive:          92712 kB
Active(anon):    1149568 kB
Inactive(anon):    56024 kB
Active(file):      58348 kB
Inactive(file):    36688 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       67043788 kB
Dirty:             16728 kB
Writeback:             0 kB
AnonPages:       2977136 kB
Mapped:            10176 kB
Shmem:                 0 kB
Slab:             567796 kB
SReclaimable:      12016 kB
SUnreclaim:       555780 kB
KernelStack:        1520 kB
PageTables:         9716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3015124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2523136 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 node117 at 2016-06-07 03:04:33