Trace number 4111364

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? (MO) 866.472 866.624

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f49-DC_TotalLoss.seq-A-2-1-irEDCBA.opb
MD5SUMcc4dc78c5692b20882562eca3c1e4471
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15402594612
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8010
Total number of constraints22865
Number of constraints which are clauses22733
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints132
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 544
Biggest coefficient in the objective function 227177120
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 85418597119
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 227177120
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 85418597119
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-20T08:19:00+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-4111364-1466403540.opb"]
0.00/0.01	c use --random-gen="1249086288 4106109722 3436131688 4031946666 2291113617 1326780909 527451625 3336250913 3477287643 3840888584 3414131343 3693884263 3653900880 2472186411 2284390370 3149263021 1318040967 1654044393 4168139700 4000697156 3365611181 3979487429 504119956 1724276761 2267947697 3272076680 1285747398 560219849 1934722635 2281202525 3354959044 763976987 2289204820 4127717690 1799478868 2913025562 3489837197 171385718 427756772 2644859019 1010258434 873859707 3772768859 2680831398 1886624237 2035463200 3326291605 3472142 2517963018 2018440526 1290814356 2287790383 2083465572 2169639052 1852560544 1005486936 608125949 492988273 2922172212 1519497805 224733163 803221285 4267833090 2020238491 3145706567 1894697843 1953949240 4225417629 669985379 3962621874 3934897634 771307204 2769032419 3505500519 986239954 3212805564 879287728 524961957 2521098021 981631486 3974643866 3914828950 863958457 1521702372 20123131 3871866848 946988404 1814790641 2207297307 2543318094 4157838863 2142729836 1884644667 1609249630 2191073179 2418809709 2675180854 1639016968 4288157061 3753173797 2050760018 1798162312 4005401376 526843406 2646682731 3142445048 3587965433 3038541597 119755774 1324984551 3950806647 821650941 2346933022 2980157847 1763432123 2811919592 609755008 2175138727 3273617797 173928335 1279888282 1744865983 2078968734 4116948433 3130548172 1606401002 1804339074 2703201533 3698166932 1120858653 2367786496 772199806 2376791041 382115375 1561932769 3859795186 2591196639 1062095299 3081594834 1017162709 3866860344 2149717580 3451330842 3364170892 2980703772 3402791724 2177002725 3694083179 3708684071 1978943422 378181134 3439611341 3172613318 756464274 1658750995 3624646255 3760586590 4255660773 238227891 3353238722 2071683046 672154022 3989010065 2546312487 2560156470 669765677 2975113737 3813222422 3026905309 948018097 2363517942 356718956 2992862745 2990268056 3032311052 3054884470 401865724 2106777787 3807022550 2377143848 2415305304 1689303874 2070499045 1517028722 2757544655 3578662851 728527713 2278112123 3206800776 1004524940 183812219 90916856 825523182 414320816 2549709741 82050841 1574774599 2543266464 3282739161 1620307554 2529362158 827827552 2280725787 247133864 2038942687 684400993 194907536 3070802706 1561254716 3951517649 3245790599 1477743626 2255646256 371137407 371253947 4174322249 3869666345 812572521 3486556723 3904126357 902396218 2126763471 97165662 580565354 1520165364 2465376177 2538837248 1004515666 635752357 2172637391 1052714879 1398634272 153465046 1978776799 1122819331 1121674555 648837321 1944510262 1761767753 1820924897 2893179260 1284034404 3996051158 3571394317 447268903 1245473607 88928586 1926727183 947088717 3756395666 2783527744 1890038987 2342705377 435060274 904967940 2583008017 255 362436" option to reproduce the execution
0.09/0.16	c #vars 8010
0.09/0.16	c #constraints 22865
0.39/0.42	c BCD2: Hardening is enabled.
0.39/0.42	c BCD2: BiasedSearch is enabled.
0.39/0.42	c Solving starts ...
0.39/0.42	c ============================[ Search Statistics ]============================
0.39/0.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.42	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.42	c =============================================================================
0.39/0.42	c  0.0s |       0 |        0 |        0 |     9799      0 |      364 |        0
0.39/0.47	c  0.1s |       0 |      836 |       49 |     9799      0 |      364 |       66
0.39/0.47	c #cpu_time = 0.053s
0.39/0.47	c #wall_clock_time = 0.053s
0.39/0.47	c #decision = 836
0.39/0.47	c #random_decision = 1
0.39/0.47	c #conflict = 49
0.39/0.47	c #restart = 0
0.39/0.47	o 48116113983
0.39/0.49	c BCD2: updating upper bound: 85418597119 -> 48161549405
0.49/0.51	c BCD2: 0 <= obj <= 48161549405
0.49/0.51	c BCD2: #cores=0, #unrelaxed=544, #relaxed=0, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=1 bias=1/2
0.49/0.51	c Solving starts ...
0.49/0.51	c ============================[ Search Statistics ]============================
0.49/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.51	c =============================================================================
0.49/0.51	c  0.0s |       0 |        0 |        0 |     9799      0 |      364 |       66
0.49/0.53	c  0.0s |       0 |        3 |        1 |     9799      0 |      364 |       66
0.49/0.53	c #cpu_time = 0.021s
0.49/0.53	c #wall_clock_time = 0.021s
0.49/0.53	c #decision = 3
0.49/0.53	c #random_decision = 0
0.49/0.53	c #conflict = 1
0.49/0.53	c #restart = 0
0.49/0.53	c BCD2: found a new core of size 3: cost of the new core is >=45435424
0.49/0.53	c lower bound updated to 1
0.49/0.56	c BCD2: 45435424 <= obj <= 48161549405
0.49/0.56	c BCD2: #cores=1, #unrelaxed=541, #relaxed=3, #hardened=0
0.49/0.56	c BCD2: #sat=1 #unsat=2 bias=2/3
0.49/0.56	c Solving starts ...
0.49/0.56	c ============================[ Search Statistics ]============================
0.49/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.56	c =============================================================================
0.49/0.56	c  0.0s |       0 |        0 |        0 |     9799      0 |      364 |       66
0.49/0.58	c  0.0s |       0 |       82 |        0 |     9799      0 |      364 |       66
0.49/0.58	c #cpu_time = 0.019s
0.49/0.58	c #wall_clock_time = 0.019s
0.49/0.58	c #decision = 82
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 0
0.49/0.58	c #restart = 0
0.49/0.58	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.49/0.58	c lower bound updated to 227177121
0.59/0.60	c BCD2: 272612544 <= obj <= 48161549405
0.59/0.60	c BCD2: #cores=2, #unrelaxed=538, #relaxed=6, #hardened=0
0.59/0.60	c BCD2: #sat=1 #unsat=3 bias=3/4
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |     9799      0 |      364 |       67
0.59/0.62	c  0.0s |       0 |       83 |        0 |     9799      0 |      364 |       67
0.59/0.62	c #cpu_time = 0.018s
0.59/0.62	c #wall_clock_time = 0.018s
0.59/0.62	c #decision = 83
0.59/0.62	c #random_decision = 0
0.59/0.62	c #conflict = 0
0.59/0.62	c #restart = 0
0.59/0.62	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.59/0.62	c lower bound updated to 454354241
0.59/0.64	c BCD2: 499789664 <= obj <= 48161549405
0.59/0.64	c BCD2: #cores=3, #unrelaxed=535, #relaxed=9, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=4 bias=4/5
0.59/0.64	c Solving starts ...
0.59/0.64	c ============================[ Search Statistics ]============================
0.59/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.64	c =============================================================================
0.59/0.68	c  0.0s |       0 |        0 |        0 |     9799      0 |      364 |       68
0.59/0.69	c  0.0s |       0 |       87 |        0 |     9799      0 |      364 |       68
0.59/0.69	c #cpu_time = 0.007s
0.59/0.69	c #wall_clock_time = 0.007s
0.59/0.69	c #decision = 87
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 3: cost of the new core is >=227177120
0.59/0.69	c lower bound updated to 681531361
0.69/0.70	c BCD2: 726966784 <= obj <= 48161549405
0.69/0.70	c BCD2: #cores=4, #unrelaxed=532, #relaxed=12, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=5 bias=5/6
0.69/0.70	c Solving starts ...
0.69/0.70	c ============================[ Search Statistics ]============================
0.69/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.70	c =============================================================================
0.69/0.70	c  0.0s |       0 |        0 |        0 |     9799      0 |      364 |       69
0.69/0.71	c  0.0s |       0 |      101 |        0 |     9799      0 |      364 |       69
0.69/0.71	c #cpu_time = 0.007s
0.69/0.71	c #wall_clock_time = 0.007s
0.69/0.71	c #decision = 101
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 3: cost of the new core is >=227177120
0.69/0.71	c lower bound updated to 908708481
0.69/0.72	c BCD2: 954143904 <= obj <= 48161549405
0.69/0.72	c BCD2: #cores=5, #unrelaxed=529, #relaxed=15, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=6 bias=6/7
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 |     9799      0 |      364 |       70
0.69/0.73	c  0.0s |       0 |      107 |        0 |     9799      0 |      364 |       70
0.69/0.73	c #cpu_time = 0.007s
0.69/0.73	c #wall_clock_time = 0.007s
0.69/0.73	c #decision = 107
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 0
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.69/0.73	c lower bound updated to 1135885601
0.69/0.74	c BCD2: 1181321024 <= obj <= 48161549405
0.69/0.74	c BCD2: #cores=6, #unrelaxed=526, #relaxed=18, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=7 bias=7/8
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 |     9799      0 |      364 |       71
0.69/0.75	c  0.0s |       0 |      113 |        0 |     9799      0 |      364 |       71
0.69/0.75	c #cpu_time = 0.008s
0.69/0.75	c #wall_clock_time = 0.008s
0.69/0.75	c #decision = 113
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 3: cost of the new core is >=227177120
0.69/0.75	c lower bound updated to 1363062721
0.69/0.76	c BCD2: 1408498144 <= obj <= 48161549405
0.69/0.76	c BCD2: #cores=7, #unrelaxed=523, #relaxed=21, #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 |     9799      0 |      364 |       72
0.69/0.77	c  0.0s |       0 |      113 |        0 |     9799      0 |      364 |       72
0.69/0.77	c #cpu_time = 0.007s
0.69/0.77	c #wall_clock_time = 0.007s
0.69/0.77	c #decision = 113
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 0
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.69/0.77	c lower bound updated to 1590239841
0.69/0.78	c BCD2: 1635675264 <= obj <= 48161549405
0.69/0.78	c BCD2: #cores=8, #unrelaxed=520, #relaxed=24, #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 |     9799      0 |      364 |       73
0.69/0.79	c  0.0s |       0 |      113 |        0 |     9799      0 |      364 |       73
0.69/0.79	c #cpu_time = 0.007s
0.69/0.79	c #wall_clock_time = 0.007s
0.69/0.79	c #decision = 113
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 3: cost of the new core is >=227177120
0.69/0.79	c lower bound updated to 1817416961
0.79/0.80	c BCD2: 1862852384 <= obj <= 48161549405
0.79/0.80	c BCD2: #cores=9, #unrelaxed=517, #relaxed=27, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=10 bias=10/11
0.79/0.80	c Solving starts ...
0.79/0.80	c ============================[ Search Statistics ]============================
0.79/0.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.80	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.80	c =============================================================================
0.79/0.81	c  0.0s |       0 |        0 |        0 |     9799      0 |      364 |       74
0.79/0.81	c  0.0s |       0 |      125 |        0 |     9799      0 |      364 |       74
0.79/0.81	c #cpu_time = 0.008s
0.79/0.81	c #wall_clock_time = 0.008s
0.79/0.81	c #decision = 125
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 0
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.79/0.81	c lower bound updated to 2044594081
0.79/0.85	c BCD2: 2090029504 <= obj <= 48161549405
0.79/0.85	c BCD2: #cores=10, #unrelaxed=514, #relaxed=30, #hardened=0
0.79/0.85	c BCD2: #sat=1 #unsat=11 bias=11/12
0.79/0.85	c Solving starts ...
0.79/0.85	c ============================[ Search Statistics ]============================
0.79/0.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.85	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.85	c =============================================================================
0.79/0.85	c  0.0s |       0 |        0 |        0 |     9799      0 |      364 |       75
0.79/0.86	c  0.0s |       0 |      128 |        0 |     9799      0 |      364 |       75
0.79/0.86	c #cpu_time = 0.011s
0.79/0.86	c #wall_clock_time = 0.011s
0.79/0.86	c #decision = 128
0.79/0.86	c #random_decision = 0
0.79/0.86	c #conflict = 0
0.79/0.86	c #restart = 0
0.79/0.86	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.79/0.86	c lower bound updated to 2271771201
0.79/0.88	c BCD2: 2317206624 <= obj <= 48161549405
0.79/0.88	c BCD2: #cores=11, #unrelaxed=511, #relaxed=33, #hardened=0
0.79/0.88	c BCD2: #sat=1 #unsat=12 bias=12/13
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 |     9799      0 |      364 |       76
0.79/0.89	c  0.0s |       0 |      130 |        0 |     9799      0 |      364 |       76
0.79/0.89	c #cpu_time = 0.011s
0.79/0.89	c #wall_clock_time = 0.011s
0.79/0.89	c #decision = 130
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 3: cost of the new core is >=227177120
0.79/0.89	c lower bound updated to 2498948321
0.89/0.90	c BCD2: 2544383744 <= obj <= 48161549405
0.89/0.90	c BCD2: #cores=12, #unrelaxed=508, #relaxed=36, #hardened=0
0.89/0.90	c BCD2: #sat=1 #unsat=13 bias=13/14
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 |     9799      0 |      364 |       77
0.89/0.91	c  0.0s |       0 |      129 |        0 |     9799      0 |      364 |       77
0.89/0.91	c #cpu_time = 0.011s
0.89/0.91	c #wall_clock_time = 0.011s
0.89/0.91	c #decision = 129
0.89/0.91	c #random_decision = 0
0.89/0.91	c #conflict = 0
0.89/0.91	c #restart = 0
0.89/0.91	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.89/0.91	c lower bound updated to 2726125441
0.89/0.93	c BCD2: 2771560864 <= obj <= 48161549405
0.89/0.93	c BCD2: #cores=13, #unrelaxed=505, #relaxed=39, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=14 bias=14/15
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 |     9799      0 |      364 |       78
0.89/0.94	c  0.0s |       0 |      129 |        0 |     9799      0 |      364 |       78
0.89/0.94	c #cpu_time = 0.011s
0.89/0.94	c #wall_clock_time = 0.011s
0.89/0.94	c #decision = 129
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 3: cost of the new core is >=227177120
0.89/0.94	c lower bound updated to 2953302561
0.89/0.95	c BCD2: 2998737984 <= obj <= 48161549405
0.89/0.95	c BCD2: #cores=14, #unrelaxed=502, #relaxed=42, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=15 bias=15/16
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 |     9799      0 |      364 |       79
0.89/0.97	c  0.0s |       0 |      129 |        0 |     9799      0 |      364 |       79
0.89/0.97	c #cpu_time = 0.011s
0.89/0.97	c #wall_clock_time = 0.011s
0.89/0.97	c #decision = 129
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 0
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.89/0.97	c lower bound updated to 3180479681
0.89/0.98	c BCD2: 3225915104 <= obj <= 48161549405
0.89/0.98	c BCD2: #cores=15, #unrelaxed=499, #relaxed=45, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=16 bias=16/17
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 |     9799      0 |      364 |       80
0.89/0.99	c  0.0s |       0 |      129 |        0 |     9799      0 |      364 |       80
0.89/0.99	c #cpu_time = 0.011s
0.89/0.99	c #wall_clock_time = 0.011s
0.89/0.99	c #decision = 129
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 3: cost of the new core is >=227177120
0.89/0.99	c lower bound updated to 3407656801
0.99/1.00	c BCD2: 3453092224 <= obj <= 48161549405
0.99/1.00	c BCD2: #cores=16, #unrelaxed=496, #relaxed=48, #hardened=0
0.99/1.00	c BCD2: #sat=1 #unsat=17 bias=17/18
0.99/1.00	c Solving starts ...
0.99/1.00	c ============================[ Search Statistics ]============================
0.99/1.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.00	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.00	c =============================================================================
0.99/1.01	c  0.0s |       0 |        0 |        0 |     9799      0 |      364 |       81
0.99/1.02	c  0.0s |       0 |      131 |        0 |     9799      0 |      364 |       81
0.99/1.02	c #cpu_time = 0.011s
0.99/1.02	c #wall_clock_time = 0.011s
0.99/1.02	c #decision = 131
0.99/1.02	c #random_decision = 0
0.99/1.02	c #conflict = 0
0.99/1.02	c #restart = 0
0.99/1.02	c BCD2: found a new core of size 6: cost of the new core is >=227177120
0.99/1.02	c lower bound updated to 3634833921
0.99/1.03	c BCD2: 3680269344 <= obj <= 48161549405
0.99/1.03	c BCD2: #cores=17, #unrelaxed=490, #relaxed=54, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=18 bias=18/19
0.99/1.03	c Solving starts ...
0.99/1.03	c ============================[ Search Statistics ]============================
0.99/1.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.03	c =============================================================================
0.99/1.03	c  0.0s |       0 |        0 |        0 |     9799      0 |      364 |       82
0.99/1.04	c  0.0s |       0 |      129 |        0 |     9799      0 |      364 |       82
0.99/1.04	c #cpu_time = 0.011s
0.99/1.04	c #wall_clock_time = 0.011s
0.99/1.04	c #decision = 129
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 0
0.99/1.04	c #restart = 0
0.99/1.04	c BCD2: found a new core of size 3: cost of the new core is >=227177120
0.99/1.04	c lower bound updated to 3862011041
0.99/1.06	c BCD2: 3907446464 <= obj <= 48161549405
0.99/1.06	c BCD2: #cores=18, #unrelaxed=487, #relaxed=57, #hardened=0
0.99/1.06	c BCD2: #sat=1 #unsat=19 bias=19/20
0.99/1.06	c Solving starts ...
0.99/1.06	c ============================[ Search Statistics ]============================
0.99/1.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.06	c =============================================================================
0.99/1.06	c  0.0s |       0 |        0 |        0 |     9799      0 |      364 |       83
0.99/1.07	c  0.0s |       0 |      133 |        0 |     9799      0 |      364 |       83
0.99/1.07	c #cpu_time = 0.011s
0.99/1.07	c #wall_clock_time = 0.011s
0.99/1.07	c #decision = 133
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 0
0.99/1.07	c #restart = 0
0.99/1.07	c BCD2: relaxing 6 and merging with 3 cores into a new core of size 15: cost of the new core is >=908708480
0.99/1.07	c BCD2: refineLB: 681531361 -> 908708480
0.99/1.07	c lower bound updated to 4089188161
0.99/1.08	c BCD2: 4134623584 <= obj <= 48161549405
0.99/1.08	c BCD2: #cores=16, #unrelaxed=481, #relaxed=63, #hardened=0
0.99/1.08	c BCD2: #sat=1 #unsat=20 bias=20/21
0.99/1.08	c Solving starts ...
0.99/1.08	c ============================[ Search Statistics ]============================
0.99/1.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.08	c =============================================================================
0.99/1.08	c  0.0s |       0 |        0 |        0 |     9799      0 |      381 |       83
0.99/1.09	c  0.0s |       0 |      135 |        0 |     9799      0 |      381 |      114
0.99/1.09	c #cpu_time = 0.011s
0.99/1.09	c #wall_clock_time = 0.011s
0.99/1.09	c #decision = 135
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 0
0.99/1.09	c #restart = 0
0.99/1.09	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=681531360
0.99/1.09	c BCD2: refineLB: 670713402 -> 681531360
0.99/1.09	c lower bound updated to 4316365281
1.09/1.11	c BCD2: 4361800704 <= obj <= 48161549405
1.09/1.11	c BCD2: #cores=15, #unrelaxed=476, #relaxed=68, #hardened=0
1.09/1.11	c BCD2: #sat=1 #unsat=21 bias=21/22
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 |     9799      0 |      395 |      114
1.09/1.12	c  0.0s |       0 |      142 |        0 |     9799      0 |      395 |      140
1.09/1.12	c #cpu_time = 0.012s
1.09/1.12	c #wall_clock_time = 0.012s
1.09/1.12	c #decision = 142
1.09/1.12	c #random_decision = 0
1.09/1.12	c #conflict = 0
1.09/1.12	c #restart = 0
1.09/1.12	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.09/1.12	c lower bound updated to 4543542401
1.09/1.13	c BCD2: 4588977824 <= obj <= 48161549405
1.09/1.13	c BCD2: #cores=16, #unrelaxed=473, #relaxed=71, #hardened=0
1.09/1.13	c BCD2: #sat=1 #unsat=22 bias=22/23
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 |     9799      0 |      395 |      141
1.09/1.14	c  0.0s |       0 |      145 |        0 |     9799      0 |      395 |      141
1.09/1.14	c #cpu_time = 0.011s
1.09/1.14	c #wall_clock_time = 0.011s
1.09/1.14	c #decision = 145
1.09/1.14	c #random_decision = 0
1.09/1.14	c #conflict = 0
1.09/1.14	c #restart = 0
1.09/1.14	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.09/1.14	c lower bound updated to 4770719521
1.09/1.16	c BCD2: 4816154944 <= obj <= 48161549405
1.09/1.16	c BCD2: #cores=17, #unrelaxed=470, #relaxed=74, #hardened=0
1.09/1.16	c BCD2: #sat=1 #unsat=23 bias=23/24
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 |     9799      0 |      395 |      142
1.09/1.17	c  0.0s |       0 |      145 |        0 |     9799      0 |      395 |      142
1.09/1.17	c #cpu_time = 0.011s
1.09/1.17	c #wall_clock_time = 0.011s
1.09/1.17	c #decision = 145
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 3: cost of the new core is >=227177120
1.09/1.17	c lower bound updated to 4997896641
1.09/1.19	c BCD2: 5043332064 <= obj <= 48161549405
1.09/1.19	c BCD2: #cores=18, #unrelaxed=467, #relaxed=77, #hardened=0
1.09/1.19	c BCD2: #sat=1 #unsat=24 bias=24/25
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 |     9799      0 |      395 |      143
1.09/1.20	c  0.0s |       0 |      147 |        0 |     9799      0 |      395 |      143
1.09/1.20	c #cpu_time = 0.011s
1.09/1.20	c #wall_clock_time = 0.011s
1.09/1.20	c #decision = 147
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 3: cost of the new core is >=227177120
1.09/1.20	c lower bound updated to 5225073761
1.19/1.21	c BCD2: 5270509184 <= obj <= 48161549405
1.19/1.21	c BCD2: #cores=19, #unrelaxed=464, #relaxed=80, #hardened=0
1.19/1.21	c BCD2: #sat=1 #unsat=25 bias=25/26
1.19/1.21	c Solving starts ...
1.19/1.21	c ============================[ Search Statistics ]============================
1.19/1.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.21	c =============================================================================
1.19/1.21	c  0.0s |       0 |        0 |        0 |     9799      0 |      395 |      144
1.19/1.22	c  0.0s |       0 |      153 |        0 |     9799      0 |      395 |      144
1.19/1.22	c #cpu_time = 0.011s
1.19/1.22	c #wall_clock_time = 0.011s
1.19/1.22	c #decision = 153
1.19/1.22	c #random_decision = 0
1.19/1.22	c #conflict = 0
1.19/1.22	c #restart = 0
1.19/1.22	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.19/1.22	c lower bound updated to 5452250881
1.19/1.24	c BCD2: 5497686304 <= obj <= 48161549405
1.19/1.24	c BCD2: #cores=20, #unrelaxed=461, #relaxed=83, #hardened=0
1.19/1.24	c BCD2: #sat=1 #unsat=26 bias=26/27
1.19/1.24	c Solving starts ...
1.19/1.24	c ============================[ Search Statistics ]============================
1.19/1.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.24	c =============================================================================
1.19/1.24	c  0.0s |       0 |        0 |        0 |     9799      0 |      395 |      145
1.19/1.25	c  0.0s |       0 |      158 |        0 |     9799      0 |      395 |      145
1.19/1.25	c #cpu_time = 0.011s
1.19/1.25	c #wall_clock_time = 0.011s
1.19/1.25	c #decision = 158
1.19/1.25	c #random_decision = 0
1.19/1.25	c #conflict = 0
1.19/1.25	c #restart = 0
1.19/1.25	c BCD2: relaxing 5 and merging with 2 cores into a new core of size 11: cost of the new core is >=681531360
1.19/1.25	c BCD2: refineLB: 673117393 -> 681531360
1.19/1.25	c lower bound updated to 5679428001
1.19/1.26	c BCD2: 5724863424 <= obj <= 48161549405
1.19/1.26	c BCD2: #cores=19, #unrelaxed=456, #relaxed=88, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=27 bias=27/28
1.19/1.26	c Solving starts ...
1.19/1.26	c ============================[ Search Statistics ]============================
1.19/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.26	c =============================================================================
1.19/1.26	c  0.0s |       0 |        0 |        0 |     9799      0 |      428 |      145
1.19/1.27	c  0.0s |       0 |      158 |        0 |     9799      0 |      428 |      209
1.19/1.27	c #cpu_time = 0.011s
1.19/1.27	c #wall_clock_time = 0.011s
1.19/1.27	c #decision = 158
1.19/1.27	c #random_decision = 0
1.19/1.27	c #conflict = 0
1.19/1.27	c #restart = 0
1.19/1.27	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.19/1.27	c lower bound updated to 5906605121
1.19/1.29	c BCD2: 5952040544 <= obj <= 48161549405
1.19/1.29	c BCD2: #cores=20, #unrelaxed=453, #relaxed=91, #hardened=0
1.19/1.29	c BCD2: #sat=1 #unsat=28 bias=28/29
1.19/1.29	c Solving starts ...
1.19/1.29	c ============================[ Search Statistics ]============================
1.19/1.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.29	c =============================================================================
1.19/1.29	c  0.0s |       0 |        0 |        0 |     9799      0 |      428 |      210
1.28/1.30	c  0.0s |       0 |      164 |        1 |     9799      0 |      428 |      210
1.28/1.30	c #cpu_time = 0.011s
1.28/1.30	c #wall_clock_time = 0.011s
1.28/1.30	c #decision = 164
1.28/1.30	c #random_decision = 0
1.28/1.30	c #conflict = 1
1.28/1.30	c #restart = 0
1.28/1.30	c BCD2: relaxing 7 and merging with 2 cores into a new core of size 25: cost of the new core is >=1363062720
1.28/1.30	c BCD2: refineLB: 1355229027 -> 1363062720
1.28/1.30	c lower bound updated to 6133782241
1.28/1.31	c BCD2: 6179217664 <= obj <= 48161549405
1.28/1.31	c BCD2: #cores=19, #unrelaxed=446, #relaxed=98, #hardened=0
1.28/1.31	c BCD2: #sat=1 #unsat=29 bias=29/30
1.28/1.31	c Solving starts ...
1.28/1.31	c ============================[ Search Statistics ]============================
1.28/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.31	c =============================================================================
1.28/1.31	c  0.0s |       0 |        0 |        0 |     9799      0 |      456 |      210
1.28/1.33	c  0.0s |       0 |      164 |        0 |     9799      0 |      456 |      264
1.28/1.33	c #cpu_time = 0.013s
1.28/1.33	c #wall_clock_time = 0.013s
1.28/1.33	c #decision = 164
1.28/1.33	c #random_decision = 0
1.28/1.33	c #conflict = 0
1.28/1.33	c #restart = 0
1.28/1.33	c BCD2: relaxing 7 and merging with 4 cores into a new core of size 19: cost of the new core is >=1135885600
1.28/1.33	c BCD2: refineLB: 908708481 -> 1135885600
1.28/1.33	c lower bound updated to 6360959361
1.28/1.34	c BCD2: 6406394784 <= obj <= 48161549405
1.28/1.34	c BCD2: #cores=16, #unrelaxed=439, #relaxed=105, #hardened=0
1.28/1.34	c BCD2: #sat=1 #unsat=30 bias=30/31
1.28/1.34	c Solving starts ...
1.28/1.34	c ============================[ Search Statistics ]============================
1.28/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.34	c =============================================================================
1.28/1.34	c  0.0s |       0 |        0 |        0 |     9799      0 |      504 |      264
1.28/1.35	c  0.0s |       0 |      159 |        0 |     9799      0 |      504 |      356
1.28/1.35	c #cpu_time = 0.011s
1.28/1.35	c #wall_clock_time = 0.011s
1.28/1.35	c #decision = 159
1.28/1.35	c #random_decision = 0
1.28/1.35	c #conflict = 0
1.28/1.35	c #restart = 0
1.28/1.35	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.28/1.35	c lower bound updated to 6588136481
1.28/1.37	c BCD2: 6633571904 <= obj <= 48161549405
1.28/1.37	c BCD2: #cores=17, #unrelaxed=436, #relaxed=108, #hardened=0
1.28/1.37	c BCD2: #sat=1 #unsat=31 bias=31/32
1.28/1.37	c Solving starts ...
1.28/1.37	c ============================[ Search Statistics ]============================
1.28/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.37	c =============================================================================
1.28/1.37	c  0.0s |       0 |        0 |        0 |     9799      0 |      504 |      357
1.28/1.38	c  0.0s |       0 |      162 |        0 |     9799      0 |      504 |      357
1.28/1.38	c #cpu_time = 0.010s
1.28/1.38	c #wall_clock_time = 0.010s
1.28/1.38	c #decision = 162
1.28/1.38	c #random_decision = 0
1.28/1.38	c #conflict = 0
1.28/1.38	c #restart = 0
1.28/1.38	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.28/1.38	c lower bound updated to 6815313601
1.28/1.39	c BCD2: 6860749024 <= obj <= 48161549405
1.28/1.39	c BCD2: #cores=18, #unrelaxed=433, #relaxed=111, #hardened=0
1.28/1.39	c BCD2: #sat=1 #unsat=32 bias=32/33
1.28/1.39	c Solving starts ...
1.28/1.39	c ============================[ Search Statistics ]============================
1.28/1.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.28/1.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1.28/1.39	c =============================================================================
1.28/1.39	c  0.0s |       0 |        0 |        0 |     9799      0 |      504 |      358
1.38/1.40	c  0.0s |       0 |      172 |        1 |     9799      0 |      504 |      358
1.38/1.40	c #cpu_time = 0.012s
1.38/1.40	c #wall_clock_time = 0.012s
1.38/1.40	c #decision = 172
1.38/1.40	c #random_decision = 0
1.38/1.40	c #conflict = 1
1.38/1.40	c #restart = 0
1.38/1.40	c BCD2: relaxing 18 and merging with 2 cores into a new core of size 46: cost of the new core is >=1817416960
1.38/1.40	c BCD2: refineLB: 1590239841 -> 1817416960
1.38/1.40	c lower bound updated to 7042490721
1.38/1.42	c BCD2: 7087926144 <= obj <= 48161549405
1.38/1.42	c BCD2: #cores=17, #unrelaxed=415, #relaxed=129, #hardened=0
1.38/1.42	c BCD2: #sat=1 #unsat=33 bias=33/34
1.38/1.42	c Solving starts ...
1.38/1.42	c ============================[ Search Statistics ]============================
1.38/1.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.42	c =============================================================================
1.38/1.42	c  0.0s |       0 |        0 |        0 |     9799      0 |      509 |      358
1.38/1.43	c  0.0s |       0 |      155 |        0 |     9799      0 |      509 |      366
1.38/1.43	c #cpu_time = 0.012s
1.38/1.43	c #wall_clock_time = 0.012s
1.38/1.43	c #decision = 155
1.38/1.43	c #random_decision = 0
1.38/1.43	c #conflict = 0
1.38/1.43	c #restart = 0
1.38/1.43	c BCD2: found a new core of size 6: cost of the new core is >=227177120
1.38/1.43	c lower bound updated to 7269667841
1.38/1.44	c BCD2: 7315103264 <= obj <= 48161549405
1.38/1.44	c BCD2: #cores=18, #unrelaxed=409, #relaxed=135, #hardened=0
1.38/1.44	c BCD2: #sat=1 #unsat=34 bias=34/35
1.38/1.44	c Solving starts ...
1.38/1.44	c ============================[ Search Statistics ]============================
1.38/1.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.44	c =============================================================================
1.38/1.44	c  0.0s |       0 |        0 |        0 |     9799      0 |      509 |      367
1.38/1.46	c  0.0s |       0 |      153 |        0 |     9799      0 |      509 |      367
1.38/1.46	c #cpu_time = 0.011s
1.38/1.46	c #wall_clock_time = 0.011s
1.38/1.46	c #decision = 153
1.38/1.46	c #random_decision = 0
1.38/1.46	c #conflict = 0
1.38/1.46	c #restart = 0
1.38/1.46	c BCD2: found a new core of size 6: cost of the new core is >=227177120
1.38/1.46	c lower bound updated to 7496844961
1.38/1.47	c BCD2: 7542280384 <= obj <= 48161549405
1.38/1.47	c BCD2: #cores=19, #unrelaxed=403, #relaxed=141, #hardened=0
1.38/1.47	c BCD2: #sat=1 #unsat=35 bias=35/36
1.38/1.47	c Solving starts ...
1.38/1.47	c ============================[ Search Statistics ]============================
1.38/1.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.38/1.47	c       |         |          |          |    Limit     GC | Var      | Constra 
1.38/1.47	c =============================================================================
1.38/1.47	c  0.0s |       0 |        0 |        0 |     9799      0 |      509 |      368
1.38/1.48	c  0.0s |       0 |      152 |        0 |     9799      0 |      509 |      368
1.38/1.48	c #cpu_time = 0.011s
1.38/1.48	c #wall_clock_time = 0.011s
1.38/1.48	c #decision = 152
1.38/1.48	c #random_decision = 0
1.38/1.48	c #conflict = 0
1.38/1.48	c #restart = 0
1.38/1.48	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.38/1.48	c lower bound updated to 7724022081
1.48/1.50	c BCD2: 7769457504 <= obj <= 48161549405
1.48/1.50	c BCD2: #cores=20, #unrelaxed=400, #relaxed=144, #hardened=0
1.48/1.50	c BCD2: #sat=1 #unsat=36 bias=36/37
1.48/1.50	c Solving starts ...
1.48/1.50	c ============================[ Search Statistics ]============================
1.48/1.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.48/1.50	c       |         |          |          |    Limit     GC | Var      | Constra 
1.48/1.50	c =============================================================================
1.48/1.50	c  0.0s |       0 |        0 |        0 |     9799      0 |      509 |      369
1.48/1.51	c  0.0s |       0 |      152 |        0 |     9799      0 |      509 |      369
1.48/1.51	c #cpu_time = 0.012s
1.48/1.51	c #wall_clock_time = 0.012s
1.48/1.51	c #decision = 152
1.48/1.51	c #random_decision = 0
1.48/1.51	c #conflict = 0
1.48/1.51	c #restart = 0
1.48/1.51	c BCD2: found a new core of size 6: cost of the new core is >=227177120
1.48/1.51	c lower bound updated to 7951199201
1.48/1.52	c BCD2: 7996634624 <= obj <= 48161549405
1.48/1.52	c BCD2: #cores=21, #unrelaxed=394, #relaxed=150, #hardened=0
1.48/1.52	c BCD2: #sat=1 #unsat=37 bias=37/38
1.48/1.52	c Solving starts ...
1.48/1.52	c ============================[ Search Statistics ]============================
1.48/1.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.48/1.52	c       |         |          |          |    Limit     GC | Var      | Constra 
1.48/1.52	c =============================================================================
1.48/1.53	c  0.0s |       0 |        0 |        0 |     9799      0 |      509 |      370
1.48/1.54	c  0.0s |       0 |      153 |        0 |     9799      0 |      509 |      370
1.48/1.54	c #cpu_time = 0.011s
1.48/1.54	c #wall_clock_time = 0.011s
1.48/1.54	c #decision = 153
1.48/1.54	c #random_decision = 0
1.48/1.54	c #conflict = 0
1.48/1.54	c #restart = 0
1.48/1.54	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.48/1.54	c lower bound updated to 8178376321
1.48/1.55	c BCD2: 8223811744 <= obj <= 48161549405
1.48/1.55	c BCD2: #cores=22, #unrelaxed=391, #relaxed=153, #hardened=0
1.48/1.55	c BCD2: #sat=1 #unsat=38 bias=38/39
1.48/1.55	c Solving starts ...
1.48/1.55	c ============================[ Search Statistics ]============================
1.48/1.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.48/1.55	c       |         |          |          |    Limit     GC | Var      | Constra 
1.48/1.55	c =============================================================================
1.48/1.55	c  0.0s |       0 |        0 |        0 |     9799      0 |      509 |      371
1.48/1.56	c  0.0s |       0 |      158 |        0 |     9799      0 |      509 |      371
1.48/1.56	c #cpu_time = 0.011s
1.48/1.56	c #wall_clock_time = 0.011s
1.48/1.56	c #decision = 158
1.48/1.56	c #random_decision = 0
1.48/1.56	c #conflict = 0
1.48/1.56	c #restart = 0
1.48/1.56	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.48/1.56	c lower bound updated to 8405553441
1.48/1.58	c BCD2: 8450988864 <= obj <= 48161549405
1.48/1.58	c BCD2: #cores=23, #unrelaxed=388, #relaxed=156, #hardened=0
1.48/1.58	c BCD2: #sat=1 #unsat=39 bias=39/40
1.48/1.58	c Solving starts ...
1.48/1.58	c ============================[ Search Statistics ]============================
1.48/1.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.48/1.58	c       |         |          |          |    Limit     GC | Var      | Constra 
1.48/1.58	c =============================================================================
1.48/1.58	c  0.0s |       0 |        0 |        0 |     9799      0 |      509 |      372
1.48/1.59	c  0.0s |       0 |      157 |        0 |     9799      0 |      509 |      372
1.48/1.59	c #cpu_time = 0.011s
1.48/1.59	c #wall_clock_time = 0.011s
1.48/1.59	c #decision = 157
1.48/1.59	c #random_decision = 0
1.48/1.59	c #conflict = 0
1.48/1.59	c #restart = 0
1.48/1.59	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.48/1.59	c lower bound updated to 8632730561
1.58/1.60	c BCD2: 8678165984 <= obj <= 48161549405
1.58/1.60	c BCD2: #cores=24, #unrelaxed=385, #relaxed=159, #hardened=0
1.58/1.60	c BCD2: #sat=1 #unsat=40 bias=40/41
1.58/1.60	c Solving starts ...
1.58/1.60	c ============================[ Search Statistics ]============================
1.58/1.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.58/1.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1.58/1.60	c =============================================================================
1.58/1.60	c  0.0s |       0 |        0 |        0 |     9799      0 |      509 |      373
1.58/1.62	c  0.0s |       0 |      157 |        0 |     9799      0 |      509 |      373
1.58/1.62	c #cpu_time = 0.012s
1.58/1.62	c #wall_clock_time = 0.012s
1.58/1.62	c #decision = 157
1.58/1.62	c #random_decision = 0
1.58/1.62	c #conflict = 0
1.58/1.62	c #restart = 0
1.58/1.62	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.58/1.62	c lower bound updated to 8859907681
1.58/1.63	c BCD2: 8905343104 <= obj <= 48161549405
1.58/1.63	c BCD2: #cores=25, #unrelaxed=382, #relaxed=162, #hardened=0
1.58/1.63	c BCD2: #sat=1 #unsat=41 bias=41/42
1.58/1.63	c Solving starts ...
1.58/1.63	c ============================[ Search Statistics ]============================
1.58/1.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.58/1.63	c       |         |          |          |    Limit     GC | Var      | Constra 
1.58/1.63	c =============================================================================
1.58/1.63	c  0.0s |       0 |        0 |        0 |     9799      0 |      509 |      374
1.58/1.65	c  0.0s |       0 |      164 |        0 |     9799      0 |      509 |      374
1.58/1.65	c #cpu_time = 0.012s
1.58/1.65	c #wall_clock_time = 0.012s
1.58/1.65	c #decision = 164
1.58/1.65	c #random_decision = 0
1.58/1.65	c #conflict = 0
1.58/1.65	c #restart = 0
1.58/1.65	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.58/1.65	c lower bound updated to 9087084801
1.58/1.66	c BCD2: 9132520224 <= obj <= 48161549405
1.58/1.66	c BCD2: #cores=26, #unrelaxed=379, #relaxed=165, #hardened=0
1.58/1.66	c BCD2: #sat=1 #unsat=42 bias=42/43
1.58/1.66	c Solving starts ...
1.58/1.66	c ============================[ Search Statistics ]============================
1.58/1.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.58/1.66	c       |         |          |          |    Limit     GC | Var      | Constra 
1.58/1.66	c =============================================================================
1.58/1.66	c  0.0s |       0 |        0 |        0 |     9799      0 |      509 |      375
1.58/1.67	c  0.0s |       0 |      165 |        0 |     9799      0 |      509 |      375
1.58/1.67	c #cpu_time = 0.011s
1.58/1.67	c #wall_clock_time = 0.011s
1.58/1.67	c #decision = 165
1.58/1.67	c #random_decision = 0
1.58/1.67	c #conflict = 0
1.58/1.67	c #restart = 0
1.58/1.67	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.58/1.67	c lower bound updated to 9314261921
1.58/1.69	c BCD2: 9359697344 <= obj <= 48161549405
1.58/1.69	c BCD2: #cores=27, #unrelaxed=376, #relaxed=168, #hardened=0
1.58/1.69	c BCD2: #sat=1 #unsat=43 bias=43/44
1.58/1.69	c Solving starts ...
1.58/1.69	c ============================[ Search Statistics ]============================
1.58/1.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.58/1.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1.58/1.69	c =============================================================================
1.58/1.69	c  0.0s |       0 |        0 |        0 |     9799      0 |      509 |      376
1.68/1.70	c  0.0s |       0 |      164 |        0 |     9799      0 |      509 |      376
1.68/1.70	c #cpu_time = 0.012s
1.68/1.70	c #wall_clock_time = 0.012s
1.68/1.70	c #decision = 164
1.68/1.70	c #random_decision = 0
1.68/1.70	c #conflict = 0
1.68/1.70	c #restart = 0
1.68/1.70	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.68/1.70	c lower bound updated to 9541439041
1.68/1.71	c BCD2: 9586874464 <= obj <= 48161549405
1.68/1.71	c BCD2: #cores=28, #unrelaxed=373, #relaxed=171, #hardened=0
1.68/1.71	c BCD2: #sat=1 #unsat=44 bias=44/45
1.68/1.71	c Solving starts ...
1.68/1.71	c ============================[ Search Statistics ]============================
1.68/1.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.71	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.71	c =============================================================================
1.68/1.71	c  0.0s |       0 |        0 |        0 |     9799      0 |      509 |      377
1.68/1.73	c  0.0s |       0 |      167 |        0 |     9799      0 |      509 |      377
1.68/1.73	c #cpu_time = 0.012s
1.68/1.73	c #wall_clock_time = 0.012s
1.68/1.73	c #decision = 167
1.68/1.73	c #random_decision = 0
1.68/1.73	c #conflict = 0
1.68/1.73	c #restart = 0
1.68/1.73	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=454354240
1.68/1.73	c BCD2: refineLB: 449305860 -> 454354240
1.68/1.73	c lower bound updated to 9768616161
1.68/1.74	c BCD2: 9814051584 <= obj <= 48161549405
1.68/1.74	c BCD2: #cores=28, #unrelaxed=369, #relaxed=175, #hardened=0
1.68/1.74	c BCD2: #sat=1 #unsat=45 bias=45/46
1.68/1.74	c Solving starts ...
1.68/1.74	c ============================[ Search Statistics ]============================
1.68/1.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.74	c =============================================================================
1.68/1.74	c  0.0s |       0 |        0 |        0 |     9799      0 |      529 |      377
1.68/1.75	c  0.0s |       0 |      164 |        0 |     9799      0 |      529 |      416
1.68/1.75	c #cpu_time = 0.012s
1.68/1.75	c #wall_clock_time = 0.012s
1.68/1.75	c #decision = 164
1.68/1.75	c #random_decision = 0
1.68/1.75	c #conflict = 0
1.68/1.75	c #restart = 0
1.68/1.75	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=454354240
1.68/1.75	c BCD2: refineLB: 227177121 -> 454354240
1.68/1.75	c lower bound updated to 9995793281
1.68/1.76	c BCD2: 10041228704 <= obj <= 48161549405
1.68/1.76	c BCD2: #cores=28, #unrelaxed=365, #relaxed=179, #hardened=0
1.68/1.76	c BCD2: #sat=1 #unsat=46 bias=46/47
1.68/1.76	c Solving starts ...
1.68/1.76	c ============================[ Search Statistics ]============================
1.68/1.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.68/1.76	c       |         |          |          |    Limit     GC | Var      | Constra 
1.68/1.76	c =============================================================================
1.68/1.77	c  0.0s |       0 |        0 |        0 |     9799      0 |      530 |      416
1.68/1.78	c  0.0s |       0 |      165 |        0 |     9799      0 |      530 |      417
1.68/1.78	c #cpu_time = 0.012s
1.68/1.78	c #wall_clock_time = 0.012s
1.68/1.78	c #decision = 165
1.68/1.78	c #random_decision = 0
1.68/1.78	c #conflict = 0
1.68/1.78	c #restart = 0
1.68/1.78	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.68/1.78	c lower bound updated to 10222970401
1.68/1.79	c BCD2: 10268405824 <= obj <= 48161549405
1.68/1.79	c BCD2: #cores=29, #unrelaxed=362, #relaxed=182, #hardened=0
1.68/1.79	c BCD2: #sat=1 #unsat=47 bias=47/48
1.78/1.80	c Solving starts ...
1.78/1.80	c ============================[ Search Statistics ]============================
1.78/1.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.78/1.80	c       |         |          |          |    Limit     GC | Var      | Constra 
1.78/1.80	c =============================================================================
1.78/1.80	c  0.0s |       0 |        0 |        0 |     9799      0 |      530 |      418
1.78/1.81	c  0.0s |       0 |      165 |        0 |     9799      0 |      530 |      418
1.78/1.81	c #cpu_time = 0.012s
1.78/1.81	c #wall_clock_time = 0.012s
1.78/1.81	c #decision = 165
1.78/1.81	c #random_decision = 0
1.78/1.81	c #conflict = 0
1.78/1.81	c #restart = 0
1.78/1.81	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=454354240
1.78/1.81	c BCD2: refineLB: 449621384 -> 454354240
1.78/1.81	c lower bound updated to 10450147521
1.78/1.82	c BCD2: 10495582944 <= obj <= 48161549405
1.78/1.82	c BCD2: #cores=29, #unrelaxed=358, #relaxed=186, #hardened=0
1.78/1.82	c BCD2: #sat=1 #unsat=48 bias=48/49
1.78/1.82	c Solving starts ...
1.78/1.82	c ============================[ Search Statistics ]============================
1.78/1.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.78/1.82	c       |         |          |          |    Limit     GC | Var      | Constra 
1.78/1.82	c =============================================================================
1.78/1.82	c  0.0s |       0 |        0 |        0 |     9799      0 |      546 |      418
1.78/1.83	c  0.0s |       0 |      167 |        0 |     9799      0 |      546 |      449
1.78/1.83	c #cpu_time = 0.012s
1.78/1.83	c #wall_clock_time = 0.012s
1.78/1.83	c #decision = 167
1.78/1.83	c #random_decision = 0
1.78/1.83	c #conflict = 0
1.78/1.83	c #restart = 0
1.78/1.83	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.78/1.83	c lower bound updated to 10677324641
1.78/1.85	c BCD2: 10722760064 <= obj <= 48161549405
1.78/1.85	c BCD2: #cores=30, #unrelaxed=355, #relaxed=189, #hardened=0
1.78/1.85	c BCD2: #sat=1 #unsat=49 bias=49/50
1.78/1.85	c Solving starts ...
1.78/1.85	c ============================[ Search Statistics ]============================
1.78/1.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.78/1.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1.78/1.85	c =============================================================================
1.78/1.85	c  0.0s |       0 |        0 |        0 |     9799      0 |      546 |      450
1.78/1.86	c  0.0s |       0 |      170 |        0 |     9799      0 |      546 |      450
1.78/1.86	c #cpu_time = 0.011s
1.78/1.86	c #wall_clock_time = 0.011s
1.78/1.86	c #decision = 170
1.78/1.86	c #random_decision = 0
1.78/1.86	c #conflict = 0
1.78/1.86	c #restart = 0
1.78/1.86	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 10: cost of the new core is >=454354240
1.78/1.86	c BCD2: refineLB: 227177121 -> 454354240
1.78/1.86	c lower bound updated to 10904501761
1.78/1.87	c BCD2: 10949937184 <= obj <= 48161549405
1.78/1.87	c BCD2: #cores=30, #unrelaxed=348, #relaxed=196, #hardened=0
1.78/1.87	c BCD2: #sat=1 #unsat=50 bias=50/51
1.78/1.87	c Solving starts ...
1.78/1.87	c ============================[ Search Statistics ]============================
1.78/1.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.78/1.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1.78/1.87	c =============================================================================
1.78/1.87	c  0.0s |       0 |        0 |        0 |     9799      0 |      547 |      450
1.78/1.89	c  0.0s |       0 |      171 |        0 |     9799      0 |      547 |      451
1.78/1.89	c #cpu_time = 0.013s
1.78/1.89	c #wall_clock_time = 0.013s
1.78/1.89	c #decision = 171
1.78/1.89	c #random_decision = 0
1.78/1.89	c #conflict = 0
1.78/1.89	c #restart = 0
1.78/1.89	c BCD2: found a new core of size 3: cost of the new core is >=227177120
1.78/1.89	c lower bound updated to 11131678881
1.89/1.90	c BCD2: 11177114304 <= obj <= 48161549405
1.89/1.90	c BCD2: #cores=31, #unrelaxed=345, #relaxed=199, #hardened=0
1.89/1.90	c BCD2: #sat=1 #unsat=51 bias=51/52
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 |     9799      0 |      547 |      452
1.89/1.92	c  0.0s |       0 |      172 |        0 |     9799      0 |      547 |      452
1.89/1.92	c #cpu_time = 0.012s
1.89/1.92	c #wall_clock_time = 0.012s
1.89/1.92	c #decision = 172
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 6: cost of the new core is >=227177120
1.89/1.92	c lower bound updated to 11358856001
1.89/1.93	c BCD2: 11404291424 <= obj <= 48161549405
1.89/1.93	c BCD2: #cores=32, #unrelaxed=339, #relaxed=205, #hardened=0
1.89/1.93	c BCD2: #sat=1 #unsat=52 bias=52/53
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 |     9799      0 |      547 |      453
1.89/1.95	c  0.0s |       0 |      173 |        0 |     9799      0 |      547 |      453
1.89/1.95	c #cpu_time = 0.012s
1.89/1.95	c #wall_clock_time = 0.012s
1.89/1.95	c #decision = 173
1.89/1.95	c #random_decision = 0
1.89/1.95	c #conflict = 0
1.89/1.95	c #restart = 0
1.89/1.95	c BCD2: found a new core of size 6: cost of the new core is >=227177120
1.89/1.95	c lower bound updated to 11586033121
1.89/1.96	c BCD2: 11631468544 <= obj <= 48161549405
1.89/1.96	c BCD2: #cores=33, #unrelaxed=333, #relaxed=211, #hardened=0
1.89/1.96	c BCD2: #sat=1 #unsat=53 bias=53/54
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 |     9799      0 |      547 |      454
1.89/1.97	c  0.0s |       0 |      173 |        0 |     9799      0 |      547 |      454
1.89/1.97	c #cpu_time = 0.012s
1.89/1.97	c #wall_clock_time = 0.012s
1.89/1.97	c #decision = 173
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 3: cost of the new core is >=227177120
1.89/1.97	c lower bound updated to 11813210241
1.89/1.99	c BCD2: 11858645664 <= obj <= 48161549405
1.89/1.99	c BCD2: #cores=34, #unrelaxed=330, #relaxed=214, #hardened=0
1.89/1.99	c BCD2: #sat=1 #unsat=54 bias=54/55
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 |     9799      0 |      547 |      455
1.99/2.00	c  0.0s |       0 |      175 |        0 |     9799      0 |      547 |      455
1.99/2.00	c #cpu_time = 0.012s
1.99/2.00	c #wall_clock_time = 0.012s
1.99/2.00	c #decision = 175
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: found a new core of size 3: cost of the new core is >=227177120
1.99/2.00	c lower bound updated to 12040387361
1.99/2.02	c BCD2: 12085822784 <= obj <= 48161549405
1.99/2.02	c BCD2: #cores=35, #unrelaxed=327, #relaxed=217, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=55 bias=55/56
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 |     9799      0 |      547 |      456
1.99/2.03	c  0.0s |       0 |      176 |        0 |     9799      0 |      547 |      456
1.99/2.03	c #cpu_time = 0.012s
1.99/2.03	c #wall_clock_time = 0.012s
1.99/2.03	c #decision = 176
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: found a new core of size 3: cost of the new core is >=227177120
1.99/2.03	c lower bound updated to 12267564481
1.99/2.04	c BCD2: 12312999904 <= obj <= 48161549405
1.99/2.04	c BCD2: #cores=36, #unrelaxed=324, #relaxed=220, #hardened=0
1.99/2.04	c BCD2: #sat=1 #unsat=56 bias=56/57
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 |     9799      0 |      547 |      457
1.99/2.06	c  0.0s |       0 |      175 |        0 |     9799      0 |      547 |      457
1.99/2.06	c #cpu_time = 0.012s
1.99/2.06	c #wall_clock_time = 0.012s
1.99/2.06	c #decision = 175
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 6: cost of the new core is >=227177120
1.99/2.06	c lower bound updated to 12494741601
1.99/2.07	c BCD2: 12540177024 <= obj <= 48161549405
1.99/2.07	c BCD2: #cores=37, #unrelaxed=318, #relaxed=226, #hardened=0
1.99/2.07	c BCD2: #sat=1 #unsat=57 bias=57/58
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 |     9799      0 |      547 |      458
1.99/2.08	c  0.0s |       0 |      177 |        0 |     9799      0 |      547 |      458
1.99/2.08	c #cpu_time = 0.012s
1.99/2.08	c #wall_clock_time = 0.012s
1.99/2.08	c #decision = 177
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 3: cost of the new core is >=227177120
1.99/2.08	c lower bound updated to 12721918721
2.09/2.10	c BCD2: 12767354144 <= obj <= 48161549405
2.09/2.10	c BCD2: #cores=38, #unrelaxed=315, #relaxed=229, #hardened=0
2.09/2.10	c BCD2: #sat=1 #unsat=58 bias=58/59
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 |     9799      0 |      547 |      459
2.09/2.12	c  0.0s |       0 |      178 |        0 |     9799      0 |      547 |      459
2.09/2.12	c #cpu_time = 0.012s
2.09/2.12	c #wall_clock_time = 0.012s
2.09/2.12	c #decision = 178
2.09/2.12	c #random_decision = 0
2.09/2.12	c #conflict = 0
2.09/2.12	c #restart = 0
2.09/2.12	c BCD2: found a new core of size 3: cost of the new core is >=227177120
2.09/2.12	c lower bound updated to 12949095841
2.09/2.13	c BCD2: 12994531264 <= obj <= 48161549405
2.09/2.13	c BCD2: #cores=39, #unrelaxed=312, #relaxed=232, #hardened=0
2.09/2.13	c BCD2: #sat=1 #unsat=59 bias=59/60
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 |     9799      0 |      547 |      460
2.09/2.14	c  0.0s |       0 |      178 |        0 |     9799      0 |      547 |      460
2.09/2.14	c #cpu_time = 0.012s
2.09/2.14	c #wall_clock_time = 0.012s
2.09/2.14	c #decision = 178
2.09/2.14	c #random_decision = 0
2.09/2.14	c #conflict = 0
2.09/2.14	c #restart = 0
2.09/2.14	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=454354240
2.09/2.14	c BCD2: refineLB: 450567955 -> 454354240
2.09/2.14	c lower bound updated to 13176272961
2.09/2.16	c BCD2: 13221708384 <= obj <= 48161549405
2.09/2.16	c BCD2: #cores=39, #unrelaxed=308, #relaxed=236, #hardened=0
2.09/2.16	c BCD2: #sat=1 #unsat=60 bias=60/61
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 |     9799      0 |      584 |      460
2.09/2.17	c  0.0s |       0 |      181 |        0 |     9799      0 |      584 |      533
2.09/2.17	c #cpu_time = 0.013s
2.09/2.17	c #wall_clock_time = 0.013s
2.09/2.17	c #decision = 181
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 10 and merging with 4 cores into a new core of size 25: cost of the new core is >=1135885600
2.09/2.17	c BCD2: refineLB: 908708481 -> 1135885600
2.09/2.17	c lower bound updated to 13403450081
2.09/2.18	c BCD2: 13448885504 <= obj <= 48161549405
2.09/2.18	c BCD2: #cores=36, #unrelaxed=298, #relaxed=246, #hardened=0
2.09/2.18	c BCD2: #sat=1 #unsat=61 bias=61/62
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 |     9799      0 |      647 |      533
2.09/2.20	c  0.0s |       0 |      169 |        0 |     9799      0 |      647 |      655
2.09/2.20	c #cpu_time = 0.013s
2.09/2.20	c #wall_clock_time = 0.013s
2.09/2.20	c #decision = 169
2.09/2.20	c #random_decision = 0
2.09/2.20	c #conflict = 0
2.09/2.20	c #restart = 0
2.09/2.20	c BCD2: found a new core of size 1: cost of the new core is >=1336336
2.09/2.20	c lower bound updated to 13404786417
2.20/2.21	c BCD2: 13450221840 <= obj <= 48161549405
2.20/2.21	c BCD2: #cores=37, #unrelaxed=297, #relaxed=247, #hardened=0
2.20/2.21	c BCD2: #sat=1 #unsat=62 bias=62/63
2.20/2.21	c Solving starts ...
2.20/2.21	c ============================[ Search Statistics ]============================
2.20/2.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.21	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.21	c =============================================================================
2.20/2.21	c  0.0s |       0 |        0 |        0 |     9799      0 |      647 |      655
2.20/2.23	c  0.0s |       0 |      170 |        0 |     9799      0 |      647 |      655
2.20/2.23	c #cpu_time = 0.013s
2.20/2.23	c #wall_clock_time = 0.013s
2.20/2.23	c #decision = 170
2.20/2.23	c #random_decision = 0
2.20/2.23	c #conflict = 0
2.20/2.23	c #restart = 0
2.20/2.23	c BCD2: found a new core of size 1: cost of the new core is >=39304
2.20/2.23	c lower bound updated to 13404825721
2.20/2.24	c BCD2: 13450261144 <= obj <= 48161549405
2.20/2.24	c BCD2: #cores=38, #unrelaxed=296, #relaxed=248, #hardened=0
2.20/2.24	c BCD2: #sat=1 #unsat=63 bias=63/64
2.20/2.24	c Solving starts ...
2.20/2.24	c ============================[ Search Statistics ]============================
2.20/2.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.24	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.24	c =============================================================================
2.20/2.24	c  0.0s |       0 |        0 |        0 |     9799      0 |      647 |      655
2.20/2.25	c  0.0s |       0 |      172 |        0 |     9799      0 |      647 |      655
2.20/2.25	c #cpu_time = 0.013s
2.20/2.25	c #wall_clock_time = 0.013s
2.20/2.25	c #decision = 172
2.20/2.25	c #random_decision = 0
2.20/2.25	c #conflict = 0
2.20/2.25	c #restart = 0
2.20/2.25	c BCD2: found a new core of size 2: cost of the new core is >=34
2.20/2.25	c lower bound updated to 13404825755
2.20/2.26	c BCD2: 13450261178 <= obj <= 48161549405
2.20/2.26	c BCD2: #cores=39, #unrelaxed=294, #relaxed=250, #hardened=0
2.20/2.26	c BCD2: #sat=1 #unsat=64 bias=64/65
2.20/2.27	c Solving starts ...
2.20/2.27	c ============================[ Search Statistics ]============================
2.20/2.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.27	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.27	c =============================================================================
2.20/2.27	c  0.0s |       0 |        0 |        0 |     9799      0 |      647 |      655
2.20/2.28	c  0.0s |       0 |      339 |        1 |     9799      0 |      647 |      655
2.20/2.28	c #cpu_time = 0.013s
2.20/2.28	c #wall_clock_time = 0.013s
2.20/2.28	c #decision = 339
2.20/2.28	c #random_decision = 0
2.20/2.28	c #conflict = 1
2.20/2.28	c #restart = 0
2.20/2.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
2.20/2.28	c lower bound updated to 13404825756
2.20/2.30	c BCD2: 13450261179 <= obj <= 48161549405
2.20/2.30	c BCD2: #cores=39, #unrelaxed=293, #relaxed=251, #hardened=0
2.20/2.30	c BCD2: #sat=1 #unsat=65 bias=65/66
2.20/2.30	c Solving starts ...
2.20/2.30	c ============================[ Search Statistics ]============================
2.20/2.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.20/2.30	c       |         |          |          |    Limit     GC | Var      | Constra 
2.20/2.30	c =============================================================================
2.20/2.30	c  0.0s |       0 |        0 |        0 |     9799      0 |      648 |      655
2.30/2.31	c  0.0s |       0 |      172 |        0 |     9799      0 |      648 |      656
2.30/2.31	c #cpu_time = 0.014s
2.30/2.31	c #wall_clock_time = 0.014s
2.30/2.31	c #decision = 172
2.30/2.31	c #random_decision = 0
2.30/2.31	c #conflict = 0
2.30/2.31	c #restart = 0
2.30/2.31	c BCD2: found a new core of size 1: cost of the new core is >=1336336
2.30/2.31	c lower bound updated to 13406162092
2.30/2.32	c BCD2: 13451597515 <= obj <= 48161549405
2.30/2.32	c BCD2: #cores=40, #unrelaxed=292, #relaxed=252, #hardened=0
2.30/2.32	c BCD2: #sat=1 #unsat=66 bias=66/67
2.30/2.33	c Solving starts ...
2.30/2.33	c ============================[ Search Statistics ]============================
2.30/2.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.33	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.33	c =============================================================================
2.30/2.33	c  0.0s |       0 |        0 |        0 |     9799      0 |      648 |      656
2.30/2.34	c  0.0s |       0 |      173 |        0 |     9799      0 |      648 |      656
2.30/2.34	c #cpu_time = 0.013s
2.30/2.34	c #wall_clock_time = 0.013s
2.30/2.34	c #decision = 173
2.30/2.34	c #random_decision = 0
2.30/2.34	c #conflict = 0
2.30/2.34	c #restart = 0
2.30/2.34	c BCD2: found a new core of size 1: cost of the new core is >=39304
2.30/2.34	c lower bound updated to 13406201396
2.30/2.35	c BCD2: 13451636819 <= obj <= 48161549405
2.30/2.35	c BCD2: #cores=41, #unrelaxed=291, #relaxed=253, #hardened=0
2.30/2.35	c BCD2: #sat=1 #unsat=67 bias=67/68
2.30/2.35	c Solving starts ...
2.30/2.35	c ============================[ Search Statistics ]============================
2.30/2.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.35	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.35	c =============================================================================
2.30/2.35	c  0.0s |       0 |        0 |        0 |     9799      0 |      648 |      656
2.30/2.37	c  0.0s |       0 |      175 |        0 |     9799      0 |      648 |      656
2.30/2.37	c #cpu_time = 0.014s
2.30/2.37	c #wall_clock_time = 0.014s
2.30/2.37	c #decision = 175
2.30/2.37	c #random_decision = 0
2.30/2.37	c #conflict = 0
2.30/2.37	c #restart = 0
2.30/2.37	c BCD2: found a new core of size 2: cost of the new core is >=34
2.30/2.37	c lower bound updated to 13406201430
2.30/2.38	c BCD2: 13451636853 <= obj <= 48161549405
2.30/2.38	c BCD2: #cores=42, #unrelaxed=289, #relaxed=255, #hardened=0
2.30/2.38	c BCD2: #sat=1 #unsat=68 bias=68/69
2.30/2.38	c Solving starts ...
2.30/2.38	c ============================[ Search Statistics ]============================
2.30/2.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.30/2.38	c       |         |          |          |    Limit     GC | Var      | Constra 
2.30/2.38	c =============================================================================
2.30/2.38	c  0.0s |       0 |        0 |        0 |     9799      0 |      648 |      656
2.30/2.39	c  0.0s |       0 |      342 |        1 |     9799      0 |      648 |      656
2.30/2.39	c #cpu_time = 0.014s
2.30/2.39	c #wall_clock_time = 0.014s
2.30/2.39	c #decision = 342
2.30/2.39	c #random_decision = 0
2.30/2.39	c #conflict = 1
2.30/2.39	c #restart = 0
2.30/2.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
2.30/2.39	c lower bound updated to 13406201431
2.39/2.41	c BCD2: 13451636854 <= obj <= 48161549405
2.39/2.41	c BCD2: #cores=42, #unrelaxed=288, #relaxed=256, #hardened=0
2.39/2.41	c BCD2: #sat=1 #unsat=69 bias=69/70
2.39/2.41	c Solving starts ...
2.39/2.41	c ============================[ Search Statistics ]============================
2.39/2.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.41	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.41	c =============================================================================
2.39/2.41	c  0.0s |       0 |        0 |        0 |     9799      0 |      649 |      656
2.39/2.42	c  0.0s |       0 |      175 |        0 |     9799      0 |      649 |      657
2.39/2.42	c #cpu_time = 0.014s
2.39/2.42	c #wall_clock_time = 0.014s
2.39/2.42	c #decision = 175
2.39/2.42	c #random_decision = 0
2.39/2.42	c #conflict = 0
2.39/2.42	c #restart = 0
2.39/2.42	c BCD2: found a new core of size 1: cost of the new core is >=1336336
2.39/2.42	c lower bound updated to 13407537767
2.39/2.43	c BCD2: 13452973190 <= obj <= 48161549405
2.39/2.43	c BCD2: #cores=43, #unrelaxed=287, #relaxed=257, #hardened=0
2.39/2.43	c BCD2: #sat=1 #unsat=70 bias=70/71
2.39/2.44	c Solving starts ...
2.39/2.44	c ============================[ Search Statistics ]============================
2.39/2.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.44	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.44	c =============================================================================
2.39/2.44	c  0.0s |       0 |        0 |        0 |     9799      0 |      649 |      657
2.39/2.45	c  0.0s |       0 |      176 |        0 |     9799      0 |      649 |      657
2.39/2.45	c #cpu_time = 0.012s
2.39/2.45	c #wall_clock_time = 0.012s
2.39/2.45	c #decision = 176
2.39/2.45	c #random_decision = 0
2.39/2.45	c #conflict = 0
2.39/2.45	c #restart = 0
2.39/2.45	c BCD2: found a new core of size 1: cost of the new core is >=39304
2.39/2.45	c lower bound updated to 13407577071
2.39/2.46	c BCD2: 13453012494 <= obj <= 48161549405
2.39/2.46	c BCD2: #cores=44, #unrelaxed=286, #relaxed=258, #hardened=0
2.39/2.46	c BCD2: #sat=1 #unsat=71 bias=71/72
2.39/2.47	c Solving starts ...
2.39/2.47	c ============================[ Search Statistics ]============================
2.39/2.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.47	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.47	c =============================================================================
2.39/2.47	c  0.0s |       0 |        0 |        0 |     9799      0 |      649 |      657
2.39/2.48	c  0.0s |       0 |      178 |        0 |     9799      0 |      649 |      657
2.39/2.48	c #cpu_time = 0.014s
2.39/2.48	c #wall_clock_time = 0.014s
2.39/2.48	c #decision = 178
2.39/2.48	c #random_decision = 0
2.39/2.48	c #conflict = 0
2.39/2.48	c #restart = 0
2.39/2.48	c BCD2: found a new core of size 2: cost of the new core is >=34
2.39/2.48	c lower bound updated to 13407577105
2.39/2.49	c BCD2: 13453012528 <= obj <= 48161549405
2.39/2.49	c BCD2: #cores=45, #unrelaxed=284, #relaxed=260, #hardened=0
2.39/2.49	c BCD2: #sat=1 #unsat=72 bias=72/73
2.39/2.49	c Solving starts ...
2.39/2.49	c ============================[ Search Statistics ]============================
2.39/2.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.49	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.49	c =============================================================================
2.39/2.49	c  0.0s |       0 |        0 |        0 |     9799      0 |      649 |      657
2.49/2.51	c  0.0s |       0 |      347 |        1 |     9799      0 |      649 |      657
2.49/2.51	c #cpu_time = 0.015s
2.49/2.51	c #wall_clock_time = 0.015s
2.49/2.51	c #decision = 347
2.49/2.51	c #random_decision = 0
2.49/2.51	c #conflict = 1
2.49/2.51	c #restart = 0
2.49/2.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
2.49/2.51	c lower bound updated to 13407577106
2.49/2.52	c BCD2: 13453012529 <= obj <= 48161549405
2.49/2.52	c BCD2: #cores=45, #unrelaxed=283, #relaxed=261, #hardened=0
2.49/2.52	c BCD2: #sat=1 #unsat=73 bias=73/74
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 |     9799      0 |      650 |      657
2.49/2.54	c  0.0s |       0 |      178 |        0 |     9799      0 |      650 |      658
2.49/2.54	c #cpu_time = 0.014s
2.49/2.54	c #wall_clock_time = 0.014s
2.49/2.54	c #decision = 178
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 1: cost of the new core is >=1336336
2.49/2.54	c lower bound updated to 13408913442
2.49/2.55	c BCD2: 13454348865 <= obj <= 48161549405
2.49/2.55	c BCD2: #cores=46, #unrelaxed=282, #relaxed=262, #hardened=0
2.49/2.55	c BCD2: #sat=1 #unsat=74 bias=74/75
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 |     9799      0 |      650 |      658
2.49/2.56	c  0.0s |       0 |      179 |        0 |     9799      0 |      650 |      658
2.49/2.56	c #cpu_time = 0.013s
2.49/2.56	c #wall_clock_time = 0.013s
2.49/2.56	c #decision = 179
2.49/2.56	c #random_decision = 0
2.49/2.56	c #conflict = 0
2.49/2.56	c #restart = 0
2.49/2.56	c BCD2: found a new core of size 1: cost of the new core is >=39304
2.49/2.56	c lower bound updated to 13408952746
2.49/2.58	c BCD2: 13454388169 <= obj <= 48161549405
2.49/2.58	c BCD2: #cores=47, #unrelaxed=281, #relaxed=263, #hardened=0
2.49/2.58	c BCD2: #sat=1 #unsat=75 bias=75/76
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 |     9799      0 |      650 |      658
2.49/2.59	c  0.0s |       0 |      181 |        0 |     9799      0 |      650 |      658
2.49/2.59	c #cpu_time = 0.014s
2.49/2.59	c #wall_clock_time = 0.014s
2.49/2.59	c #decision = 181
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 >=34
2.49/2.59	c lower bound updated to 13408952780
2.59/2.60	c BCD2: 13454388203 <= obj <= 48161549405
2.59/2.60	c BCD2: #cores=48, #unrelaxed=279, #relaxed=265, #hardened=0
2.59/2.60	c BCD2: #sat=1 #unsat=76 bias=76/77
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 |     9799      0 |      650 |      658
2.59/2.63	c  0.0s |       0 |      351 |        1 |     9799      0 |      650 |      658
2.59/2.63	c #cpu_time = 0.014s
2.59/2.63	c #wall_clock_time = 0.014s
2.59/2.63	c #decision = 351
2.59/2.63	c #random_decision = 0
2.59/2.63	c #conflict = 1
2.59/2.63	c #restart = 0
2.59/2.63	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
2.59/2.63	c lower bound updated to 13408952781
2.59/2.64	c BCD2: 13454388204 <= obj <= 48161549405
2.59/2.64	c BCD2: #cores=48, #unrelaxed=278, #relaxed=266, #hardened=0
2.59/2.64	c BCD2: #sat=1 #unsat=77 bias=77/78
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 |     9799      0 |      651 |      658
2.59/2.65	c  0.0s |       0 |      181 |        0 |     9799      0 |      651 |      659
2.59/2.65	c #cpu_time = 0.014s
2.59/2.65	c #wall_clock_time = 0.014s
2.59/2.65	c #decision = 181
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 1: cost of the new core is >=1336336
2.59/2.65	c lower bound updated to 13410289117
2.59/2.67	c BCD2: 13455724540 <= obj <= 48161549405
2.59/2.67	c BCD2: #cores=49, #unrelaxed=277, #relaxed=267, #hardened=0
2.59/2.67	c BCD2: #sat=1 #unsat=78 bias=78/79
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 |     9799      0 |      651 |      659
2.59/2.68	c  0.0s |       0 |      182 |        0 |     9799      0 |      651 |      659
2.59/2.68	c #cpu_time = 0.014s
2.59/2.68	c #wall_clock_time = 0.014s
2.59/2.68	c #decision = 182
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: found a new core of size 1: cost of the new core is >=39304
2.59/2.68	c lower bound updated to 13410328421
2.59/2.69	c BCD2: 13455763844 <= obj <= 48161549405
2.59/2.69	c BCD2: #cores=50, #unrelaxed=276, #relaxed=268, #hardened=0
2.59/2.69	c BCD2: #sat=1 #unsat=79 bias=79/80
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 |     9799      0 |      651 |      659
2.69/2.71	c  0.0s |       0 |      184 |        0 |     9799      0 |      651 |      659
2.69/2.71	c #cpu_time = 0.015s
2.69/2.71	c #wall_clock_time = 0.015s
2.69/2.71	c #decision = 184
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 >=34
2.69/2.71	c lower bound updated to 13410328455
2.69/2.72	c BCD2: 13455763878 <= obj <= 48161549405
2.69/2.72	c BCD2: #cores=51, #unrelaxed=274, #relaxed=270, #hardened=0
2.69/2.72	c BCD2: #sat=1 #unsat=80 bias=80/81
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 |     9799      0 |      651 |      659
2.69/2.74	c  0.0s |       0 |      351 |        1 |     9799      0 |      651 |      659
2.69/2.74	c #cpu_time = 0.015s
2.69/2.74	c #wall_clock_time = 0.015s
2.69/2.74	c #decision = 351
2.69/2.74	c #random_decision = 0
2.69/2.74	c #conflict = 1
2.69/2.74	c #restart = 0
2.69/2.74	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
2.69/2.74	c lower bound updated to 13410328456
2.69/2.75	c BCD2: 13455763879 <= obj <= 48161549405
2.69/2.75	c BCD2: #cores=51, #unrelaxed=273, #relaxed=271, #hardened=0
2.69/2.75	c BCD2: #sat=1 #unsat=81 bias=81/82
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 |     9799      0 |      652 |      659
2.69/2.77	c  0.0s |       0 |      184 |        0 |     9799      0 |      652 |      660
2.69/2.77	c #cpu_time = 0.015s
2.69/2.77	c #wall_clock_time = 0.015s
2.69/2.77	c #decision = 184
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 1: cost of the new core is >=1336336
2.69/2.77	c lower bound updated to 13411664792
2.69/2.78	c BCD2: 13457100215 <= obj <= 48161549405
2.69/2.78	c BCD2: #cores=52, #unrelaxed=272, #relaxed=272, #hardened=0
2.69/2.78	c BCD2: #sat=1 #unsat=82 bias=82/83
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.79	c  0.0s |       0 |        0 |        0 |     9799      0 |      652 |      660
2.79/2.80	c  0.0s |       0 |      185 |        0 |     9799      0 |      652 |      660
2.79/2.80	c #cpu_time = 0.014s
2.79/2.80	c #wall_clock_time = 0.014s
2.79/2.80	c #decision = 185
2.79/2.80	c #random_decision = 0
2.79/2.80	c #conflict = 0
2.79/2.80	c #restart = 0
2.79/2.80	c BCD2: found a new core of size 1: cost of the new core is >=39304
2.79/2.80	c lower bound updated to 13411704096
2.79/2.81	c BCD2: 13457139519 <= obj <= 48161549405
2.79/2.81	c BCD2: #cores=53, #unrelaxed=271, #relaxed=273, #hardened=0
2.79/2.81	c BCD2: #sat=1 #unsat=83 bias=83/84
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 |     9799      0 |      652 |      660
2.79/2.83	c  0.0s |       0 |      187 |        0 |     9799      0 |      652 |      660
2.79/2.83	c #cpu_time = 0.015s
2.79/2.83	c #wall_clock_time = 0.015s
2.79/2.83	c #decision = 187
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: found a new core of size 2: cost of the new core is >=34
2.79/2.83	c lower bound updated to 13411704130
2.79/2.84	c BCD2: 13457139553 <= obj <= 48161549405
2.79/2.84	c BCD2: #cores=54, #unrelaxed=269, #relaxed=275, #hardened=0
2.79/2.84	c BCD2: #sat=1 #unsat=84 bias=84/85
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 |     9799      0 |      652 |      660
2.79/2.86	c  0.0s |       0 |      354 |        1 |     9799      0 |      652 |      660
2.79/2.86	c #cpu_time = 0.015s
2.79/2.86	c #wall_clock_time = 0.015s
2.79/2.86	c #decision = 354
2.79/2.86	c #random_decision = 0
2.79/2.86	c #conflict = 1
2.79/2.86	c #restart = 0
2.79/2.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
2.79/2.86	c lower bound updated to 13411704131
2.79/2.87	c BCD2: 13457139554 <= obj <= 48161549405
2.79/2.87	c BCD2: #cores=54, #unrelaxed=268, #relaxed=276, #hardened=0
2.79/2.87	c BCD2: #sat=1 #unsat=85 bias=85/86
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 |     9799      0 |      653 |      660
2.79/2.89	c  0.0s |       0 |      187 |        0 |     9799      0 |      653 |      661
2.79/2.89	c #cpu_time = 0.015s
2.79/2.89	c #wall_clock_time = 0.015s
2.79/2.89	c #decision = 187
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 1: cost of the new core is >=1336336
2.79/2.89	c lower bound updated to 13413040467
2.89/2.90	c BCD2: 13458475890 <= obj <= 48161549405
2.89/2.90	c BCD2: #cores=55, #unrelaxed=267, #relaxed=277, #hardened=0
2.89/2.90	c BCD2: #sat=1 #unsat=86 bias=86/87
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 |     9799      0 |      653 |      661
2.89/2.92	c  0.0s |       0 |      188 |        0 |     9799      0 |      653 |      661
2.89/2.92	c #cpu_time = 0.015s
2.89/2.92	c #wall_clock_time = 0.015s
2.89/2.92	c #decision = 188
2.89/2.92	c #random_decision = 0
2.89/2.92	c #conflict = 0
2.89/2.92	c #restart = 0
2.89/2.92	c BCD2: found a new core of size 1: cost of the new core is >=39304
2.89/2.92	c lower bound updated to 13413079771
2.89/2.93	c BCD2: 13458515194 <= obj <= 48161549405
2.89/2.93	c BCD2: #cores=56, #unrelaxed=266, #relaxed=278, #hardened=0
2.89/2.93	c BCD2: #sat=1 #unsat=87 bias=87/88
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 |     9799      0 |      653 |      661
2.89/2.95	c  0.0s |       0 |      190 |        0 |     9799      0 |      653 |      661
2.89/2.95	c #cpu_time = 0.015s
2.89/2.95	c #wall_clock_time = 0.015s
2.89/2.95	c #decision = 190
2.89/2.95	c #random_decision = 0
2.89/2.95	c #conflict = 0
2.89/2.95	c #restart = 0
2.89/2.95	c BCD2: found a new core of size 2: cost of the new core is >=34
2.89/2.95	c lower bound updated to 13413079805
2.89/2.96	c BCD2: 13458515228 <= obj <= 48161549405
2.89/2.96	c BCD2: #cores=57, #unrelaxed=264, #relaxed=280, #hardened=0
2.89/2.96	c BCD2: #sat=1 #unsat=88 bias=88/89
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 |     9799      0 |      653 |      661
2.89/2.98	c  0.0s |       0 |      363 |        1 |     9799      0 |      653 |      661
2.89/2.98	c #cpu_time = 0.015s
2.89/2.98	c #wall_clock_time = 0.015s
2.89/2.98	c #decision = 363
2.89/2.98	c #random_decision = 0
2.89/2.98	c #conflict = 1
2.89/2.98	c #restart = 0
2.89/2.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
2.89/2.98	c lower bound updated to 13413079806
2.89/2.99	c BCD2: 13458515229 <= obj <= 48161549405
2.89/2.99	c BCD2: #cores=57, #unrelaxed=263, #relaxed=281, #hardened=0
2.89/2.99	c BCD2: #sat=1 #unsat=89 bias=89/90
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 |     9799      0 |      654 |      661
2.99/3.01	c  0.0s |       0 |      190 |        0 |     9799      0 |      654 |      662
2.99/3.01	c #cpu_time = 0.016s
2.99/3.01	c #wall_clock_time = 0.016s
2.99/3.01	c #decision = 190
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 1: cost of the new core is >=1336336
2.99/3.01	c lower bound updated to 13414416142
2.99/3.02	c BCD2: 13459851565 <= obj <= 48161549405
2.99/3.02	c BCD2: #cores=58, #unrelaxed=262, #relaxed=282, #hardened=0
2.99/3.02	c BCD2: #sat=1 #unsat=90 bias=90/91
2.99/3.02	c Solving starts ...
2.99/3.02	c ============================[ Search Statistics ]============================
2.99/3.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.02	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.02	c =============================================================================
2.99/3.02	c  0.0s |       0 |        0 |        0 |     9799      0 |      654 |      662
2.99/3.04	c  0.0s |       0 |      191 |        0 |     9799      0 |      654 |      662
2.99/3.04	c #cpu_time = 0.014s
2.99/3.04	c #wall_clock_time = 0.014s
2.99/3.04	c #decision = 191
2.99/3.04	c #random_decision = 0
2.99/3.04	c #conflict = 0
2.99/3.04	c #restart = 0
2.99/3.04	c BCD2: found a new core of size 1: cost of the new core is >=39304
2.99/3.04	c lower bound updated to 13414455446
2.99/3.05	c BCD2: 13459890869 <= obj <= 48161549405
2.99/3.05	c BCD2: #cores=59, #unrelaxed=261, #relaxed=283, #hardened=0
2.99/3.05	c BCD2: #sat=1 #unsat=91 bias=91/92
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 |     9799      0 |      654 |      662
2.99/3.07	c  0.0s |       0 |      193 |        0 |     9799      0 |      654 |      662
2.99/3.07	c #cpu_time = 0.016s
2.99/3.07	c #wall_clock_time = 0.016s
2.99/3.07	c #decision = 193
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 >=34
2.99/3.07	c lower bound updated to 13414455480
2.99/3.08	c BCD2: 13459890903 <= obj <= 48161549405
2.99/3.08	c BCD2: #cores=60, #unrelaxed=259, #relaxed=285, #hardened=0
2.99/3.08	c BCD2: #sat=1 #unsat=92 bias=92/93
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 |     9799      0 |      654 |      662
3.09/3.10	c  0.0s |       0 |      360 |        1 |     9799      0 |      654 |      662
3.09/3.10	c #cpu_time = 0.016s
3.09/3.10	c #wall_clock_time = 0.016s
3.09/3.10	c #decision = 360
3.09/3.10	c #random_decision = 0
3.09/3.10	c #conflict = 1
3.09/3.10	c #restart = 0
3.09/3.10	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
3.09/3.10	c lower bound updated to 13414455481
3.09/3.11	c BCD2: 13459890904 <= obj <= 48161549405
3.09/3.11	c BCD2: #cores=60, #unrelaxed=258, #relaxed=286, #hardened=0
3.09/3.11	c BCD2: #sat=1 #unsat=93 bias=93/94
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 |     9799      0 |      655 |      662
3.09/3.13	c  0.0s |       0 |      193 |        0 |     9799      0 |      655 |      663
3.09/3.13	c #cpu_time = 0.015s
3.09/3.13	c #wall_clock_time = 0.015s
3.09/3.13	c #decision = 193
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 1: cost of the new core is >=1336336
3.09/3.13	c lower bound updated to 13415791817
3.09/3.14	c BCD2: 13461227240 <= obj <= 48161549405
3.09/3.14	c BCD2: #cores=61, #unrelaxed=257, #relaxed=287, #hardened=0
3.09/3.14	c BCD2: #sat=1 #unsat=94 bias=94/95
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 |     9799      0 |      655 |      663
3.09/3.16	c  0.0s |       0 |      194 |        0 |     9799      0 |      655 |      663
3.09/3.16	c #cpu_time = 0.014s
3.09/3.16	c #wall_clock_time = 0.014s
3.09/3.16	c #decision = 194
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 1: cost of the new core is >=39304
3.09/3.16	c lower bound updated to 13415831121
3.09/3.17	c BCD2: 13461266544 <= obj <= 48161549405
3.09/3.17	c BCD2: #cores=62, #unrelaxed=256, #relaxed=288, #hardened=0
3.09/3.17	c BCD2: #sat=1 #unsat=95 bias=95/96
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 |     9799      0 |      655 |      663
3.09/3.19	c  0.0s |       0 |      196 |        0 |     9799      0 |      655 |      663
3.09/3.19	c #cpu_time = 0.016s
3.09/3.19	c #wall_clock_time = 0.016s
3.09/3.19	c #decision = 196
3.09/3.19	c #random_decision = 0
3.09/3.19	c #conflict = 0
3.09/3.19	c #restart = 0
3.09/3.19	c BCD2: found a new core of size 2: cost of the new core is >=34
3.09/3.19	c lower bound updated to 13415831155
3.19/3.20	c BCD2: 13461266578 <= obj <= 48161549405
3.19/3.20	c BCD2: #cores=63, #unrelaxed=254, #relaxed=290, #hardened=0
3.19/3.20	c BCD2: #sat=1 #unsat=96 bias=96/97
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 |     9799      0 |      655 |      663
3.19/3.22	c  0.0s |       0 |      371 |        1 |     9799      0 |      655 |      663
3.19/3.22	c #cpu_time = 0.017s
3.19/3.22	c #wall_clock_time = 0.017s
3.19/3.22	c #decision = 371
3.19/3.22	c #random_decision = 0
3.19/3.22	c #conflict = 1
3.19/3.22	c #restart = 0
3.19/3.22	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
3.19/3.22	c lower bound updated to 13415831156
3.19/3.23	c BCD2: 13461266579 <= obj <= 48161549405
3.19/3.23	c BCD2: #cores=63, #unrelaxed=253, #relaxed=291, #hardened=0
3.19/3.23	c BCD2: #sat=1 #unsat=97 bias=97/98
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 |     9799      0 |      656 |      663
3.19/3.25	c  0.0s |       0 |      196 |        0 |     9799      0 |      656 |      664
3.19/3.25	c #cpu_time = 0.016s
3.19/3.25	c #wall_clock_time = 0.016s
3.19/3.25	c #decision = 196
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 1: cost of the new core is >=1336336
3.19/3.25	c lower bound updated to 13417167492
3.19/3.26	c BCD2: 13462602915 <= obj <= 48161549405
3.19/3.26	c BCD2: #cores=64, #unrelaxed=252, #relaxed=292, #hardened=0
3.19/3.26	c BCD2: #sat=1 #unsat=98 bias=98/99
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.27	c  0.0s |       0 |        0 |        0 |     9799      0 |      656 |      664
3.19/3.28	c  0.0s |       0 |      197 |        0 |     9799      0 |      656 |      664
3.19/3.28	c #cpu_time = 0.014s
3.19/3.28	c #wall_clock_time = 0.014s
3.19/3.28	c #decision = 197
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 1: cost of the new core is >=39304
3.19/3.28	c lower bound updated to 13417206796
3.19/3.29	c BCD2: 13462642219 <= obj <= 48161549405
3.19/3.29	c BCD2: #cores=65, #unrelaxed=251, #relaxed=293, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=99 bias=99/100
3.19/3.30	c Solving starts ...
3.19/3.30	c ============================[ Search Statistics ]============================
3.19/3.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.30	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.30	c =============================================================================
3.19/3.30	c  0.0s |       0 |        0 |        0 |     9799      0 |      656 |      664
3.29/3.31	c  0.0s |       0 |      199 |        0 |     9799      0 |      656 |      664
3.29/3.31	c #cpu_time = 0.017s
3.29/3.31	c #wall_clock_time = 0.017s
3.29/3.31	c #decision = 199
3.29/3.31	c #random_decision = 0
3.29/3.31	c #conflict = 0
3.29/3.31	c #restart = 0
3.29/3.31	c BCD2: found a new core of size 2: cost of the new core is >=34
3.29/3.31	c lower bound updated to 13417206830
3.29/3.33	c BCD2: 13462642253 <= obj <= 48161549405
3.29/3.33	c BCD2: #cores=66, #unrelaxed=249, #relaxed=295, #hardened=0
3.29/3.33	c BCD2: #sat=1 #unsat=100 bias=100/101
3.29/3.33	c Solving starts ...
3.29/3.33	c ============================[ Search Statistics ]============================
3.29/3.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.33	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.33	c =============================================================================
3.29/3.33	c  0.0s |       0 |        0 |        0 |     9799      0 |      656 |      664
3.29/3.34	c  0.0s |       0 |      366 |        1 |     9799      0 |      656 |      664
3.29/3.34	c #cpu_time = 0.017s
3.29/3.34	c #wall_clock_time = 0.016s
3.29/3.34	c #decision = 366
3.29/3.34	c #random_decision = 0
3.29/3.34	c #conflict = 1
3.29/3.34	c #restart = 0
3.29/3.34	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
3.29/3.34	c lower bound updated to 13417206831
3.29/3.36	c BCD2: 13462642254 <= obj <= 48161549405
3.29/3.36	c BCD2: #cores=66, #unrelaxed=248, #relaxed=296, #hardened=0
3.29/3.36	c BCD2: #sat=1 #unsat=101 bias=101/102
3.29/3.36	c Solving starts ...
3.29/3.36	c ============================[ Search Statistics ]============================
3.29/3.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.36	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.36	c =============================================================================
3.29/3.36	c  0.0s |       0 |        0 |        0 |     9799      0 |      657 |      664
3.29/3.37	c  0.0s |       0 |      199 |        0 |     9799      0 |      657 |      665
3.29/3.37	c #cpu_time = 0.016s
3.29/3.37	c #wall_clock_time = 0.016s
3.29/3.37	c #decision = 199
3.29/3.37	c #random_decision = 0
3.29/3.37	c #conflict = 0
3.29/3.37	c #restart = 0
3.29/3.37	c BCD2: found a new core of size 1: cost of the new core is >=1336336
3.29/3.37	c lower bound updated to 13418543167
3.29/3.39	c BCD2: 13463978590 <= obj <= 48161549405
3.29/3.39	c BCD2: #cores=67, #unrelaxed=247, #relaxed=297, #hardened=0
3.29/3.39	c BCD2: #sat=1 #unsat=102 bias=102/103
3.29/3.39	c Solving starts ...
3.29/3.39	c ============================[ Search Statistics ]============================
3.29/3.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.39	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.39	c =============================================================================
3.29/3.39	c  0.0s |       0 |        0 |        0 |     9799      0 |      657 |      665
3.39/3.41	c  0.0s |       0 |      200 |        0 |     9799      0 |      657 |      665
3.39/3.41	c #cpu_time = 0.015s
3.39/3.41	c #wall_clock_time = 0.015s
3.39/3.41	c #decision = 200
3.39/3.41	c #random_decision = 0
3.39/3.41	c #conflict = 0
3.39/3.41	c #restart = 0
3.39/3.41	c BCD2: found a new core of size 1: cost of the new core is >=39304
3.39/3.41	c lower bound updated to 13418582471
3.39/3.42	c BCD2: 13464017894 <= obj <= 48161549405
3.39/3.42	c BCD2: #cores=68, #unrelaxed=246, #relaxed=298, #hardened=0
3.39/3.42	c BCD2: #sat=1 #unsat=103 bias=103/104
3.39/3.42	c Solving starts ...
3.39/3.42	c ============================[ Search Statistics ]============================
3.39/3.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.42	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.42	c =============================================================================
3.39/3.42	c  0.0s |       0 |        0 |        0 |     9799      0 |      657 |      665
3.39/3.44	c  0.0s |       0 |      202 |        0 |     9799      0 |      657 |      665
3.39/3.44	c #cpu_time = 0.016s
3.39/3.44	c #wall_clock_time = 0.016s
3.39/3.44	c #decision = 202
3.39/3.44	c #random_decision = 0
3.39/3.44	c #conflict = 0
3.39/3.44	c #restart = 0
3.39/3.44	c BCD2: found a new core of size 2: cost of the new core is >=34
3.39/3.44	c lower bound updated to 13418582505
3.39/3.45	c BCD2: 13464017928 <= obj <= 48161549405
3.39/3.45	c BCD2: #cores=69, #unrelaxed=244, #relaxed=300, #hardened=0
3.39/3.45	c BCD2: #sat=1 #unsat=104 bias=104/105
3.39/3.45	c Solving starts ...
3.39/3.45	c ============================[ Search Statistics ]============================
3.39/3.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.45	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.45	c =============================================================================
3.39/3.46	c  0.0s |       0 |        0 |        0 |     9799      0 |      657 |      665
3.39/3.47	c  0.0s |       0 |      379 |        1 |     9799      0 |      657 |      665
3.39/3.47	c #cpu_time = 0.016s
3.39/3.47	c #wall_clock_time = 0.016s
3.39/3.47	c #decision = 379
3.39/3.47	c #random_decision = 0
3.39/3.47	c #conflict = 1
3.39/3.47	c #restart = 0
3.39/3.47	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
3.39/3.47	c lower bound updated to 13418582506
3.39/3.48	c BCD2: 13464017929 <= obj <= 48161549405
3.39/3.48	c BCD2: #cores=69, #unrelaxed=243, #relaxed=301, #hardened=0
3.39/3.48	c BCD2: #sat=1 #unsat=105 bias=105/106
3.39/3.49	c Solving starts ...
3.39/3.49	c ============================[ Search Statistics ]============================
3.39/3.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.49	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.49	c =============================================================================
3.39/3.49	c  0.0s |       0 |        0 |        0 |     9799      0 |      658 |      665
3.49/3.50	c  0.0s |       0 |      202 |        0 |     9799      0 |      658 |      666
3.49/3.50	c #cpu_time = 0.017s
3.49/3.50	c #wall_clock_time = 0.017s
3.49/3.50	c #decision = 202
3.49/3.50	c #random_decision = 0
3.49/3.50	c #conflict = 0
3.49/3.50	c #restart = 0
3.49/3.50	c BCD2: found a new core of size 1: cost of the new core is >=1336336
3.49/3.50	c lower bound updated to 13419918842
3.49/3.51	c BCD2: 13465354265 <= obj <= 48161549405
3.49/3.51	c BCD2: #cores=70, #unrelaxed=242, #relaxed=302, #hardened=0
3.49/3.51	c BCD2: #sat=1 #unsat=106 bias=106/107
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 |     9799      0 |      658 |      666
3.49/3.54	c  0.0s |       0 |      203 |        0 |     9799      0 |      658 |      666
3.49/3.54	c #cpu_time = 0.015s
3.49/3.54	c #wall_clock_time = 0.015s
3.49/3.54	c #decision = 203
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 1: cost of the new core is >=39304
3.49/3.54	c lower bound updated to 13419958146
3.49/3.55	c BCD2: 13465393569 <= obj <= 48161549405
3.49/3.55	c BCD2: #cores=71, #unrelaxed=241, #relaxed=303, #hardened=0
3.49/3.55	c BCD2: #sat=1 #unsat=107 bias=107/108
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 |     9799      0 |      658 |      666
3.49/3.57	c  0.0s |       0 |      205 |        0 |     9799      0 |      658 |      666
3.49/3.57	c #cpu_time = 0.017s
3.49/3.57	c #wall_clock_time = 0.017s
3.49/3.57	c #decision = 205
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 >=34
3.49/3.57	c lower bound updated to 13419958180
3.49/3.58	c BCD2: 13465393603 <= obj <= 48161549405
3.49/3.58	c BCD2: #cores=72, #unrelaxed=239, #relaxed=305, #hardened=0
3.49/3.58	c BCD2: #sat=1 #unsat=108 bias=108/109
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 |     9799      0 |      658 |      666
3.59/3.60	c  0.0s |       0 |      372 |        1 |     9799      0 |      658 |      666
3.59/3.60	c #cpu_time = 0.017s
3.59/3.60	c #wall_clock_time = 0.017s
3.59/3.60	c #decision = 372
3.59/3.60	c #random_decision = 0
3.59/3.60	c #conflict = 1
3.59/3.60	c #restart = 0
3.59/3.60	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
3.59/3.60	c lower bound updated to 13419958181
3.59/3.61	c BCD2: 13465393604 <= obj <= 48161549405
3.59/3.61	c BCD2: #cores=72, #unrelaxed=238, #relaxed=306, #hardened=0
3.59/3.61	c BCD2: #sat=1 #unsat=109 bias=109/110
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 |     9799      0 |      659 |      666
3.59/3.63	c  0.0s |       0 |      205 |        0 |     9799      0 |      659 |      667
3.59/3.63	c #cpu_time = 0.015s
3.59/3.63	c #wall_clock_time = 0.015s
3.59/3.63	c #decision = 205
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 1: cost of the new core is >=1336336
3.59/3.63	c lower bound updated to 13421294517
3.59/3.64	c BCD2: 13466729940 <= obj <= 48161549405
3.59/3.64	c BCD2: #cores=73, #unrelaxed=237, #relaxed=307, #hardened=0
3.59/3.64	c BCD2: #sat=1 #unsat=110 bias=110/111
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 |     9799      0 |      659 |      667
3.59/3.66	c  0.0s |       0 |      206 |        0 |     9799      0 |      659 |      667
3.59/3.66	c #cpu_time = 0.016s
3.59/3.66	c #wall_clock_time = 0.016s
3.59/3.66	c #decision = 206
3.59/3.66	c #random_decision = 0
3.59/3.66	c #conflict = 0
3.59/3.66	c #restart = 0
3.59/3.66	c BCD2: found a new core of size 1: cost of the new core is >=39304
3.59/3.66	c lower bound updated to 13421333821
3.59/3.67	c BCD2: 13466769244 <= obj <= 48161549405
3.59/3.67	c BCD2: #cores=74, #unrelaxed=236, #relaxed=308, #hardened=0
3.59/3.67	c BCD2: #sat=1 #unsat=111 bias=111/112
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.88/3.98	c  0.0s |       0 |        0 |        0 |     9799      0 |      659 |      667
3.88/3.98	c  0.0s |       0 |      208 |        0 |     9799      0 |      659 |      667
3.88/3.98	c #cpu_time = 0.017s
3.88/3.98	c #wall_clock_time = 0.017s
3.88/3.98	c #decision = 208
3.88/3.98	c #random_decision = 0
3.88/3.98	c #conflict = 0
3.88/3.98	c #restart = 0
3.88/3.98	c BCD2: found a new core of size 2: cost of the new core is >=34
3.88/3.98	c lower bound updated to 13421333855
3.88/3.98	c BCD2: 13466769278 <= obj <= 48161549405
3.88/3.98	c BCD2: #cores=75, #unrelaxed=234, #relaxed=310, #hardened=0
3.88/3.98	c BCD2: #sat=1 #unsat=112 bias=112/113
3.88/3.98	c Solving starts ...
3.88/3.98	c ============================[ Search Statistics ]============================
3.88/3.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.98	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.98	c =============================================================================
3.88/3.98	c  0.0s |       0 |        0 |        0 |     9799      0 |      659 |      667
3.88/3.98	c  0.0s |       0 |      375 |        1 |     9799      0 |      659 |      667
3.88/3.98	c #cpu_time = 0.017s
3.88/3.98	c #wall_clock_time = 0.017s
3.88/3.98	c #decision = 375
3.88/3.98	c #random_decision = 0
3.88/3.98	c #conflict = 1
3.88/3.98	c #restart = 0
3.88/3.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
3.88/3.98	c lower bound updated to 13421333856
3.88/3.98	c BCD2: 13466769279 <= obj <= 48161549405
3.88/3.98	c BCD2: #cores=75, #unrelaxed=233, #relaxed=311, #hardened=0
3.88/3.98	c BCD2: #sat=1 #unsat=113 bias=113/114
3.88/3.98	c Solving starts ...
3.88/3.98	c ============================[ Search Statistics ]============================
3.88/3.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.98	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.98	c =============================================================================
3.88/3.98	c  0.0s |       0 |        0 |        0 |     9799      0 |      660 |      667
3.88/3.98	c  0.0s |       0 |      208 |        0 |     9799      0 |      660 |      668
3.88/3.98	c #cpu_time = 0.017s
3.88/3.98	c #wall_clock_time = 0.017s
3.88/3.98	c #decision = 208
3.88/3.98	c #random_decision = 0
3.88/3.98	c #conflict = 0
3.88/3.98	c #restart = 0
3.88/3.98	c BCD2: found a new core of size 1: cost of the new core is >=1336336
3.88/3.98	c lower bound updated to 13422670192
3.88/3.98	c BCD2: 13468105615 <= obj <= 48161549405
3.88/3.98	c BCD2: #cores=76, #unrelaxed=232, #relaxed=312, #hardened=0
3.88/3.98	c BCD2: #sat=1 #unsat=114 bias=114/115
3.88/3.98	c Solving starts ...
3.88/3.98	c ============================[ Search Statistics ]============================
3.88/3.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.98	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.98	c =============================================================================
3.88/3.98	c  0.0s |       0 |        0 |        0 |     9799      0 |      660 |      668
3.88/3.98	c  0.0s |       0 |      209 |        0 |     9799      0 |      660 |      668
3.88/3.98	c #cpu_time = 0.016s
3.88/3.98	c #wall_clock_time = 0.016s
3.88/3.98	c #decision = 209
3.88/3.98	c #random_decision = 0
3.88/3.98	c #conflict = 0
3.88/3.98	c #restart = 0
3.88/3.98	c BCD2: found a new core of size 1: cost of the new core is >=39304
3.88/3.98	c lower bound updated to 13422709496
3.88/3.98	c BCD2: 13468144919 <= obj <= 48161549405
3.88/3.98	c BCD2: #cores=77, #unrelaxed=231, #relaxed=313, #hardened=0
3.88/3.98	c BCD2: #sat=1 #unsat=115 bias=115/116
3.88/3.98	c Solving starts ...
3.88/3.98	c ============================[ Search Statistics ]============================
3.88/3.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.98	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.98	c =============================================================================
3.88/3.98	c  0.0s |       0 |        0 |        0 |     9799      0 |      660 |      668
3.88/3.98	c  0.0s |       0 |      211 |        0 |     9799      0 |      660 |      668
3.88/3.98	c #cpu_time = 0.018s
3.88/3.98	c #wall_clock_time = 0.018s
3.88/3.98	c #decision = 211
3.88/3.98	c #random_decision = 0
3.88/3.98	c #conflict = 0
3.88/3.98	c #restart = 0
3.88/3.98	c BCD2: found a new core of size 2: cost of the new core is >=34
3.88/3.98	c lower bound updated to 13422709530
3.88/3.98	c BCD2: 13468144953 <= obj <= 48161549405
3.88/3.98	c BCD2: #cores=78, #unrelaxed=229, #relaxed=315, #hardened=0
3.88/3.98	c BCD2: #sat=1 #unsat=116 bias=116/117
3.88/3.98	c Solving starts ...
3.88/3.98	c ============================[ Search Statistics ]============================
3.88/3.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.98	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.98	c =============================================================================
3.88/3.98	c  0.0s |       0 |        0 |        0 |     9799      0 |      660 |      668
3.88/3.98	c  0.0s |       0 |      378 |        1 |     9799      0 |      660 |      668
3.88/3.98	c #cpu_time = 0.016s
3.88/3.98	c #wall_clock_time = 0.016s
3.88/3.98	c #decision = 378
3.88/3.98	c #random_decision = 0
3.88/3.98	c #conflict = 1
3.88/3.98	c #restart = 0
3.88/3.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
3.88/3.98	c lower bound updated to 13422709531
3.88/3.98	c BCD2: 13468144954 <= obj <= 48161549405
3.88/3.98	c BCD2: #cores=78, #unrelaxed=228, #relaxed=316, #hardened=0
3.88/3.98	c BCD2: #sat=1 #unsat=117 bias=117/118
3.88/3.98	c Solving starts ...
3.88/3.98	c ============================[ Search Statistics ]============================
3.88/3.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.98	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.98	c =============================================================================
3.88/3.98	c  0.0s |       0 |        0 |        0 |     9799      0 |      661 |      668
3.88/3.98	c  0.0s |       0 |      211 |        0 |     9799      0 |      661 |      669
3.88/3.98	c #cpu_time = 0.016s
3.88/3.98	c #wall_clock_time = 0.016s
3.88/3.98	c #decision = 211
3.88/3.98	c #random_decision = 0
3.88/3.98	c #conflict = 0
3.88/3.98	c #restart = 0
3.88/3.98	c BCD2: found a new core of size 1: cost of the new core is >=1336336
3.88/3.98	c lower bound updated to 13424045867
3.88/3.98	c BCD2: 13469481290 <= obj <= 48161549405
3.88/3.98	c BCD2: #cores=79, #unrelaxed=227, #relaxed=317, #hardened=0
3.88/3.98	c BCD2: #sat=1 #unsat=118 bias=118/119
3.88/3.98	c Solving starts ...
3.88/3.98	c ============================[ Search Statistics ]============================
3.88/3.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.98	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.98	c =============================================================================
3.88/3.98	c  0.0s |       0 |        0 |        0 |     9799      0 |      661 |      669
3.88/3.98	c  0.0s |       0 |      212 |        0 |     9799      0 |      661 |      669
3.88/3.98	c #cpu_time = 0.016s
3.88/3.98	c #wall_clock_time = 0.016s
3.88/3.98	c #decision = 212
3.88/3.98	c #random_decision = 0
3.88/3.98	c #conflict = 0
3.88/3.98	c #restart = 0
3.88/3.98	c BCD2: found a new core of size 1: cost of the new core is >=39304
3.88/3.98	c lower bound updated to 13424085171
3.88/3.98	c BCD2: 13469520594 <= obj <= 48161549405
3.88/3.98	c BCD2: #cores=80, #unrelaxed=226, #relaxed=318, #hardened=0
3.88/3.98	c BCD2: #sat=1 #unsat=119 bias=119/120
3.88/3.98	c Solving starts ...
3.88/3.98	c ============================[ Search Statistics ]============================
3.88/3.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.98	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.98	c =============================================================================
3.88/3.98	c  0.0s |       0 |        0 |        0 |     9799      0 |      661 |      669
3.88/3.98	c  0.0s |       0 |      214 |        0 |     9799      0 |      661 |      669
3.88/3.98	c #cpu_time = 0.016s
3.88/3.98	c #wall_clock_time = 0.016s
3.88/3.98	c #decision = 214
3.88/3.98	c #random_decision = 0
3.88/3.98	c #conflict = 0
3.88/3.98	c #restart = 0
3.88/3.98	c BCD2: found a new core of size 2: cost of the new core is >=34
3.88/3.98	c lower bound updated to 13424085205
3.88/3.98	c BCD2: 13469520628 <= obj <= 48161549405
3.88/3.98	c BCD2: #cores=81, #unrelaxed=224, #relaxed=320, #hardened=0
3.88/3.98	c BCD2: #sat=1 #unsat=120 bias=120/121
3.88/3.98	c Solving starts ...
3.88/3.98	c ============================[ Search Statistics ]============================
3.88/3.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.98	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.98	c =============================================================================
3.88/3.98	c  0.0s |       0 |        0 |        0 |     9799      0 |      661 |      669
3.88/3.98	c  0.0s |       0 |      381 |        1 |     9799      0 |      661 |      669
3.88/3.98	c #cpu_time = 0.017s
3.88/3.98	c #wall_clock_time = 0.017s
3.88/3.98	c #decision = 381
3.88/3.98	c #random_decision = 0
3.88/3.98	c #conflict = 1
3.88/3.98	c #restart = 0
3.88/3.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
3.88/3.98	c lower bound updated to 13424085206
3.88/3.99	c BCD2: 13469520629 <= obj <= 48161549405
3.88/3.99	c BCD2: #cores=81, #unrelaxed=223, #relaxed=321, #hardened=0
3.88/3.99	c BCD2: #sat=1 #unsat=121 bias=121/122
3.88/3.99	c Solving starts ...
3.88/3.99	c ============================[ Search Statistics ]============================
3.88/3.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.88/3.99	c       |         |          |          |    Limit     GC | Var      | Constra 
3.88/3.99	c =============================================================================
3.88/3.99	c  0.0s |       0 |        0 |        0 |     9799      0 |      662 |      669
3.98/4.01	c  0.0s |       0 |      214 |        0 |     9799      0 |      662 |      670
3.98/4.01	c #cpu_time = 0.017s
3.98/4.01	c #wall_clock_time = 0.017s
3.98/4.01	c #decision = 214
3.98/4.01	c #random_decision = 0
3.98/4.01	c #conflict = 0
3.98/4.01	c #restart = 0
3.98/4.01	c BCD2: found a new core of size 1: cost of the new core is >=1336336
3.98/4.01	c lower bound updated to 13425421542
3.98/4.02	c BCD2: 13470856965 <= obj <= 48161549405
3.98/4.02	c BCD2: #cores=82, #unrelaxed=222, #relaxed=322, #hardened=0
3.98/4.02	c BCD2: #sat=1 #unsat=122 bias=122/123
3.98/4.02	c Solving starts ...
3.98/4.02	c ============================[ Search Statistics ]============================
3.98/4.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.98/4.02	c       |         |          |          |    Limit     GC | Var      | Constra 
3.98/4.02	c =============================================================================
3.98/4.03	c  0.0s |       0 |        0 |        0 |     9799      0 |      662 |      670
3.98/4.04	c  0.0s |       0 |      215 |        0 |     9799      0 |      662 |      670
3.98/4.04	c #cpu_time = 0.015s
3.98/4.04	c #wall_clock_time = 0.015s
3.98/4.04	c #decision = 215
3.98/4.04	c #random_decision = 0
3.98/4.04	c #conflict = 0
3.98/4.04	c #restart = 0
3.98/4.04	c BCD2: found a new core of size 1: cost of the new core is >=39304
3.98/4.04	c lower bound updated to 13425460846
3.98/4.05	c BCD2: 13470896269 <= obj <= 48161549405
3.98/4.05	c BCD2: #cores=83, #unrelaxed=221, #relaxed=323, #hardened=0
3.98/4.05	c BCD2: #sat=1 #unsat=123 bias=123/124
3.98/4.06	c Solving starts ...
3.98/4.06	c ============================[ Search Statistics ]============================
3.98/4.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.98/4.06	c       |         |          |          |    Limit     GC | Var      | Constra 
3.98/4.06	c =============================================================================
3.98/4.06	c  0.0s |       0 |        0 |        0 |     9799      0 |      662 |      670
3.98/4.07	c  0.0s |       0 |      217 |        0 |     9799      0 |      662 |      670
3.98/4.07	c #cpu_time = 0.017s
3.98/4.07	c #wall_clock_time = 0.017s
3.98/4.07	c #decision = 217
3.98/4.07	c #random_decision = 0
3.98/4.07	c #conflict = 0
3.98/4.07	c #restart = 0
3.98/4.07	c BCD2: found a new core of size 2: cost of the new core is >=34
3.98/4.07	c lower bound updated to 13425460880
3.98/4.08	c BCD2: 13470896303 <= obj <= 48161549405
3.98/4.08	c BCD2: #cores=84, #unrelaxed=219, #relaxed=325, #hardened=0
3.98/4.08	c BCD2: #sat=1 #unsat=124 bias=124/125
3.98/4.09	c Solving starts ...
3.98/4.09	c ============================[ Search Statistics ]============================
3.98/4.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.98/4.09	c       |         |          |          |    Limit     GC | Var      | Constra 
3.98/4.09	c =============================================================================
3.98/4.09	c  0.0s |       0 |        0 |        0 |     9799      0 |      662 |      670
4.08/4.11	c  0.0s |       0 |      384 |        1 |     9799      0 |      662 |      670
4.08/4.11	c #cpu_time = 0.019s
4.08/4.11	c #wall_clock_time = 0.019s
4.08/4.11	c #decision = 384
4.08/4.11	c #random_decision = 0
4.08/4.11	c #conflict = 1
4.08/4.11	c #restart = 0
4.08/4.11	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
4.08/4.11	c lower bound updated to 13425460881
4.08/4.12	c BCD2: 13470896304 <= obj <= 48161549405
4.08/4.12	c BCD2: #cores=84, #unrelaxed=218, #relaxed=326, #hardened=0
4.08/4.12	c BCD2: #sat=1 #unsat=125 bias=125/126
4.08/4.12	c Solving starts ...
4.08/4.12	c ============================[ Search Statistics ]============================
4.08/4.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.08/4.12	c       |         |          |          |    Limit     GC | Var      | Constra 
4.08/4.12	c =============================================================================
4.08/4.12	c  0.0s |       0 |        0 |        0 |     9799      0 |      663 |      670
4.08/4.14	c  0.0s |       0 |      217 |        0 |     9799      0 |      663 |      671
4.08/4.14	c #cpu_time = 0.017s
4.08/4.14	c #wall_clock_time = 0.017s
4.08/4.14	c #decision = 217
4.08/4.14	c #random_decision = 0
4.08/4.14	c #conflict = 0
4.08/4.14	c #restart = 0
4.08/4.14	c BCD2: found a new core of size 1: cost of the new core is >=1336336
4.08/4.14	c lower bound updated to 13426797217
4.08/4.15	c BCD2: 13472232640 <= obj <= 48161549405
4.08/4.15	c BCD2: #cores=85, #unrelaxed=217, #relaxed=327, #hardened=0
4.08/4.15	c BCD2: #sat=1 #unsat=126 bias=126/127
4.08/4.15	c Solving starts ...
4.08/4.15	c ============================[ Search Statistics ]============================
4.08/4.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.08/4.15	c       |         |          |          |    Limit     GC | Var      | Constra 
4.08/4.15	c =============================================================================
4.08/4.15	c  0.0s |       0 |        0 |        0 |     9799      0 |      663 |      671
4.08/4.17	c  0.0s |       0 |      218 |        0 |     9799      0 |      663 |      671
4.08/4.17	c #cpu_time = 0.017s
4.08/4.17	c #wall_clock_time = 0.017s
4.08/4.17	c #decision = 218
4.08/4.17	c #random_decision = 0
4.08/4.17	c #conflict = 0
4.08/4.17	c #restart = 0
4.08/4.17	c BCD2: found a new core of size 1: cost of the new core is >=39304
4.08/4.17	c lower bound updated to 13426836521
4.08/4.18	c BCD2: 13472271944 <= obj <= 48161549405
4.08/4.18	c BCD2: #cores=86, #unrelaxed=216, #relaxed=328, #hardened=0
4.08/4.18	c BCD2: #sat=1 #unsat=127 bias=127/128
4.08/4.19	c Solving starts ...
4.08/4.19	c ============================[ Search Statistics ]============================
4.08/4.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.08/4.19	c       |         |          |          |    Limit     GC | Var      | Constra 
4.08/4.19	c =============================================================================
4.08/4.19	c  0.0s |       0 |        0 |        0 |     9799      0 |      663 |      671
4.18/4.20	c  0.0s |       0 |      220 |        0 |     9799      0 |      663 |      671
4.18/4.20	c #cpu_time = 0.019s
4.18/4.20	c #wall_clock_time = 0.019s
4.18/4.20	c #decision = 220
4.18/4.20	c #random_decision = 0
4.18/4.20	c #conflict = 0
4.18/4.21	c #restart = 0
4.18/4.21	c BCD2: found a new core of size 2: cost of the new core is >=34
4.18/4.21	c lower bound updated to 13426836555
4.18/4.22	c BCD2: 13472271978 <= obj <= 48161549405
4.18/4.22	c BCD2: #cores=87, #unrelaxed=214, #relaxed=330, #hardened=0
4.18/4.22	c BCD2: #sat=1 #unsat=128 bias=128/129
4.18/4.22	c Solving starts ...
4.18/4.22	c ============================[ Search Statistics ]============================
4.18/4.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.18/4.22	c       |         |          |          |    Limit     GC | Var      | Constra 
4.18/4.22	c =============================================================================
4.18/4.22	c  0.0s |       0 |        0 |        0 |     9799      0 |      663 |      671
4.18/4.24	c  0.0s |       0 |      403 |        1 |     9799      0 |      663 |      671
4.18/4.24	c #cpu_time = 0.018s
4.18/4.24	c #wall_clock_time = 0.018s
4.18/4.24	c #decision = 403
4.18/4.24	c #random_decision = 0
4.18/4.24	c #conflict = 1
4.18/4.24	c #restart = 0
4.18/4.24	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
4.18/4.24	c lower bound updated to 13426836556
4.18/4.25	c BCD2: 13472271979 <= obj <= 48161549405
4.18/4.25	c BCD2: #cores=87, #unrelaxed=213, #relaxed=331, #hardened=0
4.18/4.25	c BCD2: #sat=1 #unsat=129 bias=129/130
4.18/4.26	c Solving starts ...
4.18/4.26	c ============================[ Search Statistics ]============================
4.18/4.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.18/4.26	c       |         |          |          |    Limit     GC | Var      | Constra 
4.18/4.26	c =============================================================================
4.18/4.26	c  0.0s |       0 |        0 |        0 |     9799      0 |      664 |      671
4.18/4.27	c  0.0s |       0 |      220 |        0 |     9799      0 |      664 |      672
4.18/4.27	c #cpu_time = 0.018s
4.18/4.27	c #wall_clock_time = 0.018s
4.18/4.27	c #decision = 220
4.18/4.27	c #random_decision = 0
4.18/4.27	c #conflict = 0
4.18/4.27	c #restart = 0
4.18/4.27	c BCD2: found a new core of size 1: cost of the new core is >=1336336
4.18/4.27	c lower bound updated to 13428172892
4.18/4.29	c BCD2: 13473608315 <= obj <= 48161549405
4.18/4.29	c BCD2: #cores=88, #unrelaxed=212, #relaxed=332, #hardened=0
4.18/4.29	c BCD2: #sat=1 #unsat=130 bias=130/131
4.18/4.29	c Solving starts ...
4.18/4.29	c ============================[ Search Statistics ]============================
4.18/4.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.18/4.29	c       |         |          |          |    Limit     GC | Var      | Constra 
4.18/4.29	c =============================================================================
4.18/4.29	c  0.0s |       0 |        0 |        0 |     9799      0 |      664 |      672
4.28/4.31	c  0.0s |       0 |      221 |        0 |     9799      0 |      664 |      672
4.28/4.31	c #cpu_time = 0.018s
4.28/4.31	c #wall_clock_time = 0.018s
4.28/4.31	c #decision = 221
4.28/4.31	c #random_decision = 0
4.28/4.31	c #conflict = 0
4.28/4.31	c #restart = 0
4.28/4.31	c BCD2: found a new core of size 1: cost of the new core is >=39304
4.28/4.31	c lower bound updated to 13428212196
4.28/4.32	c BCD2: 13473647619 <= obj <= 48161549405
4.28/4.32	c BCD2: #cores=89, #unrelaxed=211, #relaxed=333, #hardened=0
4.28/4.32	c BCD2: #sat=1 #unsat=131 bias=131/132
4.28/4.32	c Solving starts ...
4.28/4.32	c ============================[ Search Statistics ]============================
4.28/4.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.28/4.32	c       |         |          |          |    Limit     GC | Var      | Constra 
4.28/4.32	c =============================================================================
4.28/4.32	c  0.0s |       0 |        0 |        0 |     9799      0 |      664 |      672
4.28/4.34	c  0.0s |       0 |      223 |        0 |     9799      0 |      664 |      672
4.28/4.34	c #cpu_time = 0.018s
4.28/4.34	c #wall_clock_time = 0.018s
4.28/4.34	c #decision = 223
4.28/4.34	c #random_decision = 0
4.28/4.34	c #conflict = 0
4.28/4.34	c #restart = 0
4.28/4.34	c BCD2: found a new core of size 2: cost of the new core is >=34
4.28/4.34	c lower bound updated to 13428212230
4.28/4.35	c BCD2: 13473647653 <= obj <= 48161549405
4.28/4.35	c BCD2: #cores=90, #unrelaxed=209, #relaxed=335, #hardened=0
4.28/4.35	c BCD2: #sat=1 #unsat=132 bias=132/133
4.28/4.36	c Solving starts ...
4.28/4.36	c ============================[ Search Statistics ]============================
4.28/4.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.28/4.36	c       |         |          |          |    Limit     GC | Var      | Constra 
4.28/4.36	c =============================================================================
4.28/4.36	c  0.0s |       0 |        0 |        0 |     9799      0 |      664 |      672
4.28/4.37	c  0.0s |       0 |      390 |        1 |     9799      0 |      664 |      672
4.28/4.37	c #cpu_time = 0.018s
4.28/4.37	c #wall_clock_time = 0.018s
4.28/4.37	c #decision = 390
4.28/4.37	c #random_decision = 0
4.28/4.37	c #conflict = 1
4.28/4.37	c #restart = 0
4.28/4.37	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
4.28/4.37	c lower bound updated to 13428212231
4.28/4.39	c BCD2: 13473647654 <= obj <= 48161549405
4.28/4.39	c BCD2: #cores=90, #unrelaxed=208, #relaxed=336, #hardened=0
4.28/4.39	c BCD2: #sat=1 #unsat=133 bias=133/134
4.28/4.39	c Solving starts ...
4.28/4.39	c ============================[ Search Statistics ]============================
4.28/4.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.28/4.39	c       |         |          |          |    Limit     GC | Var      | Constra 
4.28/4.39	c =============================================================================
4.28/4.39	c  0.0s |       0 |        0 |        0 |     9799      0 |      665 |      672
4.39/4.41	c  0.0s |       0 |      223 |        0 |     9799      0 |      665 |      673
4.39/4.41	c #cpu_time = 0.019s
4.39/4.41	c #wall_clock_time = 0.019s
4.39/4.41	c #decision = 223
4.39/4.41	c #random_decision = 0
4.39/4.41	c #conflict = 0
4.39/4.41	c #restart = 0
4.39/4.41	c BCD2: found a new core of size 1: cost of the new core is >=1336336
4.39/4.41	c lower bound updated to 13429548567
4.39/4.42	c BCD2: 13474983990 <= obj <= 48161549405
4.39/4.42	c BCD2: #cores=91, #unrelaxed=207, #relaxed=337, #hardened=0
4.39/4.42	c BCD2: #sat=1 #unsat=134 bias=134/135
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 |     9799      0 |      665 |      673
4.39/4.44	c  0.0s |       0 |      224 |        0 |     9799      0 |      665 |      673
4.39/4.44	c #cpu_time = 0.018s
4.39/4.44	c #wall_clock_time = 0.018s
4.39/4.44	c #decision = 224
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 1: cost of the new core is >=39304
4.39/4.44	c lower bound updated to 13429587871
4.39/4.45	c BCD2: 13475023294 <= obj <= 48161549405
4.39/4.45	c BCD2: #cores=92, #unrelaxed=206, #relaxed=338, #hardened=0
4.39/4.45	c BCD2: #sat=1 #unsat=135 bias=135/136
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 |     9799      0 |      665 |      673
4.39/4.48	c  0.0s |       0 |      226 |        0 |     9799      0 |      665 |      673
4.39/4.48	c #cpu_time = 0.018s
4.39/4.48	c #wall_clock_time = 0.018s
4.39/4.48	c #decision = 226
4.39/4.48	c #random_decision = 0
4.39/4.48	c #conflict = 0
4.39/4.48	c #restart = 0
4.39/4.48	c BCD2: found a new core of size 2: cost of the new core is >=34
4.39/4.48	c lower bound updated to 13429587905
4.39/4.49	c BCD2: 13475023328 <= obj <= 48161549405
4.39/4.49	c BCD2: #cores=93, #unrelaxed=204, #relaxed=340, #hardened=0
4.39/4.49	c BCD2: #sat=1 #unsat=136 bias=136/137
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 |     9799      0 |      665 |      673
4.49/4.51	c  0.0s |       0 |      393 |        1 |     9799      0 |      665 |      673
4.49/4.51	c #cpu_time = 0.020s
4.49/4.51	c #wall_clock_time = 0.020s
4.49/4.51	c #decision = 393
4.49/4.51	c #random_decision = 0
4.49/4.51	c #conflict = 1
4.49/4.51	c #restart = 0
4.49/4.51	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
4.49/4.51	c lower bound updated to 13429587906
4.49/4.52	c BCD2: 13475023329 <= obj <= 48161549405
4.49/4.52	c BCD2: #cores=93, #unrelaxed=203, #relaxed=341, #hardened=0
4.49/4.52	c BCD2: #sat=1 #unsat=137 bias=137/138
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.53	c  0.0s |       0 |        0 |        0 |     9799      0 |      666 |      673
4.49/4.55	c  0.0s |       0 |      226 |        0 |     9799      0 |      666 |      674
4.49/4.55	c #cpu_time = 0.017s
4.49/4.55	c #wall_clock_time = 0.017s
4.49/4.55	c #decision = 226
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: found a new core of size 1: cost of the new core is >=1336336
4.49/4.55	c lower bound updated to 13430924242
4.49/4.56	c BCD2: 13476359665 <= obj <= 48161549405
4.49/4.56	c BCD2: #cores=94, #unrelaxed=202, #relaxed=342, #hardened=0
4.49/4.56	c BCD2: #sat=1 #unsat=138 bias=138/139
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 |     9799      0 |      666 |      674
4.49/4.58	c  0.0s |       0 |      227 |        0 |     9799      0 |      666 |      674
4.49/4.58	c #cpu_time = 0.018s
4.49/4.58	c #wall_clock_time = 0.018s
4.49/4.58	c #decision = 227
4.49/4.58	c #random_decision = 0
4.49/4.58	c #conflict = 0
4.49/4.58	c #restart = 0
4.49/4.58	c BCD2: found a new core of size 1: cost of the new core is >=39304
4.49/4.58	c lower bound updated to 13430963546
4.49/4.59	c BCD2: 13476398969 <= obj <= 48161549405
4.49/4.59	c BCD2: #cores=95, #unrelaxed=201, #relaxed=343, #hardened=0
4.49/4.59	c BCD2: #sat=1 #unsat=139 bias=139/140
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 |     9799      0 |      666 |      674
4.58/4.61	c  0.0s |       0 |      229 |        0 |     9799      0 |      666 |      674
4.58/4.61	c #cpu_time = 0.019s
4.58/4.61	c #wall_clock_time = 0.019s
4.58/4.61	c #decision = 229
4.58/4.61	c #random_decision = 0
4.58/4.61	c #conflict = 0
4.58/4.61	c #restart = 0
4.58/4.61	c BCD2: found a new core of size 2: cost of the new core is >=34
4.58/4.61	c lower bound updated to 13430963580
4.58/4.62	c BCD2: 13476399003 <= obj <= 48161549405
4.58/4.62	c BCD2: #cores=96, #unrelaxed=199, #relaxed=345, #hardened=0
4.58/4.62	c BCD2: #sat=1 #unsat=140 bias=140/141
4.58/4.63	c Solving starts ...
4.58/4.63	c ============================[ Search Statistics ]============================
4.58/4.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.63	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.63	c =============================================================================
4.58/4.63	c  0.0s |       0 |        0 |        0 |     9799      0 |      666 |      674
4.58/4.65	c  0.0s |       0 |      396 |        1 |     9799      0 |      666 |      674
4.58/4.65	c #cpu_time = 0.018s
4.58/4.65	c #wall_clock_time = 0.018s
4.58/4.65	c #decision = 396
4.58/4.65	c #random_decision = 0
4.58/4.65	c #conflict = 1
4.58/4.65	c #restart = 0
4.58/4.65	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
4.58/4.65	c lower bound updated to 13430963581
4.58/4.66	c BCD2: 13476399004 <= obj <= 48161549405
4.58/4.66	c BCD2: #cores=96, #unrelaxed=198, #relaxed=346, #hardened=0
4.58/4.66	c BCD2: #sat=1 #unsat=141 bias=141/142
4.58/4.66	c Solving starts ...
4.58/4.66	c ============================[ Search Statistics ]============================
4.58/4.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.66	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.66	c =============================================================================
4.58/4.66	c  0.0s |       0 |        0 |        0 |     9799      0 |      667 |      674
4.58/4.68	c  0.0s |       0 |      229 |        0 |     9799      0 |      667 |      675
4.58/4.68	c #cpu_time = 0.019s
4.58/4.68	c #wall_clock_time = 0.019s
4.58/4.68	c #decision = 229
4.58/4.68	c #random_decision = 0
4.58/4.68	c #conflict = 0
4.58/4.68	c #restart = 0
4.58/4.68	c BCD2: found a new core of size 1: cost of the new core is >=1336336
4.58/4.68	c lower bound updated to 13432299917
4.58/4.69	c BCD2: 13477735340 <= obj <= 48161549405
4.58/4.69	c BCD2: #cores=97, #unrelaxed=197, #relaxed=347, #hardened=0
4.58/4.69	c BCD2: #sat=1 #unsat=142 bias=142/143
4.68/4.70	c Solving starts ...
4.68/4.70	c ============================[ Search Statistics ]============================
4.68/4.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.68/4.70	c       |         |          |          |    Limit     GC | Var      | Constra 
4.68/4.70	c =============================================================================
4.68/4.70	c  0.0s |       0 |        0 |        0 |     9799      0 |      667 |      675
4.68/4.72	c  0.0s |       0 |      230 |        0 |     9799      0 |      667 |      675
4.68/4.72	c #cpu_time = 0.019s
4.68/4.72	c #wall_clock_time = 0.019s
4.68/4.72	c #decision = 230
4.68/4.72	c #random_decision = 0
4.68/4.72	c #conflict = 0
4.68/4.72	c #restart = 0
4.68/4.72	c BCD2: found a new core of size 1: cost of the new core is >=39304
4.68/4.72	c lower bound updated to 13432339221
4.68/4.73	c BCD2: 13477774644 <= obj <= 48161549405
4.68/4.73	c BCD2: #cores=98, #unrelaxed=196, #relaxed=348, #hardened=0
4.68/4.73	c BCD2: #sat=1 #unsat=143 bias=143/144
4.68/4.73	c Solving starts ...
4.68/4.73	c ============================[ Search Statistics ]============================
4.68/4.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.68/4.73	c       |         |          |          |    Limit     GC | Var      | Constra 
4.68/4.73	c =============================================================================
4.68/4.73	c  0.0s |       0 |        0 |        0 |     9799      0 |      667 |      675
4.68/4.75	c  0.0s |       0 |      232 |        0 |     9799      0 |      667 |      675
4.68/4.75	c #cpu_time = 0.019s
4.68/4.75	c #wall_clock_time = 0.019s
4.68/4.75	c #decision = 232
4.68/4.75	c #random_decision = 0
4.68/4.75	c #conflict = 0
4.68/4.75	c #restart = 0
4.68/4.75	c BCD2: found a new core of size 2: cost of the new core is >=34
4.68/4.75	c lower bound updated to 13432339255
4.68/4.76	c BCD2: 13477774678 <= obj <= 48161549405
4.68/4.76	c BCD2: #cores=99, #unrelaxed=194, #relaxed=350, #hardened=0
4.68/4.76	c BCD2: #sat=1 #unsat=144 bias=144/145
4.68/4.76	c Solving starts ...
4.68/4.76	c ============================[ Search Statistics ]============================
4.68/4.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.68/4.76	c       |         |          |          |    Limit     GC | Var      | Constra 
4.68/4.76	c =============================================================================
4.68/4.77	c  0.0s |       0 |        0 |        0 |     9799      0 |      667 |      675
4.68/4.79	c  0.0s |       0 |      419 |        1 |     9799      0 |      667 |      675
4.68/4.79	c #cpu_time = 0.019s
4.68/4.79	c #wall_clock_time = 0.019s
4.68/4.79	c #decision = 419
4.68/4.79	c #random_decision = 0
4.68/4.79	c #conflict = 1
4.68/4.79	c #restart = 0
4.68/4.79	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
4.68/4.79	c lower bound updated to 13432339256
4.79/4.80	c BCD2: 13477774679 <= obj <= 48161549405
4.79/4.80	c BCD2: #cores=99, #unrelaxed=193, #relaxed=351, #hardened=0
4.79/4.80	c BCD2: #sat=1 #unsat=145 bias=145/146
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 |     9799      0 |      668 |      675
4.79/4.82	c  0.0s |       0 |      232 |        0 |     9799      0 |      668 |      676
4.79/4.82	c #cpu_time = 0.020s
4.79/4.82	c #wall_clock_time = 0.020s
4.79/4.82	c #decision = 232
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: found a new core of size 1: cost of the new core is >=1336336
4.79/4.82	c lower bound updated to 13433675592
4.79/4.83	c BCD2: 13479111015 <= obj <= 48161549405
4.79/4.83	c BCD2: #cores=100, #unrelaxed=192, #relaxed=352, #hardened=0
4.79/4.83	c BCD2: #sat=1 #unsat=146 bias=146/147
4.79/4.84	c Solving starts ...
4.79/4.84	c ============================[ Search Statistics ]============================
4.79/4.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.84	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.84	c =============================================================================
4.79/4.84	c  0.0s |       0 |        0 |        0 |     9799      0 |      668 |      676
4.79/4.86	c  0.0s |       0 |      233 |        0 |     9799      0 |      668 |      676
4.79/4.86	c #cpu_time = 0.018s
4.79/4.86	c #wall_clock_time = 0.018s
4.79/4.86	c #decision = 233
4.79/4.86	c #random_decision = 0
4.79/4.86	c #conflict = 0
4.79/4.86	c #restart = 0
4.79/4.86	c BCD2: found a new core of size 1: cost of the new core is >=39304
4.79/4.86	c lower bound updated to 13433714896
4.79/4.87	c BCD2: 13479150319 <= obj <= 48161549405
4.79/4.87	c BCD2: #cores=101, #unrelaxed=191, #relaxed=353, #hardened=0
4.79/4.87	c BCD2: #sat=1 #unsat=147 bias=147/148
4.79/4.87	c Solving starts ...
4.79/4.87	c ============================[ Search Statistics ]============================
4.79/4.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.79/4.87	c       |         |          |          |    Limit     GC | Var      | Constra 
4.79/4.87	c =============================================================================
4.79/4.87	c  0.0s |       0 |        0 |        0 |     9799      0 |      668 |      676
4.79/4.89	c  0.0s |       0 |      235 |        0 |     9799      0 |      668 |      676
4.79/4.89	c #cpu_time = 0.020s
4.79/4.89	c #wall_clock_time = 0.020s
4.79/4.89	c #decision = 235
4.79/4.89	c #random_decision = 0
4.79/4.89	c #conflict = 0
4.79/4.89	c #restart = 0
4.79/4.89	c BCD2: found a new core of size 2: cost of the new core is >=34
4.79/4.89	c lower bound updated to 13433714930
4.89/4.90	c BCD2: 13479150353 <= obj <= 48161549405
4.89/4.90	c BCD2: #cores=102, #unrelaxed=189, #relaxed=355, #hardened=0
4.89/4.90	c BCD2: #sat=1 #unsat=148 bias=148/149
4.89/4.91	c Solving starts ...
4.89/4.91	c ============================[ Search Statistics ]============================
4.89/4.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.91	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.91	c =============================================================================
4.89/4.91	c  0.0s |       0 |        0 |        0 |     9799      0 |      668 |      676
4.89/4.93	c  0.0s |       0 |      402 |        1 |     9799      0 |      668 |      676
4.89/4.93	c #cpu_time = 0.021s
4.89/4.93	c #wall_clock_time = 0.021s
4.89/4.93	c #decision = 402
4.89/4.93	c #random_decision = 0
4.89/4.93	c #conflict = 1
4.89/4.93	c #restart = 0
4.89/4.93	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
4.89/4.93	c lower bound updated to 13433714931
4.89/4.94	c BCD2: 13479150354 <= obj <= 48161549405
4.89/4.94	c BCD2: #cores=102, #unrelaxed=188, #relaxed=356, #hardened=0
4.89/4.94	c BCD2: #sat=1 #unsat=149 bias=149/150
4.89/4.94	c Solving starts ...
4.89/4.94	c ============================[ Search Statistics ]============================
4.89/4.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.94	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.94	c =============================================================================
4.89/4.94	c  0.0s |       0 |        0 |        0 |     9799      0 |      669 |      676
4.89/4.96	c  0.0s |       0 |      235 |        0 |     9799      0 |      669 |      677
4.89/4.96	c #cpu_time = 0.020s
4.89/4.96	c #wall_clock_time = 0.022s
4.89/4.96	c #decision = 235
4.89/4.96	c #random_decision = 0
4.89/4.96	c #conflict = 0
4.89/4.96	c #restart = 0
4.89/4.96	c BCD2: found a new core of size 1: cost of the new core is >=1336336
4.89/4.96	c lower bound updated to 13435051267
4.89/4.98	c BCD2: 13480486690 <= obj <= 48161549405
4.89/4.98	c BCD2: #cores=103, #unrelaxed=187, #relaxed=357, #hardened=0
4.89/4.98	c BCD2: #sat=1 #unsat=150 bias=150/151
4.89/4.98	c Solving starts ...
4.89/4.98	c ============================[ Search Statistics ]============================
4.89/4.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.98	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.98	c =============================================================================
4.89/4.98	c  0.0s |       0 |        0 |        0 |     9799      0 |      669 |      677
4.99/5.00	c  0.0s |       0 |      236 |        0 |     9799      0 |      669 |      677
4.99/5.00	c #cpu_time = 0.018s
4.99/5.00	c #wall_clock_time = 0.018s
4.99/5.00	c #decision = 236
4.99/5.00	c #random_decision = 0
4.99/5.00	c #conflict = 0
4.99/5.00	c #restart = 0
4.99/5.00	c BCD2: found a new core of size 1: cost of the new core is >=39304
4.99/5.00	c lower bound updated to 13435090571
4.99/5.01	c BCD2: 13480525994 <= obj <= 48161549405
4.99/5.01	c BCD2: #cores=104, #unrelaxed=186, #relaxed=358, #hardened=0
4.99/5.01	c BCD2: #sat=1 #unsat=151 bias=151/152
4.99/5.01	c Solving starts ...
4.99/5.01	c ============================[ Search Statistics ]============================
4.99/5.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.01	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.01	c =============================================================================
4.99/5.01	c  0.0s |       0 |        0 |        0 |     9799      0 |      669 |      677
4.99/5.03	c  0.0s |       0 |      238 |        0 |     9799      0 |      669 |      677
4.99/5.03	c #cpu_time = 0.020s
4.99/5.03	c #wall_clock_time = 0.020s
4.99/5.03	c #decision = 238
4.99/5.03	c #random_decision = 0
4.99/5.03	c #conflict = 0
4.99/5.03	c #restart = 0
4.99/5.03	c BCD2: found a new core of size 2: cost of the new core is >=34
4.99/5.03	c lower bound updated to 13435090605
4.99/5.05	c BCD2: 13480526028 <= obj <= 48161549405
4.99/5.05	c BCD2: #cores=105, #unrelaxed=184, #relaxed=360, #hardened=0
4.99/5.05	c BCD2: #sat=1 #unsat=152 bias=152/153
4.99/5.05	c Solving starts ...
4.99/5.05	c ============================[ Search Statistics ]============================
4.99/5.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.05	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.05	c =============================================================================
4.99/5.05	c  0.0s |       0 |        0 |        0 |     9799      0 |      669 |      677
4.99/5.07	c  0.0s |       0 |      405 |        1 |     9799      0 |      669 |      677
4.99/5.07	c #cpu_time = 0.021s
4.99/5.07	c #wall_clock_time = 0.021s
4.99/5.07	c #decision = 405
4.99/5.07	c #random_decision = 0
4.99/5.07	c #conflict = 1
4.99/5.07	c #restart = 0
4.99/5.07	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
4.99/5.07	c lower bound updated to 13435090606
4.99/5.08	c BCD2: 13480526029 <= obj <= 48161549405
4.99/5.08	c BCD2: #cores=105, #unrelaxed=183, #relaxed=361, #hardened=0
4.99/5.08	c BCD2: #sat=1 #unsat=153 bias=153/154
4.99/5.08	c Solving starts ...
4.99/5.08	c ============================[ Search Statistics ]============================
4.99/5.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.99/5.08	c       |         |          |          |    Limit     GC | Var      | Constra 
4.99/5.08	c =============================================================================
4.99/5.08	c  0.0s |       0 |        0 |        0 |     9799      0 |      670 |      677
5.09/5.10	c  0.0s |       0 |      238 |        0 |     9799      0 |      670 |      678
5.09/5.10	c #cpu_time = 0.020s
5.09/5.10	c #wall_clock_time = 0.020s
5.09/5.10	c #decision = 238
5.09/5.10	c #random_decision = 0
5.09/5.10	c #conflict = 0
5.09/5.10	c #restart = 0
5.09/5.10	c BCD2: found a new core of size 1: cost of the new core is >=1336336
5.09/5.10	c lower bound updated to 13436426942
5.09/5.12	c BCD2: 13481862365 <= obj <= 48161549405
5.09/5.12	c BCD2: #cores=106, #unrelaxed=182, #relaxed=362, #hardened=0
5.09/5.12	c BCD2: #sat=1 #unsat=154 bias=154/155
5.09/5.12	c Solving starts ...
5.09/5.12	c ============================[ Search Statistics ]============================
5.09/5.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.12	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.12	c =============================================================================
5.09/5.12	c  0.0s |       0 |        0 |        0 |     9799      0 |      670 |      678
5.09/5.14	c  0.0s |       0 |      239 |        0 |     9799      0 |      670 |      678
5.09/5.14	c #cpu_time = 0.018s
5.09/5.14	c #wall_clock_time = 0.018s
5.09/5.14	c #decision = 239
5.09/5.14	c #random_decision = 0
5.09/5.14	c #conflict = 0
5.09/5.14	c #restart = 0
5.09/5.14	c BCD2: found a new core of size 1: cost of the new core is >=39304
5.09/5.14	c lower bound updated to 13436466246
5.09/5.15	c BCD2: 13481901669 <= obj <= 48161549405
5.09/5.15	c BCD2: #cores=107, #unrelaxed=181, #relaxed=363, #hardened=0
5.09/5.15	c BCD2: #sat=1 #unsat=155 bias=155/156
5.09/5.16	c Solving starts ...
5.09/5.16	c ============================[ Search Statistics ]============================
5.09/5.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.16	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.16	c =============================================================================
5.09/5.16	c  0.0s |       0 |        0 |        0 |     9799      0 |      670 |      678
5.09/5.18	c  0.0s |       0 |      241 |        0 |     9799      0 |      670 |      678
5.09/5.18	c #cpu_time = 0.020s
5.09/5.18	c #wall_clock_time = 0.020s
5.09/5.18	c #decision = 241
5.09/5.18	c #random_decision = 0
5.09/5.18	c #conflict = 0
5.09/5.18	c #restart = 0
5.09/5.18	c BCD2: found a new core of size 2: cost of the new core is >=34
5.09/5.18	c lower bound updated to 13436466280
5.09/5.19	c BCD2: 13481901703 <= obj <= 48161549405
5.09/5.19	c BCD2: #cores=108, #unrelaxed=179, #relaxed=365, #hardened=0
5.09/5.19	c BCD2: #sat=1 #unsat=156 bias=156/157
5.09/5.19	c Solving starts ...
5.09/5.19	c ============================[ Search Statistics ]============================
5.09/5.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.19	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.19	c =============================================================================
5.09/5.19	c  0.0s |       0 |        0 |        0 |     9799      0 |      670 |      678
5.19/5.21	c  0.0s |       0 |      408 |        1 |     9799      0 |      670 |      678
5.19/5.21	c #cpu_time = 0.022s
5.19/5.21	c #wall_clock_time = 0.022s
5.19/5.21	c #decision = 408
5.19/5.21	c #random_decision = 0
5.19/5.21	c #conflict = 1
5.19/5.21	c #restart = 0
5.19/5.21	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
5.19/5.21	c lower bound updated to 13436466281
5.19/5.22	c BCD2: 13481901704 <= obj <= 48161549405
5.19/5.22	c BCD2: #cores=108, #unrelaxed=178, #relaxed=366, #hardened=0
5.19/5.22	c BCD2: #sat=1 #unsat=157 bias=157/158
5.19/5.23	c Solving starts ...
5.19/5.23	c ============================[ Search Statistics ]============================
5.19/5.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.19/5.23	c       |         |          |          |    Limit     GC | Var      | Constra 
5.19/5.23	c =============================================================================
5.19/5.27	c  0.0s |       0 |        0 |        0 |     9799      0 |      671 |      678
5.19/5.29	c  0.0s |       0 |      241 |        0 |     9799      0 |      671 |      679
5.19/5.29	c #cpu_time = 0.018s
5.19/5.29	c #wall_clock_time = 0.018s
5.19/5.29	c #decision = 241
5.19/5.29	c #random_decision = 0
5.19/5.29	c #conflict = 0
5.19/5.29	c #restart = 0
5.19/5.29	c BCD2: found a new core of size 1: cost of the new core is >=1336336
5.19/5.29	c lower bound updated to 13437802617
5.29/5.30	c BCD2: 13483238040 <= obj <= 48161549405
5.29/5.30	c BCD2: #cores=109, #unrelaxed=177, #relaxed=367, #hardened=0
5.29/5.30	c BCD2: #sat=1 #unsat=158 bias=158/159
5.29/5.31	c Solving starts ...
5.29/5.31	c ============================[ Search Statistics ]============================
5.29/5.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.31	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.31	c =============================================================================
5.29/5.31	c  0.0s |       0 |        0 |        0 |     9799      0 |      671 |      679
5.29/5.33	c  0.0s |       0 |      242 |        0 |     9799      0 |      671 |      679
5.29/5.33	c #cpu_time = 0.019s
5.29/5.33	c #wall_clock_time = 0.019s
5.29/5.33	c #decision = 242
5.29/5.33	c #random_decision = 0
5.29/5.33	c #conflict = 0
5.29/5.33	c #restart = 0
5.29/5.33	c BCD2: found a new core of size 1: cost of the new core is >=39304
5.29/5.33	c lower bound updated to 13437841921
5.29/5.34	c BCD2: 13483277344 <= obj <= 48161549405
5.29/5.34	c BCD2: #cores=110, #unrelaxed=176, #relaxed=368, #hardened=0
5.29/5.34	c BCD2: #sat=1 #unsat=159 bias=159/160
5.29/5.34	c Solving starts ...
5.29/5.34	c ============================[ Search Statistics ]============================
5.29/5.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.34	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.34	c =============================================================================
5.29/5.34	c  0.0s |       0 |        0 |        0 |     9799      0 |      671 |      679
5.29/5.36	c  0.0s |       0 |      244 |        0 |     9799      0 |      671 |      679
5.29/5.36	c #cpu_time = 0.020s
5.29/5.36	c #wall_clock_time = 0.020s
5.29/5.36	c #decision = 244
5.29/5.36	c #random_decision = 0
5.29/5.36	c #conflict = 0
5.29/5.36	c #restart = 0
5.29/5.36	c BCD2: found a new core of size 2: cost of the new core is >=34
5.29/5.36	c lower bound updated to 13437841955
5.29/5.37	c BCD2: 13483277378 <= obj <= 48161549405
5.29/5.37	c BCD2: #cores=111, #unrelaxed=174, #relaxed=370, #hardened=0
5.29/5.37	c BCD2: #sat=1 #unsat=160 bias=160/161
5.29/5.37	c Solving starts ...
5.29/5.37	c ============================[ Search Statistics ]============================
5.29/5.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.29/5.37	c       |         |          |          |    Limit     GC | Var      | Constra 
5.29/5.37	c =============================================================================
5.29/5.37	c  0.0s |       0 |        0 |        0 |     9799      0 |      671 |      679
5.29/5.39	c  0.0s |       0 |      411 |        1 |     9799      0 |      671 |      679
5.29/5.39	c #cpu_time = 0.021s
5.29/5.39	c #wall_clock_time = 0.021s
5.29/5.39	c #decision = 411
5.29/5.39	c #random_decision = 0
5.29/5.39	c #conflict = 1
5.29/5.39	c #restart = 0
5.29/5.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
5.29/5.39	c lower bound updated to 13437841956
5.39/5.41	c BCD2: 13483277379 <= obj <= 48161549405
5.39/5.41	c BCD2: #cores=111, #unrelaxed=173, #relaxed=371, #hardened=0
5.39/5.41	c BCD2: #sat=1 #unsat=161 bias=161/162
5.39/5.41	c Solving starts ...
5.39/5.41	c ============================[ Search Statistics ]============================
5.39/5.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.41	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.41	c =============================================================================
5.39/5.41	c  0.0s |       0 |        0 |        0 |     9799      0 |      672 |      679
5.39/5.43	c  0.0s |       0 |      244 |        0 |     9799      0 |      672 |      680
5.39/5.43	c #cpu_time = 0.018s
5.39/5.43	c #wall_clock_time = 0.018s
5.39/5.43	c #decision = 244
5.39/5.43	c #random_decision = 0
5.39/5.43	c #conflict = 0
5.39/5.43	c #restart = 0
5.39/5.43	c BCD2: found a new core of size 1: cost of the new core is >=1336336
5.39/5.43	c lower bound updated to 13439178292
5.39/5.45	c BCD2: 13484613715 <= obj <= 48161549405
5.39/5.45	c BCD2: #cores=112, #unrelaxed=172, #relaxed=372, #hardened=0
5.39/5.45	c BCD2: #sat=1 #unsat=162 bias=162/163
5.39/5.45	c Solving starts ...
5.39/5.45	c ============================[ Search Statistics ]============================
5.39/5.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.45	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.45	c =============================================================================
5.39/5.45	c  0.0s |       0 |        0 |        0 |     9799      0 |      672 |      680
5.39/5.47	c  0.0s |       0 |      245 |        0 |     9799      0 |      672 |      680
5.39/5.47	c #cpu_time = 0.019s
5.39/5.47	c #wall_clock_time = 0.019s
5.39/5.47	c #decision = 245
5.39/5.47	c #random_decision = 0
5.39/5.47	c #conflict = 0
5.39/5.47	c #restart = 0
5.39/5.47	c BCD2: found a new core of size 1: cost of the new core is >=39304
5.39/5.47	c lower bound updated to 13439217596
5.39/5.48	c BCD2: 13484653019 <= obj <= 48161549405
5.39/5.48	c BCD2: #cores=113, #unrelaxed=171, #relaxed=373, #hardened=0
5.39/5.48	c BCD2: #sat=1 #unsat=163 bias=163/164
5.39/5.48	c Solving starts ...
5.39/5.48	c ============================[ Search Statistics ]============================
5.39/5.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.39/5.48	c       |         |          |          |    Limit     GC | Var      | Constra 
5.39/5.48	c =============================================================================
5.39/5.48	c  0.0s |       0 |        0 |        0 |     9799      0 |      672 |      680
5.39/5.50	c  0.0s |       0 |      247 |        0 |     9799      0 |      672 |      680
5.39/5.50	c #cpu_time = 0.020s
5.39/5.50	c #wall_clock_time = 0.020s
5.39/5.50	c #decision = 247
5.39/5.50	c #random_decision = 0
5.39/5.50	c #conflict = 0
5.39/5.50	c #restart = 0
5.39/5.50	c BCD2: found a new core of size 2: cost of the new core is >=34
5.39/5.50	c lower bound updated to 13439217630
5.50/5.51	c BCD2: 13484653053 <= obj <= 48161549405
5.50/5.51	c BCD2: #cores=114, #unrelaxed=169, #relaxed=375, #hardened=0
5.50/5.51	c BCD2: #sat=1 #unsat=164 bias=164/165
5.50/5.52	c Solving starts ...
5.50/5.52	c ============================[ Search Statistics ]============================
5.50/5.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.52	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.52	c =============================================================================
5.50/5.52	c  0.0s |       0 |        0 |        0 |     9799      0 |      672 |      680
5.50/5.54	c  0.0s |       0 |      439 |        1 |     9799      0 |      672 |      680
5.50/5.54	c #cpu_time = 0.022s
5.50/5.54	c #wall_clock_time = 0.023s
5.50/5.54	c #decision = 439
5.50/5.54	c #random_decision = 0
5.50/5.54	c #conflict = 1
5.50/5.54	c #restart = 0
5.50/5.54	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
5.50/5.54	c lower bound updated to 13439217631
5.50/5.55	c BCD2: 13484653054 <= obj <= 48161549405
5.50/5.55	c BCD2: #cores=114, #unrelaxed=168, #relaxed=376, #hardened=0
5.50/5.55	c BCD2: #sat=1 #unsat=165 bias=165/166
5.50/5.56	c Solving starts ...
5.50/5.56	c ============================[ Search Statistics ]============================
5.50/5.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.56	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.56	c =============================================================================
5.50/5.56	c  0.0s |       0 |        0 |        0 |     9799      0 |      673 |      680
5.50/5.58	c  0.0s |       0 |      247 |        0 |     9799      0 |      673 |      681
5.50/5.58	c #cpu_time = 0.019s
5.50/5.58	c #wall_clock_time = 0.019s
5.50/5.58	c #decision = 247
5.50/5.58	c #random_decision = 0
5.50/5.58	c #conflict = 0
5.50/5.58	c #restart = 0
5.50/5.58	c BCD2: found a new core of size 1: cost of the new core is >=1336336
5.50/5.58	c lower bound updated to 13440553967
5.50/5.59	c BCD2: 13485989390 <= obj <= 48161549405
5.50/5.59	c BCD2: #cores=115, #unrelaxed=167, #relaxed=377, #hardened=0
5.50/5.59	c BCD2: #sat=1 #unsat=166 bias=166/167
5.50/5.59	c Solving starts ...
5.50/5.59	c ============================[ Search Statistics ]============================
5.50/5.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.50/5.59	c       |         |          |          |    Limit     GC | Var      | Constra 
5.50/5.59	c =============================================================================
5.50/5.59	c  0.0s |       0 |        0 |        0 |     9799      0 |      673 |      681
5.59/5.61	c  0.0s |       0 |      248 |        0 |     9799      0 |      673 |      681
5.59/5.61	c #cpu_time = 0.020s
5.59/5.61	c #wall_clock_time = 0.020s
5.59/5.61	c #decision = 248
5.59/5.61	c #random_decision = 0
5.59/5.61	c #conflict = 0
5.59/5.61	c #restart = 0
5.59/5.61	c BCD2: found a new core of size 1: cost of the new core is >=39304
5.59/5.61	c lower bound updated to 13440593271
5.59/5.62	c BCD2: 13486028694 <= obj <= 48161549405
5.59/5.62	c BCD2: #cores=116, #unrelaxed=166, #relaxed=378, #hardened=0
5.59/5.62	c BCD2: #sat=1 #unsat=167 bias=167/168
5.59/5.63	c Solving starts ...
5.59/5.63	c ============================[ Search Statistics ]============================
5.59/5.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.63	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.63	c =============================================================================
5.59/5.63	c  0.0s |       0 |        0 |        0 |     9799      0 |      673 |      681
5.59/5.65	c  0.0s |       0 |      250 |        0 |     9799      0 |      673 |      681
5.59/5.65	c #cpu_time = 0.021s
5.59/5.65	c #wall_clock_time = 0.021s
5.59/5.65	c #decision = 250
5.59/5.65	c #random_decision = 0
5.59/5.65	c #conflict = 0
5.59/5.65	c #restart = 0
5.59/5.65	c BCD2: found a new core of size 2: cost of the new core is >=34
5.59/5.65	c lower bound updated to 13440593305
5.59/5.66	c BCD2: 13486028728 <= obj <= 48161549405
5.59/5.66	c BCD2: #cores=117, #unrelaxed=164, #relaxed=380, #hardened=0
5.59/5.66	c BCD2: #sat=1 #unsat=168 bias=168/169
5.59/5.66	c Solving starts ...
5.59/5.66	c ============================[ Search Statistics ]============================
5.59/5.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.59/5.66	c       |         |          |          |    Limit     GC | Var      | Constra 
5.59/5.66	c =============================================================================
5.59/5.67	c  0.0s |       0 |        0 |        0 |     9799      0 |      673 |      681
5.59/5.69	c  0.0s |       0 |      417 |        1 |     9799      0 |      673 |      681
5.59/5.69	c #cpu_time = 0.020s
5.59/5.69	c #wall_clock_time = 0.020s
5.59/5.69	c #decision = 417
5.59/5.69	c #random_decision = 0
5.59/5.69	c #conflict = 1
5.59/5.69	c #restart = 0
5.59/5.69	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
5.59/5.69	c lower bound updated to 13440593306
5.69/5.70	c BCD2: 13486028729 <= obj <= 48161549405
5.69/5.70	c BCD2: #cores=117, #unrelaxed=163, #relaxed=381, #hardened=0
5.69/5.70	c BCD2: #sat=1 #unsat=169 bias=169/170
5.69/5.70	c Solving starts ...
5.69/5.70	c ============================[ Search Statistics ]============================
5.69/5.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.70	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.70	c =============================================================================
5.69/5.70	c  0.0s |       0 |        0 |        0 |     9799      0 |      674 |      681
5.69/5.72	c  0.0s |       0 |      250 |        0 |     9799      0 |      674 |      682
5.69/5.72	c #cpu_time = 0.021s
5.69/5.72	c #wall_clock_time = 0.021s
5.69/5.72	c #decision = 250
5.69/5.72	c #random_decision = 0
5.69/5.72	c #conflict = 0
5.69/5.72	c #restart = 0
5.69/5.72	c BCD2: found a new core of size 1: cost of the new core is >=1336336
5.69/5.72	c lower bound updated to 13441929642
5.69/5.73	c BCD2: 13487365065 <= obj <= 48161549405
5.69/5.73	c BCD2: #cores=118, #unrelaxed=162, #relaxed=382, #hardened=0
5.69/5.73	c BCD2: #sat=1 #unsat=170 bias=170/171
5.69/5.74	c Solving starts ...
5.69/5.74	c ============================[ Search Statistics ]============================
5.69/5.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.74	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.74	c =============================================================================
5.69/5.74	c  0.0s |       0 |        0 |        0 |     9799      0 |      674 |      682
5.69/5.76	c  0.0s |       0 |      251 |        0 |     9799      0 |      674 |      682
5.69/5.76	c #cpu_time = 0.020s
5.69/5.76	c #wall_clock_time = 0.020s
5.69/5.76	c #decision = 251
5.69/5.76	c #random_decision = 0
5.69/5.76	c #conflict = 0
5.69/5.76	c #restart = 0
5.69/5.76	c BCD2: found a new core of size 1: cost of the new core is >=39304
5.69/5.76	c lower bound updated to 13441968946
5.69/5.77	c BCD2: 13487404369 <= obj <= 48161549405
5.69/5.77	c BCD2: #cores=119, #unrelaxed=161, #relaxed=383, #hardened=0
5.69/5.77	c BCD2: #sat=1 #unsat=171 bias=171/172
5.69/5.77	c Solving starts ...
5.69/5.77	c ============================[ Search Statistics ]============================
5.69/5.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.69/5.77	c       |         |          |          |    Limit     GC | Var      | Constra 
5.69/5.77	c =============================================================================
5.69/5.77	c  0.0s |       0 |        0 |        0 |     9799      0 |      674 |      682
5.69/5.79	c  0.0s |       0 |      253 |        0 |     9799      0 |      674 |      682
5.69/5.79	c #cpu_time = 0.021s
5.69/5.79	c #wall_clock_time = 0.021s
5.69/5.79	c #decision = 253
5.69/5.79	c #random_decision = 0
5.69/5.79	c #conflict = 0
5.69/5.79	c #restart = 0
5.69/5.79	c BCD2: found a new core of size 2: cost of the new core is >=34
5.69/5.79	c lower bound updated to 13441968980
5.78/5.80	c BCD2: 13487404403 <= obj <= 48161549405
5.78/5.80	c BCD2: #cores=120, #unrelaxed=159, #relaxed=385, #hardened=0
5.78/5.80	c BCD2: #sat=1 #unsat=172 bias=172/173
5.78/5.81	c Solving starts ...
5.78/5.81	c ============================[ Search Statistics ]============================
5.78/5.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.78/5.81	c       |         |          |          |    Limit     GC | Var      | Constra 
5.78/5.81	c =============================================================================
5.78/5.81	c  0.0s |       0 |        0 |        0 |     9799      0 |      674 |      682
5.78/5.83	c  0.0s |       0 |      420 |        1 |     9799      0 |      674 |      682
5.78/5.83	c #cpu_time = 0.021s
5.78/5.83	c #wall_clock_time = 0.021s
5.78/5.83	c #decision = 420
5.78/5.83	c #random_decision = 0
5.78/5.83	c #conflict = 1
5.78/5.83	c #restart = 0
5.78/5.83	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
5.78/5.83	c lower bound updated to 13441968981
5.78/5.84	c BCD2: 13487404404 <= obj <= 48161549405
5.78/5.84	c BCD2: #cores=120, #unrelaxed=158, #relaxed=386, #hardened=0
5.78/5.84	c BCD2: #sat=1 #unsat=173 bias=173/174
5.78/5.85	c Solving starts ...
5.78/5.85	c ============================[ Search Statistics ]============================
5.78/5.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.78/5.85	c       |         |          |          |    Limit     GC | Var      | Constra 
5.78/5.85	c =============================================================================
5.78/5.85	c  0.0s |       0 |        0 |        0 |     9799      0 |      675 |      682
5.78/5.87	c  0.0s |       0 |      253 |        0 |     9799      0 |      675 |      683
5.78/5.87	c #cpu_time = 0.021s
5.78/5.87	c #wall_clock_time = 0.021s
5.78/5.87	c #decision = 253
5.78/5.87	c #random_decision = 0
5.78/5.87	c #conflict = 0
5.78/5.87	c #restart = 0
5.78/5.87	c BCD2: found a new core of size 1: cost of the new core is >=1336336
5.78/5.87	c lower bound updated to 13443305317
5.78/5.88	c BCD2: 13488740740 <= obj <= 48161549405
5.78/5.88	c BCD2: #cores=121, #unrelaxed=157, #relaxed=387, #hardened=0
5.78/5.88	c BCD2: #sat=1 #unsat=174 bias=174/175
5.78/5.88	c Solving starts ...
5.78/5.88	c ============================[ Search Statistics ]============================
5.78/5.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.78/5.88	c       |         |          |          |    Limit     GC | Var      | Constra 
5.78/5.88	c =============================================================================
5.78/5.88	c  0.0s |       0 |        0 |        0 |     9799      0 |      675 |      683
5.88/5.90	c  0.0s |       0 |      254 |        0 |     9799      0 |      675 |      683
5.88/5.90	c #cpu_time = 0.022s
5.88/5.90	c #wall_clock_time = 0.022s
5.88/5.90	c #decision = 254
5.88/5.90	c #random_decision = 0
5.88/5.90	c #conflict = 0
5.88/5.90	c #restart = 0
5.88/5.90	c BCD2: found a new core of size 1: cost of the new core is >=39304
5.88/5.90	c lower bound updated to 13443344621
5.88/5.92	c BCD2: 13488780044 <= obj <= 48161549405
5.88/5.92	c BCD2: #cores=122, #unrelaxed=156, #relaxed=388, #hardened=0
5.88/5.92	c BCD2: #sat=1 #unsat=175 bias=175/176
5.88/5.92	c Solving starts ...
5.88/5.92	c ============================[ Search Statistics ]============================
5.88/5.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.88/5.92	c       |         |          |          |    Limit     GC | Var      | Constra 
5.88/5.92	c =============================================================================
5.88/5.92	c  0.0s |       0 |        0 |        0 |     9799      0 |      675 |      683
5.88/5.94	c  0.0s |       0 |      256 |        0 |     9799      0 |      675 |      683
5.88/5.94	c #cpu_time = 0.020s
5.88/5.94	c #wall_clock_time = 0.020s
5.88/5.94	c #decision = 256
5.88/5.94	c #random_decision = 0
5.88/5.94	c #conflict = 0
5.88/5.94	c #restart = 0
5.88/5.94	c BCD2: found a new core of size 2: cost of the new core is >=34
5.88/5.94	c lower bound updated to 13443344655
5.88/5.96	c BCD2: 13488780078 <= obj <= 48161549405
5.88/5.96	c BCD2: #cores=123, #unrelaxed=154, #relaxed=390, #hardened=0
5.88/5.96	c BCD2: #sat=1 #unsat=176 bias=176/177
5.88/5.96	c Solving starts ...
5.88/5.96	c ============================[ Search Statistics ]============================
5.88/5.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.88/5.96	c       |         |          |          |    Limit     GC | Var      | Constra 
5.88/5.96	c =============================================================================
5.88/5.96	c  0.0s |       0 |        0 |        0 |     9799      0 |      675 |      683
5.88/5.98	c  0.0s |       0 |      423 |        1 |     9799      0 |      675 |      683
5.88/5.98	c #cpu_time = 0.022s
5.88/5.98	c #wall_clock_time = 0.022s
5.88/5.98	c #decision = 423
5.88/5.98	c #random_decision = 0
5.88/5.98	c #conflict = 1
5.88/5.98	c #restart = 0
5.88/5.98	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
5.88/5.98	c lower bound updated to 13443344656
5.88/5.99	c BCD2: 13488780079 <= obj <= 48161549405
5.88/5.99	c BCD2: #cores=123, #unrelaxed=153, #relaxed=391, #hardened=0
5.88/5.99	c BCD2: #sat=1 #unsat=177 bias=177/178
5.88/5.99	c Solving starts ...
5.88/5.99	c ============================[ Search Statistics ]============================
5.88/5.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.88/5.99	c       |         |          |          |    Limit     GC | Var      | Constra 
5.88/5.99	c =============================================================================
5.88/5.99	c  0.0s |       0 |        0 |        0 |     9799      0 |      676 |      683
5.98/6.02	c  0.0s |       0 |      256 |        0 |     9799      0 |      676 |      684
5.98/6.02	c #cpu_time = 0.022s
5.98/6.02	c #wall_clock_time = 0.022s
5.98/6.02	c #decision = 256
5.98/6.02	c #random_decision = 0
5.98/6.02	c #conflict = 0
5.98/6.02	c #restart = 0
5.98/6.02	c BCD2: found a new core of size 1: cost of the new core is >=1336336
5.98/6.02	c lower bound updated to 13444680992
5.98/6.03	c BCD2: 13490116415 <= obj <= 48161549405
5.98/6.03	c BCD2: #cores=124, #unrelaxed=152, #relaxed=392, #hardened=0
5.98/6.03	c BCD2: #sat=1 #unsat=178 bias=178/179
5.98/6.03	c Solving starts ...
5.98/6.03	c ============================[ Search Statistics ]============================
5.98/6.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.98/6.03	c       |         |          |          |    Limit     GC | Var      | Constra 
5.98/6.03	c =============================================================================
5.98/6.03	c  0.0s |       0 |        0 |        0 |     9799      0 |      676 |      684
5.98/6.05	c  0.0s |       0 |      257 |        0 |     9799      0 |      676 |      684
5.98/6.05	c #cpu_time = 0.021s
5.98/6.05	c #wall_clock_time = 0.021s
5.98/6.05	c #decision = 257
5.98/6.05	c #random_decision = 0
5.98/6.05	c #conflict = 0
5.98/6.05	c #restart = 0
5.98/6.05	c BCD2: found a new core of size 1: cost of the new core is >=39304
5.98/6.05	c lower bound updated to 13444720296
5.98/6.06	c BCD2: 13490155719 <= obj <= 48161549405
5.98/6.06	c BCD2: #cores=125, #unrelaxed=151, #relaxed=393, #hardened=0
5.98/6.06	c BCD2: #sat=1 #unsat=179 bias=179/180
5.98/6.07	c Solving starts ...
5.98/6.07	c ============================[ Search Statistics ]============================
5.98/6.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.98/6.07	c       |         |          |          |    Limit     GC | Var      | Constra 
5.98/6.07	c =============================================================================
5.98/6.07	c  0.0s |       0 |        0 |        0 |     9799      0 |      676 |      684
5.98/6.09	c  0.0s |       0 |      259 |        0 |     9799      0 |      676 |      684
5.98/6.09	c #cpu_time = 0.020s
5.98/6.09	c #wall_clock_time = 0.020s
5.98/6.09	c #decision = 259
5.98/6.09	c #random_decision = 0
5.98/6.09	c #conflict = 0
5.98/6.09	c #restart = 0
5.98/6.09	c BCD2: found a new core of size 2: cost of the new core is >=34
5.98/6.09	c lower bound updated to 13444720330
6.08/6.10	c BCD2: 13490155753 <= obj <= 48161549405
6.08/6.10	c BCD2: #cores=126, #unrelaxed=149, #relaxed=395, #hardened=0
6.08/6.10	c BCD2: #sat=1 #unsat=180 bias=180/181
6.08/6.10	c Solving starts ...
6.08/6.10	c ============================[ Search Statistics ]============================
6.08/6.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.08/6.10	c       |         |          |          |    Limit     GC | Var      | Constra 
6.08/6.10	c =============================================================================
6.08/6.10	c  0.0s |       0 |        0 |        0 |     9799      0 |      676 |      684
6.08/6.13	c  0.0s |       0 |      426 |        1 |     9799      0 |      676 |      684
6.08/6.13	c #cpu_time = 0.023s
6.08/6.13	c #wall_clock_time = 0.023s
6.08/6.13	c #decision = 426
6.08/6.13	c #random_decision = 0
6.08/6.13	c #conflict = 1
6.08/6.13	c #restart = 0
6.08/6.13	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
6.08/6.13	c lower bound updated to 13444720331
6.08/6.14	c BCD2: 13490155754 <= obj <= 48161549405
6.08/6.14	c BCD2: #cores=126, #unrelaxed=148, #relaxed=396, #hardened=0
6.08/6.14	c BCD2: #sat=1 #unsat=181 bias=181/182
6.08/6.14	c Solving starts ...
6.08/6.14	c ============================[ Search Statistics ]============================
6.08/6.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.08/6.14	c       |         |          |          |    Limit     GC | Var      | Constra 
6.08/6.14	c =============================================================================
6.08/6.14	c  0.0s |       0 |        0 |        0 |     9799      0 |      677 |      684
6.08/6.16	c  0.0s |       0 |      259 |        0 |     9799      0 |      677 |      685
6.08/6.16	c #cpu_time = 0.021s
6.08/6.16	c #wall_clock_time = 0.021s
6.08/6.16	c #decision = 259
6.08/6.16	c #random_decision = 0
6.08/6.16	c #conflict = 0
6.08/6.16	c #restart = 0
6.08/6.16	c BCD2: found a new core of size 1: cost of the new core is >=1336336
6.08/6.16	c lower bound updated to 13446056667
6.08/6.18	c BCD2: 13491492090 <= obj <= 48161549405
6.08/6.18	c BCD2: #cores=127, #unrelaxed=147, #relaxed=397, #hardened=0
6.08/6.18	c BCD2: #sat=1 #unsat=182 bias=182/183
6.08/6.18	c Solving starts ...
6.08/6.18	c ============================[ Search Statistics ]============================
6.08/6.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.08/6.18	c       |         |          |          |    Limit     GC | Var      | Constra 
6.08/6.18	c =============================================================================
6.08/6.18	c  0.0s |       0 |        0 |        0 |     9799      0 |      677 |      685
6.18/6.20	c  0.0s |       0 |      260 |        0 |     9799      0 |      677 |      685
6.18/6.20	c #cpu_time = 0.020s
6.18/6.20	c #wall_clock_time = 0.020s
6.18/6.20	c #decision = 260
6.18/6.20	c #random_decision = 0
6.18/6.20	c #conflict = 0
6.18/6.20	c #restart = 0
6.18/6.20	c BCD2: found a new core of size 1: cost of the new core is >=39304
6.18/6.20	c lower bound updated to 13446095971
6.18/6.22	c BCD2: 13491531394 <= obj <= 48161549405
6.18/6.22	c BCD2: #cores=128, #unrelaxed=146, #relaxed=398, #hardened=0
6.18/6.22	c BCD2: #sat=1 #unsat=183 bias=183/184
6.18/6.22	c Solving starts ...
6.18/6.22	c ============================[ Search Statistics ]============================
6.18/6.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.18/6.22	c       |         |          |          |    Limit     GC | Var      | Constra 
6.18/6.22	c =============================================================================
6.18/6.22	c  0.0s |       0 |        0 |        0 |     9799      0 |      677 |      685
6.18/6.24	c  0.0s |       0 |      262 |        0 |     9799      0 |      677 |      685
6.18/6.24	c #cpu_time = 0.022s
6.18/6.24	c #wall_clock_time = 0.022s
6.18/6.24	c #decision = 262
6.18/6.24	c #random_decision = 0
6.18/6.24	c #conflict = 0
6.18/6.24	c #restart = 0
6.18/6.24	c BCD2: found a new core of size 2: cost of the new core is >=34
6.18/6.24	c lower bound updated to 13446096005
6.18/6.25	c BCD2: 13491531428 <= obj <= 48161549405
6.18/6.25	c BCD2: #cores=129, #unrelaxed=144, #relaxed=400, #hardened=0
6.18/6.25	c BCD2: #sat=1 #unsat=184 bias=184/185
6.18/6.25	c Solving starts ...
6.18/6.25	c ============================[ Search Statistics ]============================
6.18/6.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.18/6.25	c       |         |          |          |    Limit     GC | Var      | Constra 
6.18/6.25	c =============================================================================
6.18/6.25	c  0.0s |       0 |        0 |        0 |     9799      0 |      677 |      685
6.18/6.28	c  0.0s |       0 |      429 |        1 |     9799      0 |      677 |      685
6.18/6.28	c #cpu_time = 0.023s
6.18/6.28	c #wall_clock_time = 0.023s
6.18/6.28	c #decision = 429
6.18/6.28	c #random_decision = 0
6.18/6.28	c #conflict = 1
6.18/6.28	c #restart = 0
6.18/6.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
6.18/6.28	c lower bound updated to 13446096006
6.18/6.29	c BCD2: 13491531429 <= obj <= 48161549405
6.18/6.29	c BCD2: #cores=129, #unrelaxed=143, #relaxed=401, #hardened=0
6.18/6.29	c BCD2: #sat=1 #unsat=185 bias=185/186
6.18/6.30	c Solving starts ...
6.18/6.30	c ============================[ Search Statistics ]============================
6.18/6.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.18/6.30	c       |         |          |          |    Limit     GC | Var      | Constra 
6.18/6.30	c =============================================================================
6.18/6.30	c  0.0s |       0 |        0 |        0 |     9799      0 |      678 |      685
6.28/6.32	c  0.0s |       0 |      262 |        0 |     9799      0 |      678 |      686
6.28/6.32	c #cpu_time = 0.021s
6.28/6.32	c #wall_clock_time = 0.021s
6.28/6.32	c #decision = 262
6.28/6.32	c #random_decision = 0
6.28/6.32	c #conflict = 0
6.28/6.32	c #restart = 0
6.28/6.32	c BCD2: found a new core of size 1: cost of the new core is >=1336336
6.28/6.32	c lower bound updated to 13447432342
6.28/6.33	c BCD2: 13492867765 <= obj <= 48161549405
6.28/6.33	c BCD2: #cores=130, #unrelaxed=142, #relaxed=402, #hardened=0
6.28/6.33	c BCD2: #sat=1 #unsat=186 bias=186/187
6.28/6.33	c Solving starts ...
6.28/6.33	c ============================[ Search Statistics ]============================
6.28/6.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.28/6.33	c       |         |          |          |    Limit     GC | Var      | Constra 
6.28/6.33	c =============================================================================
6.28/6.33	c  0.0s |       0 |        0 |        0 |     9799      0 |      678 |      686
6.28/6.35	c  0.0s |       0 |      263 |        0 |     9799      0 |      678 |      686
6.28/6.35	c #cpu_time = 0.022s
6.28/6.35	c #wall_clock_time = 0.022s
6.28/6.35	c #decision = 263
6.28/6.35	c #random_decision = 0
6.28/6.35	c #conflict = 0
6.28/6.35	c #restart = 0
6.28/6.35	c BCD2: found a new core of size 1: cost of the new core is >=39304
6.28/6.35	c lower bound updated to 13447471646
6.28/6.37	c BCD2: 13492907069 <= obj <= 48161549405
6.28/6.37	c BCD2: #cores=131, #unrelaxed=141, #relaxed=403, #hardened=0
6.28/6.37	c BCD2: #sat=1 #unsat=187 bias=187/188
6.28/6.37	c Solving starts ...
6.28/6.37	c ============================[ Search Statistics ]============================
6.28/6.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.28/6.37	c       |         |          |          |    Limit     GC | Var      | Constra 
6.28/6.37	c =============================================================================
6.28/6.37	c  0.0s |       0 |        0 |        0 |     9799      0 |      678 |      686
6.28/6.39	c  0.0s |       0 |      265 |        0 |     9799      0 |      678 |      686
6.28/6.39	c #cpu_time = 0.020s
6.28/6.39	c #wall_clock_time = 0.020s
6.28/6.39	c #decision = 265
6.28/6.39	c #random_decision = 0
6.28/6.39	c #conflict = 0
6.28/6.39	c #restart = 0
6.28/6.39	c BCD2: found a new core of size 2: cost of the new core is >=34
6.28/6.39	c lower bound updated to 13447471680
6.38/6.41	c BCD2: 13492907103 <= obj <= 48161549405
6.38/6.41	c BCD2: #cores=132, #unrelaxed=139, #relaxed=405, #hardened=0
6.38/6.41	c BCD2: #sat=1 #unsat=188 bias=188/189
6.38/6.41	c Solving starts ...
6.38/6.41	c ============================[ Search Statistics ]============================
6.38/6.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.38/6.41	c       |         |          |          |    Limit     GC | Var      | Constra 
6.38/6.41	c =============================================================================
6.38/6.41	c  0.0s |       0 |        0 |        0 |     9799      0 |      678 |      686
6.38/6.43	c  0.0s |       0 |      432 |        1 |     9799      0 |      678 |      686
6.38/6.43	c #cpu_time = 0.023s
6.38/6.43	c #wall_clock_time = 0.023s
6.38/6.43	c #decision = 432
6.38/6.43	c #random_decision = 0
6.38/6.43	c #conflict = 1
6.38/6.43	c #restart = 0
6.38/6.43	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
6.38/6.43	c lower bound updated to 13447471681
6.38/6.44	c BCD2: 13492907104 <= obj <= 48161549405
6.38/6.44	c BCD2: #cores=132, #unrelaxed=138, #relaxed=406, #hardened=0
6.38/6.44	c BCD2: #sat=1 #unsat=189 bias=189/190
6.38/6.44	c Solving starts ...
6.38/6.44	c ============================[ Search Statistics ]============================
6.38/6.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.38/6.44	c       |         |          |          |    Limit     GC | Var      | Constra 
6.38/6.44	c =============================================================================
6.38/6.45	c  0.0s |       0 |        0 |        0 |     9799      0 |      679 |      686
6.38/6.47	c  0.0s |       0 |      265 |        0 |     9799      0 |      679 |      687
6.38/6.47	c #cpu_time = 0.022s
6.38/6.47	c #wall_clock_time = 0.022s
6.38/6.47	c #decision = 265
6.38/6.47	c #random_decision = 0
6.38/6.47	c #conflict = 0
6.38/6.47	c #restart = 0
6.38/6.47	c BCD2: found a new core of size 1: cost of the new core is >=1336336
6.38/6.47	c lower bound updated to 13448808017
6.38/6.48	c BCD2: 13494243440 <= obj <= 48161549405
6.38/6.48	c BCD2: #cores=133, #unrelaxed=137, #relaxed=407, #hardened=0
6.38/6.48	c BCD2: #sat=1 #unsat=190 bias=190/191
6.38/6.49	c Solving starts ...
6.38/6.49	c ============================[ Search Statistics ]============================
6.38/6.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.38/6.49	c       |         |          |          |    Limit     GC | Var      | Constra 
6.38/6.49	c =============================================================================
6.38/6.49	c  0.0s |       0 |        0 |        0 |     9799      0 |      679 |      687
6.48/6.51	c  0.0s |       0 |      266 |        0 |     9799      0 |      679 |      687
6.48/6.51	c #cpu_time = 0.021s
6.48/6.51	c #wall_clock_time = 0.021s
6.48/6.51	c #decision = 266
6.48/6.51	c #random_decision = 0
6.48/6.51	c #conflict = 0
6.48/6.51	c #restart = 0
6.48/6.51	c BCD2: found a new core of size 1: cost of the new core is >=39304
6.48/6.51	c lower bound updated to 13448847321
6.48/6.52	c BCD2: 13494282744 <= obj <= 48161549405
6.48/6.52	c BCD2: #cores=134, #unrelaxed=136, #relaxed=408, #hardened=0
6.48/6.52	c BCD2: #sat=1 #unsat=191 bias=191/192
6.48/6.52	c Solving starts ...
6.48/6.52	c ============================[ Search Statistics ]============================
6.48/6.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.48/6.52	c       |         |          |          |    Limit     GC | Var      | Constra 
6.48/6.52	c =============================================================================
6.48/6.53	c  0.0s |       0 |        0 |        0 |     9799      0 |      679 |      687
6.48/6.55	c  0.0s |       0 |      268 |        0 |     9799      0 |      679 |      687
6.48/6.55	c #cpu_time = 0.021s
6.48/6.55	c #wall_clock_time = 0.021s
6.48/6.55	c #decision = 268
6.48/6.55	c #random_decision = 0
6.48/6.55	c #conflict = 0
6.48/6.55	c #restart = 0
6.48/6.55	c BCD2: found a new core of size 2: cost of the new core is >=34
6.48/6.55	c lower bound updated to 13448847355
6.48/6.56	c BCD2: 13494282778 <= obj <= 48161549405
6.48/6.56	c BCD2: #cores=135, #unrelaxed=134, #relaxed=410, #hardened=0
6.48/6.56	c BCD2: #sat=1 #unsat=192 bias=192/193
6.48/6.56	c Solving starts ...
6.48/6.56	c ============================[ Search Statistics ]============================
6.48/6.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.48/6.56	c       |         |          |          |    Limit     GC | Var      | Constra 
6.48/6.56	c =============================================================================
6.48/6.57	c  0.0s |       0 |        0 |        0 |     9799      0 |      679 |      687
6.48/6.59	c  0.0s |       0 |      467 |        1 |     9799      0 |      679 |      687
6.48/6.59	c #cpu_time = 0.022s
6.48/6.59	c #wall_clock_time = 0.022s
6.48/6.59	c #decision = 467
6.48/6.59	c #random_decision = 0
6.48/6.59	c #conflict = 1
6.48/6.59	c #restart = 0
6.48/6.59	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=35
6.48/6.59	c lower bound updated to 13448847356
6.48/6.60	c BCD2: 13494282779 <= obj <= 48161549405
6.48/6.60	c BCD2: #cores=135, #unrelaxed=133, #relaxed=411, #hardened=0
6.48/6.60	c BCD2: #sat=1 #unsat=193 bias=193/194
6.48/6.60	c Solving starts ...
6.48/6.60	c ============================[ Search Statistics ]============================
6.48/6.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.48/6.60	c       |         |          |          |    Limit     GC | Var      | Constra 
6.48/6.60	c =============================================================================
6.59/6.60	c  0.0s |       0 |        0 |        0 |     9799      0 |      680 |      687
6.59/6.63	c  0.0s |       0 |      281 |        6 |     9799      0 |      680 |      688
6.59/6.63	c #cpu_time = 0.027s
6.59/6.63	c #wall_clock_time = 0.027s
6.59/6.63	c #decision = 281
6.59/6.63	c #random_decision = 0
6.59/6.63	c #conflict = 6
6.59/6.63	c #restart = 0
6.59/6.63	c BCD2: relaxing 17 and merging with 1 cores into a new core of size 20: cost of the new core is >=90870848
6.59/6.63	c lower bound updated to 13494282780
6.59/6.64	c BCD2: 13539718203 <= obj <= 48161549405
6.59/6.64	c BCD2: #cores=135, #unrelaxed=116, #relaxed=428, #hardened=0
6.59/6.64	c BCD2: #sat=1 #unsat=194 bias=194/195
6.59/6.65	c Solving starts ...
6.59/6.65	c ============================[ Search Statistics ]============================
6.59/6.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.65	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.65	c =============================================================================
6.59/6.65	c  0.0s |       0 |        0 |        0 |     9799      0 |      872 |      688
6.59/6.68	c  0.0s |       0 |      552 |        4 |     9799      0 |      872 |     1071
6.59/6.68	c #cpu_time = 0.026s
6.59/6.68	c #wall_clock_time = 0.026s
6.59/6.68	c #decision = 552
6.59/6.68	c #random_decision = 0
6.59/6.68	c #conflict = 4
6.59/6.68	c #restart = 0
6.59/6.68	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 9: cost of the new core is >=1258
6.59/6.68	c BCD2: refineLB: 1255 -> 1258
6.59/6.68	c lower bound updated to 13494283933
6.59/6.69	c BCD2: 13539719356 <= obj <= 48161549405
6.59/6.69	c BCD2: #cores=133, #unrelaxed=116, #relaxed=428, #hardened=0
6.59/6.69	c BCD2: #sat=1 #unsat=195 bias=195/196
6.59/6.69	c Solving starts ...
6.59/6.69	c ============================[ Search Statistics ]============================
6.59/6.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.59/6.69	c       |         |          |          |    Limit     GC | Var      | Constra 
6.59/6.69	c =============================================================================
6.59/6.69	c  0.0s |       0 |        0 |        0 |     9799      0 |      882 |     1071
6.69/6.73	c  0.0s |       0 |      874 |       11 |    10779      0 |      882 |     1088
6.69/6.73	c #cpu_time = 0.037s
6.69/6.73	c #wall_clock_time = 0.037s
6.69/6.73	c #decision = 874
6.69/6.73	c #random_decision = 0
6.69/6.73	c #conflict = 11
6.69/6.73	c #restart = 0
6.69/6.73	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 9: cost of the new core is >=1258
6.69/6.73	c BCD2: refineLB: 1255 -> 1258
6.69/6.73	c lower bound updated to 13494285086
6.69/6.74	c BCD2: 13539720509 <= obj <= 48161549405
6.69/6.74	c BCD2: #cores=131, #unrelaxed=116, #relaxed=428, #hardened=0
6.69/6.74	c BCD2: #sat=1 #unsat=196 bias=196/197
6.69/6.74	c Solving starts ...
6.69/6.74	c ============================[ Search Statistics ]============================
6.69/6.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.69/6.74	c       |         |          |          |    Limit     GC | Var      | Constra 
6.69/6.74	c =============================================================================
6.69/6.75	c  0.0s |       0 |        0 |        0 |    10779      0 |      894 |     1088
6.69/6.78	c  0.0s |       0 |      584 |        5 |    10779      0 |      894 |     1109
6.69/6.78	c #cpu_time = 0.031s
6.69/6.78	c #wall_clock_time = 0.031s
6.69/6.78	c #decision = 584
6.69/6.78	c #random_decision = 0
6.69/6.78	c #conflict = 5
6.69/6.78	c #restart = 0
6.69/6.78	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 9: cost of the new core is >=1258
6.69/6.78	c BCD2: refineLB: 1255 -> 1258
6.69/6.78	c lower bound updated to 13494286239
6.69/6.79	c BCD2: 13539721662 <= obj <= 48161549405
6.69/6.79	c BCD2: #cores=129, #unrelaxed=116, #relaxed=428, #hardened=0
6.69/6.79	c BCD2: #sat=1 #unsat=197 bias=197/198
6.69/6.79	c Solving starts ...
6.69/6.79	c ============================[ Search Statistics ]============================
6.69/6.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.69/6.79	c       |         |          |          |    Limit     GC | Var      | Constra 
6.69/6.79	c =============================================================================
6.69/6.79	c  0.0s |       0 |        0 |        0 |    10779      0 |      918 |     1109
6.78/6.83	c  0.0s |       0 |      929 |        8 |    10779      0 |      918 |     1154
6.78/6.83	c #cpu_time = 0.035s
6.78/6.83	c #wall_clock_time = 0.035s
6.78/6.83	c #decision = 929
6.78/6.83	c #random_decision = 0
6.78/6.83	c #conflict = 8
6.78/6.83	c #restart = 0
6.78/6.83	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 9: cost of the new core is >=1258
6.78/6.83	c BCD2: refineLB: 1255 -> 1258
6.78/6.83	c lower bound updated to 13494287392
6.78/6.84	c BCD2: 13539722815 <= obj <= 48161549405
6.78/6.84	c BCD2: #cores=127, #unrelaxed=116, #relaxed=428, #hardened=0
6.78/6.84	c BCD2: #sat=1 #unsat=198 bias=198/199
6.78/6.84	c Solving starts ...
6.78/6.84	c ============================[ Search Statistics ]============================
6.78/6.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.78/6.84	c       |         |          |          |    Limit     GC | Var      | Constra 
6.78/6.84	c =============================================================================
6.78/6.84	c  0.0s |       0 |        0 |        0 |    10779      0 |      930 |     1154
6.78/6.87	c  0.0s |       0 |      389 |        4 |    10779      0 |      930 |     1175
6.78/6.87	c #cpu_time = 0.026s
6.78/6.87	c #wall_clock_time = 0.026s
6.78/6.87	c #decision = 389
6.78/6.87	c #random_decision = 0
6.78/6.87	c #conflict = 4
6.78/6.87	c #restart = 0
6.78/6.87	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 9: cost of the new core is >=1258
6.78/6.87	c BCD2: refineLB: 1255 -> 1258
6.78/6.87	c lower bound updated to 13494288545
6.78/6.88	c BCD2: 13539723968 <= obj <= 48161549405
6.78/6.88	c BCD2: #cores=125, #unrelaxed=116, #relaxed=428, #hardened=0
6.78/6.88	c BCD2: #sat=1 #unsat=199 bias=199/200
6.78/6.88	c Solving starts ...
6.78/6.88	c ============================[ Search Statistics ]============================
6.78/6.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.78/6.88	c       |         |          |          |    Limit     GC | Var      | Constra 
6.78/6.88	c =============================================================================
6.78/6.89	c  0.0s |       0 |        0 |        0 |    10779      0 |      947 |     1175
6.88/6.96	c  0.1s |       0 |      966 |       12 |    10779      0 |      947 |     1206
6.88/6.96	c #cpu_time = 0.070s
6.88/6.96	c #wall_clock_time = 0.070s
6.88/6.96	c #decision = 966
6.88/6.96	c #random_decision = 1
6.88/6.96	c #conflict = 12
6.88/6.96	c #restart = 0
6.88/6.96	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 9: cost of the new core is >=1258
6.88/6.96	c BCD2: refineLB: 1255 -> 1258
6.88/6.96	c lower bound updated to 13494289698
6.88/6.97	c BCD2: 13539725121 <= obj <= 48161549405
6.88/6.97	c BCD2: #cores=123, #unrelaxed=116, #relaxed=428, #hardened=0
6.88/6.97	c BCD2: #sat=1 #unsat=200 bias=200/201
6.88/6.97	c Solving starts ...
6.88/6.97	c ============================[ Search Statistics ]============================
6.88/6.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.88/6.97	c       |         |          |          |    Limit     GC | Var      | Constra 
6.88/6.97	c =============================================================================
6.88/6.97	c  0.0s |       0 |        0 |        0 |    10779      0 |      964 |     1206
6.98/7.04	c  0.1s |       0 |     1072 |       13 |    10779      0 |      964 |     1237
6.98/7.04	c #cpu_time = 0.063s
6.98/7.04	c #wall_clock_time = 0.063s
6.98/7.04	c #decision = 1072
6.98/7.04	c #random_decision = 1
6.98/7.04	c #conflict = 13
6.98/7.04	c #restart = 0
6.98/7.04	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 9: cost of the new core is >=1258
6.98/7.04	c BCD2: refineLB: 1255 -> 1258
6.98/7.04	c lower bound updated to 13494290851
6.98/7.05	c BCD2: 13539726274 <= obj <= 48161549405
6.98/7.05	c BCD2: #cores=121, #unrelaxed=116, #relaxed=428, #hardened=0
6.98/7.05	c BCD2: #sat=1 #unsat=201 bias=201/202
6.98/7.05	c Solving starts ...
6.98/7.05	c ============================[ Search Statistics ]============================
6.98/7.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
6.98/7.05	c       |         |          |          |    Limit     GC | Var      | Constra 
6.98/7.05	c =============================================================================
6.98/7.05	c  0.0s |       0 |        0 |        0 |    10779      0 |      974 |     1237
7.08/7.10	c  0.1s |       0 |      983 |       11 |    10779      0 |      974 |     1254
7.08/7.10	c #cpu_time = 0.051s
7.08/7.10	c #wall_clock_time = 0.051s
7.08/7.10	c #decision = 983
7.08/7.10	c #random_decision = 0
7.08/7.10	c #conflict = 11
7.08/7.10	c #restart = 0
7.08/7.10	c BCD2: relaxing 0 and merging with 3 cores into a new core of size 9: cost of the new core is >=1258
7.08/7.10	c BCD2: refineLB: 1255 -> 1258
7.08/7.10	c lower bound updated to 13494292004
7.08/7.11	c BCD2: 13539727427 <= obj <= 48161549405
7.08/7.11	c BCD2: #cores=119, #unrelaxed=116, #relaxed=428, #hardened=0
7.08/7.11	c BCD2: #sat=1 #unsat=202 bias=202/203
7.08/7.12	c Solving starts ...
7.08/7.12	c ============================[ Search Statistics ]============================
7.08/7.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.08/7.12	c       |         |          |          |    Limit     GC | Var      | Constra 
7.08/7.12	c =============================================================================
7.08/7.12	c  0.0s |       0 |        0 |        0 |    10779      0 |      990 |     1254
7.28/7.39	c  0.3s |       1 |     1355 |      100 |    11857      0 |      990 |     1283
7.48/7.59	c  0.5s |       1 |     5482 |      125 |    11857      0 |      990 |     1283
7.48/7.59	c #cpu_time = 0.456s
7.48/7.59	c #wall_clock_time = 0.456s
7.48/7.59	c #decision = 5482
7.48/7.59	c #random_decision = 5
7.48/7.59	c #conflict = 125
7.48/7.59	c #restart = 1
7.48/7.59	o 26534275802

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

pid=14740
running on 4 cores: 0,2,4,6

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.00 2.04 2.00 3/179 14743
/proc/meminfo: memFree=30490364/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=828860 CPUtime=0 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 3113 0 0 0 0 0 0 0 20 0 4 0 42400761 848752640 2963 33554432000 4194304 16246674 140736984348912 140736984348336 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 207983 2973 441 2943 0 204877 0
[pid=14743/tid=14744] ppid=14740 vsize=846268 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 866578432 3031 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=850364 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 870772736 3047 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=854460 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42400761 874967040 3063 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100231 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 14743
/proc/meminfo: memFree=30490364/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 27390 0 0 0 5 4 0 0 20 0 4 0 42400761 1333334016 27179 33554432000 4194304 16246674 140736984348912 140736984331904 8058197 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 325521 27193 800 2943 0 322415 0
[pid=14743/tid=14744] ppid=14740 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 1333334016 27203 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 1333334016 27215 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 1333334016 27225 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200461 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 14743
/proc/meminfo: memFree=30490364/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=1314372 CPUtime=0.19 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 48380 0 0 0 13 6 0 0 20 0 4 0 42400761 1345916928 48168 33554432000 4194304 16246674 140736984348912 140736984348224 6165378 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 328593 48168 833 2943 0 325487 0
[pid=14743/tid=14744] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 48168 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 48168 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 48168 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1314372

[startup+0.300485 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 14743
/proc/meminfo: memFree=30490364/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 48382 0 0 0 23 6 0 0 20 0 4 0 42400761 1345916928 48170 33554432000 4194304 16246674 140736984348912 140736984348224 13954672 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 328593 48170 833 2943 0 325487 0
[pid=14743/tid=14744] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 48170 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 48170 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 48170 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700356 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 14743
/proc/meminfo: memFree=30490364/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 114263 0 0 0 54 15 0 0 20 0 4 0 42400761 1345916928 114051 33554432000 4194304 16246674 140736984348912 140736984348224 12414079 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 328593 114051 912 2943 0 325487 0
[pid=14743/tid=14744] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 114051 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 114051 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 114051 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.50035 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 14747
/proc/meminfo: memFree=30035236/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=1314372 CPUtime=1.48 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 114279 0 0 0 133 15 0 0 20 0 4 0 42400761 1345916928 114067 33554432000 4194304 16246674 140736984348912 140736984331904 12371164 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14743/statm: 328593 114067 913 2943 0 325487 0
[pid=14743/tid=14744] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 114067 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 114067 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 114067 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1314372

[startup+3.10036 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 14747
/proc/meminfo: memFree=30034988/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=1314372 CPUtime=3.09 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 114279 0 0 0 293 16 0 0 20 0 4 0 42400761 1345916928 114067 33554432000 4194304 16246674 140736984348912 140736984331904 12415740 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14743/statm: 328593 114067 913 2943 0 325487 0
[pid=14743/tid=14744] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 114067 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 114067 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 114067 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1314372

[startup+6.30035 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 14747
/proc/meminfo: memFree=30008084/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=1314372 CPUtime=6.28 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 114281 0 0 0 611 17 0 0 20 0 4 0 42400761 1345916928 114069 33554432000 4194304 16246674 140736984348912 140736984330816 5842403 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14743/statm: 328593 114069 915 2943 0 325487 0
[pid=14743/tid=14744] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 114069 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 114069 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 1345916928 114069 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1314372

[startup+12.7004 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 14747
/proc/meminfo: memFree=29306648/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=1367620 CPUtime=12.68 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 283122 0 0 0 1228 40 0 0 20 0 4 0 42400761 1400442880 282910 33554432000 4194304 16246674 140736984348912 140736984348128 4220520 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14743/statm: 341905 282910 917 2943 0 338799 0
[pid=14743/tid=14744] ppid=14740 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 1400442880 282910 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 1400442880 282910 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=1367620 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 1400442880 282910 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1367620

[startup+25.5004 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 14747
/proc/meminfo: memFree=28697580/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=1771076 CPUtime=25.48 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 383988 0 0 0 2494 54 0 0 20 0 4 0 42400761 1813581824 383776 33554432000 4194304 16246674 140736984348912 140736984348088 4220936 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14743/statm: 442769 383776 918 2943 0 439663 0
[pid=14743/tid=14744] ppid=14740 vsize=1771076 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 1813581824 383776 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=1771076 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 1813581824 383776 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=1771076 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 1813581824 383776 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1771076

[startup+51.1005 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 14747
/proc/meminfo: memFree=27177192/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=3104324 CPUtime=51.07 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 717300 0 0 0 4985 122 0 0 20 0 4 0 42400761 3178827776 717088 33554432000 4194304 16246674 140736984348912 140736984346752 4221129 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 776081 717088 918 2943 0 772975 0
[pid=14743/tid=14744] ppid=14740 vsize=3104324 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 3178827776 717088 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=3104324 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 3178827776 717088 33554432000 4194304 16246674 140736984348912 140482853182480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=3104324 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 3178827776 717088 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3104324

[startup+102.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/184 14751
/proc/meminfo: memFree=24212168/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=5726788 CPUtime=102.27 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 1480694 0 0 0 9976 251 0 0 20 0 4 0 42400761 5864230912 1372706 33554432000 4194304 16246674 140736984348912 140736984348008 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 1431697 1372706 918 2943 0 1428591 0
[pid=14743/tid=14744] ppid=14740 vsize=5726788 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 5864230912 1372706 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=5726788 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 5864230912 1372706 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=5726788 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 5864230912 1372706 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5726788


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

[pid=14743] ppid=14740 vsize=13715012 CPUtime=402.21 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 5544958 0 0 0 39029 1192 0 0 20 0 4 0 42400761 14044172288 3369770 33554432000 4194304 16246674 140736984348912 140736984348008 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 3428753 3369770 922 2943 0 3425647 0
[pid=14743/tid=14744] ppid=14740 vsize=13715012 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 14044172288 3369770 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=13715012 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 14044172288 3369770 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=13715012 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 14044172288 3369770 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 13715012

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 14758
/proc/meminfo: memFree=14075684/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=13679172 CPUtime=462.2 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 5544958 0 0 0 44993 1227 0 0 20 0 4 0 42400761 14007472128 3360810 33554432000 4194304 16246674 140736984348912 140736984346880 4220536 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 3419793 3360810 922 2943 0 3416687 0
[pid=14743/tid=14744] ppid=14740 vsize=13679172 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 14007472128 3360810 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=13679172 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 14007472128 3360810 33554432000 4194304 16246674 140736984348912 140482853182480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=13679172 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 14007472128 3360810 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 13679172

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 14760
/proc/meminfo: memFree=13760760/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=13679172 CPUtime=522.2 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 5544958 0 0 0 50922 1298 0 0 20 0 4 0 42400761 14007472128 3360810 33554432000 4194304 16246674 140736984348912 140736984348008 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 3419793 3360810 922 2943 0 3416687 0
[pid=14743/tid=14744] ppid=14740 vsize=13679172 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 14007472128 3360810 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=13679172 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 14007472128 3360810 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=13679172 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 14007472128 3360810 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 13679172

[startup+582.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 14761
/proc/meminfo: memFree=12869016/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=14108228 CPUtime=582.19 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 5652222 0 0 0 56862 1357 0 0 20 0 4 0 42400761 14446825472 3468074 33554432000 4194304 16246674 140736984348912 140736984346880 14016757 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 3527057 3468074 922 2943 0 3523951 0
[pid=14743/tid=14744] ppid=14740 vsize=14108228 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 14446825472 3468074 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=14108228 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 14446825472 3468074 33554432000 4194304 16246674 140736984348912 140482853182480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=14108228 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 14446825472 3468074 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 14108228

[startup+642.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 14762
/proc/meminfo: memFree=12466112/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=15297092 CPUtime=642.17 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 5892717 0 0 0 62781 1436 0 0 20 0 4 0 42400761 15664222208 3765290 33554432000 4194304 16246674 140736984348912 140736984348008 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 3824273 3765290 922 2943 0 3821167 0
[pid=14743/tid=14744] ppid=14740 vsize=15297092 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 15664222208 3765290 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=15297092 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 15664222208 3765290 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=15297092 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 15664222208 3765290 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 15297092

[startup+702.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/184 14766
/proc/meminfo: memFree=11957172/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=15698500 CPUtime=702.17 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 5934783 0 0 0 68729 1488 0 0 20 0 4 0 42400761 16075264000 3865610 33554432000 4194304 16246674 140736984348912 140736984346880 13899629 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 3924625 3865610 922 2943 0 3921519 0
[pid=14743/tid=14744] ppid=14740 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 16075264000 3865610 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 16075264000 3865610 33554432000 4194304 16246674 140736984348912 140482853182480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 16075264000 3865610 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 15698500

[startup+762.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 14767
/proc/meminfo: memFree=11555776/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=15698500 CPUtime=762.16 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 5934815 0 0 0 74640 1576 0 0 20 0 4 0 42400761 16075264000 3865642 33554432000 4194304 16246674 140736984348912 140736984348008 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 3924625 3865642 922 2943 0 3921519 0
[pid=14743/tid=14744] ppid=14740 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 16075264000 3865642 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 16075264000 3865642 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 16075264000 3865642 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 762.16
Current children cumulated vsize (KiB) 15698500

[startup+822.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 14769
/proc/meminfo: memFree=11215708/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=15698500 CPUtime=822.14 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 5934815 0 0 0 80569 1645 0 0 20 0 4 0 42400761 16075264000 3865642 33554432000 4194304 16246674 140736984348912 140736984346816 4220498 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 3924625 3865642 922 2943 0 3921519 0
[pid=14743/tid=14744] ppid=14740 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 16075264000 3865642 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 16075264000 3865642 33554432000 4194304 16246674 140736984348912 140482853182480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 16075264000 3865642 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 15698500



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+865.6 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 14770
/proc/meminfo: memFree=11109564/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=15873604 CPUtime=865.44 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) R 14740 14743 12018 0 -1 4202496 5978508 0 0 0 84890 1654 0 0 20 0 4 0 42400761 16254570496 3909336 33554432000 4194304 16246674 140736984348912 140736984348008 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 3968401 3909344 922 2943 0 3965295 0
[pid=14743/tid=14744] ppid=14740 vsize=15873604 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14744/stat : 14744 (toysat) S 14740 14743 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 42400761 16254570496 3909349 33554432000 4194304 16246674 140736984348912 140482863672560 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=15873604 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) S 14740 14743 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 42400761 16254570496 3909353 33554432000 4194304 16246674 140736984348912 140482853182704 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14743/tid=14746] ppid=14740 vsize=15873604 CPUtime=0 cores=0,2,4,6
/proc/14743/task/14746/stat : 14746 (toysat) S 14740 14743 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42400761 16254570496 3909360 33554432000 4194304 16246674 140736984348912 140482842709168 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 865.44
Current children cumulated vsize (KiB) 15873604

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

[startup+866.4 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 14770
/proc/meminfo: memFree=12438348/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=0 CPUtime=866.24 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) Z 14740 14743 12018 0 -1 4203532 5978829 0 0 0 84891 1733 0 0 20 0 2 0 42400761 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 0 0 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) R 14740 14743 12018 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 42400761 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 866.24
Current children cumulated vsize (KiB) 0

[startup+866.6 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 14770
/proc/meminfo: memFree=12438348/32872528 swapFree=338416/354768
[pid=14743] ppid=14740 vsize=0 CPUtime=866.44 cores=0,2,4,6
/proc/14743/stat : 14743 (toysat) Z 14740 14743 12018 0 -1 4203532 5978829 0 0 0 84891 1753 0 0 20 0 2 0 42400761 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14743/statm: 0 0 0 0 0 0 0
[pid=14743/tid=14745] ppid=14740 vsize=0 CPUtime=0.98 cores=0,2,4,6
/proc/14743/task/14745/stat : 14745 (toysat) R 14740 14743 12018 0 -1 4203588 8 0 0 0 0 98 0 0 20 0 2 0 42400761 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 866.44
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 866.624
CPU time (s): 866.472
CPU user time (s): 848.911
CPU system time (s): 17.5613
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 15873604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 848.911
system time used= 17.5613
maximum resident set size= 15638624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5978829
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= 279
involuntary context switches= 992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.24666 second user time and 3.32249 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-20 08:19:00
IDJOB=4111364
IDBENCH=109192
IDSOLVER=2542
FILE ID=node126/4111364-1466403540
RUNJOBID= node126-1466383825-12034
PBS_JOBID= 19923255
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f49-DC_TotalLoss.seq-A-2-1-irEDCBA.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4111364-1466403540/watcher-4111364-1466403540 -o /tmp/evaluation-result-4111364-1466403540/solver-4111364-1466403540 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466383825-12034 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4111364-1466403540.opb

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

MD5SUM BENCH= cc4dc78c5692b20882562eca3c1e4471
RANDOM SEED=1441751468

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        30490636 kB
Buffers:           67012 kB
Cached:            99756 kB
SwapCached:         1812 kB
Active:          1200624 kB
Inactive:          90488 kB
Active(anon):    1125064 kB
Inactive(anon):     1508 kB
Active(file):      75560 kB
Inactive(file):    88980 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67099108 kB
Dirty:             35572 kB
Writeback:             0 kB
AnonPages:       1545900 kB
Mapped:            10688 kB
Shmem:                 0 kB
Slab:             601052 kB
SReclaimable:      45080 kB
SUnreclaim:       555972 kB
KernelStack:        1504 kB
PageTables:         7136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1621680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 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= 71704 MiB
End job on node126 at 2016-06-20 08:33:27